﻿/*#modalConfirmarChegada .modal-body:has(#area-confirmar-chegada.d-none) ~ .modal-footer {*/
/*    display: none;*/
/*}*/


div.existentes:empty {
    display: none;
}

div#documentosExistentes:not(:empty) ~ .inexistente {
    display: none;
}


.documento-relacionado.removing {
    opacity: 0;
    transform: translateX(-10vw);
    transition: all 0.5s ease-out;
}
