#loading-animation {
    width: 100px;
    height: 12px;
    mask: linear-gradient(90deg, #000 70%, #0000 0) left/20% 100%;
    -webkit-mask: linear-gradient(90deg, #000 70%, #0000 0) left/20% 100%;
    background: linear-gradient(#000 0 0) left -25% top 0 /20% 100% no-repeat #ddd;
    animation: toRight 0.8s infinite steps(6);
}

@keyframes toRight {
    100% {
        background-position: right -25% top 0
    }
}

.preload {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.9);
    transition: 1s 0.4s;
}

@keyframes foldInZoom {
    0% {
        opacity: 0;
        transform: scale(0.5) scaleY(0);
    }

    100% {
        opacity: 1;
        transform: scale(1) scaleY(1);
    }
}

@keyframes foldOutZoom {
    0% {
        opacity: 1;
        transform: scale(1) scaleY(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.5) scaleY(0);
    }
}

/* --- Badge pojok kiri atas --- */
.badge-corner {
    position: absolute;
    top: 1px;
    left: 1px;
    background: #ffcc00;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-bottom-right-radius: 8px;
    text-transform: uppercase;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Warna khusus */
.badge-corner.new {
    background: #ffcc00;
    /* kuning */
    color: #b40000;
}

.badge-corner.top {
    background: #e63946;
    /* merah */
    color: #fff;
}

#launch-game-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loading-modal-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-modal-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    min-width: 300px;
}

.loading-spinner-container {
    margin-bottom: 1rem;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.loading-text {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

#otp-flash {
    display: inline-block;
    margin: 0 auto 1rem auto;
    text-align: center;
}

#PopupModal {
    display: none;
    transform-origin: top;
    animation: foldInZoom 0.5s ease-in-out;
}

#PopupModal.hidden {
    animation: foldOutZoom 0.5s ease-in-out;
}

body {
    background: url("../img/background.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body::-webkit-scrollbar {
    display: none;
}

#welcomeReg {
    margin: auto;
    max-width: 600px;
}

.btn-complain {
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 9999;
}

.btn-complain a {
    display: inline-block;
    background-color: #dc3545;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
}

.btn-complain a:hover {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    color: black;
    text-decoration: none;
}

#bg-maintenanace {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 940px;
}

header,
div#welcomeReg div.card-body,
div#registration div.card-body,
div#forgotpassword div.card-body,
div#updatepassword div.card-body,
div#resetpassword div.card-body,
div#content-ref-register div.card {
    background: #1f1b0f;
}

.container,
header.container,
.container.content {
    max-width: 1170px;
}

.container.content {
    margin-top: 160px;
}

#marquee {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    font-size: 14px;
    font-weight: bold;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: 22px;
}

.marquee-content {
    display: inline-block;
    animation: marquee 25s linear infinite;
    pointer-events: none;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-content:focus {
    outline: none;
}

.marquee-content:active {
    animation: marquee-scroll 25s linear infinite !important;
}

.grid-marquee {
    display: grid;
    grid-template-columns: 30px auto 210px;
    grid-gap: 5px;
}

button#dropdownMenuLang.btn.btn-secondary.dropdown-toggle.dropdown-lang,
button#dropdownMenuLangMobile.btn.btn-secondary.dropdown-toggle.dropdown-lang {
    background-color: transparent;
    border: 0px;
    border-radius: 50px;
}

#PopupModal div.modal-header.bg-secondary-subtle.border-0 {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

.fi {
    border-radius: 50px;
}

ul.dropdown-menu {
    background: #1f1b0f;
}

a.dropdown-item {
    color: #FFFFFF;
}

.dropdown-item:active {
    background: #1f1b0f;
}

.dropdown-item:hover,
button#redirect-va-tab:hover,
button#redirect-qr-tab:hover {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

.center {
    text-align: center;
    justify-content: center;
}

div.logo img {
    max-width: 210px;
}

span.input-group-text {
    border: 0;
    background: #FFFFFF;
    color: grey;
}

.btn.btn-login,
.btn.btn-loginM,
.btn.btn-daftar,
.btn.btn-accept,
.btn.btn-deny,
.btn.btn-daftar-form,
.btn.btn-detail,
.btn.btn-idxprofile,
.btn.btn-avatar,
.btn.btn-red-form,
.btn.btn-submit,
.btn.btn-logout,
.btn.btn-cancel,
.btn.btn-kyc,
.btn.btn-deposit,
.btn.btn-promo {
    font-weight: 700;
    padding: 4px 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    min-width: 120px;
    color: #FFFFFF;
}

.btn.btn-daftar-form,
.btn.btn-red-form {
    min-width: 160px;
}

.btn.btn-kyc,
.btn.btn-promo {
    min-width: 260px;
}

.btn.btn-login,
.btn.btn-loginM,
.btn.btn-accept,
.btn.btn-detail,
.btn.btn-idxprofile,
.btn.btn-avatar,
.btn.btn-submit,
.btn.btn-deposit,
.btn.btn-promo {
    background-image: linear-gradient(to bottom, #18ff00, #158100);
}

.btn.btn-deposit:hover,
.btn.btn-deposit:active,
.btn.btn-deposit:focus,
.btn.btn-login:hover,
.btn.btn-login:active,
.btn.btn-login:focus,
.btn.btn-loginM:hover,
.btn.btn-loginM:active,
.btn.btn-loginM:focus,
.btn.btn-promo:hover,
.btn.btn-promo:active,
.btn.btn-promo:focus,
.btn.btn-accept:hover,
.btn.btn-accept:active,
.btn.btn-accept:focus,
.btn.btn-detail:hover,
.btn.btn-detail:active,
.btn.btn-detail:focus,
.btn.btn-idxprofile:hover,
.btn.btn-idxprofile:focus,
.btn.btn-idxprofile.active,
.btn.btn-avatar:hover,
.btn.btn-avatar:active,
.btn.btn-avatar:focus,
.btn.btn-submit:hover,
.btn.btn-submit:active,
.btn.btn-submit:focus {
    background: #0cff00;
}

.btn.btn-idxprofile.active {
    color: #000000;
}

.btn.btn-daftar,
.btn.btn-deny,
.btn.btn-daftar-form,
.btn.btn-red-form,
div#modalBodyContent button,
.btn.btn-logout,
.btn.btn-cancel,
.btn.btn-kyc {
    background-image: linear-gradient(to bottom, #ff0000, #710000);
}

.btn.btn-kyc:hover,
.btn.btn-kyc:active,
.btn.btn-kyc:focus,
.btn.btn-daftar:hover,
.btn.btn-daftar:active,
.btn.btn-daftar:focus,
.btn.btn-deny:hover,
.btn.btn-deny:active,
.btn.btn-deny:focus,
.btn.btn-daftar-form:hover,
.btn.btn-daftar-form:active,
.btn.btn-daftar-form:focus,
.btn.btn-red-form:hover,
.btn.btn-red-form:active,
.btn.btn-red-form:focus,
.btn.btn-logout:hover,
.btn.btn-logout:active,
.btn.btn-logout:focus,
.btn.btn-cancel:hover,
.btn.btn-cancel:active,
.btn.btn-cancel:focus {
    background: #ff0000;
}

.width-260 {
    width: 260px;
}

.form-input-100 {
    max-width: 100px !important;
}

#loginQut,
#forgPass a {
    font-size: 14px;
    font-style: italic;
}

#loginQut {
    min-width: 380px;
}

