/* TEXTOS */

.text-black {
    color: #000!important;
}

.text-custo-fixo {
    color: #FF8C00!important;
}

.text-custo-variavel {
    color: #FF4500!important;
}
.text-mid {
    font-size: .8rem!important;
}

.text-almost-white {
    color: #f5f5f5!important;
}

.text-gainsboro {
    color: gainsboro!important;
}

.text-purple {
    color: #6f42c1!important;
}

.text-dark-ed {
    color: #090532!important;
}

/* TEXTOS */

/* BACKGROUNDS */

.bg-almost-white {
    background-color: #f5f5f5!important;
}

.bg-gainsboro {
    background-color: gainsboro!important;
}

.bg-dark-ed {
    background-color: #090532!important;
}

.bg-black {
    background-color: #000!important;
}

/* BACKGROUNDS */

/* BORDAS */

.border-right-separate {
    border-right: 0.5px solid lightgrey!important;
}

.border-left-custo-fixo {
    border-left: .25rem solid #FF8C00!important;
}

.border-left-custo-variavel {
    border-left: .25rem solid #FF4500!important;
}

.border-left-almost-white {
    border-left: .25rem solid #f5f5f5!important;
}

.border-left-gainsboro {
    border-left: .25rem solid gainsboro!important;
}

.border-left-purple {
    border-left: .25rem solid #6f42c1!important;
}

.border-left-dark-ed {
    border-left: .25rem solid #090532!important;
}

.border-left-secondary {
    border-left: .25rem solid #0f83a5!important;
}

.border-left-black {
    border-left: .25rem solid #000!important;
}

.border-right-secondary {
    border-right: .25rem solid #0f83a5!important;
}

.border-right-black {
    border-right: .25rem solid #000!important;
}

.border-secondary {
    border: .25rem solid #0f83a5!important;
}

.border-black {
    border: .25rem solid #000!important;
}
/* BORDAS */

/* BOTÕES */
.btn-black {
    color: #fff;
    background-color: #000!important;
    border-color: #000!important;
}

.btn-purple {
    color: #fff;
    background-color: #6f42c1!important;
    border-color: #6f42c1!important;
}

.btn-dark-ed {
    color: #fff;
    background-color: #090532!important;
    border-color: #090532!important;
}

.btn-secondary-ed {
    color: #fff;
    background-color: #024b72!important;
    border-color: #024b72!important;
}

.btn-gainsboro {
    color: #fff;
    background-color: gainsboro!important;
    border-color: gainsboro!important;
}

.btn-almost-white {
    color: #fff;
    background-color: #f5f5f5!important;
    border-color: #f5f5f5!important;
}

/* BOTÕES */