.dark-form .ck.ck-toolbar {
  background-color: #1C1C1E !important;
  border: 1px solid #3a3a3c !important;
}

.dark-form .ck.ck-toolbar .ck-button {
  color: white !important;
}

.dark-form .ck.ck-toolbar .ck-button:hover,
.dark-form .ck.ck-toolbar .ck-button.ck-on,
.dark-form .ck.ck-toolbar .ck-button:focus {
  background-color: #333 !important;
  color: white !important;
}

.dark-form .ck.ck-dropdown__panel {
  background-color: #2a2a2e !important;
  color: white !important;
}

.dark-form .ck.ck-editor__editable_inline {
  background-color: #1C1C1E !important;
  color: white !important;
  border: 1px solid #3a3a3c;
}

.dark-form .ck.ck-editor__editable_inline h1 {
  font-size: 24px !important;
}

.dark-form .ck.ck-editor__editable_inline h2 {
  font-size: 20px !important;
}

.dark-form .ck.ck-editor__editable_inline h3 {
  font-size: 18px !important;
}

.dark-form .ck.ck-editor__editable_inline h4 {
  font-size: 16px !important;
}

.dark-form .ck.ck-editor__editable_inline p,
.dark-form .ck.ck-editor__editable_inline ul {
  font-size: 14px !important;
}

.dark-form .ck.ck-editor__editable_inline ul,
.dark-form .ck.ck-editor__editable_inline ol {
  padding-left: 20px !important;
}

.dark-form .ck.ck-editor__editable_inline li {
  margin-bottom: 5px;
}

.dark-form .ck.ck-dropdown__panel,
.dark-form .ck.ck-list {
  background-color: #1C1C1E !important;
  color: #fff !important;
  border: 1px solid #333 !important;
}

.dark-form .ck.ck-list__item {
  color: #fff !important;
}

.dark-form .ck.ck-list__item:hover,
.dark-form .ck.ck-list__item:focus {
  background-color: #333 !important;
}

.dark-form .ck.ck-button.ck-on,
.dark-form .ck.ck-button:focus,
.dark-form .ck.ck-button:active {
  background-color: #2C2C2E !important;
  color: #fff !important;
}

.dark-form .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.dark-form .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.dark-form .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.dark-form .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}