@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap');

header#masthead,
footer#colophon,
#wpadminbar,
#cont_tutto
aside,
.skip-link {
	display: none;
}
body {
	font-family: 'Inter', sans-serif;
	background-color: #002538;
	color: #ffffff;
}

.react-datepicker__input-container > input {
	height: 56px;
	width: 122px;
	text-align: center;
	font-size: 16px;
}
.react-datepicker__month .react-datepicker__month-text {
	width: 2.5rem;
	padding: .375rem 0.25rem;
}

.ferstats__mainselector {
	-webkit-appearance: none;
}

.cookies-set #cookie-notice {
	display: none;
}