
.bg-primary {
    background-color: #1d3587 !important;
    color: #e3d52b !important;
    i, span {
        color: white !important;
    }
    button, .btn {
        background-color: #e3d52b !important;
    }
}

.btn-primary {
    background-color: #1d3587 !important;
    border-color: #1d3587 !important;
}

.bg-info-subtle {
    background-color: #e3d52b !important;
    color: #1d3587 !important;
}

.nav-tabs .nav-item .nav-link {
    color: #000000;
}

.text-primary {
    color: #1d3587 !important;
}

.text-subtle {
    color: #e3d52b !important;
}
.see-more-details{
    cursor: pointer;
}
