<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Trumbowyg v2.10.0 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */

.dundas-application--root #trumbowyg-icons {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
}

    .dundas-application--root #trumbowyg-icons svg {
        height: 0;
        width: 0;
    }

.dundas-application--root .trumbowyg-box *,
.dundas-application--root .trumbowyg-box *::before,
.dundas-application--root .trumbowyg-box *::after {
    box-sizing: border-box;
}

.dundas-application--root .trumbowyg-box svg {
    width: 17px;
    height: 100%;
    fill: #222;
}

.dundas-application--root .trumbowyg-box,
.dundas-application--root .trumbowyg-editor {
    display: block;
    position: relative;
    border: 1px solid #DDD;
    width: 100%;
    min-height: 300px;
    margin: 17px auto;
}

    .dundas-application--root .trumbowyg-box .trumbowyg-editor {
        margin: 0 auto;
    }

    .dundas-application--root .trumbowyg-box.trumbowyg-fullscreen {
        background: #FEFEFE;
        border: none !important;
    }

.dundas-application--root .trumbowyg-editor,
.dundas-application--root .trumbowyg-textarea {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    min-height: 300px;
    width: 100%;
    border-style: none;
    resize: none;
    outline: none;
    overflow: auto;
}

    .dundas-application--root .trumbowyg-editor.trumbowyg-autogrow-on-enter,
    .dundas-application--root .trumbowyg-textarea.trumbowyg-autogrow-on-enter {
        transition: height 300ms ease-out;
    }

.dundas-application--root .trumbowyg-box-blur .trumbowyg-editor *,
.dundas-application--root .trumbowyg-box-blur .trumbowyg-editor::before {
    color: transparent !important;
    text-shadow: 0 0 7px #333;
}

@media screen and (min-width: 0 \0) {
    .dundas-application--root .trumbowyg-box-blur .trumbowyg-editor *,
    .dundas-application--root .trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(200, 200, 200, 0.6) !important;
    }
}

@supports (-ms-accelerator: true) {
    .dundas-application--root .trumbowyg-box-blur .trumbowyg-editor *,
    .dundas-application--root .trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(200, 200, 200, 0.6) !important;
    }
}

.dundas-application--root .trumbowyg-box-blur .trumbowyg-editor img,
.dundas-application--root .trumbowyg-box-blur .trumbowyg-editor hr {
    opacity: 0.2;
}

.dundas-application--root .trumbowyg-textarea {
    position: relative;
    display: block;
    overflow: auto;
    border: none;
    font-size: 14px;
    font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
    line-height: 18px;
}

.dundas-application--root .trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    height: 1px !important;
    width: 25%;
    min-height: 0 !important;
    padding: 0 !important;
    background: none;
    opacity: 0 !important;
}

.dundas-application--root .trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
    display: block;
}

.dundas-application--root .trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
    display: none;
}

.dundas-application--root .trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
    opacity: 0.8;
    background: none;
}

.dundas-application--root .trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
    content: attr(placeholder);
    color: #999;
    pointer-events: none;
}

.dundas-application--root .trumbowyg-button-pane {
    width: 100%;
    min-height: 36px;
    background: #ecf0f1;
    border-bottom: 1px solid #d7e0e2;
    margin: 0;
    padding: 0 5px;
    position: relative;
    list-style-type: none;
    line-height: 10px;
    backface-visibility: hidden;
    z-index: 11;
}

    .dundas-application--root .trumbowyg-button-pane::after {
        content: " ";
        display: block;
        position: absolute;
        top: 36px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #d7e0e2;
    }

    .dundas-application--root .trumbowyg-button-pane .trumbowyg-button-group {
        display: inline-block;
    }

        .dundas-application--root .trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
            color: transparent;
        }

        .dundas-application--root .trumbowyg-button-pane .trumbowyg-button-group::after {
            content: " ";
            display: inline-block;
            width: 1px;
            background: #d7e0e2;
            margin: 0 1px;
            height: 35px;
            vertical-align: top;
        }

        .dundas-application--root .trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
            content: none;
        }

    .dundas-application--root .trumbowyg-button-pane button {
        display: inline-block;
        position: relative;
        width: 33px;
        height: 35px;
        padding: 1px 6px !important;
        margin-bottom: 1px;
        overflow: hidden;
        border: none;
        cursor: pointer;
        background: none;
        vertical-align: middle;
        transition: background-color 150ms, opacity 150ms;
    }

        .dundas-application--root .trumbowyg-button-pane button.trumbowyg-textual-button {
            width: auto;
            line-height: 35px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .dundas-application--root .trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
        .dundas-application--root .trumbowyg-button-pane button.trumbowyg-disable,
        .dundas-application--root .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
            opacity: 0.2;
            cursor: default;
        }

    .dundas-application--root .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
    .dundas-application--root .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
        background: #e3e9eb;
    }

    .dundas-application--root .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
    .dundas-application--root .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
    .dundas-application--root .trumbowyg-button-pane button.trumbowyg-active {
        background-color: #FFF;
        outline: none;
    }

    .dundas-application--root .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
        display: block;
        content: " ";
        position: absolute;
        top: 25px;
        right: 3px;
        height: 0;
        width: 0;
        border: 3px solid transparent;
        border-top-color: #555;
    }

    .dundas-application--root .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
        padding-left: 10px !important;
        padding-right: 18px !important;
    }

        .dundas-application--root .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
            top: 17px;
            right: 7px;
        }

    .dundas-application--root .trumbowyg-button-pane .trumbowyg-right {
        float: right;
    }

