html, body {
    font-size: 11px;
    font-family: 'Mulish', sans-serif;
}
body {
    background: #060c2b;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
header {
    background: #111c3f;
    padding: 0;
    border-bottom: 1px solid #1d2c59;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {color: #debc01}
.text-justify {
    text-align: justify;
}
.web-logo {
    width: 100%;
    max-width: 200px;
}
.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: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 15px;
    background: linear-gradient(0deg, #f4aa04 0%, #fffb21 60%);
}
.btn-regis:hover {
    background: linear-gradient(0deg, #fffb21 40%, #f4aa04 100%);
}
.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;
}
.menu-provider {
    background: #111c3f;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: auto !important;
    border: 1px solid #005174;
    border-radius: 4px;
}
.item {
    padding: 0.5rem 1rem;
}
.item a:hover {
    color: #f4ff00;
}
.item p {
    text-align: center;
    white-space: nowrap;
    margin: 0.3rem 0 0;
}
.list-provider {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.provider-thumbnail {
    background: #000;
    border-radius: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 4.5rem;
    height: 4.5rem;
}
.rtp-header {
    background: #1d2c59;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #005174;
}
.rtp-header h4 {
    color: #fff;
}
.rtp-header p {
    margin: 0;
    color: #DDD;
    font-size: 12px;
    font-style: italic;
}
.pola table {
    width: 100%;
    margin-top: 0.5rem;
}
.pola tr td {
    text-align: center;
}
.card.card-game {
    background: #1d2c59;
    display: block;
    position: relative;
    font-family: "Inter", sans-serif;
    min-height: 100px;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #005174;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 100%;
}
.card.card-game .game-link {
    display: none;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 114px;
    border-radius: 10px;
    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 {
    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: #000 !important;
    background: #debc01;
    border-radius: 2px;
    font-weight: 600;
    border: 0;
    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, #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: #0033e8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset;
}
input#search {
    background: #fff;
    color: #111;
    border-radius: 3px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 12px;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.card-title {
    text-align: center;
}
.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: 111px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.game-item-img {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 500ms ease 0s;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}
#owl-game {
    flex: 1 0 auto;
    width: 50%;
    margin: 0 auto;
}
.space .pola1, .space .pola2, .space .pola3 {
    display: none;
}
.animate-charcter {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.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 {
    background: #fff;
    height: 18px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    border-radius: 3px;
    margin: 5px 0;
    position: relative;
    z-index: 1;
}
.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    transform: translateY(9px);
    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: #111c3f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    border-radius: 4px;
}
.pola {
    padding-top: 5px;
    color: #fff;
}
.pola p {
    margin-bottom: 0.2rem;
    font-size: 11px;
}
.jamgacor {
    display:none;
}
.jamgacor h5 {
    font-size: 1.3em;
}
.jam h5 {
    font-size: 1.2em;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 3px;
}
footer, .footer-text {
    background: #0d1645;
    border-top: 1px solid rgba(213,214,213,.1);
}
@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(2,minmax(0,1fr));
    }
    .pola p {
        font-size: 10px;
    }
}
@media (min-width: 993px) {
    .modal .modal-dialog .modal-content {
        max-width: 350px;
        margin: 0 auto;
    }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .menu-provider {
            justify-content: start !important;
        }
}