nav#navMenu {
    background: #2a2516;
    text-align: center;
}

ul#navMenu a.nav-link.active {
    border-radius: 0;
    background: linear-gradient(#b99646, #2a2516, #b99646);
}

.nav-align,
.btn_align {
    width: 100%;
    justify-content: space-evenly;
}

a.nav-link,
a.nav-link.active {
    font-weight: 600;
    color: #FFFFFF !important;
}

button.btn.btn-menu-mb {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 25%;
    background: radial-gradient(circle, #b99646, #1f1b0f);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(237, 227, 179, 0.8);
}

button.btn.btn-menu-mb::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 5px solid transparent;
    box-shadow: 0 0 10px rgba(237, 227, 179, 0.8);

}

#railMask {
    min-width: 0;
}

#mainMenu {
    width: 100%;
}

#mainMenu .nav-link {
    display: block;
    padding: 8px 8px;
    white-space: nowrap;
    font-weight: 600;
}

#moreWrap .nav-link {
    padding: 8px 12px;
}

.navbar-nav {
    flex-wrap: nowrap;
}

.fade-move-start {
    opacity: 0;
    transform: translateY(-4px);
}

.fade-move-enter {
    transition: opacity .18s ease, transform .18s ease;
    opacity: 1;
    transform: translateY(0);
}

#moreMenu.measuring {
    visibility: hidden;
    display: block !important;
}

.grid-marquee-mb {
    display: grid;
    grid-template-columns: 30px auto;
    grid-gap: 5px;
}

.container.rules,
.container.register {
    padding-top: 150px;
}

div#modalUpdateBank div.modal-header,
div#modalRules div.modal-header,
div#modalDetails div.modal-header,
div#loginMobile div.modal-header,
div.main div.htp,
div.main div.inv,
div.main div.lottohead,
thead.lottotbhead th,
div.main div.referral-info,
div.main div.lotto-history,
div.main div.promotion-info,
div.main div.contactus,
div#profileAvatar div.modal-header,
div#rowDetailsModal div.modal-header,
div#existModalCenter div.modal-header,
div.main div.inv,
div.lotteryModal div.modal-header {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    border-bottom: none;
}

div#modalUpdateBank div.card,
div#welcomeReg div.card,
div#registration div.card,
div#forgotpassword div.card,
div#updatepassword div.card,
div#resetpassword div.card,
div#content-ref-register div.card {
    border: none;
}

div#modalUpdateBank div.card-header,
div#welcomeReg div.card-header,
div#registration div.card-header,
div#forgotpassword div.card-header,
div#updatepassword div.card-header,
div#resetpassword div.card-header {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

div#welcomeReg div.card-body,
div#registration div.card-body,
div#forgotpassword div.card-body,
div#updatepassword div.card-body,
div#resetpassword div.card-body {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
}

.regis-note {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d8cfa6;
    background-color: #2a2516;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-cust-color,
.text-cust-color1 {
    color: #d8cfa6;
}

div#cust-hr {
    border: 2px solid transparent;
    border-width: 2px;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(#b99646, #ede3b3, #b99646) border-box;
    /* background: linear-gradient(#b99646, #ede3b3, #b99646);
    height: 3px;
    opacity: .85; */
}

div#modalUpdateBank .btn-closed,
div#modalRules .btn-closed,
div#modalDetails .btn-closed,
div#loginMobile .btn-closed,
div#profileAvatar .btn-closed,
div#modalMemo .btn-closed,
div.lotteryModal .btn-closed {
    border-radius: 50%;
    padding: 0.5em;
    width: 26px;
    height: 26px;
    border: 2px solid #000000;
    position: relative;
    background: transparent;
}

div#modalUpdateBank .btn-closed::before,
div#modalRules .btn-closed::before,
div#modalDetails .btn-closed::before,
div#loginMobile .btn-closed::before,
div#profileAvatar .btn-closed::before,
div#modalMemo .btn-closed::before,
div.lotteryModal .btn-closed::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #000000;
    width: 2px;
    left: 10px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
}

div#modalUpdateBank .btn-closed::after,
div#modalRules .btn-closed::after,
div#modalDetails .btn-closed::after,
div#loginMobile .btn-closed::after,
div#profileAvatar .btn-closed::after,
div#modalMemo .btn-closed::after,
div.lotteryModal .btn-closed::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #000000;
    height: 2px;
    top: 10px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
}

div#modalUpdateBank div.modal-body,
div#modalRules div.modal-body,
div#loginMobile div.modal-body,
div#profileAvatar div.modal-body,
div#modalBodyContent,
div#modalHeadTitle,
div#existModalCenter div.modal-body,
div.lotteryModal div.modal-body {
    background: #2a2516;
}

.text-justify {
    text-align: justify;
}

.card {
    border-radius: 25px;
}

.country-code .input-group-text {
    background: #fff !important;
}

.country-code select {
    border: none;
}

.country-code select:focus {
    border: none;
    outline: none;
}

footer.footer.container {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    height: 25px;
}

.footer-provider-icon {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.2s ease;
}

.footer-provider-icon:hover {
    transform: scale(1.05);
}

#PopupModal div.modal-footer {
    background-color: rgba(0, 0, 0, 0.6);
}

div.modal-footer>button.btn.btn-closed {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

#btn-back-top {
    position: fixed;
    bottom: 20px;
    display: none;
    border-radius: 25px;
    z-index: 1;
}

#slide-left {
    position: fixed;
    top: 110px;
    background: #1f1b0f;
    z-index: 99999;
    width: 210px;
    left: -210px;
    min-height: 180px;
    text-align: center;
    transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    -moz-transition: left .4s ease-in-out;
    -webkit-transition: left .4s ease-in-out;
}

