.btn-change-load:not([disabled]) > span:nth-child(2){
    display: none;
}

.btn-change-load[disabled] > span:nth-child(1){
    display: none;
}

.modal-backdrop{
    z-index: 1040;
}
.modal{
    z-index: 1045;
}

#lista-faturas{
    display: flex;
    flex-direction: column;
}

#lista-faturas .accordion-button::after{
    margin-left: 0;
}

#lista-faturas .accordion-button.pe-none::after{
    display: none;
}
/* #lista-faturas .accordion-button span.badge{
    margin-right: 0 !important;
} */

.avatar svg{
    width: 30px;
    height: 30px;
}