.btn-primary:hover, .page-item.active .page-link:hover {

    background-color: #f07c01;

    border-color: #f07c01;

}

.btn-primary, .page-item.active .page-link {

    color: white;

    background-color: #f07c01;

    border-color: #f07c01;

}

a {

    color: #f07c01;

}

.btn-link {

    color: #f07c01;

}

.form-control:focus {
    box-shadow: 0 0 0 2px rgb(255 109 12 / 50%) !important;
}

.sidebar .nav-link:hover {

    background-color: #f07c01;

}

.sidebar .nav-link.active {

    background-color: #f07c01;

}

.sidebar .nav-link.active .nav-icon {

    color: white;

}

.dropdown-item.active, .dropdown-item:active {

    background-color: #f07c01 !important;

}



a:hover:not(.nav-link) {

    color: #f07c01 !important;

}



.dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus, .form-control:focus {

    border-color: rgb(223 71 89 / 3%);

    box-shadow: 0 0 0 2px rgb(223 71 89 / 50%);

}



.dropdown-item.active:hover {

    color: white !important;

    font-weight: bold;

}



.btn-primary:hover span {

    color: white !important;

}
