@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

body{
	background: #f1f1f1;
	font-size: 13px; 
}

.row {
    margin-right: inherit;
    margin-left: inherit;
}

.form-row {
    margin-right: -15px;
    margin-left: -15px;
}

main.p-4 {
	padding: 0.75rem 0rem! important;
}

#map-toggler{
	position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    color: #FFF !important;
	background: var(--primary);
}

.btn:not(:disabled):not(.disabled) {
    font-size: 14px;
}

.card {
    border-radius: .5rem;
}

.tastoDisattivato {
	background: #2e2e2e;
}
