/*** QL EDITOR ***/

.ql-indent-1 {
    margin-left: 5em !important;
}

.ql-indent-2 {
    margin-left: 10em !important;
}

.ql-indent-3 {
    margin-left: 15em !important;
}

.ql-indent-4 {
    margin-left: 20em !important;
}

.ql-indent-5 {
    margin-left: 25em !important;
}

.ql-indent-6 {
    margin-left: 30em !important;
}

.ql-indent-7 {
    margin-left: 35em !important;
}

.ql-indent-8 {
    margin-left: 40em !important;
}

.ql-indent-9 {
    margin-left: 45em !important;
}

.mobile .ql-indent-1 {
    margin-left: 2em !important;
}

.mobile .ql-indent-2 {
    margin-left: 4em !important;
}

.mobile .ql-indent-3 {
    margin-left: 6em !important;
}

.mobile .ql-indent-4 {
    margin-left: 8em !important;
}

.mobile .ql-indent-5 {
    margin-left: 10em !important;
}

.mobile .ql-indent-6 {
    margin-left: 12em !important;
}

.mobile .ql-indent-7 {
    margin-left: 14em !important;
}

.mobile .ql-indent-8 {
    margin-left: 16em !important;
}

.mobile .ql-indent-9 {
    margin-left: 18em !important;
}

.ql-data {
    word-break: break-word;
    /** P spacing **/
    /* line-height: 1.6em; */
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-bottom: 1em !important;
}

.device ol, .device ul {
    padding: 0 24px;
}

ul li, 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;
    list-style: none;
}

ul li:before {
    content: counter(list-0, disc) ' ';
}

ul li.ql-indent-1, ol li.ql-indent-1 {
    counter-increment: list-1;
}

ul li.ql-indent-1:before {
    content: counter(list-1, circle) ' ';
}

ul li.ql-indent-1, ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

ul li.ql-indent-2, ol li.ql-indent-2 {
    counter-increment: list-2;
}

ul li.ql-indent-2:before {
    content: counter(list-2, disc) ' ';
}

ul li.ql-indent-2, ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

ul li.ql-indent-3, ol li.ql-indent-3 {
    counter-increment: list-3;
}

ul li.ql-indent-3:before {
    content: counter(list-3, circle) ' ';
}

ul li.ql-indent-3, ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

ul li.ql-indent-4, ol li.ql-indent-4 {
    counter-increment: list-4;
}

ul li.ql-indent-4:before {
    content: counter(list-4, disc) ' ';
}

ul li.ql-indent-4, ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}

ul li.ql-indent-5, ol li.ql-indent-5 {
    counter-increment: list-5;
}

ul li.ql-indent-5:before {
    content: counter(list-5, circle) ' ';
}

ul li.ql-indent-5, ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}

ul li.ql-indent-6, ol li.ql-indent-6 {
    counter-increment: list-6;
}

ul li.ql-indent-6:before {
    content: counter(list-6, disc) ' ';
}

ul li.ql-indent-6, ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}

ul li.ql-indent-7, ol li.ql-indent-7 {
    counter-increment: list-7;
}

ul li.ql-indent-7:before {
    content: counter(list-7, circle) ' ';
}

ul li.ql-indent-7, ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}

ul li.ql-indent-8, ol li.ql-indent-8 {
    counter-increment: list-8;
}

ul li.ql-indent-8:before {
    content: counter(list-8, disc) ' ';
}

ul li.q-indent-8, ol li.ql-indent-8 {
    counter-reset: list-9;
}

ul li.ql-indent-9, ol li.ql-indent-9 {
    counter-increment: list-9;
}

ul li.ql-indent-9:before {
    content: counter(list-9, circle) ' ';
}


ol li:before {
    content: counter(list-0, decimal) '. ' !important;
}

ol li.ql-indent-1:before {
    content: counter(list-1, decimal) '. ' !important;
}

ol li.ql-indent-2:before {
    content: counter(list-2, decimal) '. ' !important;
}

ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ' !important;
}

ol li.ql-indent-4:before {
    content: counter(list-4, decimal) '. ' !important;
}

ol li.ql-indent-5:before {
    content: counter(list-5, decimal) '. ' !important;
}

ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ' !important;
}

ol li.ql-indent-7:before {
    content: counter(list-7, decimal) '. ' !important;
}

ol li.ql-indent-8:before {
    content: counter(list-8, decimal) '. ' !important;
}

ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ' !important;
}

/*** QL EDITOR ***/