.ql-editor {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    color: #5e6278!important;
    background-color: #f5f8fa!important;
    border-bottom-left-radius: 0.475rem !important;
    border-bottom-right-radius: 0.475rem !important;
    min-height: 200px !important;
}

.ql-editor ol li {
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.text-quill ol li {
    font-size: 1rem !important;
    padding: 10px 0px !important;
    color: #78829D!important;
    background-color: var(--bs-list-group-bg) !important;
}

.text-quill ol li:not(:last-child):not(:only-child) {
    border-bottom: 1px dashed #78829D !important;
}