.btn-primary {
    background-color: #EA580D;
    border-color: #EA580D;
}

.btn-primary:active {
    background-color: #EA580D !important;
}

.btn-primary:hover {
    background-color: #EA580D;
    border-color: #EA580D;
}

.navbar-brand {
    color: #EA580D !important;
    opacity: 1 !important;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus {
    border-color: #EA580D !important;
    box-shadow: 0 0 0 2px #EA580D14 !important;
}

.navbar-brand:hover {
    color: #EA580D;
}

a {
    color: #EA580D;
}

a:hover {
    color: #EA580D;
}

.sidebar.sidebar-pills .nav-link:hover {
    color: #EA580D !important;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #EA580D;
}

.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #EA580D !important;
}

.btn-link:hover {
    filter: brightness(120%);
}

.btn-link {
    color: #EA580D;
}

.sidebar.bg-white .nav-link.active .nav-icon,
.sidebar.bg-white .nav-link.active:hover .nav-icon {
    color: #EA580D !important;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
    color: #EA580D !important;
}

.page-item.active .page-link {
    background-color: #EA580D;
    border-color: #EA580D;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #EA580D;
}

.pace .pace-progress {
    background: #EA580D;
}

.bg-primary {
    background-color: #EA580D !important;
}