
html, body {
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body {
  background-image: url("/assets/img/img/general/rtpslots/BACKGROUND%20RTP.jpg");
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}
.footer-menu__wrapper {
    flex-wrap: nowrap;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.footer-menu .footer-popup_btn img {
    border-radius: 50%;
}

.footer-popup_btn-child img {
    color: #fff !important;
    position: relative;
    background: none !important;
    padding: 3px !important;
    margin-left: auto;
    margin-right: auto;
    filter: brightness(1) contrast(1) brightness(1) drop-shadow(1px 1px 1px #000) drop-shadow(0px 0px 1px white) !important;
}

.footer-popup_btn-child p {
    position: relative;
    font-size: 7px;
    margin-bottom: 0;
    color: white;
    text-shadow: 0 0 5px #000;
     transform: translateX(0%);
        bottom: 0;
        opacity: 0;
        transition: opacity 0.5s ease, bottom 0.5s ease;
} 

.footer-popup_btn-child {
    position: fixed;
    /* width: 150px; */
    margin: auto;
    padding: 0;
    left: 0;
    right: 0;
     transform: translateX(0%);
        bottom: 0;
        opacity: 0;
        transition: opacity 0.5s ease, bottom 0.5s ease;
}

.footer-popup_btn-child a {
        background: #c13803 !important;
        border-radius: 50%;
        padding: 5px 0;
        width: 50px;
        height: 50px;
        box-shadow: 0 0 20px #000;
        filter: brightness(0.9);
        display: flex;
        justify-content: center;
        align-items: center;
}


.footer-popup_btn-child li {
  position: relative;
  display: inline-flex;

}

.footer-popup_btn-child.show {
      opacity: 1;
      bottom: 50px; /* Adjust as needed */
  }
.footer-popup_btn-child .web {
  top: -65px;
}

.footer-popup_btn-child .android img {
  top: -65px;
}

.footer-popup_btn-child .android p {
  top: -65px;
  line-height: 6px;
}

.rotate-360 {
  -webkit-transform: rotate(180deg);
  -webkit-transition-duration: 1s;
}

.hide {
  display: none;
}

.theme__ihokibet .account-security__title {
  background: linear-gradient(90deg, #301313 0%, #c13803 100%) !important;
  color: white;
}

.theme__ihokibet .home__slider--game {
  background: linear-gradient(180deg, #301313 0%, #c13803 100%) !important;
}

.category__wrapper {
background: linear-gradient(0deg, #301313 0%, #c13803 100%) !important;
}

/* icon slot kedap kedip*/
.category__item {
border-radius: 30px !important;
border: white 2px solid;
animation: blink 1s infinite;
background: #242119;
}

@keyframes blink {
0%   { border-color: white; }
50%  { border-color: transparent; }
100% { border-color: white; }
}

.home__slider--game {
margin-bottom: -1px !important;
}

.category__header {
display: none;
}

.category__swipper {
margin: 0px 0 20px 0 !important;
}

/* tombol lihat semua */
.theme__ihokibet .mainwrapper__header__btn--all {
background: linear-gradient(180deg, #ef693a 0%, #ff8e4f 25%, #ff8644 50%, #ff610a 75%, #fd5c23 100%) !important;
font-weight: 600;
color: white;
}

/* background body color */
.theme__ihokibet body .content {
background: #232020;
}

/* marquee box shadow and color */
.header__marquee {
margin-top: 5px;
box-shadow: 0 0 6px 2px #ff4800;
}

/* update paymethod method turun kebawah */
.footer__desc {
flex: 100%;
max-width: 100%;
}

.footer__container {
display: flex;
}

#snackbar {
    visibility: hidden;
    min-width: 100px; 
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    color: #000000;
    text-align: center;
    border-radius: 10px;
    padding: 5px; 
    position: fixed;
    z-index: 99999;
    left: 16px; 
    bottom: 270px; 
    font-size: 9px; 
    font-weight: bold;
    transform: translateX(-100%);
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    border: 2px solid #fff; 
    display: flex;
    align-items: center;
    opacity: 0;
}

#snackbar p {
    margin: 0; 
    padding: 0; 
    flex-grow: 1; 
}

#snackbar img {
    margin-left: 10px; 
    height: 16px; 
}

#snackbar.show {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}

#snackbar.hide {
    transform: translateX(-100%);
    opacity: 0;
}

@media (max-width: 600px) {
    #snackbar {
        bottom: 100px; 
        left: 16px; 
    }
}
.mobile-rtp {
    position: fixed;
    bottom: 140px;
    left: 0px;
    z-index: 10;
    opacity: 0.98;
    transition: left 0.3s ease-in-out;
  }
header {
  background: #111111;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  border-bottom: 1px solid #2f2e2e;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {color: linear-gradient(to bottom, #9900ff 0%, #ffd000 50%);}

.bg-1{background: rgb(0 0 0 / 80%)}
.text-justify {
  text-align: justify;
}
.web-logo {
  width: 100%;
  max-width: 250px;
}
.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: #e80101;
  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: #b3001f;
}
.marquee-text {
  background: #063652;
  color: #fff;
  padding-top: 4px;
  font-size: 13px;
  border-radius: 3px;
  margin: 5px 0;
}
.rtp-bg {
  background: #081621;
  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: #212529;
  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 .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.provider-item a {
  background: #c21500;
  background: -webkit-linear-gradient(to right, #2a2a72, #009FFD, #000dc2, #ffc500);
  background: linear-gradient(to right, #2a2a72, #009FFD, #000dc2, #ffc500);
  background-size: 300% 100%;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 7px;
  border-radius: 4px;
}
.provider-item.active a {
  background: #7b4397;
  background: -webkit-linear-gradient(to right, #000dc2, #ffc500);
  background: linear-gradient(to right, #000dc2, #ffc500);
  border: none;
  color: #fff;
}
.rtp-header {
  background-image: linear-gradient(to bottom, #6f00ff 0%, #6f00ff 50%);;
  color: #fff;
}
.rtp-header p {
  margin: 0;
  color: #ccc;
  font-size: 12px;
  font-style: italic;
}
.card.card-game {
  background-image: linear-gradient(to bottom, #8e10e2 0%, #e100ff 50%);;
  border-radius: 7px;
  display: block;
  position: relative;
  min-height: 100px;
  padding: 7px;
}
.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: .85rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.btn-flex {
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  background-image: linear-gradient(to bottom, #8e10e2 0%, #e100ff 50%);;
}
.btn-flex:hover {
  color: #000;
  background-color: #c5a701;
}
.btn-game {
  padding: 5px 11px;
  color: #000 !important;
  background-image: linear-gradient(to bottom, #8e10e2 0%, #e100ff 50%);;
  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, #a100fe, #a100fe, #a100fe, #fee500, #fee500);
  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;
}
.adv1 {
  display: grid;
  grid-gap: 0.5rem;
  font-size: 16px;
}

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 #2f8f92;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  background: #2f2e2e;
}
.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-image: linear-gradient(to bottom, #7700ff 0%, #71a4b8 50%);
}
.carousel-game .active span {
  color:linear-gradient(to bottom, #7700ff 0%, #71a4b8 50%);
}
.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: #111111;
  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(.25, rgb(0 0 0 / 10%)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgb(0 0 0 / 10%)), color-stop(.75, rgb(0 0 0 / 10%)), color-stop(.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: #111111;
  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: #111111;
  border-top: 1px solid #2f2e2e;
}
footer {
  background: #000000;
  border-top: 1px solid #2f2e2e;
}
@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;
  }
}