body{
    background-color: #0B0C10 !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    height: 100vh;
    position: relative;
}
.__logo{
    border-radius: 50% !important;
}
.red_notice{
    padding: 10px;
    font-weight: 600 !important;
    font-size: 13px !important;
}
.red_notice b{
    color: red;
}
.fade-in {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.fade-in[src] {
  opacity: 1;
}
.notif_info{
    border-radius: 10px;
    display: none;
    color: #000;
    border-left: 5px solid #fff;
}
a:focus, .btn:focus{
    text-decoration: none !important;
    color: inherit !important;
}
@supports (-webkit-appearance: none) {
    /* Chrome-specific styles here */
    ._top_three_box  {
      margin-left: -55px !important;
    }
    ._top_player{
        margin-right: -15px !important;
    }
}
main{
    margin-bottom: 50px;
    position: relative;
}
._z_inx{
    z-index: 1;
}
h4,h5{
    /* font-family: "Boldonse", system-ui; */
    font-weight: 900 !important;
}
hr{
    border: 1px solid #cccccc6c !important;
    margin-top: 0.5rem !important;
}
button{
    color: #fff !important;
}
.spinner-border{
    border-left-color: transparent !important;
}
.refresh_text{
    font-size: 11px;
    display: none;
    color: #ccc;
    font-weight: 600;
    position: absolute;
    bottom: 52px;
    left: 20px;
}
.tooltip{
    position: absolute !important;
    left: 82% !important;
    z-index: 1 !important;
    animation: tooltip 1s infinite !important;
    transform: none !important;
    max-width: fit-content;
} 
@keyframes tooltip {
    0% {top: 62px;}
    50% { top: 67px;}
    100% {top: 62px;}
}
.tooltip-inner{
    font-size: 12px;
    font-weight: 900;
    background-color: #66FCF1 !important;
    color: #000 !important;
}
.tooltip .arrow{
    left: 20px !important;
}
.tooltip .arrow::before{
    border-bottom-color: #66FCF1 !important;
}
.swal2-title {
    font-size: 17px !important;
    font-weight: bold;
}
.swal2-html-container {
    font-size: 14px !important;
}
/* Dark skeleton loader */
.skeleton-box{
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
    column-gap: 6px;
    width: 200%;
}
.skeleton {
    background: linear-gradient(
        90deg,
        #252e38 25%,   /* dark gray */
        #343f4d 50%,   /* lighter gray */
        #272f37 75%
    );
    background-size: 200% 100%;
    animation: shimmer 2.5s infinite;
    border-radius: 6px;
}

    @keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
.loader-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 60px;
}

.loader-dots div {
  width: 10px;
  height: 10px;
  background-color: #e0e0e0; /* light gray on dark bg */
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

.loader-dots div:nth-child(2) {
  animation-delay: 0.2s;
}
.loader-dots div:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  from {
    transform: translateY(0);
    opacity: 0.6;
  }
  to {
    transform: translateY(-8px);
    opacity: 1;
  }
}

.custom-confirm-btn {
    background-color: #66FCF1;
    color: #000 !important;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    width: 250px !important; 
    border: none !important;
}
.info{
    font-size: 11px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #66FCF1;
}
._back_arr{
    color: #000;
    background-color: #66FCF1;
    padding: 6px 10px 5px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 18px;
}
._share_arr{
    color: #000;
    background-color: #66FCF1;
    padding: 6px 10px 5px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 18px;
}
._info_arr{
    color: #66fcf1;
    position: absolute;
    top: 36px;
    right: 25px;
    font-size: 18px;
}
._delete{
    position: absolute;
    bottom: 10px;
    right: 2px;
    color: #d9293b !important;
}
._header{
    font-size: 17px;
    margin-left: 10px;
    margin-bottom: 20px;
}
._header_small{
    font-size: 13px;
    margin-left: 0px;
}
.text_info{
    font-size: 10px;
    color: #66FCF1;
    padding-left: 8px;
    font-weight: 600;
}
._header_box{
    justify-content: space-between;
    display: flex;
}
._header_box i {
    color: #66fcf1;
}
._header_box span{
    font-size: 10px !important;
    font-weight: 600 !important;
}
._empty{
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #1F2833;
    text-align: center;
    border-radius: 10px;
    height: 100px;
}
._empty h6{
    font-size: 12px !important;
    width: 100%;
}
._empty h6 b{
    color: #66FCF1;
}
._empty i{
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.container-fluid{
    padding-bottom: 20px;
    position: relative;
}
._alert_box{
    margin-top: 10px;
}
.alert{
    font-size: 14px;
    margin-bottom: 0px !important;
}
.alert button{
    color: #fff !important;
    opacity: 1 !important;
}
.badge{
    font-size: 10px !important;
    background-color: #66FCF1;
    color: #000;
    padding: 5px;
}
._top_navigation{
    display: flex;
    justify-content: space-between;
}
._top_three_box{
    justify-content: space-around;
    overflow: auto;
    padding-left: 15px;
}
._top_three_box::-webkit-scrollbar{
    display: none;
}
._top_player{
    min-width: fit-content;
    margin-right: -10px;
    display: flex;
}
._top_player .img-fluid{
    width: 100px !important;
    margin-left: 10px;
}
.player_info{
    background-color: #1F2833;
    padding: 10px;
    border-radius: 10px;
    margin-left: -40px;
    min-width: 90px;
}
.player_info img{
    width: 50px;
    margin-bottom: 10px;
}
.player_info h5{
    font-size: 10px;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 76px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}
._notification{
    margin-top: 20px;
}
._notification .mb-2{
    display: flex;
}
._notification .mb-2 .alert{
    width: 100%;
    margin-bottom: 10px;
}
._notification .mb-2 .alert ._notification_icon img{
    width: 50px !important;
}
.rewardHover, .showWhatsapp, .message_overlay, .coin_promo{
    height: 100%;
    width: 100vw;
    position: fixed;
    align-items: center;
    top: 0px;
    left: 0px;
    background-color: #000000cd;
    z-index: 100;
    padding: 0px 30px;
    display: none;
}
.rewardHover .text-center, .showWhatsapp .text-center, .message_overlay .text-center{
    width: 100%;
    background-color: #1F2833;
    color: #fff !important;
    padding: 15px;
    border-radius: 15px;
    position: relative;
}
.rewardHover .lost img{
    width: 100px !important;
    margin-top: -50px !important;
}
.rewardHover .lost{
    top: -30px !important;
    left: 37% !important;
}
.showWhatsapp .text-center{
    background-color: #25d366 !important;
}
.rewardHover .text-center b{
    color: #66FCF1;
}.showWhatsapp .text-center b{
    color: #000 !important;
    font-size: 18px !important;
}
.rewardHover h5, .showWhatsapp h5, .message_overlay h5{
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rewardHover .icon_box, .showWhatsapp .icon_box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -19px;
    left: 33%;
}
.message_overlay .icon_box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -19px;
    left: 37%;
}
.rewardHover .icon_box img{
    width: 150%;
    height: 150%;
    object-fit: contain;
    margin-top: -50px;
}
.message_overlay .icon_box img{
    width: 100px;
    height: 150%;
    object-fit: contain;
    margin-top: -50px;
}
.showWhatsapp .icon_box img{
    width: 100px;
    height: 100px;    
    object-fit: contain;
    margin-top: -37px;
    margin-left: 18px;
}
.rewardHover h6, .showWhatsapp h6, .message_overlay h6{
    font-size: 14px;
    font-weight: 400 !important;
}
.rewardHover button, .showWhatsapp a, .message_overlay button{
    background-color: #66FCF1;
    padding: 10px;
    font-weight: 700;
    color: #000;
    width: 90%;
    font-size: 14px;
    border-radius: 20px;
    margin-top: 10px;
}
.showWhatsapp a{
    background-color: #000 !important;
    color: #fff !important;
}
.rewardHover box, .showWhatsapp box, .message_overlay box{
    font-size: 13px;
}
.coin_promo img{
    width: 86vw;
    height: 60vh;
    border-radius: 20px;
}
.coin_promo button{
    border-radius: 50%;
    padding: 9px 11px 5px !important;
    background-color: #66fcf1;
    color: #000 !important;
}

