.matches-league:hover {
	text-decoration: underline;
	color: #afbdff;
}
.matches-league:visited {
	text-decoration: underline;
	color: #afbdff;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	justify-content: center;
	align-items: center;
	background-color: #002e6c !important;
	font-color: white;
}


@media only screen and (max-width: 420px)and (min-width: 280px) {
	.swiper {
		width: 80% !important;
	}

}
@media only screen and (min-width: 640px) {
	.swiper {
		width: 80%;
	}

}
@media only screen and (min-width: 1280px) {
	.swiper {
		width: 90% !important;
	}

}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
	.swiper {
		width: 95% !important;
	}

    .matches-teams-item {
	    padding: 0 15px;
	    width: 25% !important;
	    display: inline-block;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    font-size: 14px;
	    font-weight: 700;
	    position: relative;
	    top: -3%;
    }

}
.swiper {
	height: 100px;
	background-color: #002e6c !important;
	width: 95%;
}

.matches-league {
	padding-top: 2%;
	padding-bottom: 2%;
	display: block;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #afbdff;
}
.matches-teams-item {
	padding: 0 15px;
	width: 30%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	top: -3%;
}

.matches-teams-item:nth-of-type(odd) {
	padding-right: 25px;
	text-align: right;
}

.matches-teams-item:nth-of-type(even) {
	padding-left: 25px;
	text-align: left;
}
.matches-time {
	font-size: 12px;
	text-align: center;
	color: #afbdff;
	font-weight: 700;
	position: relative;
	top: -10px;
}

.matches-teams:hover {
	content: '';
	opacity: 1;
}

.matches-teams:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(58, 73, 142, 0.22)), color-stop(#5e73d8), to(rgba(58, 73, 142, 0.22)));
	background-image: linear-gradient(to right, rgba(58, 73, 142, 0.22), #5e73d8, rgba(58, 73, 142, 0.22));
	opacity: 0.6;
	-webkit-transition: var(--transition-second);
	transition: var(--transition-second);
	z-index: -1;
	pointer-events: none;
}

.matches-teams {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-transition: var(--transition-second);
	transition: var(--transition-second);
	z-index: 1;
}

.matches-teams._Soccer:after {
	background-image: url('https://txt-1-51.cloudswiftcdn.net/img/sportIcon/sport-icon-Soccer.svg?v=20210520');
	z-index: 1;
	padding-left: 7%;
}
.matches-teams._Basketball:after {
	background-image: url('https://txt-1-51.cloudswiftcdn.net/img/sportIcon/sport-icon-Basketball.svg?v=20210520');
	z-index: 1;
	padding-left: 7%;
}


.matches-teams._Football:after{
	background-image: url('https://txt-1-51.cloudswiftcdn.net/img/sportIcon/sport-icon-Football.svg?v=20210520');
	z-index: 1;
	padding-left: 7%;
}

.matches-teams:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: -10px;
	left: 43%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.matches-teams:hover {
	color: #fff;
}
.matches-teams:visited {
	color: #fff;
}
.matches-wrapper {
	position: relative;
	background-color: #002e6c !important;
	color: #afbdff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
	backround-color: #199ae2;
	z-index: 10;
}
.matches-wrapper .swiper-button-next:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: -1;
}

.matches-wrapper .swiper-button-prev:before {
  content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--main-color);
    border-radius: 50%;
    z-index: -1;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.matches-wrapper .swiper-button-next:after,
.matches-wrapper .swiper-button-prev:after {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

#lc-popup{
	z-index: 9;
}