*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
  }
  button, input, optgroup, select, textarea{
    font-family: "Poppins", sans-serif !important;
  }
  .section {
    display: flex;
    height: 100vh;
    align-items: center;
    overflow: hidden;
    padding: 0 !important;
	background: var(--bg_dark) !important;
    justify-content: center;
  }
  .s_left {
    background: linear-gradient(var(--bg_light), var(--bg_dark));
    /* background: #000301; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 480px;
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
  }
  @media screen and (max-width: 900px){
    .s_left {
        max-width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
  }
  
  @media screen and (max-width: 600px){
    .s_left {
        width: 100%;
    }
  }
  .s_right {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    justify-items: center;
    background: linear-gradient(to top, #411666, #271938) !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    color: #ffffff;
  }
  @media screen and (max-width: 900px){
    .s_right {
        display: none !important;
    }
  }
  
  @media screen and (max-width: 600px){
    .s_right {
        display: none !important;
    }
    
  }
  
  /* scroll bar */
  ::-webkit-scrollbar {
    width: 4px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff3f8; 
  }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    border-radius: 6px;
  }
  
  /* header */
  .header {
    height: 60px;
  }
  nav {
    position: fixed;
    z-index: 99999999999;
    max-width: 474px;
    background: linear-gradient(to right,var(--bg_light), var(--bg_dark)) !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    box-shadow: none !important;
  }
  .h_left {
    display: flex;
    align-items: center;
    width: 100% !important;
  }
  .h_left >a {
    display: flex;
    align-items: center;
  }
  .hamburger {
    width: auto;
    height: 40px;
  }
  .sidenav-trigger {
    display: block !important;
  }
  .sidenav{
	  background: linear-gradient(var(--bg_light), var(--bg_dark)) !important;
	  z-index: 9999999999 !important;
  }
  .sidenav li>a{
	  color: #ffffff !important;
  }
  .logo{
    width: auto;
    height: 25px;
    margin-left: 10px;
  
  }
  .h_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .h_right >a > img{
    width: auto;
    height: 30px;
  
  }
  
  .daily_st{
    background: #ffffff;
    box-shadow: 0px 0px 12px #319bd92e;
    width: 100%;
    border-radius: 10px;
  }
  
  .body_sec{
    padding: 0px 15px;
  }
  
  
  
  .wrong_ans{
    background: #ff0066 !important;
    color: #000000  !important;
  }
  .right_ans{
    background: linear-gradient(var(--btn_grad_1), var(--btn_grad_2)) !important;
    color: #000000 !important;
  }
  
  
  
  /* daily streak */
  .daily_st{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  
  .s_l_ttl{
    background: #dcefff;
    padding: 0px 0px 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #282828;
    font-weight: 500;
    display: flex;
    align-items: center;
    display: inline-flex;
  }
  .mr_l5{
    margin-left: 5px;
  }
  .s_ic_list{
    background-image: url(../src/images/s_ic.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s_ic_list >p{
    font-size: 10px;
    font-weight: 700;
  }
  .s_ic_list >img{
    position: absolute;
    height: 24px;
  }
  
  .st_ic_d{
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  
  .task_cmp{
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0px 10px;
  }
  .task_cmp > p{
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
    color: #464646;
  }
  .task_cmp >p > img{
    width: auto;
    height: 15px;
    margin: 0px 10px;
  }
  .desc_sm{
    font-size: 10px;
    color: #464646;
    font-weight: 400;
    margin-top: 10px;
  }
  
  .streak_r > p > img{
    width: auto;
    height: 30px;
  }
  .streak_r > p{
    display: flex;
    align-items: center;
    border: 1px solid #cfcfcf;
    border-radius: 50px;
    padding: 0px 10px 0px 0px;
    background: #f3f3f3;
    font-size: 14px;
    font-weight:500
    margin-bottom: 5px;
  }
  
  .top_b{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 20px;
    max-height: 250px;
  }
  
  
  /* quiz items listing */
  .h_quiz_list{
    background: #ffe4e4;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
  }
  .list_c_2{
    background: #d6f7ff;
  }
  .q_l_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l_ttl{
    font-size: 16px;
    color: #ffffff;
    font-weight:500
    margin-bottom: 10px;
  }
  .see_all{
    font-size: 12px;
    color: #363636;
    font-weight: 500;  
  }
  
  .l_items{
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .l_item{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
  }
  .l_item >img{
    width: auto;
    height: 70px;
    border-radius: 10px;
  }
  
  .l_item2 >img{
    width: auto;
    height: 200px;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
  .l_item3{
    cursor: pointer;
  }
  .l_item3 >img{
    width: auto;
    height: 150px;
    border-radius: 10px;
    margin-top: 10px;
  }
  
  .chllng{
    display: flex;
    align-items: center;
  }
  .chllng >a{
    margin-right: 10px;
    color: #282828;
    background: #cfcfcf;
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 700;
  }
  
  .home_invite{
    width: 100%;
    height: 180px;
    border-radius: 30px;
    margin-top: 20px;
  }
  
  
  /* tournament page */
  .trnmnt_header{
    background: url(../src/images/games.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 220px;
    margin-top: -10px;
  }
  .trnmnt_header >img{
    width: 100%;
    height: 250px;
  }
  
  .trnmt_list{
    padding: 10px;
    border-radius: 30px 30px 0px 0px;
    z-index: 999;
    height: 100%;
  }
  
  .trnm_list{
    background: url(../src/images/champion.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center;
    height: 140px;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 15px;
    border: 1px solid #282828;
  }
  .entr{
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: space-between;
    text-align: center;
    /* width: 40%; */
    max-width: 60%;
    
  }
  .tour_ttl{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
  }
  .entry_value > p{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #b9b9b9;
  }
  .entry_value > p >img{
    width: auto;
    height: 20px;
    margin-right: 5px;
  }
  
  .etry_am{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
  }
  .btn_white{
    background: #ffffff;
    color: #282828;
    font-size: 12px;
    font-weight:500
    border-radius: 30px;
    padding: 7px 20px;
    border: none;
  }
  
  /* indicator */
  .tabs .indicator {
    background: #ffffff !important;
	height: 48px !important;
  }
  
  .tabs .tab a {
    color: #7aeec1 !important;
    font-weight:500;
    font-size: 12px !important;
    text-transform: capitalize !important;
  }
  
  .tabs{
    border-radius: 50px;
    /* text-align: center; */
    background: #181122 !important;
    display: flex;
    justify-content: space-around;
	border: 1px solid var(--bg_light) !important;
	width: 100% !important;
	overflow-x: hidden !important;
  }
  
  /* Free coins section */
  .campgn_item{
    background: url(../src/images/zuppe.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 100% 0%!important;
    height: 200px;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    display: grid;
    box-shadow: 0px 3px 12px #00000017;
    align-items: end;
  }
  
  
  .campgn_det{
    max-width: 50%;
  }
  .campgn_det >h2{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .campgn_det >p{
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .campgn_stps{
    max-width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .campgn_stps > p{
    font-size: 10px;
    font-weight: bold;
    color: #282828;
    background: #dbdbdb;
    padding: 0px 10px;
    margin: 5px 5px 5px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
  }
  .campgn_stps > p >img{
    width: auto;
    height: 12px;
    margin: 0px 5px;
  }
  
  /* Blue Btn */
  .btn_blue{
    background: linear-gradient(var(--btn_grad_1), var(--btn_grad_2));
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #00a2ff0e !important;
    outline: none;
  }
  
  .no_task{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    font-size: 12px;
    font-weight: 500;
    color: #282828;
  }
  
  /* progreess Bar Circular */
  .c_info_tabs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .c_info_tab{
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 3px 6px #319bd947;
  }
  .c_info_tab >h2{
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    margin: 0;
  }
  .progress_2 {
    width: 70px !important;
    height: 70px !important;
    font-size: 30px;
    color: #fff;
    border-radius: 50% !important;
    overflow: hidden !important;
    position: relative !important;
    background: #ffffff;
    text-align: center;
    margin: 10px !important;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  
  
  .progress_2 .title {
    position: relative;
    z-index: 100;
    margin: 0;
    margin-top: 12px;
  }
  
  .progress_2 .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
  }
  
  .progress_2 .left, .progress_2 .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #00a1ff;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
  }
  
  .progress_2 .left {animation: load1 .2s linear forwards;}
  
  .progress_2:nth-of-type(2) .right, .progress_2:nth-of-type(3) .right {animation: load2 .2s linear forwards 2s;}
  
  .progress_2:last-of-type .right, .progress_2:first-of-type .right {animation: load3 .2s linear forwards .2s;}
  
  @keyframes load1 {
    0% {transform: rotate(0deg);}
  
    100% {transform: rotate(180deg);}
  }
  
  @keyframes load2 {
    0% {z-index: 100;transform: rotate(180deg);}
  
    100% {z-index: 100;transform: rotate(270deg);}
  }
  
  @keyframes load3 {
    0% {z-index: 100;transform: rotate(180deg);}
  
    100% {
        z-index: 100;transform: rotate(315deg);}
  }
  
  .ttl_img >img{
    width: auto;
    height: 50px;
  }
  
  .category {
    display: grid;
    justify-items: center;
    margin-top: 10px;
  }
  .category > img {
    width: auto;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #FF0066;
  }
  .category > p {
    font-size: 12px;
    font-weight: 500;
  }
  
  /* loyalty Page */
  .lylty_cont{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 160px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
  }
  .lylty_item{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #319bd947;
    border-radius: 10px;
  }
  .lylty_det{
    max-width: 50% !important;
  }
  
  .lylty_desc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .l_sec >div{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #2E2E2E;
  }
  .l_sec >div >img{
   margin-right: 5px;
   width: auto;
   height: 14px;
  }
  
  
  /* nav 2 */
  .nav2{
    background: #2719387a !important;
    justify-content: start !important;
  }
  .back_ic{
    width: auto;
    height: 15px;
    filter: brightness(10);
  }
  .nav_text{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
  }
  .nav_inf{
    display: flex !important;
    align-items: center;
  }
  
  .see_at{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
  }
  .see_at > .l_item{
    width: 30%;
    font-size: 16px;
    background: #ffffff;
    padding: 7px;   
    border-radius: 10px;
    margin: 5px 5px 5px 0px;
    box-shadow: 0px 6px 15px #319bd947;
  }
  .see_at > .l_item >img{
    width: auto;
    height: 100px;
  }
  .played_i{
    font-size: 10px;
    font-weight: 400;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .played_i >img{
    width: auto;
    height: 12px;
    margin-right: 10px;
  }
  
  @media screen and (max-width: 900px){
    .see_at > .l_item{
        width: 30%;
        font-size: 14px;
        background: #ffffff;
        padding: 7px;   
        border-radius: 10px;
        margin: 5px 5px 5px 0px;
        box-shadow: 0px 6px 15px #319bd947;
    }
    .see_at > .l_item >img{
        width: auto;
        height: 80px;
    }
  }
  
  @media screen and (max-width: 600px){
    .see_at > .l_item{
        width: 31%;
        font-size: 14px;
        background: #ffffff;
        padding: 7px;   
        border-radius: 10px;
        margin: 5px 5px 5px 0px;
        box-shadow: 0px 6px 15px #319bd947;
    }
    .see_at > .l_item >img{
        width: auto;
        height: 80px;
    }
  }
  
  
  
  
  .inner_page {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
  }
  .inner_page > a {
    margin-bottom: 30px;
    font-size: 14px;
    color: #223263 !important;
    font-weight: bold;
  }
  .inner_page > a:hover {
    color: #FF0066 !important;
  }
  
  
  .quiz_inff{
    background: #0e0e0e;
    margin-top: -20px;
    padding: 20px;
  }
  .q_name{
    margin: 0;
    color: #ffffff;
    margin-bottom: 10px;
  }
  
  .quiz_ic_btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .quiz_ic_btn >img{
    width: auto;
    height: 100px;
    border-radius: 10px;
  }
  .btn_inf_pl{
    border: none;
    padding: 10px 30px;
    width: 100%;
    border-radius: 5px;
    font-size: 12px;
    font-weight:500
    text-transform: uppercase;
    cursor: pointer;
    background: #15ce6a;
  }
  .btn_inf_pl:focus{
    background: #ffffff !important;
  }
  .q_inf_more{
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #636363;
    margin-top: 20px;
    align-items: center;
  }
  .q_inf_more >div >p{
    font-size: 12px;
    font-weight: 400;
    color: #c6c6c6;
    margin-bottom: 5px;
  }
  .q_inf_more >div >h2{
    font-size: 18px;
    font-weight:500
    margin: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .q_inf_more >div >h2 >img{
    width: auto;
    height: 20px;
    margin-right: 5px;
  }
  .quiz_nm223{
    margin-left: 20px;
  }
  .knw_ttl{
    border: 1px solid #001C39;
    color: #001C39;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 100px;
    text-align: center;
    padding: 10px;
    margin: 10px 0px;
  }
  
  .story {
    position: relative;
    color: #ffffff;
    border-radius: 20px;
  }
  .story::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
  }
  .story>img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
  }
  .caption {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .cap_feed {
    justify-content: space-around;
    cursor: pointer;
  }
  .cap_feed_btn {
    display: flex;
    align-items: center;
  }
  .cap_feed_btn > img {
    margin-right: 10px;
  }
  #count {
    margin-right: 5px;
  }
  .vs_scrn{
    background: url(../src/images/vs_screen_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .ic_med{
    width: auto;
    height: 100px;
    border-radius: 10px;
  }
  .top_info{
    padding: 10px;
  }
  .player_ic{
    border-radius: 100px;
    border: 2px solid #bbbbbb;
  }
  .bottom{
    position: fixed;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 480px;
    padding: 20px;
  }
  .bottom >button{
    width: 100%;
    margin: 10px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    background: #43a1ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .bottom >button >img{
    width: auto;
    height: 40px;
  }
  
  @media screen and (max-width: 900px){
    .bottom{
        width: 100%;
    }
  }
  
  .vs_timer{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .timer_d{
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
  }
  
  .question_scrn{
    /* background: url(../src/images/question_screen_bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .options:focus{
    background: #ffffff  ;
  }
  .quiz_data >img{
    width: auto;
    height: auto;
    max-height: 200px;
  }
  .q_i_top{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
  }
  .q_i_remain{
    border: 1px solid #43a1ff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #43a1ff;
    padding: 5px 10px;
    margin: 0;
  }
  .timer_icn{
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
  }
  .timer_icn >img{
    width: auto;
    height: 20px;
    margin-right: 5px;
  }
  .quiz_data{
    text-align: center;
    padding: 10px;
  }
  .ques_txt{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }
  .options{
    width: 100%;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: bold;
  }
  
  
  .quest_img{
    width: auto;
    height: 150px;
    border-radius: 10px;
  }
  .imgg_options{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .imgg_options >button{
    width: auto !important;
  }
  .imgg_options >button > img{
    height: 100px !important;
  }
  
  @media screen and (max-width: 900px){
    .imgg_options >button > img{
        height: 180px !important;
    }
  }
  
  @media screen and (max-width: 600px){
    .imgg_options >button > img{
        height: 80px !important;
    }
  }
  
  .summary_scrn{
    background: url(../src/images/vs_bg_2.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    text-align: center;
  }
  .yo_won{
    font-size: 22px;
    font-weight: bold;
    color: #00a1ff;
  }
  .coins_won{
    width: auto;
    height: 80px;
  }
  .coin_val_earn{
    font-size: 14px;
    font-weight:500
    color: #ffffff;
  }
  .score_t{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .score_t >p{
    color: #15ce6a;
    font-size: 16px;
    font-weight:500
    margin: 0;
  }
  .score_val{
    font-size: 22px !important;
    font-weight: bold !important;
    border: 1px solid #15ce6a;
    border-radius: 10px;
    padding: 0px 10px;
    min-width: 30%;
    
  }
  .btn_mores_btm >a{
    color: coral;
    text-decoration: underline;
  }
  .loose{
    color: #FF0066;
  }
  
  /* button:focus{
    outline: none;
    background-color: #00a1ff !important; 
  } */
  
  .coin_inf_p{
    display: flex;
  }
  .coin_img_p_left >img{
    width: auto;
      height: 80px;
      margin-right: -60px;
      position: relative;
      z-index: 8;
  }
  .coin_img_p_right >img{
    width: 100%;
    height: auto;
  }
  .coin_img_p_right{
    position: relative;
    height: -webkit-fill-available;
  }
  .coin_img_p_right >div{
    position: absolute;
    top: 0%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: -webkit-fill-available;
  }
  .coin_img_p_right >div >h2{
    margin: 0;
    font-size: 14px;
    font-weight:500
    text-transform: uppercase;
  }
  .coin_bl_inf{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .coin_bl_inf >p{
    margin: 0;
    font-size: 16px;
    font-weight:500
    display: flex;
    align-items: center;
  }
  .coin_bl_inf >p>img{
    width: auto;
    height: 20px;
    margin-right: 10px;
  }
  
  .check_his_wal{
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background: #00a1ff;
    border-radius: 5px;
    padding: 5px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
  }
  
  
  
  .navigation {
   width: 100%;
   height: 70px;
   background: #0a0022;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 10px;
   padding: 0 20px;
  }
  .navigation .listWrap {
   list-style: none;
   display: flex;
   justify-content: space-between;
   width: 100%;
  }
  .navigation .listWrap li {
   width: 70px;
   height: 70px;
   position: relative;
   z-index: 1;
  }
  .navigation .listWrap li a {
   text-decoration: none;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   text-align: center;
   font-weight: 500;
   width: 100%;
  }
  .navigation .listWrap li a:hover {
   text-decoration: none;
  }
  .navigation .listWrap li a .icon {
   position: relative;
   display: block;
   line-height: 75px;
   text-align: center;
   transition: 0.5s;
   color: var(--bg-default);
  }
  .navigation .listWrap li a .icon ion-icon {
   font-size: 2.2rem;
  }
  .navigation .listWrap li a .text {
   position: absolute;
   color: var(--bg-default);
   font-weight: 400;
   letter-spacing: 0.05em;
   transition: 0.5s;
   transform: translateY(20px);
   opacity: 0;
   z-index: 1;
  }
  .navigation .listWrap li:active a .icon, .navigation .listWrap li.active a .icon {
   color: var(--primary-white);
   transform: translateY(-32px);
  }
  .navigation .listWrap li:active a .text, .navigation .listWrap li.active a .text {
   opacity: 1;
   transform: translateY(10px);
  }
  .navigation .listWrap li.indicator {
   position: absolute;
   width: 70px;
   height: 70px;
   top: -50%;
   border-radius: 50%;
   border: 6px solid var(--bg-default);
   background: #00a1ff;
   transition: 0.3s;
   z-index: 0;
  }
  .navigation .listWrap li.indicator:before, .navigation .listWrap li.indicator:after {
   content: '';
   position: absolute;
   top: 50%;
   width: 20px;
   height: 20px;
   background: blue;
   background: transparent;
  }
  .navigation .listWrap li.indicator:after {
   right: -22px;
   box-shadow: -1px -10px 0 0 var(--bg-default);
   border-top-left-radius: 20px;
  }
  .navigation .listWrap li.indicator:before {
   left: -22px;
   box-shadow: 1px -10px 0 0 var(--bg-default);
   border-top-right-radius: 20px;
  }
  .navigation .listWrap li:nth-child(1).active ~ .indicator {
   transform: translateX(calc(70px * 0));
  }
  .navigation .listWrap li:nth-child(2).active ~ .indicator {
   transform: translateX(calc(70px * 1 + (6px * 2)));
  }
  .navigation .listWrap li:nth-child(3).active ~ .indicator {
   transform: translateX(calc(70px * 2 + (6px * 4) + 1px));
  }
  .navigation .listWrap li:nth-child(4).active ~ .indicator {
   transform: translateX(calc(70px * 3 + (6px * 6) + 2px));
  }
  
  
  
  /* added on 08/07/2024 */
  .mrgin_10_tb{
    margin: 10px 0px;
  }
  .ldr_list{
    background: #101010;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #ffffff;
  }
  .ldr_itm{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ldr_sb_itm{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
  }
  .ldr_sb_itm >img{
    width: auto;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .ldr_sb_itm>h2{
    font-size: 14px;
    margin: 0;
  }
  .ldr_itm >p{
    font-size: 12px;
  }
  .ldr_itm > p > span{
    font-size: 12px;
    font-weight: 500;
  }
  
  .text_detl{
    font-size: 12px;
    font-weight: 400;
    color: var(--text_desc2);
    text-align: center;
  }
  
  .text_options{
    flex-direction: column;
  }
  .right:focus{
    background: #15ce6a;
    color: #ffffff;
  }
  .wrong:focus{
    background: #fc3737;
    color: #ffffff;
  }
  
  .tab_active{
    background: #025235  !important;
  }
  
  .tabs .tab{
    width: 100%  !important;
  }
  .game{
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 10px;
    background: #181122 !important;
    border: 1px solid #262626 !important;
    padding: 10px;
    align-items: stretch;
    cursor: pointer;
  
  }
  .game_img >img{
    width: auto;
    height: 150px;
    border-radius: 10px 0px 0px 10px;
  }
  .game_list{
    padding: 10px;
    /* background: #010101; */
    margin-top: -10%;
    position: relative;
    /* margin: 10px; */
    margin-top: -2%;
    border-radius: 20px 20px 0px 0px;
    min-height: 75vh;
	
	display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .d_flex{
      display: flex;
      justify-content: center;
  }
  .d_flex > p{
      background: #181818;
      border-radius: 100px;
      padding: 2px 5px;
      font-size: 12px;
      font-weight: 400;
      padding: 2px 10px;
      margin-top: 5px;
  }
  .game_info{
      padding: 5px 10px;
      width: 100%;
  }
  .game_info > p{
      font-size: 14px;
      font-weight: 500;
  }
  .entr2{
      max-width: 100%;
  }
  
  /* .btn_gren{
      background: #27feb0 !important;
      width: 100%;
      border-radius:5px;
      cursor: pointer;
      height: 30px;
  }
  .btn_gren:focus{
    background: #27feb0;
  } */
  .btn_gren {
    background: linear-gradient(to right, #a100fe, #5000f4) !important;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    color: #ffffff !important;
    border: 1px solid #a100fe;
  }

  .bottom-right {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      bottom: -10px;
      text-align: center;
      background: #000000d0;
      padding: 5px;
  }
  
  .game_img{
      position: relative;
      display: flex;
      align-items: center;
  }
  .played >p{
      text-transform: capitalize;
      font-size: 12px;
      font-weight: 500;
  }
  .flexx{
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
  }
  
  .game_det{
      padding: 0px 10px;
      margin-top: 10px;
      color: #ffffff;
  }
  
  .htp{
      background: #181122;
      border-radius: 2px;
      padding: 5px 10px;
      border: none;
      color: #ffffff;
      cursor: pointer;
      font-size: 12px;
  }
  .htp:focus{
    background: #181122;
    color: #ffffff;
  }
  .flexx2{
      justify-content: space-around;
      margin-top: 10px;
  }
  .flexx >div{
      display: flex;
      align-items: center;
      flex-direction: column;
  }
  
  .flexx >div >img{
      width: auto;
      height: 30px;
  }
  
  .flexx >div >p{
      margin-top: 5px;
      font-size: 12px;
  }
  
  .text_bg{
      font-size: 16px;
      font-weight:500
  }
  .text_bg1{
    font-size: 14px;
    font-weight:500
  }
  .redd{
      color: #ffffff;
      font-size: 18px !important;
  }
  .redd1{
    color: #ffffff;
    font-size: 14px !important;
  }
  .htP_text{
    color: #ddc0ff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 12px ;
    line-height: 22px;
  }
  
  .bluee{
      color: #27feb0;
      font-size: 18px !important;
  }
  .txt_t{
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      margin-bottom: 10px;
  }
  .txt_d{
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 10px;
  }
  .btm_fix{
    position: fixed;
    bottom: 0;
    /* left: 50; */
    max-width: 470px;
    width: 100%;
    padding: 10px;

	z-index: 999999999;
  }
  .btm_fix >a>button{
    height: 48px !important;
  }
  
  .level_img{
      padding: 2px;
  }
  .level_img >img{
      width: auto;
      height: 50px;
  }
  
  .disable{
      
      filter: grayscale(1);
      font-size: 12px;
      font-weight: 500;
  
  }
  
  .modal-content >h4{
      color: #282828 !important;
      font-size: 16px !important;
      font-weight: bold !important;
  }
  .modal-content >p{
      color: #282828 !important;
      font-size: 12px !important;
  }
  
  .entr_fee{
      border: 2px dashed #282828;
      background: #ededed;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: bold;
      padding: 10px;
      border-radius: 5px;
      
  }
  .entr_fee >img{
      width: auto;
      height: 22px;
  }
  .modal-content{
      text-align: center !important;
  }
  
  .level_complete{
       padding: 0px 10px;
    display: flex
;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    /* height: 100vh; */
    gap: 1rem;
    margin-top: 10px;
	/* justify-content: center; */
  }
  .level_complete >h2{
      font-size: 16px;
      font-weight: 500;
      margin: 0;
  }
  .level_complete >p{
      font-size: 12px;
      font-weight: 500;
      margin: 0;
      color: #B6B6B6;
  }
  .margin10{
      margin: 10px 0px;
  }
  .score{
      background-color: #282828;
      color: #ffffff;
      width: 100%;
      border: 1px dashed #5f5f5f;
      font-size: 16px !important;
  }
  
  
  .ldr_center{
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .top_img_bane{
    width: 100%;
    height: auto;
    margin-top: -20px;
  }
  
  
  
  
  .daimond_redm{
    background: #025235;
    color: #7befc2;
    justify-content: center;
    margin-top: 10p;
    font-size: 14px !important;
    padding: 2px 5px;
    border-radius: 5px;
  }
  
  .mrgn_10{
    margin: 10px 0px;
  }
  
  
  .wallet_pg{
    background: #181122;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 10px;
    align-items: center;
    margin: 5px;
    color: #ffffff;
    width: 100%;
  }
  .wallet_pg >p {
    font-size: 12px;
    color: #ddc0ff;
  }
  .ttl_txt{
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      color: #ddc0ff;
      letter-spacing: 2px;
      text-transform: uppercase;
  }
  .ttl_balance{
    margin: 0;
    font-size: 16px;
    font-weight:500
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background: #261c35;
    justify-content: center;
    gap: 0.5rem;
  }
  .bal_new{
    display: flex;
    gap: 1rem;
  }
  
  .ttl_balance >img{
      width: auto;
      height: 20px;
  }
  
  
  .btm_btn_fx{
    position: fixed;
    bottom: 10%;
    padding: 10px;
    width: 100%;
    max-width: 480px;
  }
  .btm_btn_fx >button{
    height: 48px;
    background: #282828;
    border: 1px solid #27feb0;
    color: #27feb0;
  }
  .btm_btn_fx >button:focus{
    height: 48px;
    background: #282828;
    border: 1px solid #27feb0;
    color: #27feb0;
  }
  .pdng_10{
    padding: 0px 10px;
    margin: 10px 0px;
  }
  
  .ldr_sb_itm >img{
    width: auto;
    height: 20px;
    margin-right: 20px;
    border-radius: 0;
  }
  
  .tming{
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      color: #b9b9b9;
  }
  
  
  .err{
    margin: 10px;
  }
  
  .err_imag{
    width: 100%;
    height: 250px;
    margin: 0;
  }
  
  .mrgn_0{
    margin: 0 !important;
  }
  
  
  
  
  /* / login / */
  .center_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .ttl2 {
  font-size: 22px;
  }
  .link_url {
  color: #9E9E9E;
  font-size: 12px;
  }
  .mt_10 {
  margin-top: 10px;
  }
  .mt_20 {
  margin-top: 20px !important;
  }
  hr.divider {
  height: 1px;
  margin: 30px 0;
  padding: 0;
  overflow: visible;
  border: none;
  background-color: #282828;
  color: #b6b6b6;
  text-align: center;
  width: 100%;
  font-size: 12px;
  }
  .divider {
  height: 1px;
  overflow: hidden;
  background: var(--bg_light) !important;
  }
  hr.divider:after {
  content: 'or continue with';
  display: inline-block;
  position: relative;
  top: -7px;
  padding: 0 16px;
  background: #181818;
  }
  .d_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0px;
  }
  .flex_2 {
  width: 90%;
  justify-content: space-evenly;
  }
  .btn_cont_with {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #9E9E9E;
  background: none;
  border: 1px solid #282828 !important;
  }
  .btn_cont_with:focus {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #9E9E9E;
  background: none;
  border: 1px solid #282828 !important;
  }
  .flex_2 >button {
  margin: 5px;
  }
  .btn_blue2 {
  font-weight: bold;
  border: none;
  padding: 10px;
  min-height: 48px;
  width: 100%;
  border-radius: 5px;
  margin: 5px 0px;
  }
  
  .btn_cont_with >img {
  width: auto;
  height: 20px;
  margin-right: 12px;
  }
  
  input{
  color: #ffffff !important;
  }
  
  .select-wrapper input.select-dropdown{
  font-size: 12px !important;
  }
  .main_body_area {
  padding: 0px 10px;
  margin-top: 70px;
  }
  
  .dropdown-content li>a, .dropdown-content li>span{
  color: #538bff !important;
  font-size: 12px !important;
  }
  .btn_ht{
  height: 48px;
  }
  .g_ads {
  text-align: center;
  }
  .sponsored {
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  margin: 10px 0px 30px 0px;
  }
  
  
  .full_screen_ad{
  height: 100vh;
  position: absolute;
  top: 0;
  background: #000000cc;
  width: 100%;
  max-width: 480px;
  }
  .cross{
  display: flex;
  color: #ffffff;
  justify-content: flex-end;
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
  }
  .disnon{
  display: none;
  }
  
  .mrgn_0{
  margin-top: 0px !important;
  }
  .error-message{
  color:red;
  }
  
  .l_btn{
  margin-top: -5px !important;
  }
  .btm_nav {
  background: #282828;
  position: fixed;
  bottom: 0;
  width: 480px;
  z-index: 9;
  height: 70px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  }
  .btm_nav >a {
  display: grid;
  justify-items: center;
  width: 100%;
  text-align: center;
  filter: grayscale(1);
  opacity: 0.7;
  gap: 0.5rem;
  padding: 5px;
  }
  .btm_nav >a >img {
  width: auto;
  height: 25px;
  }
  .btm_nav > a > p {
  font-size: 12px;
  font-weight:500
  color: #ffffff;
  margin-top: -5px;
  }
  /* /* .btm_active>p {
  color: #538bff !important;
  } */
  .btm_active {
  filter: none !important;
    opacity: 1 !important;
    background: #1a1a1a;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #343434;
  } 
  
  @media screen and (max-width: 600px) {
  .btm_nav {
      width: 100%;
  }
  }
  
  
  
  .footernav1 {
  color: var(--text_desc2) !important;
  max-width: 480px;
  width: 100%;
  text-align: center;
  margin-bottom: auto;
  bottom: 0px;
  padding: 10px;
  background: #0e1a18 !important;
  font-size: 12px;
  /* margin-bottom: 20%; */
  margin-top: 7%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 15vh;
  }
  
  
  
  .Y5sE8d{
    background: #15ce6a !important;
  }
  
  .btn_wd{
  width: auto !important;
  margin: 0 !important;
  }
  .img_24{
  width: auto;
  height: 24px;
  }
  
  .flex_3{
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  }
  
  .mrgn_100{
  margin: 10px 0px;
  }
  
  .txt_sm2{
  font-size: 12px;
  font-weight: 400;
  }
  
  
  @media screen and (max-width: 1280px) {
  .s_left {
      width: 100%;
      max-width: 100%;
  }
  .s_right {
    display: none;
  }
  .btm_nav, nav{
    width: 100%;
    max-width: 100%;
  }
  .btm_fix{
    max-width: 100%;
  }
  .footernav1{
    max-width: 100%;
  }
  }
  
  
  .g_ads{
  margin-top: 10px;
  }
  .footernav1 > .d_flex >a{
    color: var(--text_desc2) !important;
  }

  .pop_up_img{
    width: 100%;
    height: auto;
  }
  .modal{
    width: 90% !important;
    max-width: 480px !important;
    max-height: 100% !important;
  }
  .cross_bt{
    width: auto;
    height: 25px;
  }
  .modal-top >a{
    position: absolute;
    right: 5px;
    top: 10px;
    padding: 0px 5px;
  }
  
  
  
  .swal2-title{
    font-size: 18px !important;
  }
  .swal2-html-container{
    margin-top: 10px !important;
    padding: 0 !important;
  }
  .swal2-confirm{
    background: linear-gradient(to right, #a100fe, #5000f4) !important;
    font-weight: 600 !important;
  }
  .swal2-styled{
    width: 49% !important;
  }
  .swal2-actions{
    width: 70% !important;
    flex-wrap: nowrap !important;
  }
  .swal2-deny{
    background: #dddddd !important;
    color: #282828 !important;
  }
  .main-loader {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  
  .center_vh{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
  }
  .center_vh >img{
    width: 90px;
    height: 90px;
  }
  
  /* / change on 31 aug 2024 / */
  .game2{
    background: #000000 !important;
    border: 1px solid #262626 !important;
  }
  .game_ttl{
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
	line-height: 30px;
	margin: 0;
	font-style: normal;
  }
  .game_desc{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--text_desc2) !important;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
	
  }
  .game_details2{
    background: #0e1a18 !important;
    border: 1px solid var(--bg_light) !important;
    padding: 16px;
    margin-top: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 10px;
  }
  .game_details2 > div{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }
  .l_infogam{
    color: var(--text_desc2);
    font-weight: 400;
  }
  .r_infogam{
    display: flex;
    align-items: center;
    gap: 1em;
    color: #ffffff;
    font-weight:500
  }
  .r_infogam >img{
    width: auto;
    height: 20px;
  }
  
  .game_img2 >img{
    width: 120px;
    height: 220px;
  }
  
  .game_detail2{
	padding: 0px 10px;
    margin-bottom: 16%;
    margin-top: -6%;
    z-index: 999999999;
    /* display: block; */
    position: relative;
  }
  
  .g_tp_img >img{
    width: 100%;
    height: auto;
    min-height: 180px;
    max-height: 220px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
  }
  
  .g_if_desc{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	align-items: center;
  }
  
  .cont_end{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--text_desc2);
    margin-top: 10px;
  }
  .cont_end >img{
    margin-left: 10px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
  }
  .cont_end>span{
    font-size: 12px;
    color: #ffffff;
    font-weight:400;
  }
  
  
  .played >p {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
  }
  
  .ldr_list{
    background: #181122 !important;
    margin: 0 !important;
    margin-top: 10px !important;
    padding: 10px 15px;
  }
  
  .tabs{
    background: #0e1a18 !important;
  }
  

  .active{
    color: #000000 !important;
  }
  .tabs .tab a {
    color: #ffffff !important;
    font-size: 12px !important;
    z-index: 999999;
    position: relative;
    font-weight: 400 !important;
	
  }
  
  .tabs> li:nth-child(1) {
		border-right: 1px solid var(--bg_light) !important;
  }
  .tabs> li:nth-child(3) {
	  border-left: 1px solid var(--bg_light) !important;
  }
  
  .ldr_sb_itm >p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .tabs{
    border-radius: 5px !important;
  }
  .ldr_sb_itm >p{
    display: flex;
    align-items: center;
  }
  .ldr_sb_itm >p >img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  
  
  .pulse{
    animation: zoom-in-zoom-out 2s ease-out infinite;
    cursor: pointer;
  }
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  .w_70{
    max-width: 60%;
  }
  
  .game3{
    flex-direction: column;
    background: #0e0617 !important;
    border: 1px solid #262626 !important;
    padding: 5px;
    align-items: stretch;
    cursor: pointer;
  }
  .game_details3{
    background: #0e1a18;
      padding: 10px;
      border-radius: 5px;
      display: flex;
      gap: 0.5rem;
      justify-content: space-between;
      border-left:2px solid #6d00ff;
      border-right:2px solid #6d00ff;
	  width: 100%;
  }
  .game_details3 > div {
    display: flex;
	    justify-content: center;
    font-size: 12px;
    flex-direction: column;
	gap: 0.5rem;
    
  }
  
  .r_infogam {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: #ffffff;
    font-weight:500
  }
  
  .top_right{
    position: absolute;
      right: 5px;
      text-align: center;
      background: #000000d0;
      padding: 5px;
      top: 5px;
      border-radius: 5px;
  }
  .top_right >p{
    display: flex;
    gap: 0.5em;
    align-items: center;
  }
  .g_tp_img{
    position: relative;
  }
  
  
  .greeen{
    background: #7befc2;
  }
  .circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    display: flex;
  }
  
  
  .toggle_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 10px;
  }
  .toggle_btn >button{
    background: #181122;
    border: 1px solid #6d00ff !important;
    color: #B6B6B6;
    border: none;
    width: 100%;
    padding:5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
	min-height: 40px;
	line-height: 18px;
  }
  .act_btn{
    background: linear-gradient(to right, #a100fe, #5000f4) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
  }
  
  
  .you_win{
    background: linear-gradient(180deg, #9f00fe, #5000f4) !important;
  }
  
  .ldr_new{
    display: flex;
    gap: 1.5rem;
  }
  
  .bg_none{
    background: none !important;
    margin-top: 10px !important;
    padding: 5px 10px;
	
  }
  
  
  .text_top_nw{
    padding: 10px 0px;
    /* background: #000000; */
    flex-direction: column;
    /* border: 2px solid #262626 !important; */
    /* padding: 10px; */
    align-items: stretch;
    cursor: pointer;
    margin: 0px 10px 5px 10px;
    /* border-radius: 10px; */
    border-bottom: 2px solid #262626 !important;
  }
  .mb_10{
    margin-bottom: 10px;
  }
  .desc2{
    display: block !important;
    color: var(--text_desc2) !important;
  }
  .grn{
    color: #27feb0 !important;
  }
  
  .tlt{
    margin: 5px 0px 5px 10px;
  }
  .game_detail3{
    padding: 0px 10px;
  }
  
  .btn_levl{
    width: auto !important;
    min-width: 50% !important;
    margin: 0 !important;
  }
  .g_inf2{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g2_new{
    margin-bottom: 2px;
  }
  
  .ply_nw_btn{
	background: #150e1e !important;
    opacity: 1;
    color: #ffffff !important;
    border: 1px solid #5600f5;
  }
  
  .u_played{
    background: #ffffff !important;
    color: #282828 !important;
  }
  
  .scre{
    /* background: #0e1a18 !important; */
    margin: 0 !important;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--btn_grad_1);
  }
  
  .level_complete >img{
    width: auto;
    height: 80px;
  }
  
  .scre >span{
    margin-left: 5px;
    font-weight:500
    font-size: 12px;
    color: #ffffff;
  }
  
  .g_name_walt{
    color: #b9b9b9;
    font-size: 10px;
  }
  
  .swal2-popup{
    padding: 10px !important;
  }
  .swal2-title{
    font-size: 14px !important;
  }
  .swal2-html-container{
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .swal2-html-container >p{
    margin-top: 5px;
    font-weight: 400 !important;
  }
  .swal2-actions{
    margin-top: 5px;
  }
  
  .swal2-icon{
    margin-top: 10px;
  }
  
  /* profile */
  .profile_m{
    flex-direction: row !important;
    width: 100% !important;
  }
  .profile_l{
	display: flex;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
  }
  .profile_l >img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #525252 !important;
    object-fit: cover;
	
  }
  .pro_marg{
    margin: 0 !important;
  }
  .edit_bt{
    margin: 0 !important;
  }
  
  .info_pro_22{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ttl_img22{
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .ttl_img22 >img{
    width: auto;
    height: 22px;
  }
  
  .info_profile{
    display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
  }
  .info_profile >div{
    width: 49%;
  }
  .w_100{
    width: 100% !important;
  }
  
  .timer_reverse{
    background: #101010;
    border: 1px solid #27feb0 !important;
    color: #27feb0 !important;
    border: none;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px !important;
    font-weight: 500 !important;
    cursor: pointer;
    min-width: 80px;
    justify-content: center;
  }
  .gape{
    gap: 1rem;
  }
  .gape >p{
    font-weight: 500;
  }
  
  
  /* image upload */
  .profile-pic {
    width: 100px;
      height: 100px;
      /* display: inline-block; */
      /* object-fit: contain; */
      object-position: center;
      background: #262626;
      
  }
  
  .file-upload {
    display: none;
  }
  .circle22 {
    border-radius: 10px !important;
      overflow: hidden;
      width: 100px;
      height: 100px;
      border: 2px solid #262626 !important;
      position: relative;
      top: 0;
  }
  img {
  
    height: auto;
  }
  .p-image {
    position: relative;
    top: -25px;
    left: 80%;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    border-radius: 50%;
  }
  .p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }
  .upload-button {
    width: 25px;
    height: 25px;
    border-radius: 10px;
    padding: 5px;
    background: #ffffff;
  }
  
  .upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
  }
  
  .edit_pro{
    display: flex;
    justify-content: center;
    background: #181122 !important;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    margin: 0px 10px;
    border-radius: 5px;
  }
  .ipnut_name{
    height: 48px;
    width: 100%;
    border-radius: 5px;
    background: #262626 !important;
    border: 2px solid #262626 !important;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  
  .tg_2 >button{
    height: 40px;
  }
  
  .btn_greeen{
    background: #27feb0 !important;
  }
  
  .profile_img_hm{
    width: 30px !important;
      height: 30px !important;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    filter: invert(1);
  }
  .h_right >a{
    display: flex !important;
    align-items: center;
  }
  
  .ipnut_name:focus-visible{
    outline: none !important;
  }
  
  .err_2{
    margin-top: -20px;
  }
  
  .error-message{
    font-size: 10px;
    color: #ff3232;
  }
  nav .sidenav-trigger{
	      margin: 0 10px !important;
  }
  .a_width {
    display: flex;
    align-items: center;
    background: #0e1a18;
    height: 35px;
    padding: 10px;
    border-radius: 5px;
    gap: 0.5rem;
    cursor: pointer;
  }
  .daim_img {
    width: auto;
    height: 15px !important;
  }
  .r_infogam {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
  }
  .wallet_ic22 {
    background: #5c4788;
    padding: 10px;
    height: 35px !important;
    width: auto;
    margin-right: -12px;
    clip-path: polygon(45% 1.33975%, 46.5798% .60307%, 48.26352% .15192%, 50% 0, 51.73648% .15192%, 53.4202% .60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
  }
  
  .dsec_update {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
  .game_ttl2 {
    background: #0e0617;
    color: #ffffff;
    padding: 5px 10px;
  }
  .pd_right {
    padding: 5px 10px;
  }
  
  .top_banner22{
    margin: 0px 10px;
    margin-top: 10px;
  }
  .top_banner22 >img{
    border-radius: 10px;
      width: 100%;
      min-height: 220px;
      max-height: auto;
      object-fit: cover;
      object-position: bottom;
  }
  
  .dropdown-content{
    display: block !important;
      opacity: 1 !important;
      right: 0 !important;
      left: auto !important;
      top: 56px !important;
      background: #0e0617 !important;
      color: #ffffff !important;
      min-width: 150px;
  }
  .dropdown-content li>a, .dropdown-content li>span{
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 10px !important;
  }
  .dropdown-content li{
    min-height: auto !important;
  }
  
  
  video{
    display: flex !important;
    margin-top: -20% !important;
  }
  
  .dropdown-content li:hover, .dropdown-content li.active {
    background-color: #101010 !important;
  }
  
  .list_def{
    text-align: left !important;
    padding-left: 5% !important;
  }
  .textsize{
    font-size: 14px;
  }
  .list_def >li{
    list-style-type: disc !important;
    margin-bottom: 5px !important;
  }
  
  .l_info_img{
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-weight:500
  }
  
  .l_info_img >a>img {
    width: auto;
    height: 10px;
    cursor: pointer;
  }
  
  
  .swal2-cancel {
    background: #dddddd !important;
    color: #282828 !important;
    border: none !important;
    outline: none !important;
  }
  .swal2-cancel:focus {
    background: #dddddd !important;
    color: #282828 !important;
  }
  
  .s12{
    /* min-height: 200px; */
  }
  
  .mr_20{
    margin-top: 10px;
  }
  
  .swal2-radio{
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .swal2-radio >label{
    min-width: 100% !important;
    padding: 10px;
    border: 1px solid #d7d7d7 !important;
    border-radius: 5px;
    color: #282828;
  }
  
  
  
  
  
  
  
  
  [type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    opacity: 1 !important;
     pointer-events: all !important;
  }
  
  .list_def >li >a{
      color: #0f59c7f7;
      font-weight:500
    text-decoration: none;
    letter-spacing: 1px;
  }
  
  
  
  .label_cust{
    display: flex;
      flex-direction: column;
      gap: 1rem;
      justify-content: center;
      border: 2px solid #dddddd;
      border-radius: 5px;
      padding: 10px;
      min-width: 48%;
  }
  .div_labe{
    display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-left: 15%;
  }
  .title_lab{
    font-size: 14px;
    font-weight:500
    color: #282828;
  }
  .desc_lab{
    font-size: 12px;
    font-weight: 400;
    color: #282828;
  }
  .my-radio-inputs{
    display: flex;
      gap: 0.5rem;
      flex-wrap: wrap;
      margin: 10px 0px;
  }
  
  .selected{
    border: 1px solid #a100fe !important;
    background: #f6e5ff !important;
  }
  .selected > .div_labe > .title_lab{
    color: #a100fe !important;
  }
  
  
  input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: none;
    width: 15px;
    height: 15px !important;
    padding: 2px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #adadad;
    background-color: #adadad;
    border-radius: 50%;
  }
  
  /* appearance for checked radiobutton */
  input[type="radio"]:checked {
    background-color: #a100fe ;
    border: 1px solid #a100fe ;
    background-color: #a100fe ;
  }
  
  
  iframe{
    display: block;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100%;
    }
  
    iframe > div {
      overflow-x: hidden;
    }
  
  
  
    .claim_btn{
      background: #ea3b58 !important;
      color: #ffffff !important;
      border: none;
    }
    .new_msg{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      color: #ffffff;
      min-height: 30vh;
    }
    .new_msg_img{
      width: auto;
      height: 100px;
    }
  
	
	.leaderboard_section{
		display: flex;
		flex-direction: column;
	}
    .ldr_update{
      background: #181122;
      padding: 10px;
      border-radius: 5px;
      border-left: 2px solid #6d00ff;
      border-right: 2px solid #6d00ff;
      display: flex;
      justify-content: space-between;
      align-items: center;
	  margin-bottom: 10px;
    }
    .lrd_lft_u{
      display: flex;
      gap: 0.5rem;
      align-items: center;
      color: #ffffff;
	  font-size: 14px;
    }
    .ldr_u_rnk{
      display: flex;
      align-items: center;
      
    }
    .rnk_u{
      background: #181122;
      color: #ffffff;
      padding: 5px 20px;
      border-radius: 5px;
      font-size: 14px;
      font-weight:500
      height: 40px;
      display: flex;
      align-items: center;
    }
    .img_ldr_usr{
      width: 40px;
      height: 40px;
      border-radius: 5px;
      background: #00a1ff;
      margin-left: -10%;
      border: 1px solid #000000;
    }
    .scr_rht{
      background: #090016;
      color: #ffffff;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 12px;
      font-weight: 500;
    }
  
  .rnk_1{
      background: linear-gradient(180deg, #34c759, #00781e) !important;
      border: 1px solid #000000;
    }
  .rnk_2{
    background: linear-gradient(180deg, #ffcc00, #ff6600) !important;
    border: 1px solid #000000;
  }
  .rnk_3{
    background: #c57300;
    border: 1px solid #000000;
  }
  
  
  .h_48{
	  height: 48px;
  }
  
  .btn_fx{
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  
  
  .complted_btn_new{
	  background: linear-gradient(15deg, #1c5400, #6a9900) !important;
    opacity: 1;
    color: #fdfff9 !important;
    border: 1px solid #90cf00;
  }
  
  
  
  .listing_charges {
    background: #181122;
    border: 1px solid #6d00ff;
    color: #ddc0ff !important;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 75px;
    gap: 0.5em;
	margin-bottom: 10px;
}

input:focus{
	box-shadow: none !important;
}
input, textarea {
    background: #0e1a18 !important;
    border: 1px solid var(--bg_light) !important;
    
    text-indent: 10px;
    border-radius: 5px !important;
    color: #ffffff !important;
    margin: 5px 0px !important;
    font-size: 14px !important;
    overflow: hidden !important;
    height: 48px !important;
	outline: none;
}
textarea{
	height: 100px !important;
}


[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #6d00ff !important;
    background: #5a00d3 !important;
    padding: 5px !important;
}

[type="radio"]:not(:checked)+span, [type="radio"]:checked+span {
    color: #ffffff !important;
    padding-left: 25px !important;
}

[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after {
    border: 2px solid #6d00ff !important;
}

.vas_img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}


.plan {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.plan >button {
    width: 49%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    line-height: 14px;
    height: 48px;
    background: #0e0617;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    letter-spacing: 0;
	border: 1px solid var(--btn_grad_1);
}
.plan >button:hover {
    background: #0e0617;
}
.plan >button:focus {
    background: #0e0617;
}
.active2 {
    background: linear-gradient(var(--btn_grad_1), var(--btn_grad_2)) ! Important;
    color: var(--bg_blue) !important;
}
.font_lg {
    font-size: 18px;
    font-weight: 600;
    color: #ffd600;
}
.inf_l >h2 {
    margin: 0;
    color: #34FF4E;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.game_desc2 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--text_desc2) !important;
	line-height: 40px;
}

.game_list > .mt-5 > ul >li{
	list-style-type: disc !important;
    margin-left: 20px;
}
.list_upd{
	font-size: 14px !important;
    font-weight: 400 !important;
    color: #ddc0ff !important;
	padding-left: 20px;
	margin-left: 20px;
}

.txt_white{
	color: #ffffff !important;
}

.contact-right > form>input{
	width: 100%;
}

ul,ol{
	margin-left: 20px;
}

textarea{
	padding: 10px !important;
}

/* quiz card 17-01-2025 */
.quiz_card{
    padding: 10px;
    display: flex;
    align-items: center;
    background:#0E0617;
    border: 1px solid #6D00FF;
    border-radius: 10px;
    gap: 1rem;
}
.quiz_img{
    width: 100%;
    height: 150px;
    max-width: 120px;
}
.quiz_img >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.quiz_name{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.game_details3 {
	padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    border-left: 1px solid var(--bg_light);
    border-right: 1px solid var(--bg_light);
}


.r_infogam >img {
    width: auto;
    height: 15px;
}

.quiz_details{
    width: 100%;
}

.btn_blue{
    background: linear-gradient(var(--btn_grad_1), var(--btn_grad_2));
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    color: #000000 !important;
    border: none;
}
.btn_blue:focus{
    background: linear-gradient(var(--btn_grad_1), var(--btn_grad_2));
    color: #ffffff !important;
}

.options_upd

.padding{
    padding: 10px;
}

.g_tp_img2{
	width: 100px !important;
    height: 100px !important;
	min-height: 100px !important;
    max-height: 100px !important;
    position: absolute;
    left: 10px;
    bottom: 5%;
    border: 2px solid #728c82;
	border-radius: 10px !important;

}

.flex2{
	display: flex;
	justify-content: space-between;
}

.question {
    display: flex;

    padding: 10px;
}

.options{
	    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.question_src{
	padding: 24px;
    border-radius: 10px;
    border: 1px solid #728c82;
	display: flex;
	gap: 2rem;
	flex-direction: column;
	width: 100%;
	min-height: 40vh;
	justify-content: center;
}

.question_data{
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	min-height: 5vh;
}

.options_upd{
	display: flex;
	gap: 1rem;
	flex-direction: column;
}
.options_upd >button{
	height: 48px;
	background: #0e1a18;
	border: 1px solid #728c82;
	color: #ffffff !important;
}


.question_data2 {
	color: var(--text_desc2);
	font-size: 14px;
	font-weight: 500;
}
.question_data2 > span{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin-right: 2px;
}

.question_height{
	min-height: 70vh;
	display: flex;
	align-items: center;
}

.g_tp_img::before{
	content: '';
    position: absolute;
	height: 80px;
    width: 100%;
    background-image: linear-gradient(#0e4b2500, #0e4b2500, #0e4b25a6, #113e25);
    box-sizing: border-box;
    padding: 15px;
    transition: 0.5s;
    overflow: hidden;
	bottom: 6px;
}

.compltd{
	    width: 180px !important;
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
    position: relative;
    /* left: 10px; */
    bottom: 0px;
    /* translate: 50%; */
    border: none !important;
    border-radius: 10px !important;
    /* top: 70%; */
    left: 50%;
    transform: translate(-50%, 0%);
}

.btn_yellow{
	background: #ffe944 !important;
	color: #282828 !important;
}

.level_complete{

	min-height: 75vh
}

/* .img_height{ */
	/* height: 35vh !important; */
	/* min-height: 35vh !important */
/* } */

.ques_img_d{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
	min-height: 140px;
}





.d_button {
    width: auto;
    height: 20px !important;
	margin-left: 20px;
	filter: brightness(10);
}

hr{
	width: 100%;
	border: 1px solid #B6B6B6;
}

.smmry{
	margin: 0;
	    gap: 0.7rem;
}


/* update */

:root {
    --white: #FFFFFF;
    --light: #DDC0FF;
    --l_blue: #4C2A71;
    --d_blue: #321551;
    --bg_blue: #271938;
    --ft_10: 0.625rem;
    --ft_12: 0.875rem;
    --ft_14: 0.9rem;
    --ft_16: 1rem;
    --ft_18: 1.2rem;
	
	
	
	
	--btn_grad_1: #48fabd;
	--btn_grad_2: #37c4c8;
	--bg_dark: #171b25;
	--bg_light: #0e4b25;
	--bg_card: #1c212e;
	--text_desc2: #dffff3;
}


.cardd {
    background: linear-gradient(var(--bg_light), var(--bg_dark));
    border: 1px solid #728c82;
    padding: var(--ft_12);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
	position: relative;
}

.cardd >img {
    width: 100%;
    min-height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    max-height: 180px;
}



.ttl {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    position: absolute;
    /* top: 30%; */
    background: linear-gradient(var(--bg_light), var(--bg_dark));
    padding: 5px 10px;
    left: 4%;
    bottom: 45%;
}

.desc {
    font-size: var(--ft_14);
    color: var(--text_desc2);
    text-align: center;
    line-height: 22px;
}
.btn_white {
        height: 48px !important;
    background: linear-gradient(var(--btn_grad_1), var(--btn_grad_2)) !important;
    color: var(--bg_blue) !important;
    border-radius: 5px !important;
    border: none !important;
    font-size: var(--ft_16) !important;
    font-weight: 500;
    /* box-shadow: 0px 5px 0px #24c1c3; */
    width: 100% !important;
    cursor: pointer;
}

.body_area {
    margin: 10px 10px;
    min-height: 69vh;
	min-height: 69vh;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 600px) {
    .body_area {
        margin: 10px 10px;
    }
}

@media only screen and (max-width: 940px) {
    .body_area {
        margin: 10px 10px;
    }
}
.row{
	margin-bottom: 10px !important;
}


.ldr_list {
    background: #0e1a18 !important;
    border: 1px solid var(--bg_light);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    min-height: 60px;
    margin-bottom: 10px;
}

.ldr_itm{
	    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.win_am_li {
    background: #0e1a18 !important;
    border: 1px solid var(--bg_light);
    font-size: var(--ft_16);
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 80px;
}
.win_am_li >img {
    width: auto;
    height: var(--ft_14);
}

.rnk_li {
    background: #0e1a18 !important;
    border: 1px solid var(--bg_light);
    padding: 5px 15px;
    border-radius: 5px;
}

.tabs .tab a.active{
	color: #000000 !important;
}

.end2{
	margin: 0;
}

a{
	color: var(--btn_grad_1) !important;
}

.top_slide_predict ul{
	display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn_yellow:focus{
	background: #ffe944 !important;
    color: #282828 !important;
}