.banner-script > img {
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

.banner-script {
    margin-top: -30px;
}

.logo {
    width: 230px;
}

.main-content {
    background: #000;
    color: #fff;
    padding: 20px 10px;
}

.marquee-wrap {
    background: #000;
    padding: 4px;
}

.marquee-wrap marquee {
    color: #fff;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px !important;
    }

    .provider-itms {
        background: #000;
        color: #fff;
        border-bottom: #de0000 2px solid;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        font-weight: 700;
    }

    .provider-itms img{
        width: 30px !important;
    }

    .provider-itms p {
        font-size: 0.7rem;
        text-align: start;
    }
}

.btn-login, .btn-primary {
    border: 1px solid #de0000 !important;
    background: #de0000 !important;
    background: linear-gradient(184deg, #ac0000 0%, #de0000 100%) !important;
    color: #fff;
}

.text-date {
    color: #de0000 !important;
}

.desk-prov {
    background: rgb(29, 29, 29) !important;
    padding: 15px;
    border-radius: 10px;
}

.btn-login:hover {
    color: #fff;
    background: rgb(140,0,0);
    background: linear-gradient(38deg, #de0000 0%, #ac0000 100%);
}

.showgames {
    display: none;
}

.owl-prev .arrownav-lef, .owl-next .arrownav-rig{
    top: 40%;
    color : #fff !important;
    font-size: 2rem;
    position: absolute;
}

.owl-prev .arrownav-lef {
    left: 0;
}

.owl-next .arrownav-rig {
    right: 0;
}

@media only screen and (max-width: 600px) {
    .owl-prev .arrownav-lef, .owl-next .arrownav-rig{
        top: 24%;
        font-size: 1.2rem;
    }

    .provider-itms > img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40px !important;
    }

    .text-date {
        font-size: 1rem;
    }

    .page-seo {
        display: none;
    }

    .desc-game {
        font-size: 0.6rem;
    }
    

  }


.btn-login, .btn-daftar {
    font-weight: bolder;
    border-radius: 0 !important;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.btn-daftar {
    border: 1px solid rgb(250, 193, 5);
    background: rgb(250,160,5);
    background: linear-gradient(0deg, rgba(250,160,5,1) 0%, rgba(250,255,0,1) 100%);

}

.btn-daftar:hover {
    background: rgb(250,160,5);
background: linear-gradient(184deg, rgba(250,160,5,1) 0%, rgba(250,255,0,1) 100%);
}

.btn-login {
    border: 1px solid rgb(0, 95, 228);;
    background: #0059ff;
    background: linear-gradient(184deg, #0059ff 0%, #0040b7 100%);
    color: #fff;
}

.btn-login:hover {
    color: #fff;
    background: rgb(140,0,0);
    background: linear-gradient(38deg, #0040b7 0%, #0059ff 100%);
}

.slide-provider {
    position: relative;
    background: rgb(19,19,19);
    background: linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(39,39,39,1) 49%, rgba(36,36,36,1) 100%);
    padding: 8px 30px;
}

.provider-itms {
    background: #000;
    color: #fff;
    border-bottom: #de0000 2px solid;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
}

.hot {
    position: absolute;
    background: url("../images/hot.gif") no-repeat;
    width: 27px;
    height: 20px;
    top: 0;
    right: 10px;
}

.provider-itms:hover, .provider-actives {
    background: #de0000;
    background: linear-gradient(0deg, #ff1010 0%, #de0000 100%);
    color: #fff;
    cursor: pointer;

}

.owl-prev .pl, .owl-next .pr {
    position: absolute;
    font-size: 1.2rem !important;
}

.owl-prev .pl {
    top: 35%;
    left: -23px;
}

.owl-prev:hover, .owl-next:hover {
    background: none !important;
}

.owl-next .pr {
    top: 35%;
    right: -20px;
}

.game-title {
    font-size: 1.2rem !important;
    font-weight: bold;
}

strong {
    color: #de0000;
}

.badge-img {
    position: absolute;
    width: 30px;
    top: -10px;
    right: 0;
}

.percent{
    height: 27px;
    margin-top: 10px !important;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}

.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    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;
}