.live-button{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.match-row-top-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
.match-date-wrapper,
.match-row-championsip-name {
	display: flex;
	font-size: 20px;
	font-weight: normal;
	color: #1a365d;
}
.championsip-name {
	margin: 0;
	font-family: "Helvetica" !important;
}
.match-date-wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.match-date {
	margin: 0!important;
	font-weight: bold;
}
.stadium-name {
	margin: 0 !important;
	margin-top: 10px;
	margin-bottom: 0px!important;
	font-family: "Helvetica" !important;
}
.match-row-championsip-name {
	position: relative;
	color: #1a365d;
}
.match-row-bottom-wrapper {
	padding: 5px 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	font-size: 25px;
	font-weight: bold;
	color: #1a365d;
}
.home-team-wrapper,
.away-team-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 40%;
	column-gap: 50px;
}
.home-team-wrapper {
	justify-content: flex-end;
}
.away-team-wrapper {
	justify-content: flex-start;
}
.team-name {
	color: #1a365d;
	margin-bottom: 0;
	font-family: 'Cairo';
	font-weight: 700;
    font-size: 16px;
}
.team-logo {
	width: 73px;
	height: auto;
}
.match-time-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 12px;
	font-weight: 900;
	font-size: 20px;
	color: #1a365d;
}
.match-time{
	font-weight: normal;
}
.vs-word {
	font-weight: bold;
}
.match-time,
.vs-word {
	margin: 0 !important;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.spinner_wrapper{
     position:relative;
    display:flex;
   justify-content:center;
  
    padding-bottom:20px;
    
}
#spinner {

	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #1a365d;
	width: 45px;
	height: 45px;
	
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}


.dots-wrapper {
	text-align: center;
	margin-top: 30px;
}

.dot {
	cursor: pointer;
	height: 3px;
	width: 20px;
	margin: 0 5px;
	background-color: #4d4d4d;
	display: inline-block;
}
.active{
    width:30px;
}
.active,
.dot:hover {
	background-color: #1a365d;
}
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.empty-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	color:#1a365d;
}
.empty-image{
    max-width:80px !important;
    margin-bottom:10px;
   
}
@media (max-width: 992px) {
	.score-wrapper {
		column-gap: 15px;
	}
}

@media (max-width: 768px) {
	.match-date,
	.match-row-championsip-name {
		font-size: 11px;
	}
	.match-row-bottom-wrapper {
		padding: 20px 10px 30px;
		justify-content: space-evenly;
		font-size: 15px;
	}
	.home-team-wrapper,
	.away-team-wrapper {
		column-gap: 12px;
	}
}
@media (max-width: 576px) {

	.empty-wrapper {
	   margin-top: 100px;
    }
}

@media (max-width: 480px) {
	.team-logo {
		width: 35px;
	}
	.match-time-wrapper {
		margin: 0 30px;
	}
	.match-time {
		font-size: 11px;
		padding: 6px 8px;
	}
	.team-name,
	.vs-word {
		font-size: 14px;
	}
	.stadium-name {
		font-size: 16px ;
	}
	.dots-wrapper ,.live-button{
		margin-top: 15px;
	}
}
@media (max-width: 375px) {

	.match-row-bottom-wrapper {
		padding:10px;
	}
}