@import url('//raw.githubusercontent.com/necolas/normalize.css/master/normalize.css');
@import "_lotto.css";
@import "_article.css";
@import "_game-theme.css";
@import "_navbar.css";
body {
    background: var(--bg_img_url) no-repeat fixed!important;
    background-size: var(--bg_img_size)!important;
    scroll-behavior: smooth!important;
    overflow-y: scroll!important;
    -webkit-overflow-scrolling: touch!important;
}

/* Avoid Chrome to see Safari hack */

@supports (-webkit-touch-callout: none) {
    body {
        /* The hack for Safari */
        height: -webkit-fill-available!important;
    }
}

p {
    margin-bottom: 0!important;
}

.vc-show {
    position: fixed!important;
    z-index: 10000!important;
    color: #7a7a7a!important;
    font-size: 10px!important;
    padding: 2px 9px!important;
    bottom: 0!important;
    right: 0!important;
}

body::-webkit-scrollbar,
body div::-webkit-scrollbar {
    width: 4px!important;
    background-color: rgba(56, 56, 56, 0.342)!important;
    border-radius: 10px!important;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px!important;
    background: var(--scrollbar_thump_bg)!important;
}

body::-webkit-scrollbar-track {
    border-radius: 10px!important;
    background: var(--scrollbar_track_bg)!important;
}

.text-custom-primary {
    color: var(--button_primary_color_1)!important;
}

.text-custom-success {
    color: #0bb969!important;
}

.btn-custom,
.btn-custom-primary,
.btn-custom-secondary {
    min-width: 120px!important;
    border: none!important;
    outline: none!important;
}

.btn-custom i,
.btn-custom-primary i,
.btn-custom-secondary i {
    font-size: 22px!important;
    color: #000!important;
    display: none!important;
}

.btn-custom span,
.btn-custom-primary span,
.btn-custom-secondary span {
    letter-spacing: 1px!important;
    line-height: 1!important;
}

.wrapper.sub-footer.home {
    padding-bottom: 4px!important;
}

#main-nav .group-button-user {
    background: #0000003d!important;
}

#main-nav .group-button-user .nav-link {
    height: 2em!important;
}

#main-nav .group-button-user .nav-link>span {
    font-weight: 300 !important;
}

#main-nav .group-button-user .nav-link.register-btn {
    min-width: 97px!important;
    box-shadow: -1px -1px 5px #4f5584, 2px 2px 4px #000000e3!important;
}

#main-nav .group-button-user .nav-link.login-btn {
    min-width: 97px!important;
    box-shadow: -1px -1px 2px #ff2d37bd, 2px 2px 4px #5e0404!important;
    color: #fff!important;
}

#main-nav button.navbar-toggler {
    background: #00000047!important;
}

#main-nav button.navbar-toggler>span::before {
    font-weight: bold !important;
    font-size: 33px!important;
    color: #cf2029!important;
}

#main-logo {
    height: 95%!important;
}

#main-nav .navbar-brand {
    display: flex!important;
    align-items: center!important;
}

.navbar-nav {
    flex: 1!important;
    justify-content: center!important;
}

.navbar-nav>.nav-item>.nav-link {
    font-size: 0.9em!important;
}

.navbar-nav>.nav-item>.nav-link.active {
    color: #fff!important;
    text-decoration: none!important;
    border-top: 2px solid #cf2029!important;
    border-radius: 0!important;
}

@media only screen and (max-width: 768px) {
    #main-nav .group-button-user {
        background: none!important;
    }
    #main-nav .group-button-user .d-inline-flex {
        display: flex!important;
        align-items: center!important;
        flex-direction: column!important;
    }
    #main-nav .group-button-user .d-inline-flex .btn-custom,
    #main-nav .group-button-user .d-inline-flex .btn-custom-primary,
    #main-nav .group-button-user .d-inline-flex .btn-custom-secondary {
        font-size: 14px!important;
    }
    #main-nav .group-button-user .d-inline-flex .register-btn {
        margin-bottom: 3px!important;
    }
    #main-nav .group-button-user .d-inline-flex .register-btn,
    #main-nav .group-button-user .d-inline-flex .login-btn {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: 150px!important;
        width: 138px!important;
        -webkit-box-sizing: border-box!important;
        box-sizing: border-box!important;
        min-width: unset!important;
    }
    #main-nav .navbar-brand {
        position: absolute!important;
        left: 46%!important;
    }
    @media only screen and (max-width: 768px) {
        #main-nav .navbar-brand.not-login-stay-left {
            transform: translateX(-80%) !important;
        }
    }
    #main-nav .navbar-brand.not-login {}
    #main-nav .navbar-brand img {
        -o-object-fit: contain!important;
        object-fit: contain!important;
    }
    #main-nav #navbarSupportedContent {
        position: relative!important;
        top: calc(var(--header-height) - 9px)!important;
        left: 0!important;
        right: 0!important;
        width: 100%!important;
        margin-left: -16px!important;
        margin-right: -16px!important;
        background-color: #464646!important;
        height: calc(100vh - (var(--header-height) - 9px)) !important;
        -webkit-transition: all 0.3s ease-out !important;
        transition: all 0.3s ease-out !important;
        -webkit-transform: translateX(-100vw)!important;
        transform: translateX(-100vw)!important;
        opacity: 1!important;
        -webkit-animation-delay: 0 !important;
        animation-delay: 0 !important;
    }
    #main-nav #navbarSupportedContent.collapsing {
        -webkit-animation-delay: 0 !important;
        animation-delay: 0 !important;
        -webkit-transition: unset!important;
        transition: unset!important;
    }
    #main-nav #navbarSupportedContent {
        position: relative!important;
        -webkit-overflow-scrolling: touch!important;
        overflow-x: hidden!important;
        overflow-y: scroll !important;
        z-index: 1200 !important;
        height: calc(99vh - (var(--header-height) - 9px)) !important;
        max-height: calc(99vh - (var(--header-height) - 9px)) !important;
    }
    #main-nav #navbarSupportedContent.show {
        opacity: 1!important;
        -webkit-animation-delay: 0 !important;
        animation-delay: 0 !important;
        -webkit-transform: translateX(0)!important;
        transform: translateX(0)!important;
        -webkit-transition: all 0.1s ease-out !important;
        transition: all 0.2s ease-out !important;
    }
    #main-nav .navbar-nav {
        height: fit-content!important;
        min-height: fit-content!important;
        padding-bottom: 8em!important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #main-nav .navbar-brand {
        position: relative!important;
    }
}

#main-nav .nav-icon.custom {
    height: 25px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    margin-right: 1em!important;
}

@media only screen and (max-width: 768px) {
    .ham-menu {
        position: absolute!important;
        left: 12px!important;
    }
    .ham-menu .ic-ham-mobile {
        max-width: 40px!important;
        object-fit: contain!important;
    }
    .group-button-user {
        position: absolute!important;
        right: 12px!important;
    }
    #foot-menu {
        padding: 4px!important;
        height: 70px!important;
    }
    #foot-menu .foot-icon {
        height: 26px!important;
        width: 26px!important;
    }
    #foot-menu .foot-txt {
        font-size: 0.85em!important;
    }
    .functons-container .member-block-wrapper {
        padding: 0.5em !important;
    }
    .functons-container .member-block-wrapper .btn-menu {
        height: 3.2em !important;
        padding: 0.2em !important;
        font-size: 1em!important;
    }
    .add-home-screen-container {
        padding: 8px 0 !important;
    }
    .add-home-screen-container .container .left .fs-5 {
        font-size: 16px !important;
    }
    .add-home-screen-container .container .left .fw-light {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 550px) {
    #auth-wrapper.group-button-user>.d-inline-flex {
        display: flex!important;
        flex-direction: column!important;
        justify-content: space-between!important;
    }
    .nav-link.login-btn,
    .nav-link.register-btn {
        margin-left: 0 !important;
        width: 115px !important;
        height: 48.5% !important;
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
}

