table {
	width: 100%;
	border:none;
	display: flex;
	align-items: center;
	justify-content: center;
}
th,
td {
	text-align: center;
	color: #1a365d;
	font-size: 20px;
	font-weight: 500;
	padding-left: 28px;
	padding-right: 28px;
	border:none;
}
th {
	margin-bottom: 10px;
}
td {
	font-weight: 900;
}
.pyramids-row {
	background-color: #7ca4d8;
	padding-right: -150px;
}
.pyramids-row td , .pyramids-row p{
    color:white;
}

.team-name-logo-img {
	padding-right: 70px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.team-name{
    margin-bottom:0 !important;
    text-align: center;
}
.logo {
	width: 40px;
	margin-left: 10px;
}
.spinner-wrapper{
    position:relative;
    display:flex;
    justify-content:center;
}
#spinner_load {
	position: absolute;
	top: 50%;
	z-index: 1;
	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: 1400px) {
	.standing-table {
		padding: 15px 0 0;
	}
	th,
    td {
     	padding-left: 15px;
	    padding-right: 15px;
    }
}
@media (max-width: 992px) {
    .logo{
        width:35px;
    }
    th,
    td {
     	padding-left: 5px;
	    padding-right: 5px;
    }
}

@media (max-width: 767px) {
	th,
	td {
		font-size: 16px;
		padding-left: 30px;
	    padding-right: 30px;
	}
	.standing-table {
		padding: 30px 30px;
	}
}
@media (max-width: 576px) {
    .standing-table {
		padding: 0 30px;
	}
	th,
	td {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 375px) {

	.standing-table {
		padding: 10px 10px;
	}
	table {
		width: 100%;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}