@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");

body {
	font-family: 'Roboto', "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
    background: transparent;
    font-weight: 500;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: 0
}
.widget-header {
    padding: 10px;
    min-width: 300px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.widget-header .title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	display: flex;
    align-items: center;
}
.widget-header a .btn-more {
    background-color: #D9D9D9;
    border-radius: 30px;
    padding: 5px 10px;
    color: #030303;
    text-align: center;
    font-size: 12px;
}
.widget-header a .btn-more:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
}
.widget-content {
    min-width: 300px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height:calc( 100vh - 51px );
    overflow-y: auto;
}
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #6363637c;
}
.widget-content::-webkit-scrollbar {
    width: 4px;
}
.widget-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.widget-content::-webkit-scrollbar-thumb {
    background: #6363637c;
}

/* live streaming */
.streaming-single {
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    background-color: #303030;
    background-size: cover;
    padding: .8rem;
    margin: 8px;
    position: relative;    
}
.streaming-overlay {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/streaming-overlay-small.png);
    background-size: cover;
}
.streaming-single:first-child {
    margin-top: 0;
}
.streaming-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.streaming-team {
    align-items: center;
    width: 33.33%;
}
.streaming-logo {
    max-width: 46px;
    margin: 0 auto;
}
.streaming-team-name {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    overflow-wrap: break-word;
    margin-top: .5rem;
    line-height: normal;
    font-weight: 400;
}
.streaming-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 33.33%;
}
.streaming-play a {
    color: #F9D040;
    font-size: 30px;
}
.streaming-date {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #242424;
    border: 1px solid #505050;
    padding: 1px 2px;
    font-size: 12px;
    color: #fff;
    margin: 0 auto 4px;
    width: 102px;
}
.streaming-score {
    background-color: #191919;
    color: #F9D040;
    font-weight: bold;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 4px;
    width: 64px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .streaming-single {
        display: flex;
    }
}
@media (min-width: 768px) {
    .streaming-overlay {
        background-image: url(../img/streaming-overlay-medium.png);
    }
    .streaming-wrap {
        position: unset;
    }
    .streaming-team {
        display: flex;
        flex-direction: row;
        font-size: 14px;
        width: calc((100%-165px)/2);
    }
    .streaming-team:first-child .streaming-logo {
        order: 2;
        margin: 0 0 0 1rem;
    }
    .streaming-team:first-child .streaming-team-name {
        text-align: right ;
    }
    .streaming-team-name.left  {
        text-align: left;
    }
    .streaming-team-name {
        width: 150px;
    }
    .streaming-info {
        width: 165px;
        margin: 0 1rem;
    }
    .streaming-score {
        padding: 4px 3px;
        width: 71px;
    }
    .streaming-play a {
        font-size: 34px;
        position: absolute;
        right: 2rem;
        top: 17px;
    }
}
@media (min-width: 1200px) {
    .streaming-single {
        padding: .5rem 1rem;
    }
    .streaming-overlay {
        background-image: url(../img/streaming-overlay-large.png);
    }
    .streaming-wrap {
        max-width: 768px;
    }
    .streaming-play a {
        top: 12px;
    }
    .streaming-info {
        width: 200px;
    }
}