#foot-menu {
    z-index: 99!important;
}

#foot-menu a.middle {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_2)))!important;
    background: linear-gradient(180deg, var(--button_primary_color_1) 0%, var(--button_primary_color_2) 100%)!important;
}

#foot-menu .foot-icon {
    height: 32px!important;
    width: 32px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.add-home-screen-container {
    opacity: 0!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 12px 0 !important;
    position: fixed!important;
    top: var(--header-height)!important;
    z-index: 100!important;
    background: #000000de !important;
}

.add-home-screen-container .fullscreen {
    top: 0 !important;
}

.add-home-screen-container .container .left {
    line-height: 1!important;
}

.add-home-screen-container .container .left .fs-5 {
    padding-left: 30px!important;
}

.add-home-screen-container .container .left .close-add-to-home {
    position: absolute!important;
    border-radius: 50%!important;
    height: 20px!important;
    width: 20px!important;
    padding: unset!important;
    line-height: 1!important;
    border: none!important;
    outline: none!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    top: -5px!important;
    left: 0px!important;
    background: #737373!important;
    color: #fff!important;
    font-weight: 100!important;
}

.add-home-screen-container .container .left .close-add-to-home span {
    font-size: 28px!important;
    position: relative!important;
    top: -2px!important;
}

.add-home-screen-container .container .right {
    height: 36px!important;
    border: none!important;
    background: #fff!important;
}

.add-home-screen-container .container .right i {
    font-size: 28px!important;
    color: var(--button_secondary_color_2)!important;
}

.add-home-screen-container .container .right>span {
    line-height: 0.9!important;
}

.reset-btn {
    background: transparent!important;
    border: none!important;
}

.how-to-install-a2h-ios {
    position: fixed!important;
    display: none!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    bottom: 1em!important;
    width: 90%!important;
    max-width: 360px!important;
    height: 330px!important;
    margin: 0 auto!important;
    background: #232323!important;
    z-index: 2000!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    border-radius: 1em!important;
    -webkit-box-shadow: 1px 1px 8px 4px #00000099!important;
    box-shadow: 1px 1px 8px 4px #00000099!important;
}

.how-to-install-a2h-ios.active {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.how-to-install-a2h-ios .header-content .close-how-to-install {
    background: #393939!important;
    padding: 4px!important;
    border-radius: 50%!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: absolute!important;
    top: -8px!important;
    right: 0!important;
}

.how-to-install-a2h-ios .header-content .close-how-to-install i {
    font-size: 1.5em!important;
    font-weight: bold!important;
    color: #fff!important;
    line-height: 0!important;
}

.how-to-install-a2h-ios .body-content .logo-app {
    width: 80px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.how-to-install-a2h-ios .footer-content-ios-safari,
.how-to-install-a2h-ios .footer-content-ios-chrome {
    background: #4C4C4C!important;
    border-radius: 0.5em!important;
    display: none!important;
}

.how-to-install-a2h-ios .footer-content-ios-safari.active,
.how-to-install-a2h-ios .footer-content-ios-chrome.active {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.how-to-install-a2h-ios .footer-content-ios-safari .ic_footer,
.how-to-install-a2h-ios .footer-content-ios-chrome .ic_footer {
    width: 35px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.how-to-install-a2h-ios .footer-content-ios-safari .ic_footer.a2h,
.how-to-install-a2h-ios .footer-content-ios-chrome .ic_footer.a2h {
    width: 26px!important;
}

.banner-slider-container {
    width: 100%!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    overflow-x: hidden!important;
    overflow-y: hidden!important;
    margin-bottom: 0 !important;
}

.banner-slider-container .banner-item {
    width: 100%!important;
    max-width: 100%!important;
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}

.banner-slider-container .banner-item picture {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.banner-slider-container .banner-item img {
    width: 100%!important;
    height: auto!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    height: 100%!important;
}

.banner-slider-container .swiper-button-next,
.banner-slider-container .swiper-button-prev {
    color: var(--button_primary_color_1) !important;
}

.banner-slider-container .swiper-pagination {
    background: #0000008c!important;
}

.banner-slider-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    background: #fff!important;
    opacity: .5!important;
}

.banner-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--button_primary_color_1)!important;
    opacity: 1!important;
}

.content-main-container {
    border-left: 2px solid var(--content_border_left_color)!important;
    border-right: 2px solid var(--content_border_right_color)!important;
    width: 100%!important;
    margin: 0 auto!important;
    position: relative!important;
    background: var(--content_bg_color1)!important;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--content_bg_color1)), to(var(--content_bg_color2)))!important;
    background: linear-gradient(to bottom, var(--content_bg_color1), var(--content_bg_color2))!important;
    box-shadow: -5px 0px 65px 1px #f6e38617, 5px 0px 65px 1px #f6e38617!important;
}

.content-main-container.home .marguee-text-container {
    margin-left: 8px!important;
    margin-right: 8px!important;
}

.marquee-text-container .announcer {
    box-shadow: inset 4px 3px 6px 1px #00000066!important;
}

.taging-container {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    width: 100%!important;
    max-width: 90%!important;
    margin: 16px auto!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.taging-container a {
    min-width: 70px!important;
    background: var(--tags_bg_color)!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    padding: 4px 8px!important;
    margin: 4px!important;
    color: var(--tags_text_color)!important;
    font-weight: 200!important;
    font-size: 14px!important;
    border-radius: 6px!important;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)!important;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)!important;
    text-decoration: none!important;
}

.tagging-container a:hover {
    filter: brightness(1.5)!important;
}

.footer-index-container {
    padding-bottom: 26px!important;
    width: 100%!important;
    margin: 0!important;
}

.footer-index-container .qrcode-wrapper canvas {
    width: 100px !important;
    height: 100px !important;
}

.login-container {
    width: 350px!important;
    padding: 12px!important;
    background: #0000009e!important;
    border-radius: 8px!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    justify-self: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    position: relative!important;
    -webkit-backdrop-filter: blur(5px)!important;
    backdrop-filter: blur(5px)!important;
    z-index: 2!important;
}

.login-container .input-group input.form-control {
    -webkit-box-shadow: inset 4px 3px 6px 1px #00000066!important;
    box-shadow: inset 4px 3px 6px 1px #00000066!important;
}

.login-container .input-group input.form-control:focus {
    -webkit-box-shadow: 0 0 0 0.25rem #00000040!important;
    box-shadow: 0 0 0 0.25rem #00000040!important;
}

.login-container .input-group input.form-control:focus::-webkit-input-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.login-container .input-group input.form-control:focus::-moz-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.login-container .input-group input.form-control:focus:-ms-input-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.login-container .input-group input.form-control:focus:-moz-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.login-container .input-group input.form-control::-webkit-input-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.login-container .input-group input.form-control::-moz-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.login-container .input-group input.form-control:-ms-input-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.login-container .input-group input.form-control:-moz-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.custom-style-input.input-group input.form-control {
    -webkit-box-shadow: inset 4px 3px 6px 1px #00000066!important;
    box-shadow: inset 4px 3px 6px 1px #00000066!important;
}

.custom-style-input.input-group input.form-control:focus {
    -webkit-box-shadow: 0 0 0 0.25rem #00000040!important;
    box-shadow: 0 0 0 0.25rem #00000040!important;
}

.custom-style-input.input-group input.form-control:focus::-webkit-input-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.custom-style-input.input-group input.form-control:focus::-moz-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.custom-style-input.input-group input.form-control:focus:-ms-input-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.custom-style-input.input-group input.form-control:focus:-moz-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.custom-style-input.input-group input.form-control::-webkit-input-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.custom-style-input.input-group input.form-control::-moz-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.custom-style-input.input-group input.form-control:-ms-input-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.custom-style-input.input-group input.form-control:-moz-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.register-container>.card {
    width: 350px!important;
    padding: 12px!important;
    background: #ffffff24!important;
    border-radius: 8px!important;
    -webkit-backdrop-filter: blur(5px)!important;
    backdrop-filter: blur(5px)!important;
}

