#editor-detail > * {
  margin-bottom: 20px !important;
}

#editor-detail::after {
  content: "";
  display: block;
  clear: both;
}

#editor-detail table {
  width: 100%;
  min-width: 100% !important;
}
#editor-detail table tr td,
#editor-detail table tr th {
  border: 1px solid;
  padding: 3px 10px;
}
#editor-detail p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
#editor-detail p a u {
  word-break: break-all;
}
#editor-detail h2 {
  font-size: 30px;
}
#editor-detail h3 {
  font-size: 24px;
}
#editor-detail a {
  color: #556ee6;
}
#editor-detail ul,
#editor-detail ol {
  margin-left: 16px;
}
#editor-detail ul li {
  list-style: disc;
}
#editor-detail ol li {
  list-style: decimal;
}
#editor-detail .editor-text-align-left {
  text-align: left;
}
#editor-detail .editor-text-align-right {
  text-align: right;
}
#editor-detail .editor-text-align-center {
  text-align: center;
}
#editor-detail .editor-text-align-justify {
  text-align: justify;
}
#editor-detail h1, #editor-detail h2, #editor-detail h3, #editor-detail h4, #editor-detail h5, #editor-detail h6 {
  position: relative;
}
#editor-detail h1.editor-footer-decorator, #editor-detail h2.editor-footer-decorator, #editor-detail h3.editor-footer-decorator, #editor-detail h4.editor-footer-decorator, #editor-detail h5.editor-footer-decorator, #editor-detail h6.editor-footer-decorator {
  margin-bottom: 40px !important;
}
#editor-detail h1.editor-footer-decorator::after, #editor-detail h2.editor-footer-decorator::after, #editor-detail h3.editor-footer-decorator::after, #editor-detail h4.editor-footer-decorator::after, #editor-detail h5.editor-footer-decorator::after, #editor-detail h6.editor-footer-decorator::after {
  margin-top: 10px;
  max-width: 120px;
  min-height: 16px;
  content: "";
  position: absolute;
  background-color: #DB0F1A;
  display: block;
}
#editor-detail h1.editor-footer-decorator.editor-text-align-left::after, #editor-detail h2.editor-footer-decorator.editor-text-align-left::after, #editor-detail h3.editor-footer-decorator.editor-text-align-left::after, #editor-detail h4.editor-footer-decorator.editor-text-align-left::after, #editor-detail h5.editor-footer-decorator.editor-text-align-left::after, #editor-detail h6.editor-footer-decorator.editor-text-align-left::after {
  left: 0;
}
#editor-detail h1.editor-footer-decorator.editor-text-align-right::after, #editor-detail h2.editor-footer-decorator.editor-text-align-right::after, #editor-detail h3.editor-footer-decorator.editor-text-align-right::after, #editor-detail h4.editor-footer-decorator.editor-text-align-right::after, #editor-detail h5.editor-footer-decorator.editor-text-align-right::after, #editor-detail h6.editor-footer-decorator.editor-text-align-right::after {
  right: 0;
}
#editor-detail h1.editor-footer-decorator.editor-text-align-center::after, #editor-detail h2.editor-footer-decorator.editor-text-align-center::after, #editor-detail h3.editor-footer-decorator.editor-text-align-center::after, #editor-detail h4.editor-footer-decorator.editor-text-align-center::after, #editor-detail h5.editor-footer-decorator.editor-text-align-center::after, #editor-detail h6.editor-footer-decorator.editor-text-align-center::after {
  left: 0;
  right: 0;
  margin: 10px auto 0;
}
#editor-detail h1.editor-footer-decorator.editor-text-align-justify::after, #editor-detail h2.editor-footer-decorator.editor-text-align-justify::after, #editor-detail h3.editor-footer-decorator.editor-text-align-justify::after, #editor-detail h4.editor-footer-decorator.editor-text-align-justify::after, #editor-detail h5.editor-footer-decorator.editor-text-align-justify::after, #editor-detail h6.editor-footer-decorator.editor-text-align-justify::after {
  left: 0;
  right: 0;
  margin: 10px auto 0;
}
#editor-detail .editor-special-box-wrapper {
  background: aliceblue;
  border: 1px solid #343a40;
  margin: 1.5rem auto 0.5rem;
  padding: 28px;
  position: relative;
  width: 100%;
  border-radius: 4px;
  clear: both;
  display: table;
}
#editor-detail .editor-special-box-wrapper :has(.editor-special-box-content):hover {
  cursor: pointer;
}
#editor-detail .editor-special-box-wrapper .editor-special-box-content {
  margin: 2rem;
}
#editor-detail .editor-special-box-wrapper.ProseMirror-selectednode {
  border: 2px solid #6A00F5;
}
#editor-detail .editor-special-box-wrapper.editor-float-right {
  float: right;
  margin-left: 20px;
  width: 50%;
  z-index: 10;
}
#editor-detail .editor-special-box-wrapper.editor-float-left {
  float: left;
  margin-right: 20px;
  width: 50%;
}
#editor-detail .editor-special-box-wrapper.editor-float-none {
  float: none;
  margin: auto auto 20px;
  width: 100%;
  z-index: 10;
}
#editor-detail .editor-special-box-wrapper.editor-w-25 {
  width: 25%;
}
#editor-detail .editor-special-box-wrapper.editor-w-50 {
  width: 50%;
}
#editor-detail .editor-special-box-wrapper.editor-w-75 {
  width: 75%;
}
#editor-detail .editor-special-box-wrapper.editor-w-100 {
  width: 100%;
}
#editor-detail .editor-wrapper {
  /*  max-height: 800px;
      overflow-y: scroll;*/
  padding: 0 24px;
  border: 1px solid black;
}
#editor-detail .editor-wrapper .editor-top {
  height: 24px;
  width: 100%;
}
#editor-detail .editor-wrapper .editor-top:hover {
  cursor: pointer;
}
#editor-detail .editor-wrapper .editor-bottom {
  height: 24px;
  width: 100%;
}
#editor-detail .editor-wrapper .editor-bottom:hover {
  cursor: pointer;
}
#editor-detail .editor-wrapper .tiptap.ProseMirror::after {
  content: "";
  clear: both;
  display: table;
}
#editor-detail .editor-wrapper .flex-break {
  flex-basis: 100%;
  height: 0;
}
#editor-detail .ProseMirror:focus,
#editor-detail .ProseMirror *:focus {
  outline: none;
}
#editor-detail .control-group,
#editor-detail .bubble-menu {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
#editor-detail .control-group .toolbar-btn,
#editor-detail .bubble-menu .toolbar-btn {
  background: rgba(61, 37, 20, 0.08);
  border-radius: 0.5rem;
  border: none;
  color: #2E2B29;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.15;
  padding: 0.375rem 0.625rem;
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#editor-detail .control-group .toolbar-btn.is-active,
#editor-detail .bubble-menu .toolbar-btn.is-active {
  background: #6A00F5;
  color: #FFF;
}
#editor-detail .control-group .toolbar-btn[disabled],
#editor-detail .bubble-menu .toolbar-btn[disabled] {
  background: rgba(61, 37, 20, 0.05);
  color: gray;
}
#editor-detail .editor-wrapper .tiptap-input {
  border: 1px solid rgba(201, 201, 204, 0.48);
  box-shadow: inset 0 1px 2px rgba(35, 44, 72, 0.0588235294);
  border-radius: 3px;
  padding: 10px 12px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
