a {
    color: #3a3df9;
    text-decoration: none;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active:hover, .dropdown-item.active:focus {
    color: #e8465c;
    background-color: #3a3df9;
}

.dropdown-item.active {
    color: #3a3df9;
    background-color: #e8465c;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #7c90f6;
}

.nav-link {
    color: #7c90f6;
}

.nav-link:hover, .nav-link:focus {
    color: #fff;
    background-color: #7c90f6;
}

.pagination > li.btn-outline-primary.active > a {
    color: #fff;
}