.register-container>.card .input-group input.form-control {
    -webkit-box-shadow: inset 4px 3px 6px 1px #00000066!important;
    box-shadow: inset 4px 3px 6px 1px #00000066!important;
}

.register-container>.card .input-group input.form-control:focus {
    -webkit-box-shadow: 0 0 0 0.25rem #00000040!important;
    box-shadow: 0 0 0 0.25rem #00000040!important;
}

.register-container>.card .input-group input.form-control:focus::-webkit-input-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.register-container>.card .input-group input.form-control:focus::-moz-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.register-container>.card .input-group input.form-control:focus:-ms-input-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.register-container>.card .input-group input.form-control:focus:-moz-placeholder {
    font-weight: 200 !important;
    color: #313131!important;
}

.register-container>.card .input-group input.form-control::-webkit-input-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.register-container>.card .input-group input.form-control::-moz-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.register-container>.card .input-group input.form-control:-ms-input-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.register-container>.card .input-group input.form-control:-moz-placeholder {
    font-weight: 200 !important;
    color: #fff!important;
}

.register-container>.card .captcha-wrapper svg {
    -webkit-filter: invert(1)!important;
    filter: invert(1)!important;
    width: 120px !important;
}

.register-container .register-bank-selector-container {
    position: relative!important;
}

.register-container .register-bank-selector-container::before {
    content: "เลือกธนาคารของคุณ"!important;
    font-size: 1.15rem!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    text-align: center!important;
    left: 0!important;
    font-size: 16px!important;
    font-weight: 200!important;
    right: 0!important;
    line-height: 46px!important;
    z-index: 1!important;
    pointer-events: none!important;
}

.register-container .register-bank-selector-container .select2.select2-container.select2-container--focus,
.register-container .register-bank-selector-container .select2.select2-container.select2-container--open,
.register-container .register-bank-selector-container .select2.select2-container.select2-container--below {
    z-index: 2!important;
}

.contact-container {
    overflow: hidden!important;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_1)))!important;
    background: linear-gradient(180deg, var(--button_primary_color_1) 0%, var(--button_primary_color_1) 100%)!important;
    border-radius: 10px 10px 0px 0px!important;
    position: absolute!important;
    border-radius: 8px!important;
    max-width: 475px!important;
    min-height: 55%!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    bottom: 0%!important;
    -webkit-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
}

@media only screen and (max-width: 768px) {
    .contact-container {
        border-radius: unset!important;
        height: calc(110vh - 5.2em - 70px)!important;
        padding-top: 20px!important;
    }
    .contact-container__background {
        height: unset !important;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        bottom: unset !important;
        -webkit-transform: unset !important;
        transform: unset !important;
    }
    .contact-container__background img {
        width: 99% !important;
    }
}

.contact-container__background {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    bottom: 0%!important;
    -webkit-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
    width: 100%!important;
    height: 100%!important;
}

.contact-container__background img {
    width: 90%!important;
    height: auto!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    display: block!important;
    margin: 0 auto!important;
}

.contact-container__footer {
    height: 110px!important;
    width: 100%!important;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    background: #212121!important;
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-left: 1px solid #a67b43!important;
    border-right: 1px solid #a67b43!important;
    border-bottom: 1px solid #a67b43!important;
    z-index: 2!important;
    -webkit-box-shadow: 0px -6px 8px 1px #0000003d!important;
    box-shadow: 0px -6px 8px 1px #0000003d!important;
}

@media only screen and (max-width: 768px) {
    .contact-container__footer a.link_wrapper {
        -webkit-transform: translateY(-75%)!important;
        transform: translateY(-75%)!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .contact-container__footer a.link_wrapper [class*="__qrcode"] {
        -webkit-transform: translateY(0)!important;
        transform: translateY(0)!important;
    }
    .contact-container__footer a.link_wrapper [class*="__qrcode"] canvas {
        width: 150px !important;
        height: 150px !important;
        -webkit-transform: translateY(0)!important;
        transform: translateY(0)!important;
    }
    .contact-container__footer a.link_wrapper [class*="__line-add"] {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .contact-container__footer a.link_wrapper [class*="__line-add"] .line_ic img {
        width: 60px!important;
    }
    .contact-container__footer a.link_wrapper .line-add {
        -webkit-transform: translateY(-75%)!important;
        transform: translateY(-75%)!important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.contact-container__footer .qrcode canvas {
    border-radius: 4px!important;
    height: 132px !important;
    width: 132px !important;
    -webkit-transform: translateY(-40%)!important;
    transform: translateY(-40%)!important;
}

.contact-container__footer .line-add .line_ic {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.contact-container__footer .line-add .line_ic img {
    width: 60px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.contact-container__footer .line-add .line_link .line-id {
    margin-top: 4px!important;
    font-weight: 200!important;
}

.cutom-game-entry {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.cutom-game-entry>a {
    min-width: 30%!important;
    padding: 0!important;
}

.group-entrance-games-container {
    margin: 0 auto!important;
}

@media only screen and (max-width: 768px) {
    .group-entrance-games-container {
        width: 100%!important;
    }
}

.member-container {
    background: transparent!important;
    width: 720px!important;
    margin: 0 auto!important;
    max-width: 97%!important;
}

.member-container .credit-content {
    background: linear-gradient(135deg, var(--member_creditbox_bg_color_1) 0%, var(--member_creditbox_bg_color_2) 100%)!important;
}

.member-container .credit-content .slider {
    position: absolute!important;
    filter: saturate(0.9) opacity(0.9) brightness(0.8)!important;
    width: 100%!important;
    z-index: -1!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    bottom: 0!important;
    -o-object-fit: cover!important;
    object-fit: cover!important;
}

.member-container .credit-content .slider.bg-default {
    background: -webkit-gradient(linear, left top, right bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_2)))!important;
    background: linear-gradient(to bottom right, var(--button_primary_color_1) 0%, var(--button_primary_color_2) 100%)!important;
    -webkit-filter: brightness(1.1)!important;
    filter: brightness(1.1)!important;
}

.member-container .credit-content .slider img {
    height: 100%!important;
    width: 100%!important;
    -o-object-fit: cover!important;
    object-fit: cover!important;
    mix-blend-mode: luminosity!important;
}

.member-container .credit-content .slider .slick-slider.slick-initialized {
    height: 100%!important;
    width: 100%!important;
}

.member-container .credit-content .slider .slick-slider.slick-initialized .slick-list {
    height: 100%!important;
    width: 100%!important;
}

.member-container .credit-content .slider .slick-slider.slick-initialized .slick-list .slick-track {
    height: 100%!important;
    width: 100%!important;
}

.member-container .credit-content .slider .slick-slider.slick-initialized .slick-list .slick-track .slick-slide>div {
    height: 100%!important;
}

.member-container .credit-content .slider .slick-slider.slick-initialized .slick-list .slick-track .slick-slide>div>div {
    height: 100%!important;
}

.member-container .credit-content .profile-badge-new .txt-number-phone {
    font-size: 1.52em!important;
    color: #000!important;
    font-weight: bold!important;
    text-shadow: 2px 2px 1px #00000036!important;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    padding-left: 50px!important;
    padding-right: 1em!important;
    padding-top: 0.25em!important;
    padding-bottom: 0.25em!important;
    height: 40px!important;
}

.member-container .credit-content .profile-badge-new .front {
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    height: 46px!important;
    width: 46px!important;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_2)))!important;
    background: linear-gradient(180deg, var(--button_primary_color_1) 0%, var(--button_primary_color_2) 100%)!important;
    border-radius: 50%!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: 3px!important;
    top: 50%!important;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}

.member-container .credit-content .profile-badge-new .front img {
    width: 95%!important;
    height: 95%!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.profile-container {
    max-width: 720px!important;
}

.profile-container .profile-content {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    padding: 8% 2em 10% 2em!important;
}

.profile-container .profile-content .profile-center-content {
    margin-top: -2%!important;
    padding-left: 2em!important;
    position: relative!important;
}

.profile-container .profile-content .profile-center-content::before {
    content: 'ชื่อและเลขบัญชีธนาคาร'!important;
    position: absolute!important;
    top: -20px!important;
    left: 0!important;
    font-size: 14px!important;
    width: 100%!important;
    text-align: center!important;
    color: #3a3a3a!important;
    padding-left: 16px!important;
}

.profile-container .profile-content .profile-center-content .bank-number {
    font-size: 2em!important;
    letter-spacing: 2px!important;
}

.profile-container .profile-content .profile-center-content .bank-name {
    font-size: 1.7em!important;
}

.header-block-content {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_2)))!important;
    background: linear-gradient(180deg, var(--button_primary_color_1) 0%, var(--button_primary_color_2) 100%)!important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    -webkit-box-shadow: 1px 4px 8px 0px #0000008a!important;
    box-shadow: 1px 4px 8px 0px #0000008a!important;
    position: relative!important;
    z-index: 1!important;
}

