

.company-switcher-wrapper {
    display: inline-flex; 
    align-items: center; 
    margin-right: 15px; 
    vertical-align: middle;
    position: absolute; 
    top: 23px;
    left: 1325px;
    z-index: 99999;
}


.company-switcher-wrapper-label {
    display: none;
    visibility: hidden;
    font-weight: 600; 
    margin-right: 6px; 
    white-space: nowrap; 
    margin-bottom: 0; 
}

.company-switcher-select {
    height: 32px; 
    padding: 2px 8px; 
    font-size: 13px; 
    border-radius: 4px;
    width: 207px;
}

