/* .mobile_user_select {
    width: 100%;
    height: 4rem;
    padding: 12px;
    z-index: 10;
    display: none;
}

.nav_items {
    width: 400px;
    height: 100%;
    display: inline-block;
}

.company_select {
}

@media only screen and (max-width: 992px) {
    .mobile_user_select {
        display: flex;
    }
} */
