﻿:root{--bs-primary: #0033CC;--bs-primary-rgb: 0,51,204;}
.navbar{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,51,204,1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

/*lorenzo*/
.section-fh-home h2 {margin-bottom: 0;}
.sotto-titolo {margin-bottom: 2rem;font-size: 1.2rem;font-weight: bold;}

.navbar {transition: 0.3s;}
body.dark-theme .navbar-scroll {background: rgb(0 0 0 / 80%);transition: 0.3s;}

body.dark-theme .section-inserisci-richiesta .form-control, body.dark-theme .section-inserisci-richiesta .form-select, body.dark-theme .section-vdw .svdw-fcc .form-control, body.dark-theme .section-vdw .svdw-fcc .form-select {background-color: #ffffff26;}

body.dark-theme .form-group option {background-color: #000000;}

@media (min-width:992px) {
    .navbar .navbar-brand img {max-height: 90px;}
}