.loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader i {
    position: absolute;
    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.validation-error-label,
.validation-valid-label {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0;
    display: block;
    color: #fd397a !important;
    position: relative;
    font-size: 11px !important;
    text-align: left !important;
}

.alertHidden {
    display: none;
}
