body {
	background-color: #1a365d;
}

.wrapper {
	padding: 70px 150px;
	font-family:"Helvetica";
}
.title {
    width:65%;
	font-size: 56px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #7ca4d8;
	text-transform: uppercase;
}
.filters-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 50px;
	padding:0 15px;
}
.filters {
    width: 35%;
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
	column-gap: 20px;
}
.select {
	height: 40px;
	width:60%;
	padding-right: 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: left;
	font-family:"Helvetica" ;
}
.seasonsSelect {
    width:40%;
}

table {
	width: 100%;
	border-spacing: 0;
}
th,
td {
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: 500;
}
th {
	margin-bottom: 10px;
}
td {
	padding: 10px;
	font-weight: 900;
}
.pyramids-row {
	background-color: #7ca4d8;
	padding-right: -150px;
}
.team-name-logo-img {
	padding-right: 70px;
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom:0;
	
}
.team-name{
    margin-bottom:0;
}
.logo {
	width: 40px;
}
.empty-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 200px;
	color:white;
}
.empty-image{
    max-width:80px !important;
    margin-bottom:10px;
    filter: contrast(0);
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.spinner_wrapper{
     position:relative;
    display:flex;
   justify-content:center;
   align-items:center;
    padding-bottom:50px;
    
}
#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-right: 0;
    }
    .title {
		width:55%;
	}
    .filters {
        width: 45%;
    }
}

@media (max-width: 1400px) {
	.wrapper {
		padding: 50px 80px;
	}
	.title {
		font-size: 35px;
		width:35%;
	}
    .filters {
        width: 65%;
    }
}

@media (max-width: 992px) {
	.wrapper {
		padding: 50px 30px;
	}
	 .title ,
    .filters {
        width: 50%;
    }
	.select ,
	.seasonsSelect {
		width: 50%;
	}
	.logo{
	    width: 25px;
	}
}

@media (max-width: 768px) {
	th,
	td {
		font-size: 16px;
	}
	.wrapper {
		padding: 25px 30px;
	}
	.filters-wrapper {
		flex-direction: column;
		padding: 0 30px;
		row-gap: 30px;
		align-items: flex-start;
	}
	.title{
	    width:100%;
	}
	.filters {
		width: 100%;
	}
}
@media (max-width: 660px) {
	table {
		width: 100%;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
@media (max-width: 576px) {
	th,
	td {
		font-size: 13px;
	}
	.select {
		font-size: 14px;
	}
	.empty-wrapper {
	   margin-top: 100px;
    }
}
@media (max-width: 480px) {
    .wrapper {
        padding: 25px 10px;
    }
    .title{
        font-size:25px;
    }
    .filters-wrapper {
	    padding:0;
	}
	.filters {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
	}
	.select{
	    padding-right: 0px;
	}
	.select ,
	.seasonsSelect {
		width: 70%;
	}
	
	
}
@media (max-width: 360px) {
	.wrapper {
		padding: 5px 10px 15px;
	}
	.filters-wrapper {
		row-gap: 15px;
	}

	.filters {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
	}
	.select ,
	.seasonsSelect {
		width: 70%;
	}

}