.bg-blue {
    background-color: #1b75bb !important;
}

.bg-grey {
    background-color: #f0f0f0 !important;
}

.bg-dashboard-card {
    background-color: #f3f4f7 !important;
}

.bg-nav {
    background-color: #f1f4f7 !important;
}

.bg-grey-blue {
    background-color: #e3e6eb !important;
}

.bg-green {
    background-color: #6fb672 !important;
}

.text-grey {
    color: #8a8d95 !important;
}

.text-blue {
    color: #1b75bb !important;
}

.text-green {
    color: #6fb672 !important;
}

.text-red {
    color: #ff0000 !important;
}

.text-dark-red {
    color: #c63530 !important
}
.bg-lightgreen {
    background-color: #e8f8e9 !important;
}
.bg-lightblue {
    background-color: #b3dbf8 !important;
}



