/*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */
/*! SCEditor | (C) 2011-2016, Sam Clarke | sceditor.com/license */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);

@font-face{
	font-family:"Font Awesome 5 Brands";
	font-style:normal;
	font-weight:normal;
	font-display:auto;
	src:url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-brands-400.eot);
	src:url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-brands-400.woff2) format("woff2"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-brands-400.woff) format("woff"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-brands-400.ttf) format("truetype"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face{
	font-family:'Font Awesome 5 Pro';
	font-style:normal;
	font-weight:400;
	font-display:auto;
	src:url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-regular-400.eot);
	src:url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-regular-400.woff2) format("woff2"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-regular-400.woff) format("woff"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-regular-400.ttf) format("truetype"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face{
	font-family:'Font Awesome 5 Pro';
	font-style:normal;
	font-weight:900;
	font-display:auto;
	src:url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-solid-900.eot);
	src:url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-solid-900.woff2) format("woff2"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-solid-900.woff) format("woff"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-solid-900.ttf) format("truetype"),
	url(https://pro.fontawesome.com/releases/v5.15.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.sceditor-button div:before, div.sceditor-grip:before {
    font-size: 12px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: currentColor;
}

.sceditor-button-youtube div:before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
}

.sceditor-button-link div:before {
    content: "\f0c1";
}

.sceditor-button-unlink div:before {
    content: "\f127";
}

.sceditor-button-underline div:before {
    content: "\f0cd";
}

.sceditor-button-time div:before {
    content: "\f017";
}

.sceditor-button-table div:before {
    content: "\f0ce";
}

.sceditor-button-superscript div:before {
    content: "\f12b";
}

.sceditor-button-subscript div:before {
    content: "\f12c";
}

.sceditor-button-strike div:before {
    content: "\f0cc";
}

.sceditor-button-source div:before {
    content: "\f0ad";
}

.sceditor-button-size div:before {
    content: "\f034";
}

.sceditor-button-rtl div:before {
    content: "\f033";
}

.sceditor-button-right div:before {
    content: "\f038";
}

.sceditor-button-removeformat div:before {
    content: "\f12d";
}

.sceditor-button-quote div:before {
    content: "\f10e";
}

.sceditor-button-print div:before {
    content: "\f02f";
}

.sceditor-button-pastetext div:before {
    content: "\f0ea";
}

.sceditor-button-paste div:before {
    content: "\f0ea";
}

.sceditor-button-outdent div:before {
    content: "\f03b";
}

.sceditor-button-orderedlist div:before {
    content: "\f0cb";
}

.sceditor-button-maximize div :before {
    content: "\f033";
}

.sceditor-button-ltr div:before {
    content: "\f033";
}

.sceditor-button-left div:before {
    content: "\f036";
}

.sceditor-button-justify div:before {
    content: "\f039";
}

.sceditor-button-italic div:before {
    content: "\f033";
}

.sceditor-button-indent div:before {
    content: "\f03c";
}

.sceditor-button-image div:before {
    content: "\f03e";
}

.sceditor-button-horizontalrule div:before {
    content: "\f52c";
}

.sceditor-button-format div:before {
    content: "\f87d";
}

.sceditor-button-font div:before {
    content: "\f031";
}

.sceditor-button-emoticon div:before {
    content: "\f118";
}

.sceditor-button-email div:before {
    content: "\f0e0";
}

.sceditor-button-date div:before {
    content: "\f073";
}

.sceditor-button-cut div:before {
    content: "\f0ea";
}

.sceditor-button-copy div:before {
    content: "\f0c5";
}

.sceditor-button-color div:before {
    content: "\f53f";
}

.sceditor-button-code div:before {
    content: "\f121";
}

.sceditor-button-center div:before {
    content: "\f037";
}

.sceditor-button-bulletlist div:before {
    content: "\f0ca";
}

.sceditor-button-bold div:before {
    content: "\f032";
}

