/* ========== THEME ========== */
:root {
  --smaller-font: 0.7rem;
  --small-font: 0.87rem;
  --normal-font: 1rem;
  --medium-font: 1.1rem;
  --large-font: 1.7rem;
  --x-large-font: 2rem;
  --bg-color: #003281;
  --text-first: #fafafa;
  --text-second: #0a0a0a;

}
body {
    background: #000000;
    /* Hapus comment ini kalau mau pakai background gambar
    background: url(../img/bg.jpg) !important; */ 
    background-attachment: fixed !important;
    background-size: 100% !important;
    color: var(--text-first);
}
/* body {
  background: #000000;
  color: var(--text-first);
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position-x: center !important;
  background-position-y: center !important;
} */

.logo img {
  width: 19rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.btn-login {
    background: linear-gradient(to bottom, #0846ff, #046fad);
    border: none;
    box-shadow: 0 1px 3px rgba(8, 112, 173, 0.5);
    transition: all 0.3s ease;
}

.btn-login:hover {
    background: linear-gradient(to bottom, #0c1e47, #1d4ed8);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}

.btn-daftar {
    background: linear-gradient(to top, #ff0000, #930000);
    border: none;
    box-shadow: 0 1px 3px rgba(147, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.btn-daftar:hover {
    background: linear-gradient(to top, #930000, #ff0000);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}

.btn-custom {
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.btn-custom:hover {
    color: white;
    text-decoration: none;
}

.btn-icon {
    width: 12px;
    height: 12px;
}

.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;

}

.btn-provider:hover {
  background-color: #0000003a;
  
}

.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 #ffab00;
  width: 100%;
  position: relative;
  display: block;
  border-bottom: none;
  padding: 6px;
  background-color: #0069a8;
}

@media (max-width: 767px) {
  .slot-sidebar-nav>li {
    padding: 4px 2px;
  }
}

.modal-content {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}

.slot-sidebar-nav>li>a {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px;
  display: block;
  background-color: #0069a8;
}

.btn-provider {
  text-align: center;
  display: block;
}

.enter {
  display: none;
}

.btn-provider span {
  position: unset;
}

.active {
  background: linear-gradient(to bottom, #0069a8 0%, #0069a8 88%);
}

.next-btn {
  background: linear-gradient(to bottom, #0069a8 0%, #0069a8 88%);
  font-size: 2.5rem;
}

.mySlides {
  display: none;
}

.next-btn {
  background-color: #000000;
  border: none;
  color: #ffd000;
}

@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;
  }
  .slot-sidebar-nav li a img {
    height: 17.5px !important;
  }
  .maintenance p {
    font-size: 5px;
  }
}

.rtp-card {
  background: linear-gradient(0deg, #003281 0%, #00a1ff 100%);
  border: 2px solid #04447b;
  padding: 0.7rem;
  text-align: center;
  width: 24rem;
  max-width: 100%;
  height: 100%;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 0.7rem;
  position: relative;
  z-index: 1;
}

.rtp-card-img {
  max-width: 100%;
  width: 29rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.place-img-rtp {
  width: 100%;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-items: center;
  border-radius: 5px;
  box-shadow: 1px 0px 4px 2px #131313 inset;
}

.place-img-rtp:hover {
  cursor: pointer;
}


.place-img-rtp:hover .btn-play {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  animation: pulseButton 1.5s infinite;
}

.place-img-rtp:hover .rtp-card-img {
  filter: brightness(0.5);
  transform: scale(1.05);
  transition: all 0.3s ease;
}


.pola-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  margin-bottom: 0.3rem;
}

.pola-title-row h4 {
  font-size: 0.9rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: white;
}

.pola-title-row .icon-providers {
  display: flex;
  align-items: center;
}

.pola-title-row .icon-providers img {
  width: 1.7rem;
  height: auto;
  display: block;
}

.pola-wrapper {
  background: #162556;
  padding: 0.9rem;
  width: 14rem;
  max-width: 100%;
  border-radius: 5px;
  position: relative;
}

.pola-wrapper h4 {
  font-size: 0.9rem;
}

.pola-wrapper h5 {
  font-size: 0.7rem;
}

.pola-wrapper h4 i, .pola-wrapper h5 i {
  color: #000000;
}

.jam-wrapper {
  background: #131313;
  border-radius: 50%;
  padding: 0.6rem;
}

.table-pola {
  max-width: 100%;
  width: 9rem;
}

.table-pola tr td {
  text-align: center;
  font-size: 0.7rem;
}

.top-game, .hot-game {
  background-repeat: no-repeat !important;
  position: absolute;
  width: 3rem;
  top: 0rem;
  height: 2.9rem;
  left: 0.4rem;
  z-index: 2;
}

.top-game {
  background: url('../img/top.gif');
}

.hot-game {
  background: url('../img/hot.gif');
}

.icon-providers {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2rem;
  top: 0.5rem;
  right: 0.5rem;
}

.icon-providers img {
  width: 1.7rem;
}

.slider, .swiper {
  width: 100%;
  max-width: 100%;
}

.slider-img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrapper {
  background-color: #003281;
  height: 100%;
}

.bg-theme {
  background: var(--bg-color);
  padding: 0.5rem;
}

.running-text {
  background: #003281;
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--text-first);
  padding: .2rem .8rem .5rem;
  border-radius: 5px 5px 0 0;
    display: flex;
  align-items: center;
}

.running-text marquee {
  line-height: 1;
}

.icon-prov {
  background: linear-gradient(0deg, #8b0000 0%, #e50914 100%);
  display: flex;
  justify-content: center;
  position: relative;
  overflow: auto !important;
}

.icon-card-bg {
  cursor: pointer;
  padding: 0.1rem !important;
  color: var(--text-first);
}

.icon-card-bg p {
  font-size: 0.73rem;
  font-weight: 700;
  color: var(--text-first);
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}

.img-prov {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.item-prov {
  padding: 0 0.5rem;
}

.btn-credit {
  background: linear-gradient(to right top, #ffffff, #000000, #ffc107, #e50914, #ffffff);
  box-shadow: 0px 0px 0px 1px #000000, inset 0px 2px 0px 0px #000000, inset 0px 0px 0px 2px #000000, 3px 3px 3px 1px rgb(0 0 0 / 20%);
  padding: 0.6rem;
  color: var(--text-first);
  border: none;
  font-weight: bold;
  border-right: 1px solid #000000;
}

.btn-credit:hover {
  background: linear-gradient(0deg, #8b0000 0%, #e50914 100%);
}

.nav-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 11;
  overflow: hidden;
  width: 100%;
  border-top: 3px solid #8b0000;
}
   .provider-name {
      display: block;
      text-align: center;
      font-size: 0.9rem;
      color: #fff;
      margin-top: 0.5rem;
   }
.item-nav-bottom {
  background: linear-gradient(0deg, #8b0000 0%, #e50914 100%);
  color: var(--text-first);
  font-weight: bold;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.3rem;
}

.item-nav-bottom:hover {
  background: linear-gradient(0deg, #e50914 0%, #ffc107 100%);
  cursor: pointer;
}

.item-nav-bottom p {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.btn-up {
  display: none;
  position: fixed;
  bottom: 3.8rem;
  right: 0;
  z-index: 99;
  font-size: 0.9rem;
}

/* Percentage */
.percent{
  height: 19px;
  margin-top: 10px !important;
  display: flex;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.percent p{
  z-index: 15;    
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 13px;
  top: -15px;
  font-weight: bold;
  transform: translateY(14px);
  color: black;
}

.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;
  transition: width .6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  z-index: 10;
}

.good{
  background-color: #ffc107;
}

.great{
  background-color: #28a745;
}

.bad{
  background-color: #dc3545;
}

.content-home {
  padding: 1rem;
  margin-bottom: 4rem;
  background: var(--text-first);
  color: var(--text-second);
}

/* Container */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1100px !important;
  }
}

.container {
  background-color: #003281;
  margin-top: 1.5rem;
  border-radius: 1rem;
}