.text-dark * {
    color: black !important;
}

.text-white * {
    color: white !important;
}

.text-light-grey * {
    color: #D8D8D8 !important;
}

.text-semi-bold {
    font-weight: 600;
}

.bg-custom {
    background: rgb(1,103, 40) !important;
}

.spinner-border.text-success {
    color:rgb(1,103, 40) !important;
}

.font-weight-bold {
    font-weight: bold;
}