/* Base Chat Styles */
  #chat-box {
    background-color: #0B0C10;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 1s ease-in-out;
    z-index: 999;
    width: 100%;
  }

  .chat-collapsed {
    height: 180px;
    transition: 1s ease-in-out;
  }

  .chat-expanded {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    border-radius: 0;
    position: fixed;
    transition: 1s ease-in-out;
  }

  .chat-header {
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
  }

  .chat-messages {
    flex: 1;
    padding: 8px;
    overflow-y: auto;
    font-size: 14px;
  }

  .chat-message {
    margin-bottom: 6px;
    word-wrap: break-word;
  }

  .chat-input {
    display: flex;
    /* border-top: 1px solid #444; */
  }

  .chat-input input {
    flex: 1;
    border: none;
    padding: 8px;
    outline: none;
    background: transparent;
    color: white;
    font-size: 14px;
  }

  .chat-input button {
    background: transparent;
    color: #66fcf1 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
  }

  .chat-error{ 
    color: #dc3545;
    font-size: 13px;
    font-weight: 700;
    margin: 5px;
  }
/* Loading Screen */
  .loader_box{
    margin: 0;
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    position: fixed;
    z-index: 1000;
    width: 100vw
  }
  .loader_box .spinner-border{
    color: #66FCF1;
    width: 3rem;
    height: 3rem;
  }
  .loader_box img{
    width: 50px;
    height: 50px;
  }

  .loader-wrapper {
    text-align: center;
  }

  .controller {
    width: 100px;
    height: 40px;
    background-color: #66FCF1;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    animation: bounce 1s infinite;
  }

  .controller::before,
  .controller::after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
  }

  .controller::before {
    width: 12px;
    height: 12px;
    top: 15px;
    left: 20px;
  }

  .controller::after {
    width: 8px;
    height: 8px;
    top: 17px;
    right: 20px;
  }

  .loading-text {
    margin-top: 10px;
    font-weight: 700;
    color: #66FCF1;
  }

/* Animation */

  @keyframes slideInOut {
    0% {margin-top: -400px; display: block;}
    10% {margin-top: 0px; display: block;}
    25% {margin-top: 0px; display: block;}
    50% {margin-top: 0px; display: block;}
    90% {margin-top: 0px; display: block;}
    100% { margin-top: -400px; display: none;}
  }

  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
  }

  @keyframes loadProgress {
    0% { width: 0%; }
    100% { width: 100%; }
  }

/* Other Pages */
._active_tournament_head{
    font-size: 12px !important;
}

/* Bottom Sheet Styling */
.bottom-sheet {
    position: fixed;
    bottom: -100%; /* Initially hidden */
    left: 0;
    width: 100%;
    background: #1F2833;
    color: #fff;
    box-shadow: 0 -7px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
    padding: 20px;
    transition: bottom 1s ease-in-out;
    z-index: 100;
}
.bottom-sheet input{
    color: #fff !important;
}
.bottom-sheet input[type=radio]{
    min-height: 50px;
}
.bottom-sheet input:focus{
    color: #000 !important;
}
.bottom-sheet h4{
    font-size: 13px;
    margin-bottom: 10px !important;
}
.bottom-sheet p, .bottom-sheet label{
    font-size: 13px;
    margin-bottom: 10px !important;
}
.bottom-sheet .w-100{
    background-color: #66FCF1;
    color: #000 !important;
    font-weight: 700;
}
.bottom-sheet input{
    border: none;
    border-radius: 10px;
    background-color: #000;
    padding: 25px;
}
.close_sheet{
    position: absolute;
    right: 20px;
    top: 30px;
}
.drag-handle {
    width: 40px;
    height: 5px;
    background: gray;
    border-radius: 10px;
    margin: 0px auto 20px;
    cursor: grab;
}
.carousel{
    margin-top: 10px;
    margin-bottom: 20px;
}
.carousel-item{
    width: 100%;
    height: 150px;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.carousel-inner{
    padding: 10px;
}
.carousel-indicators .active{
    background-color: #66fcf1 !important;
}
.carousel-indicators{
    bottom: -20% !important;
    z-index: 0 !important;
}
.tagLineText{
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}
/* User */
._us_profile{
    margin-left: 10px;
}
._us_name h6{
    font-weight: 600 !important;  
    font-size: 13px;  
    margin-bottom: 2px !important;
}
._us_name p{
    font-size: 10px !important;
    font-weight: 400 !important;
    margin-bottom: 2px !important;
}
._us_img{
    width: 40px;
    height: 40px;
}
._us_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}
._us_credentials{
    width: fit-content;
}
._us_credentials button{
    font-size: 22px;
}
._us_credentials ._notification_bell{   
    display: block;
    color: #66FCF1;
    position: relative;
}
._us_credentials ._notification_bell span{
    position: absolute;
    top: 7px;
    right: 14px;
    padding: 4px;
    border-radius: 50%;
    background-color: #66fcf1;
    display: none;
}
.bell-shaking{
    animation: shake 0.6s ease-in-out infinite;
}
@keyframes shake {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(-25deg); }
    40% { transform: rotate(10deg); }
    60% { transform: rotate(-15deg); }
    80% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}