.dundas-application--root .trumbowyg-dropdown {
    width: 200px;
    border: 1px solid #ecf0f1;
    padding: 5px 0;
    border-top: none;
    background: #FFF;
    margin-left: -1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
    z-index: 12;
}

    .dundas-application--root .trumbowyg-dropdown button {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        text-decoration: none;
        background: #FFF;
        padding: 0 10px;
        color: #333 !important;
        border: none;
        cursor: pointer;
        text-align: left;
        font-size: 15px;
        transition: all 150ms;
    }

        .dundas-application--root .trumbowyg-dropdown button:hover,
        .dundas-application--root .trumbowyg-dropdown button:focus {
            background: #ecf0f1;
        }

        .dundas-application--root .trumbowyg-dropdown button svg {
            float: left;
            margin-right: 14px;
        }

/* Modal box */
.dundas-application--root .trumbowyg-modal {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 520px;
    width: 100%;
    height: 350px;
    z-index: 12;
    overflow: hidden;
    backface-visibility: hidden;
}

.dundas-application--root .trumbowyg-modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: calc(100% - 20px);
    padding-bottom: 45px;
    z-index: 1;
    background-color: #FFF;
    text-align: center;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
    backface-visibility: hidden;
}

    .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-title {
        font-size: 24px;
        font-weight: bold;
        margin: 0 0 20px;
        padding: 15px 0 13px;
        display: block;
        border-bottom: 1px solid #EEE;
        color: #333;
        background: #fbfcfc;
    }

    .dundas-application--root .trumbowyg-modal-box .trumbowyg-progress {
        width: 100%;
        height: 3px;
        position: absolute;
        top: 58px;
    }

        .dundas-application--root .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
            background: #2BC06A;
            width: 0;
            height: 100%;
            transition: width 150ms linear;
        }

    .dundas-application--root .trumbowyg-modal-box label {
        display: block;
        position: relative;
        margin: 15px 12px;
        height: 29px;
        line-height: 29px;
        overflow: hidden;
    }

        .dundas-application--root .trumbowyg-modal-box label .trumbowyg-input-infos {
            display: block;
            text-align: left;
            height: 25px;
            line-height: 25px;
            transition: all 150ms;
        }

            .dundas-application--root .trumbowyg-modal-box label .trumbowyg-input-infos span {
                display: block;
                color: #69878f;
                background-color: #fbfcfc;
                border: 1px solid #DEDEDE;
                padding: 0 7px;
                width: 150px;
            }

                .dundas-application--root .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
                    color: #e74c3c;
                }

        .dundas-application--root .trumbowyg-modal-box label.trumbowyg-input-error input,
        .dundas-application--root .trumbowyg-modal-box label.trumbowyg-input-error textarea {
            border: 1px solid #e74c3c;
        }

        .dundas-application--root .trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
            margin-top: -27px;
        }

        .dundas-application--root .trumbowyg-modal-box label input {
            position: absolute;
            top: 0;
            right: 0;
            height: 27px;
            line-height: 27px;
            border: 1px solid #DEDEDE;
            background: #fff;
            font-size: 14px;
            max-width: 330px;
            width: 70%;
            padding: 0 7px;
            transition: all 150ms;
        }

            .dundas-application--root .trumbowyg-modal-box label input:hover,
            .dundas-application--root .trumbowyg-modal-box label input:focus {
                outline: none;
                border: 1px solid #95a5a6;
            }

            .dundas-application--root .trumbowyg-modal-box label input:focus {
                background: #fbfcfc;
            }

            .dundas-application--root .trumbowyg-modal-box label input[type="checkbox"] {
                left: 5px;
                top: 5px;
                right: auto;
            }

                .dundas-application--root .trumbowyg-modal-box label input[type="checkbox"] + .trumbowyg-input-infos span {
                    width: auto;
                    padding-left: 25px;
                }

    .dundas-application--root .trumbowyg-modal-box .error {
        margin-top: 25px;
        display: block;
        color: red;
    }

    .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button {
        position: absolute;
        bottom: 10px;
        right: 0;
        text-decoration: none;
        color: #FFF;
        display: block;
        width: 100px;
        height: 35px;
        line-height: 33px;
        margin: 0 10px;
        background-color: #333;
        border: none;
        cursor: pointer;
        font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
        font-size: 16px;
        transition: all 150ms;
    }

        .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
            right: 110px;
            background: #2bc06a;
        }

            .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,
            .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
                background: #40d47e;
                outline: none;
            }

            .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
                background: #25a25a;
            }

        .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
            color: #555;
            background: #e6e6e6;
        }

            .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,
            .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
                background: #fbfbfb;
                outline: none;
            }

            .dundas-application--root .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
                background: #d5d5d5;
            }