.deposit-container .group-bank_user-wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.deposit-container .group-bank_user-wrapper .user-bank-icon {
    width: 48px!important;
    height: 48px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.deposit-container .group-bank_user {
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    margin-left: 1em!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.deposit-container .bank-deposit-item {
    margin: 0.5em 1em!important;
}

@media only screen and (max-width: 600px) {
    .deposit-container .bank-deposit-item .bank-item-container {
        padding: 4px 1em!important;
    }
}

.deposit-container .bank-deposit-item .bank-info {
    position: relative!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.deposit-container .bank-deposit-item .bank-info .bank-icon {
    width: 60px!important;
    padding: 0!important;
}

.deposit-container .bank-deposit-item .bank-info .bank-icon img {
    width: 100%!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.deposit-container .bank-deposit-item .bank-info .bank-detail {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
}

@media only screen and (max-width: 600px) {
    .deposit-container .bank-deposit-item .bank-info .bank-icon {
        width: -webkit-fit-content!important;
        width: -moz-fit-content!important;
        width: fit-content!important;
    }
    .deposit-container .bank-deposit-item .bank-info .bank-icon img {
        height: 45px!important;
        width: 45px !important;
    }
}

.history-container #history-side,
.notify-container #history-side {
    border: 1px solid var(--button_primary_color_1)!important;
}

.history-container #history-side .swiper-pagination-bullet-active,
.notify-container #history-side .swiper-pagination-bullet-active {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_2)))!important;
    background: linear-gradient(180deg, var(--button_primary_color_1) 0%, var(--button_primary_color_2) 100%)!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    color: #161616 !important;
}

.history-container #history-side .btn-line-secondary,
.notify-container #history-side .btn-line-secondary {
    border: none!important;
}

.history-container .swiper-wrapper .swiper-slide,
.notify-container .swiper-wrapper .swiper-slide {
    background: #ffffff33!important;
    margin-right: 0 !important;
    width: 100% !important;
    min-height: 66vh !important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.history-container .swiper-wrapper .swiper-slide.swiper-slide-active[aria-label="2 / 2"],
.notify-container .swiper-wrapper .swiper-slide.swiper-slide-active[aria-label="2 / 2"] {
    margin-left: 20px !important;
}

.history-container .swiper-wrapper .page-link,
.notify-container .swiper-wrapper .page-link {
    color: #d7d7d7!important;
    border: 1px solid var(--button_primary_color_2)!important;
    background-color: #111!important;
}

.history-container .swiper-wrapper .page-item.active .page-link,
.notify-container .swiper-wrapper .page-item.active .page-link {
    border-color: var(--button_primary_color_2)!important;
    background-color: var(--button_primary_color_2)!important;
}

.history-container .swiper-wrapper .page-item.disabled .page-link,
.notify-container .swiper-wrapper .page-item.disabled .page-link {
    border-color: var(--button_primary_color_2)!important;
    background-color: var(--button_primary_color_2)!important;
    color: #fff!important;
    opacity: 0.4!important;
}

.history-container .zpagenav .page-link,
.notify-container .zpagenav .page-link {
    color: #d7d7d7!important;
    border: 1px solid var(--button_primary_color_2)!important;
    background-color: #111!important;
}

.history-container .zpagenav .page-item.active .page-link,
.notify-container .zpagenav .page-item.active .page-link {
    border-color: var(--button_primary_color_2)!important;
    background-color: var(--button_primary_color_2)!important;
}

.history-container .zpagenav .page-item.disabled .page-link,
.notify-container .zpagenav .page-item.disabled .page-link {
    border-color: var(--button_primary_color_2)!important;
    background-color: var(--button_primary_color_2)!important;
    color: #fff!important;
    opacity: 0.4!important;
}

.promotion-member-container .promotion-item:nth-child(1) {
    margin-top: 1em!important;
}

.promotion-member-container .promotion-item>img {
    -webkit-box-shadow: 1px 4px 8px 0px #000000ab!important;
    box-shadow: 1px 4px 8px 0px #000000ab!important;
    position: relative!important;
    z-index: 1!important;
}

@media only screen and (max-width: 600px) {
    .logout-wrapper button {
        min-width: unset!important;
    }
    .logout-wrapper i {
        color: #b53c3c !important;
        margin-right: 0 !important;
    }
    .logout-wrapper span {
        display: none!important;
    }
}

@media only screen and (max-width: 768px) {
    .logout-wrapper button {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .logout-mobile {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .logout-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .btn-backtohome {
        min-width: unset!important;
    }
    .btn-backtohome i {
        color: #b53c3c !important;
        margin-right: 0 !important;
    }
    .btn-backtohome span {
        display: none!important;
    }
}

@media only screen and (max-width: 600px) {
    .btn_copy_bankcode {
        min-width: unset!important;
        line-height: 1!important;
        font-size: 12px!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .btn_copy_bankcode i {
        font-size: 14px!important;
        margin-right: 4px!important;
    }
}

@-webkit-keyframes layer-move-mini-surround {
    0%,
    to {
        -webkit-transform: translate3d(0, 4px, 0)!important;
        transform: translate3d(0, 4px, 0)!important;
    }
    35% {
        -webkit-transform: translate3d(-4px, 8px, 0)!important;
        transform: translate3d(-4px, 8px, 0)!important;
    }
    65% {
        -webkit-transform: translate3d(-8px, -4px, 0)!important;
        transform: translate3d(-8px, -4px, 0)!important;
    }
}

@keyframes layer-move-mini-surround {
    0%,
    to {
        -webkit-transform: translate3d(0, 4px, 0)!important;
        transform: translate3d(0, 4px, 0)!important;
    }
    35% {
        -webkit-transform: translate3d(-4px, 8px, 0)!important;
        transform: translate3d(-4px, 8px, 0)!important;
    }
    65% {
        -webkit-transform: translate3d(-8px, -4px, 0)!important;
        transform: translate3d(-8px, -4px, 0)!important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 7px 0 7px!important;
    margin-left: -20px!important;
}

.link-ref-coppy {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.link-ref-coppy .link-text {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    margin-right: 4px!important;
    height: 100%!important;
    background: #ffffff42!important;
    border-radius: 4px!important;
    padding: 4px 8px!important;
    font-weight: 200!important;
    color: #fcbc31!important;
}

.link-ref-coppy button {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.ip-copyfrom {
    position: absolute!important;
    left: -9999px!important;
}

.group-entrance-games-container .game-item-wrapper {
    position: relative!important;
}

.group-entrance-games-container .game-item-wrapper.comming-soon {
    pointer-events: none!important;
}

.group-entrance-games-container .game-item-wrapper.comming-soon a {
    -webkit-filter: blur(0.5px) brightness(0.4)!important;
    filter: blur(0.5px) brightness(0.4)!important;
}

.group-entrance-games-container .game-item-wrapper .comming_soon {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    height: 100%!important;
    width: 100%!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.group-entrance-games-container .game-item-wrapper .comming_soon span {
    color: #dadada!important;
    font-size: 2rem!important;
    line-height: 1!important;
}

.game-list.game-item,
.game-type.game-item {
    position: relative!important;
}

.game-list.game-item .card,
.game-type.game-item .card {
    overflow: hidden!important;
    border: 2px solid gray!important;
    border-radius: 12px !important;
}

.game-list.game-item .card .card-img,
.game-type.game-item .card .card-img {
    height: 100%!important;
    width: 100%!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    -webkit-filter: brightness(1.2)!important;
    filter: brightness(1.2)!important;
}

.game-list.game-item .card .list-group,
.game-type.game-item .card .list-group {
    border: none!important;
}

.game-list.game-item .card .list-group .list-group-item,
.game-type.game-item .card .list-group .list-group-item {
    padding: 0 !important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.game-list.game-item .card .list-group .list-group-item button,
.game-type.game-item .card .list-group .list-group-item button {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    border-radius: unset!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    font-weight: bold!important;
}

.game-list.game-item .card .list-group .list-group-item button i,
.game-type.game-item .card .list-group .list-group-item button i {
    margin-right: 4px!important;
}

.game-list.game-item .game-preview .btn-game-entry,
.game-type.game-item .game-preview .btn-game-entry {
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
}

.game-list.game-item .btn-game-entry,
.game-type.game-item .btn-game-entry {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    font-weight: 300!important;
    font-size: 16px!important;
    letter-spacing: -0.5px!important;
    color: #fff!important;
    padding: 2px 8px!important;
    border-radius: 0.75em!important;
    margin: 0 auto!important;
    border: 2px solid #fff!important;
    position: absolute!important;
    bottom: 0!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -40%)!important;
    transform: translate(-50%, -40%)!important;
    background: #000000c9!important;
    -webkit-box-shadow: 0px 0px 4px 2px #ffffffba!important;
    box-shadow: 0px 0px 4px 2px #ffffffba!important;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
}

.game-list.game-item .btn-game-entry img,
.game-type.game-item .btn-game-entry img {
    height: 16px !important;
    width: auto !important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    margin-right: 0.5em!important;
}

.game-list.game-item .wrapper-btn-game-entry,
.game-type.game-item .wrapper-btn-game-entry {
    position: absolute!important;
    bottom: 0!important;
    left: unset!important;
    width: 100%!important;
    -webkit-transform: unset!important;
    transform: unset!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-transform: translateY(-22px)!important;
    transform: translateY(-22px)!important;
}

.game-list.game-item .wrapper-btn-game-entry li,
.game-type.game-item .wrapper-btn-game-entry li {
    background: unset!important;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    border: none!important;
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.game-list.game-item .wrapper-btn-game-entry .btn-game-entry,
.game-type.game-item .wrapper-btn-game-entry .btn-game-entry {
    font-size: 16px !important;
    font-weight: 300 !important;
    -webkit-transform: unset!important;
    transform: unset!important;
    position: relative!important;
    bottom: unset!important;
    left: unset !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    border-radius: 0.75em !important;
}

.game-list.game-item .wrapper-btn-game-entry.keno,
.game-list.game-item .wrapper-btn-game-entry.poker,
.game-type.game-item .wrapper-btn-game-entry.keno,
.game-type.game-item .wrapper-btn-game-entry.poker {
    -webkit-transform: translateY(-12px)!important;
    transform: translateY(-12px)!important;
}

@media only screen and (max-width: 768px) {
    .txt-game-recommend {
        text-align: left !important;
    }
}

.btn-back-to-provider-select {
    position: absolute!important;
    top: 0!important;
    right: 6px!important;
}

.sub-page.fullscreen {
    padding-top: 0!important;
}

.full-fit {
    position: fixed!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    top: 0!important;
}

#main-nav.show-ingame {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

#main-nav.show-ingame-sport {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

#main-nav.show-ingame-sport.mobile {
    height: calc(58px + 40px)!important;
}

#main-nav.show-ingame-sport.mobile .container .navbar-brand img {
    height: 58px!important;
}

#main-nav.show-ingame-sport.mobile #navbarSupportedContent {
    top: calc(var(--header-height) - 34px) !important;
}

#main-nav.fullscreen {
    -webkit-transform: translateY(-100%)!important;
    transform: translateY(-100%)!important;
}

.btn-trigger-showmenu {
    position: absolute!important;
    height: 60px!important;
    width: 60px!important;
    top: 25%!important;
    right: 8px!important;
    z-index: 1000!important;
    padding: 0!important;
    border-radius: 50%!important;
    background: #1e1e1e!important;
    overflow: hidden!important;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)!important;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)!important;
    border: none!important;
}

.btn-trigger-showmenu img {
    -o-object-fit: contain!important;
    object-fit: contain!important;
    width: 100%!important;
    height: 100%!important;
}

.game-type.game-item .btn-img {
    overflow: hidden!important;
    border: 2px solid gray!important;
    border-radius: 12px !important;
    background-color: #23221f!important;
    padding: 0!important;
}

.game-type.game-item .btn-img .game-preview img {
    height: auto!important;
    width: 100%!important;
    -webkit-filter: brightness(1.2)!important;
    filter: brightness(1.2)!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.game-list,
.game-type {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media only screen and (max-device-width: 736px) {
    .game-list.game-item,
    .game-type.game-item {
        width: 30% !important;
        margin: 4px!important;
        padding: 0!important;
    }
    .game-list.game-item .btn-img,
    .game-type.game-item .btn-img {
        width: 100%!important;
        max-width: 100%!important;
    }
    .game-list.game-item .btn-img .game-preview .preview-head,
    .game-type.game-item .btn-img .game-preview .preview-head {
        white-space: nowrap!important;
        overflow: hidden!important;
        text-overflow: ellipsis!important;
    }
    .game-list.game-item .btn-img .game-preview button,
    .game-type.game-item .btn-img .game-preview button {
        width: -webkit-fit-content!important;
        width: -moz-fit-content!important;
        width: fit-content!important;
        max-width: 100%!important;
        min-width: unset!important;
    }
}

#suggestSlider .swiper-slide {
    height: 8em!important;
    overflow: hidden!important;
    border-radius: 12px!important;
    border: 2px solid #e7c151!important;
    background: #fff!important;
    width: 8em !important;
}

#suggestSlider .swiper-slide img {
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.modal-custom .modal-content {
    border: none!important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.modal-custom .modal-content .modal-header {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_2)))!important;
    background: linear-gradient(180deg, var(--button_primary_color_1) 0%, var(--button_primary_color_2) 100%)!important;
    -webkit-box-shadow: 1px 4px 8px 0px #0000008a!important;
    box-shadow: 1px 4px 8px 0px #0000008a!important;
    position: relative!important;
    z-index: 1!important;
    border-bottom: unset!important;
}

.modal-custom .modal-content .modal-body .bank_user_wrapper {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.modal-custom .modal-content .modal-body .bank_user_wrapper .user-bank-icon {
    width: 48px!important;
    height: 48px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.modal-custom .modal-content .modal-body .bank_user_wrapper .group-bank_user {
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    margin-left: 1em!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.list-message {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}

.swal2-container.swal2-backdrop-show {
    background: #000000b5 !important;
}

.swal2-popup {
    background: -webkit-gradient(linear, left top, left bottom, from(#47454a), to(#292929)) !important;
    background: linear-gradient(to bottom, #47454a 0%, #292929 100%) !important;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)!important;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)!important;
    max-width: 435px !important;
    position: relative!important;
}

.swal2-popup.swal2-icon-error {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
}

.swal2-popup.swal2-icon-error .swal2-icon.swal2-icon-show {
    margin-top: 8px!important;
}

.swal2-popup.swal2-icon-error .swal2-header .swal2-title {
    color: #fff!important;
    font-size: 1.8em!important;
}

.swal2-popup.swal2-icon-error .swal2-actions {
    padding: 0!important;
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
}

.swal2-popup.swal2-icon-error .swal2-actions button.swal2-confirm.swal2-styled {
    outline: none!important;
    width: 100%!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#b33934), to(#b33934)) !important;
    background: linear-gradient(to bottom, #b33934 0%, #b33934 100%) !important;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
    margin: 0!important;
    border-radius: unset!important;
}

.swal2-popup.swal2-icon-error .swal2-content .swal2-html-container {
    color: #b4b4b4!important;
}

.swal2-popup.swal2-icon-success {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
}

.swal2-popup.swal2-icon-success .swal2-icon.swal2-icon-show {
    margin-top: 8px!important;
}

.swal2-popup.swal2-icon-success .swal2-header .swal2-title {
    color: #fff!important;
    font-size: 1.8em!important;
}

.swal2-popup.swal2-icon-success .swal2-actions {
    padding: 0!important;
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
}

.swal2-popup.swal2-icon-success .swal2-actions button.swal2-confirm.swal2-styled {
    outline: none!important;
    width: 100%!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#2ecd70), to(#26a059)) !important;
    background: linear-gradient(to bottom, #2ecd70 0%, #26a059 100%) !important;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
    margin: 0!important;
    border-radius: unset!important;
}

.swal2-popup.swal2-icon-success .swal2-content .swal2-html-container {
    color: #b4b4b4!important;
}

.swal2-popup.swal2-icon-warning {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
}

.swal2-popup.swal2-icon-warning .swal2-actions {
    padding: 0!important;
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
}

.swal2-popup.swal2-icon-warning .swal2-actions button.swal2-confirm.swal2-styled {
    outline: none!important;
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_2))) !important;
    background: linear-gradient(to bottom, var(--button_primary_color_1) 0%, var(--button_primary_color_2) 100%) !important;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
    margin: 0!important;
    border-radius: unset!important;
}

.swal2-popup.swal2-icon-warning .swal2-actions button.swal2-cancel.swal2-styled {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    margin: 0!important;
    border-radius: unset!important;
}

#lastSlide .swiper-slide {
    height: 6em!important;
    overflow: hidden!important;
    border-radius: 12px!important;
    border: 2px solid #e7c151!important;
    background: #fff!important;
}

#lastSlide .swiper-slide>div {
    width: 100%!important;
    height: 100%!important;
}

#lastSlide .swiper-slide>div>img {
    height: 100%!important;
    -o-object-fit: cover!important;
    object-fit: cover!important;
}

.w-fit-content {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.iziToast.custom-copy {
    background: #2a91d6 !important;
    background: #616161 !important;
    border-color: unset !important;
}

.iziToast.custom-copy .iziToast-body .iziToast-icon {
    color: #fff!important;
}

.iziToast.custom-copy .iziToast-body .iziToast-texts * {
    color: #fff !important;
}

.iziToast.custom-copy .iziToast-close {
    -webkit-transform: scale(1.5)!important;
    transform: scale(1.5)!important;
    opacity: 1!important;
    -webkit-filter: invert(1)!important;
    filter: invert(1)!important;
}

.card.border-none {
    border: none !important;
}

.card.bg-transaparent {
    background: transparent !important;
}

.min-h-100 {
    min-height: 100vh!important;
}

.custom-max-width-container {
    max-width: 720px!important;
}

.navbar-nav .nav-item {
    min-width: -webkit-fit-content!important;
    min-width: -moz-fit-content!important;
    min-width: fit-content!important;
}

.navbar-nav .nav-item .nav-link-ic {
    display: none!important;
}

.navbar-nav .nav-item.header-group-menu {
    display: none!important;
}

.navbar-nav .nav-item.cutom-game-entry {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .navbar-nav .nav-item.cutom-game-entry {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media only screen and (max-width: 767px) {
    #main-nav #navbarSupportedContent {
        background-color: #2c2c2c !important;
    }
    .navbar-nav .nav-item {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: 100%!important;
        border-top: 1px solid #ffffff1c!important;
    }
    .navbar-nav .nav-item.logout-mobile {
        border-top: none!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        margin-top: 1em!important;
    }
    .navbar-nav .nav-item.logout-mobile button {
        max-width: 50%!important;
        text-align: center!important;
    }
    .navbar-nav .nav-item .nav-link-ic {
        width: 28px!important;
        height: 28px!important;
        -o-object-fit: contain!important;
        object-fit: contain!important;
        margin-right: 1em!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .navbar-nav .nav-item.header-group-menu {
        border-top: none!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: 100%!important;
        padding: 0.5em 1em!important;
        font-weight: 500!important;
        font-size: 1em!important;
        color: #f39804!important;
    }
    .navbar-nav .nav-item.header-group-menu>span {
        padding-left: 0.5em!important;
    }
    .navbar-nav .nav-item.cutom-game-entry {
        border-top: none!important;
    }
    .navbar-nav .nav-item.cutom-game-entry a,
    .navbar-nav .nav-item.cutom-game-entry button {
        font-weight: 300!important;
        border-top: 1px solid #ffffff1c!important;
    }
    .navbar-nav .nav-item.cutom-game-entry a span.text-highlight,
    .navbar-nav .nav-item.cutom-game-entry button span.text-highlight {
        margin: 0 !important;
    }
    .navbar-nav .nav-item.cutom-game-entry button {
        margin: 0 !important;
    }
    .navbar-nav .nav-item a,
    .navbar-nav .nav-item button {
        font-weight: 300!important;
        font-size: 1em !important;
        width: 100%!important;
        text-align: left!important;
        padding: 0.5em 1em!important;
        display: flex !important;
    }
    .navbar-nav .nav-item a span,
    .navbar-nav .nav-item button span {
        -webkit-box-flex: 1!important;
        -ms-flex: 1!important;
        flex: 1!important;
    }
}

.notify-popup-wrapper {
    width: 100%!important;
    margin: 0 auto!important;
    position: fixed!important;
    max-width: 960px!important;
    top: 85px!important;
    display: block!important;
    z-index: 1000!important;
    left: 0!important;
    right: 0!important;
    -webkit-transform: translateY(-103%)!important;
    transform: translateY(-103%)!important;
    opacity: 0!important;
    pointer-events: none!important;
    -webkit-transition: all 0.4s ease!important;
    transition: all 0.4s ease!important;
}

.notify-popup-wrapper.active {
    -webkit-transition: all 0.4s ease!important;
    transition: all 0.4s ease!important;
    -webkit-transform: translateY(0)!important;
    transform: translateY(0)!important;
    opacity: 1!important;
    pointer-events: auto!important;
    z-index: 1200!important;
}

@media only screen and (max-width: 768px) {
    .notify-popup-wrapper {
        top: unset!important;
        bottom: 0.5em!important;
    }
}

.notify-popup-container {
    background: #EAEAEA!important;
    position: relative!important;
    left: 0!important;
    width: 460px!important;
    z-index: 1000!important;
    max-width: 95%!important;
    border-radius: 0.5em!important;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)!important;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)!important;
}

@media only screen and (max-width: 768px) {
    .notify-popup-container {
        left: 50%!important;
        -webkit-transform: translateX(-50%)!important;
        transform: translateX(-50%)!important;
    }
}

.notify-popup-container .notify-popup-header button {
    margin-left: auto!important;
    background: transparent!important;
    outline: none!important;
    border: none!important;
    font-size: 28px!important;
    padding: 0.5em!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    height: 28px!important;
    font-weight: 100!important;
    color: #C4C4C4!important;
}

.notify-popup-container .notify-popup-body {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

@media only screen and (max-width: 768px) {
    .notify-popup-container .notify-popup-body {
        padding: 0 6px !important;
        overflow: hidden!important;
    }
}

.notify-popup-container .notify-popup-body .ic-container {
    -webkit-box-flex: 2!important;
    -ms-flex: 2!important;
    flex: 2!important;
}

.notify-popup-container .notify-popup-body .ic-container img {
    width: 135px!important;
    height: auto!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

@media only screen and (max-width: 768px) {
    .notify-popup-container .notify-popup-body .ic-container {
        -webkit-box-flex: 1!important;
        -ms-flex: 1!important;
        flex: 1!important;
    }
}

.notify-popup-container .notify-popup-body .content-detail {
    -webkit-box-flex: 3!important;
    -ms-flex: 3!important;
    flex: 3!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.notify-popup-container .notify-popup-body .content-detail .txt h4 {
    color: #AD7713!important;
    font-size: 17px!important;
    font-weight: 500!important;
    margin-bottom: 6px!important;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
    white-space: nowrap!important;
}

.notify-popup-container .notify-popup-body .content-detail .txt p {
    font-size: 15px!important;
    color: #303030!important;
    line-height: 1!important;
    font-weight: 300!important;
    margin-bottom: 0!important;
}

.notify-popup-container .notify-popup-body .content-detail .group-button {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    margin-top: 1em!important;
    margin-bottom: 12px!important;
}

.notify-popup-container .notify-popup-body .content-detail .group-button button {
    line-height: 1!important;
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    border-radius: 4em!important;
}

@media only screen and (max-width: 768px) {
    .notify-popup-container .notify-popup-body .content-detail .group-button button {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.notify-popup-container .notify-popup-body .content-detail .group-button button.btn-allow {
    color: #D4A83C!important;
    -webkit-box-shadow: -3px -4px 4px 1px white, 4px 4px 4px 0px #00000033!important;
    box-shadow: -3px -4px 4px 1px white, 4px 4px 4px 0px #00000033!important;
    border: 1px solid #c1c1c10f!important;
    margin-right: 4px!important;
}

.notify-popup-container .notify-popup-body .content-detail .group-button button.btn-not-allow {
    color: #9e9e9e!important;
    -webkit-box-shadow: inset 8px 6px 7px -2px #00000033, inset -2px -4px 7px 2px #ffffffdb!important;
    box-shadow: inset 8px 6px 7px -2px #00000033, inset -2px -4px 7px 2px #ffffffdb!important;
    border: 1px solid #c1c1c10f!important;
    margin-left: 4px!important;
}

@media (min-width: 574px) and (max-width: 767px) {
    nav#main-nav .navbar-brand img {
        height: 55px!important;
    }
    nav#main-nav .container {
        height: 100%!important;
        position: relative!important;
    }
    nav#main-nav #navbarSupportedContent {
        position: absolute!important;
        bottom: -8px!important;
        height: 30px!important;
        left: 0!important;
        right: 0!important;
        top: unset!important;
    }
    nav#main-nav .navbar-nav {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        margin: auto!important;
    }
    nav#main-nav .navbar-nav .nav-item {
        height: 30px!important;
        margin-left: 4px!important;
        margin-right: 4px!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important;
    }
    nav#main-nav .navbar-nav .nav-item.logout-mobile {
        width: 0px !important;
        margin: 0 !important;
    }
    nav#main-nav .navbar-nav .nav-item.responsive-menu-nav {
        width: 0!important;
    }
    nav#main-nav .navbar-nav .nav-item.cutom-game-entry {
        display: none !important;
    }
    nav#main-nav .navbar-nav .nav-item a {
        padding: 0!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        font-size: 15px!important;
        font-weight: 300!important;
    }
    nav#main-nav .navbar-nav .nav-item button.nav-link {
        font-size: 15px!important;
        font-weight: 300!important;
        padding: 0!important;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .group-button-user {
        top: 13px!important;
    }
    #main-nav .group-button-user .d-inline-flex {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    #main-nav .group-button-user .d-inline-flex a:nth-child(1) {
        margin-bottom: 0 !important;
    }
    #main-nav .navbar-brand.not-login {
        left: 44px!important;
    }
    #main-nav #navbarSupportedContent {
        -webkit-transition: unset!important;
        transition: unset!important;
        position: absolute!important;
        margin: 0!important;
        top: 46px!important;
        width: 100vw !important;
        -webkit-box-flex: 1!important;
        -ms-flex: 1!important;
        flex: 1!important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    #main-nav #navbarSupportedContent .navbar-nav {
        margin-left: 0 !important;
    }
    #main-nav #navbarSupportedContent .navbar-nav li * {
        font-size: 16px !important;
    }
    #main-nav #navbarSupportedContent .navbar-nav li.cutom-game-entry button,
    #main-nav #navbarSupportedContent .navbar-nav li.cutom-game-entry a {
        min-width: unset !important;
    }
}

