.user-editor.post-type-page .select-lang,
.user-editor.post-type-page .table-heading-languages,
.user-editor.post-type-page .table-langs,
.user-editor.post-type-page .table-langs-edit,
.user-editor.post-type-page .language-panel {
    display: none;
}
.simple-textarea button[title="Italic"],
.simple-textarea button[title="Strikethrough"],
.simple-textarea button[title="Emoticons"],
.simple-textarea button[title="Special character"],
.simple-textarea button[title="Undo"],
.simple-textarea button[title="Redo"],
.simple-textarea button[title="Superscript"],
.simple-textarea button[title="Subscript"],
.simple-textarea button[title="Justify"] {
    display: none;
}
.admin-elements {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fancybox-slide--image .fancybox-content {
    width: 300px !important;
    height: 300px !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
}
.view-qr, .view-room {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: blue !important;
}
.customer-table, .room-table {
    width: 500px;
}
.customer-table th, .room-table th {
    font-weight: 600;
}
.admin-delete {
    width: 22px;
    height: 22px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    margin: -3px 0;
    transition: .3s all;
}
.customer-name {
    font-size: 14px;
}
.admin-checkboxes {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 5px;
}
.admin-checkboxes > div {
    margin-bottom: 3px;
}
.view-icon {
    width: 20px;
    height: 20px;
    background: #1ab51a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.admin-field-checkbox {
    position: relative;
}
.reset-room {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}