html,
body {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  background-color: #000f12; /* Warna dasar gelap */
  background-image:
    url("https://imagedelivery.net/p3MqUUGuZ_VmUDQo_cEkPQ/f27ac7f7-c3a0-44f0-5d60-b8fff7020e00/public"),
    url("https://imagedelivery.net/p3MqUUGuZ_VmUDQo_cEkPQ/7c294e8c-addf-4125-c0f3-6771d134a500/public");
  background-blend-mode: overlay;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
}
header {
  background: #000f12;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #f0f0f0;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ffee00;
}

.bg-1 {
  background: rgb(0 0 0 / 80%);
}
.text-justify {
  text-align: justify;
}
.web-logo {
  width: 100%;
  max-width: 200px;
}
.card-game {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0;
}
i.icon {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.bi-person-plus-fill {
  margin-right: 0.5rem;
}
.btn-regis {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 15px;
  background: #0188a2;
  border-radius: 2px;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 35%),
    0 1px 1px rgb(0 0 0 / 8%);
}
.btn-regis:hover {
  color: #ffffff;
  background: #0188a2;
}
.marquee-text {
  background: #0188a2;
  color: #fff;
  padding-top: 4px;
  font-size: 13px;
  border-radius: 3px;
  margin: 5px 0;
}
.rtp-bg {
  background: #0188a2;
  border-radius: 5px;
}
.list-provider {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.provider-item {
  width: 100%;
  text-align: inherit;
  position: relative;
  display: block;
  padding: 0 0 1rem 0;
  color: #0188a2;
  text-decoration: none;
}
.provider-item .provider-thumbnail {
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
}
.provider-item span {
  margin-left: 0.5rem;
  font-weight: 500;
  font-size: 13px;
}
.provider-item a:hover {
  color: #fff;
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.provider-item a {
  background: #0188a2;
  background: -webkit-linear-gradient(
    to right,
    #0188a2,
    #ca3bf9,
    #0188a2,
    #ffc500
  );
  background: linear-gradient(to right, #0188a2, #ca3bf9, #0188a2, #ffc500);
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 7px;
  border-radius: 4px;
}
.provider-item.active a {
  background: #7a9743;
  background: -webkit-linear-gradient(to right, #0188a2, #ffc500);
  background: linear-gradient(to right, #0188a2, #ffc500);
  border: none;
  color: #fff;
}
.rtp-header {
  background: #0188a2;
  color: #fff;
}
.rtp-header p {
  margin: 0;
  color: #ccc;
  font-size: 12px;
  font-style: italic;
}
.card.card-game {
  background: #0188a2;
  border-radius: 7px;
  display: block;
  position: relative;
  min-height: 100px;
  padding: 7px;
  border: 2px #0188a2 solid;
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
  height: 100%;
}
.card.card-game .game-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 110px;
  width: auto;
  height: auto;
}
.card.card-game:hover .game-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.card.card-game:hover .game-item-img {
  transform: scale(1.15) rotate(0deg);
  filter: brightness(40%);
}
.card.card-game .game-item-img {
  transition: all 500ms ease 0s;
}
.card-game span {
  display: block;
  color: #fff;
  text-transform: capitalize;
  width: 90%;
  margin: 0 auto;
  font-size: 0.85rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.btn-flex {
  color: #fff;
  font-weight: bold;
  border: 1px solid #023641;
  border-radius: 4px;
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  background:
    linear-gradient(-10deg, #00bce3, #00bce3 40%, #00bce3) padding-box,
    linear-gradient(to bottom, #0188a2, #00bce3) border-box;
}
.btn-flex:hover {
  color: #fff;
  background-color: #00bce3;
}
.btn-game {
  padding: 5px 11px;
  color: #000 !important;
  background: #f0f0f0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
}
.btn-game:hover {
  background: #c5a701;
}
.btn-login {
  border-radius: 0;
  line-height: 1.1;
  font-size: 16px;
}
.btn-login small,
.btn-login span {
  text-transform: uppercase;
  background-image: linear-gradient(
    to right,
    #00bce3,
    #0188a2,
    #0188a2,
    #00bce3,
    #00bce3
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  font-weight: 900;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}
.adv {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-size: 16px;
}
img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
input#search {
  background: #fff;
  color: black;
  border-radius: 4px;
  width: 100%;
  outline: none;
  border: none;
  font-size: 12px;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.card-provider {
  position: relative;
  width: 100%;
  max-width: 85px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  margin: 0 auto;
  padding: 5px;
}
.card-provider img {
  width: 100%;
}
.card-deck {
  display: grid;
  grid-gap: 0.8rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
}
.game-item {
  height: 0;
  position: relative;
  padding-bottom: 66.44186%;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.game-item-img {
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 500ms ease 0s;
}
.item {
  border-radius: 4px;
  border: 1px solid #0188a2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #0188a2;
}
.carousel-game {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-gap: 0.4rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.carousel-game .active,
.item:hover {
  background: #0188a2;
}
.carousel-game .active span {
  color: #ffee00;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: none;
}
#owl-game {
  flex: 1 0 auto;
  width: 50%;
  margin: 0 auto;
}
.rtp-header-title h4 {
  line-height: 1;
}
.rtp-header-search {
  overflow: hidden;
  font-size: 12px;
  color: #c8c8c8;
  line-height: 2;
}
.card.card-game .card-body .game-link {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.56);
}
.card.card-game .card-body:hover .game-link {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.percent {
  height: 16px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  background: #0188a2;
  border-radius: 0 0 7px 7px;
  position: relative;
  z-index: 1;
}
.percent p {
  z-index: 15;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  transform: translateY(7px);
  color: white;
  text-shadow:
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000;
}

.percent-bar {
  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;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  z-index: 10;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0.25, rgb(0 0 0 / 10%)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgb(0 0 0 / 10%)),
    color-stop(0.75, rgb(0 0 0 / 10%)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgb(0 0 0 / 10%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(0 0 0 / 10%) 50%,
    rgb(0 0 0 / 10%) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    135deg,
    rgb(0 0 0 / 10%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(0 0 0 / 10%) 50%,
    rgb(0 0 0 / 10%) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    135deg,
    rgb(0 0 0 / 10%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(0 0 0 / 10%) 50%,
    rgb(0 0 0 / 10%) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    135deg,
    rgb(0 0 0 / 10%) 25%,
    transparent 25%,
    transparent 50%,
    rgb(0 0 0 / 10%) 50%,
    rgb(0 0 0 / 10%) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    135deg,
    rgb(0 0 0 / 10%) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0 0 0 / 10%) 50%,
    rgba(0 0 0 / 10%) 75%,
    transparent 75%,
    transparent
  );
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
}
.yellow {
  background-color: #fdd500;
}
.green {
  background-color: #10c901;
}
.red {
  background-color: #d1232d;
}
.jam {
  background: #0188a2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  border-radius: 4px;
}
.pola {
}
.space .pola1,
.space .pola2,
.space .pola3 {
  display: none;
}
.pola p {
  margin-bottom: 0.1rem;
  font-size: 10px;
}
.jamgacor {
  display: none;
}
.jamgacor h5 {
  font-size: 1.3em;
}
.jam h5 {
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  width: 90%;
  margin: 5px auto;
  padding-bottom: 3px;
}
.footer-text {
  background-color: #0188a2;
  border-top: 1px solid #0188a2;
}
footer {
  background: #0188a2;
  border-top: 1px solid #0188a2;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
@-moz-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
@media (max-width: 1200px) {
  .card-deck {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .card-deck {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .text-xs-left {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .card-deck {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pola p {
    font-size: 7px;
  }
}
@media (min-width: 993px) {
  .modal .modal-dialog .modal-content {
    max-width: 350px;
    margin: 0 auto;
  }
}
