* {
    font-family: "Prompt", "Poppins", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html,
body,
#app {
    margin: 0;
    padding: 0; 
    scrollbar-width: none!important;
    font-size: .85rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 90%!important;
}

@media (max-width: 375px) {
    html {
        font-size: 80%!important;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 70%!important;
    }
}

body {
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #f3f3f3;
    height: 100%;
}

#app {
    width: 100%;
    height: 100%; 
    overflow: auto;
    margin: 0 auto;
}

html {
    width: 100%;
    height: 100dvh;
}
.scrolling-text-container {
    margin-left: .25rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}
html ::-webkit-scrollbar-track {
    background: transparent;
}

html ::-webkit-scrollbar-track-piece {
    width: 0;
    background: transparent;
}
html ::-webkit-scrollbar-thumb {
    width: 0;
    background: var(--skin__border);
    border-radius: 0;
}
html ::-webkit-scrollbar-corner {
    background: transparent;
}
html ::-webkit-scrollbar {
    z-index: 11;
    width: 0;
}
*, ::after, ::before {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}


.marquee_wrapper {
    display: inline-flex;
    width: 100%;
}

.marquee {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolling-text-content {
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 45s linear infinite;
    padding-left: 100%;
}

span.scrolling-text-item {
    font-size: .95rem !important;
    color: #000 !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .scrolling-text-item {
        margin-right: 30px;
        font-size: 0.75rem;
    }
}

.scrolling-text-item {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    bottom: 1px;
    position: relative;
}
.marquee_wrapper {
    display: inline-flex;
    width: 100%;
}
@keyframes scrollText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.main_gradient {
    background: radial-gradient(100% 100% at 50% 0px, rgb(255, 193, 7) 0px, rgb(187, 141, 0) 44%, rgb(255, 193, 7) 100%), linear-gradient(rgb(255, 224, 163), rgb(255, 228, 145));
}

.main_shadow {
    box-shadow: 0 0 10px #000;
}

.sec_gradient {
    background: radial-gradient(100% 100% at 50% 0px, rgb(255, 193, 7) 0px, rgb(187, 141, 0) 44%, rgb(255, 193, 7) 100%), linear-gradient(rgb(255, 224, 163), rgb(255, 228, 145));
}

.third_gradient {
    background: radial-gradient(100% 100% at 50% 0px, rgb(255, 193, 7) 0px, rgb(187, 141, 0) 44%, rgb(255, 193, 7) 100%), linear-gradient(rgb(255, 224, 163), rgb(255, 228, 145)) !important;
}

div#app>.wrapper {
    width: 100%;
    height: 100%;
}

.header, .footer, .main {
    position: relative;
}
section.header {
    flex-grow: 0;
}

section.main {
    flex: 0 1;
    width: 100%; 
}
.main_header__wrapper {
    position: fixed;
    top: 0;
    z-index: 999; 
    height: 4rem;
    width: 100%;
    padding-bottom: .5rem;
    overflow: hidden;
}

