body {
background-image: url("https://www.studiointermedia.com/images/2025/09/25/bgbb88.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center !important;
    background-size: cover !important;
    min-height: 100vh;
    height: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {color: #debc01}
.color-1{background-color: #000000}
.color-2{    background-color: #0b1337;
}
.color-3{background-color: #0b1337}
.color-4{background-color: #161616}
.color-5{background-color: #c5315f}
.color-6{background-color: #01caf8}
.text-justify {
    text-align: justify;
}
.bg-color-2{
    padding: 1rem;
    background: #111c3f80;
    border-top: 3px solid #00e7ff;
    text-align: center;
}
.web-logo {
    width: 100%;
    max-width: 150px;
}
.card-game {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
i.icon {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.bi-person-plus-fill {
    margin-right: 0.5rem;
}
.bi-box-arrow-in-right {
    margin-right: 0.5rem;
}
.btn-regis {
    font-size: .875rem;
    font-weight: 700;
    background: #debc01;
    color: #000;
}
.btn-regis:hover {
    background: #c5a701;
}

.btn-loginn {
    font-size: .875rem;
    font-weight: 700;
    background: #01b5de;
    color: #000;
}
.btn-loginn:hover {
    background: #048aa9;
}

.mr-n1{margin-right: -1rem;}
.btn-slide {background: #070c1e;}
.list-group-item .provider-thumbnail {
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
}
.list-group-item span {
    margin-left: .5rem;
    font-weight: 700;
}
.list-group-item {border-bottom: 1px solid #111c3f;}
.list-group-item-action:focus, .list-group-item-action:hover {background-color: #111c3f;}
/* === Active Menu: Border Muter + Glow + Teks Neon === */
.list-group-item.active a {
    position: relative;
    background: #0b1337; /* dasar kotak */
    color: #00f7ff;      /* teks neon biru */
    font-weight: 800;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    text-shadow: 0 0 5px #00eaff,
                 0 0 10px #00cfff,
                 0 0 20px #0099ff; /* glow teks */
    box-shadow: 0 0 15px rgba(0, 231, 255, 0.8),
                0 0 40px rgba(0, 153, 255, 0.6),
                inset 0 0 25px rgba(0, 153, 255, 0.2); /* glow background */
}

/* Border neon muter */
.list-group-item.active a::before {
    content: "";
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: conic-gradient(
        #00e7ff,
        #0099ff,
        #0044ff,
        #00e7ff
    );
    border-radius: 10px;
    z-index: -1;
    animation: rotateBorder 4s linear infinite;
}

/* Lapisan dalam supaya isi tetap kontras */
.list-group-item.active a::after {
    content: "";
    position: absolute;
    top: 2px; left: 2px; right: 2px; bottom: 2px;
    background: #111a2b; /* lebih gelap biar border & teks makin menonjol */
    border-radius: 6px;
    z-index: -1;
}

/* Animasi border muter */
@keyframes rotateBorder {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.card.card-game {
    background: none;
    display: block;
    position: relative;
    min-height: 100px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 100%;
}
.card.card-game .game-link {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 33px;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.56);
}

.card.card-game:hover .game-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.card-game span {
    color: #ffffff;
    text-transform: capitalize;
    width: 85%;
    font-weight: 700;
    text-align: center;
    font-size: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-game {
    padding: 3px 8px;
    color: #000;
    background: #debc01;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
}
.btn-game:hover {
    background-color: #c5a701;
    color: #fff;
}
.btn-login {
    border-radius: 0;
    line-height: 1.2;
    color: #000000;
    background: #ffc800;
}
.btn-login small, .btn-login span{
    animation: blinking 1s step-start infinite;
}
.btn-group span {
    font-weight: 700;
}
input#search {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #070c1e;
    color: #fff;
    font-size: .875rem;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color .2s ease,border-color .2s ease;
}
.card-provider{
    position: relative;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #070c1e;
    border-radius: 50%;
    flex: 1 1 auto;
    margin: 0 auto;
}
.card-provider img{
    width: 100%;
}
.card-title {
    text-align: center;
}
.card-deck {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.game-item {
    height: 0;
    position: relative;
    padding-bottom: 67.44186%;
}
.game-item-img {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
}
.owl-item {
    text-align: center;
}
.owl-item .active span {
    color: #debc01;
}
.owl-item span {
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: .625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.carousel-game {
    background: #0c3db8;
    border-radius: 3px;
}
.carousel-game .col {
    flex: 0 0 0%;
    height: auto;
}
#owl-game {
    flex: 1 0 auto;
    width: 50%;
    margin: 0 auto;
}
.animate-charcter {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.card.card-game .card-body .game-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.56);
}
.card.card-game .card-body:hover .game-link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.percent {
    height: 25px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #0b1337;
    border-radius: 0 0 4px 4px;
    padding: 4px 5px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 -3px 5px #243a7a inset, 0 1px 0px #9339fd;
    box-shadow: 0 -3px 5px #243a7a inset, 0 1px 0px #9339fd;
}
.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    transform: translateY(9px);
    color: white;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
.percent-bar {
    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;
    border-radius: 2px;
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}
.yellow {
    background-color: #debc01;
}
.green {
    background-color: #0eb700;
}
.red {
    background-color: #b12c55;
}
.shine {
    position: relative;;
}
.shine:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-close {
    font-size: 23px;
    cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body p.text-list {
    display: block;
    position: relative;
    width: 30px;
    color: #edff00;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}
.modal .modal-dialog .modal-content .modal-body h5, .modal .modal-dialog .modal-content .modal-body p {
    font-size: 14px;
}
@keyframes blinking {
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes animate-shine { 
	0% {opacity: 0; width: 0;}
	50% {opacity: .5;}
	100% {opacity: 0; width: 95%;}
}
@-moz-keyframes animate-shine {
	0% {opacity: 0; width: 0;}
	50% {opacity: .5;}
	100% {opacity: 0; width: 95%;}
}
@media (min-width: 576px){
    .text-xs-left {
        text-align: left;
    }
}
@media (min-width: 993px) {
    .modal .modal-dialog .modal-content {
        max-width: 400px;
        margin: 0 auto;
    }
}


.game-item-img-toptrend {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;

}

.game-item-toptrend {
    height: 0;
    position: relative;
    padding-bottom: 102.44186%;
}

.game-item-img-cq9 {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;

}

.game-item-cq9 {
    height: 0;
    position: relative;
    padding-bottom: 102.44186%;
}

.game-item-img-live22 {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-live22 {
    height: 0;
    position: relative;
    padding-bottom: 102.44186%;
}

.game-item-img-playstar {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-playstar {
    height: 0;
    position: relative;
    padding-bottom: 102.44186%;
}

.game-item-img-fastspin {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-fastspin {
    height: 0;
    position: relative;
    padding-bottom: 102.44186%;
}

.game-item-img-jili {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-jili {
    height: 0;
    position: relative;
    padding-bottom: 102.44186%;
}

.game-item-img-spade {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-spade {
    height: 0;
    position: relative;
    padding-bottom: 101.44186%;
}

.game-item-img-joker {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-joker {
    height: 0;
    position: relative;
    padding-bottom: 101.44186%;
}

.game-item-img-microgaming {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-microgaming {
    height: 0;
    position: relative;
    padding-bottom: 101.44186%;
}

.game-item-img-nolimit {
     left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-nolimit {
    height: 0;
    position: relative;
    padding-bottom: 101.44186%;
}

.game-item-img-habanero {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-habanero {
    height: 0;
    position: relative;
    padding-bottom: 101.44186%;
}

.game-item-img-pgsoft {
 left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;

}

.game-item-pgsoft {
    height: 0;
    position: relative;
    padding-bottom: 101.44186%;
}

.game-item-img-pragmatic {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-pragmatic {
    height: 0;
    position: relative;
    padding-bottom: 101.44186%;
}

.game-item-img-hacksaw {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    border-radius: 25px;
    border: 1px solid #00e7ff;
}

.game-item-hacksaw {
    height: 0;
    position: relative;
    padding-bottom: 101.44186%;
}


.font-weight-bold {
    color:#fff;
}

.sticky-top {
   max-width: 1170px;
    margin: auto;
    
}

/* === Blue Neon LED Circle Only (No Hover) === */

/* Provider Logo Circle */
.card-provider {
    position: relative;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #070c1e; /* dark center */
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.card-provider img {
    width: 70%;
    z-index: 2;
}

/* Blue LED Rotating Border */
.card-provider::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: conic-gradient(
        #00e7ff,
        #0099ff,
        #0044ff,
        #00e7ff
    );
    animation: rotateBorder 3s linear infinite;
    z-index: 1;
}

/* Mask inside so only border shows */
.card-provider::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #070c1e;
    border-radius: 50%;
    z-index: 1;
}

@keyframes rotateBorder {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* === Neon Navigation Arrows === */
.prev i, .next i {
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease;
}

.prev:hover i, .next:hover i {
    color: #00e7ff;
    text-shadow: 0 0 10px #00e7ff, 0 0 20px #0099ff;
    transform: scale(1.2);
}


:root {
  --neon-blue: #00e7ff;
  --neon-blue-dark: #0099ff;
  --yellow-main: #debc01;
  --yellow-dark: #c5a701;
  --btn-blue: #01b5de;
  --btn-blue-dark: #048aa9;
}

/* Tombol Registrasi */
.btn-regis {
  background: var(--yellow-main);
  color: #000;
}
.btn-regis:hover {
  background: var(--yellow-dark);
  color: #fff;
}

/* Tombol Login */
.btn-loginn {
  background: var(--btn-blue);
  color: #000;
}
.btn-loginn:hover {
  background: var(--btn-blue-dark);
  color: #fff;
}

/* Tombol Game */
.btn-game {
  background: var(--yellow-main);
  color: #000;
}
.btn-game:hover {
  background: var(--yellow-dark);
  color: #fff;
}


.list-group-item.active a {
  position: relative;
  background: #0b1337; /* dasar kotak */
  color: var(--neon-blue); 
  font-weight: 800;
  border-radius: 8px;
  overflow: hidden;
  text-shadow: 0 0 8px var(--neon-blue),
               0 0 15px var(--neon-blue-dark);
  box-shadow: 0 0 20px rgba(0, 231, 255, 0.6),
              0 0 50px rgba(0, 153, 255, 0.4);
}

.list-group-item.active a::before {
  content: "";
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  background: conic-gradient(var(--neon-blue), var(--neon-blue-dark), #0044ff, var(--neon-blue));
  border-radius: 10px;
  z-index: -1;
  animation: rotateBorder 4s linear infinite;
}

.list-group-item.active a::after {
  content: "";
  position: absolute;
  top: 2px; left: 2px; right: 2px; bottom: 2px;
  background: #111a2b;
  border-radius: 6px;
  z-index: -1;
}

/* Animasi border muter */
@keyframes rotateBorder {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.gif-block {
    background: none !important;
    border: none !important;
}

.gif-block img.promo-gif {
    max-width: 100%;
    width: 200px;   /* disarankan biar pas, bisa ubah sesuai layout */
    height: auto;
    display: block;
    margin: 10px auto;
    border-radius: 8px;
}

/* Glow flicker dengan warna berganti biru ↔ kuning */
.neon-flicker-color {
    animation: flickerColor 2.5s infinite;
}

@keyframes flickerColor {
    0%, 100% {
        filter: drop-shadow(0 0 6px #00e7ff) drop-shadow(0 0 12px #0099ff);
        opacity: 1;
    }
    40% {
        filter: drop-shadow(0 0 6px #ffd700) drop-shadow(0 0 12px #ffae00);
        opacity: 0.9;
    }
    70% {
        filter: drop-shadow(0 0 8px #00f0ff) drop-shadow(0 0 16px #0088ff);
        opacity: 0.95;
    }
}