#toggle-left {
    font-size: 20px;
    position: absolute;
    z-index: 99999;
    left: 210px;
    text-align: center;
}

#slide-left:hover {
    left: 0;
}

#slide-right {
    position: fixed;
    top: 110px;
    background: #1f1b0f;
    z-index: 99999;
    width: 210px;
    right: -210px;
    min-height: 180px;
    text-align: center;
    transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -webkit-transition: right .4s ease-in-out;
}

#toggle-right {
    font-size: 20px;
    position: absolute;
    z-index: 99999;
    right: 210px;
    text-align: center;
}

#slide-right:hover {
    right: 0;
}

.card-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 210px;
    border: 1px solid #b99646;
}

.card-toggle-apk {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 210px;
    min-height: 262px;
    border: 1px solid #b99646;
}

.btn-alt,
.btn-daftar-sosmed {
    background: #ff0000;
    color: #FFFFFF;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 800;
    font-size: 19px;
    padding: 0;
    width: 180px;
    height: 40px;
    border-radius: 6px;
    font-stretch: condensed;
    margin-bottom: 6px;
}

.btn-alt:hover,
.btn-alt:active,
.btn-alt:focus,
.btn-daftar-sosmed:hover,
.btn-daftar-sosmed:active,
.btn-daftar-sosmed:focus {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #200000;
}

.card-img {
    width: 150px;
    height: auto;
    margin-bottom: 5px;
}

.card-img-apk {
    width: 100px;
    height: auto;
    margin-bottom: 3px;
}

.sosmed-btn {
    max-width: 180px;
    border: 1px solid #ede3b3;
    border-radius: 6px;
}

.sosmed-btn a.btn,
.btn.btn-apk {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    min-width: 120px;
}

.btn.btn-apk {
    min-width: 160px;
}

.sosmed-btn a.btn:hover,
.sosmed-btn a.btn:active,
.sosmed-btn a.btn:focus,
.btn.btn-apk:hover,
.btn.btn-apk:active,
.btn.btn-apk:focus {
    background: #ede3b3;
    color: #200000;
}

.card-icn {
    width: 26px;
    height: auto;
    padding: 4px 1px 1px 1px;
}

.oval {
    display: inline-block;
    width: 40px;
    height: 34px;
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 5px;
    margin: 2px;
}

.icon-mb img {
    width: 20px;
}

.banner div.col.px-1 button.btn.btn-bannersq {
    min-width: 160px;
    background-color: #1f1b0f;
    z-index: -1;
    border-radius: 5px;
    color: #FFFFFF;
}

.banner div.col.px-1 button.btn.btn-bannersq:hover,
.banner div.col.px-1 button.btn.btn-bannersq:active,
.banner div.col.px-1 button.btn.btn-bannersq:focus {
    background: #ede3b3;
    color: #000000;
}

.main-banner .swiper-slide img {
    border-radius: 10px;
    border: 2px solid transparent;
    border-width: 2px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) padding-box, linear-gradient(#b99646, #ede3b3, #b99646) border-box;
}

.banner-sq-img {
    border-radius: 10px;
    border: 2px solid transparent;
    border-width: 2px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) padding-box, linear-gradient(#b99646, #ede3b3, #b99646) border-box;
}

div.head-lottery>img,
div.head-slot>img,
div.head-sports>img,
div.head-casino>img,
div.head-arcade>img,
div.head-cards>img,
div.head-results>img,
div.head-games>img,
div.head-provider>img {
    max-width: 36px;
}

.hidden {
    display: none;
}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
    font-size: 30px !important;
}

.slick-prev {
    left: 10px !important;
    z-index: 1 !important;
}

.slick-next {
    right: 18px !important;
    z-index: 1 !important;
}

div.head-results.mt-2.mb-1.text-center,
div.text-header {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head-results span.left,
.head-results span.right {
    font-size: 28px;
}

.head-results a.btn.button.prev,
.head-results a.btn.button.next {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    border-radius: 50px;
    padding: 2px 8px;
}

i.fa.fa-angle-left,
i.fa.fa-angle-right {
    font-weight: bold;
    -webkit-text-fill-color: #212529;
}

.head-results a.btn.button.prev:hover,
.head-results a.btn.button.next:hover {
    background: #b99646;
}

i.fa.fa-angle-left:hover,
i.fa.fa-angle-right:hover {
    font-weight: bold;
    -webkit-text-fill-color: #ede3b3;
}

.results-slide,
.results-swipe {
    background-color: #2a2516;
    max-width: 280px;
    border: 1px solid #ede3b3;
    border-radius: 5px;
}

.swiper-results .swiper-slide {
    width: 100%;
    height: 36px !important;
}

.results-slide span.results-number.float-end,
.results-swipe span.results-number.float-end {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    border: 1px solid #ede3b3;
    border-radius: 5px;
    -webkit-text-fill-color: #000000;
}

.results-slide span.results-pool,
.results-slide span.results-number,
.results-swipe span.results-pool,
.results-swipe span.results-number {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#bank-lists img {
    width: 14.285%;
    height: auto;
}

.slick-slide div {
    width: 100%;
    margin-bottom: -5px;
}

div.footer-text.pd-5.my-2 h1,
div.footer-text.pd-5.my-2 a,
span#profile-name,
span.text-cust {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

div.footer-text.pd-5.my-2 a {
    font-weight: 700;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.footer-text h1 {
    font-size: 28px;
}

#readmoreBtn,
#loadBalBtn,
.btn-inv {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    border: 1px solid #ede3b3;
    border-radius: 5px;
}

#readmoreBtn:hover {
    background: linear-gradient(#ede3b3, #b99646, #ede3b3);
    color: #444444;
}

#loadBalBtn i {
    -webkit-text-fill-color: #212529;
}

section#provider-icon {
    background: #1f1b0f;
}

#license img.license {
    max-width: 140px;
    filter: grayscale(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}

#playrespon img.prespon {
    max-width: 78px;
    height: 40px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}

#playrespon img.page18 {
    max-width: 40px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}

#supportbrowser img {
    max-width: 40px;
    filter: invert(25%) brightness(1.1) grayscale(1) contrast(1.2) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
    transition: filter 0.3s ease, transform 0.3s ease;
}

div#provider-game div.row {
    min-height: 75px;
}

div#provider-game img {
    max-width: 115px;
    filter: invert(25%) brightness(1.1) grayscale(1) contrast(1.2) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
    transition: filter 0.3s ease, transform 0.3s ease;
}

