@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: 'Open24DisplaySt';
  src: url('../fonts/Open24DisplaySt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@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 Variables - Clients can modify these for customization */
:root {
	--green: 0, 255, 0;
	--main-theme: 14, 151, 203; /* Store it as a comma-separated value */
	--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: var(--theme-color);
	--btn-primary-color: #ffffff;
	--btn-primary-bordercolor: transparent;
	--btn-primary-hover-background: transparent;
	--btn-primary-hover-color: #ffffff;
	--btn-primary-hover-bordercolor: var(--theme-color);
	--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(to bottom, #696969 0%, #383838 100%);
	--btn-secondary-color: #ffffff;
	--btn-secondary-bordercolor: #393838;
	--btn-secondary-hover-background: transparent;
	--btn-secondary-hover-color: #ffffff;
	--btn-secondary-hover-bordercolor: #939393;
	--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: #1e1e1e;
	--top-navbar-background: #2D2D2C;
	--top-navbar-icon-color: #dddddd;
	--top-navbar-label-color: #8f8d8d;
	
	--topgamelist-background: rgba(0, 0, 0, 0.8);
    --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: var(--theme-quaternary-bg-color);
	--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(--theme-primary-bg-color);
	--game-header-color: var(--theme-primary-font-color);

	--homepage-game-category-background: var(--theme-primary-bg-color);
	--homepage-game-category-label-color: var(--theme-primary-font-color);
	--homepage-game-category-border-color: var(--theme-color);

	--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: rgba(255, 255, 255, 0.6);

	--marquee-primary-color: var(--theme-color);
	--marquee-secondary-color: black;

	--mobile-sidebar-bg-color: rgb(46, 46, 46);
	--mobile-sidebar-font-color: white;

	--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;
}


:root {
	/* Progressive Jackpot */
	--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;
}
:root {
	/* Lottery */
	--lottery-title-text-color: var(--theme-primary-font-color);
	--lottery-title-background: var(--theme-primary-bg-color);
    --lottery-numbers-background: var(--theme-quaternary-bg-color);
    --lottery-container-background: var(--theme-secondary-bg-color);
    --lottery-text-color: var(--theme-secondary-font-color);
	--lottery-number-background: var(--theme-secondary-bg-color);
}
:root {
	/* Video Slots */
	--video-slots-text-color: white;
	--video-slots-icon-color: var(--theme-color);
	--video-slots-wrapper-background: var(--theme-secondary-bg-color);
	--video-slots-content-background: var(--theme-quaternary-bg-color);
}

body {
	font-family: "digital_sans_ef_medium";
	font-size: 14px;
}

.hero-dl-description {
	color: white;
}


.hero-content-title {
	color: white;
}

.hero-content-subtitle {
	color: white;
}

.hero-content-description {
	color: white;
}

.hero-dl-description {
	color: white;
}

.hero-dl-content-title {
	color: white;
}

.hero-section {
	position: relative;
}

.hero-image-section,
.hero-content-section {
	transition: transform 1s ease-out, opacity 1s ease-out;
}

.hero-section.scrolled .hero-image-section,
.hero-section.scrolled .hero-content-section {
	opacity: 1;
	transform: translateX(0);
}


@media (min-width: 768px) {
	.hero-section {
		border-top: 2px solid var(--theme-color);
		border-bottom: 2px solid var(--theme-color);
	}
}
.jackpot-border-container {
	font-family: "Open24DisplaySt";
}


@media (max-width: 768px) {
	.footer-wrapper {
		background: var(--theme-tertiary-bg-color) !important;
		color: var(--footer-color) !important;
	}
}
.no-scrollbar[data-v-5fdb8633]::-webkit-scrollbar {
    display: none
}

.no-scrollbar[data-v-5fdb8633] {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.basic-full,.no-scrollbar {
    height: 180px
}

@media (min-width: 768px) {
    .basic-full,.no-scrollbar {
        height:auto;
        max-height: 500px
    }
}

.no-scrollbar {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 1920px) {
    .no-scrollbar {
        height:600px
    }
}

@media (max-width: 1680px) {
    .no-scrollbar {
        height:400px
    }
}

@media (max-width: 1280px) {
    .no-scrollbar {
        height:300px
    }
}

@media (max-width: 768px) {
    .no-scrollbar {
        height:200px
    }
}

.fade-slide-enter-active[data-v-3495b43b],.fade-slide-leave-active[data-v-3495b43b] {
    transition: opacity .2s ease,transform .2s ease
}

.fade-slide-enter-from[data-v-3495b43b],.fade-slide-leave-to[data-v-3495b43b] {
    opacity: 0;
    transform: translateY(-10px)
}

.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
}

.toggle-password[data-v-bf93d84e] {
    color: #666;
    cursor: pointer;
    position: absolute;
    right: 10px;
    transition: color .3s ease-in-out
}

.toggle-password[data-v-bf93d84e]:hover {
    color: #333
}

.home-progressive-jackpot {
    background-image: var(--jackpot-wrapper-background);
    border-radius: 30px;
    color: var(--jacpot-number-color);
    display: flex;
    padding: 10px;
    width: 100%
}

@media (max-width: 768px) {
    .home-progressive-jackpot {
        padding:0
    }

    .home-progressive-jackpot .outer-container {
        padding: 0!important
    }

    .home-progressive-jackpot .inner-container {
        padding: 0
    }
}

.home-progressive-jackpot .outer-container {
    background-color: var(--jackpot-outer-container-background);
    border-radius: 100px;
    display: flex;
    flex-grow: 1;
    padding: 10px
}

.home-progressive-jackpot .inner-container {
    background: var(--jackpot-wrapper-inner-background);
    border-radius: 100px;
    display: flex;
    flex-grow: 1;
    padding: 10px
}

.home-progressive-jackpot .border-container {
    align-items: center;
    background: var(--jackpot-wrapper-border-container-background);
    border: 3px solid var(--jackpot-wrapper-border-container-border-color);
    border-radius: 100px;
    display: flex;
    flex-grow: 1;
    gap: 50px;
    padding: 10px
}
.body-container .navigation-container {
    background: var(--topgamelist-background);
}
@media (max-width: 768px) {
    .home-progressive-jackpot {
        background-image:none
    }

    .home-progressive-jackpot .border-container {
        flex-direction: column;
        gap: 0;
        padding: 0
    }

    .home-progressive-jackpot .outer-container {
        background-color: transparent
    }

    .home-progressive-jackpot .inner-container {
        background-image: none
    }

    .home-progressive-jackpot .border-container {
        background: transparent;
        border: 0
    }

    .home-progressive-jackpot .jackpot-play-section .jackpot-play-text,.home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
        font-size: 20px!important
    }
}

.home-progressive-jackpot .jackpot-container {
    align-items: center;
    background: var(--jackpot-container-background);
    border-radius: 70px;
    display: flex;
    flex-grow: 2;
    font-family: Open24DisplaySt;
    font-size: 40px;
    justify-content: center;
    letter-spacing: 5px;
    padding: 10px;
    width: 100%
}

.home-progressive-jackpot .jackpot-inner-container {
    background-color: var(--jackpot-inner-container-background);
    border-radius: 50px;
    display: flex;
    flex-grow: 2;
    justify-content: center;
    padding: 8px
}

.home-progressive-jackpot .jackpot-border-container {
    border: 3px dotted var(--jackpot-border-container-border-color);
    border-radius: 50px;
    display: flex;
    flex-grow: 2;
    font-size: 25px;
    justify-content: center;
    line-height: 40px;
    padding: 3px 10px
}

@media (min-width: 768px) {
    .home-progressive-jackpot .jackpot-border-container {
        padding:10px 20px
    }
}

.home-progressive-jackpot .jackpot-currency {
    color: var(--jackpot-currency-color);
    margin-right: 10px
}

.home-progressive-jackpot .jackpot-border-container>span {
    margin-top: -5px
}

.home-progressive-jackpot .jackpot-play-section {
    align-items: flex-end;
    align-items: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px
}

.home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
    color: #fd6f16;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 5px;
    text-transform: uppercase
}

