@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
 
* {
    font-family: 'Poppins', sans-serif;
}

html {
    font-size: 90%!important;
}

@media (max-width: 375px) {
    html {
        font-size: 80%!important;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 75%!important;
    }
}
@font-face {
    font-family: 'Winky1';
    src: url('../fonts/winky1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Winky2';
    src: url('../fonts/winky2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'koz9';
    src: url('../fonts/koz9.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html[data-user-authorized="auth"] [data-display="unauthorized"] {
    display: none !important;
}
div[data-sidebar="sidebar"] {
    display: none;
}
.active[data-sidebar="sidebar"] {
    display: block;
}

.hidden {
    display: none!important;
}
html[data-user-authorized="noauth"] [data-display="authorized"] {
    display: none !important;
}
@media only screen and (device-width >= 390px) and (device-width <= 844px) and (-webkit-device-pixel-ratio: 3) {
  #root.app {
    --safe-area-inset-bottom: 0.37rem !important;
  } 
}
@media only screen and (device-width >= 428px) and (device-width <= 926px) and (-webkit-device-pixel-ratio: 3) {
  #root.app {
    --safe-area-inset-bottom: 0.37rem !important;
  } 
}
@media only screen and (device-width >= 375px) and (device-width <= 812px) and (-webkit-device-pixel-ratio: 3) {
  #root.app {
    --safe-area-inset-bottom: 0.37rem !important;
  } 
}
@media only screen and (device-width >= 414px) and (device-width <= 896px) and (-webkit-device-pixel-ratio: 3) {
  #root.app {
    --safe-area-inset-bottom: 0.37rem !important;
  } 
}
@media only screen and (device-width >= 414px) and (device-width <= 896px) and (-webkit-device-pixel-ratio: 2) {
  #root.app {
    --safe-area-inset-bottom: 0.37rem !important;
  } 
}

#mc-animate-container {
  transition: transform 0.3s, opacity 0.8s;
}

._container_box {
  transition: transform .3s, opacity .8s;
  margin-top: .5rem;
} 
._container_box {
  width: 100%;
  max-width: 450px;
  height: 100%;
}
.home-container {
  width: 100%;
  transition: all 0.3s;
}
a.nav-btn.login-btn::before {
    content: "";
    position: absolute;
    transform: rotate(170deg) translateY(16px);
    background: linear-gradient(180deg, #ffffff99, transparent);
    width: 100%;
    height: .5rem;
    opacity: 1;
}
.gameCategory ::-webkit-scrollbar {
    width: 0;
} 

a.nav-btn.login-btn {
    padding: 0 .23rem;
    background: linear-gradient(90deg, #f8b13d, #e2bc59, #f8b13d);
    border-radius: 2rem;
}

div#root {
    background: #fcbbff;
}


.this_home_bg {
    position: fixed;
    max-width: 450px;
    top: 0; 
    z-index: 0;
    width: 100%;
    height: 100%; 
    margin: 0 auto;
}
#loader.slowlyOut {
    opacity: 0;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
    --vh: 1dvh;
    --footer-height: 7rem;
    --header-bg-img: url(../img/header_bg.png);
    --header-height: 5rem;
    --header-bg: var(--header-bg-img);
}
input,
input:focus,
input:focus-visible,
textarea,
textarea:focus,
textarea:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-appearance: none;
    appearance: none;
}
.root_home {
    transition: transform 0.3s, opacity 0.8s;
    overflow-x: hidden;
    min-height: 100svh;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    font-family: "Prompt", "Poppins", "Source Sans Pro", 
    -apple-system, BlinkMacSystemFont, "Segoe UI", 
    Roboto, "Helvetica Neue", Arial, sans-serif;
}
.root_wrapper {
    position: relative;
    z-index: 1;
}
.avoid-footer {
    padding-bottom: var(--footer-height);
}

.header {
    display: flex;
    position: relative;
    height: 5rem;
}

