.custom-text-editor .tox.tox-tinymce {
    border: 0 !important;
    border-radius: 5px !important;
}
.custom-text-editor .tox.tox-tinymce .tox-editor-container .tox-editor-header {
    background-color: #fafafa;
    border: 1px solid #ebebed;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 8px 6px;
}
.custom-text-editor .tox .tox-editor-header .tox-toolbar-overlord, .custom-text-editor .tox .tox-editor-header .tox-toolbar-overlord .tox-toolbar__primary {
    background-color: #fafafa;
    grid-column: 1 / -1;
    background: none;
}
.custom-text-editor .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 0px;
}
.custom-text-editor .tox.tox-tinymce .tox-editor-container .tox-sidebar-wrap iframe {
    background: #fafafa;
    border: 1px solid #ebebed;
    border: 1px solid #ebebed;
    border-radius: 5px;
}
.custom-text-editor .tox .tox-statusbar{
    display: none;
}
.mce-content-body img { outline: 0px !important; }