@import url('https://fonts.cdnfonts.com/css/digital-numbers');
@import url('https://fonts.cdnfonts.com/css/brave-phoenix');

:root {
    --background-image: url('../img/bg1.webp');
}

body {
    background-color: black;
    background-image: var(--background-image);
    object-fit: cover;
    image-rendering: auto;
    background-attachment: fixed;
    /* background-position: center; */
    background-repeat: no-repeat;
}

.cursor {
    cursor: pointer;
}

.bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg1 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg2 {
    background-color: rgba(0, 0, 0, 0.1);
}

.pelangi {
    background: -webkit-linear-gradient(red, gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
}


@font-face {
    font-family: 'Digital-7';
    src: url('../font/digital-7.ttf') format('truetype');
}

.digital-text {
    font-family: 'Digital-7', sans-serif;
    font-size: 88px;
    letter-spacing: 2px;
}

/* ************************************************************************************* */
@media only screen and (min-width: 1400px) {
    #textberjalanMobile {
        display: none;
    }

    #downloadapk {
        display: none;
    }

    #navbarBawahMobile {
        display: none;
    }

    #slideMobile {
        display: none;
    }

    #formLoginRegisterMobile {
        display: none;
    }

    #providerMobile {
        display: none;
    }

    #navbarMobileb {
        display: none;
    }

    #textBerjalanMobile {
        display: none;
    }

    #beritaMobile {
        display: none;
    }

    #halamanSlotMobile {
        display: none;
    }

    #slotMobile {
        display: none;
    }

    #menuHalamanTogelMobile {
        display: none;
    }

    #halamanSabungMobile {
        display: none;
    }

    #menuHalamanCasinoMobile {
        display: none;
    }

    #halamanCasinoMobile {
        display: none;
    }
}

@media only screen and (max-width: 1399px) {
    #navbarAtasDesktop {
        display: none;
    }

    #navbarDesktop {
        display: none;
    }

    #textBerjalanDesktop {
        display: none;
    }

    #providerDesktop {
        display: none;
    }

    #slideMobile {
        display: none;
    }

    #beritaDesktop {
        display: none;
    }

    #halamanSlotDesktop {
        display: none;
    }

    #slotDesktop {
        display: none;
    }

    #menuHalamanTogelDesktop {
        display: none;
    }

    #halamanSabungDesktop {
        display: none;
    }

    #menuHalamanCasinoDesktop {
        display: none;
    }

    #halamanCasinoDesktop {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #slideDesktop {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #slideDesktop {
        display: none;
    }

    #slideMobile {
        display: block;
    }
}

/* ************************************************************************************* */
/* Menentukan gaya khusus untuk input */
.custom-input {
    background-color: black;
    color: white !important;
    border: none;
}

/* Menentukan gaya khusus untuk placeholder */
.custom-input::placeholder {
    color: white !important;
}

.custom-input :active {
    color: white !important;
    background-color: black;
    border-radius: none;
}

.input-with-icon input[type="text"] {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px;
    margin: 5px 0;
}

::placeholder {
    color: white;
}

.input-with-icon {
    position: relative;
}

.input-with-icon input[type="text"] {
    padding-left: 30px;
    /* Sesuaikan jarak ikon dengan teks */
}

.input-with-icon i {
    position: absolute;
    left: 6px;
    /* Sesuaikan posisi ikon */
    top: 50%;
    transform: translateY(-50%);
}

/* ************************************************************************************* */
.gradient-buttons .btn {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.5)) !important;
    background-repeat: repeat-x !important;
    background-blend-mode: overlay;
    border: none !important;

    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ************************************************************************************* */
.gradient-buttons #topMatch {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.05)) !important;
    background-repeat: repeat-x !important;
    background-blend-mode: overlay;
    border: none !important;
}

/* ************************************************************************************* */
.gradient-buttons #bodyTogel {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.05)) !important;
    background-repeat: repeat-x !important;
    background-blend-mode: overlay;
    border: none !important;
}

/* ************************************************************************************* */
.gradient-buttons #footerTogel {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.05)) !important;
    background-repeat: repeat-x !important;
    background-blend-mode: overlay;
    border: none !important;
}

