body {
    background-image: linear-gradient(to bottom, #2B0002 0%, #940109 50%, #2B0002 100%);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
}

.wrapper-body {
    padding: 0;
    width: 100%;
}

.header {
    text-align: center;
}

.nav-top {
    max-height: 150px;
    text-align: center;
}

.icon-left {
    float: left;
    padding-inline-start: 10px;
    width: 15em;
    text-align: left;
}

.icon-1 {
    display: inline-block;
    background-color: #00000088;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 2px;
    text-align: center;
}

.icon-1 img {
    width: 17.5px;
    margin-top: 3px;
}

.button-wrap {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    float: right;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-right: 2em;
    padding-inline-start: 40px;
}

.button-login {
    border: 1px solid #fffb00;
    border-radius: 25px;
    background-color: #00000088;
    text-decoration: none;
    color: #fff;
    padding: 5px;
}

.button-login:hover {
    background-color: #FCC200;
    color: #000;
    text-decoration: none;
}

.span-link {
    border-radius: 5px;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 23px;
    padding: 15px 10px;
}

.span-link2 {
    border-radius: 5px;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 23px;
    padding: 15px 10px;
}

.button-daftar {
    border: 1px solid #fffb00;
    border-radius: 25px;
    background-color: #FCC200;
    text-decoration: none;
    color: #000;
    padding: 5px;
}

.button-daftar:hover {
    color: #fff;
    background-color: #00000088;
    text-decoration: none;
}

.asuii {
    padding-inline-start: 0;
    font-size: 11px;
    margin-top: 3em;
}

.icon-menu {
    display: inline-block;
    background-color: #00000088;
    border-radius: 15px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 5px 10px;
}

.icon-menu img {
    width: 11px;
    height: 11px;
    display: inline;
}

.progresif-jackpot-wrap {
    text-align: center;
    margin-top: 1em;
}

@font-face {
    font-family: 'JackpotSlots';
    src: url('advanced_dot_digital-7.ttf') format("opentype");
    font-weight: normal;
    font-style: normal
}

.progresif-jackpot {
    background: url(../img/progressive-jp-tema-2.png) center;
    background-size: 100%;
    width: 100%;
    max-width: 600px;
    height: 100px;
    margin: 0 auto;
}

.progresif-jackpot1 {
    font-family: 'JackpotSlots';
    font-size: 30px;
    font-weight: bold;
    padding: 19px;
    border-radius: 5px;
    text-align: center;
    color: #590004;
    width: 100%;
    margin-top: 13px;
    font-family: 'JackpotSlots';
}

.bungkus-jackpot1 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background: url(../img/progressive-jp-tema-2.png) center;
    background-size: 100%;
    width: 100%;
    max-width: 600px;
    height: 100px;
    margin-top: 10px;
}

.progresif-jackpot1 span {
    color: white;
    margin-right: 15px;
}

.actived {
    color: #00ff40;
    font-weight: bold;
}

.promo-badges,
.promo-badges2 {
    position: absolute;
    z-index: 999;
    animation: 0.25s ease 0s infinite alternate none running beat;
    margin-top: -10px;
    margin-left: 10px;
}

.promo-badges img {
    width: 40px;
    height: 12px;
}

.promo-badges2 img {
    width: 30px;
    height: 12px;
}

@keyframes beat {
    100% {
        transform: scale(1.20);
    }
}

.nav-mobile {
    display: none;
}

.site-logo img {
    margin-top: 10px;
}

.login-links-container {
    display: none;
}

.main-menu-outer-container {
    display: none;
}

.bg-dark {
    background-color: #420004 !important;
}

/* Styling untuk Slider */
.luxury-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slides {
    display: flex;
    transition: transform 1s ease;
    width: 100%;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(90%);
    transition: filter 0.5s ease;
}

.slide:hover img {
    filter: brightness(100%);
}

/* Navigasi Panah */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    width: 3rem;
    height: 3rem;
}

.arrow:hover {
    background-color: rgba(255,255,255,.9);
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}

/* Bullets */
.dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: gold;
}

/* Animasi Slider */
@keyframes slide-animation {
    0% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(-100%);
    }

    66% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Modal Background */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.9) !important;
    /* Semi-transparent black */
}

.modal-login__dialog-header {
    padding: 15px;
  border-bottom: 1px solid rgba(128,128,128,.2);
  position: relative;
}
.modal-login__dialog-header h2 {
    font-size: 20px;
}

/* Modal Content */
.modal-content {
    background-color: rgba(255,255,255,.9) !important;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #2B0002;
    animation: fadeInModal 0.5s ease;
}

.modal-content h2 {
    text-align: center;
    margin-bottom: 5px;
    color: #2B0002;
    /* Emas */
}

.img-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

.modal-content label {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.modal-content input[type="text"],
.modal-content input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #2B0002;
    font-size: 1rem;
}