/* soccer highlight */
.highlight-wrap {
    overflow-y: hidden;
    height: 100vh;
}
.highlight-content {
    min-width: 300px;
    max-width: 1280px;
    margin: 0 auto;
    height: 100vh;
    overflow-y: auto;
}
.highlight-single {
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 8px;
    color: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 70%);
    cursor: pointer;
    background-color: #303030;
}
.highlight-single:first-child {
    margin-top: 0;
}
.highlight-video {
    position: relative;
}
.highlight-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 60px;
    text-align: center;
    text-shadow: 0 0 15px rgb(0 0 0 / 70%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.highlight-play a {
    color: #FFFFFF;
}
.highlight-league {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    border-bottom: 1px solid #69696975;
}
.highlight-icon {
    width: 20px;
    margin-right: .5rem;
}
.highlight-league-name {
    font-weight: 400;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.highlight-match-info {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    border-top: 1px solid #353535;
}
.highlight-info-left {
    flex-grow: 1;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.highlight-team-info {
    display: flex;
    align-content: center;
}
.highlight-score {
    color: #F9D040;
    margin: 0 5px;
}
.highlight-date {
    font-size: 11px;
    color: #BABABA;
    font-weight: 400;
}
.highlight-info-right {
    display: flex;
    align-items: center;
    font-size: 13px;
}
.highlight-right-label {
    background-color: #636363;
    padding: 8px 12px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.highlight-right-score {
    background-color: #000000;
    padding: 8px 12px;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.highlight-big .highlight-info-left {
    width: calc(100% - 93px);
    margin-right: .5rem;
}
.highlight-big .highlight-info-right {
    width: 93px;
}
.highlight-more {
    min-width: 300px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: calc( 100vh - 390px );
    overflow-y: auto;
}
.highlight-more .highlight-single {
    display: flex;
    align-items: center;
    margin-top: 0;
    overflow: hidden;
}
.highlight-more .highlight-video, .highlight-more .highlight-bottom {
    width: 50%;
}
.highlight-more .highlight-league {
    padding: .3rem .5rem;
}
.highlight-more .highlight-match-info {
    display: block;
    padding: .3rem .5rem .5rem;
}
.highlight-more .highlight-date {
    margin-bottom: .3rem;
}
.highlight-more .highlight-right-label, .highlight-more .highlight-right-score {
    padding: .2rem .8rem;
}

@media (min-width: 576px) {
    .highlight-more .highlight-video {
        width: 30%;
    }
    .highlight-more .highlight-bottom {
        width: calc( 100% - 30% );
    }
    .highlight-more .highlight-match-info {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .highlight-wrap {
        overflow-y: auto;
        height: inherit;
    }
    .highlight-content {
        position: relative;
        height: calc( 100vh - 51px );
        overflow-y: auto;
    }
    .highlight-more {
        height: initial;
        overflow-y: unset;
    }
    .highlight-more .highlight-single {
        align-items: flex-start;
    }
    .highlight-more .highlight-league {
        padding: 6px 14px;
    }
    .highlight-more .highlight-match-info {
        padding: 12px 18px;
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .highlight-big .highlight-info-left {
        width: calc(100% - 130px);
    }
    .highlight-big .highlight-info-right {
        width: 130px;
    }
    .highlight-more {
        overflow-x: auto;
        white-space: nowrap;
    }
    .highlight-more .highlight-single {
        display: inline-block;
        margin-right: 0;
        padding-top: 38px;
        position: relative;
        max-width: 300px;
        overflow: hidden;
    }
    .highlight-more .highlight-single:last-child {
        margin-right: 8px;
    }
    .highlight-play {
        font-size: 110px;
    }
    .highlight-league-name {
        font-size: 14px;
    }
    .highlight-more .highlight-video, .highlight-more .highlight-bottom {
        width: 100%;
    }
    .highlight-more .highlight-match-info {
        padding: 9px 6px;
        border-top: 0;
    }
    .highlight-team-info {
        font-size: 18px;
    }
    .highlight-date {
        font-size: 14px;
    }
    .highlight-info-right {
        font-size: 17px;
    }
    .highlight-right-label {
        padding: 4px 16px;
    }
    .highlight-right-score {
        padding: 4px 19px;
    }
    .highlight-more .highlight-league {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 38px;
        border-bottom: 0;
        padding: 6px 9px;
    }
    .highlight-more .highlight-team-info {
        font-size: 16px;
    }
    .highlight-more .highlight-date {
        font-size: 11px;
        margin-bottom: 0;
    }
    .highlight-more .highlight-info-right {
        font-size: 14px;
    }
    .highlight-more .highlight-right-label, .highlight-more .highlight-right-score {
        padding: 2px 12px;
    }
}
@media (min-width: 1200px) {
    .highlight-wrap .widget-header {
        max-width: 1238px;
    }
    .highlight-content {
        display: flex;
        max-width: 1238px;
        overflow: hidden;
    }
    .highlight-big .highlight-single {
        width: 900px;
    }
    .highlight-more {
        overflow-y: auto;
        overflow-x: unset;
        white-space: unset;
        height: 614px;
    }
    .highlight-more .highlight-single {
        margin-bottom: 0;
    }
    .scrollbar {
        overflow-x: hidden;
        overflow-y: overlay;
    }
    .scrollbar::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    .scrollbar::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .scrollbar::-webkit-scrollbar-thumb {
        background: #6363637c;
    }
    .scrollbar:hover::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
}
@media (orientation: landscape) and (max-height:350px) { 

    .highlight-wrap {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .highlight-content {
        overflow-y: hidden;
        display: flex;
        min-width: 992px;
    }
    .highlight-big {
        width: 45%;
    }
    .highlight-big .highlight-video {
        background-color: #000;
    }
    .highlight-big .highlight-video-live {
        width: 338px;
        margin: 0 auto;
    }
    .highlight-big .highlight-play {
        font-size: 50px;
    }
    .highlight-big .highlight-league {
        display: none;
    }
    .highlight-big .highlight-match-info {
        padding: 9px 18px;
    }
    .highlight-big .highlight-team-info {
        font-size: 16px;
    }
    .highlight-big .highlight-date {
        font-size: 11px;
    }
    .highlight-more {
        width: calc( 100% - 45% );
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .highlight-more .highlight-video {
        width: 100%;
    }
    .highlight-big .highlight-single {
        width: 97%;
    }
    .highlight-more .highlight-single {
        display: inline-block;
    }
    .highlight-more .scrollbar {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .highlight-more .scrollbar::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    .highlight-more .scrollbar::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .highlight-more .scrollbar::-webkit-scrollbar-thumb {
        background: #6363637c;
    }
    .highlight-more .scrollbar:hover::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
}
.swiper-container.highlight .swiper-wrapper .swiper-slide {
    min-width: 300px;
}
@media (orientation: portrait) and (max-width: 991px) {
    .swiper-container.highlight .swiper-wrapper {
        display: block;
        transform: none !important;
    }
    .swiper-container.highlight .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
    .swiper-container.highlight>.swiper-pagination-bullets {
        display: none;
    }
}
@media (orientation: portrait) and (min-width: 992px) and (max-width: 1199px) { 
    .swiper-container.highlight .swiper-wrapper {
        display: flex;
    } 
}
@media (orientation: landscape) and (min-width: 992px) {
    .swiper-container.highlight .swiper-wrapper .swiper-slide {
        flex-shrink: inherit;
    }
}
@media (orientation: landscape) and (min-height:250px) { 
    .highlight-more {
        overflow: hidden;
    }  
}
@media (orientation: landscape) and (max-width: 991px) {
    .swiper-container.highlight .swiper-wrapper {
        display: block;
    }
    .swiper-container.highlight .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
}
@media (orientation: landscape) and (min-height: 351px) and (max-width: 991px) {
    .highlight-wrap {
        overflow-y: hidden;
    }
    .highlight-more {
        overflow-y: unset;
        height: initial !important;
    }
    .highlight-more .highlight-single {
        align-items: flex-start;
    }
    .swiper-container.highlight .swiper-wrapper {
        display: initial;
    }
    .swiper-container.highlight .swiper-wrapper .swiper-slide {
        width: initial !important;
        min-width: inherit;
    }
}
@media (min-width: 1200px) and (min-height: 351px) {
    .swiper-container.highlight .swiper-wrapper {
        display: block;
        transform: none !important;
        margin-right: 8px;
    }
    .swiper-container.highlight .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
    .highlight-more {
        overflow-y: auto;
        margin: 0;
    }
    .swiper-container.highlight .swiper-wrapper .swiper-slide .highlight-single {
        height: inherit;
        max-height: inherit;
    }
    .highlight-more .highlight-single, .highlight-more .highlight-single:last-child {
        margin-right: 0;
    }
}
@media (orientation: landscape) and (max-height: 350px) and (min-width: 576px) {
    .swiper-container.highlight .swiper-wrapper {
        display: flex;
    }
    .highlight-more {
        min-height: 300px;
    }
    .highlight-more .highlight-video, .highlight-more .highlight-bottom {
        width: 100%;
    }
    .highlight-more .highlight-match-info {
        display: flex;
    }
    .highlight-more .highlight-single {
        height: 249px;
    }
}

/* upcoming matches */
.upcoming-content {
    min-width: 300px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: calc( 100vh - 48px );
    overflow-y: auto;
}
.upcoming-content::-webkit-scrollbar {
    width: 4px;
}
.upcoming-content::-webkit-scrollbar-track {
    background:#f1f1f1;
    border-radius: 0;
}
.upcoming-content::-webkit-scrollbar-thumb {
    background-color: #6363637c ;
    border-radius: 0;
}
.upcoming-wrap {
    overflow-y: hidden;
    height: 100vh;
}
.upcoming-wrap .widget-header {
    max-width: 1280px;
}
.matches-wrap {
    padding: 0 10px 20px 10px;
}
.matches-wrap:last-child {
    margin-bottom: 0px;
}
.matches-wrap .match {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #6363637c;
    background-image: url('../img/match-bg.png');
    background-size: cover;
    color:#fff;
    padding: 10px 10px 15px 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
    min-height: 200px;
}
.matches-wrap .overlap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.98) 0%, rgba(23,23,23,0.98) 1%, rgba(28,28,28,0.98) 2%, rgba(44,44,44,0.77) 18%, rgba(48,48,48,0.73) 21%, rgba(49,49,49,0.7) 22%, rgba(47,47,47,0.67) 23%, rgba(49,49,49,0.6) 25%, rgba(47,47,47,0.53) 27%, rgba(49,49,49,0.5) 28%, rgba(49,49,49,0.47) 29%, rgba(47,47,47,0.44) 30%, rgba(49,49,49,0.41) 31%, rgba(47,47,47,0.38) 32%, rgba(50,50,50,0.35) 33%, rgba(46,46,46,0.32) 34%, rgba(46,46,46,0.28) 35%, rgba(50,50,50,0.25) 36%, rgba(47,47,47,0.21) 37%, rgba(46,46,46,0.18) 38%, rgba(45,45,45,0.14) 39%, rgba(44,44,44,0.11) 40%, rgba(51,51,51,0.07) 41%, rgba(42,42,42,0.04) 42%, rgba(0,0,0,0) 43%, rgba(0,0,0,0) 68%, rgba(51,51,51,0.03) 69%, rgba(51,51,51,0.06) 70%, rgba(49,49,49,0.09) 71%, rgba(49,49,49,0.12) 72%, rgba(50,50,50,0.15) 73%, rgba(49,49,49,0.18) 74%, rgba(49,49,49,0.21) 75%, rgba(46,46,46,0.24) 76%, rgba(49,49,49,0.27) 77%, rgba(47,47,47,0.3) 78%, rgba(49,49,49,0.33) 79%, rgba(47,47,47,0.36) 80%, rgba(49,49,49,0.39) 81%, rgba(47,47,47,0.42) 82%, rgba(47,47,47,0.45) 83%, rgba(47,47,47,0.48) 84%, rgba(49,49,49,0.51) 85%, rgba(47,47,47,0.54) 86%, rgba(49,49,49,0.57) 87%, rgba(49,49,49,0.6) 88%, rgba(49,49,49,0.85) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.98) 0%,rgba(23,23,23,0.98) 1%,rgba(28,28,28,0.98) 2%,rgba(44,44,44,0.77) 18%,rgba(48,48,48,0.73) 21%,rgba(49,49,49,0.7) 22%,rgba(47,47,47,0.67) 23%,rgba(49,49,49,0.6) 25%,rgba(47,47,47,0.53) 27%,rgba(49,49,49,0.5) 28%,rgba(49,49,49,0.47) 29%,rgba(47,47,47,0.44) 30%,rgba(49,49,49,0.41) 31%,rgba(47,47,47,0.38) 32%,rgba(50,50,50,0.35) 33%,rgba(46,46,46,0.32) 34%,rgba(46,46,46,0.28) 35%,rgba(50,50,50,0.25) 36%,rgba(47,47,47,0.21) 37%,rgba(46,46,46,0.18) 38%,rgba(45,45,45,0.14) 39%,rgba(44,44,44,0.11) 40%,rgba(51,51,51,0.07) 41%,rgba(42,42,42,0.04) 42%,rgba(0,0,0,0) 43%,rgba(0,0,0,0) 68%,rgba(51,51,51,0.03) 69%,rgba(51,51,51,0.06) 70%,rgba(49,49,49,0.09) 71%,rgba(49,49,49,0.12) 72%,rgba(50,50,50,0.15) 73%,rgba(49,49,49,0.18) 74%,rgba(49,49,49,0.21) 75%,rgba(46,46,46,0.24) 76%,rgba(49,49,49,0.27) 77%,rgba(47,47,47,0.3) 78%,rgba(49,49,49,0.33) 79%,rgba(47,47,47,0.36) 80%,rgba(49,49,49,0.39) 81%,rgba(47,47,47,0.42) 82%,rgba(47,47,47,0.45) 83%,rgba(47,47,47,0.48) 84%,rgba(49,49,49,0.51) 85%,rgba(47,47,47,0.54) 86%,rgba(49,49,49,0.57) 87%,rgba(49,49,49,0.6) 88%,rgba(49,49,49,0.85) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.98) 0%,rgba(23,23,23,0.98) 1%,rgba(28,28,28,0.98) 2%,rgba(44,44,44,0.77) 18%,rgba(48,48,48,0.73) 21%,rgba(49,49,49,0.7) 22%,rgba(47,47,47,0.67) 23%,rgba(49,49,49,0.6) 25%,rgba(47,47,47,0.53) 27%,rgba(49,49,49,0.5) 28%,rgba(49,49,49,0.47) 29%,rgba(47,47,47,0.44) 30%,rgba(49,49,49,0.41) 31%,rgba(47,47,47,0.38) 32%,rgba(50,50,50,0.35) 33%,rgba(46,46,46,0.32) 34%,rgba(46,46,46,0.28) 35%,rgba(50,50,50,0.25) 36%,rgba(47,47,47,0.21) 37%,rgba(46,46,46,0.18) 38%,rgba(45,45,45,0.14) 39%,rgba(44,44,44,0.11) 40%,rgba(51,51,51,0.07) 41%,rgba(42,42,42,0.04) 42%,rgba(0,0,0,0) 43%,rgba(0,0,0,0) 68%,rgba(51,51,51,0.03) 69%,rgba(51,51,51,0.06) 70%,rgba(49,49,49,0.09) 71%,rgba(49,49,49,0.12) 72%,rgba(50,50,50,0.15) 73%,rgba(49,49,49,0.18) 74%,rgba(49,49,49,0.21) 75%,rgba(46,46,46,0.24) 76%,rgba(49,49,49,0.27) 77%,rgba(47,47,47,0.3) 78%,rgba(49,49,49,0.33) 79%,rgba(47,47,47,0.36) 80%,rgba(49,49,49,0.39) 81%,rgba(47,47,47,0.42) 82%,rgba(47,47,47,0.45) 83%,rgba(47,47,47,0.48) 84%,rgba(49,49,49,0.51) 85%,rgba(47,47,47,0.54) 86%,rgba(49,49,49,0.57) 87%,rgba(49,49,49,0.6) 88%,rgba(49,49,49,0.85) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa000000', endColorstr='#d9313131',GradientType=0 ); /* IE6-9 */
}
.matches-wrap .match-info-wapper {
    position: relative;
    z-index: 1;
    height: 100%;
    font-size: 12px;
}
.matches-wrap .match-info-wapper .match-info {
    position: relative;
    z-index: 1;
    margin: 7px auto;
    max-width: 480px;
}
.matches-wrap .match-info-wapper .league {
    line-height: normal;
}
.matches-wrap .match-info-wapper .league .sport-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.matches-wrap .match-info-wapper .date-time {
    border-radius: 30px;
    background-color: #191919;
    border: 1px #505050 solid;
    padding: 3px 10px;
    font-size: 11px;
    line-height: normal;
    text-align: center;
}
.matches-wrap .match-info-wapper .vs-wrapper {
    width: 50px;
    margin: 0 auto;
}
.matches-wrap .match-info-wapper .vs {
    background-color: rgba(11,28,54,.7);
    position: relative;
    width: 100%;
    padding-bottom: calc( 100% - 2px );
    border-radius: 100%;
    border: 1px rgba(255,255,255,.5) solid;
}
.matches-wrap .match-info-wapper .vs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;  
    color: #fff;  
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.matches-wrap .match-info-wapper .team {
    text-align: center;
    width: 33.33%;
}
.matches-wrap .match-info-wapper .center-info {
    width: 33.33%;
}
.matches-wrap .match-info-wapper .team-logo-wrapper {
    max-width: 120px;
    width: 60%;
    margin: 0 auto;
}
.matches-wrap .match-info-wapper .team-logo {
    background-color: rgba(255,255,255,0.5);
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 100%;
    margin: 0 auto;
}
.matches-wrap .match-info-wapper .team-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: calc( 100% - 20px );
}
.matches-wrap .match-info-wapper .team-name {
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    margin-top: 7px;
    overflow-wrap: break-word;
}
.matches-wrap .match-info-wapper .match-footer {
    margin: 0.5rem auto;
    max-width: 480px;
}
.matches-wrap .match-info-wapper .match-footer .odds-wrapper {
    width: 25%;
    text-align: center;
    margin: 0 auto;
    padding: 0 8px;
}
@media (max-width: 400px) {
    .matches-wrap .match-info-wapper .match-footer .odds-wrapper {
        padding: 0 5px;
    }
}
@media (min-width: 992px) {
    .matches-wrap .match-info-wapper .match-footer .odds-wrapper {
        padding: 0 12px;
    }
}
.matches-wrap .match-info-wapper .match-footer .odds-wrapper .odds {
    background-color: #031423e3;
    text-align: center;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    max-width: 100px;
    color: #f0c103;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ball-value {
    color: #fff;
    font-weight: 100;
    background-color: rgba(255,255,255,0.3);
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 1px 2px;
    font-size: 11px;
}
.odds-value {
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.matches-wrap .match-info-wapper .match-footer .btn-bet-wrapper {
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.matches-wrap .match-info-wapper .match-footer .btn-bet {
    text-align: center;
    background: rgb(217,168,0);
    background: -moz-linear-gradient(0deg, rgba(217,168,0,1) 0%, rgba(255,213,68,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(217,168,0,1) 0%, rgba(255,213,68,1) 100%);
    background: linear-gradient(0deg, rgba(217,168,0,1) 0%, rgba(255,213,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9a800",endColorstr="#ffd544",GradientType=1); 
    color:#000;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
    max-width: 150px;
}
.matches-wrap .match-info-wapper .match-footer .btn-bet a {
    color: #000;
}
.upcoming-match>.swiper-pagination-bullets {
    bottom: 0px;
}
.swiper-pagination-bullet-active {
    background: rgba(255,213,68,1);
}
@media (orientation: portrait) {
    .upcoming-match .swiper-wrapper {
        display: block;
        transform: none !important;
    }
    .upcoming-match .swiper-wrapper .matches-wrap {
        width: 100% !important;
    }
    .upcoming-match>.swiper-pagination-bullets {
        display: none;
    }
    .matches-wrap {
        padding:0 10px 10px 10px;
    }
}
@media (orientation: landscape) and (min-height:250px) { 
    .upcoming-content {
        overflow: hidden;
    }  
    .upcoming-match .swiper-wrapper {
        display: flex;
    }   
}
@media (orientation: landscape) and (min-height:400px) { 
    .matches-wrap .match {
        height: 80vh;
        max-height: 350px;
    }
    .matches-wrap .match-info-wapper .match-info {
        height: 60vh;
        max-height: 220px;
    }
    .matches-wrap .match-info-wapper .team {
        width: 50%;
    }
    .matches-wrap .match-info-wapper .vs-wrapper {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,-10%);
    }
}

.hl-video-top {
    height: 200px;
    background: #000000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hl-video-top #video-part {
    height: 100%;
}
.hl-video-top #video-part video {
    height: 100%;
}
.live-video {
    background-image: url(../img/soccer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    -webkit-box-shadow: inset 0 7px 5px -5px rgb(0 0 0), inset 0 -7px 5px -5px rgb(0 0 0);
    box-shadow: inset 0 7px 5px -5px rgb(0 0 0), inset 0 -7px 5px -5px rgb(0 0 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}
.live-video .play-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 43px;
    background-image: url(../img/play_icon.svg);
    cursor: pointer;
}
.live-video .inner-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.live-video .inner-logo .inner-logo-team {
    width: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-video .inner-logo .inner-logo-team img {
    width: 60px;
}
.live-video .inner-logo span {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    font-size: 16px;
    text-align: center;
    margin: 0;
}
.live-video .inner-match {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.live-video .inner-match .inner-event {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    overflow: hidden;
}
.hl-label {
    color: #b53f39;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 2px;
}
.live-video .inner-match .inner-event .hl-label {
    color: #F9D040;
    white-space: nowrap;
    margin-bottom: 5px;
}
.live-video .inner-match .inner-event .hl-label.small {
    color: #ffffffcc;
}
.hl-team-name {
    font-weight: 500;
}
.live-video .inner-match .hl-team-name {
    width: calc(50% - 50px);
    line-height: 1;
    overflow: hidden;
    border-collapse: collapse;
    text-align: right;
    flex-grow: 1;
    margin: 15px 10px;
}

.hl-video-top.small {
    height: 112px;
    width: 50%;
}
.hl-video-top.small .live-video .inner-logo .inner-logo-team {
    width: 36px;
}
.hl-video-top.small .live-video .inner-logo .inner-logo-team img {
    height: 36px;
    width: initial;
}
.hl-video-top.small .live-video .inner-match .hl-team-name {
    font-size: 11px;
    font-weight: normal;
    overflow-wrap: break-word;
    margin: 4px;
}
.hl-video-top.small .live-video .play-btn {
    display: none;
}
.hl-video-top.small .live-video .inner-match .inner-event {
    max-width: 36px;
    min-width: 36px;
    font-size: 11px;
}
@media (max-width: 320px) {
    .hl-video-top {
        height: 170px;
    }
}
@media (min-width: 576px) {
    .hl-video-top {
        height: 315px;
    }
}
@media (min-width: 768px) {
    .hl-video-top {
        height: 420px;
    }
    .live-video {
        font-size: 24px;
    }
    .live-video .inner-logo .inner-logo-team {
        width: 120px;
    }
    .live-video .inner-logo .inner-logo-team img {
        width: 120px;
    }
    .live-video .inner-logo span {
        width: 160px;
        min-width: 160px;
        max-width: 160px;
        font-size: 40px;
    }    
    .live-video .inner-match .hl-team-name {
        width: calc(50% - 50px);
        margin: 15px 10px;
    }
    .live-video .inner-match .inner-event {
        width: 140px;
        min-width: 140px;
        max-width: 140px;
    }
    .hl-label {
        font-size: 18px;
    }
    .live-video .inner-match .inner-event .hl-label {
        font-size: 28px;
    }
    .live-video .inner-match .inner-event .hl-label.small {
        font-size: 18px;
    }
    .hl-video-top.small {
        width: 33%;
        height: 115px;
    }
    .hl-video-top.small .live-video .inner-logo span {
        font-size: 1rem;
        width: 50px;
        min-width: 50px;
        max-width: 50px;
    }
    .hl-video-top.small .live-video .inner-match .hl-team-name {
        font-size: 12px;
        margin: 6px 12px;
    }
    .hl-video-top.small .live-video .inner-match .inner-event .hl-label {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .hl-video-top {
        height: 567px;
    }
    .hl-video-top.small {
        width: inherit;
        height: 145px;
    }
    .hl-video-top.small .live-video .inner-logo .inner-logo-team {
        width: 50px;
    }
    .hl-video-top.small .live-video .inner-logo .inner-logo-team img {
        height: 50px;
    }
    .hl-video-top.small .live-video .inner-match .hl-team-name {
        font-size: 14px;
    }
    .hl-video-top.small .live-video .inner-match .inner-event {
        max-width: 50px;
        min-width: 50px;
        font-size: 14px;
    }
    .hl-video-top.small .live-video .inner-logo span {
        width: 70px;
        min-width: 70px;
        max-width: 70px;
    }
}
@media (min-width: 1200px) {
    .hl-video-top {
        height: 507px;
    }
    .live-video {
        justify-content: flex-end;
    }
    .live-video .inner-match {
        height: 200px;
    }
    .hl-video-top.small {
        width: inherit;
        height: 153px;
    }
    .hl-video-top.small .live-video {
        justify-content: center;
    }
    .hl-video-top.small .live-video .inner-match {
        height: initial;
    }
}

@media (min-width: 992px) {
    .highlight-more .highlight-single {
        max-width: 285px;
        min-width: 285px;
    }
    .highlight-more .highlight-right-label, .highlight-more .highlight-right-score {
        padding: 2px 11px;
    }
    .highlight-more .highlight-info-left {
        width: calc(100% - 93px);
        margin-right: .5rem;
    }
    .highlight-more .highlight-info-right {
        width: 93px;
    }    
}
@media (min-width: 1200px) {
    .highlight-more .highlight-single {
        max-width: 300px;
        width: 300px;
    }
}
@media (orientation: landscape) and (max-height: 350px) and (min-width: 576px) {
    .hl-video-top {
        height: 190px;
    }
    .highlight-more .highlight-single {
        max-width: 285px;
    }
    .live-video {
        justify-content: end;
        padding-top: 1rem;
    }
    .live-video .inner-logo .inner-logo-team img {
        width: 80px;
    }
    .hl-video-top.small {
        width: 100%;
        height: 152px;
    }
    .highlight-more .highlight-league {
        position: absolute;
        top: 0px;
        max-width: 277px;
    }   
    .highlight-more .highlight-single {
        padding-top: 38px;
    }
    .hl-video-top.small .live-video {
       padding-top: 2rem;
    }
    .swiper-container.highlight .swiper-wrapper .swiper-slide {
        max-width: 285px;
    }
}

/* no matches */
.widget-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
    background-color: #303030;
    padding: 20px 0;
    margin: 0 8px;
    color: #fff;
    font-size: 14px;
}
.icon-alert {
    font-size: 1.5rem;
    color: #F9D040;
}
.empty-text {
    font-weight: 400;
}