/* .note-toolbar {
    background-color: var(--color-white);
}
.note-editable {
    background-color: var(--color-white);
}
.note-editor.note-frame, .note-statusbar, .note-toolbar, .note-btn {
    border-color: #c5c5c5 !important;
}
.note-editor .dropdown-toggle::after {
    display: none !important;
}
.note-btn:hover {
    background-color: #efefef;
    border-radius: 3px;
}
.note-btn.active, .note-btn:active {
    box-shadow: none;
    border-radius: 3px;
    background-color: #dfdfdf;
}
.note-dropdown-menu {
    padding: 12px;
    border-radius: 3px;
    border-color: #e9e9e9 !important;
    box-shadow: 0px 3px 25px #5d5d5d12;
    width: max-content;
    min-width: 0;
} */

.ckeditor-container {
    min-height: 320px;
}