
.ec-import-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,.25);
  overflow: auto;
}
.ec-import-modal-panel {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  margin: 2rem auto;
  max-width: 76rem;
  min-height: 20rem;
  padding: 1rem;
}
.ec-modal-command-bar {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #777;
  margin-top: 1rem;
  padding: .75rem 0;
  z-index: 2;
}
.ec-rich-text-toggle {
  display: inline-block;
  margin-bottom: .25rem;
}
.tox-statusbar,
.tox .tox-statusbar,
.tox-statusbar__path,
.tox .tox-statusbar__path,
.tox-statusbar__branding,
.tox .tox-statusbar__branding,
.tox-statusbar__resize-handle,
.tox .tox-statusbar__resize-handle,
.tox-promotion,
.tox .tox-promotion {
  display: none !important;
}
.tox .tox-editor-header[hidden] {
  display: none !important;
}