.input-group input.form-control {
    font-weight: 400!important;
    color: #1a1a1a!important;
}

.input-group input.form-control::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1a1a1a !important;
    opacity: 1!important;
    /* Firefox */
    font-weight: 400 !important;
}

.input-group input.form-control:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1a1a1a !important;
    opacity: 1!important;
    /* Firefox */
    font-weight: 400 !important;
}

.input-group input.form-control::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1a1a1a !important;
    opacity: 1!important;
    /* Firefox */
    font-weight: 400 !important;
}

.input-group input.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1a1a1a !important;
    opacity: 1!important;
    /* Firefox */
    font-weight: 400 !important;
}

.input-group input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1a1a1a !important;
    font-weight: 400 !important;
}

.input-group input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

.input-group input.form-control:focus {
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

.input.form-control::-webkit-input-placeholder {
    font-weight: 400!important;
    color: #1a1a1a!important;
}

.input.form-control::-moz-placeholder {
    font-weight: 400!important;
    color: #1a1a1a!important;
}

.input.form-control::-ms-input-placeholder {
    font-weight: 400!important;
    color: #1a1a1a!important;
}

.flex-row-center-xy {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.entrance_games_theme-2 .menu_games {
    -webkit-box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b!important;
    box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b!important;
    max-width: 70px!important;
    background: #ffffff3d!important;
    border-radius: 4px!important;
    position: relative!important;
    z-index: 20!important;
    height: -webkit-fit-content!important;
    height: -moz-fit-content!important;
    height: fit-content!important;
}

.entrance_games_theme-2 .menu_games li.menu_item {
    list-style: none!important;
    width: 70px!important;
    -webkit-transition: all ease 0.2s!important;
    transition: all ease 0.2s!important;
    cursor: pointer!important;
    border-top: 1px solid #00000024!important;
}

.entrance_games_theme-2 .menu_games li.menu_item.loading {
    pointer-events: none!important;
}

.entrance_games_theme-2 .menu_games li.menu_item.active {
    width: 75px!important;
    -webkit-box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b!important;
    box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b!important;
    border-radius: 3px!important;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--button_primary_color_1)), to(var(--button_primary_color_2)))!important;
    background: linear-gradient(180deg, var(--button_primary_color_1) 0%, var(--button_primary_color_2) 100%)!important;
    -webkit-transition: all ease 0.2s!important;
    transition: all ease 0.2s!important;
}

