/* default */
#loading-animation {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

.loginform-desktop {
    position: relative;
    z-index: 1;
}

.preload {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.9);
    transition: 1s 0.4s;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Background untuk user yang belum login */    
body:not(.logged-in) {
    background: url("https://7010bet.syd1.cdn.digitaloceanspaces.com/images/BG/Background-7010Bet.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    margin: 0;
    padding: 0;
}

/* Background untuk user yang sudah login */
body.logged-in {
    background: url("https://7010bet.syd1.cdn.digitaloceanspaces.com/images/BG/Background-7010Bet.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    display: none;
}

.maintenance-page {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    transition: 1s 0.4s;
}

/* footer section */

.footer-section .footer-description font {
    color: white;
}

.footer-section .footer-details font,
.footer-section .footer-details span {
    color: white !important;
}

.footer-section .footer-details h2 font span {
    color: #0169cc !important;
}

.footer-section h1 {
    display: flex;
    margin-top: -40px;
    justify-content: center;
    text-align: center;
    color: #0035ff;
    font-weight: bold;
}

.footer-details {
    display: none;
}

/* navbar */
.mobile_top {
    display: none;
}

.head_rw {
    background-color: #004AD1;
    position: fixed;
    top: 0;
    width: 100%;
    height: 125px;
    z-index: 9000;
    box-shadow:
        0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        /* shadow bagian dalam */
        inset 0px 15px 20px 0px rgba(0, 0, 0, 0.100),
        inset 0px -15px 20px 0px rgba(0, 0, 0, 0.100),
        inset 0px 25px 20px 0px rgba(0, 0, 0, 0.200),
        inset 0px -25px 20px 0px rgba(0, 0, 0, 0.200);

}

.navbar-expand-md {
    margin: -30px 0 40px 0;
}

/* --------------- logo madiri poker header */
.logo_t img {
    width: 100px;
    margin: 5px 0 -5px 15px;
}

.container {
    position: relative;
    width: 1170px;
}

.nav-align,
.btn_align {
    width: 100%;
    justify-content: space-evenly;
}

a.nav-link,
a.nav-link.active {
    font-weight: 500;
    color: #FFFFFF !important;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.nav-divideres {
    margin: 0 1px;
    color: #fff;
    font-weight: 500;
}

.bcn {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    width: 100%;
    overflow: hidden;
    margin-top: -28px;
}

.news-label {
    background-image: linear-gradient(to bottom, #3775E4, #232EFF);
    color: white;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: bold;
    margin: -5px 10px 0 -5px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0px -6px 5px 0px #171fb2;
}

.marquee {
    margin-left: -40px;
}

.marquee-text {
    color: black;
    font-size: 12px;
    font-family: bold;
    margin-top: -3px;
}

.span-marquee {
    background-color: #ecd304;
    height: 30px;
    width: 100%;
    margin-top: -32px;
    box-shadow:
        0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        inset 0px -8px 8px 0px rgba(252, 192, 0, 255),
        inset 0px 8px 8px 0px rgba(252, 192, 0, 255);
}

#currentDateTime {
    color: black;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    margin-top: -3px;
}

.content {
    margin-top: 150px;
}

/* footer */
.footer {
    display: none;
}

/* animasi bank  */

.status-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot.yellow {
    background-color: rgb(251, 255, 0);
}

.dot.red {
    background-color: rgb(255, 0, 0);
}

.dot.green {
    background-color: rgb(64, 255, 0);
}

.animated-button1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.animated-button1 span {
    display: block;
    position: absolute;
    width: 25%;
    /* Sesuaikan lebar agar pas dalam batas */
    height: 3.5px;
    animation: animateTop 2s linear infinite;
}

.animated-button1.span-offline span:nth-child(1) {
    background: rgb(255, 0, 0);
}

.animated-button1.span-offline span:nth-child(2) {
    background: linear-gradient(to left, #ff000000, rgb(255, 0, 0));
}

.animated-button1.span-offline span:nth-child(3) {
    background: linear-gradient(to right, #ff000000, rgb(255, 0, 0));
    /* Red shades for Offline */
}

.animated-button1.span-online span:nth-child(1) {
    background: rgb(64, 255, 0);
}

.animated-button1.span-online span:nth-child(2) {
    background: linear-gradient(to left, #ff000000, rgb(64, 255, 0));
}

.animated-button1.span-online span:nth-child(3) {
    background: linear-gradient(to right, #ff000000, rgb(64, 255, 0));
    /* Green shades for Online */
}

.animated-button1.span-trouble span:nth-child(1) {
    background: rgb(251, 255, 0);
}

.animated-button1.span-trouble span:nth-child(2) {
    background: linear-gradient(to left, #ff000000, rgb(251, 255, 0));
}

.animated-button1.span-trouble span:nth-child(3) {
    background: linear-gradient(to right, #ff000000, rgb(251, 255, 0));
    /* Yellow shades for Trouble */
}


.animated-button1 span:nth-child(1) {
    top: 12px !important;
    right: 102.5px !important;
    margin: 0 !important;
    animation-delay: 0.5s;
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.animated-button1 span:nth-child(2) {
    top: 35.5%;
    animation-delay: 0.5s;
    animation: animateRightToLeft 2s linear infinite;
    margin: 0 0 0 -15px;
    -webkit-animation: animateRightToLeft 2s linear infinite;
}

.animated-button1 span:nth-child(3) {
    top: 0;
    animation-delay: 0.5s;
    animation: animateLeftToRight 2s linear infinite;
    margin: 0 0 0 -15px;
}

/* Keyframes yang dimodifikasi untuk membatasi pergerakan lebih dekat ke batas kontainer */
@keyframes animateRightToLeft {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        /* Dibatasi ke -30% dari sebelumnya -100% */
        opacity: 0;
    }
}

@keyframes animateLeftToRight {
    0% {
        transform: translateX(-100%);
        /* Dibatasi ke -30% dari sebelumnya -100% */
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
        transform: scale(1); /* Ukuran normal */
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}


/* ------------------ input login */

.one_out_btn_login {
    display: none;
}

.modal-header p {
    display: flex;
    margin-bottom: -15px;
    margin-top: -10px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.container-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
    width: 100%;
    margin-top: -50px;
    margin-bottom: -5px;
}

.login {
    display: flex;
    gap: 10px;
    width: auto;
}

.inpt-username,
.input-password {
    width: 180px;
    height: 30px;
    padding: 0 25px;
    border: 1px solid #ddd;
    border-radius: 10px 5pc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #000;
}

.registration-text {
    font-size: 12px;
    color: white;
    cursor: pointer;
    margin: 43px 0 -43px -169px;
}


.inpt-username::placeholder,
.input-password::placeholder {
    color: #858585;
}

.button-login {
    max-width: 90px;
    width: 90px;
    height: 30px;
    background-color: #FFE401;
    color: black;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    box-shadow:
        0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        inset 0px -8px 8px 0px rgba(252, 192, 0, 255),
        inset 0px 8px 8px 0px rgba(252, 192, 0, 255);
    border: none;
}

.button-daftar {
    max-width: 90px;
    width: 90px;
    height: 30px;
    background-color: #FFE401;
    color: black;
    border-radius: 5px;
    margin-left: -15px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    box-shadow:
        0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        inset 0px -8px 8px 0px rgba(252, 192, 0, 255),
        inset 0px 8px 8px 0px rgba(252, 192, 0, 255);
    border: none;
}

.modal-content {
    display: none;
}

/* -------------- Home page ---------------- */
.light-span .glow-bar {
    margin: 5px 0 0 2px;
}

.light-span .glow-bar2 {
    margin: 5px 0 0 109px;
}

.glow-bar {
    top: 20px !important;
    height: 65% !important;
    width: 4px !important;
    z-index: -1;
    background: linear-gradient(180deg, rgb(0, 123, 255), rgb(0, 123, 255));
    border-radius: 5px;
    animation: glowAnimation 1.5s infinite alternate;
    box-shadow: 0 0 2px rgba(0, 123, 255, 0.6), 0 0 4px rgba(0, 123, 255, 0.5), 0 0 8px rgba(0, 123, 255, 0.4), 0 0 12px rgba(0, 123, 255, 0.3);
    -webkit-animation: glowAnimation 1s infinite alternate;
}

.glow-bar2 {
    top: 20px !important;
    height: 65% !important;
    width: 4px !important;
    z-index: -1;
    background: linear-gradient(180deg, rgb(0, 123, 255), rgb(0, 123, 255));
    border-radius: 5px;
    animation: glowAnimation 1.5s infinite alternate;
    box-shadow: 0 0 2px rgba(0, 123, 255, 0.6), 0 0 4px rgba(0, 123, 255, 0.5), 0 0 8px rgba(0, 123, 255, 0.4), 0 0 12px rgba(0, 123, 255, 0.3);
    -webkit-animation: glowAnimation 1s infinite alternate;
}

/* Animasi Glow */
@keyframes glowAnimation {
    0% {
        opacity: 0.5;
        box-shadow: 
            0 0 4px rgba(0, 123, 255, 0.3),
            0 0 8px rgba(0, 123, 255, 0.2),
            0 0 12px rgba(0, 123, 255, 0.1);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 4px rgba(0, 123, 255, 0.9),
            0 0 8px rgba(0, 123, 255, 0.7),
            0 0 12px rgba(0, 123, 255, 0.5);
    }
}

.custom-img .col-md-8 {
    margin-right: -20px;
    z-index: -1;
}

.carousel-indicators {
    display: none;
}

.custom-img .col-md-4:nth-child(3) {
    display: none;
}

.custom-img .col-md-3 img {
    margin-top: 10px;
}

.carousel-slide {
    display: none;
}

.custom-img .col-md-3,
.custom-img .col-md-4 {
    z-index: 2;
}

/* ------------------- line */
.bottomnv-line {
    background-color: #FFE401;
    height: 10px;
    margin-top: -10;
}

.bottomnv {
    width: 100%;
    background-color: #161616;
}

/* -------------- info result */

.result-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 115px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 25px 24px;
}

.result-item img {
    width: 115px;
    height: auto;
}

.result-item span {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 12px;
}

.result-item span:nth-child(2) {
    top: 7%;
    color: white;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0 15px;
    font-size: 12px;
}

.result-item span:nth-child(3) {
    top: 30%;
    color: white;
    font-size: 2em;
}

.result-item span:nth-child(4) {
    top: 78%;
    color: black;
    font-size: 1em;
    font-weight: bold;
}

#togelResultsCarousel {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    /* Default cursor untuk drag */
}

#resultsWrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* Masih diperlukan untuk animasi otomatis */
    gap: 20px;
}

#togelBankCarousel {
    width: 100%;
    overflow: hidden;
    cursor: grab;
    /* Default cursor untuk drag */
}

#bankWrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* Masih diperlukan untuk animasi otomatis */
    gap: 20px;
}

.result-bank {
    user-select: none;
    /* Mencegah teks dipilih saat drag */
}

.d-flex.justify-content-center {
    justify-content: flex-start !important;
}
/* ---------------- info bank */

.result-bank {
    /* background: url('../images/info-bank/templet-bank.png') no-repeat center center; */
    background-size: contain;
    text-align: center;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
}

.result-bank img {
    width: 128px;
    margin: 0 0 60px 0;
    height: auto;
}

.result-bank span:nth-child(1) {
    font-weight: bold;
    margin: 85 0 0 0;
    font-size: 1em;
    color: #d1d1d1;
}


/* ----------------------mitra kita style */
.image-row .image-item {
    display: flex;
    gap: 15px;
}

.image-row {
    margin-top: -25px;
    margin-bottom: -25px;
}

.ourpartner .container h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* btn baca selengkapnya */

.btn-informasi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 15px 0;
}

.btn-primery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
    background-color: #ecd304;
    border: none;
    padding: 5px 20px;
    color: black;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    box-shadow:
        0px 4px 4px 0px rgba(0, 0, 0, 0.25),
        inset 0px -8px 8px 0px rgba(252, 192, 0, 255),
        inset 0px 8px 8px 0px rgba(252, 192, 0, 255);
}

/* style image sosmed */

.btn-sosmed {
    display: flex;
    background: url('../images/gift-rtp/BG-button.gif') center center;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    right: 0;
    top: 0;
    margin-top: 100px;
    margin-left: 10px;
    width: 50px;
    height: 220px;
    padding: 10px 10px;
    gap: 10px;
    border: 2px solid #ecd304;
    border-radius: 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #ecd304;
    letter-spacing: 1px;
    transition: margin-left 0.8s ease;
    box-shadow:
        rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
        rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
        rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset,
        rgba(0, 0, 0, 0.06) 0px 2px 1px,
        rgba(0, 0, 0, 0.09) 0px 4px 2px,
        rgba(0, 0, 0, 0.09) 0px 8px 4px,
        rgba(0, 0, 0, 0.09) 0px 16px 8px,
        rgba(0, 0, 0, 0.09) 0px 32px 16px,
        rgba(251, 255, 0, 0.48) 2px 2px 2px 0px,
        rgba(255, 247, 0, 0.8) -2px -2px 3px 0px;
}

.btn-sosmed svg {
    width: 25px;
    height: auto;
}

.bg-sosmed {
    display: flex;
    background: url('../images/sosmed/sosmed-bg.png') no-repeat center center;
    background-size: contain;
    position: fixed;
    left: 0;
    z-index: 1;
    height: 350px;
    width: 300px;
    margin-top: -270px;
    margin-left: -245px;
    transition: margin-left 0.8s ease;
    overflow: hidden;
}

.image-sosmed {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-top: 30px;
    margin-left: 35px;
    max-height: 260px;
}

.sosmed-item {
    display: flex;
    align-items: center;
    margin-bottom: -10px;
}

.sosmed-item a {
    text-decoration: none;
}

.sosmed-item img {
    width: 60px;
    height: auto;
}

.sosmed-item span {
    font-size: 14px;
    color: #FFF;
}

/* style gift rtp */

.rtp-gift {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    margin-top: 500px;
    margin-right: 50px;
    z-index: 1;
}

.rtp-gift .image-gift {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-gift-rtp {
    display: flex;
    background: url('../images/gift-rtp/BG-button.gif') no-repeat center center;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 605px;
    margin-right: 10px;
    width: 30px;
    height: 120px;
    padding: 10px 1px;
    border: 2px solid #ecd304;
    border-radius: 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 16px;
    font-weight: 600;
    color: #ecd304;
    letter-spacing: 2px;
    box-shadow:
        rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
        rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
        rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset,
        rgba(0, 0, 0, 0.06) 0px 2px 1px,
        rgba(0, 0, 0, 0.09) 0px 4px 2px,
        rgba(0, 0, 0, 0.09) 0px 8px 4px,
        rgba(0, 0, 0, 0.09) 0px 16px 8px,
        rgba(0, 0, 0, 0.09) 0px 32px 16px,
        rgba(251, 255, 0, 0.48) 2px 2px 2px 0px,
        rgba(255, 247, 0, 0.8) -2px -2px 3px 0px;
}

.gift-item {
    display: none;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border: 2px solid #ecd304;
    border-radius: 8px;
    background-color: black;
    box-shadow:
        rgba(0, 0, 0, 0.3) 0px 4px 6px,
        rgba(0, 0, 0, 0.1) 0px 1px 3px inset;
}

.rtp-gift .image-gift img {
    width: 60px;
    height: auto;
}


/* modal & button link alternatif */
.btn-link:hover {
    color: #ecd304;
}

.btn-link a {
    text-decoration: none;
}

.btn-links {
    display: flex;
    background: url('../images/gift-rtp/BG-button.gif') no-repeat center center;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    margin-top: 180px;
    margin-right: 10px;
    width: 170px;
    height: 30px;
    z-index: 1;
    padding: 1px 12px;
    border: 2px solid #ecd304;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    color: #ecd304;
    letter-spacing: 2px;
    box-shadow:
        rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
        rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
        rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset,
        rgba(0, 0, 0, 0.06) 0px 2px 1px,
        rgba(0, 0, 0, 0.09) 0px 4px 2px,
        rgba(0, 0, 0, 0.09) 0px 8px 4px,
        rgba(0, 0, 0, 0.09) 0px 16px 8px,
        rgba(0, 0, 0, 0.09) 0px 32px 16px,
        rgba(251, 255, 0, 0.48) 2px 2px 2px 0px,
        rgba(255, 247, 0, 0.8) -2px -2px 3px 0px;
}

.bg-link {
    display: none;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px;
    background: url('../images/sosmed/sosmed-bg.png') no-repeat center center;
    background-size: contain;
    z-index: 1000;
    height: 500px;
    width: 300px;
    margin-top: 90px;
    margin-right: -54px;
    z-index: -1;
}

.image-link {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.link-item a {
    display: flex;
    text-decoration: none;
    color: #ecd304;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    letter-spacing: 2px;
}

.image-link .link-item:nth-child(1) {
    margin-top: -330px;
    margin-right: 65px;
}

/* style mobile */
.mobile_text {
    margin-top: -140px;
}

.mobile_text a {
    text-decoration: none;
}

.mobile_text1 {
    margin-top: 2%;
}

.mobile_text img,
.mobile_text1 img {
    margin: 0 auto 1px;
    width: 125px;
    height: 120px;
}

.mobile_text a:hover img,
.mobile_text1 a:hover img {
    opacity: 0.75;
}

.text-center {
    text-align: center;
}

.mob_ban_btn a {
    border: 1px solid #ecd304;
    color: #fff;
    box-shadow: 0 0 5px rgb(170, 193, 72);
    display: inline-block;
    font-size: 12px;
    padding: 1px 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 97%;
}

.mob_ban_btn a:hover {
    background: rgba(246, 255, 0, 0.8) none repeat scroll 0 0;
    border: 1px solid #ecd304;
}


/* style card game */

.onlinenumrow {
    display: flex;
}

.light_bx1 {
    width: 100%;
    padding: 20px 0px;
    margin-left: -15px;
}

.one_light1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.one_light1:hover img {
    opacity: 0.7;
}

.light_ingf img {
    display: inline-block;
}

.card_gmee {
    width: auto;
    /*background: url(../images/cardgame/cardgamebg.jpg)no-repeat scroll center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; */
    width: 100%;
    height: 100%;
    padding: 5px 0px;
}

.card_gmee .container {
    background-color: #000;
}

div.cont-tag-promo {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 50px;
    height: 20px;
    background-color: #f7c704;
    color: black;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: glowing 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ecd404;
        box-shadow: 0 0 5px rgb(255, 249, 76);
    }

    100% {
        background-color: #ecd404;
        box-shadow: 0 0 20px rgb(255, 249, 76);
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ecd404;
        box-shadow: 0 0 5px #ecd304;
    }

    100% {
        background-color: #ecd404;
        box-shadow: 0 0 20px rgb(255, 249, 76);
    }
}

@keyframes glowing {
    0% {
        background-color: #ecd404;
        box-shadow: 0 0 5px #ecd304;
    }

    100% {
        background-color: #ecd404;
        box-shadow: 0 0 20px rgb(255, 249, 76);
    }
}


/* style page togel */

.lottery-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    justify-items: center;
    margin: 15px 0 0 -37px;
}

.lottery-main-col {
    border: 1px solid #ecd404;
    background-color: #080c14;
    float: left;
    border-radius: 10px;
    width: 360px;
    height: 160px;
    margin: 0 0 5px -5px;
    cursor: pointer;
}

.lottery-main-col .logo-left {
    float: left;
    width: 25%;
    margin-top: 10px;
}

.lottery-main-col .logo-left img {
    display: inline-block;
    width: 80px;
}

.lottery-main-col .logo-left {
    float: left;
    width: 25%;
    margin-top: 10px;
}

.lottery-main-col .logo-left img {
    display: inline-block;
    width: 80px;
}

.rtl-lottery-des {
    width: 75%;
    float: left;
    margin-top: 10px;
}

.rtl-lottery-des .lottery-box-title {
    width: 100%;
    float: left;
}

.rtl-lottery-des .lottery-box-title h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 450;
    line-height: 28px;
    margin-top: 0;
    padding: 0;
}

.rtl-lottery-des .lottery-box-title span {
    font-weight: 650;
    color: #ecd404;
}

.rtl-lottery-des .lottery-box-title h2 {
    color: #18966a;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
    text-align: left;
}

/*.rtl-lottery-des*/
.lottery-info {
    /* width:100%; float:left;
border-bottom:1px solid #003932;
margin-bottom:15px; */
    /*padding-bottom:10px;*/
    text-align: left;
}

.lottery-more {
    padding: 3px 0 0 0;
}

.lottery-more a {
    color: black;
    font-size: 18px;
    font-weight: 600;
    background: #ecd404 none repeat scroll 0 0;
    border: 2px solid #ecd404;
    font-size: 1.2rem;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.lottery-more a:hover {
    background: rgba(255, 248, 34, 0.8) none repeat scroll 0 0;
}

.rtl-lottery-des .lottery-box-title span {
    font-weight: 650;
    color: #ecd404;
}

.rtl-lottery-des .lottery-box-title h2 {
    color: #ecd404;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
    text-align: left;
}

/*.rtl-lottery-des*/
.lottery-info {
    /* width:100%; float:left;
border-bottom:1px solid #003932;
margin-bottom:15px; */
    /*padding-bottom:10px;*/
    text-align: left;
}

.no-padding {
    padding: 0;
}

.date-periode {
    font-size: 14px;
    color: white;
}

/* FOOTER */
.footer_bg {
    display: inline-block;
    width: 100%;
    background: radial-gradient(ellipse at center bottom, #001825, #000000);
    color: #ffffff;
}

/* SPOK TULISAN SITUS POKER SLOT ONLINE TERBESAR */

.spok {
    text-align: center;
    margin: -80 0 10 0;
}

.spok h1 {
    font-size: 35px;
    font-weight: 600;
    color: #043ef3;
    text-transform: uppercase;
}

.spok h1:nth-child(1) {
    margin-top: -23px;
}

.spok p {
    color: #ccc;
    font-size: 20px;
    max-width: 80%;
    margin: 5px auto;
}

.ft_box h2 {
    font-size: 20px;
    font-weight: bold;
    color: #888;
    text-transform: uppercase;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.ft_box h3 {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
    text-transform: uppercase;
}

.ft_box p {
    font-size: 12px;
    color: #aaa;
    line-height: 1.5;
}

.footer-rights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #444;
    margin-top: 20px;
}

.footer-rights div {
    font-size: 12px;
    color: #888;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}


/* slot style */

/* Custom scrollbar styling */
.provider-slotgame::-webkit-scrollbar {
    width: 12px; /* Set width of the scrollbar */
}

.provider-slotgame::-webkit-scrollbar-track {
    background: #3864eb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.provider-slotgame::-webkit-scrollbar-thumb {
    background-color: #ffcc00; /* Scrollbar color */
    border-radius: 10px; /* Rounded edges */
    border: 2px solid #3864eb; /* Padding around scrollbar */
}

.provider-slotgame::-webkit-scrollbar-thumb:hover {
    background-color: #ffcc00; /* Change color on hover */
}

.provider-slotgame {
    display: block;
    max-height: 645px;
    overflow-y: auto;
}

.container-egames {
    display: block;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.dd-egames {
    display: none;
}

.cont-search-egames {
    margin: 5px 0 10px -15px;
    width: 100%;
}

.cont-search-egames form {
    padding: 0 !important;
}

.top-cont-egames {
    margin: 0 0 0 -15px;
}

.single-egames {
    display: block;
    justify-content: center;
    text-align: center;
    flex: 1 1 200px;
    max-width: 200px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.box-egames {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.egames-img-wrap {
    width: 100%;
    max-width: 350px;
}

.img-pp-game {
    width: 100%;
    height: auto;
}

.ul-provider li {
    border-right: 1px solid transparent;
    flex: 1 0 200px;
    max-width: 250px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
    margin-left: -15px;
    margin-top: -15px;
    cursor: pointer;
    position: relative;
}

.ul-provider li a {
    background: linear-gradient(35deg, #194fff 0%, #f7c704 100%);
    color: #000;
    border-bottom: 3px solid transparent !important;
    font-weight: bold;
    z-index: 999;
    padding: 10px 25px;
    transition: 0.3s;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 1;
}

.ul-provider li .active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    top: 38px;
    height: 5px;
    background: #194fff;
    transition: background 0.3s, width 0.3s;
    width: 0;
}

.ul-provider li.active a {
    color: white;
}

.ul-provider li.active .active-bar {
    width: 100%;
    background: linear-gradient(35deg, #ffffff3f 0%, #ffffff 100%) !important;
}

.ul-provider li:active .active-bar {
    background: #f7c704;
}

.ul-provider {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ul-provider li a:hover {
    background: linear-gradient(35deg, #f7c704 0%, #194fff 100%);
}

/* style game slot */

.single-egames {
    float: left;
    width: calc(100% / 7);
    margin-bottom: 10px;
}

.box-egames {
    margin: 0 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
}

.game-egames {
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.single-egames:hover .egames-hover {
    opacity: 1;
}

.single-egames:hover .egames-img-wrap {
    background-color: rgba(0, 0, 0, 0.5);
}

.egames-title {
    background: linear-gradient(0deg, #0a700b, #07bb01);
    background: -webkit-linear-gradient(90deg, #0a700b, #07bb01);
    background: -moz-linear-gradient(0deg, #0a700b, #07bb01);
    background: -o-linear-gradient(0deg, #0a700b, #07bb01);
    white-space: nowrap;
    height: 27px;
    padding: 3px 0 0 5px;
    color: #fff;
    text-align: center;
    padding: 7px 0;
}

.single-egames:hover .egames-img-wrap {
    background-color: rgba(0, 0, 0, 0.5);
}

.egames-hover {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 0.45s ease-in-out;
    z-index: 10;
    padding: 1px 30px;
    width: 100%;
    height: 133px;
}

.egames-play-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 2px 0px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-out;
    margin: 40% auto;
    text-align: center;
}

.egames-play-button img {
    width: 100%;
    height: 100%;
}

.egames-img-wrap {
    position: relative;
    padding: 0px;
    height: 133px;
    background: #000;
}

.egames-img-wrap img.img-pp-game {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
}

.egames-img-wrap img:before {
    content: "";
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
}

svg.playnow,
svg.playdemo {
    fill: #fff;
    position: unset;
    transform: unset;
    width: 85px;
}

.egames-title {
    background-image: -moz-linear-gradient(180deg, rgb(0, 44, 94) 0%, rgb(255, 196, 0) 99%) !important;
    background-image: -webkit-linear-gradient(180deg, rgb(0, 44, 94) 0%, rgb(255, 196, 0) 99%) !important;
    background-image: -ms-linear-gradient(180deg, rgb(0, 44, 94) 0%, rgb(255, 196, 0) 99%);
}

/* nwe icon style slot game */

.new-icon {
    z-index: 1;
    width: 50px;
    height: 50px;
    right: 0;
    position: absolute;
    /*transform: rotateY(0deg) rotateZ(90deg);*/
}

.new-icon svg {
    fill: #fff;
    position: unset;
    transform: unset;
}

.snowflake {
    position: fixed;
    width: 10px;
    height: 10px;
    background: url('../images/snowflake_white.png') no-repeat center center;
    background-size: contain;
    filter: blur(1px);
    pointer-events: none;
    z-index: 9999;
    -webkit-filter: blur(px);
}

@keyframes snowfall-odd {
    0% {
        transform: translateY(-10vh) rotate(0deg);
        opacity: 0.7;
        -webkit-transform: translateY(-10vh) rotate(0deg);
        -moz-transform: translateY(-10vh) rotate(0deg);
        -ms-transform: translateY(-10vh) rotate(0deg);
        -o-transform: translateY(-10vh) rotate(0deg);
}
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0.3;
        -webkit-transform: translateY(100vh) rotate(360deg);
        -moz-transform: translateY(100vh) rotate(360deg);
        -ms-transform: translateY(100vh) rotate(360deg);
        -o-transform: translateY(100vh) rotate(360deg);
}
}

@keyframes snowfall-even {
    0% {
        transform: translateY(-10vh) rotate(0deg);
        opacity: 0.7;
        -webkit-transform: translateY(-10vh) rotate(0deg);
        -moz-transform: translateY(-10vh) rotate(0deg);
        -ms-transform: translateY(-10vh) rotate(0deg);
        -o-transform: translateY(-10vh) rotate(0deg);
}
    100% {
        transform: translateY(100vh) rotate(-360deg);
        opacity: 0.3;
        -webkit-transform: translateY(100vh) rotate(-360deg);
        -moz-transform: translateY(100vh) rotate(-360deg);
        -ms-transform: translateY(100vh) rotate(-360deg);
        -o-transform: translateY(100vh) rotate(-360deg);
}
}

.snow-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
}

.snow-container div {
    position: fixed;
    background: url('../images/snowflake_white.png') no-repeat center center;
    background-size: contain;
    filter: blur(1px);
}

.snow-container div:nth-child(odd) {
    animation: snowfall-odd linear infinite;
    -webkit-animation: snowfall-odd linear infinite;
}

.snow-container div:nth-child(even) {
    animation: snowfall-even linear infinite;
    -webkit-animation: snowfall-even linear infinite;
}

/* Salju ukuran besar */
.snow-container div:nth-child(1) { left: 5%; width: 30px; height: 30px; animation-duration: 3s; animation-delay: -1s; }
.snow-container div:nth-child(2) { left: 10%; width: 24px; height: 24px; animation-duration: 8s; animation-delay: -1s; }
.snow-container div:nth-child(3) { left: 15%; width: 36px; height: 36px; animation-duration: 5s; animation-delay: -1s; }
.snow-container div:nth-child(4) { left: 20%; width: 20px; height: 20px; animation-duration: 16s; animation-delay: -1s; }
.snow-container div:nth-child(5) { left: 25%; width: 32px; height: 32px; animation-duration: 13s; animation-delay: -1s; }
.snow-container div:nth-child(6) { left: 30%; width: 28px; height: 28px; animation-duration: 10s; animation-delay: -1s; }
.snow-container div:nth-child(7) { left: 35%; width: 20px; height: 20px; animation-duration: 12s; animation-delay: -1s; }
.snow-container div:nth-child(8) { left: 40%; width: 26px; height: 26px; animation-duration: 9s; animation-delay: -1s; }
.snow-container div:nth-child(9) { left: 45%; width: 34px; height: 34px; animation-duration: 11s; animation-delay: -1s; }
.snow-container div:nth-child(10) { left: 50%; width: 30px; height: 30px; animation-duration: 14s; animation-delay: -1s; }
.snow-container div:nth-child(11) { left: 55%; width: 38px; height: 38px; animation-duration: 7s; animation-delay: -1s; }
.snow-container div:nth-child(12) { left: 60%; width: 22px; height: 22px; animation-duration: 9s; animation-delay: -1s; }
.snow-container div:nth-child(13) { left: 65%; width: 32px; height: 32px; animation-duration: 17s; animation-delay: -1s; }
.snow-container div:nth-child(14) { left: 70%; width: 28px; height: 28px; animation-duration: 10s; animation-delay: -1s; }
.snow-container div:nth-child(15) { left: 75%; width: 36px; height: 36px; animation-duration: 9s; animation-delay: -1s; }
.snow-container div:nth-child(16) { left: 80%; width: 36px; height: 36px; animation-duration: 13s; animation-delay: -1s; }
.snow-container div:nth-child(17) { left: 85%; width: 18px; height: 18px; animation-duration: 6s; animation-delay: -1s; }
.snow-container div:nth-child(18) { left: 90%; width: 40px; height: 40px; animation-duration: 4s; animation-delay: -1s; }
.snow-container div:nth-child(19) { left: 95%; width: 27px; height: 27px; animation-duration: 11s; animation-delay: -1s; }
.snow-container div:nth-child(20) { left: 95%; width: 36px; height: 36px; animation-duration: 17s; animation-delay: -1s; }

body.swal2-shown {
    padding-right: 0 !important;
    overflow: visible !important;
}

.swal2-popup {
    margin-right: 0 !important;
}
/* Center the alert properly */
.swal2-container.swal2-center {
    align-items: center;
    justify-content: center;
}
/* Remove animation to prevent shift */
.swal2-noanimation {
    animation: none !important;
}

/* versimobile */

@media (max-width: 1200px) {
    .light-span .glow-bar {
        margin: 0 0 0 10px;
    }
    
    .light-span .glow-bar2 {
        margin: 0 0 0 102px;
    }

    .result-item {
        margin: 0 15px 25px 0;
    }

    .result-item img {
        width: 100px;
    }

    .inpt-username,
    .input-password {
        width: 120px;
        height: 30px;
    }

    .navbar-expand-md {
        margin-left: -50px;
    }

    .mob_ban_btn a {
        font-size: 10px;
    }

    .lottery-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .result-bank {
        margin-right: -10px;
    }

}

@media (max-width: 992px) {

    .animated-button1 span:nth-child(1) {
        top: 36px !important;
        right: 93.5px !important;
    }
    .animated-button1 span:nth-child(2) {
        top: 40.5% !important;
    }
    
    .animated-button1 span:nth-child(3) {
        top: 6% !important;
    }

    .result-item {
        margin: 0 22px 25px 0;
    }

    .nav-link {
        font-size: 12px;
    }

    .provider-slot {
        margin-right: 0;
    }

    /* .navbar-expand-md {
        margin-left: -120px;
    } */

    .container-login {
        margin-left: 50px;
    }

    .logo_t {
        margin-left: -50px;
    }

    .mobile_text .row {
        margin-top: 175px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 80%;
        height: auto;
    }

    .mobile_text .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mob_ban_btn a {
        width: 71%;
    }

    .result-bank img {
        margin-top: 25px;
        width: 118px;
        height: auto;
    }

    .single-egames {
        float: left;
        width: calc(100% / 5);
        margin-bottom: 10px;
    }

    .animated-button1 span:nth-child(2) {
        margin: 8px 0 0 -15px;
    }

    .animated-button1 span:nth-child(3) {
        margin: 16px 0 0 -30px;
    }

}

@media (max-width: 768px) {

    .animated-button1 span:nth-child(1) {
        top: 36px !important;
        right: 93.5px !important;
    }
    .animated-button1 span:nth-child(2) {
        top: 39.5% !important;

    }

    .animated-button1 span:nth-child(3) {
        top: 7% !important;
    }

    .result-item {
        margin: 0 13px 25px 0;
    }

    #slide-left,
    #slide-right{
        display: none;
    }

    .footer-description span, h2, h3, h4, font {
        font-size: 16px !important;
    }

    .footer-section h1 {
        font-size: 24px;
    }

    .light_bx1 {
        margin-left: 0px;
    }

    .cont-search-egames {
        margin: 5px 30px 10px 0;
        width: 100%;
    }

    .lottery-main {
        margin: 15px 0 0 -15px;
    }


    .container {
        max-width: 100%;
    }

    .top-cont-egames {
        display: none;
    }

    .one_light1,
    .one_light3 {
        width: 30%;
    }

    .close-icon {
        display: block;
        width: 30px;
        height: 4px;
        /* background: linear-gradient(45deg, #000, #444);  */
        position: relative;
    }

    .close-icon:before,
    .close-icon:after {
        content: '';
        position: absolute;
        top: 0;
        width: 30px;
        height: 4px;
        background: black !important;
        left: 0;
    }

    .close-icon:before {
        transform: rotate(45deg);
    }

    .close-icon:after {
        transform: rotate(-45deg);
    }

    .inpt-username,
    .input-password {
        display: none;
    }

    .btn-links,
    .btn-gift-rtp,
    .btn-sosmed {
        display: none;
    }

    .logo_t {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .container-login {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -23px 0px 49px 0px;
        gap: 50px;
    }

    .navbar-expand-md {
        display: none;
    }

    #currentDateTime {
        display: none;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 4px;
    }

    .news-label {
        font-size: 12px;
        padding: 3px 5px;
        margin: -13px 10px -12px -5px;
    }

    .custom-img .col-md-4 {
        padding: 0 !important;
        text-align: center;
    }

    .flex-card-game {
        display: none;
    }

    .carousel-slide {
        display: block;
        margin: 25px 0 30px 0;
    }

    .bcn {
        margin-top: -20px;
        padding: 6px 8px;
    }

    .span-marquee {
        margin-top: -30px;
    }

    .marquee {
        margin-left: -49px;
    }

    .marquee-text {
        margin-bottom: -1px;
    }

    .logo_t img {
        margin: 20px 0 -20px 0px;
    }

    .content {
        margin-top: 130px;
        text-align: center;
    }

    .col-md-3 {
        width: 100%;
    }

    .custom-img .col-md-8 {
        margin: 30px 0 0 0;
    }

    .carousel-inner {
        margin-top: -20px;
    }

    .one_nav {
        text-align: left;
        position: absolute;
        z-index: 10;
    }

    .nav-toggle {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        display: inline-block;
        line-height: 1;
        padding: 10px 16px 20px;
        margin: 15px 0 0 -30px;
    }

    .one_nav #menu_title {
        position: absolute;
        top: 25px;
        left: 0px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        margin-top: 8px;
        white-space: nowrap;
    }

    .nav-toggle .icon-menu {
        display: inline-block;
        fill: none;
        height: 22px;
        position: relative;
        vertical-align: middle;
        width: 36px;
    }

    .icon-menu .line-1 {
        top: 0;
    }

    .icon-menu .line-2 {
        margin-top: -2px;
        top: 50%;
    }

    .icon-menu .line-3 {
        bottom: 0;
        margin-top: -2px;
    }

    .icon-menu .line-4 {
        bottom: -8px;
    }

    .icon-menu .line {
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }

    /* menu mobile */
    .mobile_top {
        display: flex;
    }

    .nav-container.is-visible {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        /* visibility: visible; */
        background: #000;
        width: 75%;
    }

    .nav-container {
        background-color: transparent;
        height: 100%;
        left: 0;
        margin: 0;
        min-height: 100%;
        overflow-y: scroll;
        padding: 0;
        position: fixed;
        /*top: 0;*/
        visibility: hidden;
        width: 100%;
        z-index: 9999;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    }

    .nav-menu {
        padding-left: 0px;
        width: auto;
        /* -moz-user-select: none; */

    }

    .nav-menu .menu-item .menu_icon {
        cursor: pointer;
        float: left;
        width: 50px;
    }

    .nav-menu .menu-item .nav-toggle {
        padding: 0px;
        margin: 0;
    }

    .nav-menu.menu .menu-item a {
        padding-left: 12px;
    }

    .nav-menu.menu .menu-item a:hover {
        background-color: #0169cc;
    }

    .user_rwo .icon_text:hover {
        color: #fff;
    }

    .user_rwo {
        padding: 5px;
        width: auto;
    }

    .user_rwo .icon {
        border-radius: 9px;
        cursor: pointer;
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .user_rwo .icon2 {
        float: left;
        margin-top: 2px;
        cursor: pointer;
        width: 25px;
    }

    .user_rwo .icon2 img {
        display: flex;
        align-items: center;
        margin: -5px auto;
    }

    .border-b .icon_text {
        font-family: 'AvenirNextLTPro-Bold';
    }

    .user_rwo .icon_text {
        color: #fff;
        float: left;
        font-size: 14px;
        padding: 5px 0px 5px 15px !important;
        vertical-align: middle;
        width: 50%;
    }

    .user_rwo .icon_text:hover {
        color: #000;
    }

    .border-b {
        /*background-image: -moz-linear-gradient( 90deg, rgb(255,151,0) 1%, rgb(255,233,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,151,0) 1%, rgb(255,233,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,151,0) 1%, rgb(255,233,0) 100%);*/
        background-color: #000;
        border-bottom: 2px solid #0169cc;
    }

    .title-topbar {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 5px 0px;
        width: 100%;
        text-align: center;
        font-family: Roboto;
    }

    .nav-menu.menu .menu-item a {
        padding-left: 12px;
    }

    .nav-menu .menu-link {
        color: #fff;
        display: block;
        font-size: 17px;
        text-decoration: none;
    }

    .user_rwo .icon_text:hover {
        color: #fff;
    }

    .icon .bi {
        color: #fff !important;
        font-size: 26px;
    }

    .lang {
        text-align: center;
        position: relative;
    }

    .btn-lang {
        background: transparent;
        border: 1px solid transparent;
    }

    .menu-lang {
        background: black;
        padding: 1rem;
        font-weight: 600;
        right: 0;
        text-align: center;
    }

    .menu-lang.dropdown-menu {
        width: fit-content;
        padding: 1rem 4rem;
        text-align: left;
        margin: 0 auto;
        background: transparent;
    }

    .menu-lang>li {
        padding: 1rem;
        color: white;
    }

    .dropup,
    .dropdown {
        position: relative;
    }

    .popu_bg .modal-body {
        margin: auto;
        width: 100%;
    }

    .popu_bg {
        color: #fff;
        padding: 0px 0 0px;
        width: 100%;
        border: none;
    }

    .modal-dialog {
        max-width: 100%;
    }

    .modal-dialog3 {
        margin: 20px auto;
        width: 400px;
    }

    .modal-content {
        display: flex;
        position: relative;
        background: url('../images/menus_icon.jpg') no-repeat center center;
        background-size: cover;;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }

    .new-modal {
        background-image: -moz-linear-gradient(180deg, rgb(255, 196, 0) 0%, rgb(255, 196, 0) 99%) !important;
        background-image: -webkit-linear-gradient(180deg, rgb(255, 196, 0) 0%, rgb(255, 196, 0) 99%) !important;
        background-image: -ms-linear-gradient(180deg, rgb(255, 196, 0) 0%, rgb(255, 196, 0) 99%);
        border-bottom: 0 none;
        color: #fff;
        padding: 0;
        text-align: center;
    }

    .modal-header {
        display: block;
        min-height: 16.43px;
        padding: 20px !important;
        border-bottom: 1px solid #e5e5e5;
    }

    #form_login .form-control {
        color: #000;
    }

    .sgn_frm .form-group,
    #form_login .form-group {
        margin-bottom: 40px;
    }

    .bg-sosmed {
        display: none;
    }

    .top-cont-egames {
        margin: 20px 0 0 -20px;
    }

    .single-egames {
        float: left;
        width: calc(100% / 4);
        margin-bottom: 10px;
    }

    .dd-egames {
        display: flex;
    }

    .open>.dropdown-menu {
        display: block;
    }

    .dropdown,
    .dropup {
        position: relative;
        margin-top: 15px;
    }

    .lottery-main {
        grid-template-columns: repeat(1, 1fr);
    }

    .custom-img .col-md-4:nth-child(2) {
        display: none;
    }

    .custom-img .col-md-4:nth-child(3) {
        display: block;
        margin: 35px 0 0 0;
    }

    .side-image {
        width: 161px;
        height: auto;
        object-fit: cover;
    }

    .egames-title {
        font-size: 10px;
    }

    .footer,
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        z-index: 999;
    }

    .ui-navbar,
    .ui-navbar ul {
        max-width: 100%;
    }

    .footer {
        display: block;
        overflow-x: hidden;
        left: 0;
        bottom: -2px;
        width: 100%;
        position: fixed !important;
        z-index: 9999;
        padding-bottom: 1px;
        background-color: #004AD1;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 0px 15px 20px 0px rgba(0, 0, 0, 0.100), inset 0px -15px 20px 0px rgba(0, 0, 0, 0.100), inset 0px 25px 20px 0px rgba(0, 0, 0, 0.200), inset 0px -25px 20px 0px rgba(0, 0, 0, 0.200);

    }

    .ui-navbar,
    .ui-navbar ul {
        max-width: 100%;
    }

    .ui-navbar ul {
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        border: 0;
        overflow: visible;
    }

    .ui-block-a,
    .ui-block-b,
    .ui-block-c,
    .ui-block-d,
    .ui-block-e {
        margin: 0;
        border: 0;
        float: left;
        min-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    li.ui-block-a,
    li.ui-block-b,
    li.ui-block-c,
    li.ui-block-d,
    li.ui-block-e,
    ul.ui-grid-a,
    ul.ui-grid-b,
    ul.ui-grid-c,
    ul.ui-grid-d,
    ul.ui-grid-solo {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        list-style: none;
    }

    .ui-grid-c>.ui-block-a,
    .ui-grid-c>.ui-block-b,
    .ui-grid-c>.ui-block-c,
    .ui-grid-c>.ui-block-d,
    .ui-grid-c>.ui-block-e {
        width: 20%;
    }

    li.ui-block-a,
    li.ui-block-b,
    li.ui-block-c,
    li.ui-block-d,
    li.ui-block-e,
    ul.ui-grid-a,
    ul.ui-grid-b,
    ul.ui-grid-c,
    ul.ui-grid-d,
    ul.ui-grid-solo {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        list-style: none;
    }

    .ui-block-a,
    .ui-block-b,
    .ui-block-c,
    .ui-block-d,
    .ui-block-e {
        margin: 0;
        border: 0;
        float: left;
        min-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ui-navbar li .ui-btn {
        font-size: 9px;
        display: block;
        margin: 0;
        border-right-width: 0;
        font-weight: bold;
        padding: 9px;
    }

    .ui-navbar a {
        color: #fff;
        border-color: #191527;
        border-top: none;
        font-family: 'OpenSans-Regular';
    }

    .ui-btn {
        text-overflow: initial;
        font-family: 'Aller Regular', Arial, sans-serif;
        text-shadow: none !important;
        box-shadow: none !important;
        position: relative;
        text-align: center;
        text-decoration: none !important;
        font-weight: lighter;
    }

    .spok h1 {
        font-size: 24px;
    }

    .spok p {
        font-size: 16px;
    }

    .container-login {
        display: none;
    }

    .one_out_btn_login {
        display: flex;
        justify-content: flex-end;
        margin: -30px -15px 37px 0;
    }

    #ico-masuk {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

    .login-style {
        width: 50%;
    }

    .animated-button1 span:nth-child(2) {
        margin: 10px 0 0 -15px;
    }

    .animated-button1 span:nth-child(3) {
        margin: 16px 0 0 -30px;
    }

    .btn-primery {
        font-size: 16px;
    }

    .details,
    .details span,
    .details font {
        font-size: 12px !important;
    }

    .details h2 {
        font-size: 18px;
    }

    .onlinenumrow {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .image-row .image-item img:nth-child(1) {
        margin: 4px 0 20px 0;
    }

}

@media (max-width: 576px) {

    .footer-description span, h2, h3, h4, font {
        font-size: 14px !important;
    }

    .footer-section h1 {
        font-size: 18px;
    }

    .btn-primery {
        font-size: 12px;
    }

    .egames-img-wrap {
        height: 100px;
        ;
    }

    .single-egames {
        float: left;
        width: calc(100% / 3);
        margin-bottom: 10px;
    }

    .image-row .image-item img:nth-child(1) {
        margin: 4px 0 20px 0;
    }

}

@media (max-width: 540px) {

    .result-costum {
        gap: 22px !important;
    }

    .result-item {
        margin: 0 -0 25px 13px;
    }

    .result-item img {
        width: 100px;
    }

    .result-item span:nth-child(2) {
        font-size: 11px;
        padding: 0 18px;
    }

    .result-item span:nth-child(3) {
        font-size: 1.6em;
    }

    .result-item span:nth-child(4) {
        top: 77%;
        font-size: 0.9em;
    }
}

@media (max-width: 430px) {

    .result-costum {
        gap: 33px !important;
    }

    .cont-tag-hotgame {
        display: none;
    }

    .togel-custom {
        padding: 0 !important;
    }

    .col-md-4 img:nth-child(2) {
        margin-top: -10px !important;
    }

    .image-row .image-item img:nth-child(1) {
        margin: 4px 0 20px 0;
    }

    .result-item {
        margin: 0 7px 25px 15px;
    }

    .result-item img {
        width: 105px;
    }

    .result-item span:nth-child(3) {
        font-size: 1.6em;
    }

    .result-item span:nth-child(4) {
        top: 77%;
        font-size: 0.8em;
    }
}


@media (max-width: 414px) {

    .result-costum {
        gap: 23px !important;
    }

    .result-item {
        margin: 0px 0px 25px 15px;
    }
}

@media (max-width: 390px) {

    .result-costum {
        gap: 25px !important;
    }

    .result-bank img {
        width: 110px;
    }

    .animated-button1 span:nth-child(1) {
        top: 34px !important;
        right: 86.5px !important;
    }
    .animated-button1 span:nth-child(2) {
        top: 37% !important;
    }

    .animated-button1 span:nth-child(3) {
        top: 7% !important;
    }

    .result-item {
        margin: 0px 0 25px 9px;
    }
}

@media (max-width: 375px) {
    .result-item {
        margin: 0px 0px 25px 5px;
    }

    .result-bank img {
        width: 110px;
    }

    .result-costum {
        gap: 16px !important;
    }

    .animated-button1 span:nth-child(1) {
        top: 34px !important;
        right: 86.5px !important;
    }
    .animated-button1 span:nth-child(2) {
        top: 37% !important;
    }

    .animated-button1 span:nth-child(3) {
        top: 7% !important;
    }
}

@media (max-width: 360px) {

    .result-bank img {
        width: 106px;
    }

    .animated-button1 span:nth-child(1) {
        right: 82.5px !important;
    }

    .result-item {
        margin: 0px 0px 25px 1px;
    }

    .result-item img {
        width: 100px;
    }
}

@media (max-width: 350px) {

    .light-span .glow-bar {
        margin: -5px 0 0 22px;
    }

    .light-span .glow-bar2 {
        margin: -5px 0 0 89px;
    }

    .result-item {
        margin: 0 -30px 25px 0px;
    }

    .result-item img {
        width: 75px;
    }

    .result-item span:nth-child(3) {
        font-size: 1.6em;
    }

    .result-item span:nth-child(4) {
        top: 77%;
        font-size: 0.8em;
    }

}

@media (max-width: 344px) {

    .result-bank img {
        width: 100px;
    }

    .animated-button1 span:nth-child(1) {
        right: 76.5px !important;
        top: 32.5px !important;
    }

    .result-item {
        margin: 0px -5px 25px 0px;
    }

    .result-item img {
        width: 85px;
    }
}
/* side sosmed  */
#slide-left {
    position: fixed;
    top: 175px;
    background: #080c14;
    z-index: 99999;
    width: 210px;
    left: -210px;
    min-height: 180px;
    text-align: center;
    transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    -moz-transition: left .4s ease-in-out;
    -webkit-transition: left .4s ease-in-out;
}

#slide-left:hover {
    left: 0;
}

#toggle-left {
    font-size: 20px;
    position: absolute;
    z-index: 99999;
    left: 210px;
    text-align: center;
}

.card-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 210px;
    border: 3px solid #ffea00;
}

.card-img {
    width: 200px;
    height: auto;
    margin-bottom: 5px;
}

.btn-alt, .btn-daftar-sosmed {
    background: #fac404;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100 !important;
    font-size: 19px;
    padding: 0;
    width: 180px;
    height: 40px;
    border-radius: 6px;
    font-stretch: condensed;
    margin-bottom: 6px !important;
}

.btn-alt:hover,
.btn-alt:active,
.btn-alt:focus,
.btn-daftar-sosmed:hover,
.btn-daftar-sosmed:active,
.btn-daftar-sosmed:focus {
    border: 1px solid #fac404;
    background: #fbff00;
    color: #000;
}

.sosmed-btn {
    max-width: 180px;
    border: 1px solid #fac404;
    border-radius: 6px;
    margin-left: 1.3rem !important;
}

.sosmed-btn a.btn,
.btn.btn-apk {
    background: linear-gradient(#fac404, #fbff00 , #fac404);
    min-width: 120px;
}

.btn.btn-apk {
    min-width: 160px;
}

.sosmed-btn a.btn:hover,
.sosmed-btn a.btn:active,
.sosmed-btn a.btn:focus,
.btn.btn-apk:hover,
.btn.btn-apk:active,
.btn.btn-apk:focus {
    background: #fac404;
    color: #200000;
}

.sosmed-btn a.btn {
    height: 38px;
    font-size: 12px;
    border-radius: 3px;
    padding-top: 11px;
}

.card-icn {
    width: 26px;
    height: auto;
    padding: 7px 1px 1px 1px;
}

.oval {
    display: inline-block;
    width: 40px;
    height: 34px;
    background: linear-gradient(#fac404, #fbff00 , #fac404);
    clip-path: polygon(        50% 0%,        100% 38%,        82% 100%,        18% 100%,        0% 38%    );
    margin: 2px;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}

/* side apk */
#slide-right {
    position: fixed;
    top: 175px;
    background: #080c14;
    z-index: 99999;
    width: 210px;
    right: -210px;
    min-height: 180px;
    text-align: center;
    transition: right .4s ease-in-out;
    -o-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -webkit-transition: right .4s ease-in-out;
}

#toggle-right {
    font-size: 20px;
    position: absolute;
    z-index: 99999;
    right: 210px;
    text-align: center;
}

#slide-right:hover {
    right: 0;
}

.card-toggle-apk {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 210px;
    min-height: 262px;
    border: 2px solid #ffea00;
}

.card-img-apk {
    width: 100px;
    height: auto;
    margin-bottom: 3px;
}