.jumpMenu {
    height:41px !important;
    padding: 11px 14px 12px 14px;
    width: fit-content;
    position: relative;
    vertical-align: top;
}
.jumpMenu.opened {
    background-color: #ffffff;
}

.jumpMenuItemsContainer {
    display: block;
    position: absolute;
    background: white;
    top: 42px;
    right: 0;
    box-shadow: 0 0 4px 0 #00000033;
    max-height: 400px;
    overflow-y: scroll;
    z-index: 500;
}

.jumpMenuItemsContainer.leftAlign {
    left: 0;
    right: auto;
}

.jumpMenuItem {
    text-align: left;
    display: block;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background-color: #ffffff;
    white-space: nowrap;
    color: #474747;
}

.jumpMenuItem.disabled {
    padding-left : 0.75rem;
    color: #757575;
}

.jumpMenuItem:hover {
    background-color: #ededed;
    color: #474747;
}

.jumpMenuItem.disabled:hover {
    background-color: #ffffff;
    color: #757575;
}

.jumpMenu .wk-icon-chevron-down {
    vertical-align: top;
    line-height: 1.4;
}

.jumpMenu.hasMaxWidth span:first-child * {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}