.clientes-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000000000000000000000;
}
.modal-clientes {
    border-radius: 10px;
    background-color: white;
    width: 825px;
    max-height: 645px;
    margin: 100px auto;
}


.modal-hider {
    display: none;
    transition: all .3s ease-in-out ;
}

.modal-show {
    display: block;
    transition: all .3s ease-in-out ;
}

.select-all {
    text-align: left;
}

.spinner-modal {
    width: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-size: 50px;
    z-index: 1000000000000000000000000000;
}
.spinner-modal p {
    margin-top: 22rem;
}
