html, body {
    font-size: 10px;
    font-family: 'Mulish', sans-serif;
}
body {
    background: #000;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
header {
    padding: 0;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {color: #debc01}
.color-1{background-color: #0069c3}
.color-2{background-color: #ffae00}
.color-3{background-color: #26292d}
.color-4{background-color: #805231}
.color-5{background-color: #c5315f}
.color-6{background-color: #01caf8}
.bg-1{background: rgb(0 0 0 / 80%)}
.text-justify {
    text-align: justify;
}
.web-logo {
    width: 30rem;
    display: block;
    margin: 20px auto;
}
i.icon {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

.bi-person-plus-fill {
    margin-right: 0.5rem;
}
.btn-regis {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding: 5px 20px;
    background-image: linear-gradient(to right, #2A2A72, #009FFD, #053184, #4a51ee);
    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;
}
.btn-regis:hover {
    color: #ffffff;
    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;
}
.marquee-text {
    background: #fdfa02;
    color: #000;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    margin: 5px 0;
}
.rtp-bg {
    border-radius: 5px;
}
.menu-provider {
    background: linear-gradient(to top, #dad700 0%, #fdfa02 80%);
    display: flex;
    justify-content: center;
    position: relative;
    overflow: auto !important;
    border: 1px solid #fffc00;
}
.btn-credit {
    background: linear-gradient(to bottom, #fdfa02, #dad700);
    padding: 0.6rem;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #fffc00;
}
.provider-thumbnail {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 4.5rem;
    height: 4.5rem;
    filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.9));
}
.item {
    padding: 0 1rem;
}
.item a:hover {
    color: #f4ff00;
}
.item p {
    font-weight: 700;
    color: #000;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.rtp-header {
    margin: 5px 0;
    border-radius: 50px;
}
.rtp-header p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.card-deck {
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat(5,minmax(0,1fr));
    align-items: center;
    justify-content: space-between;
}
.game-item {
    background: #dad700;
    box-shadow: 0px 0px 3px 1px #131313 inset;
    height: 126px;
    position: relative;
    margin-bottom: 0.7rem;
    overflow: hidden;
    border-radius: 5px;
}
.game-item-img {
    padding: 5px;
    border-radius: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 500ms ease 0s;
}
.card.card-game {
    background: linear-gradient(to top, #dad700, #fdfa02);
    border-radius: 5px;
    display: block;
    position: relative;
    min-height: 100px;
    padding: 0.7rem;
}
.card-game {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    margin-bottom: 10px;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0;
}
.card.card-game .game-link {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 120px;
    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.1) rotate(0deg);
    filter: brightness(40%);
}
.card.card-game .game-item-img{
    transition: all 500ms ease 0s;
}
.card-game span {
    color: #ffffff;
    text-transform: capitalize;
    width: 85%;
    font-weight: 700;
    text-align: center;
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-game {
    padding: 4px 8px;
    color: #fff;
    background: linear-gradient(to bottom, #009FFD, #1468bb);
    border-radius: 4px;
    font-weight: 600;
    border: 0;
    font-size: 13px;
}
.btn-game:hover {
    background: linear-gradient(to bottom, #1468bb, #009FFD);
    color: #fff;
}
.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, #fe8c00, #FCE043, #ffdd00, #fe8c00, #fe8c00);
    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;
}
.menu .container {
    background: linear-gradient(to bottom, #009FFD, #2A2A72);
    border-radius: 50px;
}
input#search {
    background: #ffffff;
    color: black;
    border-radius: 4px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 13px;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.card-title {
    text-align: center;
}
.rtp-title {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 3px;
}
.rtp-title .bi {
    display: inline-block;
    font: normal normal normal 1.1em/1 'lineicons';
    color: #fcf902;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
}
.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: 23px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #000000;
    padding: 3px;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
}
.percent p {
    position: absolute;
    top: 0px;
    bottom: 0;
    text-align: center;
    margin: 0;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    transform: translateY(11px);
    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;
    border-radius: 3px;
    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;
}
.jamgacor {
    display: none;
}
.jam {
    background: #000000;
    border-bottom: 1px #fffc00 solid;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
    text-align: center;
}
.jam h5 {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.pola {
    padding-top: 5px;
    color: #fff;
}
.pola table {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.pola tr td {
    text-align: center;
}
.pola .bi {
    display: inline-block;
    font: normal normal normal 1.1em/1 'lineicons';
    color: #fcf902;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
}
.yellow {
    background-color: #dfff00;
}
.green {
    background-color: #00d413;
}
.red {
    background-color: #e80a0a;
}
.fixed-footer .bi {
    display: inline-block;
    font: normal normal normal 2em/1 'lineicons';
    color: #000;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
}
.footer-text {
    padding: 1rem;
    margin-bottom: 6rem;
    background: #081621;
}
.footer-text p {
    font-size: 1.4rem;
}
.fixed-footer {
    background-color: #fdfa02;
    border-top: 1px solid #fffc00;
}
.fixed-footer {
    width: 100%;
    display: flex;
    position: fixed;
    background: linear-gradient(to bottom, #dad700, #fdfa02);
    bottom: 0;
    z-index: 99;
}
.fixed-footer a {
    flex: 1 0 0%;
    background-color: inherit;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem;
}
.fixed-footer p {
    color: #000;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
.fixed-footer img {
    display: inline-block;
    max-width: 40%;
    margin-bottom: 5px;
    vertical-align: baseline;
}
@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 (min-width: 576px){
    .text-xs-left {
        text-align: left;
    }
}
@media (min-width: 993px) {
    .modal .modal-dialog .modal-content {
        max-width: 350px;
        margin: 0 auto;
    }
}
@media (max-width: 1200px){
    .card-deck {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}
@media (max-width: 768px) {
    .card-deck {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}
@media (max-width: 480px) {
    .card-deck {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .menu-provider {
            justify-content: start !important;
        }
}