
a:hover, a:link, a:visited {
	text-decoration: none;
	/* color: inherit */
}
/* Match Details */
.match-detail-custom, .match-detail-bet-now {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.match-detail-logo img {
	width: 100%;
	max-width: 60px;
}

.match-detail-bet-now {
	flex-direction: column;
	justify-content: end;
}

.match-detail-rate, .versus-box {
	margin-top: 0.4rem;
}
.upcoming-title{
	color: #000;
}
@media(max-width: 380px) {
	.match-detail-team-a {
		padding-left: .25rem;
	}

	.match-detail-team-b {
		padding-right: .25rem;
	}

	/* .match-detail-team-a .match-details span, .match-detail-team-b .match-details span {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-word;
		display: block;
	} */

	.main-game-title {
		font-size: .7rem;
	}

	.main-logo-wrap a.logo img {
		max-width: 215px;
	}
}

@media(max-width: 350px) {
	.main-game-title {
		font-size: .75rem;
	}

	.main-logo-wrap a.logo img {
		max-width: 180px;
	}
}
/* Match Details New */
.upcoming-section-wrapper {
	width: 100%;
	color: #ffffff;
}

.upcoming-section {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.upcoming-indicator {
	display: flex;
    height: 100%;
    position: relative;
	max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
}

.upcoming-indicator .swiper-pagination {
	position: relative;
	z-index: unset;
	text-align: right;
	bottom: 0px!important;
}

.upcoming-wrapper {
	display: flex;
	flex-direction: column;
	background-image: url('../../images/best8/upcoming/upcoming_bg.png');
	background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 8px;
    border-radius: 6px;
}

.team-wrapper {
	display: flex;
}

.team-wrapper .team {
	width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}

.match-center-wrapper {
	width: 30%;
    text-align: center;
}

.team-logo {
	background-image: url('../../images/best8/upcoming/upcoming_team.png');
	background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 12px;
}

.team-logo img {
	width: 100%;
	max-width: 45px;
	height: 45px;
}

.league-name {
	font-size: .5rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.team-vs {
	display: flex;
	justify-content: center;
}

.team-vs img {
	width: 60px;
}

.team-name {
	font-size: .5rem;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: 3px;
	text-transform: uppercase;
}

.match-bet-now {
	color: #fff;
    font-size: 0.5rem;
    background-color: #0d2a42;
    border-radius: 6px;
    padding: 4px 0px;
    font-weight: 500;
    text-transform: uppercase;
	/* white-space: nowrap; */
}

.match-detail-wrapper {
	display: flex;
    margin-top: 4px;
    color: #000;
    min-height: 30px;
    justify-content: center;
	padding: 0 .5rem;
}

.match-detail-side {
	width: 25%;
    background-color: #888d98;
    text-align: center;
    height: inherit;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.match-detail-datetime {
	width: 50%;
    background-color: #ced0d5;
    font-size: 0.7rem;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    height: inherit;
}

.match-detail-type, .match-rate-label, .match-rate-title {
	font-size: 0.65rem;
    line-height: 1;
	text-align: center;
}

.match-rate-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 1rem;
	border-radius: 10px;
}
/* .team-logo img{
    border-radius: 50%;  
} */
.match-bet-now a{
	color: #ffffff;
}