.sceditor-button-maximize div:before {
	content: "\f066";
}

div.sceditor-grip:before {
    content: "\f0b2";
    font-size: 14px;
}

.rtl div.sceditor-grip:before {
    content: "\f0b2";
    right: auto;
    left: 0
}

.sceditor-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    font-size: 13px;
    font-family: Open sans;
    color: #333;
    line-height: 1;
    font-weight: 600;
    height: 250px;
    border-radius: 0.5rem;
}

.sceditor-container *,
.sceditor-container :after,
.sceditor-container :before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.sceditor-container,
.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
    padding: 0;
    margin: 0;
    z-index: 3
}

.sceditor-container iframe,
.sceditor-container textarea {
    display: block;
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    line-height: 1.25;
    border: 0;
    outline: 0;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: var(--default-color);
    padding: 0;
    margin: 0;
    resize: none;
    background: var(--sceditor-bg);
    height: auto !important;
    width: auto !important;
    width: calc(100% - 10px) !important;
    min-height: 1px;
    border: 1px solid var(--default-border-color);
    border-radius: .5em;
}

#night-mode .sceditor-container textarea, #night-mode .sceditor-container iframe {
	color: #fff !important;
}


div.sceditor-dnd-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .2);
    border: 5px dashed #aaa;
    z-index: 200;
    font-size: 2em;
    text-align: center;
    color: #aaa
}

div.sceditor-dnd-cover p {
    position: relative;
    top: 45%;
    pointer-events: none
}

div.sceditor-resize-cover {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: .3
}


div.sceditor-grip {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 0.4rem;
    right: 1.2rem;
    z-index: 3;
    line-height: 0;
}

div.sceditor-grip.has-icon {
    background-image: none
}

.sceditor-maximize {
    position: fixed;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    border-radius: 0;
    background-clip: padding-box;
    z-index: 2000;
    backdrop-filter: blur(50px);
}

body.sceditor-maximize,
html.sceditor-maximize {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
	align-items: center;
}

.sceditor-maximize div.sceditor-grip {
    display: none
}

.sceditor-maximize div.sceditor-toolbar {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% - 20px);
    border-radius: 0;
    background-clip: padding-box
}

div.sceditor-dropdown {
    position: absolute;
    border: 1px solid #c3c3c32e;
    background: padding-box var(--sced-box-bg);
    z-index: 4000;
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

div.sceditor-dropdown *,
div.sceditor-dropdown :after,
div.sceditor-dropdown :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

div.sceditor-dropdown a,
div.sceditor-dropdown a:link {
    color: var(--medium-black);
}

.sceditor-dropdown a:hover {
    color: #fff !important;
}

div.sceditor-dropdown form {
    margin: 0
}

div.sceditor-dropdown label {
    display: block;
    font-weight: 700;
    color: var(--a-color);
    padding: 4px 0
}

div.sceditor-dropdown input,
div.sceditor-dropdown textarea {
    font-family: Poppin;
    outline: 0;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 .75em;
    border-radius: 1px;
	background: var(--white);
    background-clip: padding-box;
	color: var(--text-black);
}

div.sceditor-dropdown textarea {
    padding: 6px
}

div.sceditor-dropdown input:focus,
div.sceditor-dropdown textarea:focus {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1)
}

div.sceditor-dropdown .button {
    font-weight: 600;
    color: #fff;
    padding: .25em 1.5em;
    background: padding-box #0066e3;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    margin: .3em 0 0;
    height: auto !important;
    width: auto !important;
    border-radius: .25em;
}

