@import url('quill.snow.css');


.ql-editor ol
{
    padding-inline-start: 40px !important;
}

.ql-editor li
{
    list-style-type: disc !important;
    padding-left: 0;
}


.ql-snow .ql-editor li[data-list="bullet"] > .ql-ui::before
{
    display: none !important;
}

.ql-snow .ql-editor li[data-list="bullet"] > .ql-ui
{
    display: none !important;
}


.ql-snow .ql-editor ol[data-list="bullet"] li *
{
    text-decoration: none !important;
    border-bottom: none !important;
}

.ql-editor li[data-list="ordered"]
{
    list-style-type: none !important;
}


