th, td {
        white-space: nowrap;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
    line-height: 1;
}

.anticon svg {
    display: inline-block;
}

.anticon::before {
    display: none;
}

.anticon .anticon-icon {
    display: block;
}

.anticon[tabindex] {
    cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingCircle {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.sweet-alert {
    background: linear-gradient(325deg,#222020 30%,#454444) !important;
}
.sweet-alert p {
    color: #dddcdc;
}
.sweet-alert button.cancel {
    background-color: #ac0000 !important;
}
.sweet-alert button.confirm {
    background-color: rgb(89 151 2) !important;
    box-shadow: rgb(165 245 140 / 80%) 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset !important;
}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    background: none !important;
}
.notice-bar {
    border-radius: 20px;
    padding: 2px;
    background: #5c5502;
    height: 24px;
    width: auto;
    display: inline-flex;
}
.flex-fill {
    flex: 1 1 auto!important;
}
.txt-notice {
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    display: inline-flex;
}
ul.marquee {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 22px; */
    background-color: transparent;
    border: none;
}
ul.marquee li {
    position: absolute;
    top: -999em;
    left: 0;
    display: block;
    white-space: nowrap;
    height: 100%;
    line-height: 1.4;
}
.bottombar-mobile {
    background: none;
    /* background:linear-gradient(325deg,#1b1b1b 10%,{{ config('app.color-theme') }}) !important; */
}
.navbar-marquee {
    margin-top: 65px;
}
.bank-card-logo {
    padding:0px !important;
}
.loading {
    z-index: 20;
    position: absolute;
    top: 0;
    left:-5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.loading-content {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    left:44%;
    animation: spin 2s linear infinite;
}

.active {
    background-color: #464747;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.lobby-game {
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    line-height: 1;
    background: linear-gradient(325deg,#1b1b1b 30%,#282828);
    border-radius: 20px;
    background: linear-gradient(325deg,#1b1b1b 10%,#63a4e6) !important;
}
.lobby-game .ant-row div{
    padding-left: 2px; 
    padding-right: 2px;
}
.lobby-mobile-icon {
    position: relative;
    width: 100%;
    margin-bottom: 6px;
    padding-top: 100%;
    border-radius: 20px;
}
.lobby-mobile-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    transform: translate(-50%,-50%);
}
.menu-mobile.active{ 
    border-color: #464747;
    border-style: dashed;
    color: #ffc800;
}
.mw-20 {
    display: block;
    flex: 0 0 20%;
    max-width: 20%;
}
.lobby span {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.lobby img {
    width: 100px;
    margin-left: 16px;
}
.lobby div {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 5px;
    background: linear-gradient(180deg,rgba(108,108,120,1) 0%,rgba(45,45,51,1) 73%,rgba(17,17,19,1) 89%);
    box-shadow: 0 8px 30px 0 rgba(230,184,106,.3);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color,currentColor);
    opacity: .4;
    opacity: var(--fa-secondary-opacity,.4);
}
.wallet-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    line-height: 1;
    background: linear-gradient(325deg,#1b1b1b 30%,#282828);
    border-radius: 20px;
}
.game_card_container_list {
    padding-left: 0px;
    padding-right: 0px;
}
.game_card {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    padding: 5px;
}
.bg-card-list {
    height: 100%;
}
.game_image {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

/* Style Slide Show */
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.1s ease;
}

/* Fading animation */
.fadeBanner {
    animation-name: fade;
    animation-duration: 8s;
}

@keyframes fadeBanner {
from {opacity: .9} 
to {opacity: 1}
}

.pl-1{
    padding-left:1px;
}
.pr-1{
    padding-right:1px;
}
.v-form {
    position: relative;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 20px;
    border-radius: 20px;
}
.mini-wallet-container {
    background: linear-gradient(180deg, #0e1735 0%, #0e1735 100%);
}
.box-btn-option .btn-deposit {
    border-radius: 10px 0 0 0;
}
.box-btn-option .btn-withdraw {
    border-radius: 0 10px 0 0;
}
.box-btn-option .btn-affiliate {
    background-color: #1a2d42;
    /* background-color: #171c2d !important; */
    border-radius: 0 0 10px 10px;
}
.text-affiliate {
    border-color:#c6b27f !important;
    color: rgba(198, 178, 127 ,1)!important;
}
.btn-success {
    color: #fff;
    background-color: #02922e;
    border-color: #02922e;
}
.text-frame .frame {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: var(--theme-text-frame-color);
    display: inline-block;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    height: 100%;
    line-height: 74px;
    min-width: 165px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px #6b5e01;
    z-index: 1;
}
.modal-content {
    font-size: 20px;
    box-shadow: inset 0 0 10px #464545;
}
.modal-content h5{
    /* color:black; */
}
.modal-content button{
    border:0px;
}
.modal-content button span{
    color:black;
}
.card {
    background-color: transparent;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}
@media screen and (min-width: 120px){
    .lobby {
        min-height: 105px;
    }
}
@media screen and (min-width: 320px){
    .lobby {
        min-height: 145px;
    }
}
@media screen and (min-width: 481px){
    .lobby {
        min-height: 175px;
    }
}
@media screen and (min-width: 641px){
    .lobby {
        min-height: 255px;
    }
}
@media screen and (min-width: 769px){
    .lobby {
        min-height: 285px;
    }
}
@media screen and (min-width: 980px){
    .lobby {
        min-height: 335px;
    }
}
@media screen and (min-width: 1025px){
    .lobby {
        min-height: 335px;
    }
}
@media screen and (min-width: 1201px){
    .menu-mobile-wrapper {
        display: flex;
    }
    .msn-container {
        max-width: 700px;
    }
    .lobby {
        min-height: 245px;
    }
}
@media (min-width: 1400px){
    .msn-container {
        max-width: 900px;
    }
    .lobby {
        min-height: 335px;
    }
}
.topbar-register {
    padding-top: 10px;
}
.topbar-register button{
    padding: 0;
    border: 1px solid #f5d887;
    border-radius: 0;
    width: 100px;
    background: linear-gradient(to left top, #a26e2d, #c39542, #e2c567, #efdb7f, #fef5a5);
    /* background-color: #e2c569; */
    box-shadow: inset 0 0 1px #ffffff;
    font-size: 16px;
}
.topbar-register button i{
    vertical-align: middle;
}
.topbar-member {
    padding-top: 10px;
}
.topbar-member button{
    padding: 0;
    border: 1px solid #f5d887;
    border-radius: 0;
    width: 100px;
    background: linear-gradient(to left top, #a26e2d, #c39542, #e2c567, #efdb7f, #fef5a5);
    box-shadow: inset 0 0 1px #ffffff;
    font-size: 16px;
}
.topbar-member button i{
    vertical-align: middle;
}
/* main{
    margin-top: 75px !important;
} */
.ant-layout-header{
    position: fixed;
    width: 100%;
    top:0;
}
.bottombar-mobile {
    background: none;
    border-top:  none;
    /* border-top: 1px solid {{ config('app.color-border') }}; */
}
.nav-left-one {
    border-right: #8080800d 0.5px solid;
}
.nav-left-two {
    border-top-right-radius: 40px;
    border-left: none;
}
.nav-item.middle-item {
    padding: 0px 10px 0px 10px;
}
.nav-right-one {
    border-top-left-radius: 40px;
    border-right: #8080800d 0.5px solid;
}
.nav-right-two {
    border-left: none;
}
.bottombar-mobile .nav-menu .nav-item.middle-item .icon-button{
    overflow: initial;
    animation: none;
    bottom: 20%;
    width: 80px;
    height: 80px;
}
/* .bottombar-mobile .nav-menu .nav-item.middle-item .icon-container{
    overflow: initial;
} */
.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container:before{
    width: 0;
    height: 0;
    background-image: none;
}
.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container:after{
    background: none;
}
.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container img{
    width: 80%;
}
.btn{
    /* padding: 0.175rem 0.175rem; */
    border: 1px solid #000000;
    /* box-shadow: 0 0 10px 0 rgb(195 195 195 / 30%); */
    box-shadow: inset 0 0 10px #ffffff;
}
.fa-solid, .fas {
    font-size: 16px;
}
.filter-green{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.filter-yellow{
    filter: invert(78%) sepia(30%) saturate(2969%) hue-rotate(0deg) brightness(104%) contrast(103%);
}
.w-85{
    width: 85% !important;
}
.bottombar-mobile .nav-menu .nav-item .nav-link img:not(.icon-center) {
    filter: invert(85%) sepia(84%) saturate(6897%) hue-rotate(343deg) brightness(94%) contrast(116%);
}
.bottombar-mobile .nav-menu .nav-item .nav-link {
    color: #fff400;
}
.bottombar-mobile .nav-menu .nav-item.middle-item span {
    color: hsl(60.36deg 71.55% 45.49%);
}

.topbar {
    justify-content:center;
}
.topbar-logo{
    margin: 0 10px;
}
.topbar-logo .ant-avatar{
    /* max-width: 60px; */
    height: 60px;
    max-height: 60px;
}
.topbar-member{
    display: inline;
}
.ant-col-xs-5-5 {
    display: block;
    flex: 0 0 23%;
    max-width: 23%;
}
.ant-layout-header {
    height: 60px;
}
.point-balance {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #4f4e4e47;
    /* background: linear-gradient(325deg,#1b1b1b 30%,#929292); */
    border: 1px solid #000000;
    border-radius: 20px;
}
.point-balance label{
    font-size: 20px;
    text-align: center;
}