﻿.validation-message {
    color: #d26d69;
}

.ql-toolbar {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}

.ql-container {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-color: #e7e9ed;
}

.html-editor > .ql-container > .ql-editor {
    min-height: 200px;
}