#license img:hover,
#playrespon img:hover,
#supportbrowser img:hover,
div#provider-game img:hover {
    filter: brightness(1.5) grayscale(0) saturate(1.5) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
    transform: scale(1.1);
}

hr.provider-line {
    border: 1px solid grey;
}

#game-card,
#provider-card {
    flex-direction: row;
    flex-wrap: wrap;
}

.game-card,
.provider-card {
    float: left;
    width: 12.5%;
    background: transparent;
    border: none;
    text-align: center;
    position: relative;

}

.body-lottery .game-card,
.body-slots .provider-card,
.body-sports .provider-card,
.body-sports .game-card,
.body-casinos .provider-card,
.body-arcades .provider-card,
.body-cards .provider-card,
.body-cards .game-card {
    width: 12.5%;
}

.recentplay-carousel,
.topgames-carousel,
.newgames-carousel,
.lottery-carousel,
.slot-carousel,
.sports-carousel,
.casino-carousel,
.arcade-carousel,
.cards-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    border: 1px solid #b99646;
    background: rgba(0, 0, 0, 0.5);

}

.owl-carousel .owl-item img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.owl-carousel .owl-item:hover img {
    transform: scale(1.10);
    filter: brightness(0.85);
    transition: filter 0.2s ease;
}

#game-name,
#provider-name {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    bottom: 0%;
    border-radius: 0 0 8px 8px;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 12px;
    padding: 4px 2px;
    height: auto;
    z-index: 1;
}

#main-topgames,
#main-newgames,
#main-recentplay,
#user-profile {
    border-radius: 10px;
    border: 2px solid transparent;
    border-width: 2px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) padding-box,
        linear-gradient(#b99646, #ede3b3, #b99646) border-box;
}

.head-topgames,
.head-newgames,
.head-recentplay {
    display: inline-block;
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    font-weight: bold;
    padding-right: 1.5rem;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    font-family: 'Segoe UI', sans-serif;
    font-size: clamp(10px, 2.5vw, 14px);
    white-space: nowrap;
}

.game-card .card-content {
    margin: 2px;
    border: none;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
}

.game-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.maintenance-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    border-radius: 8px;
    pointer-events: none;
}

.provider-card img {
    transition: opacity 0.3s ease;
}

.game-card:hover img,
.provider-card:hover img {
    transform: scale(1.10);
    filter: brightness(0.85);
    transition: filter 0.2s ease;
    opacity: 0.9;
}

.body-lottery .game-card .card-content {
    margin: 0px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    font-size: 28px;
    height: 28px;
    width: 28px;
    opacity: .75;
    color: white;
}

.owl-carousel .owl-nav button.owl-next i:hover,
.owl-carousel .owl-nav button.owl-prev i:hover {
    opacity: 1;
    color: white;
}

.owl-carousel .owl-nav button.owl-next {
    right: -8px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.htp-btn,
.inv-btn {
    align-items: flex-start;
    gap: 1rem;
    min-height: 0;
}

div.htp-btn.mt-2 li.nav-item button,
div.inv-btn.mt-2 li.nav-item button,
button.btn.inv-btn {
    min-width: 150px;
    border: 1px solid #ede3b3;
    color: #ede3b3;
    font-weight: 500;
    padding: 4px 8px;
}

.sidebar-nav {
    flex: 0 0 260px;
    max-height: 75vh;
    overflow-y: auto;
    border-radius: 8px;
    scrollbar-gutter: stable both-edges;
    scroll-padding-block: .5rem;
}

.content-scroll {
    max-height: 75vh;
    overflow-y: auto;
    padding-right: 1rem;
    min-width: 0;
    scrollbar-gutter: stable;
}

.sidebar-nav::-webkit-scrollbar,
.content-scroll::-webkit-scrollbar {
    width: 6px;
}

.sidebar-nav::-webkit-scrollbar-thumb,
.content-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

div.htp-btn.mt-2 li.nav-item button.active,
div.htp-btn.mt-2 li.nav-item button:hover,
div.inv-btn.mt-2 li.nav-item button.active,
div.inv-btn.mt-2 li.nav-item button:hover,
button.btn.inv-btn.active,
button.btn.inv-btn:hover {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    color: #000000;
    font-weight: 600;
}

a#btn-gamerule,
a#btn-howtoplay {
    border: 1px solid #ede3b3;
    color: #ede3b3;
    font-weight: 500;
}

a#btn-howtoplay.active,
a#btn-gamerule.active {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    color: #000000;
}

#mainMenu li.nav-item.active,
#mainMenu li.nav-item:hover,
ul.dropdown-menu li a.dropdown-item.active,
a#moreToggle.nav-link.dropdown-toggle.active {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

#mainMenu li.nav-item.active a,
ul.dropdown-menu li a.dropdown-item.active,
a#moreToggle.nav-link.dropdown-toggle.active {
    color: #000000 !important;
}

#mainMenu li.nav-item a:hover {
    color: #5c5c5c !important;
}

#offcanvasMenu li.nav-item.border-bottom.active {
    background-color: rgba(0, 0, 0, .5);
}

#offcanvasMenu li.nav-item.border-bottom.active a {
    color: #b99646 !important;
}

.lotto-table {
    border-collapse: separate;
    border-spacing: 0;
}

.text-nowrap {
    white-space: nowrap !important;
}

.link-in-table {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
}

.link-in-table:hover {
    color: #ffda9b;
    text-shadow: 0 0 5px rgba(255, 218, 155, .6);
}

.table.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: transparent;
    background: transparent;
}

tbody.lottopair {
    position: relative;
}

tbody.lottopair td {
    background: transparent !important;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
}

tbody.lottopair::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(to top, #785944, #261b00);
    box-shadow:
        inset 0 1px 3px rgba(255, 255, 255, .25),
        inset 0 -3px 6px rgba(0, 0, 0, .35);
    border-radius: 0;
}

tbody.lottopair:nth-of-type(even)::before {
    background: linear-gradient(to top, #785944, #261b00);
}

tbody.lottopair:last-of-type td {
    border-bottom-width: 1px;
}

tbody.lottopair {
    border-bottom: 2px solid rgba(255, 255, 255, .28);
}

tbody.lottopair:hover::before {
    filter: brightness(1.06);
}

.text-red {
    color: red !important;
}

.text-yellow {
    color: yellow !important;
}

.text-green {
    color: #0cff00 !important;
}

tbody.pool-result tr td {
    border: solid 1px #ffffff;
}

tbody.pool-result>tr>td {
    background-color: #2a2516;
}

.overlay-promo {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    line-height: 1.2;
    transform: translateZ(0);
}

div.form-group.float-end select#pool_name.form-select {
    width: 280px;
    border-radius: 12px;
}

