/* used color #000 , #fff , #CCC, #f5f5f5, #f9f9f9 */
/* font color #333, background color: #fff */
/* grey color #e1e1e1 , #d1d1d1 , #c1c1c1 , #b1b1b1 */
/* blue color #c7deff , #80bdff , #3f9dff , #4592ff, #407dd1, #3288ff */
/* red color #b94a48 , #f2dede , #eed3d7, #d9534f */

:root {
    --color-primary: #2780e3;
}

/** --- skeditor main */
.sk-editor {
    width: auto;
    height: auto;
    box-sizing: border-box;
    font-family: 'Varela Round', sans-serif;
    border: 1px solid #dadada;
    background-color: #FFF;
    color: var(--color-primary);
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.sk-editor * {
    box-sizing: border-box;
    -webkit-user-drag: none;
    overflow: visible;
}

.sk-editor-common input, .sk-editor-common select, .sk-editor-common textarea, .sk-editor-common button {
    font-size: 14px;
    line-height: 1.5;
}

.sk-editor-common body, .sk-editor-common div, .sk-editor-common dl, .sk-editor-common dt, .sk-editor-common dd, .sk-editor-common ul, .sk-editor-common ol, .sk-editor-common li,
.sk-editor-common h1, .sk-editor-common h2, .sk-editor-common h3, .sk-editor-common h4, .sk-editor-common h5, .sk-editor-common h6, .sk-editor-common pre, .sk-editor-common code,
.sk-editor-common form, .sk-editor-common fieldset, .sk-editor-common legend, .sk-editor-common textarea, .sk-editor-common p, .sk-editor-common blockquote, .sk-editor-common th,
.sk-editor-common td, .sk-editor-common input, .sk-editor-common select, .sk-editor-common textarea, .sk-editor-common button {
    margin: 0;
    padding: 0;
    border: 0;
}

.sk-editor-common dl, .sk-editor-common ul, .sk-editor-common ol, .sk-editor-common menu, .sk-editor-common li {
    list-style: none !important;
}

.sk-editor-common hr {
    margin: 6px 0 6px 0 !important;
}

.sk-editor textarea {
    resize: none;
    border: 0;
    padding: 0;
}

.sk-editor button {
    border: 0 none;
    background-color: transparent;
    touch-action: manipulation;
    cursor: pointer;
    outline: none;
}

.sk-editor input, .sk-editor select, .sk-editor textarea, .sk-editor button {
    vertical-align: middle;
}

.sk-editor button span {
    display: block;
    margin: 0;
    padding: 0;
}

.sk-editor button .txt {
    display: block;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* button children are pointer event none */
.sk-editor button * {
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


/** --- Icons ---------------------------------------------------------- */
/* default svg */
.sk-editor svg {
    fill: currentColor;
}

.sk-editor button > svg, .sk-editor .se-svg {
    width: 16px;
    height: 16px;
    margin: auto;
    fill: currentColor;
    display: block;
    text-align: center;
    float: none;
}

/* close class icon */
.sk-editor .close > svg, .sk-editor .se-dialog-close > svg {
    width: 10px;
    height: 10px;
}

/* se-select-btn icon */
.sk-editor .se-btn-select > svg {
    float: right;
    width: 10px;
    height: 10px;
}

/* se-btn-list inner icon */
.sk-editor .se-btn-list > .se-list-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
}

/* se-line-breaker inner icon */
.sk-editor .se-line-breaker > button > svg {
    width: 24px;
    height: 24px;
}

/* icon class */
.sk-editor button > i::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 15px;
    line-height: 2;
}

.sk-editor button > [class="se-icon-text"] {
    font-size: 20px;
    line-height: 1;
}

/** --- arrow icon ---------------------------------------------------------- */
.sk-editor .se-arrow, .sk-editor .se-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 11px solid transparent;
}

/* arrow up */
.sk-editor .se-arrow.se-arrow-up {
    top: -11px;
    left: 20px;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #dadada;
}

.sk-editor .se-arrow.se-arrow-up::after {
    top: 1px;
    margin-left: -11px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.sk-editor .se-toolbar .se-arrow.se-arrow-up::after {
    border-bottom-color: #fafafa;
}

/* arrow down */
.sk-editor .se-arrow.se-arrow-down {
    top: 0px;
    left: 0px;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #dadada;
}

.sk-editor .se-arrow.se-arrow-down::after {
    top: -12px;
    margin-left: -11px;
    content: " ";
    border-bottom-width: 0;
    border-top-color: #fff;
}

.sk-editor .se-toolbar .se-arrow.se-arrow-down::after {
    border-top-color: #fafafa;
}

/** --- container */
.sk-editor .se-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/** button */
.sk-editor button {
    color: #000;
}

/** --- se-btn button */
.sk-editor .se-btn {
    float: left;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 4px;
    margin: 1px !important;
    padding: 1px;
    font-size: 12px;
    line-height: 27px;
}

.sk-editor .se-btn:enabled:hover, .sk-editor .se-btn:enabled:focus {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
    outline: 0 none;
}

.sk-editor .se-btn:enabled:active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    -webkit-box-shadow: inset 0 3px 5px var(--color-primary);
    box-shadow: inset 0 3px 5px var(--color-primary);
}

