/* summernote_inline_css */
.div-input-con .summernote-con + .note-editor {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.div-input-con .summernote-con + .note-editor .note-toolbar {
  border-bottom: 1px solid #dee2e6;
  background: #f8f9fa;
}

.div-input-con .summernote-con + .note-editor .note-editing-area .note-editable {
  min-height: 160px;
}

.modal .card-header {
  z-index: 1000;
}

.its_image {
  border-radius: 8px;
  max-width: 60px;
}
