.hup .nav-item::after {
    content: '';
    display: block;
    width: 0px;
    height: 4px;
    background: #ff9300;
    transition: 0.4s;
}

.hup .nav-item:hover::after {
    width: 100%;
}

.nav-item.active span, .nav-link.active span {
    color: #ff9300;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: 1rem;
}

/* Validated Input   */
.hupunvalid {
}
.hupvalid {
    border: 0 !important;
    box-shadow:0 0 5px 1px #007bff inset !important;
}
.hupinvalid {
    border: 0 !important;
    box-shadow:0 0 5px 1px orange inset !important;
}

/* Ensure no boarder on focus */
*:focus, .btnnoboarder {
    outline: none !important;
}