.header__bg_img {
    position: fixed; 
    transition: .2s all ease-in-out;
    top: 0;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    height: 6rem;
    background-repeat: no-repeat !important;
    background: var(--header-bg);
    background-position: top center;
    background-size: 100% 100%;
    filter: drop-shadow(0 0.02rem 0.14rem rgba(0, 0, 0, 0.397));
}
.footer-menu {
  position: fixed;
  max-width: 450px;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: url(../img/footer_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 7rem;
}
.footer__bg_img {
    position: fixed; 
    transition: .2s all ease-in-out;
    bottom: 0;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    height: 6rem;
    background-repeat: no-repeat !important;
    background: url(../img/footer_bg.png);
    background-position: top center;
    background-size: 100% 100%;
    opacity: .9;
}
.footer-menu .footer-menu-item {
  position: relative;
  flex: 1 1 0%;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-align: center;
  font-family: 'Winky2';
}
.footer_items {
    height: 100%;
    width: 100%;
}
.footer-menu .footer-menu-item .footer-icon {
    filter: brightness(1.1);
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    background: linear-gradient(180deg, #ceab89 25%, #9a5279 100%);
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 3rem;
    overflow: hidden;
    padding: .119rem;
    border: 0.03rem solid #ff63b86b;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
a.footer-menu-item.footer-center.active .footer-icon {
    background: linear-gradient(90deg, #cd9f46, #e2bc59, #f8b13d);
    border: 0.04rem solid #fbd982;
    width: 3.64rem;
    height: 3.64rem;
    justify-content: center;
    display: flex;
}
.footer-menu .footer-menu-item.active {
  color: #fff;
}


img.footer-icon-img {
    width: 60%;
    height: 60%;
    opacity: .85;
}
.home-header-wrap {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: var(--header-height);
    transition: all 0.3s;
    overflow: hidden;
}
.home-header-wrap .header-content {
    position: fixed;
    margin: 0 auto;
    max-width: 450px;
    top: 0; 
    z-index: 54;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
    transition: top 0.3s;
    height: 4rem;
}
.home-header-wrap .header-content .header-left, .home-header-wrap .header-content .header-right {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.home-header-wrap .header-content .logged-enter, .home-header-wrap .header-content .nologin-enter {
    display: flex;
    align-items: center;
}
.menubar {
    width: 1.4rem !important;
    height: 1.4rem !important;
}
.header-logo {
    margin-left: .75rem;
}
.home-header-wrap .header-logo img {
    display: block;
    height: 2.1rem;
}
.common-logo {
    object-fit: contain;
}
.home-header-wrap .header-content .login-btn {
    padding: 0 1rem;
    background: linear-gradient(90deg, #f8b13d, #e2bc59, #f8b13d);
    border-radius: 2rem;
}
.home-header-wrap .header-content .nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 4.75rem;
    height: 1.65rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.home-header-wrap .header-content .nav-btn::before {
    content: "";
    position: absolute;
    transform: rotate(170deg) translateY(16px);
    background: linear-gradient(180deg, #ffffff99, transparent);
    width: 100%;
    height: 1.85rem;
    opacity: 1;
}
.home-header-wrap .header-content .register-btn {
    padding: 0 .23rem;
    color: white;
    background: linear-gradient(90deg, #18922f, #2cc849, #18a833);
    border-radius: 2rem;
    margin-left: .5rem;
}
button.btn.btn-auth {
    background: linear-gradient(0deg, #fcc44f, #ffe1a2);
    padding-inline: 1.5rem;
    height: 2rem;
    border-radius: .27rem;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Winky2';
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: .5rem;
    font-weight: 600;
}

.input-wrap input {
    background: transparent;
    padding-left: 1rem;
}

.input-wrap input::placeholder {
    font-weight: 400;
  color: #646464;
  font-family: 'poppins'; 
  font-size: .85rem;
}

form#authForm {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.goldText { 
  font-size: 1.45rem;

  background: linear-gradient(
    90deg,
    #ffdf5e 0%,
    #ffe683 25%,
    #fff2b0 45%,
    #e4bb64 100%
  );  

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; 
 font-family: 'Winky2';   
 text-transform: uppercase;   
    position: relative;
  font-weight: 600;
}


.active[data-sidebar="sidebar"] {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    width: 100%;
    max-width: 450px;
    height: 100dvh;
    overflow-x: hidden;
    background: #00000047;
    transition: all .5s;
}
.sideGap .title {
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    font-family: 'Winky2';
    font-style: italic;
}
.active .sidebar_wrapper {
    background: linear-gradient(45deg, #d043e656, #8725c060);
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    left: -.5rem;
    position: relative;
    box-shadow: inset 0 0 30px #f8bfff;
    border: 2px solid #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 1.75rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    backdrop-filter: blur(10px);
    animation: .18s slideOutLeft linear;
}
.side-category_wrapper img.sidegame_category_img, .side_img {
    max-width: 1.5rem;
}
.rendererGameCategorySide.sideBG hr {
    margin-top: -.5rem;
}
.sideBG {
    background: #0000007d;
    border-radius: 1rem;
    display: flex;
    flex-flow: column; 
    padding-inline: .5rem; 
    border: 2px solid #ffffff5e;
}

.rendererGameCategorySide.sideBG .game-category-item {
    border-bottom: 1px solid #ffffff5e;
    border-top: 1px solid #ffffff5e;
    overflow: hidden;
    height: 3rem;
}
.rendererGameCategorySide.sideBG {
    overflow: hidden !important;
}
.side_game_category .game-category-item.on::after {
    content: "";
    background: transparent;
}
.side_game_category .game-category-item.on::before {
    content: "";
    background: transparent;
    border: 0;
}
.rendererGameCategorySide.sideBG .game-category-item.on {
    background: linear-gradient(45deg, #880f9b5e, #ffffff45);
    border: 1px solid #ffd57b;
    border-radius: 5rem;
}


.rendererGameCategorySide.sideBG .game-category-item {
    padding-inline: .5rem;
}
.rendererGameCategorySide.sideBG .game-category-item.on {
    margin: 6px 0 6px;
    width: 98%;
    height: 2.65rem;
}
.rendererGameCategorySide.sideBG .game-category-item span {
    color: #ffffffb8;
    font-family: 'Poppins';
    font-weight: 200;
    text-shadow: none;
    filter: none;
    box-shadow: none;
}


.rendererGameCategorySide.sideBG .game-category-item.on span {
    color: #fff450;
    font-family: 'Poppins';
    font-weight: 200;
    text-shadow: none;
    filter: none;
    box-shadow: none;
}

@keyframes slideOutLeft {
    0% {
        opacity: 0;
        left: -100%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
span.logout {
    width: 6rem;
    display: flex;
    height: 2rem;
    background: url(../img/btn_logout.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
a.btn_logout {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

img.back_btn {
    height: 1.35rem;
    padding-left: 1rem;
}
span.welcomeText {
    color: white;
    letter-spacing: 10px;
}
img.sideBarLogo {
    max-width: 11rem;
}
.sideBarHeader {
    display: grid;
    grid-template-columns: 15% 70% 15%;
}

.btn_side {
    width: 6.5rem;
    height: 2.35rem;
}

.btn-login-side {
    background: url(../img/side_login.png);
    background-repeat: no-repeat;
    background-size: 100% auto!important;
}

.btn-register-side {
    background: url(../img/side_register.png);
    background-repeat: no-repeat;
    background-size: 100% auto!important;
}
.langSelector {
    display: flex;
    background: #00000062;
    border: 1px solid white
}
img.langFlag {
    max-width: 1.25rem;
    height: 1.25rem;
}

.langSelector span.fa-solid.fa-angle-down.text-white {
    line-height: 1rem;
    font-size: .85rem;
    height: 1rem;
}
.langSelector {
    display: flex;
    background: #00000062;
    border: 1px solid white;
    height: 1.65rem;
    padding-inline: .35rem;
    align-items: center;
    gap: .2rem;
    border-radius: 3rem;
}
.main_wrapper {
    position: relative;
    width: 100%;
    top: -5rem;
}
.banner-notice {
    position: relative;
}
.shitBrainLess {
    position: relative;
    margin-top: -5rem;
}
.home-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3rem;
    background: url(../img/curvetop_bg.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: -.1rem;
    z-index: 9;
}
.swiper-slide.provider_swiper.on {
    background: #fff;
    border: 2px solid #fcc44f;
    border-radius: .5rem;
    height: 2rem;
    min-width: 3rem;
}
.rendererFloatIcon {
    position: absolute;
    width: 7.75rem;
    height: fit-content;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    top: 23%;
    left: 1rem;
    gap: .5rem;
    z-index: 99;
}

.swiper-wrapper.floatIcon {
    width: 7.75rem;
}

img.float_swiper_img {
    width: 7.75rem;
    height: auto;
}
@media screen and (max-width: 1200px) {
    .rendererFloatIcon {
        width: 9.5rem; 
        top: 17%;
        left: 1rem;
        gap: 0.4rem;
    }
    
    .swiper-wrapper.floatIcon {
        width: 9.5rem;
    }
    
    img.float_swiper_img {
        width: 9.5rem;
        height: auto;
    }
}
 

@media screen and (max-width: 450px) {
    .rendererFloatIcon {
        width: 7.75rem; 
        top: 20%; 
        left: 1rem; 
        gap: 0.4rem;
    }
    
    .swiper-wrapper.floatIcon {
        width: 7.75rem;
    }
    
    img.float_swiper_img {
        width: 7.75rem;
        height: auto;
    }
}
 
@media screen and (max-width: 360px) {
    .rendererFloatIcon {
        width: 7.2rem; 
        top: 22%;
        left: 0.75rem;
        gap: 0.25rem;
    }
    
    .swiper-wrapper.floatIcon {
        width: 6.75rem;
    }
    
    img.float_swiper_img {
        width: 6.75rem;
        height: auto;
    }
}

.bottom_wrapper {
    position: relative; 
}

.notice_wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.rendererText {
  display: inline-flex;
  gap: 60px;
  padding-left: 100%;
  animation: marqueeMove linear infinite;
}

.rendererText li {
  list-style: none;
  white-space: nowrap;
  color: #323232;
  font-family: 'koz9';
  font-size: .85rem;
}
.notice_text {
    max-width: 82%;
    display: flex;
    float: right;
}
@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.game_wrapper {
    padding: .5rem 1.25rem; 
    position: relative;
}

.gamneCategory_wrapper {
    display: flex;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
} 
.gameCategory .rendererGameCategory {
    display: flex;
    width: 100%;
    overflow-x: scroll;
}

.categoryItems {
    overflow: hidden; 
    height: 2.5rem;
}
.game-category-item {
    min-width: 6.45rem;
    margin-right: .5rem;
    display: flex;
    height: 2.5rem;
    color: #646464;
    font-weight: 600;
    font-size: 1.1rem;
    align-items: center;
    text-align: center;
    gap: .3rem;
    overflow: hidden;
    position: relative;
}
.game-category-item span {
    font-family: "Winky2";
    filter: drop-shadow(1px 1px 1px #646464a4);
}



.cag_img_wrapper {
    width: 1.75rem;
    height: 1.75rem;
    margin-left: .25rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.game-category-item.on .cag_img_wrapper {
    background: linear-gradient(0deg , #fff, transparent);
    border-radius: 50%;
}
img.game_category_img {
    width: auto;
    height: 1.5rem; 
}
.game-category-item.on::before {
    content: "";
    position: absolute;
    min-width: 6.45rem;
    height: 2.1rem;
    background: linear-gradient(90deg, #fff078, #ffd25b, #f8b13d);
    z-index: -1;
    border-radius: 15rem;
    border: 1px solid #ffc814;
}

.game-category-item.on span {
    color: white
}

.game-category-item.on::after {
    content: "";
    position: absolute;
    border: 3px solid transparent;
    transform: rotate(0) translate(-50%, -100%);
    background: linear-gradient(180deg, transparent, transparent, transparent, #ffffff70 100%);
    width: 9rem;
    height: 6rem;
    opacity: 1;
    border-radius: 15.5rem;
    z-index: 0;
    top: 56%;
    left: 50%;
}


.providers-section,.games-section {
    margin-top: 1rem;
}
.game-list-item {
    position: relative;
    height: auto; 
    overflow: hidden;
    max-width: 100%;
}

.game-list-item .game-background {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: .75rem;
    border: 2px solid #ff9485;
}

.game-vassalage.small {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 3.8rem !important;
    height: 1.38rem !important;
    background: linear-gradient(45deg, #b900cf, #eb28ff);
    border-radius: .6rem 0rem 1.2rem;
    z-index: 1;
    margin-left: 0;
}

img.game.small.provider {
    display: block;
    width: 1.4rem;
    height: auto;
    margin: 0 auto;
}

.game-list-item .game-item-info {
    width: 100%;
    height: 2.5rem;
}

@supports (-webkit-line-clamp: 2) {
    .game-list-item .game-item-name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
}

.game-list-item .game-item-name {
    font-size: 1rem;
    line-height: normal;
    color: #000;
    text-align: center;
    display: flex !important;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-flow: column;
    height: 100%;
    max-width: 5.8rem;
    text-overflow: ellipsis;
}

@supports (-webkit-line-clamp: 2) {
    .game-item-wrap .game-item-info .game-item-name span {
        display: -webkit-box;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
    }
}

.game-item-wrap .game-item-info .game-item-name span {
    color: #cd8d84;
    font-size: 1rem;
    text-align: center;
    align-items: center;
    width: 100%;
}

.vendor-menu-wrap {
    margin-top: .8rem;
    position: relative;
    width: 100%;
    background: #ffffff8c;
    padding: .5rem;
    border: 2px solid #fff;
    border-radius: .3rem;
    overflow: hidden;
}
.vendor-menu-wrap .vendor-menu-scroll {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: .5rem;
}

.vendor-menu-wrap .vendor-menu-swiper {
    margin-bottom: 0;
}

.vendor-menu-wrap .vendor-menu-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.56rem;
    padding: 0;
}

.vendor-menu-wrap .vendor-menu-item.on .vendor-menu-all, .vendor-menu-wrap .vendor-menu-item.on .vendor-menu-inner {
    background: #fff;
    border: 1px solid #f8b13d;
    border-radius: .25rem;
    min-height: 100%;
}

.provider-item {
    display: flex;
    height: 1rem;
    object-fit: contain;
}

.vendor-menu-wrap .vendor-menu-swiper {
    margin-bottom: 0;
    display: flex;
    width: 100%;
}

.rendererProviders {
    display: flex;
    width: 100%; 
}

img.menu-icon.default {
    width: auto;
    height: 1rem;
}

.swiper-slide.provider_swiper {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar_wrapper hr {
    opacity: .4;
}
.sideGap {
    margin-top: .5rem;
}
.rendererContact.sideBG .contact-item {
    border-bottom: 1px solid #ffffff5e;
    border-top: 1px solid #ffffff5e;
    overflow: hidden;
    height: 3rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding-inline: .5rem;
    gap: .3rem;
}

.contact-item span {
    color: #ffffffb8;
    font-family: 'Poppins';
    font-weight: 200;
    text-shadow: none;
    filter: none;
    box-shadow: none;
}


.items.side .item {
    border-bottom: 1px solid #ffffff5e;
    border-top: 1px solid #ffffff5e;
    overflow: hidden;
    height: 3rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding-inline: .5rem;
    gap: .3rem;
}

.items.side .item .icon img {
    max-width: 1.5rem;
}

.items.side .item .item_name {
    color: #ffffffb8;
    font-family: 'Poppins';
    font-weight: 200;
    text-shadow: none;
    filter: none;
    box-shadow: none;
}
.search_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 1em;
    color: #666; 
}
.search_container .wrapper {
    background-color: #fff;
    border-radius: 5rem;
    height: 1.8rem;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto; 
}
.noData {
    display: flex;
    justify-content: center;
    filter: grayscale(1), brightness(0.8);
    opacity: .7;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}
.search_container .wrapper .game-input {
    outline: none;
    -webkit-appearance: none;
    line-height: normal !important;
    width: 100%;
    margin-left: .8rem;
    background: transparent;
} 
.noData.flex-col img {
    width: 10rem;
}

.no-data-wrapper {
    width: 100%;
    filter: opacity(0.65);
}

.game-right-content {
    flex: 1 1 0%;
    max-width: 100vw;
    overflow: hidden;
}
.rendererGames.nodata {
    display: flex;
    justify-content: center;
}
.no-data-wrapper {
    width: 100%;
}


.game-list-content {
    display: flex;
}

.am-icon-icon-search_ff0ac8e7.am-icon-md.search-icon {
    width: fit-content; 
    margin-right: .3rem;
}

.am-icon.am-icon-icon-search_ff0ac8e7.am-icon-md.search-icon {
    width: 5rem; 
    align-items: center;

    justify-content: center;
    display: flex;
    height: 1.4rem;
}

.act_btn {
    background: #fcc44f;
    border-radius: 5rem;
    min-width: 100%;
    font-size: .85rem;
    height: 1.42rem;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    color: #fff;
}

.tab.member.active .wrapper {
    padding: .5rem 1.25rem;
    position: relative;
}
.bullshit {
    margin-bottom: .5rem;
}
.member_card .avatar_wrapper {
    width: 7rem;
    height: 7rem;
    overflow: hidden !important;
    z-index: 1;
    position: relative;
}
.wrapper .member_card {
    padding: 1rem;
    background: url(../img/profileBG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 2px solid #ffffff81;
    border-radius: 1.6rem;
}
.member_card .top_section {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.member_id .user_id {
    color: #000;
    font-weight: 600;
    font-size: 1.85rem;
    font-family: 'Winky2';
    letter-spacing: 1px;
}

.member_card .level_wrapper {
    height: 1.5rem;
    padding: 0 .8rem;
    font-size: 1rem;
    font-weight: 600;
    color: #885905;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(360deg, #fff078, #f8b13d);
    border-radius: 6rem;
    border: 1px solid #e0b863;
}
.verify_user .verify_null {
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(180deg, #e6e6e6, #858585);
    border-radius: 2rem;
    margin-left: .1rem;
    text-transform: uppercase;
    height: 1.5rem;
    padding: 0 .8rem;
    text-align: center;
    align-items: center;
    display: flex;
}

.verify_user{
    margin-left: .5rem;
}

.bottom_section .items {
    color: white;
    font-size: .7rem;
    padding: .35rem .65rem;
    text-transform: capitalize;
    border-radius: 5rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.bottomMemu .wrapper .item {
    background: #ffffff8c;
    padding: .75rem;
    border: 2px solid #fff;
    border-radius: .8rem;
    min-height: 8rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    gap: .5rem;
    font-weight: 600;
    color: #ad726a;
    text-align: center;
    word-wrap: break-word;
}
.tab.contact-us.active .wrapper {
    padding: .5rem 1.25rem;
    position: relative;
}

.tab.promotion.active .wrapper {
    padding: .5rem 1.25rem;
    position: relative;
}
.promotion_header {
    background: #ffffff8c;
    padding: .75rem;
    border: 2px solid #fff;
    border-radius: .8rem;
    min-height: 8rem;
}
.bonusFilterButton {
    padding: .5rem;
    border-radius: .5rem;
    background: #ffdcd7;
    display: flex;
        gap: .6rem;
    flex-wrap: wrap;
}
button.bonus-filter.active {
    background: #fcc44f;
    border-radius: 5rem;
    color: white;
}
button.bonus-filter {
    min-width: 5rem;
    background: #fff;
        color: #cd8d84;
    border-radius: 5rem;
    padding-inline: 1rem;
}
button.bonus-filter {
    min-width: 6rem;
}
.rendererBonus {
    padding: .5rem;
    margin-top: 1rem;
}

.tab.contact-us.active span.title {
    color: white;
    text-shadow: 1px 1px 3px #000;
    font-size: 2rem;
}
.customColor {
    color: #fcc44f !important;
}
.customColor1 {
    color: #fe7764 !important;
}

.bottomMemu .wrapper {
    padding: 0!important;
    margin-top: 1rem;
}
img.img_icon {
    max-width: 3rem;
}
.bottom_section .items.avatar {
    background: linear-gradient(180deg, #c281c3, #a051a2);
}

.bottom_section .items.changePassword {
    background: linear-gradient(180deg, #ff0066, #c40058);
    font-size: .7rem;
}
.bottom_section .items.mobile {
    background: linear-gradient(180deg, #00eeb9, #00a17d);
}

.member_card .bottom_section {
    display: grid;
    width: 100%;
    gap: 0rem;
    margin-top: .5rem;
    justify-content: space-between;
    grid-template-columns: 20% 38% 38%;
}
.bank_info {
    margin-top: 1rem;
}
.auth_btn_wrapper .avatar_wrapper {
    width: 4rem;
    height: 4rem;
}
.updateAvatar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000002c;
    color: #fff;
    font-size: .7rem;
    z-index: 2;
    gap: 4px;
}
.bank_info .wrapper {
    background: #ffffff8c;
    padding: .75rem;
    border: 2px solid #fff;
    border-radius: .8rem;
    min-height: 8rem;
}
.wrapper .title {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.displayBankInfo {
    width: 100%;
    display: flex;
    height: 2.5rem;
    padding: .5rem .8rem;
    flex-flow: column;
    gap: .25rem;
}

.addedBank, .addedBank-empty, .add-bank-btn {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.iconshit {
    display: flex;
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 15px;
    font-size: 1.38rem;
    color: white;
}
.addedBank-empty {
    background: linear-gradient(0deg, #c8c8c8, #ffffff);
    border-radius: 3rem;
    border: 2px solid #fff;
    height: 3.5rem;
}
.add-bank-btn {
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    background: #fff;
    border-radius: 100%; 
    bottom: -.5rem;
    border-radius: 50%;
    overflow: hidden;
    left: -.3rem;
    border: 2px solid #fff;
}

.iconshitt {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    color: #c8c8c8;
}
.modal.bank-modal.changePassword .modal-content {
    height: 450px;
}

.noobStyleBro.changePassword {
    font-size: 1.2rem;
    font-weight: 400;
}

.bitchasssmall {
    font-style: italic;
    font-size: .85rem;
}

.nameWrapper.submitChangePassword::before {
    content: "";
    position: absolute;
    z-index: -100;
    background: transparent;
    border: 0;
}

.nameWrapper.submitChangePassword {
    background: linear-gradient(180deg, #f8b13d, #fff078);
    border: 1px solid #e0b863;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    width: fit-content;
    padding-inline: 1.75rem;
    border-radius: 10rem;
}
input#newpassword::placeholder, input#confirmpassword::placeholder, input#oldpassword::placeholder {
    font-style: italic;
}