.header__wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-inline: 1rem;
    align-items: center;
    box-shadow: 0 0 6px #000;
}
.animate_btn {
    transition: 150ms ease;
    cursor: pointer;
}
.animate_btn:hover {
    transform: translateY(-3px); 
}
.auth__btn>.login {
    padding: .65rem;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 30px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
    position: relative;
    font-weight: 400;
    text-align: center;
    border-radius: 25px;
    line-height: 1.5;
    background: linear-gradient(180deg, #131133, #fbc844);
    background-image: linear-gradient(rgb(58, 58, 58), rgb(16, 16, 16)), linear-gradient(125deg, rgb(255, 238, 208), rgb(166, 118, 30) 31.53%, rgb(255, 240, 212) 64.87%, rgb(255, 211, 130));
}
.auth__btn>.register {
    padding: .5rem;
    text-align: center;
    border-radius: 25px;
    line-height: 1.5;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: 30px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
    position: relative;
    font-weight: 400;
    background: linear-gradient(180deg, #131133, #fbc844);
    background-image: radial-gradient(100% 100% at 50% 0px, rgb(255, 193, 7) 0px, rgb(187, 141, 0) 44%, rgb(255, 193, 7) 100%), linear-gradient(rgb(255, 224, 163), rgb(255, 228, 145));
}

.install__app {
    background: #b8b7b7;
    display: flex;
    padding: .5rem;
}

.install__btn {
    align-items: center;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    background-color: #4caf50;
    height: 25px;
    border: 2px solid #111111;
}
img.logo__install {
    width: auto;
    height: 1.65rem;
}

.install__app>.left {
    display:flex;
    justify-content: space-between;
    width: 100%;
}
.install__app>.left>.logo {
    display: flex;
}
.install__app>.left>.logo>span {
    align-items: flex-start;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
} 
.install__app>.left>.logo {
    gap: .5rem;
}
.inner__text {
    display: flex;
    padding-inline: 5px;
    gap: .25rem;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.inner__text>.icon>img {
    width: 50px;
    height: 20px;
}
.close__btn {
    background-color: transparent;
    border: 1px solid #f44336;
    color: #f44336;
    border-radius: 999px;
    height: 25px;
    width: 25px;
    display: flex;
    font-size: 24px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 1.5;
}

span.close__btn svg {
    width: 13px !important;
    height: 13px !important;
}
.install__app>.right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#account-actions-mobile {
    bottom: 0;
    left: 0;
    position: sticky;
    width: 100%;
    z-index: 99;
    flex: 0;
}
#account-actions-mobile .-outer-wrapper {
    align-items: flex-end;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
}
#account-actions-mobile .-left-wrapper, #account-actions-mobile .-right-wrapper {
    align-items: flex-end;
    background: linear-gradient(180deg, #D4AF37, #996515);
    display: flex;
    flex: 1;
    height: 70px;
    padding-bottom: 6px;
    transition: filter .2s;
    z-index: 2;
}
.w-50 {
    width: 50%;
}
#account-actions-mobile .-item-wrapper {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
}
#account-actions-mobile .-item-wrapper .-ic-img {
    height: auto;
    width: 34px;
}
#account-actions-mobile .-item-wrapper .-text {
    color: #fff;
    font-size: .8rem;
    margin-top: .25rem;
    transition: color .2s;
} 
#account-actions-mobile .-fake-center-bg-wrapper {
    bottom: 0;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: filter .2s;
    width: 100%;
    z-index: 1;
}

#account-actions-mobile .-fake-center-bg-wrapper svg {
    bottom: 0;
    height: 108px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    
}
#account-actions-mobile .-fake-center-bg-wrapper svg path {
    fill: #996515
}
#account-actions-mobile .-left-wrapper, #account-actions-mobile .-right-wrapper {
    align-items: flex-end;
    background: linear-gradient(180deg, #D4AF37, #996515);
    display: flex;
    flex: 1;
    height: 70px;
    padding-bottom: 6px;
    transition: filter .2s;
    z-index: 2;
}

#account-actions-mobile .-fully-overlay {
    background: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
#account-actions-mobile .-left-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 22px;
} 
#account-actions-mobile .-center-wrapper {
    align-items: center; 
    border-radius: 50%; 
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 80px;
    width: 80px;
    justify-content: flex-end;
    margin: 0 8px 8px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0px 1px 3px black);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
button.btn.btn-primary {
    background-image: linear-gradient(rgb(212, 175, 55), rgb(153, 101, 21)) !important;
    width: 100%;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #f3f3f3;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .475rem .75rem;
    text-align: center;
    transition: color .15s
ease-in-out, background-color .15s
ease-in-out, border-color .15s
ease-in-out, box-shadow .15s
ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.5));
    position: relative;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.footer_bullshit {
    padding-bottom: 90px;
    font-size: 1.1rem;
    line-height: 1.75;
}
img.footer_logo {
    width: 25% !important;
}

.shit__title {
    font-size: 1.25rem;
    font-weight: 600;
}

