#options {
    background-color: #121316;
}
#box {
    background-color: #121316;
}
#box > .buttons > .confirm > div {
    text-align: center;
    width: 49%;
    padding-top: 20px;
}
.contextMenu {
    background-color: rgba(37, 37, 38, 0.6);
    border: 0.7px solid #434343;
}
.contextMenu > .items:not(:last-child) {
    border-bottom: 0.7px solid #434343;
}
.contextMenu > .items > .button.active {
    background-color: #2836be;
}
.contextMenu > .items > .button > .text {
    color: #ffffff;
}
.contextMenu > .items > .button > .bindKey {
    color: #ffffff;
}