._us_credentials a button{
    color: #66FCF1 !important;
    background-color: #1F2833;
    padding: 5px 13px 0px !important;
    font-size: 13px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #1F2833;
}
._us_credentials .ml-2{
    font-size: 15px !important;
    font-weight: 600;
    padding-top: 6px;
}

/* User Game Profile */
._us_gme_profile{
    padding: 10px 10px 15px 10px;
    border-radius: 5px;
}
._us_gme_profile_details{
    position: relative;
}
._us_gme_profile_details button{
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 13px;
    font-weight: 600;
}
._us_gme_profile_character img{
    border-radius: 50%;
} 
.name h4{
    font-size: 13px !important;
    margin-bottom: 0px  !important;
}
.tag{
    margin-top: 3px;
    margin-bottom: 2px;
}
.tag span{
    font-size: 12px !important;
}
.level h6{
    font-size: 12px;
}
.rank_board{
    margin-bottom: 10px;
    padding: 5px 15px 10px;
    border-radius: 10px;
    background-color: #1F2833;
}
.rank_board h6{
    font-size: 11px;
    padding-top: 10px;
}
.rank_board_inner{
    justify-content: space-around;
}
.rank_board h5{
    font-size: 13px !important;
    margin-top: 5px;
    margin-bottom: 13px !important;
}
.rank_board img{
    width: 40px;
    height: 40px;
}
.balance_carousel{
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 10px;
    scrollbar-width: none;
}
._us_gme_profile_box .online_counter{
    font-size: 13px;
    margin-top: 20px;
    display: flex;
}
._us_gme_profile_box .online_counter span{
    padding: 5px;
    border-radius: 50%;
    background-color: #28a745;
    display: flex;
    width: 10px;
    height: 10px;
    margin-top: 5px;
}
.balance_container .carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.balance_container .carousel-indicators span {
  height: 10px;
  width: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  transition: background 0.3s ease;
}

.balance_container .carousel-indicators span.active {
  background: #0072ff;
}

.wallet_balance{
    height: 140px;
    position: relative;
    background-color: #1F2833;
    color: #fff !important;
    border-radius: 15px;
    margin-bottom: 10px;
    scroll-snap-align: start;
    flex: 0 0 80%;
}
.wallet_balance h5{
    font-size: 15px;
    font-weight: 700 !important;
    position: absolute;
    left: 20px;
    top: 25px;
}
.wallet_balance .wallet_amount, .wallet_balance .octacoin{
    font-size: 25px;
    font-weight: 900;
    position: absolute;
    bottom: 22px;
    left: 20px;
}
.wallet_balance a{
    background-color: #66fcf1;
    font-weight: 700;
    font-size: 12px !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 6px;
    color: #000 !important;
    width: 110px;
    border-radius: 15px;
}
.wallet_balance span{
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #1F2833;
    border-radius: 50%;
    padding: 8px 10px 5px 10px;
    color: #66fcf1;
}
.wallet_balance span img{
    width: 30px;
}
._next_rank, ._current_rank{
    text-align: center;
}
.rank_board ._progress{
    width: 50% !important;
}
.rank_board ._progress p{
    font-size: 10px;
}
.records{
    display: flex;
}
.records .d-inline-flex{
    position: relative;
    width: 100%;
}
.records .icon img{
    margin-top: 3px;
}
.records .records_box{
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #1F2833;
    margin: 5px;
    padding: 10px;
    width: 100%;
}
.records .records_box box{
    display: flex;
}
.records .records_box box .ml-2{
    width: 55%;
}
.records h5{
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-top: 8px;
    margin-bottom: 0px !important;
}
._progress{
    position: relative;
}
.progress{
    border-radius: 20px !important;
    height: 0.2rem !important;
    width: 100%;
    margin-top: 20px;
}
.progress-bar{
    border-radius: 20px;
    background-color: #66FCF1 !important;
    color: #fff !important;
    font-weight: 700;
}
.progress-tracker{
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    top: 7px;
}
.progress-tracker::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #66fcf1 transparent transparent transparent;
}