img.profile-img.rounded-circle {
    width: 60px;
    height: 60px;
    border: solid 2px #b99646;
    padding: 0px;
}

i.fas.fa-sync-alt {
    font-weight: bold;
    font-size: 18px;
    -webkit-text-fill-color: #ceb572;
    cursor: pointer;
}

i.fas.fa-sync-alt.spin {
    animation: spin 0.8s linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

button#refresh-bal {
    background: transparent;
    width: 16px;
    border: 0px;
}

.submenu-bar {
    background-color: #1f1b0f;
    position: relative;
    height: 60px;
    z-index: 1000;
}

.menu-item {
    flex: 0 0 auto;
    text-align: center;
}

.menu-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: white;
}

.menu-item img {
    width: 28px;
    height: auto;
}

.submenu-icn {
    padding: 0 !important;
    margin: 0;
    width: 100%;
}

.submenu-items {
    overflow: hidden;
    min-width: 0;
}

.submenu-items .menu-item.active img,
.submenu-items .menu-item:hover img {
    border-radius: 25px;
    padding: 2px;
    /* margin: 2px 0 2px 0; */
    box-shadow: 0 0 .75rem #fff;
}

.submenu-items .menu-item:hover,
.submenu-items .menu-item.active span {
    color: #1a1200;
    font-weight: bold;
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #ede3b3 0px 0px 20px, #ede3b3 0px 0px 30px, #ede3b3 0px 0px 40px, #ede3b3 0px 0px 50px, #ede3b3 0px 0px 75px;
}

.submenu-dropdown {
    z-index: 1000;
}

.dropdown-menu.more-menu a.dropdown-item:hover img,
li a.dropdown-item.active img {
    filter: invert(1) brightness(0);
    transition: filter 0.2s ease;
    color: black;
}

.dropdown-menu.more-menu {
    background-color: #1a1200;
    border: 1px solid #d4af37;
}

.dropdown-menu.more-menu a.dropdown-item {
    color: #fff;
}

.dropdown-menu.more-menu a.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
}

.btn-more {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    color: black;
    font-weight: 600;
    border-radius: 6px;
}

#tabs-head.nav-tabs,
#banktypeTab.nav.nav-tabs {
    border-bottom: solid 2px#b99646 !important;
}

#tabs-head li.nav-item:first-child a,
div.contains-title {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

#tabs-head.nav-tabs .nav-link.active {
    border-color: #b99646;
}

#tabs-head.nav-tabs a.nav-link.active {
    color: #000000 !important;
}

.btn.btn-profile {
    width: 158px;
    background-color: white;
    border-radius: 10px;
    height: 28px;
    padding: 0;
    margin-top: 5px;
}

div.tabs-body,
div.tabs-body2 {
    background: #1f1b0f;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

div.bline {
    border: 2px solid transparent;
    border-width: 2px;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(#b99646, #ede3b3, #b99646) border-box;
}

div.contains-detail table.table tr td {
    background-color: transparent;
    color: white;
}

div.personalAvatar ul li {
    list-style-type: none;
}

div.personalAvatar ul.avatar-list {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: max-content;
    overflow: hidden;
    list-style-type: none;
    padding: 1rem;
}

div.personalAvatar ul.avatar-list li img {
    width: 100%;
    height: 80px;
    filter: sepia(1);
}

div.personalAvatar ul.avatar-list li img.active,
div.personalAvatar ul.avatar-list li img:focus,
div.personalAvatar ul.avatar-list li img:hover {
    filter: brightness(1) grayscale(0);
}

div.personalAvatar ul.avatar-list li {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    position: relative;
    overflow: unset
}

div.personalAvatar ul.avatar-list li:after {
    content: '';
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    right: -.5rem;
    background: #ede3b3 url('../img/profilling/icon-success.png') no-repeat center/contain;
    box-shadow: 0 0 .5rem #fff;
    transform: translateZ(0) scale(0);
    transition: transform .5s
}

div.personalAvatar ul.avatar-list li.active:after {
    transform: translateZ(0) scale(1);
}

.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

div#depo-nav li.nav-item button {
    background: #FFFFFF;
    color: #000000;
    font-weight: 700;
    min-width: 150px;
    padding: 4px 8px;
    height: 40px;
}

div#depo-nav li.nav-item button.active {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    color: #000000;
}

div#banktypeTab.nav.nav-tabs button {
    background: #FFFFFF;
    color: #000000;
    font-weight: 700;
}

div#banktypeTab.nav.nav-tabs button.active {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    color: #000000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div#depo-note,
#inactive-bank-info,
div.card-body.is-deposit,
div#withdraw-note,
div.card-body.is-withdraw,
div#depo-bank-status {
    background: #2a2516;
    border-radius: 10px;
}

div#daterange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 380px;
    text-align: center;
    border-radius: 10px;
}

table#datadeposit,
table#datawithdraw,
table#datamemo,
table#datainformasi,
table#datatransaction,
table#datapromo,
table#datareferral,
table#databonusreferral,
table#datarunningreferral,
table#detailhistory,
table#invoicetoto-desktop,
table#invoicetoto-mobile,
table#totodetails {
    border: 0px;
}

table#datadeposit thead th,
table#datawithdraw thead th,
table#datamemo thead th,
table#datainformasi thead th,
table#datatransaction thead th,
table#datapromo thead th,
table#datareferral thead th,
table#databonusreferral thead th,
table#datarunningreferral thead th,
table#detailhistory thead th,
table#invoicetoto-desktop thead th,
table#invoicetoto-mobile thead th,
table#totodetails thead th {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

table#datadeposit tbody tr td,
table#datawithdraw tbody tr td,
table#datamemo tbody tr td,
table#datainformasi tbody tr td,
table#datatransaction tbody tr td,
table#datapromo tbody tr td,
table#datareferral tbody tr td,
table#databonusreferral tbody tr td,
table#datarunningreferral tbody tr td,
table#invoicetoto tbody tr td,
table#invoicetoto-desktop tbody tr td,
table#invoicetoto-mobile tbody tr td,
table#totodetails tbody tr td {
    background: #2a2516;
    color: #FFFFFF;
    border: 0px;
}

table#detailhistory tbody tr td {
    background: #2a2516;
    color: #FFFFFF;
}

table#datadeposit tbody tr,
table#datawithdraw tbody tr,
table#datamemo tbody tr,
table#datainformasi tbody tr,
table#datatransaction tbody tr,
table#datapromo tbody tr,
table#datareferral tbody tr,
table#databonusreferral tbody tr,
table#datarunningreferral tbody tr,
table#detailhistory tbody tr,
table#invoicetoto-desktop tbody tr,
table#invoicetoto-mobile tbody tr,
table#totodetails tbody tr {
    position: relative;
}

