/*RTP*/
:root {
  --primary-color: #fe5c0d;
  --landing-primary-color: gold;
  --grey-color: #4f4e4e;
  --black-color: #000;
}

.red {
  background-image: linear-gradient(red, rgb(0, 0, 122, 0.3));
  background-size: 8px;
}
.green {
  background-image: linear-gradient(green, rgb(0, 0, 122, 0.3));
  background-size: 8px;
}
.yellow {
  background-image: linear-gradient(yellow, rgb(0, 0, 122, 0.3));
  background-size: 8px;
}

.percent-bar p {
  position: absolute;
  left: 5px;
  bottom: -5px;
  font-weight: bolder;
  z-index: 1;
}
.bar p {
  font-size: 24px;
  font-weight: bolder;
}

.tulisan {
  position: absolute;
  display: inline-block;
  z-index: 999;
  left: 85px;
  top: -23px;
  color: black;
}

.topbar {
  width: 100%;
  height: 82px;
  background-color: var(--grey-color);
  position: fixed;
  z-index: 99999;
  top: 0;
  border-bottom: 5px solid var(--primary-color);
  text-align: center;
  animation: warnagambar 10s infinite;
}
body {
  background: #000;
  text-align: left;
  color: #eee;
  font-family: system-ui, sans-serif;
  height: 100%;
  margin: 0px;
}
.percent-bar {
  width: 100%;
  top: -10px;
  left: -5px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  margin: 1px auto;
  background-color: pink;
  position: relative;
  z-index: 101;
  background-repeat: repeat-x;
  background-size: 17px;
  background-position: center;
  border-right: 5px solid lightblue;
  animation: warnabg 10s infinite;
}
.bar {
  top: 10px;
  position: relative;
  width: 215px;
  overflow: hidden;
  height: 35px;
  background-color: #333;
  margin-top: 210px;
  border-radius: 50px;
  border: 3px solid skyblue;
}
.show {
  width: 220px;
  height: 260px;
  border: 5px solid var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
  margin: 10px;
}
.navigasi {
  position: relative;
  margin-top: 100px;
  text-align: center;
  background-color: var(--grey-color);
  width: 100%;
  height: 100%;
  line-height: 50px;
  border-bottom: 5px solid var(--primary-color);
}
.navigasi ul li {
  list-style-type: none;
  display: inline-block;
  letter-spacing: 3px;
  margin: 15px auto;
  margin-bottom: -20px;
  width: 250px;
  height: 55px;
  background-color: #333;
  border-radius: 50px;
  line-height: 55px;
}
.navigasi ul li a {
  text-decoration: none;
  font-size: 24px;
  color: white;
  font-weight: bolder;
  text-align: center;
}
.navigasi ul li:hover {
  background-color: var(--primary-color);
  color: white;
  box-shadow: 0px 5px 5px 5px rgb(255, 255, 250, 0.3);
}

@keyframes warnagambar {
  0% {
    box-shadow: 1px 1px 15px 15px rgb(255, 132, 0, 0.6);
  }
  10% {
    box-shadow: 1px 1px 17px 17px rgb(255, 132, 0, 0.5);
  }
  20% {
    box-shadow: 1px 1px 19px 19px rgb(255, 132, 0, 0.4);
  }
  30% {
    box-shadow: 1px 1px 21px 21px rgb(255, 132, 0, 0.3);
  }
  40% {
    box-shadow: 1px 1px 23px 23px rgb(255, 132, 0, 0.2);
  }
  50% {
    box-shadow: 1px 1px 25px 25px rgb(255, 132, 0, 0);
  }
  60% {
    box-shadow: 1px 1px 23px 23px rgb(255, 132, 0, 0.2);
  }
  70% {
    box-shadow: 1px 1px 21px 21px rgb(255, 132, 0, 0.3);
  }
  80% {
    box-shadow: 1px 1px 19px 19px rgb(255, 132, 0, 0.4);
  }
  90% {
    box-shadow: 1px 1px 17px 17px rgb(255, 132, 0, 0.5);
  }
  100% {
    box-shadow: 1px 1px 15px 15px rgb(255, 132, 0, 0.6);
  }
}