.c_o{
    display: flex;
}
.c_o_marquee{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.c_o::-webkit-scrollbar{
    display: none;
}
.c_o .c_o_box{
    background-color: #1F2833;
    width: fit-content;
    min-width: 200px;
    height: fit-content;
    padding: 12px;
    border-radius: 15px;
    margin-right: 10px;
}
.c_o .c_o_box p{
    margin: 5px 0px !important;
    font-weight: 600;
    font-size: 13px;
}
.c_o .c_o_box h5{
    margin: 0px !important;
}
.c_o .c_o_box .time{
    font-size: 11px !important;
}
.winner-track {
    animation: scrollLeft 5s linear infinite;
}
/* Animation */
@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* Navigation */
._navigation_bar_container{
    position: fixed;
    bottom: -2px;
    left: 0px;
    width: 100%;
    z-index: 10;
}
._navigation_bar_container nav{
    display: flex;
    justify-content: space-around;
    width: inherit;
    background-color: #1F2833;
    padding-left: 10px;
    padding-right: 10px;
}
._navigation_bar_container nav a{
    color: #fff !important;
    padding-top: 5px !important;
}
._navigation_bar_container nav .active{
    color: #66FCF1 !important;
    border-bottom: 4px solid #66FCF1 !important;
}
._navigation_bar_container nav button{
    padding: 7px 5px !important;
}
._navigation_bar_container .my_game{
    position: relative;
}
._navigation_bar_container i{
    font-size: 13px;
}
._navigation_bar_container p{
    margin-top: 5px;
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 11px;
}
._navigation_bar_container span{
    font-size: 10px;
    font-weight: 700;
    color: #66fcf1;
    background-color: #000;
    padding: 2px 5px;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    top: 8px;
}
.scrollNavigation{
    position: fixed;
    z-index: 100;
    padding: 10px 5px;
    top: 0px;
    left: 0px;
    justify-content: space-evenly !important;
    background-color: #0B0C10;
}
.scrollNavigation a{
    height: 35px;
}
._notification_box{
    height: 100vh;
    position: fixed;
    top: 0px;
    left: -550px;
    z-index: 100;
    background-color: #000;
    padding: 15px;
    width: 100%;
}
._notification_loader{
    position: absolute;
    top: 45%;
    left: 44%;
}
._notification_loader span{
    color: #66FCF1;
    width: 3rem;
    height: 3rem;
}
.transition-left{
    left: 0px;
    transition: 1s linear;
}
.transition-right{
    left: -550px;
    transition: 1s linear;
}
.smooth-display{
    opacity: 1 !important;
    transition: 0.5s linear;
    display: flex;
}
.smooth-display-off{
    opacity: 0 !important;
    transition: 0.5s linear;
    display: none;
}
._notification_box ._notification_header{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 10px;
}
._notification_box ._notification_header h5{
    width: 100%;
    text-align: center;
}
._notification_filters{
    margin-bottom: 5px;
}
._notification_filters button{
    font-size: 11px;
    font-weight: 500;
    background-color: #1f283398;
    border: 1px solid #1F2833;
    border-radius: 20px;
    padding: 6px 10px;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 600;
}
._active_filter{
    background-color: #66fcf290 !important;
    border: 1px solid #66fcf1 !important;
}
._notification_filters .cancel{
    background-color: #dc354693 !important;
    border: 1px solid #dc3545 !important;
    position: absolute;
    right: 10px;
    display: none;
    padding: 8px 9px 4px;
    font-size: 13px;
}
._notification_box ._notification_body{
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
._notification_box ._notification_body::-webkit-scrollbar{
    display: none;
}
._notification_box ._notification_body_box{
    background-color: #1F2833;
    border-radius: 10px;
    display: flex;
    padding: 15px;
    margin-bottom: 10px;
}
._notification_box ._notification_icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
._notification_box ._notification_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
._notification_info{
    width: 90%;
    margin-left: 10px;
    position: relative;
}
._notification_info ._notification_head{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px !important;
}
._notification_info ._notification_info_body{
    font-size: 11px;
}
._notification_info .date{
    position: absolute;
    top: -3px;
    right: 5px;
    font-size: 11px;
    font-weight: 700 ;
}
._notification_info .time{
    position: absolute;
    bottom: -3px;
    right: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #ccc;
}

/* Tournament / Game */
._tournament{
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
    column-gap: 6px;
    padding-bottom: 10px;
    position: relative;
}
._myTournament{
    display: flex;
    overflow: auto;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 50px;
}
._exclusive_box{
    display: inline-flex;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding-bottom: 10px;
}
._exclusive_box::-webkit-scrollbar{
    display: none;
}
._tournament_box, ._exclusive{
    background: linear-gradient(to bottom, rgba(43, 43, 43, 0.6), rgba(20, 20, 20, 0.3), rgba(58, 58, 58, 0.389));
    /* background-color: #1F2833; */
    border-radius: 15px;
    position: relative;
    /* border: 1px solid #66FCF1; */
    margin-right: 10px;
    min-width: 190px;
}
@media (max-width: 375px){
._tournament_box, ._exclusive{
    max-width: 165px;
    min-width: 100px;
}
}
._tournament_live{
    display: flex;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}
._tournament_live::-webkit-scrollbar{
    display: none;
}
._tournament_live ._tournament_box{
    margin-left: 5px;
    min-width: 214px !important;
    padding: 0px 3px;
}
.live_players{
    margin-top: 5px;
}
.live_players .t{
    color: #66fcf1;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
    width: fit-content;
}
.live_player .live_player_user_img{
    width: 25px;
    height: 25px;
}
.live_player{
    display: flex;
    margin-bottom: 7px;
}
.live_player .live_player_user_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.live_player .live_player_username{
    font-size: 12px;
    font-weight: 700;
    padding-top: 5px;
    margin-left: 10px;
}
.live_player .live_player_status{
    padding-top: 5px;
    padding-left: 10px;
}
/* .tournament_arrows{
    display: flex;
    justify-content: space-between;
}
.tournament_arrows button{
    background-color: #66FCF1;
    color: #000 !important;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    border-radius: 10px;
    padding: 5px 10px !important;
    height: fit-content;
}
.tournament_arrows span{
    display: block;
    padding-top: 3px;
}
.tournament_arrows i::before{
    font-weight: 900 !important;
} */
._exclusive{
    min-width: 290px;
}
._exclusive .badge{
    background-color: #000;
    color: #66FCF1;
}
._game_name h6{
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 3px !important;
}
._exclusive ._game_img{
    padding: 0px;
    height: 175px;
    position: relative;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
._game_img{
    width: auto;
    height: 130px;
    padding: 5px;
}
._game_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
._game_desc p{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #1e1e1e;
    padding: 6px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 10px;
    font-size: 10px !important;
}
._game_desc a{
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    display: block;
}
._game_id{
    font-size: 11px;
    font-weight: 500;
    background-color: #66fcf290;
    border: 1px solid #66fcf1;
    max-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 20px;
    padding: 3px 10px;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 600;
}
._game_win_amount, ._player_joined{
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
._game_win_amount span{
    max-width: 100%;
    display: block;
    white-space: pre-wrap;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 10px;
}
.how_to_win_container, .tutorial_container, .paymentModal{
    opacity: 0;
    align-items: center;
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    background-color: #00000076;
    padding: 15px;
}
 .tutorial_container, .paymentModal{
    align-items: center;
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    background-color: #00000076;
    padding: 15px;
}
.paymentModal{
    z-index: 1000;
}
.tutorial_box img, .payment_modal_box img{
    border-radius: 50%;
}
.tutorial_box p span, .payment_modal_box p span{
    margin-top: 15px;
    display: block;
    color: #66FCF1;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px !important;
}
.how_to_win_box, .tutorial_box, .payment_modal_box{
    background-color: #1F2833;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}
.payment_modal_box{
    text-align: center;
}
.payment_modal_box .payment_icon_box{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.payment_modal_box .sub_header{
    text-align: left !important;
    padding: 20px;
    font-size: 13px;
    font-weight: 700;
}
.payment_modal_box p span{
    margin-top: 0px !important;
    padding: 0px;
    text-align: right;
    font-size: 12px !important;
    color: #fff !important;
}
.how_to_win_box .step{
    display: flex;
    margin-top: 10px;
}
.how_to_win_box .step span{
    /* background-color: #66FCF1; */
    color: #66FCF1;
    padding: 10px 20px 10px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    height: 50px;
}
.how_to_win_box .step h6{
    margin-bottom: 2px;
    margin-top: 5px;
    font-weight: 700;
}
.how_to_win_box a, .tutorial_box a, .payment_modal_box a{
    font-size: 13px;
    font-weight: 800;
    color: #66FCF1;
    display: block;
    width: 100%;
}
.how_to_win_box p, .tutorial_box p, .payment_modal_box p{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.how_to_win_box button, .tutorial_box button, .payment_modal_box button{
    background-color: #66FCF1;
    color: #000 !important;
    font-size: 14px;
    font-weight: 800;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}


._tournament_box p, ._exclusive_box p {
    margin-bottom: 0px;
    font-size: 12px;

}
._tournament_box p b, ._exclusive_box p b{
    /* font-family: 'bungee inline'; */
    font-size: 13px;
}
._game_player_join a, #joinBtn a{
    width: 100%;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    padding: 0px;
}
#joinBtn a{
    width: 90%;
}
._game_player_join a .d-flex, #joinBtn a .d-flex{
    background-color: #0B0C10;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 13px;
}
._game_player_join a .pointDiv, ._game_player_join a .joinDiv, #joinBtn a .pointDiv, #joinBtn a .joinDiv{
    width: 100%;
    padding: 10px;
}
.tournament_expiration_timer{
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #66fcf1;
    margin-top: 10px;
    margin-bottom: 10px;
}
._tournament_page_header .active{
    width: 90%;
}
.wAP_info{
    background-color: #1F2833;
    color: #66fcf1 !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
._active_tournament a .d-flex, .active a .d-flex{
    background-color: transparent !important;
}
._active_tournament a .pointDiv, .active a .pointDiv{
    background-color: #121212 !important;
    color: #fff !important;
}
._game_player_join a .pointDiv, #joinBtn a .pointDiv{
    background-color: #66FCF1;
    color: #000 ;
    font-weight: 600;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 25px;
}
._tournament_page_header{
    position: relative;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
._tournament_page_inner{
    position: absolute;
    top: 240px;
    padding-left: 10px;
    z-index: 1 !important;
}
._tournament_page_inner p{
    font-size: 10px;
    margin-bottom: 5px !important;
    padding-right: 10px;
}
.social_sharing{
    margin-left: 15px;
    margin-right: 25px;
    background-color: #1ba69c;
    padding: 15px 10px 10px;
    border-radius: 15px;
}
.social_sharing h5{
    font-size: 13px;
    margin-bottom: 2px;
}
.social_sharing a{
    color: #fff;
    padding-right: 8px;
}
.social_sharing p{
    font-weight: 600;
}
._players_joined .desc{
    margin-bottom: 10px;
    margin-top: 10px;
}
._players_joined .desc h6{
    margin-bottom: 4px !important;
    font-size: 13px;
}
._players_joined_user_img .topThree img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
}
._players_joined_user_img .secondUser, ._players_joined_user_img .thirdUser{
    margin-left: -10px;
}
._players_joined_user_img span{
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 10px;
    margin-left: -10px;
}
._players_joined_user_img span b{
    font-family: 'bungee inline';
    font-size: 12px;
}
.reward{
    font-weight: 600;
    font-size: 12px;
    display: flex;
    justify-content: space-evenly;
    width: 95vw;
}
#navbar .reward{
    all: unset;
    text-align: center;
}
.reward_box_{
    padding: 10px;
    /* background-color: #1F2833; */
    border-radius: 15px;
    text-align: center;
    color: #fff;
}
.reward_box_ h5{
    font-size: 17px;
}
.reward_box_ h6{
    font-size: 12px;
}
.minMax{
    font-weight: 700 !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
._players_joined button{
    width: 48%;
    border-radius: 5px;
    font-size: 14px;
}
.join_btn{
    color: #66FCF1 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 2px solid #66FCF1 !important;
    border-radius: 10px !important;
    width: 85vw;
}
.joined_btn{
    background-color: #66FCF1 !important;
}
#play_btn{
    position: fixed;
    bottom: 15px;
    left: 8px;
    width: 100%;
}
.play_btn{
    background-color: #66FCF1 !important;
    color: #000 !important;
    font-weight: 700 !important;
    padding: 15px !important;
    border-radius: 10px !important;
    width: 96%;
    display: block;
}
._live_session_info{
    margin-top: 60px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
}
._live_session_info p{
    margin-bottom: 0px !important;
}
.leaderboard_main{
    margin-top: 310px;
}
._leaderboard table{
    color: #fff !important;
    font-size: 13px; 
}
._leaderboard table .d-flex{
    overflow: hidden;
    text-overflow: ellipsis;
}
._leaderboard table .d-flex img{
    width: 15px;
    height: 15px;
}
._leaderboard table{
    margin-bottom: 0px !important;
}
._leaderboard table td, ._leaderboard table th{
    text-align: center;
}
._leaderboard{
    background-color: #1F2833;
    padding: 20px 10px 10px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 70px;
}
._leaderboard p{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px !important;
    margin-left: 8px;
}
._leaderboard h5{
    font-size: 13px;
    color: #000;
}
.tournament_end{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0%;
    left: 0px;
    background-color: #66FCF1;
    align-items: center;
    display: none;
    z-index: 1;
}
.marquee_box{
    position: absolute;
    top: 0%;
    left: 0%;
}
.marquee_box marquee{
    padding: 5px;
    color: #404040;
    font-weight: 600;
}
.tournament_end_box{
    width: 100%;
    z-index: 1;
    padding: 10px 20px; 
    color: #000;
}
.tournament_end_box h4{
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px !important;
}
.tournament_end_box h5{
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px !important;
}
.tournament_end_box a{
    display: block;
    width: 90%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.tournament_end_content{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
    border-radius: 15px;
    width: 100%;
}
._top_three_player{
    width: fit-content;
}
.t_t_l_user_img_box{
    display: flex;
    justify-content: center;
}
._t_t_l_user_img{
    width: 50px;
    height: 50px;
    position: relative;
}
._t_t_l_user_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}
._t_t_l_user_img span{
    position: absolute;
    bottom: -15px;
    left: 32%;
    background-color: #66FCF1;
    color: #000;
    padding: 1px 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 800;
}
._t_t_l_user_name{
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._t_t_l_score{
    font-size: 12px;
    text-align: center;
}
._under_three{
    border-radius: 20px;
}

.leaderboard_player{
    padding: 10px;
    color: #fff;
}
.leaderboard_player .d-flex{
    position: relative;
}
.leaderboard_player ._leaderboard_score{
    position: absolute;
    top: 12px;
    right: 10px;
}
.leaderboard_player img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.leaderboard_player h6{
    font-size: 14px;
    padding-left: 8px;
    padding-top: 12px;
}
._active_user{
    background-color: #66FCF1;
    color: #000;
}

/* Active Tournament */
._active_tournament_box{
    margin-top: 10px;
    display: inline-flex;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
}
._active_tournament{
    background-color: #1F2833;
    border-radius: 15px;
    position: relative;
    margin-right: 10px;
    min-width: 180px;
}
._active_tournament p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}
._active_tournament p b{
    font-family: 'bungee inline';
    font-size: 13px;
}
._active_tournament button{
    width: 100%;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
}
._active_tournament ._game_player_join a{
    width: 100%;
    background-color: #28a745;
    color: #2E1A47 !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
}

/* Coin */
._coin_container p{
    font-size: 13px !important;
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}
._coin{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 10px;
    row-gap: 20px;
}
._coin_box{
    background-color: #1F2833;
    border-radius: 15px;
    position: relative;
    padding: 10px;
}
._coin_box .d-flex{
    justify-content: center;
}
._coin_box p{
    width: 100%;
    font-size: 12px !important;
    margin: 5px !important;
    padding: 5px !important;
    font-weight: 700;
}
.special_coin{
    background-color: #66fcf1 !important;
    color: #000 !important;
}
/* .special_coin button{
    background-color: #000 !important;
    color: #66fcf1 !important;
} */
.showBagde{
    display: block;
}
.hideBadge{
    display: none !important;
}
._coin_img{
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
._coin_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
._coin_name h6{
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
._coin_box button{
    width: 100%;
    background-color: #66FCF1;
    color: #2E1A47 !important;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
}
/* Reward */
._reward_box{
    margin-top: 30px;
    padding: 10px;
    position: relative;
}
._reward_box ._reward_icon{
    position: absolute;
    top: 10px;
    right: 10px;
}
._reward_box ._reward_icon img{
    width: 30px;
}
._reward_box h4{
    font-size: 20px;
}
._reward_box h6{
    font-size: 13px;
    font-weight: 600;
}
._reward_box p{
    font-size: 12px;
    font-weight: 600;
}
._reward_box button{
    width: 100%;
    background-color: #66FCF1;
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 15px;
    margin: 0px 10px;
}
._reward_box span{
    padding-top: 7px;
    position: absolute;
    top: 50px;
    right: 10px;
}
._reward_box span a{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
._addBankBtn{
    background-color: transparent !important;
    border: 2px solid #66FCF1 !important;
    color: #66FCF1 !important;
    padding: 10px !important;
    border-radius: 15px !important;
    margin-top: 15px;
    font-weight: 600 !important;
    font-size: 14px !important;
}
._redeem_box{
    margin-top: 10px;
    display: flex;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}
._redeem_box::-webkit-scrollbar{
    display: none;
}
.bank_number_dot{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.bank_number_dot span{
    margin-right: 5px;
}
.bank_number_dot .fill{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #66FCF1;
}
.bank_number_dot .outline{
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #66FCF1;
}
._bank_acoount_box{
    position: relative;
    justify-content: space-between;
    padding: 15px 15px 10px;
    background-color: #1F2833;
    border-left: 4px solid #66FCF1;
    border-radius: 5px;
    margin-right: 15px;
    min-width: 260px;
}
._bank_acoount_box h6{
    font-size: 13px;
    margin-bottom: 4px !important;
}
._redeem_box p{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px !important;
}
._bank_acoount_box img{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
}
#_reward_history_box, ._payout_history_box, .purchase_histories{
    height: fit-content;
}
._reward_history h6, ._payout_history_box h6, .purchase_histories h6{
    font-size: 14px;
}
._reward_history a, ._payout_history_box a, .purchase_histories a{
    background-color: transparent !important;
    border: 2px solid #66FCF1 !important;
    color: #66FCF1 !important;
    padding: 10px !important;
    border-radius: 15px !important;
    margin-top: 20px;
    font-weight: 600 !important;
    font-size: 14px !important;
    width: 50%;
    display: block;
    text-align: center;
}
._purchaseHistory a{
    width: 100% !important;
    border: none !important;
}
._reward_history h6 .float-right, ._payout_history_box h6 .float-right, .purchase_histories h6 .float-right{
    color: #ccc;
    font-size: 13px;
}
._reward_history .openBtn .btn{
    width: fit-content !important;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    float: right;
    background-color: #66fcf1;
    color: #000 !important;
}
.modalTransition{
    opacity: 1;
    transition: opacity 0.2s linear;
}
.modalUntransition{
    opacity: 0;
    transition: opacity 0.2s linear;
}
._reward_history_box, ._payout_history_box, .purchase_histories{
    background-color: #1F2833;
    padding: 11px 15px 1px 15px;
    border-radius: 5px;
    border-left: 4px solid #66FCF1;
    margin-bottom: 10px;
    position: relative;
}
._reward_history_box .hidden_details, ._payout_history_box .hidden_details, .purchase_histories .hidden_details{
    display: none;
}
._reward_history_box i, ._payout_history_box i, .purchase_histories i{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 22px;
    color: #66FCF1;
}
._reward_history_box p, ._payout_history_box p, .purchase_histories p{
    font-size: 13px;
    margin-bottom: 15px !important;
}
#optionBox{
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
    column-gap: 6px;
}
#optionBox .opBox{
    background-color: #000;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    justify-content: space-around;
}
#optionBox .opBox input{
    position: absolute;
    top: -5px;
    right: 12px;
    padding: 10px;
    width: 20px;
}
#optionBox .opBox img{
    height: 50px !important;
    position: absolute;
    left: 13px;
    bottom: 20px;
}
#optionBox .optionBox{
    margin-top: 40px;
}
.optionBox h6{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 30px;
    margin-bottom: 10px;
}
.bank_details{
    padding: 15px;
    background-color: #000;
    border-radius: 10px;
    margin-bottom: 15px;
    display: none;
}
.bank_details h6{
    font-size: 14px;
    color: #66FCF1 !important;
}
._payout_history_box{
    position: relative;
}
._payout_history_box .badge{
    margin-left: 10px;
    font-weight: 600;
    padding: 5px 10px;
}
._payout_history_box .processing_badge{
    color: #000;
    background-color: #ffc107 !important;
}
._payout_history_box .paid_badge{
    color: #000;
    background-color: #28a745 !important;
}

