:root{--main-color: #9d1d22}.editor-box .quill-editor .ql-container{min-height:300px}

.tox-notifications-container {
  display: none;
}
.tox-tinymce-aux {
  z-index: 5000 !important;
}


.dialog-notes-content {
  white-space: nowrap;
}
.dialog-notes-content span {
  vertical-align: unset !important;
}
.dialog-notes-content p {
  line-height: 1.2;
}
.vertical-bar {
  padding: 0 2px;
  background-color: red;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 4px;
  vertical-align: middle;
}


.main_module{
  position: relative;
.mengban{
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
}
}
.notes-content {
  width: 50%;
  word-wrap: break-word;
}
.notes-content p {
  line-height: 0.8;
}
.notes-contents p {
  line-height: 1.2;
}
.notes-content span {
  vertical-align: unset !important;
}
.vertical-bar {
  padding: 0 2px;
  background-color: red;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 4px;
  vertical-align: middle;
}
a {
  text-decoration: underline;
  color: -webkit-link;
}
.updatePhotoBtn {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 0px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}

.qlEditor * {
  font-family: inherit;
}
.qlEditor ol,
.qlEditor ul {
  margin: 16px 0;
  padding-left: 20px;
}
.qlEditor ol {
  list-style-type: decimal;
}
.qlEditor ul {
  list-style-type: disc;
}

