.icon-prov {
    display: flex;
    overflow-x: scroll;
}
*::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: #fff;
}
*::-webkit-scrollbar-thumb {
    background: #333;
}
.icon-card-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 125px;
    cursor: pointer;
}
.icon-card-bg:hover {
    background: linear-gradient(to top,#1437c2,transparent);
}
.icon-card-bg > div:first-child img{
    height: fit-content;
    aspect-ratio: 1/1;
}
.icon-card-bg > div:last-child {
    white-space: nowrap;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
img {
    width: 100%;
}
.rtp-card {
    background-color: #1a1d20;
    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: 29rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.place-img-rtp {
    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 #131313 inset;
}

.btn-play {
    border-radius: 5px;
    padding: 0.3rem;
    width: 100%;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: capitalize;
    border: 2px solid  #ff4600 (--first-color);
    background: linear-gradient(0deg, #000000 0%, #000000 100%);
    color: var(--text-first);
    margin-top: 10px;
}

.btn-play:hover {
    background: linear-gradient(0deg, var(--g2) 0%, var(--g1) 100%);
}

.pola-wrapper {
    background: var(--sixth-color);
    padding: 0.9rem;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
}

.pola-wrapper h4 {
    font-size: 0.9rem;
}

.pola-wrapper h5 {
    font-size: 0.7rem;
}

.pola-wrapper h4 i, .pola-wrapper h5 i {
    color: var(--g2);
}

.jam-wrapper {
    background: #131313;
    border-radius: 50%;
    padding: 0.6rem;
}

.table-pola {
    max-width: 100%;
    width: 100%;
}

.table-pola tr td {
    text-align: center;
    font-size: 0.6rem;
}

.top-game, .hot-game {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 3rem;
    top: 0rem;
    z-index: 2;
    height: 2.9rem;
    left: 0.4rem;
}

.top-game {
    background: url('../images/top.gif');
}

.hot-game {
    background: url('../images/hot.gif');
}

.icon-providers {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
    top: 0.5rem;
    right: 0.5rem;
}

.icon-providers img {
    width: 1.7rem;
}

.popup-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #00000055;
    backdrop-filter: blur(5px);
    display: none;
    padding: 1rem;
}
.popup-container .popup-body {
    max-width: 450px;
    margin: auto;
}
.table-pola td {
    white-space: nowrap;
    font-size: 12px;
}
.nav-bottom {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-color: #1a1d20;
}
.nav-bottom > div {
    width: 25%;
    padding: 10px;
    cursor: pointer;
    background-color: #1a1d20;
}
.nav-bottom > div:hover {
    background-color: #32383e;
}
.slideshow-containerText {
    position: relative;
}
.slideshow-containerText a {
    position: absolute;
    text-decoration: none;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    display: block;
    text-align: center;
    background: #212529;
    color: #fff;
    bottom: 32%;
    opacity: .4;
}
a.prevText {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
a.nextText {
    right: 0;
    bottom: 32%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;    
}