/* ************************************************************************************* */
.gradient-buttons #headerTogel {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.15) 51%, rgba(0, 0, 0, 0.05)) !important;
    background-repeat: repeat-x !important;
    background-blend-mode: overlay;
    border: none !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
    color: white !important;
}

.gradient-buttons .btn.btn-info:hover {
    background: linear-gradient(0deg, #4EDFF0, #17A2B8 57%, #007AA5) !important;
}

.gradient-buttons .btn-outline-info {
    color: white !important;
}

.gradient-buttons .btn-outline-info:hover {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
    color: white !important;
}

.text-bg-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

.text-info {
    color: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

.bg-info {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.gradient-buttons .btn.btn-warning:hover {
    background: linear-gradient(0deg, #FFC700, #FFA801, #D27303) !important;
    color: black !important;
}

.gradient-buttons .btn-outline-warning:hover {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
    color: black !important;
}

.text-bg-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.text-warning {
    color: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

.alert-warning {
    background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-primary {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

.gradient-buttons .btn.btn-primary:hover {
    background: linear-gradient(0deg, #0084E9, #0056b3 57%, #011F5B) !important;
}

.gradient-buttons .btn-outline-primary {
    color: white !important;
}

.gradient-buttons .btn-outline-primary:hover {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
    color: white !important;
}

.text-bg-primary {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

.text-primary {
    color: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
    color: white !important;
}

.gradient-buttons .btn.btn-danger:hover {
    background: linear-gradient(0deg, #FF6B6B, #DC3545 57%, #8B0000) !important;
}

.gradient-buttons .btn-outline-danger {
    color: white !important;
}

.gradient-buttons .btn-outline-danger:hover {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
    color: white !important;
}

.bg-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.text-bg-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.text-danger {
    color: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.alert-danger {
    background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.gradient-buttons .btn.btn-success:hover {
    background: linear-gradient(0deg, #50D050, #28A745 57%, #0A5720) !important;
}

.gradient-buttons .btn-outline-success {
    color: white !important;
}

.gradient-buttons .btn-outline-success:hover {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: white !important;
}

.text-bg-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.text-success {
    color: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.bg-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

.alert-success {
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-light {
    background: linear-gradient(0deg, #E0E0E0, #F8F9FA 57%, #FFFFFF) !important;
}

.gradient-buttons .btn.btn-light:hover {
    background: linear-gradient(0deg, #FFFFFF, #F8F9FA 57%, #E0E0E0) !important;
}

.gradient-buttons .btn-outline-light {
    color: white !important;
}

.gradient-buttons .btn-outline-light:hover {
    background: linear-gradient(0deg, #E0E0E0, #F8F9FA 57%, #FFFFFF) !important;
    color: black !important;
}

/* ************************************************************************************* */
.gradient-buttons .btn.btn-secondary {
    background: linear-gradient(0deg, #505050, #6C757D 57%, #A0A0A0) !important;
}

.gradient-buttons .btn.btn-secondary:hover {
    background: linear-gradient(0deg, #A0A0A0, #6C757D 57%, #505050) !important;
}

.gradient-buttons .btn-outline-secondary {
    color: white !important;
}

.gradient-buttons .btn-outline-secondary:hover {
    background: linear-gradient(0deg, #A0A0A0, #6C757D 57%, #505050) !important;
    color: white !important;
}

/* ************************************************************************************* */

.merah {
    background-color: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

/* ************************************************************************************* */
.menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.menu a {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: background-color 0.3s, transform 0.3s;
}

.menu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
}

.menu a::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: -webkit-linear-gradient(red, gold);
    transition: width 0.3s;
}

.menu a:hover::after {
    width: 100%;
}

.dropdown-menu.show {
    -webkit-animation: fadeIn .3s alternate;
    animation: fadeIn .3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform .2s cubic-bezier(.77, .2, .05, 1), background .2s cubic-bezier(.77, .2, .05, 1), all .2s ease-in-out;
    left: 0
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%)
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg)
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg)
}

/* ************************************************************************************* */

.match-container {
    position: relative;
    overflow: hidden;
    height: 430px;
    /* Sesuaikan tinggi sesuai kebutuhan */
}

.match-item {
    display: block;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.hidden {
    display: none;
}


.match-containerTogel {
    position: relative;
    overflow: hidden;
    height: 430px;
    /* Sesuaikan tinggi sesuai kebutuhan */
}

.match-itemTogel {
    display: block;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.hiddenTogel {
    display: none;
}

/* ************************************************************************************* */
.site-footer {
    /* background-color: #26272b; */
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: white;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: white;
}

.site-footer a:hover {
    color: red;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: white;
    text-decoration: none;
    border-bottom: red 1px solid;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: gold;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    /* background-color: #33353d; */
}

.copyright-text a {
    margin: 0;
    text-decoration: none;
    border-bottom: red 1px solid;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: white;
    background-color: goldenrod;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

/* ************************************************************************************* */
.responsive-slider {
    width: 100%;
    margin: 5px auto;
}

.semua-provider {
    width: 100%;
    margin: 5px auto;
}

.semua-provider-mobile {
    width: 100%;
    margin: 5px auto;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    margin: 0 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.slick-slide p {
    font-size: 0.9rem;
    color: white;
}

.slick-dots li button:before {
    color: white !important;
}

.slick-prev,
.slick-next {
    color: red !important;
    z-index: 1;
}

/* ************************************************************************************* */
.app {
    text-align: center;
    padding: 25px;
}

.loading-content {
    text-align: center;
    margin-top: 25px;
}

.loading-content span {
    font-size: 14px;
    color: gray;
    display: block;
}

.loading-ico {
    width: 64px;
    height: 64px;
    border: 3px solid #efefef;
    border-radius: 50%;
    border-top-color: red;
    display: inline-block;
    animation: spin 650ms ease infinite;
}

.loading-ico.no-border {
    border: 3px solid transparent;
    border-top-color: red;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.load-bar {
    text-align: center;
    width: 300px;
    margin: auto;
}

.load-bar span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.h-load-bar {
    margin-top: 8px;
    margin-bottom: 5px;
    width: 100%;
    height: 7px;
    background: #eee;
    overflow: hidden;
    border-radius: 10px;
}

.h-load-bar .load-step {
    width: 30px;
    height: 100%;
    border-radius: 10px;
    background: red;
    position: relative;
    animation: step-load 2s linear infinite;
}

@keyframes step-load {
    0% {
        left: -30px;
    }

    100% {
        left: 100%;
    }
}

#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9999;
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes loading-text-opacity {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #e45635 transparent #e45635;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #e45635 transparent #e45635;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: red;
    font-family: "Helvetica Neue, "Helvetica ", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* ************************************************************************************* */

.cardSlot {
    width: 175px;
    height: 250px;
    border-radius: 10px;
    margin: 5px auto;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    cursor: pointer;
    transition: 0.23s ease;
    position: relative;
}

.cardSlot img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    background: linear-gradient(to bottom, #1a1a1a, #000);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    /* background: linear-gradient(45deg, rgb(255, 0, 255, 0.3), rgb(0, 255, 255, 0.3), rgb(255, 0, 255, 0.3)); */
    /* background: linear-gradient(to right, #000, #002244); */
}

.cardSlot:hover {
    box-shadow: 0 0 37.2px 2.8px rgba(0, 0, 0, 5);
}

.cardSlot:hover .layer {
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.cardSlot:hover .layer small {
    top: auto;
    bottom: 25%;
    font-size: 15px;
}

.cardSlot:hover .layer .icon {
    top: 50%;
    right: 50%;
    margin: -55px -25px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.cardSlot:hover .layer .video-lenght {
    top: 50%;
    right: 50%;
    margin: -55px -25px 0 0;
    opacity: 0;
}

.layer {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: 0.23s ease;
}

.layer .icon {
    position: absolute;
    top: -50px;
    right: 10px;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to left, #ff2e41 0, #fa2e76 79%, #f42dab 100%);
    border-radius: 100%;
    transition: 0.23s ease;
}

.layer .video-lenght {
    padding: 5px 7px;
    background: linear-gradient(0deg, #0A5720, #28A745 57%, #50D050) !important;
    color: #FFF;
    border-radius: 15px;
    font-family: "Source Sans Pro", sans-serif;
    top: -44px;
    right: 55px;
    position: absolute;
    font-size: 12px;
    font-weight: 100;
    transition: 0.23s ease;
}

.layer small {
    font-weight: 100;
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 15px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    transition: 0.23s ease;
    margin-top: 10px;
    color: white;
}

@media (max-width: 768px) {
    .cardSlot {
        width: 102px;
        height: 150px;
    }

    .cardSlot img {
        width: 102px;
        height: 150px;
    }

    .cardSlot:hover .layer small {
        top: auto;
        bottom: 30%;
    }

    .layer .icon {
        width: 30px;
        /* Ukuran ikon lebih kecil */
        height: 30px;
        line-height: 30px;
    }

    .layer .video-lenght {
        display: none;
        font-size: 10px;
        padding: 3px 5px;
        top: -34px;
        right: 40px;
    }

    .layer small {
        font-size: 13px;
        /* Ukuran font lebih kecil */
    }
}

/* *************************************************************************************** */
.jackpot-counter {
    /* Transparent dark background */
    padding: 3px 5px;
    border-radius: 15px;
    /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); */
    text-align: center;
    color: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.jackpot-counter h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.jackpot-number {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.8);
}

.jackpot-number {
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 30px #FFC700, 0 0 40px #FFA801, 0 0 60px #D27303;
    }

    to {
        text-shadow: 0 0 40px #FFFF00, 0 0 50px #FFA500, 0 0 70px #FF4500;
    }
}



.jackpot-counterMobile {
    /* Transparent dark background */
    padding: 20px 20px;
    border-radius: 15px;
    /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); */
    text-align: center;
    color: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important;
}

.jackpot-counterMobile h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: -35px;
}

.jackpot-numberMobile {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.8);
}

.jackpot-numberMobile {
    animation: glowMobile 1.5s infinite alternate;
}

@keyframes glowMobile {
    from {
        text-shadow: 0 0 30px #FFC700, 0 0 40px #FFA801, 0 0 60px #D27303;
    }

    to {
        text-shadow: 0 0 40px #FFFF00, 0 0 50px #FFA500, 0 0 70px #FF4500;
    }
}

/* ******************************************************************************* */
.pasaran-slider {
    height: 500px;
    overflow: hidden;
}

.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ******************************************************************************* */
/* Warna untuk tab yang aktif */
.nav-pills .nav-link.active {
    background: linear-gradient(0deg, #011F5B, #0056b3 57%, #0084E9) !important;
    color: white !important;
    border-radius: 5px;
}

/* Warna untuk tab yang tidak aktif */
.nav-pills .nav-link {
    background: linear-gradient(0deg, #007AA5, #17A2B8 57%, #4EDFF0) !important;
    color: black !important;
    border-radius: 5px;
}

/* ******************************************************************************************* */
.ok_sms {
    width: 100%;
    border-collapse: collapse;
}

.ok_sms td {
    padding: 12px 15px;
    /* border: 1px solid #ddd; */
    font-size: 16px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    /* background: linear-gradient(0deg, #D27303, #FFA801 57%, #FFC700) !important; */
}

.ok_sms th {
    /* background: linear-gradient(0deg, #8B0000, #DC3545 57%, #FF6B6B) !important; */
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.ok_sms tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.5);
    /* background: linear-gradient(0deg, #E0E0E0, #F8F9FA 57%, #FFFFFF) !important; */
}

/* responsive OK SMS */

@media (max-width: 500px) {
    .ok_sms thead {
        display: none;
    }

    .ok_sms,
    .ok_sms tbody,
    .ok_sms tr,
    .ok_sms td {
        display: block;
        width: 100%;
    }

    .ok_sms tr {
        margin-bottom: 15px;
    }

    .ok_sms td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .ok_sms td::before {
        content: attr(data-label);
        position: absolute;
        left: 0px;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }
}