table#datadeposit tbody tr::after,
table#datawithdraw tbody tr::after,
table#datamemo tbody tr::after,
table#datainformasi tbody tr::after,
table#datatransaction tbody tr::after,
table#datapromo tbody tr::after,
table#datareferral tbody tr::after,
table#databonusreferral tbody tr::after,
table#datarunningreferral tbody tr::after,
table#invoicetoto tbody tr::after,
table#invoicetoto-desktop tbody tr::after,
table#invoicetoto-mobile tbody tr::after,
table#totodetails tbody tr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-animation {
    animation: blink 1s infinite;
}

.shadow-effect {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

div.dt-container .dt-paging .dt-paging-button.current {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    border-radius: 5px;
    font-weight: 700;
}

div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    color: #FFFFFF !important;
}

div.dt-container .dt-paging .dt-paging-button.next,
div.dt-container .dt-paging .dt-paging-button.previous,
div.dt-container .dt-paging .dt-paging-button.disabled.previous,
div.dt-container .dt-paging .dt-paging-button.disabled.next {
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    border-radius: 5px;
    padding: 0px 4px 0px 4px;
    border: 0px;
    margin: 0px 5px 0px 5px;
}

div.dt-container .dt-paging .dt-paging-button.next:hover,
div.dt-container .dt-paging .dt-paging-button.previous:hover,
div.dt-container .dt-paging .dt-paging-button.disabled.previous:hover,
div.dt-container .dt-paging .dt-paging-button.disabled.next:hover {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    border-radius: 5px;
    padding: 0px 4px 0px 4px;
    border: 0px;
    font-weight: 600;
    color: #000000 !important;
}

div.dt-container .dt-paging .dt-paging-button,
div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: #FFFFFF !important;
    margin: auto;
    padding: 2px;
    border-radius: 5px;
}

div#datadeposit_wrapper.dt-container>div:nth-child(3),
div#datawithdraw_wrapper.dt-container>div:nth-child(3) {
    display: unset !important;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    text-align: center !important;
    margin: auto !important;
}

div#sessionTimeoutModal div.modal-content {
    background-color: #1f1b0f;
}

div#memo-nav button {
    color: #000000;
}

div#memo-nav button.active,
div#memo-nav button:hover,
a#back-inbox.btn.active,
a#back-promo.btn.active,
div#userreferral-nav button.active,
div#userreferral-nav button:hover,
button#tab-transaction.active,
button#tab-promo.active {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
}

table#datamemo tbody td:nth-child(2),
table#datainformasi tbody td:nth-child(2),
table#datatransaction tbody td:nth-child(2),
table#datapromo tbody td:nth-child(2) {
    max-width: 300px;
}

table#datamemo td,
table#datainformasi td,
table#datatransaction td,
table#datapromo td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fa-trash {
    color: #ede3b3 !important;
}

div.card-body.border-cust-color {
    border-radius: 10px;
    border: 2px solid #ede3b3;
    color: white;
    padding: 5px;
}

.mleft-btn,
.mright-btn {
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    color: #2a2516;
    width: 50px;
    height: 50px;
    border: none;
    font-size: 18px;
    border-radius: 50%;
    transition: background 0.3s ease;
    animation: glow 1s infinite;
    transition: 0.5s;
}

.mleft-btn:hover,
.mright-btn:hover,
.mleft-btn:active,
.mright-btn:active,
.mleft-btn:focus,
.mright-btn:focus,
.mleft-links a:hover,
.mright-links a:hover,
.mleft-links a:active,
.mright-links a:active,
.mleft-links a:focus,
.mright-links a:focus {
    background: #b99646;
}

