﻿.overlay {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #33333396;
}

.loader {
    position: relative;
    top: 40%;
    margin: 0 auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.item-hide-cnartys {
    display: none !important;
}

.requerido:after {
    content: " *";
    color: #ef5350;
}
.error {
    color: #ef5350;
    border-color: #ef5350 !important;
}