/* Profile */
._profile{
    margin-top: 100px;
    margin-bottom: 60px;
}
._profile_history h6{
    font-size: 14px;
}
._profile_history_box{
    padding: 15px 15px 1px 15px;
    border-radius: 10px;
    background-color: #1F2833;
    margin-bottom: 10px;
}
._profile_history_box h6{
    font-size: 14px;
}
._profile_history_box p{
    font-size: 13px;
    margin-bottom: 15px !important;
}
._profile_header_box{
    height: 300px;
    position: relative; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.relative_box{
    position: absolute;
    top: 80px;
    width: 100%;
}
.relative_box .player_stats{
    font-weight: 700;
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    background-color: #1F2833;
    border-radius: 5px;
    margin-right: 10px;
}
.relative_box ._stats{
    justify-content: space-evenly;
    margin-top: 20px;
}
.relative_box .stat_box i{
    color: #66FCF1;
}
.relative_box .stat_box h5{
    font-size: 16px;
    margin-bottom: 0px;
}
.relative_box .stat_box b{
    font-size: 11px;
}
.relative_box .circular-progress {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
  
.relative_box .circular-progress .circular-image {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
}

  
/* ._profile_user_image{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
._profile_user_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
} */
._profile_user_name h5{
    font-size: 16px;
    text-align: center;
}
._change_avatar button{
    font-size: 13px;
    font-weight: 700;
}
._change_avatar ._change_btn{
    color: #66FCF1 !important;
}
._change_avatar ._confirm_btn{
    display: none;
}
.profile_user_tag span{
    font-size: 13px;
    padding-right: 10px;
}
._profile p{
    margin-bottom: 0px;
    margin-top: 5px;
}
._profile_button{
    display: block;
    background-color: #1F2833;
    color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
._profile_button h6{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px !important;
}
._profile_button p{
    font-size: 12px;
}
._profile_button i{
    font-size: 20px;
}
._profile_referral{
    background-color: #66fcf1 !important;
    color: #000;
}

.mainAlert{
    position: absolute;
    top: 20px;
    width: 90vw;
    z-index: 1;
}
.mainAlert .alert{
    animation: slideInOut 5s forwards;
    width: 100%;
    margin-bottom: 10px !important;
}

.alertDanger{
    background-color: #dc3546;
    border-left: 4px solid #ffffff !important;
    font-weight: 700;
    padding: 15px !important;
    border-radius: 5px !important;
}
.alertSuccess{
    background-color: #28a7459c;
    border-left: 4px solid #28a745 !important;
    font-weight: 700;
    padding: 15px !important;
    border-radius: 5px !important;
}
.alertInfo{
    background-color: #1F2833;
    font-weight: 500;
    font-size: 12px;
    padding: 15px !important;
    border-radius: 5px !important;
}
.alertInfo i {
    font-size: 20px !important;
    font-weight: 700;
}
.alertWarning{
    background-color: #1F2833;
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    padding: 15px !important;
    border-radius: 10px !important;
}
.alertWarning i {
    font-size: 15px !important;
    font-weight: 700;
}
.comingSoonCover{
    text-align: center;
    position: absolute;
    min-height: 860px;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #00000076;
    z-index: 1;
}
.comingSoonCover div{
    height: fit-content;
}
.comingSoonCover .text_info{
    font-size: 20px !important;
}
.comingSoonCover .comingSoonIcon{
    width: 100%;
    display: flex;
    justify-content: center;
}
.comingSoonCover .comingSoonIcon img{
    width: 100px;
}
.container-fluid{
    position: relative;
}
._auth_box{
    margin-top: 90px !important;
}
._auth_box h5{
    font-size: 16px;
}
._referral_box h5{
    font-size: 24px !important;
}
._referral_box h5 b{
    color: #66fcf1;
}
._referral_box p{
    font-size: 14px !important;
    font-weight: 600;
}
.referral_link{
    margin-top: 20px;
}
.referral_link label{
    font-size: 13px;
    font-weight: 400 !important;
}
.referral_link input{
    font-size: 14px;
}
.referral_link button{
    font-size: 12px;
    font-weight: 700 !important;
    padding: 5px 20px !important;
    margin-top: 0px !important;
    margin-right: 5px;
    border-radius: 20px;    
    display: inline-flex;
}
.referral_link button i{
    padding-left: 5px;
    padding-top: 2px;
}
.referral_table{
    margin-top: 50px;
}
.referral_table h6{
    font-size: 13px;
    margin-left: 5px;
}
.referral_table td{
    max-width: 200px;
    min-width: 100px;
}
.referral_table table td .status{
    font-weight: 600;
}
.referral_table table{
    background-color: #1F2833;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
}
._auth_box p{
    font-size: 13px;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}
._auth_box label{
    font-size: 13px;
    font-weight: 600;
}
._auth_box input{
    margin-bottom: 13px;
    padding: 25px;
    border-radius: 10px;
    background-color: #1F2833;
    color: #fff;
    border: none;
}
._auth_box input::placeholder{
    font-size: 14px;
}
._auth_box button{
    background-color: #66FCF1;
    color: #000 !important;
    font-weight: 800;
    padding: 15px;
    margin-top: 10px;
}
._verification_box{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    height: 100vh;
}
._verification_box ._v_box{
    width: 100%;
}
._verification_box h4{
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}
._verification_box p{
    font-size: 14px;
}
._verification_box button{
    background-color: #66FCF1;
    color: #000 !important;
    font-weight: 700;
    border-radius: 15px;
    width: 100%;
    padding: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
}
._verification_box b{
    font-size: 13px;
}
._verification_box a{
    display: flex;
    justify-content: center;
    margin-top: 5px;
    color: #66FCF1 !important;
    font-size: 14px;
    font-weight: 700;
}
._verification_box span{
    padding-top: 2px;
    margin-left: 10px;
}
._verification_box span i::before{
    font-weight: 900 !important;
}

/* Modal Styling */
.modal-content{
    background-color: #1F2833 !important;
}
.modal-header{
    border: none !important;
    padding-bottom: 10px !important;
}
.modal-header h4{
    font-size: 13px ;
}
.modal-body{
    font-size: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    font-weight: 600;
}
.modal-body form label{
    margin-top: 30px;
}
.modal-body form p{
    margin-bottom: 1px;
}
.modal-body select, .modal-body input{
    background-color: #000 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #66FCF1;
    color: #fff;
    border-radius: 0px !important;
    font-size: 14px !important;
    margin-top: 5px;
}
.modal-footer{
    border: none !important;
}
.modal-footer button{
    background-color: #66FCF1;
    color: #000 !important;
    padding: 13px;
    font-size: 13px;
    font-weight: 600;
}
.otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  
  .otp-input {
    width: 50px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: 0.2s ease-in-out;
  }
  
  .otp-input:focus {
    border-color: #66FCF1;
    box-shadow: 0 0 5px #66FCF1;
  }
  .confetti-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
    }

    /* Referral Styling */
    .referral_container{
        /* background: linear-gradient(to bottom, #2b2b2b99, #1414144d, #3a3a3a63) !important; */
        background: linear-gradient(to bottom, #4fc6be, #0f2321, #3a3a3a63) !important;
        height: 100vh;
    }
    .referral_main{
        height: 95vh;
        position: relative;
    }
    .referrer_box{
        display: flex;
        justify-content: space-evenly;
        margin-top: 40px;
    }
    .referrer_box img{
        width: 110px;
    }
    .referrer_box h6{
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        margin-top: 10px;
    }
    .referrer_box .joining_img{
        width: 50px !important;
        height: 50px;
        margin-top: 25px;
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .referral_head{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }
    .referral_body h5{
        margin-top: 30px;
        font-size: 22px;
        text-align: center;
    }
    .referral_body b{
        color: #66fcf1;
    }
    .referral_body p{
        text-align: center;
        font-weight: 600;
        font-size: 14px;
    }
    .referral_body .marquee{
        display: flex;
        margin-top: 10px;
    }
    .referral_body .hero_img{
        margin-top: 5px;
        border-radius: 10px;
        padding: 15px;
    }
    .referral_body button{
        background-color: #66fcf1;
        border-radius: 10px;
        color: #000 !important;
        font-weight: 800;
        padding: 13px;
        margin-top: 10px;
        width: 100%;
        position: absolute;
        bottom: 10px;
    }
    .latest{
        display: flex;
        padding: 15px;
        background-color: #1F2833;
        border-radius: 10px;
        width: fit-content;
        position: relative; 
        margin-right: 10px;
        padding-bottom: 20px;
    }
    .latest .img_box{
        width: 30px;
        height: 30px;
    }
    .latest .img_box img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
    }
    .latest h6{
        color: #fff;
        font-weight: 600;
        margin-left: 10px;
        padding-top: 5px;
        font-size: 12px !important;
    }
    .latest span{
        color: #ccc;
        font-size: 11px;
        font-weight: 700;
        position: absolute;
        bottom: 8px;
        right: 15px;
    }

    /* Core confetti block */
    .confetti {
    position: absolute;
    top: -5%;
    width: 8px;
    height: 14px;
    background-color: red;
    opacity: 0.8;
    animation: confetti-fall linear infinite;
    border-radius: 2px;
    }

    .confetti::before,
    .confetti::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: inherit;
    transform: rotate(45deg);
    }

    /* Different styles for each confetti */
    .confetti:nth-child(1) {
    left: 5%;
    background-color: #FFC107;
    animation-duration: 3s;
    animation-delay: 0s;
    }
    .confetti:nth-child(2) {
    left: 15%;
    background-color: #4CAF50;
    animation-duration: 4s;
    animation-delay: 0.3s;
    transform: rotate(30deg);
    }
    .confetti:nth-child(3) {
    left: 25%;
    background-color: #2196F3;
    animation-duration: 2.8s;
    animation-delay: 0.6s;
    }
    .confetti:nth-child(4) {
    left: 35%;
    background-color: #E91E63;
    animation-duration: 3.5s;
    animation-delay: 0.9s;
    }
    .confetti:nth-child(5) {
    left: 45%;
    background-color: #9C27B0;
    animation-duration: 3.2s;
    animation-delay: 1.2s;
    }
    .confetti:nth-child(6) {
    left: 55%;
    background-color: #00BCD4;
    animation-duration: 3.7s;
    animation-delay: 1.5s;
    }
    .confetti:nth-child(7) {
    left: 65%;
    background-color: #FF9800;
    animation-duration: 2.9s;
    animation-delay: 1.8s;
    }
    .confetti:nth-child(8) {
    left: 75%;
    background-color: #8BC34A;
    animation-duration: 3.4s;
    animation-delay: 2.1s;
    }
    .confetti:nth-child(9) {
    left: 85%;
    background-color: #3F51B5;
    animation-duration: 3s;
    animation-delay: 2.4s;
    }
    .confetti:nth-child(10) {
    left: 95%;
    background-color: #F44336;
    animation-duration: 3.6s;
    animation-delay: 2.7s;
    }
    .confetti:nth-child(11) {
    left: 45%;
    background-color: #9C27B0;
    animation-duration: 3.2s;
    animation-delay: 1.2s;
    }
    .confetti:nth-child(12) {
    left: 55%;
    background-color: #00BCD4;
    animation-duration: 3.7s;
    animation-delay: 1.5s;
    }
    .confetti:nth-child(13) {
    left: 65%;
    background-color: #FF9800;
    animation-duration: 2.9s;
    animation-delay: 1.8s;
    }
    .confetti:nth-child(14) {
    left: 75%;
    background-color: #8BC34A;
    animation-duration: 3.4s;
    animation-delay: 2.1s;
    }
    .confetti:nth-child(15) {
    left: 85%;
    background-color: #3F51B5;
    animation-duration: 3s;
    animation-delay: 2.4s;
    }
    .glow {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    @keyframes confetti-fall {
    0% {
        transform: translateY(-10%) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
    }
    @keyframes pulse {
        0%, 100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.7;
        }
        50% {
            transform: translate(-50%, -50%) scale(1.2);
            opacity: 1;
        }
    }