.promo {
  height: 55px;
  line-height: 55px;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.logo {
  z-index: 999;
  width: 30px;
  height: 30px;
}

.text {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px auto;
  z-index: 9999;
}

.hasil1 {
  width: 88.8%;
  background-color: #222;
  color: white;
  padding: 10px;
  border: 1px solid #f59238;
  border-radius: 10px;
  text-align: justify;
  position: relative;
  left: 83px;
}
.hasil1 ul {
  margin-bottom: -5px;
}
@keyframes warnabg {
  0% {
    box-shadow: 1px 1px 15px 15px rgb(255, 17, 0, 0.5);
  }
  10% {
    box-shadow: 1px 1px 17px 17px rgb(255, 119, 0, 0.5);
  }
  20% {
    box-shadow: 1px 1px 19px 19px rgb(250, 233, 0, 0.5);
  }
  30% {
    box-shadow: 1px 1px 21px 21px rgb(104, 250, 0, 0.5);
  }
  40% {
    box-shadow: 1px 1px 23px 23px rgb(0, 250, 87, 0.5);
  }
  50% {
    box-shadow: 1px 1px 25px 25px rgb(0, 250, 229, 0.5);
  }
  60% {
    box-shadow: 1px 1px 23px 23px rgb(0, 62, 250, 0.5);
  }
  70% {
    box-shadow: 1px 1px 21px 21px rgb(62, 0, 250, 0.5);
  }
  80% {
    box-shadow: 1px 1px 19px 19px rgb(162, 0, 250, 0.5);
  }
  90% {
    box-shadow: 1px 1px 17px 17px rgb(250, 0, 212, 0.5);
  }
  100% {
    box-shadow: 1px 1px 15px 15px rgb(250, 0, 108, 0.5);
  }
}
@keyframes warna {
  0% {
    color: var(--primary-color);
  }
  10% {
    color: #ff0000;
  }
  20% {
    color: #ffe600;
  }
  30% {
    color: #2bff00;
  }
  40% {
    color: #00ffea;
  }
  50% {
    color: #001aff;
  }
  60% {
    color: #b700ff;
  }
  70% {
    color: #4d800b;
  }
  80% {
    color: #fcfafb;
  }
  90% {
    color: #fcad03;
  }
  100% {
    color: var(--primary-color);
  }
}
.copyright {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--primary-color);
  text-decoration: none;
  position: relative;
  border-top: solid rgb(196, 193, 183, 0.5) 5px;
}

.brand {
  background-color: black;
  font-size: 20px;
  font-weight: bolder;
}

.show a {
  width: 120px;
  height: 120px;
  /*overflow: hidden;*/
  float: left;
  margin: 5px;
  position: relative;
}
.show a span input {
  display: block;
  position: absolute;
  top: 170px;
  left: 35px;
  right: 0px;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 5px 20px 25px var(--primary-color) inset;
  background-color: var(--primary-color) enrod;
  font-weight: bolder;
}
.show a span input:hover {
  box-shadow: 5px 5px 10px var(--primary-color) outset;
  background-color: var(--primary-color);
}
.show a span {
  display: block;
  width: 220px;
  height: 260px;
  line-height: 260px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: absolute;
  top: 0;
  margin-left: -5px;
  margin-top: -5px;
  font-weight: bolder;
  font-size: 16px;
  color: var(--primary-color);
  text-shadow: 1px 1px 1px black;
  opacity: 0;
  transform: scale(0) rotateY(180deg);
  transition: 0.3s;
  z-index: 101;
  border-radius: 20px;
}
.show a:hover span {
  opacity: 1;
  transform: scale(1) rotateY(0deg);
  z-index: 99999;
  border-radius: 10px;
}
.show a span p {
  text-align: center;
  border-radius: 20px;
}
.show a img {
  position: relative;
  height: 220px;
  width: 220px;
  top: -5px;
  left: -5px;
  z-index: 100;
  /*background-color: whitesmoke;*/
}
@keyframes warna {
  0% {
    color: var(--primary-color);
  }
  10% {
    color: #ff0000;
  }
  20% {
    color: #ffe600;
  }
  30% {
    color: #2bff00;
  }
  40% {
    color: #00ffea;
  }
  50% {
    color: #001aff;
  }
  60% {
    color: #b700ff;
  }
  70% {
    color: #4d800b;
  }
  80% {
    color: #fcfafb;
  }
  90% {
    color: #fcad03;
  }
  100% {
    color: var(--primary-color);
  }
}
.copyright {
  font-size: 20px;
  width: 100%;
  height: 100px;
  color: var(--primary-color);
  text-align: center;
  line-height: 100px;
  background-color: black;
  box-shadow: 1px 1px 15px 15px rgb(255, 255, 250, 0.3);
}
.copyright a {
  color: var(--primary-color);
  text-decoration: none;
  animation: warna 20s infinite;
}
.kelapkelip {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 15px;
  color: #fb3c3c;
  animation: kelapkelip 1s ease-out infinite;
}
p {
  text-align: justify;
}
.site-description ol {
  list-style-type: decimal;
  list-style-position: inside;
}
@keyframes kelapkelip {
  from {
    text-shadow: 0px 0px 1px #def, 0px 0px 2px #def, 0px 0px 2px #def,
      0px 0px 2px #def, 0px 0px 2px #def, 0px 0px 2px #def, 0px 0px 2px #fff,
      0px 0px 12px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #7b96b8,
      0px 0px 5px #7b96b8, 0px 5px 2px #ffffe8, 0px 5px 25px #009bff,
      0px 5px 50px #009bff, 0px 5px 50px #009bff, 0px -5px 50px #009bff,
      0px -5px 50px #009bff;
    color: #bef8fa, #bef8fa, #bef8fa, #fbd63c, #fbd63c, #fbd63c, #fbd63c,
      #fb3c3c;
  }
}

