.dx-htmleditor-content {
    color: #333 !important;
}
.dx-htmleditor-content h1 {
    text-align: unset !important;
    height: unset !important;
    border: unset !important;
    padding: unset !important;
    margin: unset !important;
    background-image: unset !important;
    display: block !important;
    font-size: 2em !important;
    color: #333 !important;
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    unicode-bidi: isolate !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
}

.dx-htmleditor-content h2 {
    text-align: unset !important;
    height: unset !important;
    border: unset !important;
    padding: unset !important;
    margin: unset !important;
    background-image: unset !important;
    display: block !important;
    font-size: 1.5em !important;
    color: #333 !important;
    margin-block-start: 0.83em !important;
    margin-block-end: 0.83em !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    font-weight: normal !important;
    unicode-bidi: isolate !important;
    line-height: 1.2 !important;
}

.dx-htmleditor-content h3 {
    text-align: unset !important;
    height: unset !important;
    border: unset !important;
    padding: unset !important;
    margin: unset !important;
    background-image: unset !important;
    display: block !important;
    font-size: 1.17em !important;
    color: #333 !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    font-weight: normal !important;
    unicode-bidi: isolate !important;
    line-height: 1.2 !important;
}
.special-chars .dx-buttongroup-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 1px;
}


.dx-field-value-static, .dx-field-value.fields-special-chars:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 100%;
}
.dx-button-mode-contained.dx-button-grey {
    background-color: grey;
    color: white;
}
.button-special-char {
    font-size: 18px;
}