* {
  font-family: sans-serif;
  box-sizing: border-box;
}

p {
  margin: 0;
}

body {
  /* background: url("/assets/space.jpg"); */
  background: linear-gradient(to top, rgb(184, 67, 0) 0%, rgb(51, 19, 0) 93%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: contain;
  /* background-color: black; */
  background-size: 100%;
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
  color: white;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.adv {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

img {
  vertical-align: middle;
  border-style: none;
}

.title {
  display: flex;
  justify-content: center;
}

.title-text {
  color: white;
  font-size: 2.5rem;
}

.slot {
  display: block;
}

.slot .slot-sidebar {
  padding-right: 10px;
  padding-left: 0;
  margin-top: -15px;
  background-color: black;
  float: none !important;
  width: 100% !important;
  flex: none !important;
  max-width: 100% !important;
  padding-right: 0 !important;
}

.btn-provider:hover {
  background-color: #4f64e0;
}

.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 #ca0505;
  width: 50%;
  position: relative;
  display: block;
  border-bottom: none;
  padding: 6px;
  background: linear-gradient(to bottom, #ca0505 0%, #610202 46%, #242424 100%);
}

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

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

.enter {
  display: none;
}

.btn-provider span {
  position: unset;
}

.active {
  background-color: #0092b1;
}

.slot .content {
  float: none;
  width: 100%;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #121212;
}

.wrapper {
  width: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.card {
  float: left;
  width: 20%;
  background: transparent;
  border: none;
  text-align: center;
  position: relative;
}

.card-content {
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
  position: relative;
}

.percent {
  height: 27px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  /* border-radius: .25rem; */
  position: relative;
  z-index: 1;
  border-radius: 18px;
  width: 90%;
  margin: 0 auto;
}

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

.percent-bar {
  /* background-color: #ffc107; */
  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
  );
  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;
  /* background-color: #007bff; */
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  /* animation: ; */
  z-index: 10;
}

.yellow {
  background-color: #ffc107;
}

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

.red {
  background-color: #dc3545;
}

.hover-btn {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.1s ease-in-out;
  z-index: 10;
  width: 100%;
  height: 87%;
}

.maintenance {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  margin: -6px;
}

.maintenance p {
  position: relative;
  top: 40%;
  font-size: 13px;
}

.play-btn {
  font-size: 15px;
  text-decoration: none;
  color: white;
  text-align: center;
  align-items: center;
  /* width: 100%; */
  margin-top: 42%;
  padding: 8px;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  margin: 42% 30px 42% 30px;
  background: linear-gradient(to bottom, #163fb1 0%, #3663df 88%);
  color: #000;
  border-radius: 18px;
  transition: all 0.3s ease;
}

.play-btn:hover {
  background: linear-gradient(to top, #163fb1 0%, #3663df 88%);
}

.img-zoom {
  transition: all 0.45s ease-in-out;
}

.ygg-img {
  border: 5px solid #2f2f2f;
}

.hover-btn:hover {
  opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
  /* transform: scale(1.2); */
  position: relative;
}

.short {
  display: none;
}
.next-btn {
  /* display: none; */
  background: linear-gradient(to bottom, #242424 0%, #515151 46%, #242424 100%);
  width: 15%;
}

.mySlides {
  display: none;
}

.next-btn {
  background-color: #292a2b;
  border: none;
  color: #fff;
}

@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) {
  .slot-sidebar-nav {
    flex-wrap: nowrap;
  }
  .slot-sidebar {
    float: none !important;
    width: 50% !important;
    flex: none !important;
    max-width: 50% !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: 13px;
  }
  .img-zoom {
    height: auto;
  }
  .slot-sidebar-nav li a img {
    height: 37.5px !important;
  }
  .maintenance p {
    font-size: 5px;
  }
}

.sticky-chat-button {
  position: fixed;
  /* background-color: #3367d6; */
  /* border-radius: 10px; */
  bottom: 20px;
  left: 20px;
  height: 150px;
  width: 150px;
  overflow: hidden;
}
.sticky-chat-button a {
  display: inline-block;
  position: relative;
  text-align: center;
  height: 25px;
  width: 25px;
  padding: 8px;
}

table.slot88{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.slot88 td,table.slot88 th{border:1px solid #ED1C24;padding:10px 5px 10px}table.slot88 tbody td{font-size:calc(8px+1vh);font-weight:500;color:#bfbfbf}table.slot88 thead{background:#ED1C24}table.slot88 thead th{font-size:calc(12px+1vh);font-weight:700;color:#fff;text-align:center;background: radial-gradient(circle 214px at 46.5% 54.2%,#ed691c 0,#000 96%)}

/* STYLE GIGARTP */


  .modal {
    z-index: 1050 !important;
    background-color: white;
    padding: 5em;
    display: flex;
    height: auto;
    position: absolute;
    justify-content: center;
  }
  
  .modal-backdrop {
    z-index: -1 !important;
  }

  .header-rtp, .footer-rtp {
    background-color: #023043;
    background-image: linear-gradient(90deg,#023043 0,#020d3b 49%,#023043);
    color: #fff;
}

.header-rtp {
    padding: 1rem 0%;
}

.footer-rtp {
    padding: 0.4rem 0%;
}

.bg-downfoot {
    background-color: #1f1f1f;
    background-image: linear-gradient(90deg,#023043 0,#020d3b 49%,#023043);
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.btn-regis {
    width: 130px;
}

body {
    background: #02151d;
    color: #fff;
}

.nb-text {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.hot-icon {
    font-size: 2rem;
    color: #c50000;
}

.navbar-desktop {
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

.runningtext {
    background: #006894;
    padding: 3px;
    font-weight: bold;
    color: #fff;
}

.marqueetxt {
    font-size: 0.9rem;
}

.icon-running {
    position: absolute;
    left: 0;
    background: #006894 !important;
    z-index: 10;
    padding: 3px;
    bottom: 8px;
    font-size: 0.7rem;
}

.bold-theme {
    color: #00d0ff;
}

.navbar-desktop > a {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    background: #01394f;
    margin-top: 8px;
    color: #000;
    margin-right: 10px;

    box-shadow: rgba(209,110,28,.35) 0 -25px 18px -14px inset,rgba(209,110,28,.25) 0 1px 2px,rgba(209,110,28,.25) 0 2px 4px,rgba(209,110,28,.25) 0 4px 8px,rgba(209,110,28,.25) 0 8px 16px;
    background-image: linear-gradient(#fdd943,#fcc425);
}
.wrap-body {
    width: 980px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.navbar-desktop > a:hover {
    background: #ffed4e;
    cursor: pointer;
}

.footerweb {
    font-size: 0.9rem !important;
}

.btn-register {
    background: #006894;
    color: #fff;
    padding: 15px 65px;
    font-weight: bold;
    font-size: 1.3rem;
    border-radius: 50px;
    letter-spacing: 0.1rem;

}

.fab  {
    cursor: pointer !important;
}

.padding-home {
    padding: 3rem;
}

.showgames {
    display: none;
}

@media only screen and (max-width: 600px) {
    .btn-register {
        font-size: 0.8rem;
        padding: 15px 20px;
    }

    .padding-home {
        padding: 2rem;
    }
}


.owl-prev, .owl-next {
    position: absolute;
}

.owl-prev {
    top: 50%;
    left: 0;
}

.owl-prev:hover, .owl-next:hover {
    background: none !important;
}

.owl-next {
    top: 50%;
    right: 0;
}

.gamebaru-pro {
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
}

.card-game-body {
    padding: 15px;
    text-align: center;
    width: 100%;
    margin-top: -10px;
}

.btn-register:hover {
    background: #240036;
    color: #fff;
}

.badge-rtp {
    position: absolute;
    font-size: 0.8rem;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 50px;
    top: -25px;
    right: 50px;
}

.icon-providers {
    background: #ffc800;
    padding: 10px;
    border-radius: 5px;
}
.icon-providers:hover {
    cursor: pointer;
    background: #ffaa00;
}

.icon-active {
    background: #ffb300;
}



/* .saturate {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(335deg) brightness(102%) contrast(102%);
} */

.icon-providers > img {
    width: 70px;
}

.home-display {
    background: url("https://naga2000rtpcp.com/images/bg-home-color.jpg") no-repeat;
    background-size: 100%;
    height: 460px;
}

.home-display:hover {
    background: url("https://naga2000rtpcp.com/images/bg-home.jpg") no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.arrownav {
    font-size: 1.7rem !important;
    color: #ffffff;
    background: rgba(40, 0, 53, 0.582);
    padding: 5px;
    border-radius: 50%;
}

@media only screen and (max-width: 800px) {
    .home-display {
        height: 100%;
    }

  
}

@media only screen and (max-width: 1000px) { 
    .wrap-body {
        width: 100%;
    }
}

.title-slider {
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.title-gacor {
    font-size: 2.3rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 38px;

}

.title-wrap {
    align-items: center;
    appearance: none;
    background-color: #005b69;
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 10px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    width: 100%;
    padding: 10px 20px;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s,background-position .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
    box-shadow: rgba(34, 150, 245, 0.17) 0 -23px 25px 0 inset,rgba(34, 157, 245, 0.15) 0 -36px 30px 0 inset,rgba(34, 143, 245, 0.1) 0 -79px 40px 0 inset,rgba(34, 157, 245, 0.06) 0 2px 1px,rgba(34, 178, 245, 0.09) 0 4px 2px,rgba(34, 164, 245, 0.09) 0 8px 4px,rgba(34, 171, 245, 0.09) 0 16px 8px,rgba(34, 164, 245, 0.09) 0 32px 16px;
}

.percent{
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}

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

.percent-bar{
    /* background-color: #ffc107; */
    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;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

.good{
    background-color: #ffc107;
}

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

.bad{
    background-color: #dc3545;
}

tbody{
    width: 100%;
    display: table;
}