/* used color #000 , #fff , #CCC, #f9f9f9 */
/* font color #333, background color: #fff */
/* grey color #e1e1e1 , #d1d1d1 , #c1c1c1 , #b1b1b1 */
/* blue color #c7deff , #80bdff , #3f9dff , #4592ff */
/* red color #b94a48 , #f2dede , #eed3d7 */

/** --- suneditor main */
.sun-editor {width:auto; height:auto; box-sizing:border-box; font-family:Helvetica Neue, sans-serif; border:1px solid #dadada; text-align:left; background-color:#FFF; color:#000; user-select:none; -o-user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none;}
.sun-editor * {box-sizing:border-box;  -webkit-user-drag:none; overflow:visible;}
.sun-editor-common input, .sun-editor-common select, .sun-editor-common textarea, .sun-editor-common button {font-size:14px; line-height:1.5;}
.sun-editor-common body, .sun-editor-common div, .sun-editor-common dl, .sun-editor-common dt, .sun-editor-common dd, .sun-editor-common ul, .sun-editor-common ol, .sun-editor-common li,
.sun-editor-common h1, .sun-editor-common h2, .sun-editor-common h3, .sun-editor-common h4, .sun-editor-common h5, .sun-editor-common h6, .sun-editor-common pre, .sun-editor-common code,
.sun-editor-common form, .sun-editor-common fieldset, .sun-editor-common legend, .sun-editor-common textarea, .sun-editor-common p, .sun-editor-common blockquote, .sun-editor-common th,
.sun-editor-common td, .sun-editor-common input, .sun-editor-common select, .sun-editor-common textarea, .sun-editor-common button {margin:0; padding:0; border:0;}
.sun-editor-common dl, .sun-editor-common ul, .sun-editor-common ol, .sun-editor-common menu, .sun-editor-common li {list-style:none !important;}
.sun-editor-common hr {margin:6px 0 6px 0 !important;}
.sun-editor textarea {resize:none !important; border:0 !important;}
.sun-editor button {border:0 none; background-color:transparent; touch-action:manipulation; cursor:pointer; outline:none;}
.sun-editor input, .sun-editor select, .sun-editor textarea, .sun-editor button {vertical-align:middle;}
.sun-editor button span {display:block; margin:0; padding:0;}
.sun-editor button .txt {display:block; margin-top:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/** --- icon */
/* Icons make by https://www.freepik.com/ */
/* Generated by Glyphter (http://www.glyphter.com) on  Sun Aug 19 2018*/
@font-face {
    font-family: 'Suneditor-icon';
    src: url('../fonts/Suneditor-icon.eot');
    src: url('../fonts/Suneditor-icon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Suneditor-icon.woff2') format('woff2'),
         url('../fonts/Suneditor-icon.woff') format('woff'),
         url('../fonts/Suneditor-icon.ttf') format('truetype'),
         url('../fonts/Suneditor-icon.svg#Suneditor-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.sun-editor [class*='se-icon-']::before {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    font-family: 'Suneditor-icon';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-rendering:auto;
    font-size: 15px;
}
.sun-editor .se-toolbar [class*='se-icon-']::before {
    line-height: 2.1;
}
.sun-editor .se-icon-align-justify::before{content:'\0041';}
.sun-editor .se-icon-align-left::before{content:'\0042';}
.sun-editor .se-icon-align-right::before{content:'\0043';}
.sun-editor .se-icon-align-center::before{content:'\0044';}
.sun-editor .se-icon-underline::before{content:'\0045';}
.sun-editor .se-icon-bold::before{content:'\0046';}
.sun-editor .se-icon-italic::before{content:'\0047';}
.sun-editor .se-icon-strokethrough::before{content:'\0048';}
.sun-editor .se-icon-subscript::before{content:'\0049';}
.sun-editor .se-icon-superscript::before{content:'\004a';}
.sun-editor .se-icon-redo::before{content:'\004b';}
.sun-editor .se-icon-undo::before{content:'\004c';}
.sun-editor .se-icon-erase::before{content:'\004d';}
.sun-editor .se-icon-fontColor::before{content:'\004e';}
.sun-editor .se-icon-hiliteColor::before{content:'\004f';}
.sun-editor .se-icon-indent-left::before{content:'\0050';}
.sun-editor .se-icon-indent-right::before{content:'\0051';}
.sun-editor .se-icon-list-bullets::before{content:'\0052';}
.sun-editor .se-icon-list-number::before{content:'\0053';}
.sun-editor .se-icon-grid::before{content:'\0054';}
.sun-editor .se-icon-code-view::before{content:'\0055';}
.sun-editor .se-icon-preview::before{content:'\0056';}
.sun-editor .se-icon-showBlocks::before{content:'\0057';}
.sun-editor .se-icon-expansion::before{content:'\0058';}
.sun-editor .se-icon-reduction::before{content:'\0059';}
.sun-editor .se-icon-image::before{content:'\005a';}
.sun-editor .se-icon-link::before{content:'\0061';}
.sun-editor .se-icon-auto-size::before{content:'\0062';}
.sun-editor .se-icon-print::before{content:'\0063';}
.sun-editor .se-icon-modify::before{content:'\0064';}
.sun-editor .se-icon-revert::before{content:'\0065';}
.sun-editor .se-icon-arrow-down::before{content:'\0066'; font-size: 10px;}
.sun-editor .se-icon-video::before{content:'\0067';}
.sun-editor .se-icon-cancel::before{content:'\0068'; font-size:10px;}
.sun-editor .se-icon-warning::before{content:'\0069';}
.sun-editor .se-icon-insert-column-right::before{content:'\006a';}
.sun-editor .se-icon-insert-row-below::before{content:'\006b';}
.sun-editor .se-icon-insert-row-above::before{content:'\006c';}
.sun-editor .se-icon-insert-column-left::before{content:'\006d';}
.sun-editor .se-icon-delete-row::before{content:'\006e';}
.sun-editor .se-icon-delete-column::before{content:'\006f';}
.sun-editor .se-icon-unlink::before{content:'\0070';}
.sun-editor .se-icon-empty-file::before{content:'\0071';}
.sun-editor .se-icon-paragraph-style::before{content:'\0072';}
.sun-editor .se-icon-delete::before{content:'\0073';}
.sun-editor .se-icon-rotate-left::before{content:'\0074';}
.sun-editor .se-icon-rotate-right::before{content:'\0075';}
.sun-editor .se-icon-mirror-horizontal::before{content:'\0076';}
.sun-editor .se-icon-mirror-vertical::before{content:'\0077';}
.sun-editor .se-icon-save::before{content:'\0078';}
.sun-editor .se-icon-hr::before{content:'\0079';}
.sun-editor .se-icon-checked::before{content:'\007a';}
.sun-editor .se-icon-table-header::before{content:'\0030';}
.sun-editor .se-icon-merge-cell::before{content:'\0031';}
.sun-editor .se-icon-split-cell::before{content:'\0032';}
.sun-editor .se-icon-caption::before{content:'\0033';}
.sun-editor .se-icon-edit::before{content:'\0034';}
.sun-editor .se-icon-question::before{content:'\0035';}
.sun-editor .se-icon-attachment::before{content:'\0036';}
.sun-editor .se-icon-add::before{content:'\0037';}
.sun-editor .se-icon-more-vertical::before{content:'\0038';}
.sun-editor .se-icon-more-horizontal::before{content:'\0039';}
.sun-editor .se-icon-map-pin::before{content:'\0021';}
.sun-editor .se-icon-magic-stick::before{content:'\0022';}
.sun-editor .se-icon-math::before{content:'\0023';}
.sun-editor .se-icon-audio::before{content:'\0024';}
.sun-editor .se-icon-emoji::before{content:'\0025';}
.sun-editor .se-icon-template::before{content:'\0026';}
.sun-editor .se-icon-line-height::before{content:'\0027';}
.sun-editor .se-icon-text-style::before{content:'\0028';}

/** --- arrow icon ---------------------------------------------------------- */
.sun-editor .se-arrow, .sun-editor .se-arrow::after {position:absolute; display:block; width:0; height:0; border:11px solid transparent;}
/* arrow up */
.sun-editor .se-arrow.se-arrow-up {top:-11px; left:20px; margin-left:-11px; border-top-width:0; border-bottom-color:rgba(0, 0, 0, .25);}
.sun-editor .se-arrow.se-arrow-up::after {top:1px; margin-left:-11px; content:" "; border-top-width:0; border-bottom-color:#fff;}
.sun-editor .se-toolbar .se-arrow.se-arrow-up::after {border-bottom-color:#fafafa;}
/* arrow down */
.sun-editor .se-arrow.se-arrow-down {top:0px; left:0px; margin-left:-11px; border-bottom-width:0; border-top-color:rgba(0, 0, 0, .25);}
.sun-editor .se-arrow.se-arrow-down::after {top:-12px; margin-left:-11px; content:" "; border-bottom-width:0; border-top-color:#fff;}
.sun-editor .se-toolbar .se-arrow.se-arrow-down::after {border-top-color:#fafafa;}

/** --- container */
.sun-editor .se-container {position:relative; width:100%; height:100%;}

/** button */
.sun-editor button {color:#000;}

/** --- se-btn button */
.sun-editor .se-btn {float:left; width:35px; height:35px; border:0; border-radius:2px; margin:1px !important; padding:0; font-size:12px; line-height:27px;}
.sun-editor .se-btn:enabled:hover, .sun-editor .se-btn:enabled:focus {background-color:#e1e1e1; border-color:#d1d1d1; outline:0 none;}
.sun-editor .se-btn:enabled:active {background-color:#d1d1d1; border-color:#c1c1c1; -webkit-box-shadow:inset 0 3px 5px #c1c1c1; box-shadow:inset 0 3px 5px #c1c1c1;}
/** --- primary button */
.sun-editor .se-btn-primary {color:#000; background-color:#c7deff; border:1px solid #80bdff; border-radius:2px;}
.sun-editor .se-btn-primary:hover, .sun-editor .se-btn-primary:focus {color:#000; background-color:#80bdff; border-color:#3f9dff; outline:0 none;}
.sun-editor .se-btn-primary:active {color:#fff; background-color:#3f9dff; border-color:#4592ff; -webkit-box-shadow:inset 0 3px 5px #4592ff; box-shadow:inset 0 3px 5px #4592ff;}

/* se-btn button active*/
.sun-editor .se-btn:enabled.active {color:#4592ff; outline:0 none;}
.sun-editor .se-btn:enabled.active:hover, .sun-editor .se-btn:enabled.active:focus {background-color:#e1e1e1; border-color:#d1d1d1; outline:0 none;}
.sun-editor .se-btn:enabled.active:active {background-color:#d1d1d1; border-color:#c1c1c1; -webkit-box-shadow:inset 0 3px 5px #c1c1c1; box-shadow:inset 0 3px 5px #c1c1c1;}
/* se-btn button on */
.sun-editor .se-btn:enabled.on {background-color:#e1e1e1; border-color:#d1d1d1; outline:0 none;}
.sun-editor .se-btn:enabled.on:hover, .sun-editor .se-btn:enabled.on:focus {background-color:#d1d1d1; border-color:#c1c1c1; outline:0 none;}
.sun-editor .se-btn:enabled.on:active {background-color:#c1c1c1; border-color:#b1b1b1; -webkit-box-shadow:inset 0 3px 5px #b1b1b1; box-shadow:inset 0 3px 5px #b1b1b1;}
/* disabled buttons, icon blur */
.sun-editor .se-btn:disabled, .sun-editor .se-btn-list:disabled, .sun-editor :disabled [class*='se-icon-']::before {cursor:not-allowed; background-color:inherit; color:#bdbdbd;}

/** --- loading box */
.sun-editor .se-loading-box {position:absolute; display:none; width:100%; height:100%; top:0; left:0; background-color:#fff; opacity:.7; filter:alpha(opacity=70); z-index:2147483647;}
.sun-editor .se-loading-box .se-loading-effect {position:absolute; display:block; top:50%; left:50%; height:25px; width:25px; border-top:2px solid #07d; border-right:2px solid transparent; border-radius:50%; animation:spinner .8s linear infinite; margin:-25px 0 0 -25px;}

/** --- toolbar ---------------------------------------------------------- */
.sun-editor .se-toolbar {display:block; position:relative; height:auto; width:100%; overflow:visible; padding:4px 3px 0 3px; margin:0; background-color:#fafafa; outline:1px solid #dadada; z-index:5;}
.sun-editor .se-toolbar-cover {position:absolute; display:none; font-size:36px; width:100%; height:100%; top:0; left:0; background-color:#fefefe; opacity:.5; filter:alpha(opacity=50); cursor:not-allowed; z-index:4;}
.sun-editor .se-toolbar-separator-vertical {display:inline-block; height:0px; width:0px; margin:2px; vertical-align:top;}
/* inline toolbar */
.sun-editor .se-toolbar.se-toolbar-inline {display:none; position:absolute; z-index:2147483647; box-shadow:0 3px 9px rgba(0,0,0,.5); -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);}
/* balloon toolbar */
.sun-editor .se-toolbar.se-toolbar-balloon {display:none; position:absolute; z-index:2147483647; width:auto; box-shadow:0 3px 9px rgba(0,0,0,.5); -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);}
/* sticky toolbar */
.sun-editor .se-toolbar.se-toolbar-sticky {position:fixed; top:0px;}
.sun-editor .se-toolbar-sticky-dummy {display:none; position:static; z-index:-1;}

/** --- tool bar module group ----------------------------------------------------------  */
.sun-editor .se-btn-module {display:inline-block;}
.sun-editor .se-btn-module-border {border:1px solid #dadada; border-radius:2px;}
.sun-editor .se-btn-module-enter {display:block; width:100%; height:1px; margin-bottom:5px; background-color:transparent;}
/* module innser ul */
.sun-editor .se-menu-list {float:left; padding:0; margin:0;}
.sun-editor .se-menu-list li {position:relative; float:left; padding:0; margin:0;}
/* tool bar select button (font, fontSize, formatBlock) */
.sun-editor .se-btn-select {width:auto; display:flex; text-align:left; padding:4px 6px;}
.sun-editor .se-btn-select .txt {flex:5; float:left; text-align:left;}
.sun-editor .se-btn-select .se-icon-arrow-down {flex:1; float:right;}
.sun-editor .se-btn-select.se-btn-tool-font {width:100px;}
.sun-editor .se-btn-select.se-btn-tool-format {width:80px;}
.sun-editor .se-btn-select.se-btn-tool-size {width:80px;}

/** --- submenu layer ---------------------------------------------------------- */
.sun-editor .se-list-layer {display:none; position:absolute; top:37px; z-index:4; left:1px; border:1px solid #bababa; border-radius:2px; background-color:#fff; -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5); box-shadow:0 3px 9px rgba(0, 0, 0, .5); outline:0 none;}
.sun-editor .se-list-layer .se-list-inner {padding:0; margin:0; overflow-x:initial; overflow-y:initial; overflow:visible;}
.sun-editor .se-list-layer button {margin:0; width:100%;}
/* submenu layer - common list form */
.sun-editor .se-list-inner .se-list-basic {width:100%; padding:0;}
.sun-editor .se-list-inner .se-list-basic li {width:100%;}
.sun-editor .se-list-inner .se-list-basic li > button {min-width:100%; width:max-content;}
/* submenu layer - common list form button on */
.sun-editor .se-list-inner .se-list-basic li button.active {background-color:#80bdff; border:1px solid #3f9dff; border-left:0; border-right:0;}
.sun-editor .se-list-inner .se-list-basic li button.active:active {background-color:#3f9dff; border:1px solid #4592ff; border-left:0; border-right:0; -webkit-box-shadow:inset 0 3px 5px #4592ff; box-shadow:inset 0 3px 5px #4592ff;}
/* submenu layer - list button */
.sun-editor .se-btn-list {width:100%; height:auto; min-height:32px; max-height:100px; padding:0 14px; cursor:pointer; font-size:12px; line-height:normal; text-indent:0; text-decoration:none; text-align:left;}
.sun-editor .se-btn-list.default_value {background-color:#f3f3f3; border-top:1px dotted #b1b1b1; border-bottom:1px dotted #b1b1b1;}
.sun-editor .se-btn-list:hover, .sun-editor .se-btn-list:focus {background-color:#e1e1e1; border-color:#d1d1d1; outline:0 none;}
.sun-editor .se-btn-list:active {background-color:#d1d1d1; border-color:#c1c1c1; -webkit-box-shadow:inset 0 3px 5px #c1c1c1; box-shadow:inset 0 3px 5px #c1c1c1;}
/** --- submenu layer - se-list-inner > exception */
/* submenu layer - font family */
.sun-editor .se-list-layer .se-list-font-family {min-width:156px;}
.sun-editor .se-list-layer .se-list-font-family .default {border-bottom:1px solid #CCC;}
/** submenu layer - format block */
.sun-editor .se-list-layer .se-list-format {min-width:156px;}
.sun-editor .se-list-layer .se-list-format li {padding:0; width:100%;}
.sun-editor .se-list-layer .se-list-format .se-btn-list {line-height:100%;}
.sun-editor .se-list-layer .se-list-format .se-btn-list[data-value="h1"] {height:40px;}
.sun-editor .se-list-layer .se-list-format .se-btn-list[data-value="h2"] {height:34px;}
.sun-editor .se-list-layer .se-list-format p {font-size:13px;}
.sun-editor .se-list-layer .se-list-format div {font-size:13px;}
.sun-editor .se-list-layer .se-list-format h1 {font-size:2em; font-weight:bold; color:#333;}
.sun-editor .se-list-layer .se-list-format h2 {font-size:1.5em; font-weight:bold; color:#333;}
.sun-editor .se-list-layer .se-list-format h3 {font-size:1.17em; font-weight:bold; color:#333;}
.sun-editor .se-list-layer .se-list-format h4 {font-size:1em; font-weight:bold; color:#333;}
.sun-editor .se-list-layer .se-list-format h5 {font-size:0.83em; font-weight:bold; color:#333;}
.sun-editor .se-list-layer .se-list-format h6 {font-size:0.67em; font-weight:bold; color:#333;}
.sun-editor .se-list-layer .se-list-format blockquote {font-size:13px; color:#999; height:22px; margin:0; background-color:transparent; line-height:1.5; border-style:solid; border-color:#b1b1b1; padding:0 0 0 7px; border-left-width:5px;}
.sun-editor .se-list-layer .se-list-format pre {font-size:13px; color:#666; padding:4px 11px; margin:0; background-color:#f9f9f9; border:1px solid #e1e1e1; border-radius:2px;}
/* submenu layer - font size */
.sun-editor .se-list-layer .se-list-font-size {min-width:140px; max-height:300px; overflow-x:hidden; overflow-y:auto;}
/* submenu layer - hr */
.sun-editor .se-list-layer .se-list-line {width:125px;}
/* submenu layer - align */
.sun-editor .se-list-layer .se-list-align {left:9px; width:125px;}
.sun-editor .se-list-layer .se-list-align .se-btn-align > span {display:inline-block; width:14px; height:32px; margin:-1px 10px 0 0; vertical-align:middle;}
/* submenu layer - paragraph style, text style */
.sun-editor .se-list-layer .se-list-format div {padding:4px 2px;}
/* submenu layer --- table selector */
.sun-editor .se-selector-table {display:none; position:absolute; top:34px; left:1px; z-index:4; padding:5px 0; float:left; margin:2px 0 0; font-size:14px; text-align:left; list-style:none; background-color:#fff; -webkit-background-clip:padding-box; background-clip:padding-box; border:1px solid #ccc; border-radius:2px; -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175); box-shadow:0 6px 12px rgba(0, 0, 0, .175);}
.sun-editor .se-selector-table .se-table-size {font-size:18px; padding:0 5px;}
.sun-editor .se-selector-table .se-table-size-picker {position:absolute !important; z-index:3; font-size:18px; width:10em; height:10em; cursor:pointer;}
.sun-editor .se-selector-table .se-table-size-highlighted {position:absolute !important; z-index:2; font-size:18px; width:1em; height:1em; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==') repeat;}
.sun-editor .se-selector-table .se-table-size-unhighlighted {position:relative !important; z-index:1; font-size:18px; width:5em; height:5em; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;}
.sun-editor .se-selector-table .se-table-size-display {padding-left:5px;}
/* submenu layer - color selector */
.sun-editor .se-list-layer .se-selector-color {display:flex; width:max-content; max-width:270px; height:auto; padding:0; margin:auto;}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet {width:100%; height:100%; padding:0;}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet li {display:flex; float:left; position:relative; margin:0;}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button {display:block; cursor:default; width:30px; height:30px; text-indent:-9999px;}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active, 
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover, 
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus {border:3px solid #fff;}
/* submenu layer - form group (color selector) */
.sun-editor .se-submenu-form-group {display:flex; width:100%; height:auto; padding:4px;}
.sun-editor .se-submenu-form-group input {flex:auto; display:inline-block; width:72px; height:33px; color:#555; font-size:12px; margin:1px 0 1px 0; padding:0; border-radius:0.25rem; border-bottom:2px solid #b1b1b1; outline:none; text-transform:uppercase;}
.sun-editor .se-submenu-form-group input:focus {outline:none; border-bottom:3px solid #b1b1b1;}
.sun-editor .se-submenu-form-group button {float:right; width:35px; height:35px; padding:0; margin:0 0 0 4px !important;}
.sun-editor .se-submenu-form-group button.se-btn {border:1px solid #ccc;}

/** --- editor area */
.sun-editor .se-wrapper {position:relative !important; width:100%; height:auto; overflow:hidden; z-index:1;}
.sun-editor .se-wrapper .se-wrapper-inner {width:100%; height:100%; min-height:65px; overflow-y:auto; overflow-x:auto; -webkit-overflow-scrolling:touch; user-select:text; -o-user-select:text; -moz-user-select:text; -khtml-user-select:text; -webkit-user-select:text; -ms-user-select:text;}
.sun-editor .se-wrapper .se-wrapper-inner:focus {outline:none;}
.sun-editor .se-wrapper .se-wrapper-code {background-color:#191919; color:#fff; font-size:13px; word-break:break-all; padding:0; margin:0;}
.sun-editor .se-wrapper .se-wrapper-wysiwyg {background-color:#fff;}
.sun-editor .se-wrapper .se-wrapper-code-mirror {font-size:13px;}
/** --- placeholder */
.sun-editor .se-wrapper .se-placeholder {position:absolute; display:none; white-space:nowrap; text-overflow:ellipsis; z-index:1; color:#b1b1b1; font-size:13px; line-height:1.5; top:0; left:0; right:0; overflow:hidden; margin-top:0px; padding-top:16px; padding-left:16px; margin-left:0px; padding-right:16px; margin-right:0px; pointer-events:none; backface-visibility:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden;}

/** --- resizing bar */
.sun-editor .se-resizing-bar {display:flex; width:auto; height:auto; min-height:16px; border-top:1px solid #dadada; padding:0 4px; background-color:#fafafa; cursor:ns-resize;}
.sun-editor .se-resizing-bar.se-resizing-none {cursor:default;}
.sun-editor .se-resizing-back {position:absolute; display:none; cursor:default; top:0; left:0; width:100%; height:100%; z-index:2147483647;}
/** resizing bar - nabigation */
.sun-editor .se-resizing-bar .se-navigation {flex:auto; position:relative; width:auto; height:auto; color:#666; margin:0; padding:0; font-size:10px; font-weight:bold; line-height:1.5; background:transparent;}
/** resizing bar - charCounter */
.sun-editor .se-resizing-bar .se-char-counter-wrapper {flex:none; position:relative; display:block; width:auto; height:auto; margin:0; padding:0; font-size:10px; background:transparent;}
.sun-editor .se-resizing-bar .se-char-counter-wrapper span {color:#999; font-size:13px; font-family:Helvetica Neue, sans-serif;}
.sun-editor .se-resizing-bar .se-char-counter.se-blink {color:#b94a48; animation:blinker 0.2s linear infinite;}

/* --- dialog ---------------------------------------------------------- */
.sun-editor .se-dialog {position:absolute; display:none; top:0; left:0; width:100%; height:100%; z-index:2147483647;}
.sun-editor .se-dialog label, .sun-editor .se-dialog input, .sun-editor .se-dialog button {font-size:14px; line-height:1.5; color:#111; margin:0;}
.sun-editor .se-dialog .se-dialog-back {position:absolute; width:100%; height:100%; top:0; left:0; background-color:#222; opacity:0.5;}
/* dialog - modal */
.sun-editor .se-dialog .se-dialog-inner {position:absolute; width:100%; height:100%; top:0; left:0;}
.sun-editor .se-dialog .se-dialog-inner .se-modal-title {font-size:14px; font-weight:bold; margin:0; padding:0; line-height:1.5;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content {position:relative; width:auto; max-width:500px; margin:20px auto; background-color:#fff; -webkit-background-clip:padding-box; background-clip:padding-box; border:1px solid rgba(0, 0, 0, .2); border-radius:2px; outline:0; -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5); box-shadow:0 3px 9px rgba(0, 0, 0, .5);}
@media screen and (max-width:509px) { .sun-editor .se-dialog .se-dialog-inner .se-dialog-content {width:100%;} }
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header {height:50px; padding:15px 15px 5px 15px; border-bottom:1px solid #e5e5e5;}
.sun-editor .se-dialog .se-dialog-inner button.close {float:right; font-size:21px; font-weight:bold; line-height:1; color:#666; padding:0 !important; margin:0 !important; background:transparent; border:0; text-shadow:0 1px 0 #fff; -webkit-appearance:none; filter:alpha(opacity=100); opacity:1;}
.sun-editor .se-dialog .se-dialog-inner button.close:hover, .sun-editor .se-dialog .se-dialog-inner button.close:focus {color:#000;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-body {position:relative; padding:15px;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form {margin-bottom:10px;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer {margin-top:10px; margin-bottom:0;}
.sun-editor .se-dialog .se-dialog-inner input:disabled {background-color:#f3f3f3;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text {width:100%;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w {width:70px; text-align:center;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h {width:70px; text-align:center;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x {margin:0 8px 0 8px; width:25px; text-align:center;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label {display:inline-block; max-width:100%; margin-bottom:5px; font-weight:bold;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary {display:inline-block; padding:6px 12px; margin:0 0 10px 0 !important; font-size:14px; font-weight:normal; line-height:1.42857143; text-align:center; white-space:nowrap; vertical-align:middle; -ms-touch-action:manipulation; touch-action:manipulation; border-radius:2px;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer {padding:10px 15px 0px 15px; text-align:right; border-top:1px solid #e5e5e5;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div {float:left;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div > label {margin-top:5px;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio {margin-left:12px; margin-right:6px;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check {margin-left:12px; margin-right:4px;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check {margin-left:0; margin-right:4px;}
/* dialog - modal - input */
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select {display:inline-block; width:70px; height:34px; font-size:14px; text-align:center; line-height:1.42857143; color:#000; border:1px solid #ccc; border-radius:2px; transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control {display:inline-block; width:70px; height:34px; font-size:14px; text-align:center; line-height:1.42857143; color:#000; border:1px solid #ccc; border-radius:2px; transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form {display:block; width:100%; height:34px; font-size:14px; line-height:1.42857143; padding:0 4px; color:#000; border:1px solid #ccc; border-radius:2px; transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form input:focus, .sun-editor .se-dialog .se-dialog-inner .se-dialog-form select:focus  {border-color:#80bdff; outline:0; -webkit-box-shadow:0 0 0 0.2rem #c7deff; box-shadow:0 0 0 0.2rem #c7deff;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {margin-left:4px;}
/* dialog - revert button */
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert {border:1px solid #ccc;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover {background-color:#e1e1e1; border-color:#d1d1d1; outline:0 none;}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active {background-color:#d1d1d1; border-color:#c1c1c1; -webkit-box-shadow:inset 0 3px 5px #c1c1c1; box-shadow:inset 0 3px 5px #c1c1c1;}
/* dialog - inner tab */
.sun-editor .se-dialog-tabs {width:100%; height:25px; border-bottom:1px solid #e5e5e5;}
.sun-editor .se-dialog-tabs button {background-color:#e5e5e5; border-right:1px solid #e5e5e5; float:left; outline:none; padding:2px 13px; transition:0.3s;}
.sun-editor .se-dialog-tabs button:hover {background-color:#fff;}
.sun-editor .se-dialog-tabs button.active {background-color:#fff;border-bottom:0;}

/** --- controller ---------------------------------------------------------- */
.sun-editor .se-controller .se-arrow.se-arrow-up {border-bottom-color:rgba(0, 0, 0, .25);}
.sun-editor .se-controller {position:absolute; display:none; overflow:visible; z-index:4; border:1px solid rgba(0, 0, 0, .25); border-radius:2px; text-align:start; text-decoration:none; text-shadow:none; text-transform:none; letter-spacing:normal; word-break:normal; word-spacing:normal; word-wrap:normal; white-space:normal; background-color:#fff; -webkit-background-clip:padding-box; background-clip:padding-box; -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .2); box-shadow:0 5px 10px rgba(0, 0, 0, .2); line-break:auto;}

/* controller - button group */
.sun-editor .se-controller .se-btn-group {position:relative; display:flex; vertical-align:middle; padding:2px 2px 2px 0; top:0; left:0;}
.sun-editor .se-controller .se-btn-group .se-btn-group-sub {left:50%; min-width:auto; width:max-content; display:none;/* display: inline-table; */}
.sun-editor .se-controller .se-btn-group .se-btn-group-sub button {margin:0; min-width:72px;}
.sun-editor .se-controller .se-btn-group button {position:relative; min-height:35px; height:auto; border:none; border-radius:2px; border-top-right-radius:0; border-bottom-right-radius:0; margin:0 0 0 2px; padding:5px 10px; font-size:12px; line-height:1.5; display:inline-block; font-weight:normal; text-align:center; white-space:nowrap; vertical-align:middle; -ms-touch-action:manipulation; touch-action:manipulation;}
.sun-editor .se-controller .se-btn-group button:hover:enabled, .sun-editor .se-controller .se-btn-group button:focus:enabled {background-color:#e1e1e1; border-color:#d1d1d1; outline:0 none;}
.sun-editor .se-controller .se-btn-group button:active:enabled {background-color:#d1d1d1; border-color:#c1c1c1; -webkit-box-shadow:inset 0 3px 5px #c1c1c1; box-shadow:inset 0 3px 5px #c1c1c1;}
.sun-editor .se-controller .se-btn-group button span {display:block; padding:0; margin:0;}
/* controller - buttn group active */
.sun-editor .se-controller .se-btn-group button:enabled.active {color:#4592ff; outline:0 none;}
.sun-editor .se-controller .se-btn-group button:enabled.active:hover, .sun-editor .se-controller .se-btn-group button:enabled.active:focus {background-color:#e1e1e1; border-color:#d1d1d1; outline:0 none;}
.sun-editor .se-controller .se-btn-group button:enabled.active:active {background-color:#d1d1d1; border-color:#c1c1c1; -webkit-box-shadow:inset 0 3px 5px #c1c1c1; box-shadow:inset 0 3px 5px #c1c1c1;}
/* controller - buttn group on */
.sun-editor .se-controller .se-btn-group button:enabled.on {background-color:#e1e1e1; border-color:#d1d1d1; outline:0 none;}
.sun-editor .se-controller .se-btn-group button:enabled.on:hover, .sun-editor .se-controller .se-btn-group button:enabled.on:focus {background-color:#d1d1d1; border-color:#c1c1c1; outline:0 none;}
.sun-editor .se-controller .se-btn-group button:enabled.on:active {background-color:#c1c1c1; border-color:#b1b1b1; -webkit-box-shadow:inset 0 3px 5px #b1b1b1; box-shadow:inset 0 3px 5px #b1b1b1;}

/* controller - resizing(image, iframe) */
.sun-editor .se-controller-resizing {margin-top:-50px !important; padding:0; font-size:14px; font-style:normal; font-weight:normal; line-height:1.42857143;}
.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list {left:57px;}
.sun-editor .se-resizing-container {position:absolute; display:none; z-index:4; border:1px solid #80bdff;}
.sun-editor .se-resizing-container .se-modal-resize {position:absolute; display:inline-block; background-color:#3f9dff; opacity:0.3;}
.sun-editor .se-resizing-container .se-resize-dot {position:absolute; top:0px; left:0px; width:100%; height:100%}
.sun-editor .se-resizing-container .se-resize-dot > span {position:absolute; width:7px; height:7px; background-color:#3f9dff; border:1px solid #4592ff;}
.sun-editor .se-resizing-container .se-resize-dot > span.tl {top:-5px; left:-5px; cursor:nw-resize;}
.sun-editor .se-resizing-container .se-resize-dot > span.tr {top:-5px; right:-5px; cursor:ne-resize;}
.sun-editor .se-resizing-container .se-resize-dot > span.bl {bottom:-5px; left:-5px; cursor:sw-resize;}
.sun-editor .se-resizing-container .se-resize-dot > span.br {right:-5px; bottom:-5px; cursor:se-resize;}
.sun-editor .se-resizing-container .se-resize-dot > span.lw {left:-7px; bottom:50%; cursor:w-resize;}
.sun-editor .se-resizing-container .se-resize-dot > span.th {left:50%; top:-7px; cursor:n-resize;}
.sun-editor .se-resizing-container .se-resize-dot > span.rw {right:-7px; bottom:50%; cursor:e-resize;}
.sun-editor .se-resizing-container .se-resize-dot > span.bh {right:50%; bottom:-7px; cursor:s-resize;}
.sun-editor .se-resizing-container .se-resize-display {position:absolute; right:0; bottom:0; padding:5px; margin:5px; font-size:12px; color:#fff; background-color:#333; border-radius:2px;}
/* controller - table */
.sun-editor .se-controller-table {width:auto; padding:0; font-size:14px; font-style:normal; font-weight:normal; line-height:1.42857143;}
.sun-editor .se-controller-table-cell {width:auto; padding:0; font-size:14px; font-style:normal; font-weight:normal; line-height:1.42857143;}
/* controller - link */
.sun-editor .se-controller-link {padding:0; font-size:14px; font-style:normal; font-weight:normal; line-height:1.42857143;}
.sun-editor .se-controller-link::before, .sun-editor .se-controller-link::after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.sun-editor .se-controller-link .link-content {padding:0; margin:0;}
.sun-editor .se-controller-link .link-content a {display:inline-block; color:#4592ff; max-width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; vertical-align:middle; margin-left:5px;}

/** --- notice */
.sun-editor .se-notice {position:relative; display:none; width:100%; height:auto; word-break:break-all; font-size:13px; color:#b94a48; background-color:#f2dede; padding:15px; margin:0; border:1px solid #eed3d7; user-select:text; -o-user-select:text; -moz-user-select:text; -khtml-user-select:text; -webkit-user-select:text; -ms-user-select:text;}
.sun-editor .se-notice button {float:right;}

/** --- tooltip */
.sun-editor .se-tooltip {position:relative; overflow:visible;}
.sun-editor .se-tooltip .se-tooltip-inner {visibility:hidden; position:absolute; display:block; width:auto; top:120%; left:50%; background:transparent; opacity:0; z-index:1; line-height:1.5; transition:opacity 0.5s; margin:0; padding:0; bottom:auto; float:none; pointer-events:none; backface-visibility:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden;}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text {position:relative; display:inline-block; width:auto; left:-50%; font-size:0.9em; margin:0; padding:4px 6px; border-radius:2px; background-color:#333; color:#fff; text-align:center; line-height:unset; white-space:nowrap; cursor:auto;}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text::after {content:""; position:absolute; bottom:100%; left:50%; margin-left:-5px; border-width:5px; border-style:solid; border-color:transparent transparent #333 transparent;}
.sun-editor .se-tooltip:hover .se-tooltip-inner {visibility:visible; opacity:1;}

/** animation */
@keyframes blinker { 50% {opacity:0;} }
@keyframes spinner { to {transform:rotate(360deg);} }