/* We recommended you always set margin to zero to avoid problems when displaying the element in UI */
body {
  margin: 0;
}

div.wysiwyg-box {
  width: 100%;
  padding: 0;
  z-index: 1;
}

.wysiwyg.static {
  display: inline-block !important;
  position: static !important;
  top: 0 !important;
  left: 0 !important;
}

.note-group-select-from-files {
  display: none;
}

.disabled_overlay {
  position: fixed;
  background-color: #777;
  z-index: 10;
  cursor: not-allowed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
