.company-menu {
    display: flex;
    position: relative
}

.company-menu #selected-company-label {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 350px;
    margin-right: 6px;
    line-height: 11px;
}

.company-menu #selected-company-label-data {
    line-height: unset;
    grid-row: 1;
}

.company-menu #selected-company-label-extra-data {
    line-height: unset;
    grid-row: 2;
}

.company-menu #selected-company-label {
    display: grid;
    height: 22px;
}

.company-menu:before, .company-menu:after {
    content: '';
    display: table
}

.company-menu:after {
    clear: both
}

.company-menu .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.company-menu .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.company-menu .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons', sans-serif;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.company-menu .action.switch:hover:after {
    color: inherit
}

.company-menu .action.switch:active:after {
    color: inherit
}

.company-menu .action.switch.active {
    display: inline-block;
    text-decoration: none
}

.company-menu .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.company-menu .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons', sans-serif;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.company-menu .action.switch.active:hover:after {
    color: inherit
}

.company-menu .action.switch.active:active:after {
    color: inherit
}

.company-menu ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
}

.company-menu ul li {
    margin: 0;
    padding: 0
}

.company-menu ul li:hover {
    background: #e8e8e8;
    cursor: pointer
}

.company-menu ul:before, .company-menu ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.company-menu ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99
}

.company-menu ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98
}

.company-menu ul:before {
    right: 10px;
    top: -12px
}

.company-menu ul:after {
    right: 9px;
    top: -14px
}

.company-menu.active {
    overflow: visible
}

.company-menu.active ul {
    display: block
}

.company-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px
}

.company-menu li a:visited {
    color: #333;
    text-decoration: none
}

.company-menu li a:hover {
    color: #333;
    text-decoration: none
}

.company-menu li a:active {
    color: #333;
    text-decoration: none
}

.company-menu .company-list {
    cursor: pointer
}

.company-menu .customer-menu {
    display: none
}

.company-menu .action.switch {
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff
}

.company-menu .action.switch:focus, .company-menu .action.switch:active {
    background: none;
    border: none
}

.company-menu .action.switch:hover {
    background: none;
    border: none
}

.company-menu .action.switch.disabled, .company-menu .action.switch[disabled], fieldset[disabled] .company-menu .action.switch {
    pointer-events: none;
    opacity: .5
}

.company-menu .header.links {
    min-width: 175px;
    z-index: 1000
}

.company-menu.active .action.switch:after {
    content: '\e621'
}

.company-menu.active .customer-menu {
    display: block
}

.company-menu .greet {
    display: none
}
