
.tox .tox-menubar {
    background-color: #dadada !important;
}

.tox-tinymce {
    border: 2px solid #b4b4b4 !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
    background-color: #dadada !important;
}

.tox .tox-toolbar-overlord {
    background-color: #dadada !important;
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background-color: #dadada !important;
}

.tox .tox-tbtn:hover {
    background: #cc3929 !important;
}

.tox .tox-tbtn:active {
    background: #ff5a4c !important;
}

.tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover {
    background: #ff5a4c !important;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background: #cc3929 !important;
}

.tox .tox-mbtn--active {
    background: #ff5a4c !important;
}

.tox .tox-mbtn--active {
    background: #ff5a4c !important;
}

.tox .tox-collection--list .tox-collection__item--active {
    background-color: #e94d3c !important;
}

.tox .tox-mbtn:focus:not(:disabled) {
    background: #e94d3c !important;
}

.tox .tox-menu {
    background-color: #f8f8f8 !important;
}

.tox .tox-tbtn:focus {
    background: #e94d3c !important;
}

.tox .tox-tbtn--bespoke {
    background: #c5c5c5 !important;
}

.tox .tox-split-button:hover {
    box-shadow: 0 0 0 1px #e94d3c inset !important;
}

.tox .tox-split-button:focus {
    background: #d85041 !important;
}

.tox .tox-collection--list .tox-collection__item--enabled {
    background-color: #ff7d71 !important;
}

.tox .tox-statusbar {
    background-color: #dadada !important;
}

.tox .tox-dialog {
    background-color: #f8f8f8 !important;
}

.tox .tox-dialog-wrap__backdrop {
    background-color: rgb(60 60 60 / 75%) !important;
}
.tox .tox-dialog__header {
    background-color: #f8f8f8 !important;
}

.tox .tox-dialog__footer {
    background-color: #f8f8f8 !important;
}

.tox .tox-textarea {
    background-color: #d7d7d7 !important;
}

.tox .tox-textarea:focus {
    border-color: #e94d3c !important;
    box-shadow: 0 0 0 2px rgb(244 68 53 / 25%) !important;
}

.tox .tox-button::before {
    box-shadow: inset 0 0 0 2px #cfcfcf, 0 0 0 1px #cc3929, 0 0 0 3px rgb(204 57 41 / 25%) !important;
}

.tox .tox-button {
    background-color: #e94d3c !important;
    border-color: #e94d3c !important;
}

.tox .tox-button--secondary {
    background-color: #c4c4c4 !important;
    border-color: #c4c4c4 !important;
}

.tox .tox-textfield {
    background-color: #c4c4c4 !important;
    border-color: rgba(0,0,0,.41) !important;
}

.tox .tox-textfield:focus {
    background-color: #c4c4c4 !important;
    border-color: rgba(0,0,0,.9) !important;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 25%) !important;
}

.tox .tox-listboxfield .tox-listbox--select {
    background-color: #c4c4c4 !important;
    border-color: rgba(0,0,0,.41) !important;
}

.tox .tox-listboxfield .tox-listbox--select:focus {
    background-color: #c4c4c4 !important;
    border-color: rgba(0,0,0,.9) !important;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 25%) !important;
}

.tox .tox-dropzone {
    background: #9f9f9f !important;
}