*{
    font-family: sans-serif;
    box-sizing: border-box;
}

.navbar {
    background-image: linear-gradient(#345ae0, #2d56e6 60%, #3817dc);
    position: left !important;
    width: 100%;
    z-index: 999;


        margin: 0;
        font-family: var(--bs-font-sans-serif);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;

} 


p{
    margin: 0;
}

body{
    background: linear-gradient(rgb(50 50 50 / 22%), rgb(0 0 0 / 13%)), url(../img/bg-body.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}

a:hover{
    text-decoration: none;
    color: white;
}

.myButton {
    display: grid;
    align-items: center;
    background-image: linear-gradient(to bottom,#345ae0,#2d56e6,#3817dc,#3b1cd7,#3817dc,#3512e1,#310ce7,#310ce7,#2b04f0);
    max-width: 300px;
    border-radius: 5px;
    height: 50px;
    margin: 18px auto;
    color: #000;
    font-weight: 700;
    font-size: large;
    font-family: Lato,Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s,transform .3s,box-shadow .3s;
    will-change: transform;
    line-height: 12px;
    }
    .myButton:hover {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    background-image: -webkit-linear-gradient(#1d1e1f, #3a3f44 60%, #181818);
    transform: translate3d(0,-2px,0);
    }
    
    @media (min-width: 576px) {
    .col-sm-6 {
    float: left;
    }
    }

.container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.adv{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.adv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

/* popup style*/
.popup-container{
 
    text-emphasis-position: center;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background: #000000b0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup-body{
    width: 350px;
    height: 200px;
    margin: 2% auto;
      background: #000000b0;
    border-radius: 0px;
    color: white;
}

@media (max-width: 512px){
    .popup-body{
        width: 310px;
        margin: 10% auto;
    }
}

.popup-img{
    width: 450px;
    height: 555px;
    margin: 8% auto;
}

.popup-img-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-left: -7px;
    margin-top: -20px
}

@media (min-width: 993px){
    .popup-img-close{
        margin-left: 42px;
        margin-top: -12px;
    }
}

.popup-header{
    height: 48px;
    width: 100%;
    background: #3f93b1;
    float: left;
}

.popup-header h6{
    margin: 13px;
}

.popup-content{
    width: 100%;
    height: auto;
    padding: 15px 39px;
    float: left;
    font-size: 14px;
    background-color: #000000;
}

.col2{
    width: 50%;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.mrtop10{
    margin-top: 10px;
}

.hr{
    width: 100%;
    height: 2px;
    background: #333333;
    float: left;
}

.popup-label{
    width: 100%;
    float: left;
    background: #333333;
    padding: 10px 15px;
    font-size: 12px;
}

.popup-close{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: white;
    color: black;
    float: right;
    padding: 5px;
    border-radius: 100px;
    position: absolute;
    margin-top: -10px;
    margin-left: -9px;
}

.bg-blue-button{
    background: #fd8700;
}

.bg-black-button{
    background: #000000;
}

.popip-button{
    cursor: pointer;
    width: 50%;
    float: left;
    height: 40px;
}

.popip-button:hover{
    background: #ff9900;
}

.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: black;
    float: none !important;
    width: 100% !important; 
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

button:hover, button:focus {
    outline: none;
}

.btn-provider:hover{
    background-color: #032573;
}

.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 #647dff;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: #ffc600;
}

.slot-sidebar-nav > li > a{
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: #5A5A5A;
}

.btn-provider{
    text-align: center;
    display: block;
}   

.enter{
    display: none;
}

.btn-provider span{
    position: unset;
}

.active{
    background-color: #0077fd;
}

.slot .content{
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #fff;
    border: 5px solid #9670db;
}

.wrapper{
	display:flex;
	flex-wrap:wrap;
    width: 100%;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.cari {
    margin: 10px 0 5px 0;
    padding: 0 7px;
}

.search-icon {
    position: absolute;
    top: 10px;
    left: 17px;
    width: 14px;
}

.search {
    border: 1px solid #354636;
    border-radius: 5px;
    height: 35px;
    width: 100%;
    padding: 2px 23px 2px 35px;
    outline: 0;
    background-color: #121212;
    color: #647c65;
}

.card{
    float: left;
    width: 25%;
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
    padding: 5px;
}

.card-content{
    background-color: #26292d;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 3px solid #ffbc00;
}

.percent{
    height: 30px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    /* border-radius: 0.25rem; */
    position: relative;
    z-index: 1;
}

.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;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 87%;
}

.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: #333;
    text-align: center;
    align-items: center;
    width: 80%;
    margin: 27% auto;
    padding: 8px;
    background-color: #ffb900;
}

.play-btn:hover{
    background: #ec700a;
}

.img-zoom{
    transition: all 0.45s ease-in-out;
    height: 141px;
}

.ygg-img{
    border: 5px solid #2F2F2F;
}

.hover-btn:hover{
    opacity: 100%;
}

.hover-btn:hover ~ .img-zoom{
    transform: scale(1.2);
    position: relative;
}

.short{
    display: none;
}
.next-btn{
     display: none;
    background: #000000;
    width: 15%;
}

.mySlides{
    display: none;
}

.next-btn{
    background-color: #000000;
    border: none;
    color: rgb(2, 2, 2);
}

@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: 37.5px !important;
    }
    .maintenance p{
        font-size: 5px;
    }
}