
.note-editor.note-frame {
    border: 1px solid #ced4da;
    border-radius: 8px;
}
.note-toolbar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ced4da;
    border-radius: 8px 8px 0 0;
    padding: 4px 6px !important; 
}
.note-editing-area .note-editable {
    background-color: #fff;
    min-height: 100px;
    max-height: 200px;
    padding: 15px;
    border-radius: 0 0 8px 8px;
}
.note-placeholder {
    color: #6c757d;
    font-style: italic;
}


.note-toolbar .note-btn-group {
    margin-right: 2px !important;  
}

.note-toolbar .note-btn {
    padding: 4px 6px !important;  
    margin: 0 1px !important;     
}


.note-toolbar .note-btn i {
    font-size: 13px !important;
}