.wrapper {
	padding: 150px 0 100px;
	font-family:"Cairo";
}

.title {
    width:65%;
	font-size: 56px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #7ca4d8;
}
.filters-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 50px;
	padding: 0 150px;
}
.filters {
    width:35%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	column-gap: 20px;
}
.select {
	height: 40px;
	width: 60%;
	padding-left: 30px;
    padding-top:0;
    padding-bottom:3px;
    border: solid 1px #e6e6e6;
	border-radius: 7px;
	cursor: pointer;
	font-size: 20px;
	font-weight: normal;
	color: #1a365d;
	text-align: right;
	font-family:"Cairo";
}
.seasonsSelect {
	width:40%;
}
.tab {
	display: flex;
	justify-content: center;
	margin-bottom: 33px;
}
.tablinks {
	border: none;
	background: none;
	font-size: 20px;
	font-weight: normal;
	color: #a4a4a4;
	padding: 1px 20px;
	padding-bottom: 15px;
}
.active {
	color: #1a365d;
	position: relative;
}
.active::after {
	display: block;
	content: '';
	width: 76%;
	height: 1px;
	background: #1a365d;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 20px;
}

button:hover, button:focus{
    color: #1a365d !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.match-row-top-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eeeeee;
	padding: 23px 0;
	column-gap: 20px;
}
.match-date,
.match-row-championsip-name {
	display: flex;
	font-size: 20px;
	font-weight: normal;
	color: #1a365d;
}
.match-date {
	justify-content: flex-end;
}
.date {
	justify-content: flex-end;
	font-weight: bold;
    margin-bottom:0  !important;
}
.match-row-championsip-name {
	position: relative;
	color: #1a365d;
}
.match-row-championsip-name p {
    margin-bottom:0 !important;
}
.match-row-bottom-wrapper {
	padding: 20px 80px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	font-size: 25px;
	font-weight: bold;
	color: #1a365d;
}
.match-time-wrapper {
	background-color: #7ca4d8;
	display: flex;
	justify-content: center;
	margin: 0 100px;
}
.match-time {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	padding: 14px 26px;
	margin: 0;
	margin-bottom:0  !important;
}
.home-team-wrapper,
.away-team-wrapper {
	display: flex;
	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 !important;
	line-height:1.3;
}
.team-logo {
	width: 55px;
	height: auto;
}
.score-wrapper {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items:center;
	column-gap: 45px;
}
.score {
	color: #1a365d;
	font-weight: bold;
	margin-bottom:0  !important;
}
.vs-word {
	color: #7ca4d8;
	font-weight: 500;
    margin-bottom:0  !important;
    text-align:center;
}
.penalty-score{
    color: #1a365d;
    font-size:16px;
    font-weight:600;
}
.divider {
	border-left: 1px solid #1a365d;
	height: 25px;
}

.empty-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 200px;
}
.empty-image{
    max-width:80px !important;
    margin-bottom:10px;
}
@-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;
}
@media (max-width: 1600px) {
    .select {
	    padding-left: 0;
    }
}

@media (max-width: 1400px) {
	.filters-wrapper {
		padding: 0 80px;
	}
	.title {
		font-size: 35px;
		width:35%;
	}
    .filters {
        width: 65%;
    }
}

@media (max-width: 992px) {
    .filters-wrapper {
		padding: 0 30px;
	}
	.select {
	    padding-left: 20px;
    }
	.score-wrapper {
		column-gap: 15px;
	}
}

@media (max-width: 768px) {
	.wrapper {
		padding: 25px 30px;
	}
	.filters-wrapper {
		flex-direction: column;
		padding: 0 30px;
		row-gap: 30px;
		align-items: start;
	}
	.title{
	    width:100%;
	}
	.filters {
		width: 100%;
	}
	.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;
	}
	.select {
		height: 35px;
		min-width: max-content;
		width: 60%;
	}
	.seasonsSelect {
		min-width: max-content;
		width: 50%;
	}
}
@media (max-width: 576px) {
	.select {
		font-size: 14px;
	}
	.empty-wrapper {
	   margin-top: 1px;
    }
}
@media (max-width: 480px) {
	.team-logo {
		width: 35px;
	}
	.title {
		font-size: 25px;
	}
	.score-wrapper {
		width: auto;
		column-gap: 5px;
	}
	.match-time-wrapper {
		margin: 0 30px;
	}
	.match-time {
		font-size: 11px;
		padding: 6px 8px;
	}
	.wrapper {
        padding: 25px 10px;
    }
	.filters-wrapper {
	    padding:0;
	}
	.select{
	    padding-left: 0px;
	}
	.select ,
	.seasonsSelect {
		width: 50%;
	}
}
@media (max-width: 360px) {
    .wrapper {
		padding: 5px 10px 15px;
	}
	.filters-wrapper {
		row-gap: 15px;
	}
	.filters {
		width: 100%;
		flex-direction: column;
		align-items: start;
		row-gap: 10px;
	}
	.select ,
	.seasonsSelect {
		width: 70%;
	}
}