* {
    color: #252B42 !important;
}

.text-success {
    color: #96BB7C !important;
}

.text-secondary {
    color: #BDBDBD !important;
}

.bg-secondary-50 {
    background-color: #FAFAFA !important;
}

.bg-success,
.btn-success,
.btn-outline-success:hover {
    background-color: #96BB7C !important;
}

.bg-secondary {
    background-color: #BDBDBD !important;
}

.bg-secondary-mid {
    background-color: #E6E6E6 !important;
}

.text-shadow {
    text-shadow: 0px 3px 0px #0000002e !important;
}


/* grossura das fontes */
.fw-9 {
    font-weight: 900 !important;
}

.fw-8 {
    font-weight: 800 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-3 {
    font-weight: 300 !important;
}

.fw-2 {
    font-weight: 200 !important;
}

.fw-1 {
    font-weight: 100 !important;
}

/* Ajuste modal */
.modal.fade.show {
    backdrop-filter: blur(3px);
}

.modal-content {
    box-shadow: 0px 10px 20px #00000061;
}

/* Fim ajuste modal */