#crm-topbar {
    height: 65px;
    gap: 10px;
    padding: .5rem 1.5rem;
    background: white;
}

#crm-topbar-shadow {
    position: fixed;
    top: 8px;
    left: 0;
    height: 65px;
    width: calc(100vw - 250px);
    margin-left: 250px;
    z-index: 0;
}

#user-greeting > span{
    font-weight: bold;
    white-space: nowrap;
}

#user-greeting > span > i {
    font-weight: bold;
}

#crm-topbar div:last-child {
    margin-right: 20px;
}