.body-background {
  /* background-image: url(https://as88gacor.live/assets/img/rtpslot/rtp-background.webp) !important; */
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.rtp-header-logo {
  height: 65px;
  margin: 30px 0px 5px;
}

.rtp-slot-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 25px;
  background: linear-gradient(
    to bottom,
    rgba(222, 199, 71, 1) 0%,
    rgba(255, 243, 114, 1) 18%,
    rgba(240, 225, 88, 1) 30%,
    rgba(169, 141, 29, 1) 54%,
    rgba(222, 199, 71, 1) 95%,
    rgba(222, 199, 71, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.banner-star {
  background: transparent;
  /* 0.5 adalah tingkat transparansi, sesuaikan sesuai kebutuhan */
  border-radius: 50px;
  border: 5px solid;
  border-color: hsl(60, 11%, 93%);
  padding: 5px rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  width: 320px;
}

.star {
  margin: 0 10px;
  color: #e3cf53;
}

.text-yellow {
  background-color: #e3cf53;
}

.bg-yellow {
  background-color: #52e2dc;
  color: #0000;
}

.rtp-nav-scroll {
  overflow-x: scroll;
  height: auto;
  position: relative;
  margin: 20px 0 0;
  padding: 0 10px;
}

.card-provider {
  background-color: hsl(212.73deg 18.64% 11.57%);
  border-radius: 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-provider img {
  width: 50px;
  height: 50px;
}

.text-provider {
  font-size: 20px;
  font-weight: bold;
}

.card-provider .text-provider {
  font-size: 20px;
  font-weight: bold;
}

.btn-masuk {
  background: #d79f00;
  background-image: -webkit-linear-gradient(top, #d79f00, #ffffff);
  background-image: -moz-linear-gradient(top, #d79f00, #ffffff);
  background-image: -ms-linear-gradient(top, #d79f00, #ffffff);
  background-image: -o-linear-gradient(top, #d79f00, #ffffff);
  background-image: linear-gradient(
    -90deg,
    #ef5576 0%,
    rgb(214 87 114) 18%,
    rgb(255 195 208) 30%,
    rgb(255 179 179) 54%,
    rgb(248 203 128) 95%,
    rgba(254, 200, 108) 100%
  );
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-masuk:hover {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #ffffff);
  background-image: -moz-linear-gradient(top, #000000, #ffffff);
  background-image: -ms-linear-gradient(top, #000000, #ffffff);
  background-image: -o-linear-gradient(top, #000000, #ffffff);
  background-image: linear-gradient(to bottom, #000000, #ffffff);
  text-decoration: none;
}

.btn-register {
  background-color: #141203;
}

.scroll-container {
  max-height: 300px;
  /* Set the maximum height as needed */
  overflow-y: auto;
}

.container {
  overflow-x: auto;
  white-space: nowrap;
}

.rtp-nav-scroll {
  display: flex;
}

.row {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.col-6 {
  flex: 0 0 auto;
}

.card-provider {
  display: inline-block;
}

.rtp-btn-active {
  background: #181b1e !important;
}

.rtp-btn {
  background: #2a2a06;
  border: 0;
  min-height: 50px;
  padding: 10px 15px;
  border-radius: 6px;
  margin-left: 5px;
  color: white;
  width: 250px;
}

.rtp-btn img {
  min-width: 50px;
  max-width: 50px;
}

.text-scroll {
  color: #e3cf53;
}

.scrollable-row {
  overflow-y: auto;
  max-height: 300px;
  /* Set your preferred max height */
}

.rtp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  margin: 5px 0px;
}

.rtp-box {
  border: 2px solid #52e2dc;
  border-radius: 5px;
  background: #252932;
  font-weight: 700;
  color: white;
}

.rtp-img {
  width: 100%;
  padding: 8px 5px 5px;
}

.rtp-schedule {
  background: #52e2dc;
  padding: 5px 0;
  margin: 5px 0;
  color: #000000;
  font-size: 8px;
}

.rtp-mainkan {
  background: #ef266b;
  padding: 5px 0;
  margin: 5px 0 0;
}

.rtp-game-img {
  width: 100px;
  height: 95px;
  background-size: 100% 100%;
  background-position: center center;
  margin: 4px 0;
  border-radius: 10%;
}

.rtp-provider-title {
  padding: 5px 0;
  color: white;
  margin-top: 3px;
  margin-bottom: 3px;
}

.rtp-game-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 85%;
  background: linear-gradient(90deg, #0da8a1 0, #ffffff 120%);
  padding: 5px 0;
  margin: 5px 0;
  color: #000000;
  font-size: 8px;
  border-radius: 10px;
}

.progress {
  margin: 0px 0px 0 0;
  padding: 0;
  width: 100%;
  height: 19px;
  position: relative;
  overflow: hidden;
  background: #383e4d;
  border-radius: 0;
}

.high-bar {
  background: #a0d24e;
}

.mid-bar {
  background: #cec403;
}

.low-bar {
  background: #da3d46;
}
.bar {
  float: left;
  min-width: 1%;
  height: 100%;
}

.badge-auto {
  border: 1px solid;
  border-color: hsl(177.41deg 95.85% 37.84%);
  background: transparent;
  color: hsl(177.41deg 95.85% 37.84%);
}

.badge-manual {
  border: 1px solid;
  border-color: hsl(152.49deg 99.03% 40.59%);
  background: transparent;
  color: hsl(152.49deg 99.03% 40.59%);
}

@media (orientation: landscape) {
  .rtp-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.svg-playnow-gold {
  display: inline-block;
  background-image: url(assets/icon/svg/icon-tap-click2.svg);
  background-size: cover;
  height: 35px;
  margin-bottom: -5px;
  width: 19px;
  margin-right: 4px;
}

.btn-masuk {
  color: #000;
  background: rgba(222, 199, 71, 1);
  background: -moz-linear-gradient(
    top,
    rgba(222, 199, 71, 1) 0%,
    rgba(255, 243, 114, 1) 18%,
    rgba(240, 225, 88, 1) 30%,
    rgba(169, 141, 29, 1) 54%,
    rgba(222, 199, 71, 1) 95%,
    rgba(222, 199, 71, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(222, 199, 71, 1)),
    color-stop(18%, rgba(255, 243, 114, 1)),
    color-stop(30%, rgba(240, 225, 88, 1)),
    color-stop(54%, rgba(169, 141, 29, 1)),
    color-stop(95%, rgba(222, 199, 71, 1)),
    color-stop(100%, rgba(222, 199, 71, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(222, 199, 71, 1) 0%,
    rgba(255, 243, 114, 1) 18%,
    rgba(240, 225, 88, 1) 30%,
    rgba(169, 141, 29, 1) 54%,
    rgba(222, 199, 71, 1) 95%,
    rgba(222, 199, 71, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(222, 199, 71, 1) 0%,
    rgba(255, 243, 114, 1) 18%,
    rgba(240, 225, 88, 1) 30%,
    rgba(169, 141, 29, 1) 54%,
    rgba(222, 199, 71, 1) 95%,
    rgba(222, 199, 71, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(222, 199, 71, 1) 0%,
    rgba(255, 243, 114, 1) 18%,
    rgba(240, 225, 88, 1) 30%,
    rgba(169, 141, 29, 1) 54%,
    rgba(222, 199, 71, 1) 95%,
    rgba(222, 199, 71, 1) 100%
  );
  background: linear-gradient(
    0deg,
    #52e2dc 0%,
    #52e2dc 30%,
    rgb(3 152 145) 54%,
    rgb(16 177 169) 95%,
    rgb(80 247 235) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dec747', endColorstr='#dec747', GradientType=0);
  border: 1px solid rgb(157, 105, 33);
  padding-left: 80px;
  cursor: pointer;
}

.btn-masuk:hover,
.btn-masuk:focus,
.btn-masuk:active {
  background: rgba(222, 199, 71, 1);
  background: -moz-linear-gradient(
    top,
    rgba(222, 199, 71, 1) 0%,
    rgba(222, 199, 71, 1) 3%,
    rgba(169, 141, 29, 1) 22%,
    rgba(255, 243, 114, 1) 56%,
    rgba(240, 225, 88, 1) 70%,
    rgba(222, 199, 71, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(222, 199, 71, 1)),
    color-stop(3%, rgba(222, 199, 71, 1)),
    color-stop(22%, rgba(169, 141, 29, 1)),
    color-stop(56%, rgba(255, 243, 114, 1)),
    color-stop(70%, rgba(240, 225, 88, 1)),
    color-stop(100%, rgba(222, 199, 71, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(222, 199, 71, 1) 0%,
    rgba(222, 199, 71, 1) 3%,
    rgba(169, 141, 29, 1) 22%,
    rgba(255, 243, 114, 1) 56%,
    rgba(240, 225, 88, 1) 70%,
    rgba(222, 199, 71, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(222, 199, 71, 1) 0%,
    rgba(222, 199, 71, 1) 3%,
    rgba(169, 141, 29, 1) 22%,
    rgba(255, 243, 114, 1) 56%,
    rgba(240, 225, 88, 1) 70%,
    rgba(222, 199, 71, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(222, 199, 71, 1) 0%,
    rgba(222, 199, 71, 1) 3%,
    rgba(169, 141, 29, 1) 22%,
    rgba(255, 243, 114, 1) 56%,
    rgba(240, 225, 88, 1) 70%,
    rgba(222, 199, 71, 1) 100%
  );
  background: linear-gradient(
    180deg,
    #ef5576 0%,
    rgb(255, 179, 195) 18%,
    rgb(255 195 208) 30%,
    rgb(255 179 179) 54%,
    rgb(248 203 128) 95%,
    rgba(254, 200, 108) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dec747', endColorstr='#dec747', GradientType=0);
  border-color: rgba(157, 105, 33);
  color: #000;
}

.btn-daftar {
  color: #fff;
  background: rgb(48, 145, 50);
  background: -moz-linear-gradient(
    bottom,
    rgba(32, 124, 229, 1) 0%,
    rgba(32, 124, 229, 1) 34%,
    rgba(73, 155, 234, 1) 52%,
    rgba(32, 124, 229, 1) 80%,
    rgba(32, 124, 229, 1) 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(32, 124, 229, 1) 0%,
    rgba(32, 124, 229, 1) 34%,
    rgba(73, 155, 234, 1) 52%,
    rgba(32, 124, 229, 1) 80%,
    rgba(32, 124, 229, 1) 100%
  );
  background: linear-linear-gradient(
    bottom,
    rgba(32, 124, 229, 1) 0%,
    rgba(32, 124, 229, 1) 34%,
    rgba(73, 155, 234, 1) 52%,
    rgba(32, 124, 229, 1) 80%,
    rgba(32, 124, 229, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#309132', endColorstr='#1ca012', GradientType=0);
  border: 1px solid rgba(62, 186, 64, 0.8);
  cursor: pointer;
}

.btn-daftar:hover,
.btn-daftar:focus,
.btn-daftar:active {
  background: rgb(32, 124, 229, 1);
  /* Old browsers */
  background: -moz-linear-gradient(
    bottom,
    rgba(73, 155, 234, 1) 0%,
    rgba(73, 155, 234, 1) 34%,
    rgba(32, 124, 229, 1) 52%,
    rgba(73, 155, 234, 1) 80%,
    rgba(73, 155, 234, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    bottom,
    rgba(73, 155, 234, 1) 0%,
    rgba(73, 155, 234, 1) 34%,
    rgba(32, 124, 229, 1) 52%,
    rgba(73, 155, 234, 1) 80%,
    rgba(73, 155, 234, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-linear-gradient(
    bottom,
    rgba(73, 155, 234, 1) 0%,
    rgba(73, 155, 234, 1) 34%,
    rgba(32, 124, 229, 1) 52%,
    rgba(73, 155, 234, 1) 80%,
    rgba(73, 155, 234, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ca012', endColorstr='#1ca012', GradientType=0);
  /* IE6-9 */
  border-color: rgba(35, 199, 26, 0.8);
}

.h2-yellow {
  color: #e3cf53;
}

.footer-content h1,
.footer-content h2,
.footer-content h3,
.footer-content h4,
.footer-content h5,
.footer-content h6 {
  color: #ffc93b;
}
