.invalid-input {
    background-color: #faedec;
}
.has-error .select2-selection {
    border: 1px solid #a94442;
    border-radius: 4px;
    background-color: #FAEDEC;
}

.animation-loader-v1 {
    display: grid;
    position: absolute;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 70%);
    z-index: 300;
}

.animation-loader-spinner {
    position: absolute;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    align-content: center;
    z-index: 3000;
    background: rgb(255 255 255 / 60%);
}