header .navbar-brand img {
    max-height: 80px;
}

header .navbar-brand img.mobile-logo {
    width: 100% !important;
    height: auto;
    max-height: 50px;
}

header.sticky.sticky-active .navbar-brand img {
    max-height: 60px;
}

header .navbar-brand .default-logo, header.sticky.sticky-active .navbar-brand .alt-logo {
    width: 100%;
    height: auto;
}

.bg-primary-emphasis {
    background-color: var(--bs-primary-text-emphasis);
}

footer .footer-logo img {
    max-height: 90px;
    width: 100%;
    height: auto;
}

section.pageHeader {
    padding-top:185px; 
}

.pageHeader .small-screen {
    height: 200px !important;
}

.shop-sidebar, .mesiNews {
    border-right: solid 1px rgba(0,0,0,.1);
}

    .shop-sidebar .position-sticky, .mesiNews.position-sticky {
        top: 150px;
    }

#ricercaGare.search-form .search-input {
    outline: 0;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    color: var(--dark-gray);
    font-size: 18px;
    padding: 20px 0;
    background: 0 0;
    line-height: 2.5rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 80px;
    width: 100%;
}

#ricercaGare.search-form .search-button {
    color: var(--dark-gray);
    bottom: 24px;
    position: absolute;
    font-size: 25px;
    right: 0;
    line-height: normal;
    outline: 0;
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    background: 0 0;
}

#ricercaGare .search-form-box {
    position: relative;
}

.sticky-chart {
    top: 150px;
}

.apexcharts-datalabels-group > text:first-child {
    transform: translateY(-10px);
    font-weight: normal;
}

#chart:hover {
    cursor: pointer;
}

.form1Col.container {
    max-width: 600px;
}

@media screen and (min-width: 992px) {
    .form1Col.container {
        max-width: 700px;
    }
}

@media (max-width: 1199px) {
    .form1Col button.mfp-close {
        right: 20px;
        top: 10px;
    }
}

#ricercaGare.search-form .search-input:focus {
    border-color: var(--base-color);
}

.dettagliNorma .col.small {
    line-height: 25px;
}

.descrizioneNorma {
    color: var(--medium-gray);
    display: -webkit-box;
    -webkit-line-clamp: 3; /* numero di righe da mostrare */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 125px;
}

.tab-style-07 .nav-tabs.mesiNews .nav-item .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dark-form .select:after {
    right: 7px;
}

.bg-dark-gray .terms-condition-box .box:after {
    border-color: #ffffff;
}

.push-menu .form-icon {
    display: none;
}

.push-menu .terms-condition-box {
    color: #ffffff;
}

.push-menu .btn-dark-gray {
    background-color: var(--base-color);
}

.push-menu .btn-dark-gray:hover {
    border-color: var(--base-color);
    color: var(--base-color);
}

.push-menu .contact-form {
    padding-right: 20px;
}

/* A11y/SEO utility: hide content visually but keep for screen readers */
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

#scaricaCodice .feature-box:hover {
    cursor: pointer;
}


#scaricaCodice .feature-box .content-slide-up {
    transform: translateY(0);
}

#scaricaCodice h2 {
    line-height: 4rem
}

.contact-form-style-01 input.form-check-input, #homeDarkProvaGratuita input.form-check-input, #formSlideRight input.form-check-input {
    padding: 0;
    margin: 0;
}

#homeDarkProvaGratuita input.form-check-input {
    border: solid 1px #f5f5f5;
}

#homeDarkProvaGratuita .btn.btn-dark-gray {
    background-color: var(--base-color);
}

#homeDarkProvaGratuita .btn.btn-dark-gray:hover {
    background-color: transparent;
    border-color: var(--base-color);
}

#homeDarkProvaGratuita .form-control {
    border-radius: 0 !important;
}

#homeDarkProvaGratuita select.form-control {
    background-color: transparent;
}

#homeDarkProvaGratuita .select:after {
    display: none !important;
}

#homeDarkProvaGratuita .contact-form-style-03 input.form-check-input:checked {
    filter: brightness(100%);
}

#homeDarkProvaGratuita .contact-form-style-03 input.form-check-input:checked:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-position: center center;
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#formSlideRight .form-check-label {
    color: #f5f5f5;
}

#formSlideRight .form-check {
    padding-left: 0;
    align-items: start !important;
}

#formSlideRight .form-check-input {
    margin-top: 7px !important;
}