.provider {
  display: flex;
  justify-content: safe center;
  flex-wrap: wrap;
  padding: 5px;
  width: 185px;
  height: 100%;
  margin-left: 0px;
  position: relative;
  border: 5px solid var(--primary-color);
  border-radius: 20px;
}

.search #searchbar {
  background-color: white;
  border-radius: 10px;
  width: 80%;
  text-align: center;
  height: 30px;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  margin-left: 0px;
}

.search {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  right: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
}

.body2 .provider a {
  margin: 5px;
  border: 3px solid white;
  width: 75px;
  height: 75px;
  position: relative;
  left: -10px;
  transition: 0.5s;
}
.body2 .provider a:hover {
  background-color: var(--primary-color);
  position: relative;
  left: 3px;
}
.body2 .provider a img {
  width: 75px;
  height: 75px;
}
.judul {
  position: relative;
  left: 11%;
  margin-bottom: -10px;
  font-size: 24px;
}
.page-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin: 0px auto;
}
@media (max-width: 850px) {
  .topbar {
    text-align: center;
  }
  .isibawah {
    position: absolute;
    right: 0px;
    margin-top: 20px;
  }
  .provider {
    width: 100px;
    margin-top: 10px;
  }
}
.isibawah {
  width: 70%;
  height: auto;
  margin: 0px auto;
}
.isibawah a {
  width: 100%;
  height: 30px;
  background-color: var(--primary-color);
  box-shadow: 0px 0px 1px 1px rgb(255, 94, 13, 0.3);
  display: block;
  line-height: 30px;
  border: 1px solid white;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  color: Black;
  font-weight: bolder;
  font-size: 24px;
  margin-bottom: 10px;
}
.isibawah a:hover {
  background-color: #fc8403;
  box-shadow: 0px 0px 5px 5px rgb(252, 132, 3, 0.5);
}
.hasil1 {
  left: 0;
  position: relative;
}
.body2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.waktu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  margin-bottom: -20px;
}
.waktu p {
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
}
.tPutih {
  color: white;
  text-shadow: 0px 0px 5px black, 0px 0px 7px red, 0px 0px 10px cyan;
}
.tHitam {
  color: black;
  text-shadow: 0px 0px 3px white, 0px 0px 5px cyan;
}

/* LANDING PAGE CSS */
@keyframes blinkings {
  0% {
    border: 2px solid rgb(255, 255, 255);
  }

  100% {
    border: 2px solid var(--landing-primary-color);
  }
}

.spacer {
  height: 1rem;
}

.artikel {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #ff4800;
}

.copyleft {
  text-decoration: none;
  color: #fff;
  margin: 50px 0;
}

.logo-landing {
  background-color: transparent;
  justify-content: center;
  display: block;
  border-bottom: solid var(--landing-primary-color) 2px;
  padding: auto;
  border-radius: 10px;
  margin-top: 20px;
}

.tron-login,
.tron-regis {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 5px;
  color: #fff;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: calc(12px+1vh);
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 23px;
  padding: 10px;
  background: -webkit-linear-gradient(
    top,
    var(----landing-primary-color) 0%,
    #000000 100%
  );
  border: solid var(--landing-primary-color) 3px;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}

.tron-login:hover,
.tron-regis:hover {
  background: var(--landing-primary-color);
  border: solid var(----landing-primary-color) 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
}

.tron-regis {
  animation: blinkings 1s infinite;
  transition: all 0.4s;
  touch-action: manipulation;
}

table.slotgacor {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: calc(8px+1vh);
  margin: 0 20px 0 0;
}

table.slotgacor td,
table.slotgacor th {
  border: 1px solid var(--landing-primary-color);
  padding: 10px 5px 10px;
}

table.slotgacor tbody td {
  font-size: calc(8px+1vh);
  font-weight: 500;
  color: #bfbfbf;
}

table.slotgacor thead {
  background: var(--landing-primary-color);
}

table.slotgacor thead th {
  font-size: calc(12px+1vh);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: radial-gradient(
    circle 214px at 49.5% 54.2%,
    var(--landing-primary-color) 0,
    #000 96%
  );
}

.carousel-container {
  max-height: 500px;
}

.landing-page-provider {
  border: 5px solid var(--landing-primary-color);
}
.landing-page-provider a {
  position: relative !important;
  left: 0px !important;
  transition: 0s !important;
}

.landing-page-provider a:hover {
  background-color: var(--landing-primary-color) !important;
}