#editor-detail .editor-wrapper .tiptap-input[placeholder]:before {
  position: absolute;
  content: attr(placeholder);
  color: #707684;
  font-weight: 400;
  display: none;
}
#editor-detail .editor-wrapper .tiptap-input[placeholder]:has(> p:only-child br:only-child):before {
  display: block;
}
#editor-detail .editor-video-wrapper .editor-video-caption {
  margin: 4px 0 0;
  padding: 5px 12px !important;
}
#editor-detail .editor-video-wrapper .editor-video-caption p {
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
  color: #556ee6;
  font-style: italic;
}
#editor-detail .editor-video-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
#editor-detail .editor-video-wrapper.ProseMirror-selectednode video {
  outline: 3px solid #6A00F5;
}
#editor-detail .editor-video-wrapper.float-right {
  float: right;
  margin-left: 20px;
  width: 50%;
}
#editor-detail .editor-video-wrapper.float-left {
  float: left;
  margin-right: 20px;
  width: 50%;
}
#editor-detail .editor-video-wrapper.float-none {
  float: none;
  margin: auto;
  width: 100%;
}
#editor-detail .editor-video-wrapper.w-stretch {
  float: none;
  margin: auto;
  width: 100%;
}
#editor-detail .editor-video-wrapper.w-stretch video {
  width: calc(100% + 48px) !important;
  max-width: calc(100% + 48px) !important;
  margin-left: -24px;
}
#editor-detail .editor-wrapper .tableWrapper table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
#editor-detail .editor-wrapper .tableWrapper table td,
#editor-detail .editor-wrapper .tableWrapper table th {
  border: 1px solid rgba(61, 37, 20, 0.12);
  box-sizing: border-box;
  min-width: 1em;
  padding: 6px 8px;
  position: relative;
  vertical-align: top;
}
#editor-detail .editor-wrapper .tableWrapper table td > *,
#editor-detail .editor-wrapper .tableWrapper table th > * {
  margin-bottom: 0;
}
#editor-detail .editor-wrapper .tableWrapper table th {
  background-color: rgba(61, 37, 20, 0.05);
  font-weight: bold;
  text-align: left;
}
#editor-detail .editor-wrapper .tableWrapper table .selectedCell:after {
  background: rgba(61, 37, 20, 0.08);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