/** --- primary button */
.sk-editor .se-btn-primary {
    color: #000;
    background-color: #c7deff;
    border: 1px solid #80bdff;
    border-radius: 4px;
}

.sk-editor .se-btn-primary:hover, .sk-editor .se-btn-primary:focus {
    color: #000;
    background-color: #80bdff;
    border-color: #3f9dff;
    outline: 0 none;
}

.sk-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;
}

/** --- Input */
.sk-editor input, .sk-editor select, .sk-editor textarea {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sk-editor input:focus, .sk-editor select:focus, .sk-editor textarea:focus {
    border: 1px solid #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #c7deff;
    box-shadow: 0 0 0 0.2rem #c7deff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* se-btn button active*/
.sk-editor .se-btn:enabled.active {
    color: #4592ff;
    outline: 0 none;
}

.sk-editor .se-btn:enabled.active:hover, .sk-editor .se-btn:enabled.active:focus {
    background-color: #e1e1e1;
    border-color: #d1d1d1;
    outline: 0 none;
}

.sk-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 */
.sk-editor .se-btn:enabled.on {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    outline: 0 none;
}

.sk-editor .se-btn:enabled.on:hover, .sk-editor .se-btn:enabled.on:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    outline: 0 none;
}

.sk-editor .se-btn:enabled.on:active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    -webkit-box-shadow: inset 0 3px 5px var(--color-primary);
    box-shadow: inset 0 3px 5px var(--color-primary);
}

/* disabled buttons, icon blur */
.sk-editor .se-btn:disabled, .sk-editor .se-btn-list:disabled, .sk-editor button:disabled {
    cursor: not-allowed;
    background-color: inherit;
    color: #bdbdbd;
}

/** --- loading box */
.sk-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;
}

.sk-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;
}

/** --- line breaker */
.sk-editor .se-line-breaker {
    position: absolute;
    display: none;
    width: 100%;
    height: 1px;
    cursor: text;
    border-top: 1px solid #3288ff;
    z-index: 7;
}

.sk-editor .se-line-breaker > button.se-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: -15px;
    float: none;
    left: -50%;
    background-color: #fff;
    border: 1px solid #0c2240;
    opacity: 0.6;
    cursor: pointer;
}

.sk-editor .se-line-breaker > button.se-btn:hover {
    opacity: 0.9;
    background-color: #fff;
    border-color: #041b39;
}

/** --- line breaker --- component - top, bottom */
.sk-editor .se-line-breaker-component {
    position: absolute;
    display: none;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #0c2240;
    opacity: 0.6;
    border-radius: 4px;
    cursor: pointer;
    z-index: 7;
}

.sk-editor .se-line-breaker-component:hover {
    opacity: 0.9;
}

/** --- toolbar ---------------------------------------------------------- */
.sk-editor .se-toolbar {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    padding: 0;
    margin: 0;
    background-color: #fff;
    outline: 1px solid #fff;
    z-index: 5;
}

.sk-editor .se-toolbar-shadow {
    display: block !important;
    height: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    z-index: 0 !important;
}

.sk-editor .se-toolbar-cover {
    position: absolute;
    display: none;
    font-size: 20px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fefefe;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
    z-index: 4;
}

.sk-editor .se-toolbar-separator-vertical {
    display: inline-block;
    height: 0px;
    width: 0px;
    margin: 0px;
    vertical-align: top;
}

