*{
    box-sizing:border-box
}
body{
    background:url(https://keren.sgp1.cdn.digitaloceanspaces.com/barang/bg-rtp-ps77.jpg) center fixed no-repeat;
    background-size:100% 100%
}
.figure-text{
    text-align:center
}
.figure-text>p{
    position:relative;
    display:block;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top:5px;
    margin-bottom:10px
}
.link-container{
    display:flex;
    justify-content:center;
    font-size:var(--x-large-font);
    padding:0;
    width:100%
}
.link-container a{
    width:50%;
    text-align:center;
    padding:15px 20px;
    text-transform:uppercase
}
.container{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    max-width:1140px
}
.login-button,.register-button{
    color:#000;
    font-family:system-ui
}
.login-button,.register-button{
    color:#000
}
.register-button{
    background:#000f;
    background:linear-gradient(to bottom,#fcd353 0,#daa036 100%);
    border-radius:30px 30px;
    font-size:14px;
    font-weight:700
}
.register-button:hover{
    box-shadow:0 0 5px 3px #fff
}
.login-button{
    background:#000f;
    background:linear-gradient(rgb(255,255,255) 0%,rgb(211,192,0) 90%,rgb(252,227,12) 0%);
    border-radius:30px 30px;
    font-weight:700
}
.login-button:hover{
    box-shadow:0 0 5px 3px #fff
}
.adv{
    justify-content:center;
    display:flex;
    flex-wrap:wrap
}
img{
    vertical-align:middle;
    border-style:none
}
.title{
    display:flex;
    justify-content:center
}
.word{
    color:#fff;
    padding:20px 30px;
    border-radius:5px;
    border:1px dashed #948834;
    font-family:Bebas Neue
}
.word h1{
    font-size:1.5em
}
.word h2{
    font-size:1.3em
}
.word h3{
    font-size:1.1em
}
.word p{
    font-size:1em
}
.word a{
    color:#f1d408
}
.title-text{
    color:#fff
}
.content-box{
    padding:.5em;
    text-align:center;
    background-color:rgba(0,0,0,.7)
}
.content-box2{
    padding:10px;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    flex-wrap:wrap;
    min-height:500px;
    width:85%;
    margin-left:auto;
    margin-right:auto
}
.footer{
    text-decoration:none;
    color:#fff
}
.content{
    padding:.5em;
    width:100%
}
.slot{
    display:block
}
.slot .slot-sidebar{
    padding-right:10px;
    padding-left:0;
    margin-top:5px;
    background-color:#d39e00;
    float:none!important;
    width:100%!important;
    border-radius:10px;
    flex:none!important;
    max-width:100%!important;
    padding-right:0!important
}
.slot-sidebar-nav{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:nowrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.slot-sidebar-nav>li{
    border-bottom:1px solid #0092b1;
    width:100%;
    position:relative;
    display:block;
    border-bottom:none;
    padding:6px;
    background:linear-gradient(to bottom,#3b4134 0,#7d8f71 100%)
}
.slot-sidebar-nav>li>a{
    color:#fff;
    font-size:13px;
    padding:7px 10px;
    display:block;
    outline-color:#000;
    outline-style: auto;
}
.btn-provider:hover{
    background-color:#644c1c
}
a:hover{
    text-decoration:none;
    color:#fff
}
.btn-provider{
    text-align:center;
    display:block
}
.btn-provider span{
    position:unset
}
.btn-logo{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:95%
}
.banner{
    display:block;
    margin-left:auto;
    margin-right:auto;
    background-size:cover!important
}
.next-btn{
    background:linear-gradient(to bottom,#d39e00 0%,#0cff00 46%,#d39e00 100%);
    width:20%
}
.enter{
    display:none
}
.btn-daf{
    animation:blinking 1s infinite;
    transition:all .4s
}
@keyframes blinking{
    0%{
        border:2px solid #533c98
    }
    100%{
        border:2px solid #ff9626
    }
}
.blink-me{
    animation-name:blinker;
    animation-duration:1s;
    animation-timing-function:linear;
    animation-iteration-count:infinite
}
.next-btn{
    background-color:#292a2b;
    border:none;
    color:#fff;
    border-radius:10px;
}
.slot .content{
    float:none;
    width:100%;
    padding:0;
    flex:0 0 100%;
    max-width:100%;
    background-color:#121212
}
.wrapper{
    width:100%;
    padding:0;
    white-space:nowrap;
    overflow:hidden;
    position:relative;
    z-index:0;
    background-color:#11160f
}
.card{
    float:left;
    width:25%;
    background:0 0;
    border:none;
    text-align:center;
    position:relative;
    border-radius:0
}
.card:hover{
    background-color:rgba(0,0,0,.3)
}
.card-content{
    margin:10px;
    color:#fff;
    font-size:12px;
    border:none;
    overflow:hidden;
    position:relative;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    border-radius:8px
}
.percent{
    height:27px;
    display:flex;
    overflow:hidden;
    line-height:0;
    font-size:.75rem;
    background-color:#e9ecef;
    position:relative;
    z-index:1
}
.percent p{
    z-index:15;
    position:absolute;
    text-align:center;
    width:100%;
    font-size:14px;
    font-weight:700;
    transform:translateY(14px);
    color:#000
}
.percent-bar{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size:1rem 1rem;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    overflow:hidden;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    background-color:#007bff;
    transition:width .6s ease;
    -webkit-animation:progress-bar-stripes 1s linear infinite;
    animation:progress-bar-stripes 1s linear infinite;
    z-index:10
}
.yellow{
    background-color:#ffc107!important
}
.green{
    background-color:#28a745!important
}
.red{
    background-color:#dc3545!important
}
.short{
    display:none
}
.mySlides{
    display:none
}
.hover-btn{
    position:absolute;
    opacity:0;
    background-color:rgba(0,0,0,.9);
    transition:all .1s ease-in-out;
    z-index:10;
    width:100%;
    height:100%
}
.play-btn{
    font-size:15px;
    text-decoration:none;
    color:#fff;
    text-align:center;
    align-items:center;
    width:100%;
    margin:25% auto;
    padding:8px;
    background-color:#15b586
}
.img-zoom{
    transition:all .45s ease-in-out;
    height:150px
}
.hover-btn:hover{
    opacity:100%
}
.hover-btn:hover~.img-zoom{
    position:relative
}
.slot-pg-btn{
    background-color:#7182be;
    padding:10px 15px;
    font-size:30px;
    border-radius:8px
}
.play-btn{
    font-size:12px;
    text-decoration:none;
    color:#fff;
    text-align:center;
    align-items:center;
    margin-top:75%;
    padding:6px;
    display:block;
    margin-left:1px;
    background:linear-gradient(to bottom,#fff095 0%,#b88416 88%);
    color:#000;
    border-radius:18px;
    transition:all .3s ease
}
.play-btn:hover{
    background:linear-gradient(to top,#fff095 0%,#b88416 88%)
}
@media only screen and (min-width:450px){
    .banner{
        background-size: cover !important;
        width: 100%;
        height: 100%; /* Sesuaikan tinggi sesuai kebutuhan */
        display: flex;
        align-items: center;
        justify-content: center; /* Menambahkan ini untuk pusat horizontal */
        text-align: center; /* Untuk pusatkan teks atau elemen dalam */
    }
    .body{
        background-size:cover!important
    }
}
@media(min-width:576px){
    .container{
        max-width:540px
    }
}
@media(min-width:768px){
    .container{
        max-width:720px
    }
}
@media(min-width:992px){
    .container{
        max-width:960px
    }
}
@media(min-width:1200px){
    .container{
        max-width:1140px
    }
}
@media(max-width:992px){
    .slot-sidebar-nav{
        flex-wrap:nowrap
    }
    .slot-sidebar{
        float:none!important;
        width:100%!important;
        flex:none!important;
        max-width:100%!important;
        padding-right:0!important
    }
    .content{
        float:none!important;
        width:100%!important;
        flex:none!important;
        max-width:100%!important
    }
    .card{
        width:33.3%!important
    }
    .hover-btn{
        display:none
    }
    .hover-btn:hover~.img-zoom{
        transform:scale(1);
        position:relative;
    }
    .btn-provider{
        text-align:center;
        display:block
    }
    .enter{
        display:block
    }
    .btn-provider span{
        position:unset
    }
    .btn-provider i{
        margin:0
    }
    .slot-sidebar-nav li{
        border-bottom:none
    }
    .slot-sidebar-nav li a p{
        font-size:5px
    }
    .img-zoom{
        height:auto;
        height: 77px; 
        width: 107px
    }
    .slot-sidebar-nav li a img{
        height:17.5px!important
    }
    .maintenance p{
        font-size:5px
    }
    .r1{
        padding:1rem 0;
        background:#222
    }
    .r1 h5{
        margin:0;
        font-size:.8rem
    }
    .r3 p{
        margin:0
    }
}
@media (max-width:768px) {
    .navbar {
        position: fixed;
        background-color: #033828;
        right: 0;
        left: 0;
        z-index: 1030;
        min-height: 50px;
        width: 100%;
        float: left;
        padding: 8px;
        box-shadow: 0 0 8px 4px #1eff00
    }

    .text-center {
        text-align: center
    }
}

.alexis-container {
    transition: all 3s ease;
    transition-duration: 2s;
    transition-property: top, right, bottom, left, opacity;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    min-height: 14px;
    background: linear-gradient(to right, #a80000 0%, #410505 50%, #8b0303 100%);
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #070b0e;
    line-height: 19px;
    padding: 10px 14px;
    bottom: -100px;
    top: -100px;
    opacity: 0;
    z-index: 9999;
}

.alexis-container .action {
    background: inherit;
    display: inline-block;
    font-size: inherit;
    text-transform: uppercase;
    color: #4caf50;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer
}

@media(min-width:640px) {
    .alexis-container {
        min-width: 288px;
        max-width: 568px;
        display: inline-flex;
        border-radius: 2px;
        margin: 24px
    }
}

@media(max-width:640px) {
    .alexis-container {
        left: 0;
        right: 0;
        width: 100%
    }
}

.alexis-pos.bottom-center {
    top: auto !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.alexis-pos.bottom-left {
    top: auto !important;
    bottom: 0;
    left: 0
}

.alexis-pos.bottom-right {
    top: auto !important;
    bottom: 0;
    right: 0
}

.alexis-pos.top-left {
    bottom: auto !important;
    top: 0;
    left: 0
}

.alexis-pos.top-center {
    bottom: auto !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.alexis-pos.top-right {
    bottom: auto !important;
    top: 0;
    right: 0
}

@media(max-width:640px) {

    .alexis-pos.bottom-center,
    .alexis-pos.top-center {
        left: 0;
        transform: none
    }
}
.r1 {
    padding: 1rem 0;
    background: #222
}

.r1 h5 {
    margin: 0;
    font-size: 0.8rem
}

.r3 p {
    margin: 0
}


.cc-livechat-wrapper {
    position: fixed;
    left: 0;
    bottom: 80px;
    z-index: 99999;
    font-family: Arial, sans-serif;
  }

.cc-livechat-bar {
    width: 60px;
    height: 190px;
    background: linear-gradient(180deg, #0052ff, #007bff);
    border-radius: 0 14px 14px 0;
    box-shadow: 0 0 12px rgba(0,0,0,0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 6px 10px;
    cursor: pointer;
    border: 1px solid #0b53d0;
    position: relative;
    animation: cc-wiggle 2.2s ease-in-out infinite;
  }

.cc-livechat-bar:hover {
    animation: none;
    transform: translateX(3px);
    box-shadow: 0 0 18px rgba(0,0,0,0.7);
  }

  @keyframes cc-wiggle {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(4px); }
    40%  { transform: translateX(0); }
    60%  { transform: translateX(3px); }
    100% { transform: translateX(0); }
  }

.cc-livechat-avatar {
    position: absolute;
    top: -22px;
    left: 8px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.6);
  }

.cc-livechat-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.cc-livechat-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 32px;
  }

.cc-livechat-text span {
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

.cc-livechat-status {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(15,23,42,0.9);
    box-shadow: 0 0 6px rgba(0,0,0,0.6);
    min-width: auto;
  }

.cc-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
  }

.cc-status-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

.cc-status-label {
    font-size: 10px;
    font-weight: 600;
    color: #e5f3ff;
  }

.cc-status-time {
    font-size: 9px;
    color: #9ca3af;
  }

.cc-livechat-dialog {
    position: fixed;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%) translateY(20px);
    width: min(92vw, 360px);
    background: #111827;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.7);
    color: #fff;
    border: 1px solid #1f2937;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
    z-index: 100000;
  }

.cc-livechat-dialog.cc-show {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

.cc-dialog-header {
    padding: 10px 14px;
    background: #1f2937;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px 14px 0 0;
  }

.cc-dialog-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cc-dialog-avatar {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    overflow: hidden;
    border: 2px solid #10b981;
  }

.cc-dialog-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.cc-dialog-header-text {
    font-size: 12px;
    line-height: 1.3;
  }

.cc-dialog-header-text strong {
    font-size: 13px;
  }

.cc-dialog-close {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding-left: 6px;
  }

.cc-dialog-body {
    padding: 12px 14px 4px;
    font-size: 12px;
    background: #111827;
  }

.cc-dialog-body p {
    margin: 0 0 6px;
  }

.cc-dialog-footer {
    padding: 8px 14px 12px;
    background: #111827;
    border-radius: 0 0 14px 14px;
  }

.cc-dialog-button {
    width: 100%;
    border: none;
    background: linear-gradient(90deg, #16a34a, #22c55e);
    color: #ffffff;
    padding: 10px 0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
  }

.cc-dialog-button:hover {
    filter: brightness(1.05);
  }

  @media (max-width: 480px) {
    .fab-wrapper { bottom: 260px; }
    .cc-livechat-bar { height: 170px; }
  }