.home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
    color: #009fc5;
    font-size: 20px
}

.home-progressive-jackpot .jackpot-play-section img {
    height: auto;
    width: 87px
}

.lottery-result-container .lottery-date[data-v-64ef5bb6] {
    background: var(--lottery-container-background);
    color: var(--lottery-text-color)
}

.lottery-result-container .lottery-result-title[data-v-64ef5bb6] {
    color: var(--lottery-title-text-color)
}

.lottery-result-container .lottery-result[data-v-64ef5bb6] {
    background: var(--lottery-container-background)
}

.lottery-result-container[data-v-64ef5bb6] {
    border-radius: 5px;
    overflow: hidden
}

.lottery-result-container .lottery-result-title[data-v-64ef5bb6] {
    align-items: center;
    background: var(--lottery-title-background);
    display: flex;
    font-size: 14px;
    justify-content: center;
    margin-top: 0;
    min-height: 28px;
    padding: 3px 0;
    text-align: center;
    width: 100%
}

.lottery-result-container .lottery-result[data-v-64ef5bb6] {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 5px
}

.lottery-result-container .lottery-numbers[data-v-64ef5bb6] {
    background: var(--lottery-numbers-background);
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 10px;
    padding: 2px
}

.lottery-result-container [data-lottery-number][data-v-64ef5bb6] {
    background-image: var(--image-src);
    background-position: -1px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    height: 45px;
    margin: 3px 0;
    width: 35px
}

