/*!
Theme Name: Doo1NW MAX
Theme URI: https://inzpi.com/
Author: INZPI
Author URI: https://inzpi.com
Description: Theme for Movie Streaming
Version: 4.2.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: doo1nw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	font-family: 'Mitr', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #f5f5f5;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0c0c10;
    position: relative;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-movie-info .modal-content {
    border-radius: 10px;
    overflow: hidden;
    background-color: #181818;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: none;
}
.modal-movie-info .modal-content .modal-trailer {
    position: relative;
}
.modal-movie-info .modal-content .modal-trailer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom, transparent 50%, #181818);
}
.modal-movie-info .modal-content .modal-trailer .trailer-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    padding: 10px;
    cursor: pointer;
}
.modal-movie-info .modal-content .modal-trailer .trailer-close button {
    font-size: 26px;
    background-color: #c91010;
    border: none;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    line-height: 0px;
    text-align: center;
    color: #fff;
}
.modal-movie-info .modal-content .modal-trailer .trailer-mute {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    padding: 10px;
    cursor: pointer;
}
.modal-movie-info .modal-content .modal-trailer .trailer-mute button {
    font-size: 12px;
    background-color: #181818;
    border: none;
    width: auto;
    height: 40px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
}
.modal-movie-info .modal-content .modal-trailer .enter {
    position: absolute;
    bottom: 40px;
    left: 30px;
    z-index: 2;
}
.modal-movie-info .modal-content .modal-trailer .logo {
    position: absolute;
    bottom: 100px;
    left: 30px;
    z-index: 2;
}
.modal-movie-info .modal-content .modal-trailer .logo img {
    width: 150px;
    height: auto;
}
.modal-movie-info .year {
    font-size: 14px;
    color: var(--primary_color);
    font-weight: 600;
}
.modal-movie-info .runtime {
    padding: 3px 6px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #474747;
    background-color: rgba(0,0,0,.6);
    border-radius: 4px;
}
.modal-movie-info .imdb {
    padding: 3px 6px;
    font-size: 12px;
    color: #d9d9d9;
    border: 1px solid #474747;
    background-color: #343a40;
    border-radius: 4px;
    display: inline;
}
.modal-movie-info .tags a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
}
.modal-movie-info .tags a:first-child {
    margin-left: 0;
}
.modal-movie-info .word {
    opacity: 0.75;
}
span.description {
    color: #c4c4c4;
    font-size: .875rem;
}
.modal-backdrop.show {
    opacity: 0.75;
}
.deepstreaming_player {
    margin-top: 5rem;
}
.synopsis {
    font-size: 14px;
    color: #ddd;
    line-height: 1.5;
}
.synopsis strong {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.meta-data .year {
    font-size: 14px;
    color: var(--primary_color);
    font-weight: 600;
}
.meta-data .runtime {
    padding: 3px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #ffffff88;
}
.meta-data .imdb {
    font-size: 14px;
    color: #f5de50;
}
.meta-data .genres a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: underline !important;
}
.meta-data .genres a:first-child {
    margin-left: 0;
}
.meta-data .tags .-badge {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background-color: #555;
}
hr {
    margin: 2rem 0;
    border-top: 1px solid #ffffff33;
}
.breadcrumb {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 1rem;
    background-color: transparent;
}
.meta-data .word {
    opacity: 0.75;
}
.play {
    position: relative;
}
.play-loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
    display: none;
}
.play-loading .loadig-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.play-loading.show {
    display: block;
}

.col-15 {
    flex: 0 0 auto;
    width: 12.5%;
}

@media (min-width: 576px) {
    .col-sm-15 {
        flex: 0 0 auto;
        width: 12.5%;
    }
    
}
@media (min-width: 768px) {
    .col-md-15 {
        flex: 0 0 auto;
        width: 12.5%;
    }
}
@media (min-width: 992px) {
    .col-lg-15 {
        flex: 0 0 auto;
        width: 12.5%;
      }
}
@media (min-width: 1200px) {
    .col-xl-15 {
        flex: 0 0 auto;
        width: 12.5%;
      }
}
@media (min-width: 1400px) {
    .col-xxl-15 {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

.ad-zone {
    display: flex;
    flex-wrap: wrap;
}
.ad-zone .item {
    flex-grow: 1;
}
.img-ad {
    width: 100%;
    min-height: unset;
}
.img-ad.fix-h {
    height: 200px;
}

.top_video_banner + .deepstreaming_player {
    margin-top: 0 !important;
}

.top_video_banner + #player-dynamic .deepstreaming_player {
    margin-top: 0 !important;
}

.btf-kosana {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-height: 200px;
}
.btf-kosana img {
    max-height: 200px;
}
.mdf-kosana {
    z-index: 9999;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 200px;
}
.mdf-kosana.left {
    left: 0;
}
.mdf-kosana.right {
    right: 0;
}
.btf-kosana .kcontainer {
    position: relative;
    display: inline-block;
}
.btf-kosana .kcontainer .kimg {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -28px;
}
.mdf-kosana .kcontainer .kimg {
    cursor: pointer;
    position: absolute;
    bottom: -28px;
    right: 50%;
    transform: translate(50%, 0%);
}
.btf-kosana .kcontainer .kclose,
.mdf-kosana .kcontainer .kclose {
    height: 26px;
    width: 26px;
}
.btf-kosana .kcontainer .imgkosana {
    width: 100%;
    max-width: 728px;
    height: auto;
    display: block;
}
.img-ad {
    min-height: unset;
}
.x-series-thumbnail-item .-item-wrap .-image-box img {
    border-radius: 10px;
}
.notplaying .-isplay {
    color: var(--primary_color);
    opacity: 0;
}
.nowplaying .-isplay {
    opacity: 1;
}
.wave-effect {
    animation: blink 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    .btf-kosana .kcontainer .kimg {
        top: -25px !important;
        right: 50% !important;
        transform: translate(100%, 0%) !important;
    }
    .mdf-kosana.left {
        transform: translate(-25%, 0%) scale(.5) !important;
    }
    .mdf-kosana.right {
        transform: translate(25%, 0%) scale(.5) !important;
    }
}

.x-menus-container .current-menu-item .nav-link:before, .x-menus-container .nav-link:hover:before {
    opacity: 1;
    visibility: visible;
}

.navbar-brand img {
    width: 100%;
    max-width: 120px;
}
.x-cover .-cover-inner-wrapper .-filter-bg {
    height: 80vh;
}
.x-cover .-cover-inner-wrapper .-cover-img {
    height: 80vh;
    object-fit: cover;   
}
@media screen and (max-width: 767px) {
    .x-cover .-cover-inner-wrapper .-filter-bg {
        height: 40vh;
    }
    .x-cover .-cover-inner-wrapper .-cover-img {
        height: 40vh;
    }
}
.-slick-card-wrapper .-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.x-card-movie .-item-inner-wrapper:before {
    backdrop-filter: blur(5px);
}
.-x-cover-img {
    height: 300px;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .-x-cover-img {
        height: 150px;
    }
}
.-item-inner-wrapper {
    position: relative;
}
.-item-inner-wrapper .post-type {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 5px 10px;
    background-image: linear-gradient(0deg, #c7c7c7 0%, #fff 100%);
    width: 40%;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: all .2s ease;
}
@media screen and (max-width: 767px) {
    .-item-inner-wrapper .post-type {
        bottom: 15px;
        width: 80%
    }
}
.-item-inner-wrapper:hover .post-type {
    background-image: linear-gradient(0deg, #be0027 0%, #ec0432 100%);
    bottom: 80px;
    color: #fff;
}
.x-item-movie .-overlay {
    background: linear-gradient(0deg, #000 30%, transparent);
}
.x-item-movie .-overlay .-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.-x-modal-banner {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.-x-sound {
    border: 1px solid #fff;
    padding: 0 5px;
    margin: 0 5px;
}
.x-card-movie .-row-wrapper .-block-content .-category a {
    margin: 0 0.3rem 0.3rem 0;
    padding: 0.1rem 0.5rem;
    color: #fff;
    background: hsla(0,0%,100%,.3);
    font-size: .875rem;
    font-weight: 300;
    border-radius: 3px;
}
.x-card-movie .-row-wrapper .-block-content .-category a:hover {
    background: hsla(0,0%,66.7%,.3);
}
.-footer-image-wrapper img {
    width: 100%;
    max-width: 200px;
}
.home-menu-item {
    text-align: center;
    margin-bottom: 2rem;
}
.home-menu-item a {
    display: block;
    text-decoration: none;
}
.home-menu-item .home-menu-image {
    width: 100%;
    max-width: 300px;
}
.home-logo {
    margin-top: 3rem;
    width: 100%;
    max-width: 300px;
}
.home-h1 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 1rem 0 2rem 0;
}
.-category-inner-container {
    flex-wrap: wrap;
}
.-category-inner-container .-title {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
    .modal-dialog {
        max-width: 100%;
        margin: 0;
        height: 100%;
    }
    .modal-movie-info .modal-content {
        border-radius: 0px;
        height: 100%;
    }
    .modal-dialog-centered {
        align-items: flex-start;
    }
}
.-info-wrapper a {
    text-decoration: underline;
    color: #b1b1b1;
    font-size: 14px;
}
.-info-wrapper a.-tag {
    padding: 0 0.5rem;
    color: #fff;
    background: hsla(0,0%,100%,.3);
    font-size: .875rem;
    font-weight: 300;
    border-radius: 3px;
    text-decoration: none;
}
.-info-wrapper .imdb {
    width: auto;
    height: 20px;
    margin-right: 10px;
}
.-info-wrapper .rating {
    font-size: 16px;
    font-weight: 600;
    color: #eede04;
    margin-right: 5px;
}
.--eps,
.--alters,
.--episodes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 125px;
    overflow: hidden;
}
.x-series-thumbnail .slick-dots {
    bottom: 0;
}



@keyframes blink {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}


.rating.--jav {
    color: deeppink;
}
.rating.--jav::before {
    content: "JAVLIBRARY ";
    font-size: 12px;
    color: deeppink;
    margin-right: 5px;
}
.screenshots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.screenshots .screen {
    width: 16.6667%;
    max-width: 300px;
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.screenshots .screen img {
    width: 100%;
    height: auto;
}
.x-series-thumbnail.--manga {
    margin-top: 5rem;
    padding: 20px;
    height: 80vh;
    overflow-y: auto;
}
.--manga .x-series-thumbnail-item .-item-wrap .-body .-title {
    white-space: normal;
}
.container.--header {
    margin-top: 5rem;
}
.manga-content {
    text-align: center;
    width: 45vw;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .manga-content {
        width: 90vw;
    }
}
.manga-content img {
    width: 100%;
    height: auto;
}
.x-series-thumbnail.--has-episode {

}
.x-series-thumbnail.--has-episode .--ep {
    width: 15%;
}
.x-series-thumbnail.--has-episode .--alter {
    width: 15%;
}
.x-series-thumbnail.--has-episode .--episode {
    width: 70%;
}
.x-series-thumbnail.--has-episode .--eps, .x-series-thumbnail.--has-episode .--alters {
    display: block;
    height: 100px;
    overflow-y: auto;
}
.x-series-thumbnail.--has-episode .--eps a, .x-series-thumbnail.--has-episode .--alters a {
    width: 100%;
    margin-bottom: 5px;
}
.x-series-thumbnail.--has-episode .--eps a.--active,
.x-series-thumbnail.--has-episode .--alters a.--active {
    animation: blink2 1s infinite;
}
@media screen and (max-width: 767px) {
    .x-series-thumbnail.--has-episode .--ep {
        width: 100%;
    }
    .x-series-thumbnail.--has-episode .--alter {
        width: 100%;
    }
    .x-series-thumbnail.--has-episode .--episode {
        width: 100%;
    }
    .x-series-thumbnail.--has-episode .--eps, .x-series-thumbnail.--has-episode .--alters {
        height: auto;
    }
    .x-series-thumbnail.--has-episode .--eps a, .x-series-thumbnail.--has-episode .--alters a {
        margin-bottom: 10px;
    }
    .x-series-thumbnail-item .-item-wrap {
        flex-direction: column;
        margin-right: 1rem;
    }
}
@keyframes blink2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.x-series-thumbnail.--has-episode .x-series-thumbnail-item .-item-wrap .-body .-title {
    white-space: normal;
}
.-x-football .league {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
}
.-x-football .league img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.-x-football .league .l-title {
    font-size: 1.5rem;
}
.-x-football .match {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2px;
    margin-top: 10px;
}
.-x-football .match .time {
	width: 15%;
	background-color: #232323;
	display: flex;
	justify-content: flex-start;
	border-radius: 15px 0 0 15px;
	border-right: 2px solid #000;
}
.-x-football .match .time .--time {
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 60px;
	line-height: 60px;
}
.-x-football .match .time .--live {
    background-color: #be0027;
	width: 50%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 60px;
	line-height: 60px;
	border-left: 2px solid #000;
}
.-x-football .match .time .--live i {
	animation: blink 2s infinite;
}
.-x-football .match .time .--end {
    background-color: #0059be;
	width: 50%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 60px;
	line-height: 60px;
	border-left: 2px solid #000;
}
.-x-football .match .--flag {
    background-color: #232323;
	width: 5%;
	text-align: center;
	text-decoration: none;
	color: #000;
	height: 60px;
	line-height: 60px;
	border-right: 2px solid #000;
}
.-x-football .match .--flag img {
	width: 20px;
	height: 20px;
}
.-x-football .match .--match {
    background-color: #232323;
	width: 75%;
	display: flex;
	justify-content: flex-start;
	border-right: 2px solid #000;
}
.-x-football .match .--match .--home {
	width: 45%;
	text-align: right;
	text-decoration: none;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-right: 1rem;
}
.-x-football .match .--match .--home img,
.-x-football .match .--match .--away img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-top: -3px;
}
.-x-football .match .--match .--home img {
	margin-left: 1rem;
}
.-x-football .match .--match .--away img {
	margin-right: 1rem;
}
.-x-football .match .--match .--vs {
	width: 10%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 60px;
	line-height: 60px;
	background-color: #111;
}
.-x-football .match .--match .--away {
	width: 45%;
	text-align: left;
	text-decoration: none;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-left: 1rem;
}
.-x-football .match .--play {
    background-color: #be0027;
	width: 10%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	height: 60px;
	line-height: 70px;
	border-radius: 0 15px 15px 0;
}
.card-live {
    background-color: transparent;
	border: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card-live .channel-item {
	width: 9.217%;
	background-color: #e6e6e6;
	border-radius: 15px;
	overflow: hidden;
	margin: 5px;
	position: relative;
}
.dark .card-live .channel-item {
	background-color: #262626;
}
.card-live .channel-item img {
	width: 100%;
	height: auto;
}
.card-live .channel-item .channel-lang {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 2px 0;
}
#player {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.match-info {
	min-height: 100px;
	width: 100%;
	border-radius: 15px;
	margin-bottom: 1rem;
	padding: 10px;
}
.match-info .match-team {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.match-info .match-team .team-home {
	width: 40%;
	display: flex;
	align-items: center;
}
.match-info .match-team .team-home img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.match-info .match-team .team-home .team-name,
.match-info .match-team .team-away .team-name {
	font-size: 18px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 10px;
	border-radius: 15px;
	letter-spacing: 2px;
}
.match-info .match-team .team-home .team-name {
	text-align: left;
}
.match-info .match-team .team-away .team-name {
	text-align: right;
}
.match-info .match-team .team-home .team-name small,
.match-info .match-team .team-away .team-name small{
	font-size: 14px;
	font-weight: 400;
	display: block;
	letter-spacing: 0px;
}
.match-info .match-team .team-away {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.match-info .match-team .team-away img {
	width: 80px;
	height: 80px;
	margin-left: 10px;
}
.match-info .match-team .team-vs {
	width: 20%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	border-radius: 15px;
}
.match-info .match-team .team-vs .score {
	font-size: 32px;
	font-weight: bold;
}
.match-info .match-team .team-vs .score-ht {
	font-size: 26px;
	font-weight: bold;
}
.match-info .match-team .team-vs .live-time .live {
	background-color: #be0027;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 12px;
}
.match-info .match-team .team-vs .live-time .time {
	background-color: #be0027;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 12px;
	animation: blink 2s infinite;
}
.tv-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.tv-info .--tv {
	width: 70%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tv-info .--tv img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.tv-info .--tv .tv-name {
	font-size: 20px;
	font-weight: 600;
}
.tv-info .--weather {
	width: 30%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.tv-info .--weather img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.tv-info .--weather .weather-temp {
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
}
.tv-info .--weather .weather-temp small,
.tv-info .--tv .tv-name small {
	font-size: 12px;
	display: block;
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
    .match-info .match-team {
		flex-direction: column;
	}
	.match-info .match-team .team-home,
	.match-info .match-team .team-away,
	.match-info .match-team .team-vs {
		width: 100%;
	}
	.match-info .match-team .team-vs {
		margin: 10px 0;
	}
	.match-info .match-team .team-home img,
	.match-info .match-team .team-away img {
		margin: 0;
	}
	.match-info .match-team .team-home .team-name {
		width: 100%;
		order: 2;
	}
	.match-info .match-team .team-away .team-name {
		width: 100%;
		order: 1;
		text-align: left;
	}
    .card-live .channel-item {
		width: 22.114%;
	}
    .-x-football .match {
		display: block;
	}
	.-x-football .match .time {
		width: 100%;
		border-radius: 15px 15px 0 0;
		border-right: none;
		border-bottom: none;
	}
	.-x-football .match .time .--time,
	.-x-football .match .time .--live {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.-x-football .match .--flag {
		display: none;
	}
	.-x-football .match .--match {
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
	}
	.-x-football .match .--match .--home img, .-x-football .match .--match .--away img {
		width: 20px;
		height: 20px;
	}
	.-x-football .match .--match .--home,
	.-x-football .match .--match .--away,
	.-x-football .match .--match .--vs {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.-x-football .match .--play {
		width: 100%;
		border-radius: 0 0 15px 15px;
	}
	.-x-football .match .--play {
		height: 30px;
		line-height: 30px;
	}
	.-x-football .match .--play i {
		font-size: 16px;
	}
}
.mt-10 {
    margin-top: 6rem;
}