.mleft-links,
.mright-links {
    position: absolute;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mleft-links a img,
.mright-links a img {
    width: 38px;
    height: 38px;
}

.mleft-links a,
.mright-links a {
    --index: 0;
    background: linear-gradient(#b99646, #ede3b3, #b99646);
    color: white;
    text-decoration: none;
    padding: 6px;
    margin: 5px 0;
    border-radius: 50px;
    transform: translateY(calc(var(--index) * 50px));
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.mleft-widget {
    position: fixed;
    bottom: 135px;
    left: 5px;
    z-index: 1;
}

.mright-widget {
    position: fixed;
    bottom: 135px;
    right: 5px;
    z-index: 1;
}

.mleft-widget.active .mleft-links,
.mright-widget.active .mright-links {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mleft-widget.active .mleft-links a,
.mright-widget.active .mright-links a {
    opacity: 1;
    transform: translateY(0);
}

@keyframes glow {
    0% {
        box-shadow: 5px 5px 20px rgb(249, 253, 0), -5px -5px 20px rgb(249, 253, 0);
    }

    50% {
        box-shadow: 5px 5px 20px rgb(81, 224, 210), -5px -5px 20px rgb(81, 224, 210)
    }

    100% {
        box-shadow: 5px 5px 20px rgb(249, 253, 0), -5px -5px 20px rgb(249, 253, 0)
    }
}

.validation-icon {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    pointer-events: none;
    display: none;
    z-index: 10;
}

.toggle-password {
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    font-size: 1.1rem;
    color: #666;
    cursor: pointer;
    z-index: 11;
}

input.form-control.pe-5 {
    padding-right: 1.5rem !important;
}

img#captcha-image {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    object-fit: contain;
}

.submenu-dropdown {
    margin-left: 25px;
}

.lottohead {
    font-size: clamp(1rem, 2vw, 1.5rem);
    letter-spacing: 0.5px;
}

.lottotbhead th,
.lottopair td {
    font-size: clamp(0.8rem, 1.5vw, 1rem);
}

.notif-badge {
    background-color: red;
    color: white;
    border: 1.5px solid white;
    top: 3px;
    right: -7px;
    width: 16px;
    height: 16px;
    font-size: 10px;
}

.notif-badge-mobile {
    background-color: red;
    color: white;
    border: 1.5px solid white;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    font-size: 10px;
}

.icon-memo-btn {
    background: transparent;
    padding: 0.25rem 0.5rem;
}

.icon-memo-mobile {
    width: 26px;
    height: 26px;
}

.badge-wrapper {
    top: -2px;
    right: 0;
    z-index: 10;
}

.bell-icon {
    font-size: 24px;
    color: #ede3b3;
}

.bell-badge {
    background-color: red;
    color: white;
    border: 1.5px solid white;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    z-index: 10;
}

.info-badge-text {
    font-size: 10px;
    color: #fff;
}

@media (max-width: 1290px) {
    .d-lg2-none {
        display: none !important;
    }

    .d-md2-block {
        display: block !important;
    }
}

@media (min-width: 1170px) {
    #moreMenu {
        display: none !important;
    }
}

@media (max-width: 767px) {
    div.logo img {
        max-width: 150px;
    }

    .submenu-items {
        flex-wrap: wrap;
        gap: 5px;
    }

    .menu-item {
        flex: 0 0 25%;
        font-size: 11px;
    }

    .menu-item img {
        width: 24px;
    }

    /* .menu-item {
        width: 50px;
        margin: 0 2px;
    } */

    .submenu-dropdown .dropdown-toggle {
        font-size: 12px;
        padding: 4px 8px;
    }

    .container.content {
        margin-top: 100px !important;
    }

    .container.content.login {
        margin-top: 94px !important;
    }

    .marquee-container {
        height: 20px;
    }

    span.text-cust-color1 {
        font-size: 14px !important;
    }

    span.fs-4 {
        font-size: 16px !important;
    }

    .btn.btn-login {
        min-width: 62px;
    }

    .container.rules {
        padding-top: 100px;
        margin-bottom: 100px;
    }

    #offcanvasMenu {
        background: #2a2516;
        height: 100vh;
        display: flex;
        flex-direction: column;
        max-width: 75%;
    }

    #offcanvasMenu .offcanvas-body {
        overflow-y: auto;
        flex-grow: 1;
        padding: 0;
    }

    .sidemenu {
        background: linear-gradient(#b99646, #ede3b3, #b99646);
        border-bottom: none;
    }

    div#offcanvasMenu li.nav-item.border-bottom,
    div#offcanvasMenu .nav-item.border-bottom {
        border-bottom: 2px solid transparent !important;
        border-image: linear-gradient(to right, transparent 5%, #b99646 10%, #ede3b3 50%, #b99646 90%, transparent 100%) 1;
    }

    ul.nav img {
        width: 36px;
        height: 36px;
    }

    div#menu-actions-mobile.button-mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 101;
        width: 100%;
    }

    #menu-actions-mobile .outer-wrapper {
        display: flex;
        align-items: flex-end;
    }

    #menu-actions-mobile .left-wrapper {
        border-top-left-radius: 10px;
        border-top-right-radius: 22px;
    }

    #menu-actions-mobile .center-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 74px;
        height: 74px;
        margin: 0 8px 24px;
        padding-bottom: 8px;
        color: #fff;
        border-radius: 50%;
        background-color: #ec0b0b;
        background-image: linear-gradient(to bottom, #ec0b0b, #7b0b0b);
        box-shadow: 0 3px 8px #aaa, inset 0 2px 3px #aaa;
        animation: white-light-shadow 2s infinite;
    }

    @keyframes white-light-shadow {
        0% {
            box-shadow: 0 3px 8px #aaa, inset 0 2px 3px #aaa, 0 0 10px rgba(255, 255, 255, 0.3);
        }

        50% {
            box-shadow: 0 3px 8px #aaa, inset 0 2px 3px #aaa, 0 0 20px rgba(255, 255, 255, 0.7);
        }

        100% {
            box-shadow: 0 3px 8px #aaa, inset 0 2px 3px #aaa, 0 0 10px rgba(255, 255, 255, 0.3);
        }
    }

    #menu-actions-mobile .center-bg-wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 50px;
        overflow: hidden;
    }

    #menu-actions-mobile .center-bg-wrapper svg {
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 116px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 5px solid #b99646;
    }

    svg {
        overflow: hidden;
        vertical-align: middle;
    }

    #menu-actions-mobile .center-bg-wrapper svg path {
        fill: url(#rectangleGradient);
    }

    #menu-actions-mobile .right-wrapper {
        border-top-right-radius: 10px;
        border-top-left-radius: 22px;
    }

    #menu-actions-mobile .left-wrapper,
    #menu-actions-mobile .right-wrapper {
        display: flex;
        align-items: flex-end;
        flex: 1;
        z-index: 2;
        height: 80px;
        padding-bottom: 6px;
        background: #2a2516;
        border-top: 5px solid #b99646;
        transition: -webkit-filter .2s;
        transition: filter .2s;
        transition: filter .2s, -webkit-filter .2s;
    }

    #menu-actions-mobile .left-wrapper {
        border-left: 5px solid #b99646;
        border-bottom: 5px solid #b99646;
    }

    #menu-actions-mobile .right-wrapper {
        border-right: 5px solid #b99646;
        border-bottom: 5px solid #b99646;
    }

    #menu-actions-mobile .item-wrapper {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        color: #fff;
        position: relative;
    }

    .mbic-img img {
        width: 34px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
        position: relative;
    }

    #menu-actions-mobile .item-wrapper .textfooter,
    #menu-actions-mobile .center-wrapper .widgettitle {
        font-size: 14px;
        color: #ffffff;
        transition: color 0.2s;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        margin: 0 auto;
    }

    #menu-actions-mobile .item-wrapper .textfooter {
        bottom: -5px;
    }

    #menu-actions-mobile .center-wrapper .widgettitle {
        bottom: 15px;
    }

    #menu-actions-mobile .center-wrapper .widgettitle a {
        color: white;
        text-decoration: none;
    }

    #menu-actions-mobile .item-wrapper:hover,
    #menu-actions-mobile .center-wrapper:hover,
    #menu-actions-mobile .item-wrapper .mbic-img.active,
    #menu-actions-mobile .center-wrapper .mbic-img.active {
        /* text-shadow: 0 0 5px white, 0 0 15px white, 0 0 35px white, 0 0 45px white; */
        text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #ede3b3 0px 0px 20px, #ede3b3 0px 0px 30px, #ede3b3 0px 0px 40px, #ede3b3 0px 0px 50px, #ede3b3 0px 0px 75px;
    }

    div.head-lottery>img,
    div.head-slot>img,
    div.head-sports>img,
    div.head-casino>img,
    div.head-arcade>img,
    div.head-cards>img,
    div.head-results>img,
    div.head-games>img,
    div.head-provider>img {
        max-width: 32px;
    }

    .game-card,
    .provider-card {
        width: 33.3% !important;
    }

    .head-results span.left,
    .head-results span.right {
        font-size: 22px;
    }

    .results-slide span.results-pool,
    .results-slide span.results-number {
        font-size: 14px;
    }

    /* .results-slide {
        max-width: 160px;
    } */

    #bank-lists img {
        width: 33.3% !important;
    }

    .footer-text h1 {
        font-size: 20px;
    }

    #license img.license {
        max-width: 110px;
    }

    #playrespon img.prespon {
        max-width: 58px;
        height: 30px;
    }

    #playrespon img.page18 {
        max-width: 30px;
    }

    #supportbrowser img {
        max-width: 30px;
    }

    section#provider-icon {
        margin-bottom: 50px;
    }

    div#license span {
        font-size: 12px;
    }

    div#playrespon span {
        font-size: 12px;
    }

    div#supportbrowser span {
        font-size: 12px;
    }

    div#provider-game span {
        font-size: 12px;
    }

    .footer-provider-icon {
        height: 32px;
        max-width: 100px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    button#btn-back-top.btn.btn-danger.btn-floating.btn-lg {
        position: fixed;
        bottom: 85px;
        left: 5px;
        display: none;
        border-radius: 25px;
        z-index: 1;
    }

    div.htp-btn.mt-2 li.nav-item button {
        max-width: 126px;
        font-size: 10px;
    }

    button.btn.inv-btn {
        min-width: unset;
        width: 116px !important;
        font-size: 10px;
    }

    a#btn-howtoplay {
        width: 129px;
        font-size: 12px;
    }

    .head-results a.btn.button.prev,
    .head-results a.btn.button.next {
        padding: 0px;
        width: 18px;
        height: 18px;
    }

    .head-results a.btn.button.prev i,
    .head-results a.btn.button.next i {
        vertical-align: top;
    }

    .results-slide span.results-pool,
    .results-slide span.results-number {
        font-size: 12px;
    }

    div.form-group.float-end select#pool_name.form-select {
        width: 180px;
        height: 25px;
        padding: 0px 5px;
        border-radius: 12px;
    }

    #contactus {
        flex-direction: row;
        flex-wrap: wrap;

    }

    .oval-mb {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: linear-gradient(#b99646, #ede3b3, #b99646);
        border-top-left-radius: 3px;
        border-bottom-left-radius: 25%;
        border-top-right-radius: 25%;
        border-bottom-right-radius: 3px;
        margin: 2px 4px;
    }

    .card-icn {
        width: 30px;
        height: auto;
        padding: 6px;
    }

    .sosmed-btn {
        max-width: 158px;
    }

    .sosmed-btn a.btn {
        height: 34px;
        font-size: 12px;
        min-width: 100px;
        border-radius: 3px;
    }

    div#chat-widget-container {
        display: none;
    }

    p#last-login.fw-medium.text-black.p-0.mt-n2.text-uppercase {
        font-size: 12px !important;
    }

    div.personalAvatar ul.avatar-list {
        grid-gap: 0.5rem;
    }

    img.profile-img.rounded-circle {
        width: 40px;
        height: 40px;
    }

    table#datadeposit th,
    table#datadeposit td,
    table#datamemo,
    table#datainformasi,
    table#datapromo,
    table#invoicetoto-desktop th,
    table#invoicetoto-desktop td,
    table#invoicetoto-mobile th,
    table#invoicetoto-mobile td,
    table#totodetails th,
    table#totodetails td {
        padding: 2px;
        font-size: 14px;
    }

    div#depo-nav li.nav-item button {
        min-width: 80px;
        height: 30px;
        font-size: 12px;
    }

    #tabs-head.nav-tabs a.nav-link.active {
        height: 35px;
        padding: 0;
    }

    table#datamemo td:nth-child(2),
    table#datamemo td:nth-child(3),
    table#datainformasi td:nth-child(2),
    table#datainformasi td:nth-child(3),
    table#datapromo td:nth-child(2),
    table#datapromo td:nth-child(3) {
        max-width: 85px !important;
    }

    table#datamemo td,
    table#datainformasi td,
    table#datapromo td {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    table#detailhistory tbody tr td {
        padding: 2px;
    }

    table#detailhistory tbody tr td {
        font-size: 12px;
    }

    .lottotbhead th,
    .lottotbody td {
        padding: 0.4rem;
        word-break: break-word;
    }
}

