.btn-primary {
    background-color: #3f51b5 !important; /* Custom primary background */
    border-color: #3f51b5 !important;     /* Custom primary border */
}

.bg-primary {
    background-color: #3f51b5 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus
{
    background-color: #26316e !important;
}

.text-primary {
    color: #3f51b5 !important;
}

.badge-primary {
    background-color: #3f51b5 !important;
}

.pagination .page-item.active .page-link
{
    background-color: #3f51b5 !important;
}

a {
    color: #3f51b5;
}

a:hover {
    color: #26316e;
}