.player-container {
    background-color: #4b4848;
    background-size: cover;
    margin-top: 24px;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.player-container .box-schedule {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container .box-schedule .box-logo {
    display: flex;
    height: 50%
}

.player-container .box-schedule .box-logo .item-logo {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center
}

.player-container .box-schedule .box-logo .item-logo .logo-container {
    height: 150px;
    width: 150px
}

@media (max-width: 540px) {
    .player-container .box-schedule .box-logo .item-logo .logo-container {
        height:75%;
        width: 75%
    }
}

.player-container .box-schedule .box-logo .item-logo .logo-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.player-container .box-schedule .box-countdown {
    align-items: center;
    display: flex;
    font-size: 30px;
    height: 50%;
    justify-content: center
}

@media (max-width: 540px) {
    .player-container .box-schedule .box-countdown {
        font-size:16px
    }
}

.player-container #player-html5 {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container #player-html5 .iframe-wrapper {
    height: 100%;
    width: 100%
}

.player-container #loadingPlayer {
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container #loadingPlayer img {
    height: 40px;
    width: 40px
}

.text-10m {
    align-items: center;
    display: none;
    justify-content: center
}

.popup-player {
    height: 100%;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 540px) {
    .popup-player {
        padding:10px
    }
}

.popup-player .popup-player-container {
    align-items: center;
    background: #1e293b;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    padding: 20px;
    text-align: center;
    width: 100%
}

.popup-player .popup-player-container .description-popup {
    color: #fff;
    font-size: 18px
}

@media (max-width: 540px) {
    .popup-player .popup-player-container .description-popup {
        font-size:14px
    }
}

.popup-player .popup-player-container .btn-login,.popup-player .popup-player-container .btn-popup {
    background-color: #ec870e;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 18px;
    margin-top: 32px;
    padding: 8px 24px
}

@media (max-width: 540px) {
    .popup-player .popup-player-container .btn-login,.popup-player .popup-player-container .btn-popup {
        font-size:14px
    }
}

.popup-player.with-package .popup-player-container {
    background-image: url(../fonts/c39659bcc35146268800abcbeac8603a.woff)
}

.seo-content-container .show-content {
    margin-top: 20px;
    max-height: 300px;
    overflow: hidden;
    position: relative
}

.seo-content-container .show-content .container-opacity {
    background-image: linear-gradient(#0f172a00,#111);
    bottom: 0;
    height: 150px;
    position: absolute;
    width: 100%
}

.seo-content-container .btn-show-hide {
    color: #f91e4e;
    cursor: pointer;
    margin-top: 30px;
    padding: 10px;
    text-align: center
}

.seo-content-container .btn-show-hide:after {
    content: "Show more"
}

.seo-content-container.is-show .show-content {
    max-height: unset!important;
    overflow: unset!important
}

.seo-content-container.is-show .show-content .container-opacity {
    display: none
}

.seo-content-container.is-show .btn-show-hide:after {
    content: "Hide"
}

#table_content {
    margin: 20px 0
}

#table_content a {
    color: #fff!important
}

#table_content .title-neo {
    align-items: center;
    background: #1e293b;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    padding: 10px 15px
}

#table_content .title-neo img {
    margin-right: 10px
}

#table_content .title-neo strong {
    font-size: 20px
}

#table_content>ol,#table_content>ul {
    background: #2d3440!important;
    border: 1px solid #1e293b;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0;
    padding: 15px 15px 15px 30px
}

#table_content>ol>li,#table_content>ul>li {
    line-height: 33px
}

#table_content>ol>li>ol,#table_content>ol>li>ul,#table_content>ul>li>ol,#table_content>ul>li>ul {
    background: #505050;
    padding-left: 30px
}

.live_now_match .mlti-vs,.live_now_match p,.live_now_match span {
    color: red
}

.navbar-nav li.active * {
    color: #fe8e28
}

.match-type {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap:wrap;
}

.match-type>a {
    color: #fff;
    margin: 10px 5px 10px 5px;
}

.match-type>a.active {
    color: #fe8e28;
    font-weight: 700
}

.match-type>a .league-logo{background:#fff;border-radius:5px;padding:8px 1px;display:flex;justify-content:center}





.match-type>*+* {
    margin-left: 15px
}

.search-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0
}

@media (max-width: 1030px) {
    .search-container {
        margin-top:10px
    }
}

.search-container input[type=text] {
    background: #cdcdcd;
    border: 0;
    border-radius: 8px;
    color: #333;
    height: 34px;
    outline: 0;
    padding: 0 10px
}

@media (max-width: 1030px) {
    .search-container input[type=text] {
        flex:1
    }
}

.search-container button {
    background-color: #fe8e28;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: 34px;
    margin-left: 5px;
    padding: 0 15px
}

.bingmovie-banner {
    display: block!important;
    margin-top: 30px
}

.bingmovie-banner img {
    display: none!important;
    width: 100%
}

@media (min-width: 975px) {
    .bingmovie-banner img.img-banner-web {
        display:block!important
    }
}