.dundas-application--root .trumbowyg-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 10;
}

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
    overflow: hidden;
}

.dundas-application--root .trumbowyg-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

    .dundas-application--root .trumbowyg-fullscreen.trumbowyg-box,
    .dundas-application--root .trumbowyg-fullscreen .trumbowyg-editor {
        border: none;
    }

    .dundas-application--root .trumbowyg-fullscreen .trumbowyg-editor,
    .dundas-application--root .trumbowyg-fullscreen .trumbowyg-textarea {
        height: calc(100% - 37px) !important;
        overflow: auto;
    }

    .dundas-application--root .trumbowyg-fullscreen .trumbowyg-overlay {
        height: 100% !important;
    }

    .dundas-application--root .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
        color: #222;
        fill: transparent;
    }

.dundas-application--root .trumbowyg-editor {
    /*
     * lset for resetCss option
     */
}

    .dundas-application--root .trumbowyg-editor object,
    .dundas-application--root .trumbowyg-editor embed,
    .dundas-application--root .trumbowyg-editor video,
    .dundas-application--root .trumbowyg-editor img {
        max-width: 100%;
    }

    .dundas-application--root .trumbowyg-editor video,
    .dundas-application--root .trumbowyg-editor img {
        height: auto;
    }

    .dundas-application--root .trumbowyg-editor img {
        cursor: move;
    }

    .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css {
        background: #FEFEFE !important;
        font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
        font-size: 14px !important;
        line-height: 1.45em !important;
        color: #333;
    }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css a {
            color: #15c !important;
            text-decoration: underline !important;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css div,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css p,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ul,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ol,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css blockquote {
            box-shadow: none !important;
            background: none !important;
            margin: 0 !important;
            margin-bottom: 15px !important;
            line-height: 1.4em !important;
            font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
            font-size: 14px !important;
            border: none;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css iframe,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css object,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css hr {
            margin-bottom: 15px !important;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css blockquote {
            margin-left: 32px !important;
            font-style: italic !important;
            color: #555;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ul {
            list-style: disc;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ul,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ol {
            padding-left: 20px !important;
        }

            .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ul ul,
            .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ol ol,
            .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ul ol,
            .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css ol ul {
                border: none;
                margin: 2px !important;
                padding: 0 !important;
                padding-left: 24px !important;
            }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css hr {
            display: block;
            height: 1px;
            border: none;
            border-top: 1px solid #CCC;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css h1,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css h2,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css h3,
        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css h4 {
            color: #111;
            background: none;
            margin: 0 !important;
            padding: 0 !important;
            font-weight: bold;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css h1 {
            font-size: 32px !important;
            line-height: 38px !important;
            margin-bottom: 20px !important;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css h2 {
            font-size: 26px !important;
            line-height: 34px !important;
            margin-bottom: 15px !important;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css h3 {
            font-size: 22px !important;
            line-height: 28px !important;
            margin-bottom: 7px !important;
        }

        .dundas-application--root .trumbowyg-editor.trumbowyg-reset-css h4 {
            font-size: 16px !important;
            line-height: 22px !important;
            margin-bottom: 7px !important;
        }

/*
 * Dark theme
 */
.dundas-application--root .trumbowyg-dark .trumbowyg-textarea {
    background: #111;
    color: #ddd;
}

.dundas-application--root .trumbowyg-dark .trumbowyg-box {
    border: 1px solid #343434;
}

    .dundas-application--root .trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
        background: #111;
    }

    .dundas-application--root .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .dundas-application--root .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        text-shadow: 0 0 7px #ccc;
    }

@media screen and (min-width: 0 \0 ) {
    .dundas-application--root .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .dundas-application--root .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important;
    }
}

@supports (-ms-accelerator: true) {
    .dundas-application--root .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .dundas-application--root .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
        color: rgba(20, 20, 20, 0.6) !important;
    }
}

.dundas-application--root .trumbowyg-dark .trumbowyg-box svg {
    fill: #ecf0f1;
    color: #ecf0f1;
}

.dundas-application--root .trumbowyg-dark .trumbowyg-button-pane {
    background-color: #222;
    border-bottom-color: #343434;
}

    .dundas-application--root .trumbowyg-dark .trumbowyg-button-pane::after {
        background: #343434;
    }

    .dundas-application--root .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
        background-color: #343434;
    }

    .dundas-application--root .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
        color: transparent;
    }

    .dundas-application--root .trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
        background-color: #2a2a2a;
    }

    .dundas-application--root .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
    .dundas-application--root .trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
    .dundas-application--root .trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
        background-color: #333;
    }

    .dundas-application--root .trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
        border-top-color: #fff;
    }

