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

body {
  background-color: #000;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1 {
  text-align: center;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

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

* {
  font-family: sans-serif;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: bold;
}

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

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

.title {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

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

.slot {
  display: block;
  margin-bottom: 30px;
}

.slot .slot-sidebar {
  float: left;
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 0;
  margin-top: 5px;
  background-color: #26292d;
}

.slot-sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.slot-sidebar-nav > li {
  border-bottom: 1px solid #ffffff;
  width: 100%;
  position: relative;
  display: block;
}

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

.btn-provider i {
  margin-right: 5px;
}

.enter {
  display: none;
}

.btn-provider span {
  position: absolute;
  transform: translateY(10px);
}

.popular-logo {
  background-image: url(../img/fire.webp);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}
.pragmatic-logo {
  background-image: url(../img/pragmatic-play.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.pgsoft-logo {
  background-image: url(../img/PG-Soft.webp);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.idnslot-logo {
  background-image: url(../img/idnslot.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.habanero-logo {
  background-image: url(../img/habanero.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.spadegaming-logo {
  background-image: url(../img/spadegaming.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.microgaming-logo {
  background-image: url(../img/microgaming.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.joker-logo {
  background-image: url(../images/joker.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.playtech-logo {
  background-image: url(../img/playtech.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.isoftbet-logo {
  background-image: url(../images/isoftbet.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.active {
  background-color: #1168ff;
}

.slot .content {
  float: right;
  width: 80%;
  padding: 0;
  flex: 0 0 80%;
  max-width: 80%;
}

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

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

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

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

.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;
  border-radius: 0.75rem;
}

.yellow {
  background-color: #ffc107;
}

.green {
  background-color: #ff50a1;
}
.blue {
  background-color: #1168ff;
}

.red {
  background-color: #dc3545;
}

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

.play-btn {
  font-size: 15px;
  text-decoration: none;
  color: white;
  text-align: center;
  align-items: center;
  width: 100%;
  margin: 25% auto;
  padding: 8px;
  background-color: #1168ff;
}

.img-zoom {
  transition: all 0.45s ease-in-out;
  height: 141px;
  border-radius: 3px;
}

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

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

.next-btn {
  display: none;
  width: 30%;
}

.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: 1024px;
  }
}

@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:hover {
    opacity: 0;
  }

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

  .btn-provider {
    text-align: center;
    display: block;
    width: 120px;
  }
  .slot-sidebar-nav > li > a {
    height: 70px;
    font-size: 10px;
  }
  .enter {
    display: block;
  }
  .btn-provider span {
    position: unset;
  }
  .btn-provider i {
    margin: 0;
  }
  .slot-sidebar-nav li {
    border-left: 0.2px solid #656565;
    border-right: 0.2px solid #656565;
    border-bottom: none;
  }
  .img-zoom {
    height: auto;
  }
  .next-btn {
    display: block;
  }
  .res-bar {
    display: none;
  }
}

/* popup style*/
.popup-container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background: #080808b0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-body {
  width: 347px;
  height: 600px;
  margin: 1% auto;
  background: #313131;
  border-radius: 0px;
  color: white;
}

@media (max-width: 512px) {
  .popup-body {
    width: 310px;
    margin: 10% auto;
  }
}

.popup-img {
  width: 450px;
  height: 555px;
  margin: 8% auto;
}

.popup-img-close {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: white;
  color: black;
  float: right;
  padding: 5px;
  border-radius: 100px;
  position: absolute;
  margin-left: -7px;
  margin-top: -20px;
}

@media (min-width: 993px) {
  .popup-img-close {
    margin-left: 42px;
    margin-top: -12px;
  }
}

.popup-header {
  height: 48px;
  width: 100%;
  background: #1168ff;
  float: left;
}

.popup-header h6 {
  margin: 13px;
}

.popup-content {
  width: 100%;
  height: auto;
  padding: 15px 39px;
  float: left;
  font-size: 14px;
}

.col2 {
  width: 50%;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.mrtop10 {
  margin-top: 10px;
}

.hr {
  width: 100%;
  height: 2px;
  background: #5e5e5e;
  float: left;
}

.popup-label {
  width: 100%;
  float: left;
  background: #ff0000;
  padding: 10px 15px;
  font-size: 12px;
}

.popup-close {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #ff0000;
  color: black;
  float: right;
  padding: 5px;
  border-radius: 100px;
  position: absolute;
  margin-top: -10px;
  margin-left: -9px;
}

.bg-blue-button {
  background: linear-gradient(to bottom, rgb(163, 0, 0) 0, #800000 100%);
}
.bg-blue-button:hover {
  background: linear-gradient(to bottom, rgb(255, 0, 0) 0, #904f0f 100%);
}
.bg-black-button {
  background: #1168ff;
}
.bg-black-button:hover {
  background: #0c3e94;
}
.popip-button {
  cursor: pointer;
  width: 50%;
  float: left;
  height: 40px;
}

/* Slideshow container */
.slideshow-images-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 6px;
}

/* Hide the images by default */
.slideshow-images {
  display: none;
}

/* Next & previous buttons */
.prev-slideshow-images,
.next-slideshow-images {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -14px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next-slideshow-images {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-slideshow-images:hover,
.next-slideshow-images:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text-slideshow-images {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext-slideshow-images {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
}

/* The dots/bullets/indicators */
.dot-slideshow-images {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-slideshow-images,
.dot-slideshow-images:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-slideshow-images {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 993px) {
  .numbertext-slideshow-images {
    top: 0;
  }
}

@media (max-width: 425px) {
  .popup-img {
    max-width: 93%;
    margin: 25% auto;
  }
}

.header {
  width: 100%;
  height: 64px;
  margin-bottom: 6px;
  z-index: 300;
}

.images-logo {
  padding: 10px;
  width: 255px;
  height: 60px;
}

.header .title {
  float: right;
  width: auto;
  height: auto;
  margin: 15px;
  border-radius: 42px;
}

.header-buttom {
  color: white;
  padding: 5px;
  height: 42px;
}

.header-button-text {
  font-size: 14px;
  margin: 7px;
  float: left;
}

.popup-container-ads {
  background: url(../assets/popup.html);
  background-repeat: no-repeat;
  margin: 10% auto;
  border-radius: 18px;
  background-size: 100%;
}

@media (max-width: 992px) {
  .header .title {
    display: none;
  }

  .col {
    flex-basis: auto;
  }

  .header-button-text {
    font-size: 12px;
    margin: 9px;
  }
}

/* Menu Navigation Buttom */
.menu-bottom {
  display: none;
  height: 63px;
  width: 100vw;
  position: fixed;
  bottom: 0;
  background: black;
  border-top: 2px solid #707070;
}

.sub-menu-bottom {
  width: 25vw;
  height: 100%;
  float: left;
}

.sub-menu-bottom:hover {
  background: #525252;
}

.icon-menu {
  width: 4vw;
  height: auto;
  margin: 8px;
}

.text-menu {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  color: white;
}

@media (max-width: 992px) {
  .menu-bottom {
    display: block;
  }
}

@media (min-width: 768px) {
  .menu-bottom {
    height: 82px;
  }
}
.btn-light {
  background: #1168ff;
  color: #fff;
  box-shadow: #457fe5 0 0 5px 0;
  padding: 8px 12px;
  border: none;
}
.btn-light:hover {
  background: #377ef8;
  color: #fff;
}
.btn-outline-light {
  background: linear-gradient(to bottom, rgb(170, 0, 0) 0, #800000 100%);
  color: #fff;
  padding: 8px 12px;
  box-shadow: rgb(170, 0, 0) 0 0 5px 0;
  border: none;
}
.btn-outline-light:hover {
  background: linear-gradient(to bottom, rgb(250, 176, 56) 0, #ee9235 100%);
  color: #fff;
}
#main {
  background-image: radial-gradient(
    circle farthest-corner at -4% -12.9%,
    #0b4c90,
    #204061 90.2%
  );
  color: #fff;
  margin: 0;
  box-shadow: #588fef 0 0 5px 0;
  border-radius: 5px;
}
.content-article {
  border-radius: 5px;
  /* background:#244b7d; */
}
.m-10 {
  margin: 10px;
  text-align: justify;
}
h1,
h2 {
  color: #ffffff;
  font-weight: 600;
}
a:hover {
  color: #588fef;
}

.rtp-slot-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: white;
}
.rtp-slot-date {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: white;
  margin: 5px 0px;
}
.promo-banner-slide {
  display: flex;
  padding: 0px 46px;
}
.promo-banner-slide .owl-carousel {
  width: 100%;
}
.rtp-header-logo {
  height: 65px;
  margin: 30px 0px 5px;
}
.rtp-nav-scroll {
  overflow-x: overlay;
  height: auto;
  position: relative;
  margin: 20px 0 0;
}
.rtp-nav-grid {
  display: flex;
  grid-gap: 5px;
  padding: 0 10px;
}
.rtp-btn {
  background: #343434;
  border: 0;
  min-height: 70px;
  padding: 10px 15px;
  border-radius: 6px;
}
.rtp-btn-active {
  background: #1168ff !important;
}
.rtp-btn-active:focus-visible {
  outline: none;
}
.rtp-btn a {
  min-width: 100px;
  max-width: 100px;
}
.rtp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  margin: 5px 0px;
}
.rtp-box {
  border: 2px solid #ffc93b;
  border-radius: 5px;
  background: #252932;
  font-weight: 700;
  color: white;
}
.rtp-img {
  width: 100%;
  padding: 8px 5px 5px;
}
.rtp-schedule {
  background: #15b3aa;
  padding: 5px 0;
  margin: 5px 0;
}
.rtp-mainkan {
  background: #7d0101;
  padding: 5px 0;
  margin: 5px 0 0;
}
.rtp-login-register {
  padding: 15px 0 10px;
}
.rtp-register {
  display: inline-block;
  padding: 8px 18px 8px 18px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 24px;
  color: #ffffff;
  min-width: 82px;
}
.rtp-login {
  display: inline-block;
  padding: 8px 15px 8px 15px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 24px;
  min-width: 82px;
}
.rtp-provider-title {
  color: #ffffff;
  text-transform: uppercase;
}
.rtp-tag {
  position: absolute;
  font-size: 10px;
  background: #ed8c31;
  margin-left: 89px;
  margin-top: 5px;
  padding: 3px 5px;
  min-width: 35px;
  color: #fff;
  border-radius: 2px;
}
.rtp-tag-promo {
  background: #25bd61 !important;
  margin-left: 75px !important;
}
.rtp-game-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 85%;
}
.rtp-link {
  overflow: hidden;
}
.rtp-game-img {
  width: 100px;
  height: 95px;
  background-size: 100% 100%;
  background-position: center center;
  margin: 4px 0;
}
.rtp-maintenance {
  z-index: 9;
}

@media (orientation: landscape) {
  .rtp-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.list-provider {
  list-style: none;
}
@media (min-width: 992px) {
  .rtp-nav-grid {
    display: none;
  }
}

strong,
a {
  color: #ffffff;
}
.text-footer {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
