:root {
    --color-1: #0b0b0b;
    --color-2: #001974;
    --color-3: #042ec8;
    --color-4: #026ffd;
    --color-5: #0294fd;
    --color-6: #02adfd;
    --color-7: #8f8300;
    --color-8: #dac914;
    --color-9: #ffea00;

    --gradient-1: radial-gradient(circle at top left, var(--color-4), transparent 30%) !important;
    --gradient-2: radial-gradient(circle at bottom right, var(--color-4), transparent 30%) !important;
    --gradient-3: radial-gradient(circle at center, var(--color-9), var(--color-7)) !important;
    --gradient-4: radial-gradient(circle at center, var(--color-6), var(--color-3)) !important;
}

.bg-color-1 { background-color: var(--color-1) !important; }
.bg-color-2 { background-color: var(--color-2) !important; }
.bg-color-3 { background-color: var(--color-3) !important; }
.bg-color-4 { background-color: var(--color-4) !important; }
.bg-color-5 { background-color: var(--color-5) !important; }
.bg-color-6 { background-color: var(--color-6) !important; }
.bg-color-7 { background-color: var(--color-7) !important; }
.bg-color-8 { background-color: var(--color-8) !important; }
.bg-color-9 { background-color: var(--color-9) !important; }

.bg-gradient-1 { background-image: var(--gradient-1) !important; }
.bg-gradient-2 { background-image: var(--gradient-2) !important; }
.bg-gradient-3 { background-image: var(--gradient-3) !important; }

body {
    min-height: 100dvh;
    background: var(--color-2);
}

button, button:hover, button:focus {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.anim-text {
    text-shadow: 0 0 0.5em var(--color-9), 0 0 0.5em var(--color-9);
}

.bg {
    display: block;
    position: fixed;
    inset: 0;
    width: auto;
    height: auto;
}
.bg::before, .bg::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    background-image: var(--gradient-1);
    z-index: 0;
}
.bg::after {
    background-image: var(--gradient-2);
}

.banner-wrapper img {
    border-radius: 20px !important;
    box-shadow: 0 0 12px 2px var(--color-8);
}

.btn-main {
    padding: 15px 40px;
    min-width: 140px;
    background-image: var(--gradient-3);
    border-radius: 12px;
    box-shadow: 0 0 12px 3px var(--color-9);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.card.card-game {
    border-radius: 20px;
}
.card.card-game .card-body {
    border-radius: 20px;
}
.card.card-game .card-body .thumbnail-wrapper {
    display: block;
    position: relative;
    border-radius: 18px;
}
.card.card-game .card-body .thumbnail-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.card.card-game .card-body:hover .thumbnail-wrapper::after {
    opacity: 1;
}
.card.card-game .card-body .thumbnail-wrapper .btn-login {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    min-width: 100px;
    background-image: var(--gradient-4);
    border-radius: 12px;
    box-shadow: 0 0 12px 3px var(--color-6);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 4;
}
.card.card-game .card-body:hover .thumbnail-wrapper .btn-login {
    opacity: 1;
}
.card.card-game .card-body .thumbnail-wrapper .card-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
}
.card.card-game .card-body .jam-gacor {
    border-radius: 12px 12px 0 0;
}
.card.card-game .card-body .pola-gacor {
    min-height: 120px;
    border-radius: 0 0 18px 18px;
}

.content-wrapper {
    display: block;
    position: relative;
    z-index: 2;
}

.logo-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 265px;
}
.logo-wrapper img {
    display: block;
    position: relative;
    width: 100%;
}

marquee {
    line-height: 1;
}

.next-btn, .next-btn:hover, .next-btn:focus {
    width: 10%;
	background-color: var(--color-5);
	border: 2px solid var(--color-5) !important;
	color: rgb(0, 0, 0);
}

.page-title {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: var(--color-9);
    text-shadow: 0 0 20px rgb(241, 255, 38), 0 0 5px rgb(202, 131, 0), 0 0 7px rgb(151, 111, 0), 0 0 45px rgb(255, 239, 10);
    font-family: monospace;
    font-size: 35px;
}

.percent{
    height: 19px;
    margin-top: 10px !important;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 50px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: -15px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}
.percent-bar{
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}
.good{
    background-color: #ffc107;
}
.great{
    background-color: #28a745;
}
.bad{
    background-color: #dc3545;
}

.slot-sidebar-nav {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	padding-left: 0;
    margin-top: 5px;
	margin-bottom: -10px;
	list-style: none;
}
.slot-sidebar-nav > li {
    width: 100%;
	border: 1px solid var(--color-5) !important;
	position: relative;
	display: block;
}
.slot-sidebar-nav > li > a.btn-provider {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 50px;
	padding: 7px 10px;
	background-image: linear-gradient(var(--color-3), var(--color-5), var(--color-3)); 
	border: 2px solid rgb(0, 0, 0);
	font-size: 13px;
	text-align: center;
}
.slot-sidebar-nav > li > a.btn-provider > img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 30px !important;
}

/* responsive */
@media (min-width: 768px) {
    .slot-sidebar-nav > li > a.btn-provider {
        min-height: 80px;
    }
    .slot-sidebar-nav > li > a.btn-provider > img {
        width: 50px !important;
    }
}

/* animation */
@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}