/* --- TMAVÝ MOTIV 992 --- */
.motiv-992 .html-editor.se-editor {
        border-color: var(--bordersedy);
}

.motiv-992 .html-editor .html-editor-header .item-visible.last-in-group:not(.se-last-visible)::before {
        background-color: var(--bordersedy);
}

.motiv-992 .html-editor .html-editor-header .item-visible.disabled:hover {
        background-color: transparent;
}

.motiv-992 .html-editor-header .se-header {
        background-color: var(--bgbarva-seda2);
        color: var(--text);
        border-color: var(--bordersedy);
}

.motiv-992 .html-editor.se-editor .se-header {
	border-color: var(--bordersedy);
}

.motiv-992 .html-editor-header .se-header .js-se-undo.disabled,
.motiv-992 .html-editor-header .se-header .js-se-redo.disabled {
        color: var(--disabledBgColor);
}

.motiv-992 .html-editor .se-content {
        background-color: var(--input-bg);
}

.motiv-992 .html-editor .se-content::selection,
.motiv-992 .html-editor .se-content ::selection {
        background-color: var(--bgbarva-sedahover-sv);
}

.motiv-992 .html-editor .html-editor-header .item-visible:hover {
        background-color: var(--bgbarva-sedahover-sv);
}

.motiv-992 .html-editor-dropdown .btn:hover,
.motiv-992 .html-editor-dropdown .btn:active,
.motiv-992 .tools_visible .item-visible:hover,
.motiv-992 .tools_visible .item-visible:active,
.motiv-992 .tools_visible .item-visible.active {
        background-color: var(--bgbarva-sedahover-sv);
}
