.ql-size-small {
    font-size: 12px;
}

.ql-size-large {
    font-size: 36px;
}

.ql-align-center {
    text-align: center !important;
}

.ql-align-right {
    text-align: right !important;
}

.ql-align-justify {
    text-align: justify !important;
}

ol[data-list="bullet"] {
    list-style-type: disc;
    counter-reset: none;
}

ol[data-list="bullet"] li {
    list-style-type: disc;
}