div.sceditor-dropdown .button:hover {
    background: #0776ff ;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

div.sceditor-font-picker,
div.sceditor-fontsize-picker,
div.sceditor-format {
    padding: 1em 0;
}

div.sceditor-color-picker {
    padding: .5em;
}

div.sceditor-emoticons,
div.sceditor-more-emoticons {
    padding: 0
}

.sceditor-pastetext textarea {
    border: 1px solid #bbb;
    width: 20em
}

.sceditor-emoticons img,
.sceditor-more-emoticons img {
    padding: 0;
    cursor: pointer;
    margin: .5em;
}

.sceditor-more {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    padding: 1em;
    font-size: .875em;
    text-transform: uppercase;
}

.sceditor-dropdown a:hover {
    background: var(--main-blue);
    color: #fff;
}

.sceditor-font-option,
.sceditor-fontsize-option,
.sceditor-format a {
    display: block;
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #222
}

.sceditor-fontsize-option {
    padding: 7px 13px
}

.sceditor-color-column {
    float: left
}

.sceditor-color-option {
    display: block;
    border: 2px solid var(--white);
    height: 20px;
    width: 20px;
    overflow: hidden;
    border-radius: .25em;
}

.sceditor-color-option:hover {
    transform: scale(1.1);
}


div.sceditor-toolbar {
    overflow: hidden;
    padding: 0.35em;
    background: var(--sced-box-bg);
    border-bottom: 0;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

div.sceditor-group {
    display: inline-block;
    background: var(--sced-tools-bg);
    margin: 0.05em 0.15em 0.05em 0.05em;
    padding: .25em;
    -webkit-border-radius: 999em;
    -moz-border-radius: 999em;
    border-radius: 999em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.02);
}
.sceditor-button {
    float: left;
    cursor: pointer;
    padding: .25em;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 999em;
    -moz-border-radius: 999em;
    border-radius: 999em;
    border: none !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 .07em;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--sced-btn-color);
}
.ie6 .sceditor-button, .ie7 .sceditor-button {
    float: none!important;
    display: inline;
    transform: scale(1);
}
.ie6 .sceditor-button {
    padding: 0;
}
.ie6 .sceditor-button div {
    margin: 5px;
}
.ie7 .sceditor-button div {
    margin: 5px 0;
}

.sceditor-button:hover, .sceditor-button:active, .sceditor-button.active {
    background: var(--main-blue);
    color: #fff;
}

.sceditor-button:active {
    background: var(--main-blue);
    color: #fff;
}

.sceditor-button.disabled:hover {
    background: inherit;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.sceditor-button, .sceditor-button div {
    display: block;
}

.sceditor-button div {
    display: flex;
    padding: 0;
    line-height: 0;
    font-size: 0;
    color: currentColor;
    align-items: center;
    justify-content: center;
}

.sceditor-button.disabled div {
    opacity: .4;
}

.sceditor-button svg {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 2px 0;
    fill: #111;
    text-decoration: none;
    pointer-events: none;
    line-height: 1
}

.sceditor-button.disabled svg {
    fill: #888
}

.sceditor-button.has-icon div {
    display: none
}

.sceditor-button.text,
.sceditor-button.text div,
.sceditor-button.text-icon,
.sceditor-button.text-icon div,
.text .sceditor-button,
.text .sceditor-button div,
.text-icon .sceditor-button,
.text-icon .sceditor-button div {
    display: inline-block;
    width: auto;
    line-height: 16px;
    font-size: 1em;
    color: inherit;
    text-indent: 0
}

.sceditor-button.has-icon div,
.sceditor-button.text div,
.text .sceditor-button div,
.text-icon .sceditor-button.has-icon div {
    padding: 0 2px;
    background: 0 0
}

.sceditor-button.text svg,
.text .sceditor-button svg {
    display: none
}

.sceditor-button.text-icon div,
.text-icon .sceditor-button div {
    padding: 0 2px 0 20px
}

.rtl div.sceditor-toolbar {
    text-align: right
}

.rtl .sceditor-button {
    float: right
}

.sceditor-button-video div:before {
    content: "\f03d";
}

.sceditor-button-php div:before {
    content: "\f1c9";
}

.sceditor-insertcode,
.sceditor-insertphp {
    min-width: 15em;
}