#editor-detail .editor-wrapper .tableWrapper table .column-resize-handle {
  background-color: #6A00F5;
  bottom: -2px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: 0;
  width: 4px;
}
#editor-detail .editor-wrapper .tableWrapper .tableWrapper {
  margin: 1.5rem 0;
  overflow-x: auto;
}
#editor-detail .tiptap.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}
#editor-detail .editor-image-wrapper .editor-image-caption {
  margin: 4px 0 0;
  padding: 5px 12px !important;
}
#editor-detail .editor-image-wrapper .editor-image-caption p {
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
  color: #556ee6;
  font-style: italic;
}
#editor-detail .editor-image-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
#editor-detail .editor-image-wrapper.ProseMirror-selectednode img {
  outline: 3px solid #6A00F5;
}
#editor-detail .editor-image-wrapper.editor-float-right {
  float: right;
  margin-left: 20px;
  width: 50%;
  z-index: 10;
}
#editor-detail .editor-image-wrapper.editor-float-left {
  float: left;
  margin-right: 20px;
  width: 50%;
}
#editor-detail .editor-image-wrapper.editor-float-none {
  float: none;
  margin: auto;
  width: 100%;
}
#editor-detail .editor-image-wrapper.editor-w-stretch {
  float: none;
  margin: auto;
  width: 100%;
}
#editor-detail .editor-image-wrapper.editor-w-stretch img {
  width: calc(100% + 48px) !important;
  max-width: calc(100% + 48px) !important;
  margin-left: -24px;
}
#editor-detail .editor-image-wrapper.editor-w-25 {
  width: 25%;
}
#editor-detail .editor-image-wrapper.editor-w-50 {
  width: 50%;
}
#editor-detail .editor-image-wrapper.editor-w-75 {
  width: 75%;
}
#editor-detail .editor-image-wrapper.editor-w-100 {
  width: 100%;
}
#editor-detail .editor-blockquote-wrapper::before {
  content: url(/images/BxsQuoteLeft.svg?15fff6e30b2144309e1ae795eb4372b7);
  position: absolute;
  height: auto;
  top: -20px;
  left: 30px;
  background-color: transparent;
  padding: 0 10px;
  z-index: -1;
}
#editor-detail .editor-blockquote-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  top: -1px;
  left: 28px;
  background-color: #fff;
  z-index: -2;
}
#editor-detail .editor-blockquote-wrapper {
  border: 1px solid #343a40;
  margin: 1.5rem auto 0.5rem;
  margin-top: 10px !important;
  position: relative;
  width: 100%;
  padding: 28px;
  font-size: 18px;
  z-index: -1;
  font-family: noto-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 4px;
  clear: both;
  display: table;
  background-color: #f8e4ff;
}
#editor-detail .editor-blockquote-wrapper.editor-float-right {
  float: right;
  margin-left: 20px;
  width: 50%;
  z-index: 10;
}
#editor-detail .editor-blockquote-wrapper.editor-float-left {
  float: left;
  margin-right: 20px;
  width: 50%;
}
#editor-detail .editor-blockquote-wrapper.editor-float-none {
  float: none;
  margin: auto;
  width: 100%;
  z-index: 10;
}
#editor-detail .editor-blockquote-wrapper.editor-w-25 {
  width: 25%;
}
#editor-detail .editor-blockquote-wrapper.editor-w-50 {
  width: 50%;
}
#editor-detail .editor-blockquote-wrapper.editor-w-75 {
  width: 75%;
}
#editor-detail .editor-blockquote-wrapper.editor-w-100 {
  width: 100%;
}
#editor-detail .editor-blockquote-wrapper :has(.editor-blockquote-content):hover {
  cursor: pointer;
}
#editor-detail .editor-blockquote-wrapper .editor-blockquote-content {
  margin: 2rem;
}
#editor-detail .editor-blockquote-wrapper.ProseMirror-selectednode {
  border: 2px solid #6A00F5;
}
#editor-detail .editor-blockquote-wrapper p {
  margin-bottom: 16px;
}
#editor-detail .quote-decorator {
  background-color: #fff;
  content: "\f10d";
  top: -16px;
  left: 16px;
  text-align: center;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  color: #343a40;
  font-size: 28px;
  font-weight: 700;
  width: 32px;
  height: 32px;
}
#editor-detail .quote-decorator :hover {
  cursor: pointer;
}
