.icon-upload-white::before {
    content:"";
    display: inline-block;
    background-image: url("../images/business/bus-upload-white.svg");
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem
}


.icon-paper-download::before {
    content:"";
    display: inline-block;
    background-image: url("../images/business/Paper-Download.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    background-size: 15px 17px;
}


/* ****Menu icons **** */

.mdi.mdi-bus-approval::before {
    content:"\F0C51";
}
.mdi.mdi-bus-automation::before {
    content:url("../images/menu/processor.svg");

}
.mdi.mdi-bus-contact::before {
    content:"\F0ED8";
}
.mdi.mdi-bus-account::before {
    content: "\F0BDD";
}
.mdi.mdi-bus-list::before {
    content:"\F0B78";

}
.mdi.mdi-bus-payment::before {
    content:url("../images/menu/aports.svg");

}
.mdi.mdi-bus-panel::before {
    content:"\F0A1D";
}
.mdi.mdi-bus-logout::before {
    content:"\F0343";

}
.mdi.mdi-bus-transaction::before {
    content:"\F0BCD";
}