* {
    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;
}

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;
}




.scrolling-text-container {
    margin-left: .25rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.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 75s 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: linear-gradient(182deg,#dc3545,#a30c1b);
}

.main_shadow {
    box-shadow: 0 0 10px #000;
}

.sec_gradient {
    background: linear-gradient(137.32deg,#dc3545 .02%,#a30c1b 99.96%);
}

.third_gradient {
    background: linear-gradient(rgb(255, 0, 0), rgb(221, 61, 61)) !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: 99; 
    height: 5rem;
    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;
}

img.logo__image {
    height: 4rem;
}
.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 { 
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 400;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.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: 20px;
    width: 20px;
    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: 4;
    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, #dc3545, #a30c1b);
    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: #a30c1b
}
#account-actions-mobile .-left-wrapper, #account-actions-mobile .-right-wrapper {
    align-items: flex-end;
    background: linear-gradient(180deg, #dc3545, #a30c1b);
    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(255, 0, 0), rgb(221, 61, 61)) !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: 100% !important;
}

.shit__title {
    font-size: 1.25rem;
    font-weight: 600;
}

.foot_gradient {
    background: linear-gradient(180deg,#dc3545,#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, #dc3545, #a30c1b);
    box-shadow: 0 0 10px #000;
    margin-top: 0;
    padding: .75rem .5rem;
}

.menu__wrapper>.image {
    height: 35px;
    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 {
    margin: 1.25rem 0 0;
}
.provider_image {
    width: 100%;
    height: 8rem;
    background: linear-gradient(45deg, #8b0000, #ff0000b8);
    border-radius: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.provider_name {
    color: #000;
    font-size: 1.25rem;
    text-align: center;
}
img.provider-logo {
    max-width: 80%;
}

.bg_auth {
    background: linear-gradient(137.32deg, #dc3545 .02%, #a30c1b 99.96%);
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.modal {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999; 
    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 {
    animation: slideIndown .6s ease;
}

.modal-content.login { 
    align-items: center;
    text-align: center;
    height: fit-content;
    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%;
    margin: 0 auto;
    top: 50px;
}
.modal-content.register {
    max-width: 90%;
    align-items: center;
    text-align: center;
    height: fit-content;
    display: flex;
    flex-flow: column;  
    border-radius: 10px 10px 10px 10px; 
    max-width: 450px;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
span.title__login {
    font-size: 1.75rem;
    font-weight: 600;
}
.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;
}

.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.4rem + 2px);
    border-bottom: 1px solid #ffffffbf;
}
#loginForm {
    width: 100%;
    height: fit-content;
    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;
}
img.login_logo {
    height: 7rem; 
    width: auto; 
}
img.regi_logo {
    width: 45%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.modal-dialog, .modal-content, .modal-body {
    width: 100%;
    height: 100%;
}

.modal-header.register.border-0 {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
}

.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, #dc3545, #a30c1b);
    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, #dc3545, #a30c1b);
}

.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-right-sidebar-container {
    position: fixed;
    right: 30%;
    top: 50%;
    transition: all .4s;
    width: fit-content;
    height: fit-content;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.x-contact-us {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.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;
}

.promo__header {
    border-radius: 10px;
    background: linear-gradient(158deg, #dc3545, #a30c1b);
    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, #dc3545, #a30c1b);
    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, #dc3545, #a30c1b) !important;
}
.main__sidebar {
    position: absolute;
    z-index: 999;
}

.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: 1rem;
    margin-left: 1rem;
}

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; }
[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;
}
.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;
}
.swal2-popup.swal2-modal.swal2-show {
    background: linear-gradient(to bottom, #000000f7 0%, #000000b0 100%) !important;
    width: 95% !important;
    border-radius: 25px;
    border: 2px solid #00000052;
    padding-top: 1rem;
    padding-bottom: 3rem;
}
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,#dc3545,#a30c1b);
    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, #dc3545, #a30c1b);
}
.alert__deposit {
border: 1px solid darkgoldenrod;
    background-color: rgb(3, 3, 24);
}

.bank_list {
background: linear-gradient(158deg, #dc3545, #a30c1b)
}

.sideBar__wrapper {
    transition: 300ms ease;
    animation: slideInLeft .3s ease;
    box-shadow: 0 0 10px #000;
}
.slide_down {
    animation: slideIndown .5s ease;
}

@keyframes slideIndown {
    0% {
        opacity: 0;
        top: -50%;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
.back {
    position: absolute;
    width: fit-content;
    top: 20px;
    left: 10px;
}

.back__wrapper {
    padding: 1rem 0.25rem;
}

.icon_xl {
    width: 2.15rem;
    height: 2.15rem;
}

.bright {
    filter: drop-shadow(0 0 5px #fff);
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 99999;
}

.input-group.appender {
    display: grid;
    grid-template-columns: 82% 18%;
}
img.web__logo {
    max-height: 4rem;
    max-width: 4rem;
    width: auto;
    height: auto;
}

img.logo__install.web__logo {
    width: auto;
    height: 1.65rem;
}

img.login_logo, img.regi_logo {
    min-width: 7rem !important;
    min-height: 7rem !important;
}
.contactModal.modal {
    max-width: 450px;
    margin: 0 auto;
}
.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,#dc3545,#a30c1b);
    margin: 0 auto;
}
.bonus_header {
    height: 2.5rem;
    position: fixed;
    width: 100%;
    background: linear-gradient(182deg, #dc3545, #a30c1b);
}
.bonus_header>.css-1550q3j {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.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;
}
svg.chakra-icon.css-1nuiclp.toggle-details {
    width: 2rem;
    height: 2rem;
}
p.chakra-text.css-9mngj4 {
    font-size: 1rem;
}

.bonus_body {
    margin-top: 2.5rem;
    padding-bottom: 2rem;
}
.bonus_view__image-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.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_wrapper__inner {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.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, #dc3545, #a30c1b);
    box-shadow: 0 0 5px #dc3545;
    border: 2px solid #dc3545;
} 
.x-contact-us.eighteen {
    top: 56%;
}
p.chakra-text.css-fzw34f {
    text-align: start;
    padding-inline: .75rem;
}
.overlay_loader{
    position:fixed;inset:0;display:grid;place-items:center;z-index:9999;
    background: radial-gradient(circle at center, rgba(255,0,0,0.12) 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: #ff3b3b; }
.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(255,0,0,0.85));
}
b.head__title {
    display: block;
    height: 1.14667rem;
    width: .30667rem;
    border-radius: 1.05333rem;
    background: linear-gradient(182deg, #dc3545, #a30c1b);
    -webkit-margin-end: 1.13333rem;
    margin-inline-end: 1.13333rem;
}
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, #dc3545, #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;
}
/* SKM Card Games Styling */

.skm-game-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skm-game-card:hover {
    transform: translateY(-5px);
}

.skm-game-card .game-thumbnail {
    position: relative;
    overflow: hidden;
}

.skm-game-card:hover .game-thumbnail {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* Game card animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gameCard {
    animation: fadeInUp 0.4s ease-out;
}

.gameCard:nth-child(1) { animation-delay: 0.05s; }
.gameCard:nth-child(2) { animation-delay: 0.1s; }
.gameCard:nth-child(3) { animation-delay: 0.15s; }
.gameCard:nth-child(4) { animation-delay: 0.2s; }
.gameCard:nth-child(5) { animation-delay: 0.25s; }

/* Loading spinner for new tab */
.skm-loading-spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Game icons by game type */
.game-icon-skm::before { content: "🎴"; }
.game-icon-bugyee::before { content: "🃏"; }
.game-icon-tigerdragon::before { content: "🐉"; }
.game-icon-forestparty::before { content: "🌲"; }
.game-icon-galonegalone::before { content: "🦅"; }

/* Mobile responsive adjustments */
@media (max-width: 640px) {
    .gameCard {
        padding: 0.5rem;
    }

    .skm-game-card .game-thumbnail {
        height: 110px;
    }

    .skm-game-card p {
        font-size: 0.75rem;
    }
}

/* Add pulse effect when game is clicked */
.skm-game-card.launching {
    animation: pulse 0.5s ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
}
.game__name_skm {
    color: #000;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 70px;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    margin: 0 auto;
}
.min__max__amt {
    color: gray;
}
@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: 30%!important;
  }
}

@media (min-width: 486px) {
    .promo__body {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }

    .bonus__show_title {
        display: none;
    }

    .bonus-image {
        max-height: 380px;
    }

    .bonus-card {
        height: 300px;
        max-height: fit-content;
        cursor: pointer;
    }

    img.footer_logo {
        width: 100% !important;
    }

    .bonus__show_title {
        display: none;
    }

    .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;
    }
}

button#demoPlayBtn {
    display: none;
}

p.chakra-text.css-fzw34f {
    line-height: 2.25;
}

.hidden{
    display:none !important;
}

