: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: #131313;
    --text-first: #fafafa;
    --text-second: #0a0a0a;
    
    --first-color: #0bffea;
    --second-color: #2d4cfa;
    --third-color: #00c6e9;
    --fourth-color: #e9be00;
    --fifth-color: #2d4cfa;
    --g1: #f5af19;
    --g2: #f12711;
 }
 

body {
    background: var(--bg-color);
    color: var(--text-first);
}

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.pop-content {
    width: 850px;
    height: 450px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -425px;
    z-index: 2;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.5);
}
*, *::before, *::after {
    box-sizing: inherit;
}
user agent stylesheet
div {
    display: block;
}
b, strong {
    font-weight: bolder;
}
user agent stylesheet
strong {
    font-weight: bold;
}
user agent stylesheet
strong {
    font-weight: bold;
}
style attribute {
    opacity: 1;
    visibility: visible;
    animation: auto ease 0s 1 normal none running none;
}
body {
    margin: 0;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    line-height: 1.75;
    background: #000000;
    background: -moz-linear-gradient(top,#000000 0%,#000000 35%);
    background: -webkit-linear-gradient(top,#000000 0%,#000000 35%);
    background: linear-gradient(to bottom,#000000 0%,#000000 35%);
}
.rtp-card {
    background: linear-gradient(0deg, #b9b9b9 0%, #2db7fa 100%);
    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;
}

.place-img-rtp:hover {
    cursor: pointer;
}

.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(--text-second);
    padding: 0.9rem;
    width: 14rem;
    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(--first-color);
}

.jam-wrapper {
    background: #131313;
    border-radius: 50%;
    padding: 0.6rem;
}

.table-pola {
    max-width: 100%;
    width: 9rem;
}

.table-pola tr td {
    text-align: center;
    font-size: 0.7rem;
}

.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('https://cdn.livechat-files.com/api/file/lc/att/15582936/b3523c6cff4e3ad2aeec8e9c65afe27a/download.gif');
}

.hot-game {
    background: url('https://cdn.livechat-files.com/api/file/lc/att/15582936/b3523c6cff4e3ad2aeec8e9c65afe27a/download.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;
}


.running {
    padding: 0px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.running-text {
    background: #0c3db8;
    text-transform: uppercase;
    font-size: 1rem;
    color: #ffffff;
    padding: 0.1rem;
}

.icon-prov {
    background: linear-gradient(0deg, #356eff 0%, #0c3db8 100%);
	display: flex; justify-content: space-between;
    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.73rem;
    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;
}

.item-prov {
    padding: 0 0.5rem;
}
.btn-credit {
    background: linear-gradient(0deg, #000000 0%, #001e63 100%);
    padding: 0.6rem;
    color: #ffffff;
    border: none;
    font-weight: bold;
    border-right: 1px solid

}
.btn-credit:hover {
    background: linear-gradient(0deg, #0087ff 0%, #0095ff 100%);
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    border-top: 3px solid var(--second-color);
}

.item-nav-bottom {
    background: linear-gradient(0deg, #0040ff 0%, #00d9ff 100%);
    color: var(--text-second);
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.3rem;
}

.item-nav-bottom:hover {
    background: linear-gradient(0deg, var(--first-color) 0%, var(--g2) 100%);
    cursor: pointer;
}

.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;
}



.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;
    }
}

