.dropdown-menu .nav-item .nav-link {
    color: inherit !important;
    font-size: inherit !important;
    padding: inherit !important;
}

.dropdown-menu {
    width: 450px;
    /* Puoi modificare questo valore secondo le tue esigenze */
    min-width: auto;
    /* Importante per sovrascrivere stili predefiniti di Bootstrap */
}

#acym_fulldiv_formAcym1 {
    height: auto !important;
    width: 100% !important;
    max-width: 700px !important;
    padding: 0px !important;
    margin: 0 !important;
    background-color: transparent !important;
    display: inline !important;
    text-align: left !important;

}

.fieldacyterms label {
    color: #fff !important;
    font-size: 16px;
}

.fieldacyterms input[type="checkbox"] {
    display: inline;
    -webkit-appearance: auto !important;

}

.acym__subscription__form__button button {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #5d7083 !important;
    border-radius: 0 4px 4px 0 !important;
    box-shadow: none;
    height: 100%;
    background-color: #10909d !important;
    border-color: #10909d !important;

    color: #fff !important;
}


@media (max-width: 576px) {
    .megamenu .icon {
        fill: #000 !important;
        font-size: 1.5rem !important;
    }
}