#progress-container {
    width: 100%;
    height: 4px;
    background-color: #ccc;
    position: fixed;
    z-index: 888888;
    display: none;
    top: 0;
}

#progress-bar {
    height: 100%;
    width: 0;
    background-color: var(--app-them);
    transition: width 0.3s ease-in-out;
}
.active-nav {
    background: #2e5ba9;
    height: 100%;
    padding-top: 18px !important;
    padding-bottom: 23px !important;
    border-bottom: 1px solid var(--app-second-them) !important;
    color: #fff !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}