﻿
.navbar {
    background-color: #fff !important;
    /*box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);*/
    justify-content: flex-end;
    display: flex;
}

.nav-link {
    color: var(--black);
}
    .nav-link.active {
        color: var(--gold);
    }

.nav-link.sidebar-link i {
    font-size: 1.25rem;
}

.sidebar {
    background-color: #fff;
    width: var(--sidebar-width);
    height: 100%;
    position: sticky;
    top: 0;
}
    .sidebar .nav-link {
        font-size: 20px;
    }
    .sidebar .nav-link.active {
        border-left: 3px solid var(--gold);
    }
    .sidebar .logo-corner {
        top: 0;
    }

#global-employee-search-container {
    width: 300px;
    position: absolute;
}
#global-carrier-search-container {
    width: 300px;
    position:;
}
#global-shipment-search-container {
    width: 300px;
    position: absolute;
}