.foot_gradient {
    background: linear-gradient(180deg,#D4AF37,#000);
}

.tag_items {
    margin: .25rem auto;
    align-items: center;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.tag {
    background: #464646;
    border-radius: 18px;
    color: #fbfbfb;
    font-size: .875rem;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 5px 15px;
    transition: all .2s ease-in-out;
}

.menu__nav {
    background: linear-gradient(182deg, #D4AF37, #996515);
    box-shadow: 0 0 10px #000;
    margin-top: 0;
    padding: .75rem .5rem;
}

.menu__wrapper>.image {
    height: 28px;
    width: auto;
    max-width: 100%;
}

.menu_center>li {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.menu__wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: .25rem;
}

[data-tab].active {
    min-height: 100%;
}

li.active_tab.menu__wrapper>img.image {
  animation: jump-shaking 0.83s infinite!important;
}

.rise-shake {
  animation: jump-shaking 0.83s infinite;
}

@keyframes jump-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateY(-5px) }
  35% { transform: translateY(-5px) rotate(17deg) }
  55% { transform: translateY(-5px) rotate(-17deg) }
  65% { transform: translateY(-5px) rotate(17deg) }
  75% { transform: translateY(-5px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}
.provider_box {
    max-height: 10rem;
    overflow: hidden;
}
.provider_image {
    width: 8rem;
    height: 8rem;
    background: linear-gradient(45deg, #996515, #D4AF37);
    border-radius: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.provider_name {
    color: #000;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--chakra-line-clamp);
    --chakra-line-clamp: 1;
    width: 70px;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    margin: 0 auto;
}
img.provider-logo {
    max-width: 80%;
    max-height: 80%;
}

.bg_auth {
    background: linear-gradient(137.32deg, #D4AF37 .02%, #996515 99.96%);
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.modal {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    max-width: 485px;
    margin: 0 auto;
}

.bg_contact {
    background-color: #b31a00;
    opacity: .5;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    position: fixed;
    height: 100%;
}
.modal-content.login {
    max-width: 90%;
    align-items: center;
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 550px;
    height: 550px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), #000, rgba(0, 0, 0, .71), rgba(0, 0, 0, .631));
    border: 1px solid #787878;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 18px 22px 0 rgba(255, 193, 7, .11);
    max-width: 450px;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
    width: 90%;
}
.modal-content.register {
    max-width: 90%;
    align-items: center;
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px 10px 10px 10px; 
    max-width: 450px;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
    width: 90%;
}
span.title__login {
    font-size: 1.75rem;
    font-weight: 600;
}
.form-control {
    background-color: #000000e8 !important;
    color: #dfdfdf !important;
    height: calc(2em + 1.6rem + 2px);
    border-radius: 0;
    font-size: .8rem;
    width: 100%;
    padding-inline: 15px;
    z-index: 9;
    border-bottom: 1px solid #ced4da;
}

.form-control:focus {
    border: transparent !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .35), inset 0 0 7px #77a5eb;
}
.login__btn {
    font-size: 1em;
    border-radius: 20px;
    color: #141e30;
    font-size: 18px;
    padding: .5rem;
    background: linear-gradient(0deg, #bf953f, #fcf6ba);
}
label.form-label {
    font-size: 1rem;
    align-items: center;
    gap: .5rem;
    display: flex;
}
.input-group {
    display: flex;
}

.input-group-text {
    align-items: center;
    background-color: #000;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #ddd;
    display: flex;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 1rem 1.25rem;
    text-align: center;
    white-space: nowrap;
    height: calc(2em + 1.45rem + 2px);
    border-bottom: 1px solid #ffffffbf;
}
#loginForm {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.modal-header.login {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    border-bottom: 2px solid gray;
    padding: .25rem;
    width: 100%;
    align-items: center;
}
.back {
    position: absolute;
    width: fit-content;
    top: 20px;
    left: 10px;
}

.back__wrapper {
    padding: 1rem 0.25rem;
}
.bright {
    filter: drop-shadow(0 0 5px #fff);
}
.icon_xl {
    width: 2.15rem;
    height: 2.15rem;
}
img.login_logo, img.regi_logo {
    min-width: 7rem !important;
    min-height: 7rem !important;
}
img.web__logo {
    max-height: 4rem;
    max-width: 4rem;
    width: auto;
    height: auto;
}
.modal-header.register.border-0 {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
}
span.title__login {
    font-size: 1.75rem;
    font-weight: 600;
}

.modal-dialog, .modal-content, .modal-body {
    width: 100%;
    height: 100%;
}

.modal-header.register.border-0 {
    display: flex;
    flex-flow: column;
}

.contact-item {
    width: 100%;
    height: auto;
}

#contact {
    background: #000;
    border: 20px solid #fff;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 5px;
    animation: fadeIn .2s ease;
    transition: 200ms;
}
a.contact_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    gap: .5rem;
}
img.contact__img.rounded-full {
    width: 60%;
}

.contact_txt {
    font-size: 1.2rem;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-body.register {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5), 0 6px 20px 0 rgba(0, 0, 0, .4);
    background: linear-gradient(158deg, #D4AF37, #996515);
    border-radius: 20px;
    padding: 2rem 1rem;
}

form#registerForm {
    text-align: start;
}

.regi_btn {
    background: linear-gradient(90deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5), 0 6px 20px 0 rgba(0, 0, 0, .4);
    border-radius: 20px;
    color: #141e30;
    font-size: 12px;
    padding: .5rem;
    margin: 0 auto;
    display: flex;
}

.bank_picker {
    background: #020f27;
    max-height: 350px;
    position: absolute;
    min-width: 260px;
    width: 92%;
    padding: .15rem;
    margin-top: -20px;
}

ul#banks {
    height: 90%;
    max-height: 330px;
    overflow: scroll;
    width: 100%;
    position: relative;
}

span.logout.animate_btn {
    width: 1.8rem;
    height: 2rem;
    padding: .25rem;
}
.auth__user {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.user__card {
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    margin: 20px auto 0;
    max-width: 500px;
    padding: 10px 10px 14px;
    width: 100%;
    background: linear-gradient(158deg, #D4AF37, #996515);
}

.card__wallet {
    border-radius: 50px;
    box-shadow: 0 0 0 1px #8c8b8b;
    color: #fff;
    font-size: 45px;
    padding: 1px 12px;
    filter: drop-shadow(0 0 20px #fff);
    width: 4rem;
    height: 4rem;
}

.reloader {
    cursor: pointer;
    transition: transform 0.6s ease-in-out;
}

.reloader.rotating {
    animation: rotate360 0.6s ease-in-out;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.x-contact-us {
    position: absolute;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 5px;
    gap: .5rem;
    z-index: 99;
}
.card__contact {
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    font-weight: 700;
    text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 25px #fff;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    padding-inline: 25px !important;
    border-radius: 5px;
}
.contactModal.modal {
    max-width: 450px;
    margin: 0 auto;
}
.promo__header {
    border-radius: 10px;
    background: linear-gradient(158deg, #D4AF37, #996515);
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    flex: 1 1 auto;
    padding: 1.25rem;
    font-size: 2rem;
    font-weight: 600; 
    justify-content: center;
    align-items: center;
    text-align: center;
}

.promo__body {
    border-radius: 20px;
    background: linear-gradient(158deg, #D4AF37, #996515);
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

.bonus-item:hover {
    background-color: #080e16;
    border-radius: 10px;
    cursor: pointer;
}

.acc__bg {
    background: #000;
    border-radius: 2rem;
    padding: 1rem;
    margin:.5rem  0 ;
}

.icon {
    width: 1.5rem;
    height: 1.5rem;
}

.side_bg {
    background: linear-gradient(182deg, #D4AF37, #996515) !important;
}
.main__sidebar {
    position: absolute;
    z-index: 999;
    max-width: 400px;
    overflow: hidden;
}
.sidebar__header {
    max-width: 370px;
}
.sideBar__wrapper {
    min-width: 80vw;
    height: 100dvh;
    position: relative;
    overflow: auto;
    z-index: 999;
    padding: .5rem 1rem;
}

li.flex.my-2.items-center>.icon {
    margin-top: .65rem;
    margin-left: 1rem;
    margin-right: .5rem;
}

form#changePasswordForm {
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
}

.swal2-popup {
box-shadow: black 1px 1px 11px 2px !important;
}
.swal2-container {
backdrop-filter: blur(4px);
}
.swal2-title, .swal2-content { color: #fff !important; padding-top: 10px; font-size: 1.5rem;}
[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}
.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em;
}
.swal2-popup.swal2-icon-warning .swal2-actions {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.swal2-popup.swal2-icon-warning .swal2-actions button.swal2-cancel.swal2-styled {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border-radius: unset;
}
button.swal2-confirm.swal2-styled {
    background: linear-gradient(to bottom, #2fb67f 0%, #375b50 100%) !important;
    padding: 5px 20px;
}
.swal2-popup.swal2-icon-warning .swal2-actions button.swal2-confirm.swal2-styled {
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    margin: 0;
    border-radius: unset;
}
.swal2-popup {
    box-shadow: black 1px 1px 11px 2px !important;
}
.swal2-popup {
    background: -webkit-gradient(linear, left top, left bottom, from(#47454a), to(#292929)) !important;
    background: linear-gradient(to bottom, #19382b 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);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    max-width: 435px !important;
    position: relative;
}

div:where(.swal2-container) div:where(.swal2-actions){
width: 90%;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border: 0;
    border-radius: .25em;
    background: linear-gradient(to bottom, #2fb67f 0%, #375b50 100%) !important;
    background-color: transparent;
    color: #fff;
    font-size: 1em;
}
div#swal2-html-container {
    color: #fff;
    padding-top: 10px;
    font-size: 1rem;
}
.swal2-popup.swal2-modal.swal2-show {
    background: linear-gradient(to bottom, #0c0c0cbf 0%, #00000091 100%) !important;
    width: 90% !important;
    min-height: 320px;
    border-radius: 25px;
    border: 2px solid #3939394a;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    box-shadow: none !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
}
span.depositLogs.active {
    background: linear-gradient(135deg, #f2e06b, #a47005 30%, #fefd98 70%, #debe56);
    border: 1px solid #daa520 !important;
    padding: .5rem .25rem;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 5px;
}

span.withdrawLogs.active {
    background: linear-gradient(135deg, #f2e06b, #a47005 30%, #fefd98 70%, #debe56);
    border: 1px solid #daa520 !important;
    padding: .5rem .25rem;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 5px;
}
.datesus {
    font-size: .85rem;
}
.depoli {
    border-bottom: 1px solid gray;
}

.small__menu {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(182deg,#D4AF37,#996515);
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
}
.menu___text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--chakra-line-clamp);
    --chakra-line-clamp: 1;
    width: 70px;
    text-align: center;
    overflow: hidden;
    white-space: normal;
}

img.reloader {
    filter: brightness(5);
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        right: -50%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        left: -50%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.slide_left {
    animation: slideInLeft .5s ease;
}

.sideBar__wrapper {
    transition: 300ms ease;
    animation: slideInLeft .3s ease;
    box-shadow: 0 0 10px #000;
}

.bg_www {
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(158deg, #D4AF37, #996515);
}
.alert__deposit {
border: 1px solid darkgoldenrod;
    background-color: rgb(3, 3, 24);
}

.bank_list {
background: linear-gradient(158deg, #D4AF37, #996515)
}
button.pagination-button.px-3.py-1.mx-1.border.rounded.btn-primary.text-white {
    background: yellow;
    color: #000;
    font-weight: 600;
}
div#paginationControlsDeposit, div#paginationControlsWithdraw {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.deposit-bank {
    padding: 1.25rem;
    border: 1px solid darkgoldenrod;
    margin-top: 1rem;
    border-radius: 10px;
}

.copy-btn {
    background: linear-gradient(135deg, #f2e06b, #a47005 30%, #fefd98 70%, #debe56);
    border: none;
    color: #000;
    box-shadow: 0 2px 4px #000!important;
}

.gradientLine {
    background: linear-gradient(90deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    padding: 2px 0 0;
}

.goldline {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.withdraw__btn {
    background: linear-gradient(180deg, #bf953f, #cea043, #bf953f, #b38728, #aa771c);
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

span.title {
    font-size: 1.5rem;
}

.regi_btn:hover {
    scale: .9;
    transform: 300ms ease;
}

.swal2-actions {
    margin-top: 0;
    border-radius: 6px;
}

p.dot {
    background: white;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
}
img.logo__image {
    max-height: 3rem;
    max-width: 3rem;
}

.show.depositLogsTable.active {
    border-radius: 20px; 
    padding-top: 10px;
    border: 2px solid #00000030;
}

.nonsenseBox {
    background: rgba(0, 0, 0, .361);
    border-radius: 10px;
    box-shadow: inset 0 0 10px #000;
    height: 500px;
    overflow: auto;
    padding: 0 10px 15px;
}

li.depoli {
    border-radius: 10px;
    cursor: pointer;
    margin-top: 13px;
    padding: 10px;
    position: relative;
    white-space: nowrap;
    background: #272b27;
    box-shadow: 0 0 0 2px #404f40;
}

span.statushistory {
    background: #619d61;
    border-radius: 3px;
    border-top-left-radius: 10px;
    color: #fff;
    font-size: 13px;
    padding: 0 12px;
}

.plushis {
    color: #2bdf2b;
    font-size: .75rem;
}

span.depositBonus {
    background-color: #17a2b8;
    color: #fff;
    border-radius: 10rem;
    font-weight: 700;
    line-height: 1;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    vertical-align: baseline;
    white-space: nowrap;
    width: 7rem;
    height: 1.2rem;
    text-align: end;
    align-items: center;
    display: flex;
    justify-content: center;
}

span.totalDepositAmount {
    font-size: 5vw;
    font-weight: 400;
}

span.dateDeposit, span.timeDeposit {
    font-size: 1rem;
    color: white;
    margin-left: .5rem;
}

.bookbank__header {
    display: grid;
    grid-template-columns: 80% 20%;
}
img.Withdrawbanklogo.logs {
    width: 80%;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .5), 0 6px 20px 0 rgba(0, 0, 0, .4);
    margin: .5rem 0rem;
    border-radius: 10px; 
    overflow: hidden;
}

.card__bg {
    background-color: #dfdbe5;
    background-image: url(../img/bookbank.svg);
    padding: 1rem;
}

.bottom__card {
    padding: 1rem;
    background: linear-gradient(180deg,#d5d5d5,#fff 19%);
}

.swiper-pagination {
    display: none;
}

span.bank_type.font-bold.text-\[1\.08rem\] {
    color: black;
}
img.logo__install.web__logo {
    width: auto;
    height: 1.65rem;
}
.provider_box_top__small.cursor-pointer {
    min-width: 5.4rem;
    width: fit-content;
    max-width: 100%;
}

img.provider-logo__small {
    max-width: 3.25rem;
}
.sticky__topmenu {
    max-height: 100dvh;
    position: sticky;
    top: 3.25rem;
    z-index: 99;
}
span.provider__name__small {
    color: #1e1e1e;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--chakra-line-clamp);
    --chakra-line-clamp: 1;
    width: 4.85rem;
    text-align: center;
    overflow: hidden;
    white-space: normal;
}
div#top_provider__list {
    background: linear-gradient(182deg, #D4AF37, #996515);
    box-shadow: 0 -1px 2px #ddd;
    padding: 0 .45rem;
    max-height: 3rem;
    z-index: 99;
    position: sticky;
    top: 8rem;
}

.sticky__bottom {
    min-height: 50dvh;
}
.provider_box_top__small.selected-provider>.provider_image__top>img.provider-logo__small {
    filter: grayscale(1) brightness(2);
}

.provider_image__top {
    width: 4rem;
    height: 2.75rem;
    align-items: center;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.provider_name__top {
    display: none;
}

img.provider-logo__small {
    position: absolute;
    height: auto;
    width: 100%;
}
.selected-provider>.provider_image__top {
    border-bottom: 3px solid #ddd;
}


/* SKM Game Integration Styles */
.loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #D4AF37;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.8s linear infinite;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(212, 160, 37, 0.5);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.provider-card:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.game-card:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

#skmGamesContainer {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
li.nav-link.active>.menu__wrapper>.image {
    scale: 1.1;
    animation: tilt-shaking 0.3s infinite;
}
li.nav-link.active>.menu__wrapper>.text {
    font-weight: 600;
    font-size: 110%;
}
.bonus__show_title {
    background: #fff;
    padding: 1rem;
    border-radius: .5rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fd364a;
    font-weight: 600;
    text-transform: uppercase;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.bonus-card {
    height: 280px;
    max-height: 100%;
}

.bonus_wrapper__inner {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.bonus_wrapper.toggle-details {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow-y:auto;
    transition-delay: 2s;
    border: 2px solid #fff;
    padding: 1rem;
}
.bonus-image {
    max-height: 180px;
    height: 100%;
    width: 100%;
    border-radius: .75rem;
    box-shadow: 0 0 10px #000000a3;
}
.bonus-card {
    margin-bottom: 1rem;
}

.bonus-details {
    position: fixed;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: linear-gradient(182deg,#D4AF37,#996515);
    margin: 0 auto;
}
.bonus_header {
    height: 2.5rem;
    position: fixed;
    width: 100%;
    background: linear-gradient(182deg, #D4AF37, #996515);
}
.bonus_header>.css-1550q3j {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
svg.chakra-icon.css-1nuiclp.toggle-details {
    width: 2rem;
    height: 2rem;
}
p.chakra-text.css-9mngj4 {
    font-size: 1rem;
}
p.chakra-text.css-fzw34f {
    text-align: start;
    padding-inline: .75rem;
}
.bonus_body {
    margin-top: 2.5rem;
    padding-bottom: 2rem;
}

.bonus__view__details-wrapper {
    text-align: center;
}
.css-d0mmp2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 3;
    gap: .5rem;
}
.bonus_view__image-wrapper {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.bonus__view__description {
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: .5rem .25rem;
    border: 1px solid #fff;
    border-radius: .5rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
div#popupModal {
    position: fixed;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
    max-width: 485px;
    margin: 0 auto;
}
.popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 2.5rem;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    opacity: .5;
    top: 0;
    left: 0;
}
.popupImage {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  border-radius: 0; 
}


.popup-actions {
    font-size: 1.1rem;
    margin-top: .5rem;
    position: relative;
    z-index: 1;
}

.popHeader {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .75rem;
}

label.dont-show-label {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: .5rem;
}
span.text__dontshowagain {
    margin-top: .1025rem;
    font-weight: 600;
    color: yellow;
} 
.popSwiper {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .75rem;
}
.pop__wrapper {
    padding: .5rem .75rem 1rem;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    background: linear-gradient(182deg, #D4AF37, #996515);
    box-shadow: 0 0 5px #D4AF37;
    border: 2px solid #D4AF37;
}

a.-item-wrapper.-line.eighteen {
    background: white;
    border-radius: .6rem;
    box-shadow: 0 1px 3px #858585;
    width: 100%;
    height: 100%;
    display: grid;
    padding: .128rem;
}
.gamePlayModal__inner {
    background: linear-gradient(182deg, #D4AF37, #996515);
    border-radius: 15px;
    padding: 20px;
    max-width: 400px;
    width: 80%;
    position: relative;
    box-shadow: 0 1px 4px #4f0000;
}
button#realPlayBtn {
    flex: 1;
    padding: 12px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #dbdbdb 100%);
    color: #111;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
button#demoPlayBtn {
    flex: 1;
    padding: 12px 20px;
    background: linear-gradient(135deg, #ff6161 0%, #f5576c 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
h3#gameModalName {
    font-size: 1.25rem;
    font-weight: 600;
}
button#closeGameModal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    border: 2px solid white;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}

.overlay_loader{
    position:fixed;inset:0;display:grid;place-items:center;z-index:9999;
    background: radial-gradient(circle at center, rgba(212,160,37,0.15) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.65) 100%);
    backdrop-filter: blur(18px) brightness(1.1);
    -webkit-backdrop-filter: blur(18px) brightness(1.1);
}
.spinner_loader {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin:auto;
  border: 4px solid rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000 90%);
  transform-origin: 50% 60%;
  transform: perspective(200px) rotateX(66deg);
  animation: spinner-wiggle 1.2s infinite;
  box-sizing:border-box;
}
.spinner_loader:before,
.spinner_loader:after {
  content: "";
  position: absolute;
  margin: -4px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: .05;
  border: inherit;
  border-color: transparent;
  animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
}
.spinner_loader:before { border-top-color: #D4AF37; }
.spinner_loader:after { border-top-color: #ffd966; animation-delay: 0.3s; }
@keyframes spinner-spin { 100% { transform: rotate(360deg); } }
@keyframes spinner-fade {
  20% { opacity: .1; }
  40% { opacity: 1; }
  60% { opacity: .1; }
}
.logo_loader {
  position:absolute;
  width:110px;height:110px;
  object-fit:contain;
  top:50%;left:50%;transform:translate(-50%, -50%);
  filter:drop-shadow(0 0 16px rgba(212,160,37,0.85));
}
.gameModalClose {
    font-size: 1.75rem;
    font-weight: 600;
}
@media (min-width: 485px) {
  .provider_box {
    width: 200px;
    height: auto;
    padding: 0.5rem;
    font-size: 0.85rem;
    margin: 0 auto
  }
  .provider-logo {
    max-width: 60%!important;
  }
  .bullshit_games {
    max-width: 60%!important;
  }
  .gameCard {
    max-width: 40%!important;
    margin: 0 auto;
  }
  div#gamesContainer {
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.game-modal-iframe {
    height: calc(100vh - 50px - 40px) !important;
}

button#demoPlayBtn {
    display: none;
}
span#onlinePlayer {
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1;
    justify-content: center;
    margin-top: 1rem;
}
img.activeOnline {
    width: 10px;
}
.iconActive {
    width: 18px;
}

p.chakra-text.css-fzw34f {
    line-height: 2.25;
}
@media (min-width: 486px) {
    .promo__body {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }

    .bonus-image {
        max-height: 280px;
    }

    .bonus__show_title {
        display: none;
    }

    .bonus-card {
        max-height: fit-content;
        cursor: pointer;
        height: 300px;
    }

    img.footer_logo {
        width: 10% !important;
    }

    img.footer__game {
        width: 70%;
    }

    .bonus_view__image-wrapper {
        height: 100%;
        align-items: self-start;
    }

    img.chakra-image.css-0 {
        max-height: 390px;
        width: auto;
        border-radius: 30px;
        border: 3px solid;
        box-shadow: 0 2px 13px #fff;
    }

    .bonus_body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: hidden;
        padding: 1rem;
        margin-top: 5rem;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .bonus__view__description {
        border-radius: 30px;
    }

    p.chakra-text.css-fzw34f {
        font-size: 1rem;
    }

    .bonus__view__description {
        border-radius: 30px;
        padding-inline: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: start;
        justify-content: flex-start;
    }
}

/* Winner List Styles */
ul.winnerListUl {
    padding: 0.5rem 1rem;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    height: 350px;
    overflow: hidden;
    position: relative;
}

ul.winnerListUl .scrollInner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    animation: scrollUp 20s linear infinite;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

li.winnerList {
    background: linear-gradient(180deg, #D4AF37, #000);
    padding: 0.5rem;
    display: grid;
    grid-template-columns: 20% 20% 31% 29%;
    align-items: center;
    border-radius: 0.25rem;
    color: white;
    opacity: 0.95;
    transition: opacity 0.3s;
}

li.winnerList:hover {
    opacity: 1;
}

span.winnerUsername {
    display: flex;
    font-size: 0.75rem;
}

.winAmt {
    text-align: end;
    font-weight: bold;
}

.winnerImgWrapper {
    height: 3rem;
    width: auto;
}

.blw {
    border-left: 1px solid white;
}
.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 99999;
}
.form-control {
    background-color: #000 !important;
    border: 1px solid hsla(0, 0%, 100%, .62) !important;
    color: #dfdfdf !important;
    height: calc(2em + 1.6rem + 2px);
    border-radius: 0;
    font-size: .8rem;
    width: 100%;
    padding-inline: 15px;
    z-index: 9;
}