@media (max-width: 975px) {
    .bingmovie-banner img.img-banner-mobile {
        display:block!important
    }
}

.social-list {
    display: flex;
    font-size: 30px;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 15px;
    position: relative
}

.social-list .item-social {
    cursor: pointer;
    margin: 0 8px
}

.social-list .item-social a {
    color: #fff
}

.alert-prematch-container {
    background: #000;
    border-radius: 8px;
    display: none;
    margin-top: 25px;
    padding: 10px 14px
}

.alert-prematch-container strong {
    color: #f59e0b
}

.alert-prematch-container .btn-prematch-upgrade-now {
    color: #f59e0b;
    display: block;
    margin-left: 10px
}

#appleid-signin {
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center
}

.item-share,.report-links {
    cursor: pointer;
    margin-left: 10px
}

.box_count_down:hover {
    background: #272626;
    cursor: pointer
}

.lifetime-banner-container {
    border-radius: 8px;
    padding-bottom: 24px
}

@media (max-width: 780px) {
    .lifetime-banner-container {
        border-radius:0;
        margin-top: 24px
    }
}

.lifetime-banner {
    width: 100%
}

.lifetime-banner img {
    display: none;
    width: 100%
}

@media (min-width: 975px) {
    .lifetime-banner img.img-banner-web {
        display:block
    }
}

@media (max-width: 975px) {
    .lifetime-banner img.img-banner-mobile {
        display:block
    }
}

.popup {
    align-items: center;
    background-color: #00000099;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.popup.active {
    display: flex
}

.popup .popup-body {
    background-color: #1e293b;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    width: 464px
}

@media (max-width: 494px) {
    .popup .popup-body {
        margin:0 15px!important;
        padding: 32px 15px;
        width: 100%!important
    }
}

.popup .popup-body .container-btn-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.popup .popup-body .title {
    font-size: 24px;
    font-weight: 500
}

.popup .popup-body .content {
    max-height: calc(100vh - 160px)
}

.popup-hidden-package .popup-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.popup-hidden-package .popup-content .popup-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.popup-hidden-package .popup-content .popup-description {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 12px 0;
    text-transform: uppercase
}

.popup-hidden-package .popup-content .popup-content__description {
    display: flex;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    justify-content: center;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center
}

@media (max-width: 540px) {
    .popup-hidden-package .popup-content .popup-content__description {
        font-size:24px
    }
}

