.ck-toolbar {
    display: none;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border: none !important;
}

.ck-editor__main {
    border: none !important;

}

.ck-editor__top {
    content: '' !important;
}

.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover {
    outline-color: white !important;
}

.ck-widget.raw-html-embed:before {
    content: '' !important
}

.ck-widget__selection-handle {
    display: none;
}

.raw-html-embed__buttons-wrapper {
    display: none !important;
}

.ck.ck-editor__editable.ck-focused {
    border: none !important;
    box-shadow: unset !important;
    outline: unset !important;
}

.ck-powered-by {
    display: none;
}

.ck-widget_selected {
    outline: none !important;
}

.ck-widget.raw-html-embed:before {
    display: none !important;
}

.ck-widget.raw-html-embed:not(.ck-widget_selected):not(:hover) {
    outline: unset !important;
}

.ck-link_selected {
    background: unset !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #008cff !important;
    border-color: #008cff !important;
}

.ck-toolbar {
    border: unset !important;
}

.ck.ck-editor__main>.ck-editor__editable {
    background: unset !important;
}

.ck-editor__main hr {
    opacity: 1;
}

.table tbody tr:nth-child(odd) {
    background: #fff;
}

.table> :not(caption)>*>* {
    border-bottom-width: 0px !important;
}

.ck-editor__main table td {
    vertical-align: top;
}

table {
    /* pointer-events: none; */

}

.ck-toolbar {
    display: none !important;
}

.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
.ck-widget.table td.ck-editor__nested-editable:focus,
.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,
.ck-widget.table th.ck-editor__nested-editable:focus {
    background: unset !important;
    outline: unset !important
}

.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,
.ck .ck-editor__nested-editable:focus {
    background-color: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    outline: none;
}

.ck-balloon-panel_visible,
.ck-balloon-panel {
    display: none !important;
}
/* .ck.ck-editor__editable_inline {
    overflow: hidden !important;
} */