.brand-link .brand-image {
    box-shadow: none !important;
    filter: brightness(0) invert(1);
}

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

.card-primary.card-outline {
    border-top: 3px solid #DF0A0A !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #DF0A0A !important;
}

.page-link {
    color: #DF0A0A !important;
}

.page-item.active .page-link {
    color: #ffffff !important;
    background-color: #DF0A0A !important;
    border-color: #DF0A0A !important;
}
