.ck.ck-editor__main {
	margin-left: 0px;
}
.ck-content p strong {
  display: inline-block;
  margin-right: 2px;
}
.ck-content ul {
  list-style-type: none !important;
  margin-inline: 15px 0;
}
.ck-content  ol {
  list-style-type: none !important;
  margin-inline: 0;
  counter-reset: list;
  word-break: break-word;
}
.ck-editor__main   ul li {
  margin-left: 0;
  white-space: pre-wrap;
  word-break: break-word;
  position: relative;
}
.ck-editor__main   ul li:before {
  content: "";
  font-weight: bold;
  margin: 9px 6px 4px 0;
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #f50;
  position: absolute;
  left: 0;
}
.ck-editor__main   ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  color: #f50;
  font-weight: 500;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
.ck-editor__main   ul li strong, em, u, s, sup, sub
.ck-editor__main   ol li strong, em, u, s, sup, sub {
  display: inline-block;
}
.ck-editor__editable .ck-list-bogus-paragraph {
  display: inline-block !important;
}
.ck-editor__editable .ck-list-bogus-paragraph span,
.ck-editor__editable .ck-list-bogus-paragraph a {
  display: inline;
}
.ck-editor__editable span.ck-list-bogus-paragraph span {
	position: relative;
	left: 0px !important;
  display: inline;
}
.ck-editor__editable .ck-list-bogus-paragraph a span {
  color: #ff5500 !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
  cursor: pointer;
  left: 0;
}
.ck-editor__main ol {
  counter-reset: list;
  word-break: break-word;
  list-style: none;
  padding-left: 0;
}
.ck-editor__main   ol li {
  margin: 0 0 8px 15px;
  padding-left: 20px !important;
  position: relative;
}
.ck-editor__main ::after {
  display: contents;
  clear: both;
  content: "";
}
.ck-editor__main span.ck-fake-link-selection {
  display: inline-block;
}
.ck-editor__main   ul li p,
.ck-editor__main   ul li span {
  position: relative;
  left: 20px;
}

.ck-editor__main ol {
  counter-reset: section;
  list-style: none;
}
.ck-editor__main ol > li {
  counter-increment: section;
  list-style: none;
  position: relative;
}
.ck-editor__main ol > li::before {
  content: counter(section) ". ";
}
.ck-editor__main ol li ul {
  list-style: none;
}
.ck-editor__main ol li ul li {
  display: block;
  counter-increment: none !important;
  list-style: none !important;
  margin-left: 0;
}
.ck-editor__main ol li ul li::before {
  content: " ";
}
.ck-editor__main ol li ul li span {
  position: relative;
  left: 0;
}
.ck-editor__main ol li ul li a strong {
  text-decoration: underline;
}

.ck-editor__main ul {
  list-style-type: none;
}
.ck-editor__main ul ol {
  list-style: none;
  counter-reset: section;
}
.ck-editor__main ul ol > li {
  counter-increment: section;
  position: relative;
  list-style: none !important;
}
.ck-editor__main ul ol > li::before {
  display: none;
}
.ck-editor__main ul ol li {
  list-style: none !important;
}
.ck-editor__main ul ol li span {
  padding-left: 20px;
}
.ck-editor__main ul li ol li {
  padding-left: 0 !important;
  margin-left: 20px !important;
  position: relative;
}
.ck-editor__main ul ol li span::before {
  content: counter(section) ". ";
  color: #f50;
  font-weight: 500;
  margin-right: 5px;
  position: absolute;
  left: 0;
}