.is-invalid{
    border: 1px solid rgb(255, 112, 112) !important;
}
.error_signal{
    font-size: 11px;
}

.customAlert{
    position: absolute;
    width: 50%;
    min-height: 70px;
    border: 1px solid #afbbcf;
    top: 50%;
    left: 25%;
    background-color: white;
    border-radius: 7px;    
    z-index: 10000;
    

}
.bodyCustomAlert{
    opacity: .9
}
.contCloseSwal{
    display: flex;
    justify-content: right;
    color: rgb(255, 138, 138);
}
.closeSwal{
    cursor:pointer;
    margin-right: 7px;
    margin-top: 7px;
}
