html, body {
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body {
    background: #250025 !important;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
header {
    background: #111c3f;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border-bottom: 1px solid #1d2c59;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {color: #debc01}

.bg-1{background: rgb(0 0 0 / 80%)}
.text-justify {
    text-align: justify;
}
.web-logo {
    width: 100%;
    max-width: 250px;
}
.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: 0;
}
i.icon {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.bi-person-plus-fill {
    margin-right: 0.5rem;
}
.btn-regis {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 15px;
    background: #e80101;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 35%), 0 1px 1px rgb(0 0 0 / 8%);
}
.btn-regis:hover {
    color: #ffffff;
    background: #b3001f;
}
.marquee-text {
    background: #063652;
    color: #fff;
    padding-top: 4px;
    font-size: 13px;
    border-radius: 3px;
    margin: 5px 0;
}
.rtp-bg {
    background: #081621;
    border-radius: 5px;
}
.list-provider {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.provider-item {
    width: 100%;
    text-align: inherit;
    position: relative;
    display: block;
    padding: 0 0 1rem 0;
    color: #212529;
    text-decoration: none;
}
.provider-item .provider-thumbnail {
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
}
.provider-item span {
    margin-left: 0.5rem;
    font-weight: 500;
    font-size: 13px;
}
.provider-item a:hover {
    color: #fff;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.provider-item a {
    background: #c21500;
    background: -webkit-linear-gradient(to right, #2a2a72, #009FFD, #c21500, #ffc500);
    background: linear-gradient(to right, #2a2a72, #009FFD, #c21500, #ffc500);
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 7px;
    border-radius: 4px;
}
.provider-item.active a {
    background: #7b4397;
    background: -webkit-linear-gradient(to right, #c21500, #ffc500);
    background: linear-gradient(to right, #c21500, #ffc500);
    border: none;
    color: #fff;
}
.rtp-header {
    background: #1d2c59;
    color: #fff;
}
.rtp-header p {
    margin: 0;
    color: #ccc;
    font-size: 12px;
    font-style: italic;
}
.card.card-game {
    background: #1d2c59;
    border-radius: 7px;
    display: block;
    position: relative;
    min-height: 100px;
    padding: 7px;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 100%;
}
.card.card-game .game-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 110px;
    width: auto;
    height: auto;
}
.card.card-game:hover .game-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.card.card-game:hover .game-item-img{
    transform: scale(1.15) rotate(0deg);
    filter: brightness(40%);
}
.card.card-game .game-item-img{
    transition: all 500ms ease 0s;
}
.card-game span {
    display: block;
    color: #fff;
    text-transform: capitalize;
    width: 90%;
    margin: 0 auto;
    font-size: .85rem;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.btn-flex {
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 5px 0;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #debc01;
}
.btn-flex:hover {
    color: #000;
    background-color: #c5a701;
}
.btn-game {
    padding: 5px 11px;
    color: #000 !important;
    background: #debc01;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
}
.btn-game:hover {
    background: #c5a701;
}
.btn-login {
    border-radius: 0;
    line-height: 1.1;
    font-size: 16px;
}
.btn-login small, .btn-login span{
    text-transform: uppercase;
    background-image: linear-gradient(to right, #fe8c00, #FCE043, #ffdd00, #fe8c00, #fe8c00);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    font-weight: 900;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}
.adv {
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
    font-size: 16px;
}
input#search {
    background: #fff;
    color: black;
    border-radius: 4px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 12px;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.card-provider{
    position: relative;
    width: 100%;
    max-width: 85px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 5px;
}
.card-provider img{
    width: 100%;
}
.card-deck {
    display: grid;
    grid-gap: 0.8rem;
    grid-template-columns: repeat(5,minmax(0,1fr));
    align-items: center;
    justify-content: space-between;
}
.game-item {
    height: 0;
    position: relative;
    padding-bottom: 66.44186%;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}
.game-item-img {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 500ms ease 0s;
}
.item {
    border-radius: 4px;
    border: 1px solid #005174;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    background: #1d2c59;
}
.carousel-game {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-gap: 0.4rem;
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.carousel-game .active, .item:hover {
    background: #111c3f;
}
.carousel-game .active span {
    color:#debc01;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}
#owl-game {
    flex: 1 0 auto;
    width: 50%;
    margin: 0 auto;
}
.rtp-header-title h4 {
    line-height: 1;
}
.rtp-header-search {
    overflow: hidden;
    font-size: 12px;
    color: #c8c8c8;
    line-height: 2;
}
.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: 16px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    background: #111c3f;
    border-radius: 0 0 7px 7px;
    position: relative;
    z-index: 1;
}
.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    transform: translateY(7px);
    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;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgb(0 0 0 / 10%)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgb(0 0 0 / 10%)), color-stop(.75, rgb(0 0 0 / 10%)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 10%) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 10%) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 10%) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 10%) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgb(0 0 0 / 10%) 25%, transparent 25%, transparent 50%, rgba(0 0 0 / 10%) 50%, rgba(0 0 0 / 10%) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}
.yellow {
    background-color: #fdd500;
}
.green {
    background-color: #10c901;
}
.red {
    background-color: #d1232d;
}
.jam {
    background: #111c3f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    border-radius: 4px;
}
.pola {
}
.space .pola1, .space .pola2, .space .pola3 {
    display: none;
}
.pola p {
    margin-bottom: 0.1rem;
    font-size: 10px;
}
.jamgacor {
    display:none;
}
.jamgacor h5 {
    font-size: 1.3em;
}
.jam h5 {
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin: 5px auto;
    padding-bottom: 3px;
}
.footer-text {
    background-color: #111c3f;
    border-top: 1px solid #1d2c59;
}
footer {
    background: #000000;
    border-top: 1px solid #1d2c59;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
    }
@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@media (max-width: 1200px){
    .card-deck {
        grid-template-columns: repeat(5,minmax(0,1fr));
    }
}
@media (max-width: 992px) {
    .card-deck {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
@media (min-width: 576px) {
    .text-xs-left {
        text-align: left;
    }
}
@media (max-width: 576px) {
    .card-deck {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .pola p {
        font-size: 7px;
    }
}
@media (min-width: 993px) {
    .modal .modal-dialog .modal-content {
        max-width: 350px;
        margin: 0 auto;
    }
}

/* ================================================================
   THE ROYAL JAVANESE — dark keraton, antique gold, and batik accents
   ================================================================ */
:root {
    --royal-night: #100b08;
    --royal-brown: #21140d;
    --royal-maroon: #4b0d12;
    --royal-maroon-light: #721820;
    --royal-gold-dark: #8a5b16;
    --royal-gold: #d7a63b;
    --royal-gold-light: #ffe39a;
    --royal-ivory: #f8edcf;
    --royal-line: rgba(215, 166, 59, .42);
    --royal-shadow: 0 14px 34px rgba(0, 0, 0, .42);
}

html,
body {
    color: var(--royal-ivory);
    font-family: Georgia, "Times New Roman", serif;
}

body {
    background-color: var(--royal-night) !important;
    background-image:
        radial-gradient(circle at 50% 0, rgba(122, 45, 24, .34), transparent 38rem),
        radial-gradient(circle at 25% 25%, transparent 0 12px, rgba(215, 166, 59, .045) 13px 14px, transparent 15px 28px),
        radial-gradient(circle at 75% 75%, transparent 0 12px, rgba(215, 166, 59, .04) 13px 14px, transparent 15px 28px),
        linear-gradient(135deg, rgba(255,255,255,.012) 25%, transparent 25% 75%, rgba(255,255,255,.012) 75%),
        linear-gradient(180deg, #160e09 0%, #0d0907 55%, #160d0b 100%) !important;
    background-size: auto, 56px 56px, 56px 56px, 32px 32px, auto !important;
    background-attachment: fixed !important;
}

body::before {
    content: "";
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    inset: 0;
    border: 1px solid rgba(215, 166, 59, .18);
    box-shadow: inset 0 0 85px rgba(0, 0, 0, .55);
}

header {
    background:
        linear-gradient(90deg, transparent, rgba(215,166,59,.09), transparent),
        linear-gradient(180deg, #26150d 0%, #110b08 100%);
    border-bottom: 1px solid var(--royal-gold-dark);
    box-shadow: 0 7px 28px rgba(0, 0, 0, .6), inset 0 -1px rgba(255, 227, 154, .12);
}

header::before,
header::after {
    content: "◆  ❖  ◆";
    position: absolute;
    top: 50%;
    color: var(--royal-gold);
    font-size: 13px;
    letter-spacing: 8px;
    opacity: .75;
    transform: translateY(-50%);
}

header::before { left: max(20px, calc(50% - 360px)); }
header::after { right: max(20px, calc(50% - 360px)); }

.web-logo {
    max-width: 235px;
    filter: drop-shadow(0 3px 9px rgba(215, 166, 59, .22));
}

a { color: var(--royal-ivory); }
a:hover { color: var(--royal-gold-light); }

#carousel-slider {
    overflow: hidden;
    border: 1px solid var(--royal-gold-dark);
    border-radius: 10px;
    background: #0b0806;
    box-shadow: var(--royal-shadow), inset 0 0 0 3px rgba(255, 227, 154, .07);
}

#carousel-slider::before {
    content: "";
    position: absolute;
    inset: 5px;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(255, 227, 154, .38);
    border-radius: 6px;
}

#carousel-slider img { filter: saturate(.86) contrast(1.04); }

.adv { gap: .75rem; }

.btn-flex,
.btn-game,
.btn-regis {
    position: relative;
    overflow: hidden;
    color: #211307 !important;
    border: 1px solid #ffe39a;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffe5a0 0%, #d8a63b 42%, #9d681b 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 4px 13px rgba(0,0,0,.45);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(255,255,255,.28);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn-flex { padding: 8px 0; }

.btn-flex:hover,
.btn-game:hover,
.btn-regis:hover {
    color: #120b06 !important;
    background: linear-gradient(180deg, #fff0bd 0%, #e6b84f 45%, #a36a1a 100%);
    box-shadow: inset 0 1px 0 #fff6d9, 0 6px 18px rgba(215,166,59,.26);
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.carousel-game { gap: .55rem; }

.item {
    overflow: hidden;
    border: 1px solid var(--royal-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,227,154,.08), transparent 38%),
        linear-gradient(180deg, #342016, #160e0a);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.5), 0 5px 15px rgba(0,0,0,.3);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.carousel-game .active,
.item:hover {
    border-color: var(--royal-gold);
    background:
        linear-gradient(135deg, rgba(255,227,154,.16), transparent 42%),
        linear-gradient(180deg, var(--royal-maroon-light), #2d0c0e);
    box-shadow: 0 0 0 1px rgba(215,166,59,.16), 0 7px 20px rgba(0,0,0,.42);
    transform: translateY(-2px);
}

.card-provider { padding: 7px; }
.card-provider img { filter: drop-shadow(0 2px 3px rgba(0,0,0,.65)); }

.rtp-header {
    position: relative;
    overflow: hidden;
    color: var(--royal-ivory);
    border: 1px solid var(--royal-gold-dark);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255,227,154,.08), transparent 30% 70%, rgba(255,227,154,.08)),
        linear-gradient(180deg, #5b1419, #2c0c0d);
    box-shadow: var(--royal-shadow), inset 0 0 0 1px rgba(255,227,154,.08);
}

.rtp-header::after {
    content: "✦";
    position: absolute;
    left: 50%;
    bottom: -9px;
    color: var(--royal-gold);
    font-size: 18px;
}

.rtp-header-title h4 {
    color: var(--royal-gold-light);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-shadow: 0 2px 4px #000;
}

input#search {
    color: var(--royal-ivory);
    border: 1px solid rgba(215,166,59,.55);
    border-radius: 6px;
    background: rgba(12,8,6,.72);
    box-shadow: inset 0 2px 8px rgba(0,0,0,.4);
}

input#search::placeholder { color: rgba(248,237,207,.58); }
input#search:focus {
    color: #fff8e8;
    border-color: var(--royal-gold);
    background: rgba(18,10,7,.9);
    box-shadow: 0 0 0 3px rgba(215,166,59,.14);
}

.card-deck { gap: .9rem; }

.card.card-game {
    overflow: hidden;
    padding: 6px;
    border: 1px solid rgba(215,166,59,.48);
    border-radius: 9px;
    background:
        linear-gradient(145deg, rgba(255,227,154,.09), transparent 35%),
        linear-gradient(180deg, #342016 0%, #160d09 100%);
    box-shadow: 0 8px 19px rgba(0,0,0,.38), inset 0 0 0 1px rgba(0,0,0,.42);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.card.card-game:hover {
    z-index: 2;
    border-color: var(--royal-gold-light);
    box-shadow: 0 12px 28px rgba(0,0,0,.58), 0 0 16px rgba(215,166,59,.14);
    transform: translateY(-4px);
}

.game-item {
    border-radius: 5px 5px 0 0;
    box-shadow: inset 0 0 0 1px rgba(255,227,154,.18);
}

.card-game span {
    color: var(--royal-ivory);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .02em;
    text-shadow: 0 1px 3px #000;
}

.percent {
    border-radius: 0 0 5px 5px;
    background: #090705;
    box-shadow: inset 0 0 0 1px rgba(215,166,59,.23);
}

.yellow { background-color: #d5a72f; }
.green { background-color: #477b38; }
.red { background-color: #7d2025; }

.jam {
    color: var(--royal-ivory);
    border: 1px solid rgba(215,166,59,.18);
    border-radius: 5px;
    background:
        radial-gradient(circle at top, rgba(215,166,59,.12), transparent 70%),
        #130c09;
}

.jam h5 {
    color: var(--royal-gold-light);
    border-bottom-color: rgba(215,166,59,.38);
    letter-spacing: .06em;
}

.bg-1,
.rtp-bg,
.footer-text {
    color: var(--royal-ivory);
    border: 1px solid rgba(215,166,59,.24);
    background:
        linear-gradient(135deg, rgba(215,166,59,.045) 25%, transparent 25% 75%, rgba(215,166,59,.045) 75%),
        rgba(20,12,8,.92);
    background-size: 24px 24px;
    box-shadow: var(--royal-shadow);
}

.footer-text { border-radius: 8px 8px 0 0; }

footer {
    color: #ddcfaa;
    border-top: 1px solid var(--royal-gold-dark);
    background: linear-gradient(180deg, #1d110b, #090604);
}

@media (max-width: 767px) {
    header::before,
    header::after { content: "❖"; letter-spacing: 0; }
    header::before { left: 14px; }
    header::after { right: 14px; }
    .web-logo { max-width: 190px; }
    .rtp-header-title h4 { font-size: 1rem; text-align: center; }
    .card.card-game { padding: 4px; }
    .card-deck { gap: .55rem; }
}

@media (max-width: 576px) {
    body::before { box-shadow: inset 0 0 42px rgba(0,0,0,.4); }
    .carousel-game { gap: .35rem; }
    .card-provider { padding: 4px; }
    .card-game span { font-size: .74rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
