.context {
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 170px;
    color: #000;
    font-size: 9pt;
    background: #fff;
    border: 1px solid rgb(51 51 51 / 8%);
    box-shadow: 0px 2px 2px -1px rgb(0 0 0 / 18%);
    padding: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
    border-radius: 5px;
}

.context .item {
    padding: 5px 10px;
    cursor: default;
    color: inherit;
    border-radius: 5px;
}

.context .item:hover {
    background: #e3e3e3 !important;
}

.context .item:hover .hotkey {
    color: #000 !important;
}

.context .disabled {
    color: #878B90 !important;
}

.context .disabled:hover {
    background: inherit !important;
}

.context .disabled:hover .hotkey {
    color: #878B90 !important;
}

.context .separator {
    margin: 4px 0px;
    height: 0;
    padding: 0;
    border-top: 1px solid #b3b3b3;
}

.hotkey {
    color: #878B90;
    float: right;
}