@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;600;700&display=swap');
@font-face {
  font-family: 'DigitalSans';
  src: url('../fonts/DigitalSansEFMedium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.digital-text {
  font-family: 'DigitalSans', sans-serif;
}

@font-face {
  font-family: 'GameCategoryIcon';
  src: url('../assets/fonts/gameCategoryIconV1.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
#screenWarning {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999999;
  text-align: center;
  padding: 20px;
  display: none;
}

:root {
    --green: 0, 255, 0;
    --main-theme: 248, 198, 13;
    --theme-color: rgba(var(--main-theme), 1);
    --theme-font-color: #1e1e1e;
    --theme-primary-bg-color: var(--theme-color);
    --theme-primary-font-color: black;
    --theme-secondary-bg-color: #373636;
    --theme-secondary-font-color: white;
    --theme-tertiary-bg-color: #2d2d2d;
    --theme-tertiary-font-color: white;
    --theme-quaternary-bg-color: #1e1e1e;
    --theme-quaternary-font-color: white;
    --theme-quinary-bg-color: #000000;
    --theme-quinary-font-color: var(--theme-color);
    --base-font-color: white;
    --base-primary-bg-color: #2d2d2d;
    --btn-borderradius: 8px;
    --btn-hover-borderradius: 16px;
    --btn-primary-background: linear-gradient(180deg, #00000000, #E1B3193B 48.43%, #EAEE0E 99.39%), #FFC908 !important;
    --btn-primary-color: #000000;
    --btn-primary-bordercolor: transparent;
    --btn-primary-hover-background: linear-gradient(180deg, #00000000, #E1B3193B 48.43%, #EAEE0E 99.39%), #FFA41C !important;
    --btn-primary-hover-color: #000000;
    --btn-primary-hover-bordercolor: transparent;
    --btn-primary-hover-scale: 0.98;
    --btn-primary-borderradius: var(--btn-borderradius);
    --btn-primary-hover-borderradius: var(--btn-hover-borderradius);
    --btn-secondary-background: linear-gradient(#1D1D1D, #5B5B5B);
    --btn-secondary-color: #FFFFFF;
    --btn-secondary-bordercolor: #FFE200;
    --btn-secondary-hover-background: linear-gradient(#5B5B5B, #1D1D1D) !important;
    --btn-secondary-hover-color: #FFFFFF;
    --btn-secondary-hover-bordercolor: #FFE200;
    --btn-secondary-hover-scale: 0.98;
    --base-input-color: #000000;
    --base-input-border-radius: 8px;
    --base-input-border-color: #939393AD;
    --input-bg-rgba-code: 30, 30, 30;
    --input-background: rgba(var(--input-bg-rgba-code), 1);
    --input-disabled-bg: rgba(var(--input-bg-rgba-code), 0.3);
    --input-color: white;
    --input-icon-background: #1e1e1e;
    --input-icon-color: var(--theme-color);
    --sidebar-toggler-color: white;
    --top-header-background: linear-gradient(51deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    --top-navbar-background: linear-gradient(319deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    --top-navbar-icon-color: #dddddd;
    --top-navbar-label-color: #FFFFFF;
    --topgamelist-background: #000000cc;
    --topgamelist-color: white;
    --gamelisting-color: white;
    --page-card-background: var(--theme-secondary-bg-color);
    --page-card-color: var(--theme-secondary-font-color);
    --custom-table-th-background: transparent;
    --custom-table-th-border-color: transparent;
    --table-row-odd-background: #2D2D2C;
    --table-row-even-background: #212120;
    --table-row-hover-background: #373735;
    --custom-table-tr-border-radius: 8px;
    --custom-table-th-border-radius: 8px;
    --pagination-button-bg-color: #212120;
    --pagination-button-border-color: #8f8d8d;
    --pagination-button-color: var(--base-font-color);
    --pagination-button-active-bg-color: var(--theme-color);
    --pagination-button-active-border-color: var(--theme-color);
    --pagination-button-active-font-color: var(--theme-font-color);
    --pagination-button-disabled-bg-color: transparent;
    --pagination-button-disabled-font-color: white;
    --pagination-button-disabled-border-color: #8f8d8d;
    --footer-background: #1e1e1e;
    --footer-color: var(--base-font-color);
    --footer-icon-bg: var(--theme-primary-bg-color);
    --footer-icon-text: var(--theme-primary-font-color);
    --bottom-navbar-background: #151515;
    --bottom-navbar-icon-color: var(--theme-quaternary-font-color);
    --bottom-navbar-text-hover-color: var(--theme-color);
    --base-label-color: var(--base-font-color);
    --game-header-background: var(--top-navbar-background) !important;
    --game-header-color: white;
    --homepage-game-category-background: black;
    --homepage-game-category-label-color: white;
    --homepage-game-category-border-color: transparent;
    --promotion-section-header-bg-color: var(--theme-quaternary-bg-color);
    --promotion-section-header-font-color: var(--theme-quaternary-font-color);
    --promotion-section-body-bg-color: white;
    --promotion-section-body-font-color: black;
    --promotion-timing-bg-color: var(--theme-quaternary-bg-color);
    --promotion-timing-font-color: var(--theme-quaternary-font-color);
    --card-radius: 8px;
    --theme-separator-color: rgba(255, 255, 255, 0.6);
    --footer-provider-box-border-color: transparent;
    --marquee-secondary-color: #FFFFFF;
    --marquee-primary-color: #000000;
    --mobile-sidebar-bg-color: #2E2E2E;
    --mobile-sidebar-font-color: #FFFFFF;
    --base-modal-header-bg-color: #2e2e2e;
    --base-modal-header-font-color: white;
    --base-modal-footer-bg-color: var(--theme-secondary-bg-color);
    --base-modal-footer-font-color: var(--theme-secondary-font-color);
    --page-container-bg-color: #373636;
    --page-container-font-color: white;
    --jackpot-wrapper-background: linear-gradient(rgba(var(--main-theme), 0.4), var(--theme-color), rgba(var(--main-theme), 0.4));
    --jacpot-number-color: #fff;
    --jackpot-wrapper-inner-background: linear-gradient(var(--theme-color), rgba(var(--main-theme), 0.1));
    --jackpot-wrapper-border-container-background: #00000099;
    --jackpot-wrapper-border-container-border-color: rgba(var(--main-theme), 0.4);
    --jackpot-container-background: linear-gradient(var(--theme-color), rgba(var(--main-theme), 0.1));
    --jackpot-inner-container-background: #000;
    --jackpot-currency-color: var(--theme-color);
    --jackpot-border-container-border-color: rgba(var(--main-theme), 0.4);
    --jackpot-outer-container-background: #000;
}
.dark {
    --background: 0 0% 3.9%;
    --foreground: 0 0% 98%;
    --muted: 0 0% 14.9%;
    --muted-foreground: 0 0% 63.9%;
    --popover: 0 0% 3.9%;
    --popover-foreground: 0 0% 98%;
    --card: 0 0% 3.9%;
    --card-foreground: 0 0% 98%;
    --border: 0 0% 14.9%;
    --input: 0 0% 14.9%;
    --primary: 0 0% 98%;
    --primary-foreground: 0 0% 9%;
    --secondary: 0 0% 14.9%;
    --secondary-foreground: 0 0% 98%;
    --accent: 0 0% 14.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --ring: 0 0% 83.1%;
}
html {
    height: 100%;
    margin: 0;
    background: #000;
}
html, body {
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}
div#root {
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
}

body {
    background-color: #0a0a0a;
    font-family: 'DigitalSans', sans-serif!important;
    color: #fff;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
#loader {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 999 !important;
    background: #0e111d!important;
}

.loading-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transform: translateY(-25%);
}

.loading-logo {
    animation: textBlink-938b83b0 2.5s ease-in-out infinite;
    position: relative;
}

.outer-circle {
    animation: slideLeftRight-938b83b0 1.5s linear infinite;
    background: linear-gradient(90deg, #ffc107, transparent);
    border-radius: 0;
    height: 1px;
    left: 0;
    top: 0;
    width: 50%;
}

.inner-circle {
    height: 10px;
    left: 25%;
    position: absolute;
    top: 25%;
    width: 50%;
    z-index: 2;
}

.loading-text {
    color: #ffc107;
    font-family: 'DigitalSans', sans-serif!important;
    font-style: italic;
    font-weight: 700;
    font-size: 1.105em;
}


@keyframes flash-a8d546c4 {
0% {
    color: #fff900;
    opacity: 1;
    text-shadow: 0 0 7px #fff900, 0 0 50px #ff6c00;
}
50% {
    opacity: .5;
}
100% {
    color: #48484848;
    opacity: .5;
    text-shadow: none;
}
}
.loading-text>span {
    animation: flash-a8d546c4 1.2s linear infinite;
    color: #48484848;
    font-family: 'DigitalSans', sans-serif!important;
}

.loading-text span:first-child {
    animation-delay: .1s;
}

.loading-text span:nth-child(2) {
    animation-delay: .2s;
}

.loading-text span:nth-child(3) {
    animation-delay: .3s;
}
.loading-text span:nth-child(4) {
    animation-delay: .4s;
}
.loading-text span:nth-child(5) {
    animation-delay: .5s;
}
.loading-text span:nth-child(6) {
    animation-delay: .6s;
}
.loading-text span:nth-child(7) {
    animation-delay: .7s;
}
.loading-text span:nth-child(8) {
    animation-delay: .8s;
}
.loading-text span:nth-child(9) {
    animation-delay: .9s;
}
.loading-text span:nth-child(10) {
    animation-delay: 1s;
}

header{
    background: linear-gradient(51deg, #BF953F 5%, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

@media (max-width: 600px) {
    :root {
        --font-scale: .85;
    }
}
i.fa-solid.fa-bars {
    font-size: .678rem;
}

.marquee-icon-box {
background:linear-gradient(319deg, #BF953F 0%, #FCF6BA, #B38728 50%, #FBF5B7, #AA771C 100%)
}

.swiper-pagination>span {
    background: #1f2937;
    opacity: 1;
    width: .6255rem!important;
    height: .6255rem!important;
}

.active_dot{
    background: #4ade80!important;
    border: 1px solid #fff;
    width: .6255rem!important;
    height: .6255rem!important;
}

.swiper-pagination {
    bottom: 26px!important
}

.btn-secondary, .swal2-cancel, .swal2-deny {
    background: var(--btn-secondary-background, transparent) !important;
    border-color: var(--btn-secondary-bordercolor) !important;
    color: var(--btn-secondary-color) !important;
}

.btn-primary, .swal2-confirm {
    background: var(--btn-primary-background) !important;
    border-color: var(--btn-primary-bordercolor) !important;
    color: var(--btn-primary-color) !important;
}

.btn-primary, .btn-primary span, .btn-secondary, .btn-secondary span {
    font-family: Overpass, sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: .5px !important;
    -webkit-font-smoothing: antialiased;
    font-size: .85rem;
    line-height: 1.5rem;
}

.jackpot-text {
    font-weight: bolder;
    font-style: italic;
    text-transform: uppercase;
    color: black;
    -webkit-text-stroke: 2px transparent;
    background: linear-gradient(180deg, #fbc878, #ffff9f, #ffd264, #a9703d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: black;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
    letter-spacing: 3px;
    font-family: 'DigitalSans', sans-serif!important;
}

@media (max-width: 768px) {
    .jackpot-text-container {
        background: linear-gradient(180deg, #fbc878, #ffff9f, #ffd264, #a9703d);
        width: 100%;
        justify-content: center;
        padding: 5px;
        border-radius: 50px;
    font-family: 'DigitalSans', sans-serif!important;
    }
}
.jackpot-counter .jackpot-currency, .jackpot-counter .prizepool-num {
    text-transform: uppercase;
    background: linear-gradient(180deg, #fbc878, #ffff9f, #ffd264, #a9703d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    font-family: 'DigitalSans', sans-serif!important;
}
@media (max-width: 768px) {
    .jackpot-text {
        width: 100%;
        font-size: 45px;
        -webkit-text-fill-color: transparent !important;
    font-family: 'DigitalSans', sans-serif!important;
    }
}

.jackpot-counter .jackpot-number-container {
    gap: 15px;
}
@media (max-width: 768px) {
    .jackpot-counter .jackpot-currency, .jackpot-counter .prizepool-num {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
    .jackpot-counter {
        padding: 0.5rem;
    }
}
.menu_container {
    background-image: linear-gradient(319deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.game-category-label-section {
    background: linear-gradient(319deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    color: #FFFFFF;
    border-radius: 0px 30px 30px 0px;
}

.game-category-section .game-category-label {
    background: #000;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px 5px 10px;
    text-transform: capitalize;
    width: -moz-fit-content;
    width: fit-content;
}
.game-category-content {
    border: 1px solid #00000000;
    padding: 0;
}

.gamelisting {
    color: #fff;
}

.carouselContainer[data-v-e0ce3891] {
    cursor: grab;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.game-icon {
    display: inline-block;
    font-family: gameCategoryIconV1;
    font-style: normal;
    font-weight: 400;
}
.btn, .swal2-actions button {
    border: 1px solid transparent;
    border-radius: 8px;
    display: flex;
    font-size: 10px;
    letter-spacing: 1.2px;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .5s ease;
}
@media (max-width: 768px) {
    .footer-wrapper {
        background: #2d2d2d !important;
        color: #ffffff !important;
    }
}
.bottomnavbar-wrapper {
    background: #151515;
    padding-top: 5px;
}

.bottomnavbar-container a.router-link-active .bottomnavbar-icon, .bottomnavbar-container a.router-link-active .bottomnavbar-text, .bottomnavbar-container a:hover .bottomnavbar-icon, .bottomnavbar-container a:hover .bottomnavbar-text, .bottomnavbar-container div:hover .bottomnavbar-icon, .bottomnavbar-container div:hover .bottomnavbar-text {
    color: #f8c60d;
}

.bottomnavbar-container a .bottomnavbar-icon, .bottomnavbar-container div .bottomnavbar-icon {
    opacity: .7;
}

a.router-link-active.router-link-exact-active.flex.flex-col.justify-center.items-center.pb-2.pt-4.gap-5.h-full.w-full {
    font-size: .7rem;
}

a.flex.flex-col.justify-center.items-center.pb-2.pt-4.gap-5.h-full.w-full {
    font-size: .7rem;
}

img.game-icon-img {
  width: 13px;
  height: 13px;
  position: relative;
  bottom: 3px;
  filter: brightness(0) saturate(100%) invert(47%) sepia(95%) saturate(376%) hue-rotate(80deg) brightness(90%) contrast(85%);
}
img.game-icon-img.casino {
  filter: brightness(0) saturate(100%) invert(20%) sepia(92%) saturate(1333%) hue-rotate(180deg) brightness(92%) contrast(95%);
  bottom: 1px;
}

img.game-icon-img.slot {
  filter: brightness(0) saturate(80%) invert(22%) sepia(86%) saturate(6484%) hue-rotate(0deg) brightness(75%) contrast(100%)
}

img.game-icon-img.games {
  filter: brightness(0) saturate(100%) invert(27%) sepia(81%) saturate(947%) hue-rotate(152deg) brightness(94%) contrast(92%);
}

.base-modal, .bg-card-primary, .swal2-modal {
    background: #373636 !important;
    border-radius: 8px;
    color: #ffffff !important;
}
.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
    max-width: 80vw;
}

#swal2-html-container {
    font-size: 12px;
}

.swal2-actions button {
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 10px;
    letter-spacing: 1.2px !important;
    padding: .15rem .85rem;
    text-align: center;
    transition: all .5s ease;
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon .5s;
}

.swal2-icon-show {
    overflow: hidden;
    position: relative;
}

div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    border: .25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    backdrop-filter: blur(4px);
}
.custom_Swal_icon.swal2-icon-show {
    scale: 0.885;
    margin: 1.5em auto .6em;
}

.input-container[data-v-bf93d84e] {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
}

.base-input[data-v-bf93d84e] {
    border: 1px solid var(--base-input-border-color);
    border-radius: 5px;
    flex: 1;
    padding: 8px;
}

.base-input {
    align-items: center;
    border-color: var(--base-input-border-color);
    border-radius: var(--base-input-border-radius);
    border-width: 1px;
    display: flex;
    gap: .5rem;
    height: 1.69rem;
    margin-bottom: .2rem;
    margin-top: .2rem;
    padding: .5rem 1rem;
    transition: all .5s ease;
    width: 100%;
}
.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 99999999;
}
.inputbox-input {
    background: var(--input-background);
    color: var(--input-color);
}

label {
    font-size: .7rem;
}

img.max-w-40.max-h-40.h-auto.w-full.px-6.mt-5 {
    scale: 1.2;
}

.base-label-description {
    font-size: .7rem;
}

i.fas.fa-eye,i#iconSideBarPassword,i.fas.fa-eye-slash.toggle-password {
    color: #666;
    cursor: pointer;
    position: absolute;
    right: 10px;
    transition: color .3s ease-in-out;
    scale: 0.9
}

.base-label-secondary {
    opacity: .6;
}

/*.provider-info {
    padding: 3px;
}*/
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-basic aside {
    right: -100%;
}

.sidebar-basic.open aside {
    right: 0;
}
.loginBtn {
  cursor: pointer;
}

.mobile-sidebar {
    background: #2e2e2e;
    color: var(--mobile-sidebar-font-color);
}

.sidebar-wrapper .gameCategory:before {
    background-color: var(--theme-primary-bg-color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.sidebar-bottom-language {
    background: var(--theme-primary-bg-color);
}
.sidebar-wrapper .gameCategory {
    overflow: hidden;
    position: relative;
}

.sidebarToggler {
    height: -moz-fit-content;
    height: fit-content;
    transform: translate(-99%, 100%);
    width: -moz-fit-content;
    width: fit-content;
}
.sidebarToggler {
    border: 0 !important;
    border-radius: 0;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 5% 80%, 0 50%, 5% 20%);
    font-size: 15px;
    height: -moz-fit-content;
    height: fit-content;
    transform: translate(-100%, 100%);
    width: -moz-fit-content;
    width: fit-content;
    padding: .45rem .85rem;
}

img.game-icon,.sidebar-icon { width: 1rem; height: 1rem; filter: invert(1); margin-bottom: .25rem; }
.sidebar-text { font-size: 11px; }
img.w-40.h-fit.hover\:scale-95.transform.transition.duration-300.ease-in-out { scale: .95; }
.sidebar-wrapper .gameCategory .sidebar-icon { color: #000; filter: contrast(0.5);font-size: 17px; }
.sidebar-basic.open { position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100dvh; z-index: 99999; background: #1f293780; backdrop-filter: blur(4px); }

.animate-spin {
    animation: spin 1s linear infinite
}
.fa-spin{
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-name: fa-spin;
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spinner-third {
    margin-right: 8px;
}


.btn[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

input:disabled {
    cursor: not-allowed;
}

[data-tab] {
    display: none;
}

[data-tab].active {
    display: block;
}

.hidden {
    display: none !important;
} 
.btn {
  position: relative;
}

.btn .loading-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.btn.loading .loading-spinner {
  display: block;
}

.btn .btn-text {
  transition: opacity 0.3s ease;
}

.btn.loading .btn-text {
  opacity: 0;
} 
#SideBarloginBtn .loading-spinner {
  left: calc(50% + 8px); 
}