.form-control:focus,
.form-select:focus {
    border-color: #ac2525;
}

.btn-maroon {
    color: #fff;
    background-color: #ac2525;
    border-color: #ac2525;
    box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.btn-maroon:hover {
    color: #fff !important;
    background-color: #bc3535 !important;
    border-color: #bc3535 !important;
    box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link {
    color: #b62e2e;
}

.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link {
    background-color: #eeecec !important;
}

.bg-menu-theme.menu-horizontal .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle) {
    background-color: transparent !important;
    color: #b62e2e !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background-color: #495563;
    color: #fff;
}

.text-maroon {
    color: #ac2525;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #ac2525;
}