*{
    font-family: sans-serif;
    box-sizing: border-box;
}

p{
    margin: 0;
}

body{
    background: #0A0A0A;
    background-attachment: fixed;
    background-position: top center;
    background-color: #000000;
}

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;
    float: none !important;
    width: 100% !important; 
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    background-color: #3ebbf3;
}

.btn-provider:hover{
    background-color: black;
}

.slot-sidebar-nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: linear-gradient(to bottom,#a844fb 0%,#3ebbf3 100%);
}

.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,#ff00b2 0%,#c7038c 100%);
}

.slot-sidebar-nav > li > a{
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background: linear-gradient(to bottom,#ff00b2 0%,#c7038c 100%);
    box-shadow: 2px 2px 6px 1px #c7038c;
}


.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: 35px 5px;
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: 0 0 10px #13242e;
    border-radius: 10px;
    margin-bottom: 100px;
}

.wrapper{
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
}

.card{
    width: 19%;
    border: none;
    text-align: center;
    position: relative;
    background: linear-gradient(to bottom,#ff00b2 0%,#c7038c 100%);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0px 20px -4px #ff82ff;
    transition: 0.2s;
    margin: 20px 5px;
}

.card-content {
    margin: 10px;
    background-color: #1e274b;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    padding-top: 3px;
}

.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: 10px auto 0 10px;
}

.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 {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    transition: all 0.1s ease-in-out;
    z-index: 10;
    border-radius: 12%;
    width: 90%;
    height: 30%;
    opacity: 0;
    left: 5%;
}

.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;
    padding: 8px;
    display: block;
    margin: 42% 30px 42% 30px;
    background: linear-gradient(to top,purple,#ffffff);
    color: white;
    border-radius: 18px;
    transition: all .3s ease;
}

.play-btn:hover{
    background: purple;
}

/* show more/less */

#show-less {
  display: none;
}
.card {
  display: none;
}

.img-zoom{
    transition: all 0.45s ease-in-out;
}

.ygg-img{
    border: 5px solid #2F2F2F;
}

.hover-btn:hover{
    opacity: 100%;
}

.hover-btn:hover ~ .img-zoom{
    position: relative;
}

.short{
    display: none;
}
.next-btn{
    /* display: none; */
   background:linear-gradient(to bottom,#ff00b2 0%,#c7038c 100%);
    width: 15%;
}

.mySlides{
    display: none;
}

.next-btn{
    background:linear-gradient(to bottom,#ff00b2 0%,#c7038c 100%);
    border: none;
    color: #fff;
    font-size: 25px;
}

article.word {
    color: white;
    padding: 20px;
    text-align: justify;
}

article.word h1, 
article.word h2, 
article.word h3, 
article.word h4 {
    /*color: #c100bb;*/
    color: gold;
    text-align: center;
}
article.word a {
    color: #c100bb;
    font-weight: 600;
}

.home-class h2 {
    text-align: center;
    color: yellow;
    text-transform: uppercase;
    font-weight: 600;
}

.home-class .jamgacor {
    padding: 0;
}

.home-class h5.card-title {
    text-align: center;
}

tr td {
    padding-left: 5px;
}

.jam h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.1rem;
    color: gold;
}
  
  .maintenance p {
    font-size: 5px;
  }
  
  section form label {
    font-size: 12px;
  }

.card:hover {
    transform: scale(1.1);
}

.jam {
  margin-bottom: 5px;
  padding: 8px;
  color: #d7d7d7;
  font-weight: bold;
}
.jam span {
  color: #fff;
  background: #2e2e2e;
  padding: 5px;
}

.jamgacor {
  padding-left: 10px;
  padding-top: 10px;
  text-align: left;
}
.pola.jamBg {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: left;
  font-size: 0.9em;
  padding: 10px 0;
}
.pola.jamBg {
  line-height: 2;
}

.pola.jamBg p{
    border-style: groove;
    border-color: #ff00b2;
    margin-bottom: 10px;
    padding: 10px;
    color: white;
    font-size: 11px;
    text-align: center;
}

.alert-info {
  color: #a7bd21;
  background-color: #00000082;
  border-color: transparent;
  text-align: center;
  font-size: 14px;
}

.flex {
  display: flex;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.container img:first-child {
  width: 300px;
}

section form {
  padding: 20px 10px;
  background-color: #1e274b;
}
section form label {
  color: #fff;
  margin: 0px 8px;
  font-weight: bold;
  font-size: 14px;
}
section form select,
section form input {
  height: 2.5rem;
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
  border-radius: 1rem;
}

section.form {
  margin-bottom: 20px;
}

#form_order select,
#form_order input {
  width: 100%;
  max-width: 100%;
  color: #000;
  
}
.search-input {
  margin-bottom: 1em;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

#form_order select,
#form_order input {
  border-radius: 10px;
  margin: 5px 0;
  background: #fff;
  border: 1px solid #000;
}

@media (max-width: 768px) {
  .grid {
    display: block;
  }
}

section.results {
  position: relative;
}
.message {
    
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    background: red;
    border-radius: 10px;
    padding: 20px;
}
.message p {
    margin: auto;
  color: #fff;
  font-size: 18px;
}

.home-class .percent, .home-class .pola, .home-class .jam .jamgacorRange {
    display: none;
}

@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
    
}

@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
    
}

@media (max-width: 767.8px){
    .card {
        width: 47.5%;
        margin: 10px 4px;
    }
    .jamgacor {
        font-size: 11px;
        padding-left: 0;
        padding-right: 0;
    }
    
}

@media (min-width: 992px){
    .container{
        max-width: 960px;
    }
}

@media (min-width: 767px) and (max-width: 991.9px) {
    .card {
        width: 31%;
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .card {
        width: 23%;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
    
}

@media (max-width: 991.9px) {
    .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;
    }
    .hover-btn{
        display: none;
    }
    .hover-btn:hover ~ .img-zoom{
        transform: scale(1);
        position: relative;
    }
    .btn-provider{
        text-align: center;
        display: block;
        background-color: #3ebbf3 ;
    }  
    .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: 9px;
    }
    .img-zoom{
        height: auto;
    }
    .slot-sidebar-nav li a img{
        height: 33.5px !important;
    }
    .maintenance p{
        font-size: 5px;
    }
    .next-btn {
        font-size: 15px;
    }
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}
