.confirmar-exclusao-btn{
    border:none;
    background-color: white;
    color: red;
    cursor: pointer;
}
.confirmar-exclusao-btn:focus,.close{
    outline: none;
}

.fa-plus{
    color: #1D1550;
}
.fa-download{
        margin-right: 1em;
}
.td-icons{
    display: flex;
    flex-direction: row;
    align-items: center;

}

@media (max-width: 992px) {
    .fa-download{
        margin-right: 0;
    }
    .td-icons{
        flex-direction: column;
    }
}