:not(locked) .editor {
  background: rgba(255, 255, 255, 1);
  color: black;
}

.editor {
  border-radius: 3px; 
  color: black;
  min-height: 150px;
  box-shadow: 2px 2px 5px var(--main-mid-color);
}

.editor .editor-content {
  color: black;
  min-height: 150px;
  box-shadow: 2px 2px 5px var(--main-mid-color);
}

.editor .tox-editor-container {
  color: black;  
  min-height: 150px;
  box-shadow: 2px 2px 5px var(--main-mid-color);
} 

.editor-content {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, */
}

.tox { height: 100% !important; }

.wod-sheet .editor,
.wod-dialog .editor,
.wod-item .editor {
  border: 1px solid var(--main-full-color);
  resize: vertical;
  /* width: 90%; */
}