
.tailoredEditorSectionBlock .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
.tailoredEditorSectionBlock .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    min-height: 200px;
    max-height: 400px;
    border: 1px solid #bed3e4 !important;
    border-top: none !important;
}

.tailoredEditorSectionBlock .ck.ck-toolbar {
    border: 1px solid #bed3e4 !important;
}

.tailoredEditorSectionBlock .ck.ck-editor__main {
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
}

.tailoredHistoryDrawer,
#tailoredHistoryDrawer {
    position: fixed;
    top: 0px;
    right: -560px;
    width: 560px;
    height: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.18) -8px 0px 24px;
    transition: right 0.25s;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

#tailoredHistoryDrawer.is-open {
    right: 0px;
}

#tailoredHistoryDrawerBackdrop {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s;
    z-index: 1040;
}

#tailoredHistoryDrawerBackdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

#tailoredHistoryDrawerBody {
    padding: 18px 20px;
    overflow-y: auto;
    flex: 1 1 0%;
}

#tailoredHistoryDrawerHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #bed3e4;
}

.border-color-blue-gray-300 {
    border: 1px solid #bed3e4 !important;
}

.tailoredOfflineInput {
    border-color: #bed3e4 !important;
}

.tailoredEditorSectionBlock .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    box-shadow: none !important;
}
.form-control.tailoredOfflineInput:disabled {
    background-color: white !important;
    opacity: 1 !important;
}
.editorSavedContent .table th, .editorSavedContent .table td {
    border: 1px solid #bed3e4 !important;
}

.editorSavedContent table {
    width: inherit !important;
}