.ql-toolbar.ql-snow {
  border: 1px solid #454654;
  border-radius: 10px 10px 0px 0px;
}
.ql-container.ql-snow {
  border: 1px solid #454654;
  border-radius: 0px 0px 10px 10px;
}
.ql-editor {
  font-size: 14px;
}

.ql-toolbar button {
  min-width: unset;
}

.ql-editor,
.ql-editor th,
.ql-editor td,
.ql-editor p,
.ql-editor span,
.ql-editor a,
.ql-editor li,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor b,
.ql-editor i,
.ql-editor u,
.ql-editor strong,
.ql-editor em,
.ql-editor blockquote,
.ql-editor pre,
.ql-editor code,
.ql-editor mark,
.ql-editor del,
.ql-editor ins,
.ql-editor sub,
.ql-editor sup {
  color: white !important;
}

.ql-formats {
  filter: invert(1);
}
.ql-editor p {
  margin: 20px 0px 20px 0px;
}
.ql-editor p:first-child {
  margin-top: 0;
}
.ql-editor p:last-child {
  margin-bottom: 0;
}