.modal-content .login-button {
    background-color: #2B0002;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.modal-content .login-button:hover {
    background-color: #FFC107;
}

/* Close Button */
.close {
    color: #2B0002;
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

/* Animasi Modal */
@keyframes fadeInModal {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        filter: initial;
    }
    50% {
        filter: brightness(40.5) drop-shadow(0 0 10px white);
    }
}

.content {
    width: 100%;
    margin: 1em auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    margin-bottom: 5em;
}
.content-utama {
    width: 75%;
}
.sidebar {
    width: 23%;
}

@media only screen and (max-width: 1380px) {
    .sidebar {
        width: 30%;
    }
    .content-utama {
        width: 70%;
    }
}
.sidebar-result {
    padding: 10px;
    margin-bottom: 2em;
}

.sidebar-result .title-result {
    font-weight: bold;
    color: #fff;
}

.sidebar-result .date-result {
    color: #fff;
    margin-left: 1.6em;
    font-size: 12px;
    margin-bottom: 2em;
}

.sidebar-result img {
    width: 15px;
}

.wrap-result {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.results {
    background: linear-gradient(to bottom, #e3a002 0%, #fcbd00 50%, #e3a002 100%);
    color: #940109;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: baseline;
    justify-content: space-between;
}

.pasaran {
    font-weight: bold;
    font-family: monospace;
}

.slide-down-sidebar-result {
    float: right;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

.narrow-up, .narrow-down {
    font-size: 25px;
    background: linear-gradient(to bottom, #e3a002 0%, #fcbd00 50%, #e3a002 100%);
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.narrow-up a, .narrow-down a {
    color: #940109;
    text-decoration: none;
}
.hasil-result {
    display: flex;
    gap: 5px;
}

.hasil-result span {
    background-color: #940109;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-last-withdraw {
    padding: 10px;
    margin-top: .35em;
}

.wrap-withdraw {
    background: linear-gradient(to bottom, #e3a002 0%, #fcbd00 50%, #e3a002 100%);
    width: 100%;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #FCC200;
}

.content-withdraw {
    padding: 10px;
}

.content-withdraw .title-withdraw {
    font-weight: bold;
    color: #940109;
}

.content-withdraw img {
    width: 15px;
}

.content-withdraw .date-withdraw {
    color: #420004;
    margin-left: 1.76em;
    font-size: 11px;
    margin-bottom: 1.5em;
    font-weight: bold;
}

.withdraw {
    background: #420004;
    color: #e7ae02;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
}

.hasil-wd {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.withdraw .text-wd {
    text-align: right;
    margin-left: 10px;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.withdraw-group {
    display: none;
}

.withdraw-group.active {
    display: block;
    animation: fadeInOut 10s ease-in-out infinite;
}
.sidebar-last-sosmed {
    padding: 10px;
    margin-top: .35em;
}
.wrap-sosmed {
    background: linear-gradient(to bottom, #e3a002 0%, #fcbd00 50%, #e3a002 100%);
    width: 100%;
    height: 300px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #FCC200;
}
.content-sosmed {
    padding: 10px;
}
.content-sosmed .title-sosmed {
    font-weight: bold;
    color: #940109;
}
.content-sosmed img {
    width: 20px;
}
.content-sosmed .date-sosmed {
    color: #420004;
    margin-left: 1.76em;
    font-size: 11px;
    margin-bottom: 1.5em;
    font-weight: bold;
}
.sosmed {
    background: #420004;
    color: #e7ae02;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
}
.hasil-sosmed {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sosmed .text-sosmed {
    text-align: right;
    margin-left: 10px;
}
.swiper {
    width: 100%;
    height: 100%;
    padding-right: 10px !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Judul-game-terpopuler {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.Judul-game-terpopuler img {
    width: 35px;
    margin-right: 10px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid gold;
    border-radius: 30px;
    box-shadow: 0px 0px 3px 2px #0e0d0d;
    margin: 5px;
}

.Judul-game-terpopuler h5 {
    margin-bottom: 0px;
    color: #fff;
}

.vertical-swiper {
    width: 100%;
    height: 500px;
    /* Adjust height as needed */
}

.vertical-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.angka-bulet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #8b0104;
    color: gold;
    font-weight: bold;
    font-size: 16px;
}
.fixed-footer {
    display: none;
}

@media only screen and (max-width: 600px) {
    .swiper-slide img {
        border: 1px solid gold;
        border-radius: 15px;
    }
    .nav-top {
        display: none;
    }

    .main-menu-outer-container {
        display: flex;
    }

    .main-menu-outer-container>i {
        background: #010022;
        color: #fff;
    }

    .main-menu-outer-container>main {
        background-color: #420004;
    }

    .main-menu-outer-container>main {
        margin: 0;
        flex-grow: 1;
        display: flex;
        overflow: auto;
        margin-top: .50em;
    }

    .glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
    }

    .main-menu-outer-container>main>a:first-child {
        margin-left: auto;
    }

    .main-menu-outer-container>main>a {
        display: block;
        white-space: nowrap;
        padding: 10px 0;
        min-width: 80px;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }

    .main-menu-outer-container>main>a>img {
        display: block;
        height: 25px;
        width: 25px;
        margin: 10px auto;
    }

    .nav-mobile {
        display: block;
        background-color: #969696;
    }

    .site-menu-trigger {
        margin-top: -1em;
    }

    .site-logo img {
        margin-top: 0;
    }

    .site-menu-trigger img {
        margin-top: -1em;
    }

    .button-wrap2 {
        display: block;
    }

    .navbar {
        padding: .5rem 0.5rem !important;
        flex-direction: row-reverse;
    }

    .button-login,
    .button-daftar {
        padding: 2px;
    }

    .span-link {
        font-size: 15px;
    }

    .bungkus-jackpot1 {
        height: 70px;
        margin-top: 5px;
    }

    .side-menu-user-info,
    .side-menu-login-panel {
        background-color: #4b0004;
        padding: 20px;
        font-size: 12px;
    }

    .side-menu-login-panel .login-panel-item {
        position: relative;
    }

    .side-menu-login-panel input[type="text"],
    .side-menu-login-panel input[type="password"] {
        border: 1px solid #ff0152;
        color: #fff;
        background-color: #2B0002;
        color: #fff;
        width: 100%;
        text-indent: 35px;
        padding: 10px;
        margin-bottom: 5px;
    }

    .side-menu-login-panel .login-panel-item {
        position: relative;
    }

    .side-menu-login-panel .login-panel-item [data-icon] {
        position: absolute;
        top: 10px;
        left: 15px;
        height: 18px;
        width: 18px;
        margin: 0;
        background: center no-repeat;
        background-size: contain;
    }

    .side-menu-login-panel .buttons-container {
        display: flex;
        gap: 5px;
    }

    .site-menu ul a {
        color: inherit;
    }

    .side-menu-login-panel input[type="submit"],
    .side-menu-login-panel a {
        background-color: #1c399b;
        background-image: linear-gradient(to bottom, #1c399b, #041744);
        display: inline-block;
        padding: 5px 15px;
        color: #fff;
        margin: 0;
        border: 0;
        flex-grow: 1;
        flex-basis: 50%;
        text-align: center;
    }

    .side-menu-login-panel a {
        background-color: #ff0101;
        background-image: linear-gradient(to bottom, #ff0101 0%, #850c0d 100%);
        color: #fff;
    }

    .login-links-container {
        display: flex;
    }

    .login-links-container a {
        flex-basis: 50%;
        color: #fff;
        padding: 14px 20px;
        text-align: center;
        line-height: 1;
        text-decoration: none;
        font-size: 18px;
    }

    .login-links-container .login {
        background: #ff0101;
        background: -moz-linear-gradient(top, #ff0101 0%, #850c0d 100%);
        background: -webkit-linear-gradient(top, #ff0101 0%, #850c0d 100%);
        background: linear-gradient(to bottom, #ff0101 0%, #850c0d 100%);
        color: #fff;
    }

    .login-links-container .daftar {
        background: #014ece;
        background: -moz-linear-gradient(top, #014ece 0%, #04163c 100%);
        background: -webkit-linear-gradient(top, #014ece 0%, #04163c 100%);
        background: linear-gradient(to bottom, #014ece 0%, #04163c 100%);
    }

    .brd {
        border-top: 2px solid #000;
    }

    .progresif-jackpot1 {
        font-size: 20px;
    }

    .arrow {
        font-size: 1rem;
        width: 2rem;
        height: 2rem;
        padding: 3px;
    }

    .dot {
        width: 6px;
        height: 6px;
    }
    .sidebar {
        width: 100%;
    }
    .content {
        flex-direction: column-reverse;
    }
    .content-utama {
        width: 100%;
        padding: 0 5px;
    }
    .fixed-footer {
        display: block;
        position: fixed;
        background-color: #420004 !important;
        color: #fff;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        display: flex;
        justify-content: space-around;
    }
    .fixed-footer a {
        flex-basis: calc((100% - 15px* 6) / 5);
        color: inherit;
        font-size: 11px;
        text-align: center;
        padding: 5px 0;
        background-color: inherit;
        text-decoration: none;
        outline: none;
        transition: all .3s ease;
    }
    .fixed-footer a[data-active="true"] {
        color: #f00;
    }
    .fixed-footer a[href="/mobile/contact-us"] img {
        background: transparent;
        animation: pulse 3s infinite;
    }
    .Judul-game-terpopuler h5 {
        font-size: 1em;
    }
}
@media only screen and (max-width: 400px) {
    .progresif-jackpot1 {
        font-size: 18px;
    }
}