::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
}
::-webkit-scrollbar-thumb {
  background: red; 
}
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.blue {
    background: #72d964;
    background: -webkit-linear-gradient(to right, #beff7d, #72d964);
    background: linear-gradient(to right, #beff7d, #72d964);
}
.yellow {
    background: #dbc923;
    background: -webkit-linear-gradient(to right, #ffef61, #dbc923);
    background: linear-gradient(to right, #ffef61, #dbc923);
}
.red {
    background: #ff5959;
    background: -webkit-linear-gradient(to right, #ff6698, #ff5959);
    background: linear-gradient(to right, #ff6698, #ff5959);
}

*,
h1 {
  font-family: 'Saira', sans-serif;
}
.percent-bar,
.wrapper {
  white-space: nowrap;
}
.jam,
.jam h5,
.percent p,

* {
  box-sizing: border-box;
}
body {
  background: linear-gradient(#323232, rgb(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-color: #000;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.adv {
  justify-content: center;
  flex-wrap: wrap;
}
img {
  vertical-align: middle;
  border-style: none;
}
.slot {
  display: block;
}
.slot .content {
  float: right;
  width: 80%;
  padding: 0;
  flex: 0 0 80%;
  max-width: 80%;
}
.wrapper-seo {
  color: #f5f5f5;
  text-align: justify;
}
.card,
.percent p,
.percent-bar,
.play-btn {
  text-align: center;
}
.card {
  float: left;
  width: 25%;
  background: 0 0;
  border: none;
  position: relative;
}
.jamBg {
    background-size: 1rem 1rem;
}
.percent-bar {
  background-size: 12rem 12rem;
}
.card-content {
  margin: 5px;
  color: #000000;
  font-size: 12px;
  border: none;
  overflow: hidden;
  position: relative;
  background: #232526;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 3px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.percent {
  height: 27px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background: #8f8f8f;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #a3a3a3, #8f8f8f);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #a3a3a3, #8f8f8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: relative;
  z-index: 1;
  margin-top: 6px;
}
.hover-btn,
.percent p {
  position: absolute;
  width: 100%;
}
.percent p {
  z-index: 15;
  font-size: 14px;
  transform: translateY(14px);
  color: #000;
}
.jam h5,
.jamgacor h5 {
  font-size: 1.3em;
}
.percent-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #f5f5f5;
  transition: width 0.8s;
  -webkit-animation: progress-animation 3s ease-in-out infinite;
  animation: progress-animation 3s ease-in-out infinite;
  z-index: 10;
}
@keyframes progress-animation {
  0% {
    width: 0;
  }
}
.jamgacor,
.pola {
  padding: 6px 3px 3px;
}
.img-zoom {
  height: ;
}
.jamgacor {
  background-image: linear-gradient(#00ec00, #00b40e);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 0.1px solid #000;
}
.progress {
  height: fit-content;
}
.pola {
  background-image: linear-gradient(#003dfd, #0177cc);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 0.1px solid #000;
  line-height: 4px;
}
.jam {
  margin-bottom: 7px;
  padding: 8px;
  color: #000;
}
.jamBg {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}


@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) {
  .content,
  .btn-provider,
  .enter,
  .next-btn {
    display: block;
  }
  .slot-sidebar-nav {
    flex-wrap: nowrap;
  }
  .slot-sidebar {
    flex: none !important;
    padding-right: 0 !important;
  }
  .content {
    flex: none !important;
  }
  .card {
    width: 33.3% !important;
  }
  .hover-btn:hover {
    opacity: 0;
  }
  .hover-btn:hover ~ .img-zoom {
    transform: scale(1);
    position: relative;
  }
  body {
    background: #000;
  }
  .btn-provider {
    text-align: center;
  }
  .btn-provider i {
    margin: 0;
  }
  .img-zoom {
    height: auto;
  }
  .res-bar {
    display: none;
  }
  .jamgacor > h5 {
    font-size: 1em;
  }
  .pola > p {
    font-size: 0.8em;
  }
}
@media (max-width: 576px) {
  .pola > p {
    font-size: 0.75em !important;
  }
}