*{
    font-family: sans-serif;
    box-sizing: border-box;
}

p{
    margin: 0;
}

body{
    background: #baf8ba url(https://i.ibb.co/tb8BCzf/bg-slot-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
    background-color:black;
    background-size: 100%;
}


.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

a:hover{
    text-decoration: none;
    color: white;
}

.container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.adv{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

img{
    vertical-align: middle;
    border-style: none;
}

.title{
    display: flex;
    justify-content: center;
}

.title-text{
    color: white;
    font-size: 2.5rem;
}

.slot{
    display: block;
}

.slot .slot-sidebar{
    padding-right: 10px;
    padding-left: 0;
    margin-top: 5px;
    background-color: transparent;
    float: none !important;
    width: 100% !important; 
    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: 10px;
    list-style: none;
    background: black;
}

.slot-sidebar-nav > li {
    border-bottom: 1px solid #0092b1;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    margin-left: 5px;
    padding: 6px;
               
}

.slot-sidebar-nav > li > a{
    color: #fff;
    font-size: 15px;
    padding: 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}
.long{
    font-family: Arial, Helvetica, sans-serif;
}

.btn-provider{
    text-align: center;
    display: block;
}   

.enter{
    display: none;
}

.btn-provider span{
    position: unset;
}

.active{
    background-color: #0092B1;
}

.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;
}

.card{
    float: left;
    width: 20%;
    background: black;
    border: 0.1px solid white;
    text-align: center;
    position: relative;
}

.card-content{
    margin: 10px;
    color: #ffff;
    font-size: 10px;
    border: none;
    overflow: hidden;
    position: relative;
}

.jamgacor {
    background-image: linear-gradient(#0600b4, #000000);
    font-family: 'Poppins', sans-serif !important;
    padding: 3px;
    padding-top: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 0.1px solid black;
}

.jamgacor h5 {
    font-size: 1em;
}

.pola {
    background-image: linear-gradient(#003DFD, #0177CC);
    font-family: 'Poppins', sans-serif !important;
    padding: 3px;
    padding-top: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 0.1px solid black;
}

.jam {
    margin-bottom: 7px;
    padding: 8px;
}

.jam h5 {
    font-size: 1em;
}
.percent{
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}

.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar{
    /* background-color: #ffc107; */
    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;
    /* animation: ; */
    z-index: 10;
}

.yellow{
    background-color: #ffc107;
}

.green{
    background-color: #28a745;
}

.red{
    background-color: #dc3545;
}

.hover-btn{
    position: absolute;
    opacity: 0;
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 40%;
}

.maintenance{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    margin: -6px;
}

.maintenance p{
    position: relative;
    top: 40%;
    font-size: 13px;
}

.play-btn{
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    /* width: 100%; */
    margin-top: 25%;
    padding: 8px;
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    margin: 25% 40px 25% 40px;
    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%);
}

.img-zoom{
    transition: all 0.45s ease-in-out;
}

.ygg-img{
    border: 5px solid #000000;
}

.hover-btn:hover{
    opacity: 100%;
}

.hover-btn:hover ~ .img-zoom{
    /* transform: scale(1.2); */
    position: relative;
}

.short{
    display: none;
}
.next-btn{
    /* display: none; */
    background: black;
    width: 15%;
}

.mySlides{
    display: none;
}

.next-btn{
    background-color: black;
    color: #fff;

}

@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: 50% !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;
    }
    .slot-sidebar-nav li a img{
        height: 17.5px !important;
    }
    .maintenance p{
        font-size: 5px;
    }

}

            @keyframes slide-in {
        0%  {
                top: -100%;
                }
                100% {
                top: 50%;
                    }
            }
            .link-container {
            display: flex;
            justify-content: center;
            font-size: var(--x-large-font);
            padding: 10px 20px;
            width: 100%;
        }

            .link-container a {
            width: 50%;
            text-align: center;
            padding: 5px 10px;
            text-transform: uppercase;
            color: #ffffff;
            text-decoration: none;
        }
            .register-button {
            background-image: linear-gradient(rgb(104, 2, 2), rgb(203, 0, 0));
            background-color: initial;
        }
            .login-button {
            background-image: linear-gradient(rgb(0, 12, 153), rgb(7, 71, 102));
            background-color: initial;
        }
        .was-button{
            background-image: linear-gradient(rgb(84, 219, 11), rgb(4, 89, 28));
            background-color: initial;
            Font-size : 18px;
        }

                .pilih-button {
            background-image: linear-gradient(rgb(252, 186, 3), rgb(255, 0, 102));
            background-color: initial;
            Font-size : 18px;
        }

         /* Table design start */
            .table-black
            {
                overflow: hidden;
                width: 100%;
                max-width: 100%;
                border-collapse: collapse;
                color: white;
                border: 3px solid #ccac00;
                background-color:  transparent;
                padding: 5px 10px;
            }
            
            .table-white td:first-child
            {
                /*border-right: 3px solid #ffde2e;*/
            }
            
            .table-white tr:last-child td {
                /*border-bottom: 0;*/
            }

            .table-white td
            {
                line-height: 26px;
                padding:25px;
                /*border: 0px;*/
                vertical-align: middle;
                /*border-bottom: 3px solid #ffde2e;*/
            }
            
            /* Table design end */
        .h1 {
                line-height: 45px;
                letter-spacing: 0.1em;
                text-align: center;
            }
  .h2 {
                line-height: 45px;
                letter-spacing: 0.1em;
                text-align: center;
            }
    .h3 {
                line-height: 45px;
                letter-spacing: 0.1em;
                text-align: center;
            }          

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  margin-top: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
  margin-left: 10px;
}

.sidefooter{
    background-color: rgba(255, 255, 255, 0.3);;
}