.lottery-result-container [data-lottery-number="1"][data-v-64ef5bb6] {
    background-position-x: -36.5px
}

.lottery-result-container [data-lottery-number="2"][data-v-64ef5bb6] {
    background-position-x: -72px
}

.lottery-result-container [data-lottery-number="3"][data-v-64ef5bb6] {
    background-position-x: -109.5px
}

.lottery-result-container [data-lottery-number="4"][data-v-64ef5bb6] {
    background-position-x: -146px
}

.lottery-result-container [data-lottery-number="5"][data-v-64ef5bb6] {
    background-position-x: -182.75px
}

.lottery-result-container [data-lottery-number="6"][data-v-64ef5bb6] {
    background-position-x: -219.5px
}

.lottery-result-container [data-lottery-number="7"][data-v-64ef5bb6] {
    background-position-x: -256.25px
}

.lottery-result-container [data-lottery-number="8"][data-v-64ef5bb6] {
    background-position-x: -292.5px
}

.lottery-result-container [data-lottery-number="9"][data-v-64ef5bb6] {
    background-position-x: -328.5px
}

.lottery-result-container .lottery-date[data-v-64ef5bb6] {
    font-size: 11px;
    padding: 5px;
    text-align: center
}

.vfm-marquee-container {
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    position: relative;
    transform: var(--transform);
    width: var(--width)
}

.vfm-marquee-container:hover div {
    animation-play-state: var(--pause-on-hover)
}

.vfm-marquee-container:active div {
    animation-play-state: var(--pause-on-click)
}

.vfm-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.vfm-overlay:after,.vfm-overlay:before {
    background: linear-gradient(to right,var(--gradient-color),hsla(0,0%,100%,0));
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    touch-action: none;
    width: var(--gradient-width);
    z-index: 2
}

.vfm-overlay:after {
    right: 0;
    top: 0;
    transform: rotate(180deg)
}

.vfm-overlay:before {
    left: 0;
    top: 0
}

.vfm-marquee {
    align-items: center;
    animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
    animation-delay: var(--delay);
    animation-direction: var(--direction);
    animation-play-state: var(--play);
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    min-width: var(--min-width);
    z-index: 1
}

@keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

.vfm-parent {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    min-width: auto
}

.vfm-parent>* {
    transform: var(--transform)
}

.video-slots-header[data-v-f22161e2] {
    background: var(--video-slots-wrapper-background);
    color: var(--video-slots-text-color)
}

.video-slots-icon-play[data-v-f22161e2] {
    color: var(--video-slots-icon-color)
}

.video-slots-content[data-v-f22161e2] {
    background: var(--video-slots-wrapper-background)
}

.video-slots-title[data-v-f22161e2] {
    color: var(--video-slots-text-color)
}

.video-slots-icon-trophy[data-v-f22161e2] {
    color: var(--video-slots-icon-color)
}

.video-slots-container[data-v-f22161e2] {
    background: var(--video-slots-content-background)
}

.video-slots-player[data-v-f22161e2] {
    color: var(--video-slots-text-color)
}

.video-slots-amount[data-v-f22161e2] {
    color: var(--video-slots-icon-color)
}

.video-slots-gamename[data-v-f22161e2] {
    color: var(--video-slots-text-color)
}
.super-big-text {
    display: block;
    font-size: 1.8em;
    line-height: 1
}

.big-text,.super-big-text {
    font-weight: bolder;
    letter-spacing: .5px;
    text-transform: uppercase
}

.big-text {
    font-size: 1.5em;
    line-height: .7
}

.small-text {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: .7;
    text-transform: uppercase
}

