@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

:root {
    --smaller-font: 0.7rem;
    --small-font: 0.87rem;
    --normal-font: 1rem;
    --medium-font: 1.1rem;
    --large-font: 1.7rem;
    --x-large-font: 2rem;
    --bg-color: #013b49;
    --text-second: #0a0a0a;
    --text-first:#fafafa;
    --marquee-bg:#0090b5;
    --pola-bg: linear-gradient(0deg, #0090b5 0%, #50c6e5 100%);
    --first-color:linear-gradient(360deg, #ff9300 0%, #ffa700 5%, #ffd74f 50%, #ffa700 95%, #ff9300 100%);
    --second-color: #ff9300;
    --third-color: #ffa700;
    --fourth-color: #ffd74f;
    --fifth-color: #ffa700;
    --g1: #ff9300 ;
    --g2: #ffd74f;
    --border: #50c6e5;
    --btn-login: linear-gradient(360deg, #ff9300 0%, #ffa700 5%, #ffd74f 50%, #ffa700 95%, #ff9300 100%);
    --btn-daftar: linear-gradient(360deg, #0090b5 0%, #0ea0c5 5%, #4fd1f1 50%, #0ea0c5 95%, #0090b5 100%);
 }

 body {
    background: url("https://exp.boobsbymassage.com/UNIKTOTO/assets/img/background.webp") var(--bg-color);
    color: var(--text-second);
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position-x: center !important;
    background-position-y: center !important;
  }

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.card-slider {
	margin: 5px auto;
}

.slick-slide{
    margin: 0 3px;
}

.slick-prev:before, .slick-next:before{
    color: var(--second-color)
}

.silk-slider{
    width: 95%;
    display: none;
    margin: auto;
}

.rtp-card {
    font-family: "Abel", sans-serif !important;
    border: solid 3px var(--border);
    background: var(--first-color);
    padding: 0.7rem;
    text-align: center;
    width: 24rem;
    max-width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;
}

.rtp-card-img {
    max-width: 100%;
    width: 10rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background: var(--first-color);
}

.place-img-rtp {
    max-width: 165.81px;
    width: 100%;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-items: center;
    border-radius: 5px;
    box-shadow: 1px 0px 4px 2px var(--bg-color) inset;
}

.place-img-rtp:hover {
    cursor: pointer;
}

@media (min-width:640px) {
    p.namaGame{
    text-align: center;
    color: var(--marquee-bg) !important;
    text-transform: uppercase;
    font-weight: 600;
    word-wrap: break-word !important;
    max-height: 18px;
}
}

.btn-play {
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    z-index: 10;
    border: none;
    border-radius: 5px;
    padding: 0.3rem;
    width: 12rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: capitalize;
    max-width: 70%;
    border: 2px solid var(--first-color);
    background: linear-gradient(0deg, var(--g1) 0%, var(--g2) 100%);
    color: var(--text-first);
}

.btn-play:hover {
    background: linear-gradient(0deg, var(--g2) 0%, var(--g1) 100%);
}

.pola-wrapper {
    background: var(--pola-bg);
    padding: 0.9rem;
    width: 14rem;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
    color: var(--text-first);
    font-weight: 600 !important;
    text-transform: uppercase;
}

.pola-wrapper h4 {
    font-size: 1rem;
}

.pola-wrapper h5 {
    font-size: 0.9rem;
}

.pola-wrapper h4 i, .pola-wrapper h5 i {
    color: var(--text-first);
}

.jam-wrapper {
    background: var(--text-first);
    border-radius: 50%;
    padding: 0.6rem;
}

.table-pola {
    max-width: 100%;
    width: 9rem;
    border-collapse: collapse;
}

.table-pola tr td {
    text-align: center;
    font-size: 0.8rem;
    padding: 0
}

.wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.card {
	float: left;
	width: 100%;
	background: transparent;
	border: none;
	text-align: center;
	position: relative;
}
.subscript {
	position: relative;
	top: 0px;
	width: 100%;
}
.subscript .hot{
	position:absolute;
	background:url('../image/hot.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	left: .3vw;
	width: 2.5vw;
	height: 2.5vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}

.subscript .top{
	position:absolute;
	background:url('../image/top.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	right: .3vw;
	width: 2.5vw;
	height: 2.5vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}

.icon-providers {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1rem;
    top: 0.5rem;
    right: 0.5rem;
}

.icon-providers img {
    width: 1rem;
    filter: invert(1);
}

.slider, .swiper {
    width: 50rem;
    max-width: 100%;
}

.slider {
    padding: 1rem;
}

.slider-img {
    width: 40rem;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper {
    background: linear-gradient(0deg, var(--text-second) 0%, var(--text-second) 100%);
    height: 100%;
    border-bottom: 1px dashed var(--first-color);
}

.running-text {
    background: var(--marquee-bg);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--text-first);
    padding: 0.1rem;
}

.icon-prov {
    width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	padding: 0;
    justify-content: center;
    position: relative;
    overflow: auto !important;
}

.icon-card-bg {
    cursor: pointer;
    padding: 0.1rem !important;
    color: var(--text-second);
}

.icon-card-bg p {
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--text-second);
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.img-prov {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.item-prov {
    padding: 0 2px;
    border-radius: 5px;
    border: 2px solid var(--second-color);
    background: var(--bg-color);
}

.item-prov img{
    filter: invert(1);
}

#mobile{
    display: none;
}

.item-prov:hover {
    background: var(--first-color);
}

.item-prov:hover img{
    filter: drop-shadow(1px 1px var(--text-first));

}

.btn-credit {
    padding: 0.6rem;
    border: none;
    font-weight: bold;
}

.login{
    background: var(--btn-login);
    color: var(--text-second);
    margin-right: 5px;
}

.daftar{
    background: var(--btn-daftar);
    color: var(--text-second);
    margin-left: 5px;
    border: solid 2px var(--fourth-color);
}

.btn-credit:hover {
    background: linear-gradient(0deg, var(--g2) 0%, var(--g1) 100%);
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    border-top: 3px solid var(--text-first);
}

.gameSearch {
    width: 100%;
    position: relative;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 10px;
    background: var(--pola-bg);
    box-shadow: 1px 2px 5px rgb(0 0 0 / 30%), inset 0 1px rgb(255 255 255 / 80%), inset 2px 0 rgb(255 255 255 / 20%), inset -2px 0 rgb(255 255 255 / 20%), inset 0px -2px rgb(255 255 255 / 10%);
}

.item-nav-bottom {
    background: var(--pola-bg);
    color: var(--text-first);
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.3rem;
}

.item-nav-bottom:hover {
    background: var(--g2);
    cursor: pointer;
    color: var(--text-first);
}

.item-nav-bottom p {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.btn-up {
  display: none;
  position: fixed;
  bottom: 3.8rem;
  right: 0;
  z-index: 99;
  font-size: 0.9rem;
}

/* Percentage */
.percent{
    height: 19px;
    margin-top: 10px !important;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border: solid 1px#131313;
}

.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: -15px;
    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;
}

.content-home {
    padding: 1rem;
    margin-bottom: 4rem;
    background: var(--text-first);
    color: var(--text-second);
}

/* Container */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px !important;
    }
}