.topbar-menu-trigger {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: .7rem;
    justify-content: center;
}

.topbar-menu-trigger:hover,
.topbar-menu-trigger:focus-visible {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .14);
    transform: translateY(-1px);
    outline: none;
}

.topbar-driver-mobile-shortcut {
    border-radius: .75rem;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: none !important;
    border-width: 1px;
    min-height: 2.45rem;
}

.topbar-driver-mobile-shortcut.btn-outline-light {
    border-color: rgba(255,255,255,.25);
    color: #fff;
    background: rgba(255,255,255,.02);
}

.topbar-driver-mobile-shortcut.btn-outline-light:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.25);
    color: #fff;
}

.topbar-driver-mobile-shortcut.btn-light,
.topbar-driver-mobile-shortcut.is-active {
    background: rgba(255,255,255,.96);
    border-color: rgba(255,255,255,.96);
    color: #334155;
}
