/* .page-id-442 */
body.page-id-442 #content{
	background: #001F63;
	padding: 30px 0%;
}

#filter-section{
	width: 100%;
}

#text-filter {
	width: 60%;
	position: relative;
}

#text-filter input{
	border-radius: 50px;
	padding: 10px 20px 10px 70px;
	width: 100%;
}

#text-filter:before{
	content: url(../../../uploads/2021/09/searchIcon.svg);
	position: absolute;	
	left: 18px;
	top:  8px;
	width: 25px;
	height: 27px;
}

#badges-filters{
	width: 70%;
	padding: 0px 2%;
}

#reset-filter-container{
	margin-bottom: 15px;
}

#badges-filters .reset-filter{
	margin-bottom: 0px !important;
	margin-right: 15px !important;
}

.badge{
	border-radius: 50px;
	border: 1px solid var(--white);
	padding-left: 20px;
	padding-right: 20px;
	background: #001F63 !important;
}

.badge:hover{
	cursor: pointer;
}

.badge.active{
	color:  var(--mainblue) !important;
	background: var(--white) !important;
}



.left-col{
	width: 50%;
	height: fit-content;
}

.numero-atleti{
	margin-bottom: 0px !important;
	padding-left: 5px;
	text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.95);
}

.right-col{
	width: 50%;
}

.empty-container{
	height: 49px;
	width: 100%;
}


.divisore{
	width: 100%;
	height: 15px;

	background: var(--white);
	opacity: 0.6;
}

.border-bottom-white{
	border-bottom: 1px solid var(--white);
}

.atleta.show{
	display: block;
}

.atleta:not(.show){
	display: none !important;
}
.badge#reset-filter-container {
    	border-width: 0px !important;
	}



@media only screen and (max-width:  767px){
	#filter-section{
		flex-direction: column;
	}

	#filter-section #text-filter{
		width: 100%;
		margin: 30px 0px;
	}


	
	#filter-section #reset-filter-container{
		margin-bottom: 0px;
		border:  none !important;
	}



	#filter-section #badges-filters{
		width: 100%;
	}

	#filter-section .filters-list{
		display: grid !important;
    	grid-template-columns: 50% 50%;
    	gap: 20px;
    	margin-top: 10px;
    	text-align: center;
	}

	.disciplina-main-content{
		flex-direction: column;
	}

	.disciplina-main-content .left-col,
	.disciplina-main-content .right-col{
		width: 100%;
	}

	.empty-container{
		display: none;
	}
}