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

html.night-sky,html.night-sky > body.night-mode,html.night-sky code:before,html.night-sky table {
	color: #fff !important;
}

body.night-mode > p {
	color: #fff;
	padding: 0 0.8rem !important;
}

body.light-mode > p {
	color: #333;
	padding: 0 0.8rem !important;
}

body.night-mode > p, body.light-mode > p {
	margin-top: 1rem !important;
}

.sceditor-container iframe,.sceditor-container textarea 
{
	background: var(--sceditor-bg) !important;
    font-family: Verdana !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: var(--default-color) !important;
/*     padding: 0.75em !important;*/
    margin: 0 !important; 
    width: calc(100% - 10px) !important;
    border: 1px solid var(--default-border-color) !important;
    border-radius: 0.5em !important;
}

.sceditor-container {
	background: transparent !important;
	border: none !important;
}

.sceditor-toolbar {
	background: var(--sced-box-bg) !important;
    padding: 0.35em !important;
    border-bottom: 0 !important;
    -webkit-border-radius: 0.5em 0.5em 0 0 !important;
    -moz-border-radius: .5em .5em 0 0 !important;
    border-radius: 0.5em 0.5em 0 0 !important;
}

.sceditor-group {
    background: var(--sced-tools-bg) !important;
    margin: 0.05em 0.15em 0.05em 0.05em !important;
    padding: 0.25em !important;
    -webkit-border-radius: 999em !important;
    -moz-border-radius: 999em !important;
    border-radius: 999em !important;
    border: 1px solid rgba(0, 0, 0, 0.02) !important;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2)
}

.sceditor-button {
    padding: 0.25em !important;
    width: 18px !important;
    height: 18px !important;
    -webkit-border-radius: 999em !important;
    -moz-border-radius: 999em !important;
    border-radius: 999em !important;
    border: none !important;
    margin: 0 0.07em !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--sced-btn-color) !important;
}

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

.sceditor-button svg {
    height: 12px !important;
    width: 12px !important;
    margin: 2px 0 !important;
    fill: var(--sced-btn-color) !important;
    text-decoration: none !important;
    pointer-events: none !important;
    line-height: 1 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

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

.sceditor-dropdown .button:hover {
    background: #0776ff !important !important;
}

.sceditor-dropdown label {
    color: var(--text-black) !important;
}

.sceditor-dropdown.sceditor-emoticons > div {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.sceditor-dropdown.sceditor-emoticons > div > div {
    margin: 0.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}	

.sceditor-emoticons img, .sceditor-more-emoticons img {
    margin: 4px !important;
	padding: 6px !important;
}

.sceditor-emoticons img:hover, .sceditor-more-emoticons img:hover {
    background: rgba(0,0,0,0.2);
}

.sceditor-dropdown {
    border: 1px solid #c3c3c32e !important;
    background: var(--sced-box-bg) !important;
}

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

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

.sceditor-maximize {
	align-items: center !important;
}

.sceditor-maximize .sceditor-toolbar {
	display: flex;
	justify-content: center;
	width: calc(100% - 20px);
}

body.night-mode code,body.night-mode blockquote {
	background: #161b28 !important;
	border: 1px solid #303347 !important;
}

body.night-mode code:before{
	border-bottom: 1px solid #303347 !important;
	margin-bottom: 2rem;
}
		