.dundas-application--root .trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #ecf0f1;
    fill: transparent;
}

.dundas-application--root .trumbowyg-dark .trumbowyg-dropdown {
    border-color: #222;
    background: #333;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

    .dundas-application--root .trumbowyg-dark .trumbowyg-dropdown button {
        background: #333;
        color: #fff !important;
    }

        .dundas-application--root .trumbowyg-dark .trumbowyg-dropdown button:hover,
        .dundas-application--root .trumbowyg-dark .trumbowyg-dropdown button:focus {
            background: #222;
        }

.dundas-application--root .trumbowyg-dark .trumbowyg-modal-box {
    background-color: #222;
}

    .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
        border-bottom: 1px solid #555;
        color: #fff;
        background: #3c3c3c;
    }

    .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label {
        display: block;
        position: relative;
        margin: 15px 12px;
        height: 27px;
        line-height: 27px;
        overflow: hidden;
    }

        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
            color: #eee;
            background-color: #2f2f2f;
            border-color: #222;
        }

            .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
                color: #e74c3c;
            }

        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
            border-color: #e74c3c;
        }

        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label input {
            border-color: #222;
            color: #eee;
            background: #333;
        }

            .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label input:hover,
            .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label input:focus {
                border-color: #626262;
            }

            .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box label input:focus {
                background-color: #2f2f2f;
            }

    .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
        background: #1b7943;
    }

        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,
        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
            background: #25a25a;
        }

        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
            background: #176437;
        }

    .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
        background: #333;
        color: #ccc;
    }

        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,
        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
            background: #444;
        }

        .dundas-application--root .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
            background: #111;
        }

.dundas-application--root .trumbowyg-dark .trumbowyg-overlay {
    background-color: rgba(15, 15, 15, 0.6);
}


/**
 * Trumbowyg v2.10.0 - A lightweight WYSIWYG editor
 * Trumbowyg plugin stylesheet
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */

.dundas-application--root .trumbowyg-dropdown-foreColor,
.dundas-application--root .trumbowyg-dropdown-backColor {
    width: 276px;
    padding: 7px 5px;
}

    .dundas-application--root .trumbowyg-dropdown-foreColor svg,
    .dundas-application--root .trumbowyg-dropdown-backColor svg {
        display: none !important;
    }

    .dundas-application--root .trumbowyg-dropdown-foreColor button,
    .dundas-application--root .trumbowyg-dropdown-backColor button {
        display: block;
        position: relative;
        float: left;
        text-indent: -9999px;
        height: 20px !important;
        width: 20px !important;
        border: 1px solid #333;
        padding: 0;
        margin: 2px;
    }

        .dundas-application--root .trumbowyg-dropdown-foreColor button:hover::after,
        .dundas-application--root .trumbowyg-dropdown-foreColor button:focus::after,
        .dundas-application--root .trumbowyg-dropdown-backColor button:hover::after,
        .dundas-application--root .trumbowyg-dropdown-backColor button:focus::after {
            content: " ";
            display: block;
            position: absolute;
            top: -5px;
            left: -5px;
            height: 27px;
            width: 27px;
            background: inherit;
            border: 1px solid #FFF;
            box-shadow: #000 0 0 2px;
            z-index: 10;
        }
</pre></body></html>