.popup-hidden-package .popup-content .popup-content__description .month-2 {
    left: 0;
    margin-left: 16px;
    position: relative;
    top: 5px
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .text-green {
    color: #18b745
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .text-red {
    color: #e34b31
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .shadow {
    border: none;
    bottom: 0;
    height: 23px;
    position: absolute;
    right: -5px;
    width: 232px
}

@media (max-width: 540px) {
    .popup-hidden-package .popup-content .popup-content__description .month-2 .shadow {
        width:150px
    }
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .green-shadown {
    background: rgba(24,183,69,.15)
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .red-shadown {
    background: #e34b31;
    opacity: .15
}

.popup-hidden-package .popup-content .btn-grap {
    background: #e34b31;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: 27px;
    margin-top: 10px;
    max-width: 215px;
    min-width: 215px;
    outline: none;
    padding: 12px 0;
    text-align: center
}

.popup-hidden-package .popup-content .line {
    background: #767676;
    height: 1px!important;
    margin: 30px 0;
    width: 75%
}

.popup-hidden-package .popup-content .count-down {
    display: flex
}

.popup-hidden-package .popup-content .count-down .item-count-down {
    margin: 15px 10px
}

.popup-hidden-package .popup-content .count-down .item-count-down .value-count-down {
    align-items: center;
    background-color: #18b745;
    border-radius: 50%;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    width: 60px
}

.popup-hidden-package .popup-content .count-down .item-count-down .title-count-down {
    margin-top: 10px;
    text-align: center
}

.btn {
    align-items: center;
    background-color: #fe8e28;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    padding: 0 15px
}

.btn[loading]:before {
    content: url(../fonts/loading-btn.svg);
    height: 21px;
    margin-right: 5px;
    width: 20px
}

.alert-message-container {
    background: #1e293b;
    border-radius: 8px;
    display: flex;
    margin-bottom: 20px;
    padding: 10px 14px
}

.alert-message-container .btn-desc {
    color: #f59e0b;
    margin-left: 14px
}

.alert-message-container .btn-action {
    color: #10b981;
    cursor: pointer;
    font-weight: 700;
    margin-left: 5px
}

.banner-container {
    border-radius: 8px
}

@media (max-width: 780px) {
    .banner-container {
        border-radius:0
    }
}

.banner-container .body-banner {
    width: 100%
}

.banner-container .body-banner img {
    display: none;
    width: 100%
}

@media (min-width: 975px) {
    .banner-container .body-banner img.img-banner-web {
        display:block
    }
}

@media (max-width: 975px) {
    .banner-container .body-banner img.img-banner-mobile {
        display:block
    }
}

.video-unmute {
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
    display: flex;
    left: 30px;
    padding: 0 12px;
    position: absolute;
    top: 30px;
    z-index: 2
}

.video-unmute-icon {
    height: 40px;
    width: 40px
}

.video-unmute-icon,.video-unmute-text {
    display: inline-block;
    vertical-align: middle
}

.video-unmute-text {
    font-size: 12px;
    font-weight: 600;
    padding-right: 6px;
    text-transform: uppercase
}

.video-unmute-text:hover {
    color: #626262
}

.video-skip {
    border-left: 1px solid #555;
    padding-left: 12px
}

.box-player-btn-fullscreen {
    bottom: 10px;
    cursor: pointer;
    height: 28px;
    opacity: .8;
    position: absolute;
    right: 12px;
    width: 28px
}

.box-player-btn-fullscreen:hover {
    opacity: 1
}

@media (max-width: 1030px) {
    .tv-channels-container {
        flex-direction:column;
        flex-direction: column-reverse
    }
}

.tv-channels-container .tv-channels-player-container {
    flex: 1;
    margin-bottom: 15px
}

.tv-channels-container .all-channels {
    margin-bottom: 25px
}

.tv-channels-container .all-channels .tv-channels-title {
    font-size: 18px;
    font-weight: 700
}

.tv-channels-container .all-channels .tv-channels-list-channel-container {
    border-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 5px;
    overflow: auto
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel {
    color: #ccc;
    padding-top: 10%;
    position: relative;
    width: 10%
}

@media (max-width: 1030px) {
    .tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel {
        padding-top:20%;
        width: 20%
    }
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel .content-item-channel {
    background-color: hsla(0,0%,100%,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 85%;
    border: 1px solid hsla(0,0%,100%,0);
    border-radius: 8px;
    cursor: pointer;
    height: calc(100% - 10px);
    left: 5px;
    position: absolute;
    top: 5px;
    width: calc(100% - 10px)
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel .content-item-channel:hover {
    background-color: rgba(249,30,78,.1);
    border-color: #f91e4e
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel .content-item-channel .item-channel-name {
    font-family: Poppins-SemiBold
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel .content-item-channel .item-channel-program-name {
    color: #888
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel.active .content-item-channel {
    background-color: rgba(249,30,78,.1);
    border-color: #f91e4e
}

.float-left,.float-right {
    position: unset;
    z-index: unset
}

ul.sub-item {
    background: #111;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 5px #fff;
    display: none;
    flex-wrap: wrap;
    list-style: none;
    margin: unset;
    padding: 15px;
    position: absolute;
    right: -75px;
    top: 45px;
    width: 500px;
    z-index: 2
}

ul.sub-item li {
    line-height: 35px;
    width: 33.33%
}

ul.sub-item li a {
    border: 1px solid #111
}

ul.sub-item li a:hover {
    border: 1px solid #555;
    color: #e4ff00
}

.item-menu {
    position: relative
}

.item-menu:hover ul.sub-item {
    display: flex
}

.movie-categories {
    border-bottom: 1px solid #334155;
    display: flex;
    flex-wrap: wrap;
    padding: 14px 16px
}

.movie-categories .movie-item-category {
    line-height: 40px;
    width: 50%
}

.movie-categories .movie-item-category a {
    color: #9e9e9e!important
}

.toggle-submenu {
    align-items: center;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px
}

.ads-box,.toggle-submenu {
    display: flex;
    justify-content: center
}

.ads-box {
    margin: 15px 0
}

.league-item {
    position: relative
}

.league-item .icon-hot {
    -webkit-animation: hot_frames .7s infinite;
    animation: hot_frames .7s infinite;
    border: 2px solid #f91e4e;
    border-radius: 5px;
    color: #f91e4e;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    position: absolute;
    right: -10px;
    top: -10px
}

@-webkit-keyframes hot_frames {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes hot_frames {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.zhibo_btn a {
    background: #FFD300;
    color: #000;
    border-radius: 18px;
    text-align: center;
    padding: 0px 18px;
    line-height: 36px;
    font-size: 16px;
    margin: 0px 5px 10px 0;
    display: inline-block;
    text-indent: 0;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.5s;
    animation: spring-animation 1s infinite alternate;
}
.zhibo_btn a:active {
  transform: scale(0.9);
}
 
@keyframes spring-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
body p{line-height:1.8}
.red{color:red}
.red a{color:red}
.pagination>li>a, .pagination>li>span{background:unset;border:0;color:#fff;border-radius:3px;margin:0 3px;}
.pagination>li:active>a{border:0;color:#fff;background-color: #fe8e28;}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000; /* Optional: background color for when video is loading */
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.mlti-vs span{font-weight:600;color:#000}

.matches-lst-tr{width:100%;}

.matches-lst-tr:after{}

.bnt_what_live a{width:100px;line-height:32px;text-align:center;background:#eaeaea;color: #000;border-radius:4px;}

.bnt_what_live a.start{background:#f6372e;color:#fff;}