.entrance_games_theme-2 .menu_games li.menu_item.active .menu-icon {
    -webkit-filter: invert(0)!important;
    filter: invert(0)!important;
}

.entrance_games_theme-2 .menu_games li.menu_item.active .menu-name {
    color: #000000!important;
    font-weight: 500 !important;
}

.entrance_games_theme-2 .menu_games li.menu_item .menu-icon {
    width: 75%!important;
    height: auto!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    -webkit-filter: invert(1)!important;
    filter: invert(1)!important;
}

.entrance_games_theme-2 .menu_games li.menu_item .menu-name {
    white-space: nowrap!important;
}

.entrance_games_theme-2 .list_games_wrapper {
    background: linear-gradient(9deg, #00000073, transparent)!important;
    margin-bottom: 1em!important;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    position: relative!important;
    overflow: hidden!important;
    margin-bottom: 0!important;
}

.entrance_games_theme-2 .list_games_wrapper .title-provider-name {
    width: 100%!important;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    z-index: 10!important;
    background: #0000008f!important;
}

.entrance_games_theme-2 .list_games_wrapper .title-provider-name .btn-back-to-provider {
    position: absolute!important;
    top: 50%!important;
    right: 1em!important;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}

.entrance_games_theme-2 .list_games_wrapper .title-provider-name .btn-back-to-provider i {
    font-size: 1.25em!important;
    color: #bfbfbf!important;
}

.entrance_games_theme-2 .list_games_wrapper::before {
    content: ""!important;
    width: calc(100% - 16px)!important;
    height: 0!important;
    background: transparent!important;
    position: absolute!important;
    top: -3px!important;
    right: 0!important;
    z-index: 10!important;
    -webkit-box-shadow: 0px 3px 6px 2px black!important;
    box-shadow: 0px 3px 6px 2px black!important;
    border: none!important;
}

.entrance_games_theme-2 .list_games_wrapper::after {
    content: ""!important;
    width: calc(100% - 16px)!important;
    height: 0!important;
    background: transparent!important;
    position: absolute!important;
    bottom: 2px!important;
    right: 0!important;
    z-index: 10!important;
    -webkit-box-shadow: 0 3px 4px 5px #000000ab!important;
    box-shadow: 0 3px 4px 5px #000000ab!important;
    border: none!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games,
.entrance_games_theme-2 .list_games_wrapper .list_providers {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin-bottom: 0!important;
    opacity: 1!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games::-webkit-scrollbar,
.entrance_games_theme-2 .list_games_wrapper .list_games div::-webkit-scrollbar,
.entrance_games_theme-2 .list_games_wrapper .list_providers::-webkit-scrollbar,
.entrance_games_theme-2 .list_games_wrapper .list_providers div::-webkit-scrollbar {
    width: 5px!important;
    background-color: #1a1918!important;
    border-radius: 10px!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games::-webkit-scrollbar-thumb,
.entrance_games_theme-2 .list_games_wrapper .list_providers::-webkit-scrollbar-thumb {
    border-radius: 10px!important;
    background-color: var(--scrollbar_thump)!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games::-webkit-scrollbar-track,
.entrance_games_theme-2 .list_games_wrapper .list_providers::-webkit-scrollbar-track {
    border-radius: 10px!important;
    background-color: var(--scrollbar_track)!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games.loading,
.entrance_games_theme-2 .list_games_wrapper .list_providers.loading {
    opacity: 0!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games .game_item,
.entrance_games_theme-2 .list_games_wrapper .list_games .provider_item,
.entrance_games_theme-2 .list_games_wrapper .list_providers .game_item,
.entrance_games_theme-2 .list_games_wrapper .list_providers .provider_item {
    width: 23.25%!important;
    border-radius: 0.5em!important;
    margin: 0 2px!important;
    -webkit-box-shadow: 0px 1px 1px 0px #ffffff1a, 0px 50px 100px -20px #32325d40, 0px 30px 60px -30px #0000004d!important;
    box-shadow: 0px 1px 1px 0px #ffffff1a, 0px 50px 100px -20px #32325d40, 0px 30px 60px -30px #0000004d!important;
    border: 1px solid #f3e8d191!important;
    background: #494949ad!important;
    margin-bottom: 0.5em!important;
    height: 100%!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games .game_item .progress,
.entrance_games_theme-2 .list_games_wrapper .list_games .provider_item .progress,
.entrance_games_theme-2 .list_games_wrapper .list_providers .game_item .progress,
.entrance_games_theme-2 .list_games_wrapper .list_providers .provider_item .progress {
    border-radius: 0!important;
    border-top: 1px solid #000!important;
    background: #333!important;
}

@media only screen and (max-width: 767px) {
    .entrance_games_theme-2 .list_games_wrapper .list_games .game_item,
    .entrance_games_theme-2 .list_games_wrapper .list_games .provider_item,
    .entrance_games_theme-2 .list_games_wrapper .list_providers .game_item,
    .entrance_games_theme-2 .list_games_wrapper .list_providers .provider_item {
        width: 45.5%!important;
    }
}

.entrance_games_theme-2 .list_games_wrapper .list_games .game_item .game-title,
.entrance_games_theme-2 .list_games_wrapper .list_games .provider_item .game-title,
.entrance_games_theme-2 .list_games_wrapper .list_providers .game_item .game-title,
.entrance_games_theme-2 .list_games_wrapper .list_providers .provider_item .game-title {
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    text-align: center!important;
    width: 100%!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games .game_item .btn-play,
.entrance_games_theme-2 .list_games_wrapper .list_games .provider_item .btn-play,
.entrance_games_theme-2 .list_games_wrapper .list_providers .game_item .btn-play,
.entrance_games_theme-2 .list_games_wrapper .list_providers .provider_item .btn-play {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    max-width: 100%!important;
    width: 100%!important;
    min-width: unset!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games .game_item img,
.entrance_games_theme-2 .list_games_wrapper .list_games .provider_item img,
.entrance_games_theme-2 .list_games_wrapper .list_providers .game_item img,
.entrance_games_theme-2 .list_games_wrapper .list_providers .provider_item img {
    -o-object-fit: contain!important;
    object-fit: contain!important;
    height: 100%!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_games,
.entrance_games_theme-2 .list_games_wrapper .list_providers {
    overflow-y: scroll!important;
    position: relative!important;
    padding-top: 0.5em!important;
    padding-left: 0.5em!important;
    padding-right: 0.5em!important;
}

.entrance_games_theme-2 .list_games_wrapper .list_providers.sub-list,
.entrance_games_theme-2 .list_games_wrapper .list_games.sub-list {
    padding-top: 42px!important;
}

.bg-custom-toast-primary {
    background-color: #0d6efd !important;
}

@media only screen and (max-width: 414px) {
    #main-nav .group-button-user {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #main-nav .group-button-user a.nav-link {
        max-width: 8.5em !important;
        height: 2em!important;
    }
    #main-nav .group-button-user a.nav-link i {
        font-size: 1em!important;
    }
    #main-nav .group-button-user a.nav-link span {
        font-size: 0.9em!important;
    }
}

@media only screen and (max-width: 767px) {
    #navbarSupportedContent.navbar-content-index .nav-item .nav-link>span {
        padding-left: 4em!important;
    }
}

p:empty {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.progress.slot-formular {
    height: 0 !important;
    display: none!important;
}

.animate__bounce_remove {
    animation: none!important;
    transform: unset!important;
    transition: unset!important;
}

@media only screen and (max-width: 767px) {
    #navbarSupportedContent.navbar-content-index .nav-item .nav-link>span {
        padding-left: 4em!important;
    }
}

.promotion-content-container>.col-md-6:nth-child(1)>p.text-content {
    color: var(--content_text_color)!important;
}

.content-list-container>ul>li>span {
    color: var(--content_text_color)!important;
}

.content-list-container>h2>span {
    color: var(--content_title_color)!important;
}

.games-entrance-item>a>.game-preview>.footer>h3 {
    color: var(--game_text_color_inner)!important;
}

section.tagging-container>a {
    color: var(--tags_text_color)!important;
    background: var(--tags_bg_color)!important;
}

[id="#the-footer"] {
    background: linear-gradient(180deg, var(--footer_bg_color1) 0%, var(--footer_bg_color2) 100%)!important;
}

.label-gamehall-list-container>div.gamehall-item {
    background: var(--game_hall_item_bg)!important;
}

.footer-index-container>.footer-index-left {
    color: var(--footer_text_color)!important;
}

.footer-index-container>.footer-index-right {
    color: var(--footer_text_color)!important;
}

.btn-outline-warning {
    color: #000000!important;
    border-color: #ffc107!important;
    background: #ffc107!important;
}