@media (device-width: 540px) {

    .body-lottery .game-card,
    .body-slots .provider-card,
    .body-sports .provider-card,
    .body-sports .game-card,
    .body-arcades .provider-card {
        width: 20%;
    }
}

@media (max-width: 576px) {
    #banktypeTab {
        border-bottom: 1px solid #b99646;
        /* garis bawah container */
    }

    #banktypeTab .nav-link {
        border-bottom: 2px solid transparent;
        /* default */
    }

    #banktypeTab .nav-link.active {
        border-bottom: 2px solid #b99646;
        /* garis aktif */
    }

    #banktypeTab .nav-link {
        margin-right: 6px;
        margin-bottom: 6px;
        padding: 8px 12px;
        white-space: nowrap;
        border-radius: 6px;
    }
}

@media (min-device-width: 391px) and (max-device-width: 414px) {
    a#btn-howtoplay {
        width: 120px;
    }

    div#depo-nav li.nav-item button {
        min-width: 78px;
    }
}

@media (min-device-width: 361px) and (max-device-width: 390px) {
    a#btn-howtoplay {
        width: 114px;
    }
}

@media (min-device-width: 345px) and (max-device-width: 360px) {

    .btn.btn-login,
    .btn.btn-daftar,
    .btn.btn-accept,
    .btn.btn-deny,
    .btn.btn-daftar-form,
    .btn.btn-red-form,
    .btn.btn-logout,
    .btn.btn-submit,
    .btn.btn-cancel,
    .btn.btn-idxprofile {
        min-width: 100px;
    }

    a#btn-howtoplay {
        width: 109px;
    }

    /* .results-slide {
        max-width: 158px;
    } */

    .head-results span.left,
    .head-results span.right {
        font-size: 20px;
    }

    .results-slide span.results-pool,
    .results-slide span.results-number {
        font-size: 12px;
    }

    div.head-results>img {
        max-width: 20px;
    }

    div#depo-nav li.nav-item button {
        min-width: 88px;
    }
}

@media (max-device-width: 344px) {
    a#btn-howtoplay {
        width: 103px;
    }

    /* .results-slide {
        max-width: 120px;
    } */

    .results-slide span.results-number.float-end {
        width: 38px;
    }

    .head-results span.left,
    .head-results span.right {
        font-size: 20px;
    }

    div.head-results>img {
        max-width: 20px;
    }

    .results-slide span.results-pool,
    .results-slide span.results-number {
        font-size: 9px;
    }

    span.fs-4 {
        font-size: 14px !important;
    }
}