input.error {
    border: 1px solid red !important;
}

textarea.error {
    border: 1px solid red !important;
}

select.error {
    border: 1px solid red !important;
}

label.error {
    color: red !important;
}
.flag-lang{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}



#load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.8;
    z-index: 100000;
    background-color: #fff;
    z-index: 199;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    z-index: 200;
    right: 50%;
    z-index: 200;
}

.text-white p {
    color: #fff !important;
}