.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
}

.carouselContainer.dragging[data-v-e0ce3891] {
    cursor: grabbing
}

.carouselContainer[data-v-e0ce3891]::-webkit-scrollbar {
    display: none
}

body[data-v-e0ce3891] {
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none
}
.modal-overlay[data-v-c66a451c]{background-color:#0009}
@keyframes slideExpandTop-c0a5de94 {
    0% {
        height: 10px;
        opacity: 0;
        transform: translate(100%)
    }

    50% {
        opacity: 1;
        transform: translate(0)
    }

    to {
        background: radial-gradient(circle,#ffba62,#fef5e4,#ffc57b);
        height: 100%;
        opacity: 1
    }
}

@keyframes slideExpandBottom-c0a5de94 {
    0% {
        height: 10px;
        opacity: 0;
        transform: translate(-100%)
    }

    50% {
        opacity: 1;
        transform: translate(0)
    }

    to {
        height: 100%;
        opacity: 1
    }
}

@keyframes zoomInText-c0a5de94 {
    0% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate-top-line[data-v-c0a5de94] {
    animation: slideExpandTop-c0a5de94 .8s ease-out forwards
}

.animate-bottom-line[data-v-c0a5de94] {
    animation: slideExpandBottom-c0a5de94 .8s ease-out forwards
}

.animate-text-zoom[data-v-c0a5de94] {
    animation: zoomInText-c0a5de94 .5s ease-out .9s forwards;
    opacity: 0
}
.slide-up-down-enter-active[data-v-f0bf7798],.slide-up-down-leave-active[data-v-f0bf7798] {
    transition: transform .3s ease,opacity .3s ease
}

.slide-up-down-enter[data-v-f0bf7798] {
    opacity: 0;
    transform: translateY(100%)
}

.slide-up-down-enter-to[data-v-f0bf7798],.slide-up-down-leave[data-v-f0bf7798] {
    opacity: 1;
    transform: translateY(0)
}

.slide-up-down-leave-to[data-v-f0bf7798] {
    opacity: 0;
    transform: translateY(100%)
}

.modal-content[data-v-f0bf7798] {
    transition: transform .3s ease,opacity .3s ease
}
.animate-fall[data-v-42380765] {
    animation: fall-42380765 15s ease-in infinite
}

@keyframes fall-42380765 {
    0% {
        opacity: 1;
        transform: translateY(-10%) rotate(0)
    }

    20% {
        opacity: .7;
        transform: translateY(30vh) rotate(180deg)
    }

    40% {
        opacity: 0;
        transform: translateY(50vh) rotate(1turn)
    }

    to {
        opacity: 0;
        transform: translateY(100vh) rotate(1turn)
    }
}
.no-scrollbar[data-v-a20f0835] {
    scrollbar-width: none
}

.no-scrollbar[data-v-a20f0835]::-webkit-scrollbar {
    display: none
}

.no-scrollbar[data-v-f133926e] {
    scrollbar-width: none
}

.no-scrollbar[data-v-f133926e]::-webkit-scrollbar {
    display: none
}

.no-scrollbar[data-v-e4b3c9b3] {
    scrollbar-width: none
}

.no-scrollbar[data-v-e4b3c9b3]::-webkit-scrollbar {
    display: none
}

.no-scrollbar[data-v-a5253b7d] {
    scrollbar-width: none
}

.no-scrollbar[data-v-a5253b7d]::-webkit-scrollbar {
    display: none
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .4s ease,transform .3s ease
}

.fade-enter-from {
    opacity: 0;
    transform: translateY(10px)
}

.fade-leave-to {
    opacity: 0;
    transform: translateY(-10px)
}

.no-scrollbar[data-v-5530a69a] {
    scrollbar-width: none
}

.no-scrollbar[data-v-5530a69a]::-webkit-scrollbar {
    display: none
}
.game-sports-box {
    background: #19191980;
    border-radius: 50%;
    height: 120px;
    margin: 10px;
    position: relative;
    width: 120px
}

@media (min-width: 768px) {
    .game-sports-box {
        height:180px;
        margin: 15px;
        width: 180px
    }
}

.game-sports-section {
    cursor: pointer;
    display: grid;
    font-size: 15px;
    gap: 3px;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 1fr;
    padding: 15px 25px;
    text-align: center
}

@media (min-width: 768px) {
    .game-sports-section {
        grid-template-columns:1fr;
        grid-template-rows: 2fr
    }
}
.promotion-filters button[data-v-c31a8f63] {
    background: transparent;
    border: none;
    color: inherit;
    position: relative;
    text-align: center;
    transition: color .3s ease;
    white-space: nowrap
}

.promotion-filters button.active[data-v-c31a8f63],.promotion-filters button[data-v-c31a8f63]:hover {
    color: var(--theme-color)!important
}

.promotion-filters button[data-v-c31a8f63]:after {
    background-color: var(--theme-color);
    bottom: 0;
    content: "";
    height: 2px;
    left: 10%;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
    width: 80%
}

.promotion-filters button.active[data-v-c31a8f63]:after,.promotion-filters button[data-v-c31a8f63]:hover:after {
    transform: scaleX(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: #2d2d2d;
    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: var(--top-header-background) !important;
}

@media (max-width: 600px) {
    :root {
        --font-scale: .85;
    }
}
i.fa-solid.fa-bars {
    font-size: .678rem;
}
.regiTxt {
    letter-spacing: -3px!important;
    font-size: 1.1rem;
}
.carouselHot {
    margin: 0 auto;
    align-items: center;
    padding: .75rem;
}
.marquee-icon-box {
    background: var(--marquee-primary-color)!important;
    color: var(--marquee-secondary-color)!important;
}
.game-listing-rtp.game-listing-rtp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--game-header-background);
    opacity: 0.6;
    z-index: 0;
}
.game-listing-rtp.game-listing-rtp {
    position: relative;
    display: flex !important;
    color: var(--game-header-color);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    margin-top: 5px;
    justify-content: center;
    gap: 5px;
    padding: 3px 0px;
    overflow: hidden;
}
.absolute.rounded-2xl.overflow-hidden.top-0.left-0.w-full.h-full.flex.items-center.justify-center.bg-slate-900.bg-opacity-50.opacity-0.transition-opacity.duration-500.group-hover\:opacity-100.z-\[1px\] {
    box-shadow: none !important;
    backdrop-filter: none !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
}

.marquee-container, .marquee-icon-box {
    background: var(--marquee-primary-color) !important;
    color: var(--marquee-secondary-color) !important;
    height: 1.5rem !important;
}
.vfm-parent {
    font-size: .6rem;
}
.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
}
.jackpot-border-container.flex.items-center {
    font-family: 'Open24DisplaySt';
}
.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: 500 !important;
    letter-spacing: .5px !important;
    -webkit-font-smoothing: antialiased;
    font-size: .925rem;
    line-height: 1.5;
}
.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: var(--topgamelist-background);
}
img.top-navbar-icon {
    filter: invert(0);
}
.game-category-label-section {
    color: #FFFFFF;
    box-shadow: 0 1px 0 0 #0e97cb;
}
.navigation-container .gameCategory .top-navbar-label, .navigation-container a .top-navbar-label {
    color: var(--top-navbar-label-color);
}
.game-category-section .game-category-label {
    background: var(--homepage-game-category-background);
    clip-path: polygon(0 0,85% 0,100% 100%,0 100%);
    color: var(--homepage-game-category-label-color);
    font-size: 15px;
    font-weight: 600;
    padding: 5px 25px 5px 10px;
    text-transform: capitalize;
    width: -moz-fit-content;
    width: fit-content;
}
span.bottomnavbar-text {
    font-size: calc(.85rem * var(--font-scale));
    
}
.bottomnavbar-icon {
    scale: .8;
}
.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: .45rem .85rem!important;
    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: var(--bottom-navbar-text-hover-color);
}

.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;
}
button#loginBtn>span.btn-text {
    line-height: 1.1;
}
button#SideBarloginBtn>span.btn-text {
    line-height: 1;
}
.swal2-actions button {
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 10px;
    letter-spacing: 1.2px !important;
    padding: .45rem .85rem!important;
    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); 
}

.vfm-marquee {
    align-items: center;
    animation: scroll var(--duration) 
    linear var(--delay) var(--iteration-count);
    animation-delay: var(--delay);
    animation-direction: var(--direction);
    animation-play-state: var(--play);
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    min-width: var(--min-width);
    z-index: 1;
}

@keyframes scroll {
    0% {
    transform: translate(0);
    }
    100% {
        transform: translate(-100%);
    }
}

.game-category-content {
    border: 1px solid #0e97cb;
    padding: 0;
}