.v-contextmenu[data-v-f9312e22] {
    position: fixed;
    top: 0;
    left: 0;
    color: #d1d2d5;
    display: inline-block;
    background-color: #1e1e1e;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3), 0 0 10px rgba(0, 0, 0, .1);
    z-index: 5;
}

.v-contextmenu-item[data-v-3470b981] {
    cursor: pointer;
    background-color: #1e1e1e;
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap
}

.v-contextmenu-item[data-v-3470b981]:hover {
    color: #d1d2d5;
    background-color: #3c3c3c55;
}

.v-contextmenu-item--disabled[data-v-3470b981] {
    color: #4c4c4c;
    cursor: not-allowed;
    pointer-events: none
}

.v-contextmenu-divider[data-v-3470b981] {
    border-bottom: 1px solid #252525;
    box-sizing: border-box;
    height: 1px
}

.v-contextmenu-submenu[data-v-589b6ec6] {
    position: relative
}

.v-contextmenu-submenu--hover>.v-contextmenu-submenu-label[data-v-589b6ec6] {
    color: #e2696c;
    background-color: #1e1e1e
}

.v-contextmenu-submenu-label[data-v-589b6ec6] {
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap
}

.v-contextmenu-submenu-children[data-v-589b6ec6] {
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3), 0 0 10px rgba(0, 0, 0, .1);
}

.v-contextmenu-submenu-right[data-v-589b6ec6] {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-radius: 100px;
    margin-left: 30px;
    margin-right: -8px
}

.v-contextmenu-submenu-right[data-v-589b6ec6]:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px;
    opacity: .6
}

.v-contextmenu-divider[data-v-589b6ec6] {
    border-bottom: 1px solid #252525;
    box-sizing: border-box;
    height: 1px
}