/* inline toolbar */
.sk-editor .se-toolbar.se-toolbar-inline {
    display: none;
    position: absolute;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* balloon toolbar */
.sk-editor .se-toolbar.se-toolbar-balloon {
    display: none;
    position: absolute;
    z-index: 2147483647;
    width: auto;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

/* sticky toolbar */
.sk-editor .se-toolbar.se-toolbar-sticky {
    position: fixed;
    top: 0px;
}

.sk-editor .se-toolbar-sticky-dummy {
    display: none;
    position: static;
    z-index: -1;
}

/** --- tool bar --- module --- button, module, group ----------------------------------------------------------  */
/* module */
.sk-editor .se-btn-module {
    display: inline-block;
}

.sk-editor .se-btn-module-border {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
}

.sk-editor .se-btn-module-enter {
    display: block;
    width: 100%;
    height: 0px;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

/* ---more - layer */
.sk-editor .se-toolbar-more-layer {
    margin: 0 -3px;
    background-color: #fafafa;
}

.sk-editor .se-toolbar-more-layer .se-more-layer {
    display: none;
    border-top: 1px solid #dadada;
}

.sk-editor .se-toolbar-more-layer .se-more-layer .se-more-form {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 4px 3px 0 3px;
}

/* ---more - button */
.sk-editor .se-btn-module .se-btn-more.se-btn-more-text {
    width: auto;
    padding: 0 4px;
}

.sk-editor .se-btn-module .se-btn-more:hover, .sk-editor .se-btn-module .se-btn-more:focus {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    outline: 0 none;
}

.sk-editor .se-btn-module .se-btn-more.on {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    outline: 0 none;
}

.sk-editor .se-btn-module .se-btn-more.on:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    outline: 0 none;
}

/* innser ul */
.sk-editor .se-menu-list {
    float: left;
    padding: 0;
    margin: 0;
}

.sk-editor .se-menu-list li {
    position: relative;
    float: left;
    padding: 4px;
    margin: 0;
}

/* tool bar select button (font, fontSize, formatBlock) */
.sk-editor .se-btn-select {
    width: auto;
    display: flex;
    padding: 1px 6px;
}

.sk-editor .se-btn-select .txt {
    flex: auto;
    text-align: left;
}

.sk-editor .se-btn-select.se-btn-tool-font {
    width: 100px;
}

.sk-editor .se-btn-select.se-btn-tool-format {
    width: 82px;
}

.sk-editor .se-btn-select.se-btn-tool-size {
    width: 78px;
}

/** --- menu tray -------------------------------------------------------------- */
.sk-editor .se-btn-tray {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4px 3px 0 3px;
    margin: 0;
}

.sk-editor .se-menu-tray {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
}

/** --- submenu layer ---------------------------------------------------------- */
.sk-editor .se-submenu {
    overflow-x: hidden;
    overflow-y: auto;
}

.sk-editor .se-menu-container {
    overflow-x: unset;
    overflow-y: unset;
}

.sk-editor .se-list-layer {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    z-index: 5;
    border: 1px solid #bababa;
    border-radius: 4px;
    padding: 6px 0;
    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;
}

.sk-editor .se-list-layer .se-list-inner {
    padding: 0;
    margin: 0;
    overflow-x: initial;
    overflow-y: initial;
    overflow: visible;
}

.sk-editor .se-list-layer button {
    margin: 0;
    width: 100%;
}

.sk-editor .se-list-inner ul {
    width: 100%;
    padding: 0;
}

.sk-editor .se-list-inner li > button {
    min-width: 100%;
    width: max-content;
}

/* submenu layer - basic list */
.sk-editor .se-list-inner .se-list-basic li {
    width: 100%;
}

.sk-editor .se-list-inner .se-list-basic li button.active {
    background-color: #80bdff;
    border: 1px solid #3f9dff;
    border-left: 0;
    border-right: 0;
}

.sk-editor .se-list-inner .se-list-basic li button.active:hover {
    background-color: #3f9dff;
    border: 1px solid #4592ff;
    border-left: 0;
    border-right: 0;
}

.sk-editor .se-list-inner .se-list-basic li button.active:active {
    background-color: #4592ff;
    border: 1px solid #407dd1;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: inset 0 3px 5px #407dd1;
    box-shadow: inset 0 3px 5px #407dd1;
}

/* submenu layer - checked list */
.sk-editor .se-list-inner .se-list-checked li button > .se-svg {
    float: left;
    padding: 6px 6px 0 0;
}

.sk-editor .se-list-inner .se-list-checked li button > .se-svg > svg {
    display: none;
}

.sk-editor .se-list-inner .se-list-checked li button.se-checked {
    color: #4592ff;
}

.sk-editor .se-list-inner .se-list-checked li button.se-checked > .se-svg > svg {
    display: block;
}

/* submenu layer - list button */
.sk-editor .se-btn-list {
    width: 100%;
    height: auto;
    min-height: 32px;
    padding: 0 14px;
    cursor: pointer;
    font-size: 12px;
    line-height: normal;
    text-indent: 0;
    text-decoration: none;
    text-align: left;
}

.sk-editor .se-btn-list.default_value {
    background-color: #f3f3f3;
    border-top: 1px dotted #b1b1b1;
    border-bottom: 1px dotted #b1b1b1;
}

.sk-editor .se-btn-list:hover, .sk-editor .se-btn-list:focus {
    background-color: #e1e1e1;
    border-color: #d1d1d1;
    outline: 0 none;
}

.sk-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 size */
.sk-editor .se-list-layer.se-list-font-size {
    min-width: 140px;
    max-height: 300px;
}

/* submenu layer - font family */
.sk-editor .se-list-layer.se-list-font-family {
    min-width: 156px;
}

.sk-editor .se-list-layer.se-list-font-family .default {
    border-bottom: 1px solid #CCC;
}

/* submenu layer - hr */
.sk-editor .se-list-layer.se-list-line {
    width: 125px;
}

.sk-editor .se-list-layer.se-list-line hr {
    border-width: 1px 0 0;
    height: 1px;
}

/* submenu layer - align */
.sk-editor .se-list-layer.se-list-align .se-list-inner {
    left: 9px;
    width: 125px;
}

/** submenu layer - format block, paragraph style, text style */
.sk-editor .se-list-layer.se-list-format {
    min-width: 156px;
}

.sk-editor .se-list-layer.se-list-format li {
    padding: 0;
    width: 100%;
}

.sk-editor .se-list-layer.se-list-format ul .se-btn-list {
    line-height: 100%;
}

.sk-editor .se-list-layer.se-list-format ul .se-btn-list[data-value="h1"] {
    height: 40px;
}

.sk-editor .se-list-layer.se-list-format ul .se-btn-list[data-value="h2"] {
    height: 34px;
}

.sk-editor .se-list-layer.se-list-format ul p {
    font-size: 13px;
}

.sk-editor .se-list-layer.se-list-format ul div {
    font-size: 13px;
    padding: 4px 2px;
}

.sk-editor .se-list-layer.se-list-format ul h1 {
    font-size: 2em;
    font-weight: bold;
    color: #333;
}

.sk-editor .se-list-layer.se-list-format ul h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.sk-editor .se-list-layer.se-list-format ul h3 {
    font-size: 1.17em;
    font-weight: bold;
    color: #333;
}

.sk-editor .se-list-layer.se-list-format ul h4 {
    font-size: 1em;
    font-weight: bold;
    color: #333;
}

.sk-editor .se-list-layer.se-list-format ul h5 {
    font-size: 0.83em;
    font-weight: bold;
    color: #333;
}

.sk-editor .se-list-layer.se-list-format ul h6 {
    font-size: 0.67em;
    font-weight: bold;
    color: #333;
}

.sk-editor .se-list-layer.se-list-format ul 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;
}

.sk-editor .se-list-layer.se-list-format ul pre {
    font-size: 13px;
    color: #666;
    padding: 4px 11px;
    margin: 0;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

/* submenu layer --- table selector */
.sk-editor .se-selector-table {
    display: none;
    position: absolute;
    top: 34px;
    left: 1px;
    z-index: 5;
    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: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.sk-editor .se-selector-table .se-table-size {
    font-size: 18px;
    padding: 0 5px;
}

.sk-editor .se-selector-table .se-table-size-picker {
    position: absolute !important;
    z-index: 3;
    font-size: 18px;
    width: 10em;
    height: 10em;
    cursor: pointer;
}

.sk-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;
}

.sk-editor .se-selector-table .se-table-size-unhighlighted {
    position: relative !important;
    z-index: 1;
    font-size: 18px;
    width: 10em;
    height: 10em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.sk-editor .se-selector-table .se-table-size-display {
    padding-left: 5px;
}

.sk-editor .se-list-layer.se-table-split {
    top: 36px;
}

/* submenu layer --- color selector button */
.sk-editor .se-list-layer .se-selector-color {
    display: flex;
    width: max-content;
    max-width: 270px;
    height: auto;
    padding: 0;
    margin: auto;
}

.sk-editor .se-list-layer .se-selector-color .se-color-pallet {
    width: 100%;
    height: 100%;
    padding: 0;
}

.sk-editor .se-list-layer .se-selector-color .se-color-pallet li {
    display: flex;
    float: left;
    position: relative;
    margin: 0;
}

.sk-editor .se-list-layer .se-selector-color .se-color-pallet button {
    display: block;
    cursor: default;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

.sk-editor .se-list-layer .se-selector-color .se-color-pallet button.active,
.sk-editor .se-list-layer .se-selector-color .se-color-pallet button:hover,
.sk-editor .se-list-layer .se-selector-color .se-color-pallet button:focus {
    border: 3px solid #fff;
}

/** --- form group - input -------------------------------------------------------------- */
.sk-editor .se-form-group {
    display: flex;
    width: 100%;
    min-height: 40px;
    height: auto;
    padding: 4px;
}

.sk-editor .se-form-group input {
    flex: auto;
    display: inline-block;
    width: auto;
    height: 33px;
    font-size: 12px;
    margin: 1px 0 1px 0;
    padding: 0;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
}

.sk-editor .se-form-group button, .sk-editor .se-submenu-form-group button {
    float: right;
    width: 34px;
    height: 34px;
    margin: 0 2px !important;
}

.sk-editor .se-form-group button.se-btn, .sk-editor .se-form-group button.se-btn {
    border: 1px solid #ccc;
}

.sk-editor .se-form-group > div {
    position: relative;
}

.sk-editor .se-form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/** --- form group - label -------------------------------------------------------------- */
.sk-editor .se-form-group-label {
    width: 100%;
    height: auto;
    padding: 0px 4px;
}

.sk-editor .se-form-group-label label {
    font-size: 13px;
    font-weight: bold;
}

/** form group - submenu - color input */
.sk-editor .se-submenu .se-form-group input {
    width: auto;
    height: 33px;
    color: #555;
}

.sk-editor .se-submenu .se-form-group .se-color-input {
    width: 72px;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #b1b1b1;
    outline: none;
}

.sk-editor .se-submenu .se-form-group .se-color-input:focus {
    border-bottom: 3px solid #b1b1b1;
}

/** --- editor area */
.sk-editor .se-wrapper {
    position: relative !important;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.sk-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: auto;
    -o-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
}

.sk-editor .se-wrapper .se-wrapper-inner:focus {
    outline: none;
}

.sk-editor .se-wrapper .se-wrapper-code {
    background-color: #191919;
    color: #fff;
    font-size: 13px;
    word-break: break-all;
    padding: 4px;
    margin: 0;
    resize: none !important;
}

.sk-editor .se-wrapper .se-wrapper-wysiwyg {
    display: block;
}

.sk-editor .se-wrapper .se-wrapper-code-mirror {
    font-size: 13px;
}

/** --- placeholder */
.sk-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 */
.sk-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;
}

.sk-editor .se-resizing-bar.se-resizing-none {
    cursor: default;
}

.sk-editor .se-resizing-back {
    position: absolute;
    display: none;
    cursor: default;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
}

/** resizing bar - nabigation */
.sk-editor .se-resizing-bar .se-navigation {
    flex: auto;
    position: relative;
    width: auto;
    height: auto;
    color: #666;
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 1.5;
    background: transparent;
}

/** resizing bar - charCounter */
.sk-editor .se-resizing-bar .se-char-counter-wrapper {
    flex: none;
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 13px;
    background: transparent;
}

.sk-editor .se-resizing-bar .se-char-counter-wrapper.se-blink {
    color: #b94a48;
    animation: blinker 0.2s linear infinite;
}

.sk-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label {
    margin-right: 4px;
}

/* --- dialog ---------------------------------------------------------- */
.sk-editor .se-dialog {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
}

.sk-editor .se-dialog label, .sk-editor .se-dialog input, .sk-editor .se-dialog button {
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    margin: 0;
}

.sk-editor .se-dialog .se-dialog-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #222;
    opacity: 0.5;
}

/* dialog - modal */
.sk-editor .se-dialog .se-dialog-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-content {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 1.75rem auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    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) {
    .sk-editor .se-dialog .se-dialog-inner .se-dialog-content {
        width: 100%;
    }
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-content label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.sk-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;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 4px;
    font-weight: bold;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-header {
    height: 50px;
    padding: 6px 15px 6px 15px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
    float: right;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    -webkit-appearance: none;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #fff !important;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 2.5;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-body {
    position: relative;
    padding: 15px 15px 5px 15px;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form {
    margin-bottom: 10px;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form-footer {
    margin-top: 10px;
    margin-bottom: 0;
}

.sk-editor .se-dialog .se-dialog-inner input:disabled {
    background-color: #f3f3f3;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-size-text {
    width: 100%;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w {
    width: 70px;
    text-align: center;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h {
    width: 70px;
    text-align: center;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-size-x {
    margin: 0 8px 0 8px;
    width: 25px;
    text-align: center;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-footer {
    height: auto;
    min-height: 55px;
    padding: 10px 15px 0px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-footer > div {
    float: left;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
    margin: 0 5px 0 0;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio {
    margin-left: 12px;
    margin-right: 6px;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-btn-check {
    margin-left: 12px;
    margin-right: 4px;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check {
    margin-left: 0;
    margin-right: 4px;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child {
    margin-right: 16px;
    margin-left: 0px;
}

/* dialog - modal - form - files */
.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files {
    position: relative;
    display: flex;
    align-items: center;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files > input {
    flex: auto;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button {
    flex: auto;
    opacity: 0.8;
    border: 1px solid #ccc;
    height: 34px;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove > svg {
    width: 8px;
    height: 8px;
}

/* custom."remove icon" */
.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover {
    background-color: #f0f0f0;
    outline: 0 none;
    color: #000;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active {
    background-color: #e9e9e9;
    -webkit-box-shadow: inset 0 3px 5px #d6d6d6;
    box-shadow: inset 0 3px 5px #d6d6d6;
}

/* dialog - modal - input */
.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select {
    display: inline-block;
    width: auto;
    height: 34px;
    font-size: 14px;
    text-align: center;
    line-height: 1.42857143;
}

.sk-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;
}

.sk-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;
    padding: 6px 12px !important;
    font-weight: 700;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url {
    direction: ltr;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled {
    text-decoration: line-through;
    color: #999;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
    width: 70px;
    margin-left: 4px;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form a {
    color: #004cff;
}

/* dialog - revert button */
.sk-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert {
    border: 1px solid #ccc;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover {
    background-color: #e1e1e1;
    border-color: #d1d1d1;
    outline: 0 none;
}

.sk-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 */
.sk-editor .se-dialog-tabs {
    width: 100%;
    height: 36px;
    padding-top: 10px;
    border-bottom: 1px solid var(--color-primary);
}

.sk-editor .se-dialog-tabs button {
    background-color: #e5e5e5;
    border-right: 1px solid #e5e5e5;
    float: left;
    outline: none;
    padding: 2px 13px;
    transition: .3s;
    border-left: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.sk-editor .se-dialog-tabs button:hover {
    background-color: #fff;
}

.sk-editor .se-dialog-tabs button.active {
    background-color: #fff;
    border: 1px solid var(--color-primary);
    font-weight: bold;
    border-bottom: 0;
}

/* dialog - modal - math */
.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp {
    resize: vertical;
    height: 14em;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 4px;
    direction: ltr;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size {
    width: 6em;
    height: 28px;
    margin-left: 1em;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview {
    font-size: 13px;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > span {
    display: inline-block;
    -webkit-box-shadow: 0 0 0 0.1rem #c7deff;
    box-shadow: 0 0 0 0.1rem #c7deff;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > span * {
    direction: ltr;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > .se-math-katex-error {
    color: #b94a48;
    -webkit-box-shadow: 0 0 0 0.1rem #f2dede;
    box-shadow: 0 0 0 0.1rem #f2dede;
}

.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > .se-math-katex-error svg {
    width: auto;
    height: 30px;
    color: #b94a48;
}

/* dialog - modal - link preview */
.sk-editor .se-dialog .se-dialog-inner .se-link-preview {
    display: block;
    height: auto;
    max-height: 18px;
    font-size: 13px;
    font-weight: normal;
    font-family: inherit;
    color: #666;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: pre;
}

/* dialog - modal - anchor module */
.sk-editor .se-dialog .se-dialog-inner .se-anchor-preview-form {
    width: 100%;
    display: flex;
    margin-top: 4px;
}

.sk-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon {
    flex: unset;
    display: none;
    line-height: 1.5;
    color: #4592ff;
}

.sk-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview {
    flex: auto;
    margin: 0;
}

/* dialog - modal - anchor module - rel select */
.sk-editor .se-dialog .se-dialog-inner .se-anchor-rel {
    height: 34px;
}

.sk-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn {
    width: 46px;
    color: #3f9dff;
}

.sk-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper {
    display: flex;
    line-height: 1.5;
    padding-top: 6px;
}

.sk-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview {
    text-align: left;
}

/* .sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-mention-item {line-height:28px;min-height:25px;padding:0 5px;cursor:pointer;}
.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-mention-item:hover {background-color:#e1e1e1}
.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-mention-item.se-mention-active {background-color: #d1d1d1; border-radius:3px;}
.sk-editor .se-dialog .se-dialog-inner .se-dialog-form .se-mention-search {margin-bottom: 10px;} */

/** --- controller ---------------------------------------------------------- */
.sk-editor .se-controller .se-arrow.se-arrow-up {
    border-bottom-color: rgba(0, 0, 0, .25);
}

.sk-editor .se-controller {
    position: absolute;
    display: none;
    overflow: visible;
    z-index: 6;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 4px;
    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 */
.sk-editor .se-controller .se-btn-group {
    position: relative;
    display: flex;
    vertical-align: middle;
    padding: 2px;
    top: 0;
    left: 0;
}

.sk-editor .se-controller .se-btn-group .se-btn-group-sub {
    left: 50%;
    min-width: auto;
    width: max-content;
    display: none; /* display: inline-table; */
}

.sk-editor .se-controller .se-btn-group .se-btn-group-sub button {
    margin: 0;
    min-width: 72px;
}

.sk-editor .se-controller .se-btn-group button {
    position: relative;
    min-height: 34px;
    height: auto;
    border: none;
    border-radius: 4px;
    margin: 1px;
    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;
}

.sk-editor .se-controller .se-btn-group button:hover:enabled, .sk-editor .se-controller .se-btn-group button:focus:enabled {
    background-color: #e1e1e1;
    border-color: #d1d1d1;
    outline: 0 none;
}

.sk-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;
}

.sk-editor .se-controller .se-btn-group button span {
    display: block;
    padding: 0;
    margin: 0;
}

/* controller - buttn group active */
.sk-editor .se-controller .se-btn-group button:enabled.active {
    color: #4592ff;
    outline: 0 none;
}

.sk-editor .se-controller .se-btn-group button:enabled.active:hover, .sk-editor .se-controller .se-btn-group button:enabled.active:focus {
    background-color: #e1e1e1;
    border-color: #d1d1d1;
    outline: 0 none;
}

.sk-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 */
.sk-editor .se-controller .se-btn-group button:enabled.on {
    background-color: #e1e1e1;
    border-color: #d1d1d1;
    outline: 0 none;
}

.sk-editor .se-controller .se-btn-group button:enabled.on:hover, .sk-editor .se-controller .se-btn-group button:enabled.on:focus {
    background-color: #d1d1d1;
    border-color: #c1c1c1;
    outline: 0 none;
}

.sk-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 - input */
.sk-editor .se-controller .se-form-group input {
    min-width: 120px;
}

/* controller - resizing(image, iframe) */
.sk-editor .se-controller-resizing {
    margin-top: -50px !important;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
}

.sk-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list {
    width: 74px;
}

.sk-editor .se-resizing-container {
    position: absolute;
    display: none;
    outline: 1px solid #3f9dff;
    background-color: transparent;
}

.sk-editor .se-resizing-container .se-modal-resize {
    position: absolute;
    display: inline-block;
    background-color: #3f9dff;
    opacity: 0.3;
}

.sk-editor .se-resizing-container .se-resize-dot {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.sk-editor .se-resizing-container .se-resize-dot > span {
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #3f9dff;
    border: 1px solid #4592ff;
}

.sk-editor .se-resizing-container .se-resize-dot > span.tl {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.sk-editor .se-resizing-container .se-resize-dot > span.tr {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.sk-editor .se-resizing-container .se-resize-dot > span.bl {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.sk-editor .se-resizing-container .se-resize-dot > span.br {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}

.sk-editor .se-resizing-container .se-resize-dot > span.lw {
    left: -7px;
    bottom: 50%;
    cursor: w-resize;
}

.sk-editor .se-resizing-container .se-resize-dot > span.th {
    left: 50%;
    top: -7px;
    cursor: n-resize;
}

.sk-editor .se-resizing-container .se-resize-dot > span.rw {
    right: -7px;
    bottom: 50%;
    cursor: e-resize;
}

.sk-editor .se-resizing-container .se-resize-dot > span.bh {
    right: 50%;
    bottom: -7px;
    cursor: s-resize;
}

.sk-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: 4px;
}

/* controller - table */
.sk-editor .se-controller-table {
    width: auto;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
}

.sk-editor .se-controller-table-cell {
    width: auto;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
}

/* controller - link */
.sk-editor .se-controller-link {
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
}

.sk-editor .se-controller-link::before, .sk-editor .se-controller-link::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sk-editor .se-controller-link .link-content {
    padding: 0;
    margin: 0;
}

.sk-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;
}

/* --- select list ---------------------------------------------------------- */
.sk-editor .se-select-list {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: auto;
    max-width: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #bababa;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0 none;
}

.sk-editor .se-select-list .se-select-item {
    line-height: 28px;
    min-height: 28px;
    font-size: 13px;
    padding: 0 5px;
    margin: 2px 0;
    cursor: pointer;
}

.sk-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover, .sk-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active {
    background-color: #e1e1e1;
}

.sk-editor .se-dialog-form-files .se-select-list {
    width: 100%;
}

/* --- browser ---------------------------------------------------------- */
.sk-editor .se-file-browser {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
}

.sk-editor .se-file-browser label, .sk-editor .se-file-browser input, .sk-editor .se-file-browser button {
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    margin: 0;
}

.sk-editor .se-file-browser .se-file-browser-back {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #222;
    opacity: 0.5;
}

.sk-editor .se-file-browser .se-file-browser-inner {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sk-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
    position: relative;
    width: 960px;
    max-width: 100%;
    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: 4px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* --- browser - header */
.sk-editor .se-file-browser .se-file-browser-header {
    height: auto;
    min-height: 50px;
    padding: 6px 15px 6px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.sk-editor .se-file-browser .se-file-browser-header .se-file-browser-close {
    float: right;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    -webkit-appearance: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

.sk-editor .se-file-browser .se-file-browser-header .se-file-browser-close > svg {
    width: 12px;
    height: 12px;
}

.sk-editor .se-file-browser .se-file-browser-header .se-file-browser-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 2.2;
}

/* --- browser - header - tags */
.sk-editor .se-file-browser .se-file-browser-tags {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 0 -15px;
}

.sk-editor .se-file-browser .se-file-browser-tags a {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 6px 12px;
    margin: 8px 0 8px 8px;
    color: #333;
    text-decoration: none;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
}

.sk-editor .se-file-browser .se-file-browser-tags a:hover {
    background-color: #e1e1e1;
}

.sk-editor .se-file-browser .se-file-browser-tags a:active {
    background-color: #d1d1d1;
}

.sk-editor .se-file-browser .se-file-browser-tags a.on {
    background-color: #ebf3fe;
    color: #4592ff;
}

.sk-editor .se-file-browser .se-file-browser-tags a.on:hover {
    background-color: #d8e8fe;
}

.sk-editor .se-file-browser .se-file-browser-tags a.on:active {
    background-color: #c7deff;
}

/* --- browser - body */
.sk-editor .se-file-browser .se-file-browser-body {
    position: relative;
    height: auto;
    min-height: 350px;
    padding: 20px;
    overflow-y: auto;
}

.sk-editor .se-file-browser .se-file-browser-body .se-file-browser-list {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .sk-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
        width: 748px;
    }
}

@media screen and (max-width: 768px) {
    .sk-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
        width: 600px;
    }
}

/* --- browser - column */
.sk-editor .se-file-browser .se-file-browser-list .se-file-item-column {
    position: relative;
    display: block;
    height: auto;
    float: left;
}

/* --- browser --- custom - "se-image-list" - column */
.sk-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
    width: calc(25% - 20px);
    margin: 0 10px;
}

@media screen and (max-width: 992px) {
    .sk-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .sk-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
        width: calc(50% - 20px);
    }
}

/* --- browser --- custom - "se-image-list" - item */
.sk-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    height: auto;
    border-radius: 4px;
    outline: 0;
    margin: 10px 0;
}

.sk-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 0 0.2rem #3288ff;
    box-shadow: 0 0 0 0.2rem #3288ff;
}

.sk-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    outline: 0;
    height: auto;
}

.sk-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > .se-file-img-name {
    position: absolute;
    z-index: 1;
    font-size: 13px;
    color: #fff;
    left: 0px;
    bottom: 0;
    padding: 5px 10px;
    background-color: transparent;
    width: 100%;
    height: 30px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sk-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > .se-file-img-name.se-file-name-back {
    background-color: #333;
    opacity: 0.6;
}

/** --- notice */
.sk-editor .se-notice {
    position: absolute;
    top: 0;
    display: none;
    z-index: 7;
    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: auto;
    -o-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
}

.sk-editor .se-notice button {
    float: right;
    padding: 7px;
}

/** --- tooltip */
.sk-editor .se-tooltip {
    position: relative;
    overflow: visible;
}

.sk-editor .se-tooltip .se-tooltip-inner {
    visibility: hidden;
    position: absolute;
    display: block;
    width: auto;
    height: 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;
}

.sk-editor .se-tooltip .se-tooltip-inner .se-tooltip-text {
    position: relative;
    display: inline-block;
    width: auto;
    height: 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;
}

.sk-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;
}

.sk-editor .se-tooltip:hover .se-tooltip-inner {
    visibility: visible;
    opacity: 1;
}

.sk-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
    display: block !important;
}

.sk-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut > .se-shortcut-key {
    display: inline;
    font-weight: bold;
}


/** --- RTL ---------------------------------------------------------- */
/* tray */
.sk-editor.se-rtl .se-btn-tray {
    direction: rtl;
}

.sk-editor.se-rtl .se-btn-select svg {
    margin: auto 1px;
}

/* button--- */
/* button - select text */
.sk-editor.se-rtl .se-btn-select .txt {
    flex: auto;
    text-align: right;
    direction: rtl;
}

/* button - se-menu-list */
.sk-editor.se-rtl .se-btn-list {
    text-align: right;
}

.sk-editor.se-rtl .se-btn-list > .se-list-icon {
    margin: -1px 0 0 10px;
}

/* button - se-menu-list - li */
.sk-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) {
    float: right;
}

.sk-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li {
    float: right;
}

/* menu list--- */
.sk-editor.se-rtl .se-list-layer * {
    direction: rtl;
}

/* menu list - format block */
.sk-editor.se-rtl .se-list-layer.se-list-format ul blockquote {
    padding: 0 7px 0 0;
    border-right-width: 5px;
    border-left-width: 0;
}

/* menu list - color picker */
.sk-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li {
    float: right;
}

/* submenu layer - checked list */
.sk-editor.se-rtl .se-list-inner .se-list-checked li button > .se-svg {
    float: right;
    padding: 6px 0 0 6px;
}

/* placeholder */
.sk-editor.se-rtl .se-wrapper .se-placeholder {
    direction: rtl;
}

/* tooltip */
.sk-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text {
    direction: rtl;
}

.sk-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
    direction: ltr;
}

/* dialog--- */
.sk-editor.se-rtl .se-dialog * {
    direction: rtl;
}

.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
    margin-left: 0;
    margin-right: 4px;
}

/* dialog - header */
.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
    float: left;
}

.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title {
    float: right;
}

/* dialog - tabs */
.sk-editor.se-rtl .se-dialog-tabs button {
    float: right;
}

.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text {
    padding-right: 34px;
}

/* dialog - footer */
.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary {
    float: left
}

.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div {
    float: right;
}

.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
    margin: 0 0 0 5px;
}

.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child {
    margin-left: 16px;
    margin-right: 0px;
}

/* dialog - footer - link preview*/
.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview {
    margin-left: 4px;
    text-align: right;
}

/* anchor module */
.sk-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn {
    float: right;
}

/* fileBrowser--- */
.sk-editor.se-rtl .se-file-browser * {
    direction: rtl;
}

/* fileBrowser - header */
.sk-editor.se-rtl .se-file-browser .se-file-browser-tags {
    text-align: right;
}

.sk-editor.se-rtl .se-file-browser .se-file-browser-tags a {
    margin: 8px 8px 0 8px;
}

.sk-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close {
    float: left;
}

/** controller--- */
.sk-editor.se-rtl .se-controller .se-btn-group {
    direction: rtl;
}

.sk-editor.se-rtl .se-resizing-container .se-resize-display {
    direction: rtl;
}

/** --- RTL ---------------------------------------------------------- */

/** button module float --------------------------------------------- */
.sk-editor .se-btn-module-border.module-float-left {
    float: left;
}

.sk-editor .se-btn-module-border.module-float-right {
    float: right;
}


/** --- error ---------------------------------------------------------- */
.sk-editor .se-error {
    color: #d9534f;
}

.sk-editor input.se-error:focus, select.se-error:focus, textarea.se-error:focus {
    border: 1px solid #f2dede;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #eed3d7;
    box-shadow: 0 0 0 0.2rem #eed3d7;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/** ---------------------------------------------------------- menu items style ---------------------------------------------------------- */
/** hr menu items */
.sk-editor hr.__se__solid {
    border-style: solid none none;
}

.sk-editor hr.__se__dotted {
    border-style: dotted none none;
}

.sk-editor hr.__se__dashed {
    border-style: dashed none none;
}

/** ---------------------------------------------------------- menu items style ---------------------------------------------------------- */


/** animation */
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes spinner {
    to {
        transform: rotate(361deg);
    }
}