body {
    background: url(https://1.bp.blogspot.com/-2ULmeecGgdk/Xuqdvp4Qe1I/AAAAAAAALJM/qkiVgjfBukgmQtHjYomJBfELzX6MvzidACLcBGAsYHQ/s1600/BGOKE.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.navbar {
    color: blue;
}

.team-logo img {
    width: 50px;
    height: 50px;
}

.player-match {
    font-size: 1.4em;
}

.navbar {
    font-size: 1.2em;
}

.article-container article {
    background-color: transparent;
}


/* space logo sama title di homepage */

.main-container {
    padding-top: 15px;
}

.featured-match-image {
    padding-top: 5px;
}

.match-liga {
    font-size: .7em;
}

.match-liga a {
    background: #C33764;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1D2671, #C33764);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1D2671, #C33764);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.match-teams {
    background-color: #c4023d;
}

.match-team-home a {
    background: #c31432;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.match-separator {
    background-color: #c4023d;
}

.match-team-away a {
    background: #c31432;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #240b36, #c31432);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #240b36, #c31432);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.play-area {}

.play-area {
    font-size: .9em;
    color: black;
}

.blink_me {
    font-size: 1.2em;
}

.blink_me2 {

    font-size: 1em;
    display: block
}

.match-teams {
    font-size: 1.4em;
}

.share-bar img {
    width: 50px;
    height: 50px;
}

.share-bar {
    line-height: 1.5em;
    border-radius: 5px;
    border: 1px solid #0a849e;
    background: transparent;
}


/* ganti line bawah web */

hr.longlinetop {
    border: 3px solid green;
}

.live-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FF8008;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFC837, #FF8008);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.player-button-play {
    flex-basis: 50%;
    align-items: center;
}

.player-button-ad {
    display: flex;
    flex-basis: 50%;
    align-items: center;
}


.player-match {
    background: #C33764;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1D2671, #C33764);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1D2671, #C33764);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.custom-match-info {
    line-height: 1.5em;
    border-radius: 5px;
    border: 1px solid #0a849e;
    background: black;
}

.match-date-title {
    font-size: 1.2em;
}

.match-liga a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.play-area {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.results-item {
    background: linear-gradient(0deg, #1f242a, #2a2f37);
    border-radius: 10px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .5);
}

.player-match {
    border-radius: 10px;
}

.btnx {
    margin-top: 10px;
}



/* hanya untuk hp*/

@media only screen and (max-width:768px) {
    .live-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #FF8008;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #FFC837, #FF8008);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }



    /* untuk gambar banner hp*/
    body {
        background: url(https://1.bp.blogspot.com/-UDhikCuwCic/XuqveAkDVwI/AAAAAAAALNM/6lB46h767tIlE0je4j83bYZCM5nFcIkTwCLcBGAsYHQ/s1600/BG%2BMobile.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
    }

    .homepage-title {
        font-size: 1em;
    }

    .match-liga {
        font-size: 1em;
    }

    .match-teams {
        font-size: 1em;
    }

    .share-bar img {
        width: 50px;
        height: 50px;
    }

    .stream-now a {
        font-size: 1.2em;
        color: black;
    }

    .match-liga a {
        background: #C33764;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #1D2671, #C33764);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #1D2671, #C33764);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .match-teams {
        background: #c31432;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #240b36, #c31432);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #240b36, #c31432);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .match-team-home a {
        background: #c31432;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #240b36, #c31432);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #240b36, #c31432);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .match-separator {
        background: #c31432;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #240b36, #c31432);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #240b36, #c31432);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .match-team-away a {
        background: #c31432;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #240b36, #c31432);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #240b36, #c31432);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .player-alert {
        font-size: .8em;
    }

    .download-apk-alert {
        line-height: 1.5em;
        border-radius: 5px;
        border: 1px solid #0a849e;
        background: transparent;
    }

    .navbar {
        font-size: 1em;
    }

    .player-match {
        font-size: 1em;
    }

    .mobileoverlay ul.nav li a {
        font-size: 1.2em
    }

    .top-player-banner img {
        height: 40px;
    }

    .bottom-player-banner img {
        height: 40px;
    }

    .header-banner img {
        height: 40px;
        width: 100% !important;
    }
}



/* floating banner kiri kanan*/
#floatbannerkiri {
    z-index: 1001;
    height: 500;
    position: fixed;
    top: 10px;
    left: 5px;
}

#floatbannerkanan {
    z-index: 1001;
    height: 500;
    position: fixed;
    top: 10px;
    right: 5px;
}


@media screen and (max-width: 1000px) and (min-width: 320px) {

    #floatbannerkanan {
        width: 20%;
        position: fixed;
        top: 25px;
        right: 5px;
    }

    #floatbannerkiri {
        width: 20%;
        position: fixed;
        top: 25px;
        left: 5px;
    }
}

.stickyfooter {
    background: rgba(0, 0, 0, 0.89) !important;
    padding-top: 20px;
}



.streamad {
    display: inline-flex;
    text-align: center;
    font-size: 1.2em;
    /* padding: 10px; */
    margin: auto;
    font-size: 1.2em;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: black;

}

.streamad img {
    vertical-align: middle;
    height: auto;
}


@media only screen and (max-width:768px) {
    .streamad {
        display: flex;
        flex-direction: column !important;


    }

    /* .streamad img {
        height: 45px !important;
    } */
}

.dividerx {
    width: 1px;

    background: gray;
    margin-right: 5px;
    margin-left: 5px;
    height: 22px;
}

@media  only screen and (max-width: 768px) {
.team-logo img {
    width: 35px;
    height: 35px;
}
}