ol li::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
  }
ol li {
  padding-left: 1.5em;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
ol li:before {
  content: counter(list-0, decimal) '. ';
}
ol {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}
ol li {
    list-style-type: none;
}
  .ql-indent-1 {
    counter-increment: list-1;
  }
  .ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }
  .ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .ql-indent-2 {
    counter-increment: list-2;
  }
  .ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }
  .ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .ql-indent-3 {
    counter-increment: list-3;
  }
  .ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }
  .ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .ql-indent-4 {
    counter-increment: list-4;
  }
  .ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }
  .ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
  .ql-indent-5 {
    counter-increment: list-5;
  }
  .ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }
  .ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
  .ql-indent-6 {
    counter-increment: list-6;
  }
  .ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }
  .ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
  .ql-indent-7 {
    counter-increment: list-7;
  }
  .ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }
  .ql-indent-7 {
    counter-reset: list-8 list-9;
  }
  .ql-indent-8 {
    counter-increment: list-8;
  }
  .ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }
  .ql-indent-8 {
    counter-reset: list-9;
  }
  .ql-indent-9 {
    counter-increment: list-9;
  }
  .ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }
  .ql-indent-1 {
    padding-left: 3em;
  }
  .ql-indent-2 {
    padding-left: 5em;
  }
  .ql-indent-3 {
    padding-left: 7em;
  }
  .ql-indent-4 {
    padding-left: 9em;
  }
  .ql-indent-5 {
    padding-left: 11em;
  }
  .ql-indent-6 {
    padding-left: 13em;
  }
  .ql-indent-7 {
    padding-left: 15em;
  }
  .ql-indent-8 {
    padding-left: 17em;
  }
  .ql-indent-9 {
    padding-left: 19em;
  }
  .ql-align-center {
    text-align: center !important;
  }
  /*.ql-align-justify {
    text-align: var(--story-text-align, justify)
  }*/
  .ql-align-right {
    text-align: right;
  }
/*hack for firefox */
.ql-align-justify {
  white-space: pre-line;
}
