.contact-error {
    color: red;
}

.lang-button {
    .fas {
        display: none;
    }
}

.h-inherit {
    height: inherit;
}

[data-modal="contactForm"] {
    .contact-form {
        max-width: none !important;
    }
}

select {
    option {
        color: black;
    }
}