/* Summernote Additional CSS */
.note-editable{
    background: #fff;
 }
 .note-btn.dropdown-toggle:after {
    content: none;
 }
 .note-btn[aria-label="Help"]{
    display: none;
 }
 
 .note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu{
    min-width: 185px;
 }
 /* Customize Summernote editor */
 .note-editor {
 /* Your custom styles here */
 }
 
 .note-editable {
 /* Your custom styles here */
 }
 
 /* Toolbar customization */
 .note-toolbar {
 /* Your custom styles here */
 }
 
 /* Buttons customization */
 .note-btn {
 /* Your custom styles here */
 }