body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background: none;
	background-color: #ffffff;
	font-family: 'OpenSans', arial, sans-serif;
}

ul {
	padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #605d5c;
}

label {
	font-size: 0.8em;
	display: block;
}

textarea:focus,
input:focus,
button:focus {
	outline: none;
}

#app {
	background: #eeeeee;
}

.head {
	margin: auto;
}

.main {
	background-color: #fff;
	position: relative;
}

.fs_l {
	font-size: 1.2em !important;
}

.fs_m {
	font-size: 1em !important;
}

.fs_s {
	font-size: 0.8em !important;
}

.p-step-desc {
	color: #605d5c;
	font-size: 0.9em;
	margin: 0;
}

.step-container {
	padding: 0.5rem 0 0.5rem 0.5rem !important;
}

.step {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	height: 6px;
}

.step-selected {
	background-color: #eeeeee;
}

.step-eseguito {
	background-color: #6ebb3b;
	border: 1px solid #6ebb3b;
}

.input_form {
	font-size: 1em !important;
	padding: 0.375rem 0.75rem;
}

.select_form {
	font-size: 1em !important;
	padding: 0.375rem 0.75rem;
}

.p-scuola {
	color: #605d5c;
	font-size: 1em !important;
}

.p-riepilogo {
	color: #605d5c;
	font-size: 0.9em;
	line-height: normal;
}

.p-riepilogo-icon {
	padding: 2em;
	font-size: 1.2em;
}

.options-select {
	background-color: #fff !important;
	overflow-y: auto;
}

#rowDatiAnagrafici {
	max-height: calc(-172px + 100vh);
}

.privacy {
	color: #0d6efd !important;
}

.avanti-top {
	display: none;
}

.indietro-top {
	display: none;
}

.footer-mobile {
	display: none;
}

.required-field {
	position: relative;
}

.required-field::after {
	position: absolute;
	top: 12px;
	right: 3px;
	content: '*';
	font-size: 0.8em;
}

.required-field-select:after {
	content: '*';
	position: absolute;
	top: -7px;
	right: -9px;
	font-size: 0.8em;
}

.slash-punteggio::before {
	position: absolute;
	top: 21px;
	left: -4px;
	content: '/';
	font-size: 1.4em;
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

.material-icons-outlined {
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

.input-valledaosta {
	height: 28px !important;
}

.px-6 {
	padding-right: 5rem !important;
	padding-left: 5rem !important;
}

@media (min-width: 1024px) {
	.head {
		width: 1024px;
	}

	.main {
		width: 1024px;
	}
}

@media only screen and (max-width: 870px) {
	header {
		visibility: hidden;
		height: 55px !important;
	}

	.main {
		padding-top: 0 !important;
	}

	.top-bar {
		background-color: #6ebb3b;
		position: fixed;
		width: 100%;
		top: 0;
		left: 12px;
		z-index: 1;
	}

	.p-step-desc {
		text-align: center;
		color: #fff;
	}

	.step {
		display: none;
	}

	.avanti-top,
	.indietro-top {
		display: block;
		width: 20%;
	}

	.avanti-span,
	.indietro-span {
		line-height: 1.5rem;
	}

	.avanti-color,
	.indietro-color {
		color: #fff;
		border-color: #fff;
	}

	.avanti-color:hover,
	.indietro-color:hover,
	.avanti-color:focus,
	.indietro-color:focus {
		background-color: transparent;
		border-color: #fff;
		box-shadow: none;
	}

	.current_step {
		width: 60%;
	}

	.not_current_step {
		display: none;
	}

	.content-container {
		height: calc(100vh - 55px) !important;
		/* max-height: 100% !important; */
		padding-bottom: 15px;
	}

	.overflow-auto {
		overflow: initial !important;
	}

	.bottom-res {
		bottom: 140px !important;
	}

	.min-height {
		align-content: flex-start;
		min-height: 25vh;
		/* max-height: 25vh;         */
	}

	.autocomplete-select {
		z-index: 0;
	}

	.position-mobile {
		position: fixed !important;
		top: 55px !important;
		bottom: unset !important;
	}

	.footer-mobile {
		display: initial;
	}

	.required-mobile {
		position: fixed !important;
		bottom: 0 !important;
		left: 0 !important;
		background-color: #efefef;
		width: 100%;
	}

	.mb-mobile {
		margin-bottom: 1rem;
	}

	.padding-mobile {
		padding-left: 0px !important;
	}

	.m-bottom_1 {
		padding-top: 67px !important;
	}

	.m-bottom_2 {
		padding-top: 50px !important;
	}

	.m-bottom_3 {
		padding-top: 33px !important;
	}

	.footer {
		display: none;
		visibility: hidden;
	}
}
