/* .bg-background {
    --tw-bg-opacity: 1;
    background-color: #FCF9F8 !important;
} */

.invalid-feedback{
    display: none;
    color: #f85b5b !important;
    padding: 10px;
        line-height: 16px;
    font-size: small;
}

li.dropdown-item a{
        display: flex;
    align-items: baseline;
    gap: 5px;
    justify-content: start;
}

.dropdown-menu{
    width: 100px;
        border-radius: 0px 0px 8px 8px;
    border-top: 1px solid rgb(255, 221, 0);
    margin-top: 6px;
}

#dropdownLang{
    align-items: center;
    margin: 0 auto;
}

label.error{
    color: #f85b5b !important;
    padding: 10px;
        line-height: 16px;
    font-size: small;
    /* position: absolute;
    right: 0;
    margin-top: 30px !important; */
}

input.error, select.error, textarea.error {
    border: #f85b5b 1px solid;
}