/* Initially hidden elements */
#search_result, #lat_hidden, #cyr_hidden, #main_hidden, #definition_container {
display:none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-style: italic;
}

.re-icon i {
	line-height:13px;
}

.center {
	text-align: center;
}
/* .redactor-editor {
	padding-bottom:50px;
} */

.upper_toolbar {
	height: 386px;
    width: 30px;
    float: left;
    margin-top: -393px;
    display: flex;
    flex-direction: column;
}

.upper_toolbar .spacer {
	height: 10px;
}

.upper_toolbar .spacer_filler {
	-webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.redactor-toolbar-wrapper {
	padding-left: 35px;
}

.upper_toolbar button {
	opacity:0.8;
}

.upper_toolbar button i {
	font-size: 20px;
}

.upper_toolbar .mdl-button--fab.mdl-button--mini-fab {
	height: 30px;
    min-width: 30px;
    width: 30px;
	font-size: 20px;
}

.lower_toolbar {
	padding:6px;
	display: flex;
	/* text-align:right; */
	/* margin-top:-44px; */
}

.lower_toolbar button {
	opacity:0.8;
	margin-right: 10px;
}
.lower_toolbar .mdl-chip__contact {
	margin:0 0 0 3px;
}
.mdl-chip__contact i {
	font-size:20px;
	line-height:1.6;
}

a.mdl-layout-title {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
    line-height: 64px;
	padding:0 20px;
}


/* .demo-card-wide > .mdl-card__title {
  color: #fff;
  height: 176px;
  background: url('../images/facebook.jpg') center / cover;
}
.demo-card-wide > .mdl-card__menu {
  color: #fff;
} */

#definition_l_title,
#word_of_the_day {
	font-family: 'Noto Serif', sans-serif;
	font-size: 40px;
    line-height: 45px;
	font-weight: bold;
	color: #444;
	font-display: swap;
	margin: 0;
}
.mdl-card__title {
	border-bottom: 1px solid #eee;
}

#definition_l_subtitle, #link_to_imlo, #link_to_sinonim {
	margin: 10px 0;
}

#link_to_imlo_word, #link_to_sinonim_word {
	font-weight: bold;
	text-transform: uppercase;
}

.search_panel {
	width:100%;
	background: #343434;
}

#search_form {
	padding:0 20px;
}

#search_container {
	max-width: 700px;
	margin: auto;
	padding: 30px 20px 0;
}

/* #search_results button{
	color: #444444;
} */

#search_row {
	position: relative;
	height: 40px;
}

#searchid {
	font-size: 20px;
    padding: 5px 0;
}

#search_help {
	color: var(--ar-primary);
}

html.dark-mode #search_help {
	color: var(--ar-white);
}


/* #search_field {
	width: calc(100% - 64px);
	float: left;
} */
/* #searchid,
#searchid:focus{
	font-weight:400;
	font-size: 18px;
	width: 100%;
	height:auto;
	background:#fff;
	line-height:40px;
	padding:0 10px;
	outline:none;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
} */
/* #search_button {
	height:40px;
	width:64px;
	float: right;
} */

#names_included_container .mdl-switch__track {
    background: #666666;
}
#names_included_container .mdl-switch__label {
	color: #ffffff;
}
#search_box .uk-form-icon-flip {
	padding:0 10px !important;
}
#result{
	font-weight:400;
	padding:20px;
}
#result_grid{margin-left:0;}
.result_word{padding:15px !important;display:block;}

#search_results {
	display: none;
}

/* #search_results a,
#other_results a {
    display: block;
    padding: 10px 10px 10px 20px;
    color: #444;
    text-decoration: none;
    font-size: 16px;
}
#search_results a:hover,
#other_results a:hover {
    background: #ccc;
}
#search_results small {
    display: block;
    padding: 10px 10px 10px 20px;
}

#search_results button:focus {
	color: #00892a;
	border: none;
}
 */
/* #clear_search {
	display: none;
    position: relative;
    height: 40px;
    float: right;
    margin-top: -40px;
	color: #444444;
}
#clear_search:hover,
#clear_search:hover {
	background:none !important;
} */


.input_error{color:red;}
#letters_content{padding-top:20px;}
#letters_content > li.uk-active > div.uk-grid{margin:0;}
.tm-navbar{margin-top:0;margin-bottom:0;}
.header-stripe{background:#F4F4F4;border-bottom:#11CE46 solid 1px;}
.footer-stripe{background:#f4f4f4;border-top:#11CE46 solid 1px;}
.pane{background:#F4F4F4;}

.tm-logo{text-align:center;line-height: 50px;}
.tm-search {}
.tm-middle{margin:0 0 0 -5px;}

#letters li a{color:#fff;}
#letters li a .word_count{color:#fff;font-size:12px;font-weight:normal;}
#letters li.uk-active a{color:#f1592a;font-weight:bold;}
#letters li.uk-active a .word_count{color:#ccc;}

.retranslit{font-family:arial;font-weight:400;resize:none;width:100%;background:#fff;padding:20px;outline:none;border:#11CE46 solid 2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-display: swap;}

errorl, errorc, errorTag, error, .error {
background: #fff0f0 !important;
border-bottom: 2px red solid !important;
}

.error:hover {
background: #fddbdb !important;
}

.error::selection {
background: red;
}

warningl, warningc, .warning {
background: #fbfae6 !important;
border-bottom: 2px solid #ffd900 !important;
}

.warning:hover {
background: #fbf9c2 !important;
}

.definition_button {
color: #20b24d;
border: 1px solid #20b24d !important;
}

html.dark-mode errorl,
html.dark-mode errorc,
html.dark-mode .error {
	background: #fe496b !important;
}

html.dark-mode warningl,
html.dark-mode warningc,
html.dark-mode .warning {
	background: #cf9042 !important;
}


#loading {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 2000;
width:100%;
background-color: rgba(255,255,255,0.5);
}

#loading .mdl-spinner {
position:relative;
top:40%;
left:50%;
margin-left:-14px;
}

/* context menu */

#context_menu {
display: none;
position: absolute;
/* padding: 5px; */
z-index: 102;
width: 240px;
/* background-color: #fff;
border: solid 1px #dfdfdf;
box-shadow: 1px 1px 2px #cfcfcf;
-webkit-overflow-scrolling: touch; */
}

#context_menu_cover {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 101;
width:100%;
background-color: transparent;
}


#context_menu p {
padding: 5px;
margin: 0px;
}

.s-list {
padding: 0;
list-style: none;
margin:0;
}
.s-list li {
/* padding: 5px;
margin: 2px;
border:solid 1px #eee;
cursor:pointer;
font-size: 15px;
line-height: 15px;
float: left; */
padding: 5px 7px;
font-size: 14px;
}
.s-list li:hover{
 cursor:pointer;
}

/* error editing popup */
.error-edit-panel {
background:white;
border:1px solid #ddd;
padding:10px;
}

#definition_l_text {
	color:#444444;
}
example {
	color:var(--ar-success);
	display: block;
}

example > em {
color:#9c27b0;
}

/* fullscreen */
.fullscreen {
position:fixed;
background:#444444;
width:100%;
height:100%;
top:0;
bottom:0;
z-index:1100;
}
#shrink {
position:fixed;
top:20px;
right:20px;
z-index:1101;
border-radius: 50%;
padding: 0 18px;
}

ul#presonalDict > li > a {
line-height:25px;
}

table.chart {
  border-spacing: 3px 0;
}

.word_parts {
	background-color: #8affae;
	text-align: center;
    font-size: 18px;
    font-family: Times, serif;
    font-weight: bold;
	height: 18px;
    line-height: 18px;
	padding: 10px;
	white-space: nowrap;
	font-display: swap;
}

.word_parts_plus {
	padding: 10px;
    font-size: 20px;
}

.word_parts_text {
	font-size: 14px;
    height: 24px;
    line-height: 23px;
	padding: 0 0 5px 0;
	border-left: 2px solid #8affae;
}

.word_parts_text span {
	/* border-bottom: 2px solid #8affae; */
	padding: 4px;
	line-height: 23px;
}
td.empty {
	border-left: 2px solid #8affae;
}
td.spacer {
	min-width: 100px;
}

/* connection {
    border: 2px solid #8affae;
    border-radius: 3px;
	z-index: 1;
  } */

.card_footer {
	padding: 10px 20px;
	display: flex;
}

.follow_word {
	color: #20b24d;
	cursor: pointer;
	text-decoration: underline;
}

.footer {
	background: #eeeeee;
	padding: 15px 0 15px 0;
}

.copyright {
	color:#969696;
}

img.responsive {
	width:100%;
}

.feature {
	text-align: center;
}

.feature i {
	border-radius: 50%;
    padding: 20px;
    font-size: 60px;
}

.feature p {
	margin: 20px 0 0 0;
}

.feature1 {
    background: #81c784;
	color: #fff;
}
.feature2 {
    background: #ffb74d;
	color: #fff;
}
.feature3 {
    background: #81d4fa;
	color: #fff;
}

.feature_muted  {
    background: #ffcccc;
    color: red;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.check-button {
	height: 40px;
    line-height: 40px;
    border-radius: 20px;
	box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
}

.navigation {
	margin:5px 10px;
}

.days_home {
	font-size: 90px;
    line-height: 90px;
}

.days {
	font-size: 18px;
    line-height: 35px;
}

.price {
	font-size: 30px;
    line-height: 50px;
}

.no_padding {
	padding: 0;
}

.quick_conversion {
	width: 100%;
	height: 200px;
    border: 1px #ccc solid;
    resize: none;
    font-family: sans-serif;
    padding: 5px;
	box-sizing: border-box;
	font-display: swap;
}

.showcase .overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background: rgba(2, 8, 12, 0.92);
    z-index: 1;
}

.showcase .showcase--container {
	display: table;
    height: 500px;
    width: 100%;
    position: relative;
	z-index: 2;
}
.showcase .showcase--content {
	display: table-cell;
    vertical-align: middle;
}
.showcase h2 {
	color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300;
}
.showcase p {
    color: #fff;
    font-weight: 200;
    line-height: 1.5em;
    margin-bottom: 25px;
}
.showcase--button--filled,
.showcase--button--filled:hover {
	color: #ffffff;
	height: 45px;
    line-height: 45px;
    border: 1px solid #20b24d;
    /* border-radius: 20px; */
	margin-right:20px;
	background: #20b24d;
	cursor: pointer;
}
.showcase--button--empty {
	color: #20b24d;
	height: 45px;
    line-height: 45px;
    border: 1px solid #20b24d;
    /* border-radius: 20px; */
	margin-right:20px;
	background: transparent;
	cursor: pointer;
}
.showcase .price {
	font-size: 55px;
    line-height: 70px;
    color: white;
}
.showcase .days {
    color: white;
}
.services {
	margin-top: 50px;
	margin-bottom: 50px;
    position: relative;
    z-index: 0;
    padding: 0 1em;
}
.services .icon {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
	font-size: 75px;
    color: #b1b1b1;
}
.services .desc h3 {
    font-size: 26px;
    font-weight: 300;
}
.plans {
	padding-top: 50px;
	padding-bottom: 50px;
}
.plans h2 {
	font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}
.plans .price {
	line-height: 70px;
    font-size: 50px;
}

.plans .days {
	/* font-size: 13px; */
}

.half {
width: calc(-16px + 50%);
}

.promo_paragraph {
	font-size: 20px;
	line-height: 1.8em;
}

.header_filler {
	background-color: #20b24d;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	height: 64px;
	width: 100%;
	margin-top: -64px;
}

nextWord {
	color: #22f229;
}

#definition_card {
	/* background: #fff; */
}

#definition_card .mdl-card__supporting-text {
	padding: 0;
}

#definition_l_formation {
	margin-bottom: 20px;
}
#definition_l_formation h6 {
	margin-bottom: 0;
}

definition {
	line-height: 24px;
}

definitions, meaning {
	margin-bottom: 10px;
}

definitions, meaning, meanings, examples, synonyms, phrases, phrase, heading, theWord, definition > tags {
	display: block;
}

meaning > tags {
	margin-right: 5px;
}

.inner > tags {
	padding: 10px 20px;
    display: block;
}

meaning > reference {
	margin-left: 5px;
	color: #0098ba;
}

rubin {
	margin-right: 5px;
	margin-left: 5px;
	color: var(--ar-gray);
}

example > takenFrom {
	display: inline-block;
	margin-left: 5px;
	color:var(--ar-gray);
	font-style: italic;
}

meanings, examples {	
	padding-left: 20px;
}

meanings {
	padding: 10px 20px;
}

synonyms, phrases {
	margin: 10px;
    /* padding: 20px;
    background: #e6faff;
    border: 1px solid #63d9f6; */
}

phrase > text {	
	font-weight: bold;
	color: $444;
}

phrases > li {	
	margin-bottom: 15px !important;
}

phrases meanings {	
	padding: 0;
}

synonyms > heading,
phrases > heading {
	font-family: 'Noto Serif', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
    /* font-weight: 600; */
    border-bottom: 1px solid #444;
    padding: 10px 0 0;
	margin-bottom: 10px;
}

phrases > li > ul > tags {
    padding: 20px 20px 0 20px;
	display: block;
}

theWord {
	text-transform: uppercase;
}

#word_card {
	margin-top: 20px;
}

#definition_l_text ul,
#definition_l_text li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#definition_l_text ul.inner {
  overflow: hidden;
  /* display: none; */
  /* border: 1px solid #eeeeee; */
}

#definition_l_text phrases > li > ul.inner {
  border: 1px solid #ade6fc;
  background: #e6faff;
}
html.dark-mode #definition_l_text phrases > li > ul.inner {
  border: 1px solid #073243;
  background: #003948;
}

#definition_l_text ul li a.toggle {
	font-family: 'Noto Serif', sans-serif;
  width: 100%;
  display: block;
  /* background: #b5fad4; */
  color: #444;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  box-sizing: border-box;
    text-decoration: none;
  margin-top: 5px;
  cursor: default;
}

#definition_l_text phrases > li > a.toggle {
	background: #ade6fc;
	color: #004e7c;
	font-weight: bold;
}
html.dark-mode #definition_l_text phrases > li > a.toggle {
	background: #073243;
	color: #ade6fc;
	font-weight: bold;
}

#definition_l_text ul li a.panelName {
	text-transform: uppercase;
    /* text-align: center; */
    font-weight: 600;
    font-size: larger;
	border-bottom: 1px solid #444;
	padding: 10px 0 0;
}

#definition_l_pos {
	font-family: 'Noto Serif', sans-serif;
	font-style: italic;
}

.accordion > p {
	padding: 16px 26px;
	margin: 0;
}


/*DARK MODE */

html.dark-mode #other_results a {
	color: white !important;
}
html.dark-mode #other_results a:hover {
    background: #6f6f6f;
}

html.dark-mode #definition_l_title,
html.dark-mode #word_of_the_day {
	color: #ffffff;
}

html.dark-mode .word_parts {
	color: #323232;
}

html.dark-mode #definition_l_text,
html.dark-mode .panelName,
html.dark-mode phrases heading
 {
  color: white !important;
}

html.dark-mode #demoApps,
html.dark-mode #demoAddins,
html.dark-mode #lat,
html.dark-mode #cyr {
	background: #383838;
	border: 1px solid #6a6a6a;
}

/* #lat_box,
#cyr_box,
main,
.redactor-box {
	background-color: #f6f9fc;
} */
html.dark-mode #lat_box,
html.dark-mode #cyr_box,
html.dark-mode main,
html.dark-mode .redactor-box {
	background-color: #181b1e;
}

html.dark-mode .redactor-air a,
html.dark-mode .redactor-toolbar a {
	background: #383838;
	color: #e9e9e9;
}

html.dark-mode .redactor-air a:hover,
html.dark-mode .redactor-toolbar a:hover {
	background: #20b24d;
}

html.dark-mode .redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act,
html.dark-mode .redactor-toolbar li a:hover {
	background: #4f4f4f;
}

html.dark-mode #context_menu {
	/* background: #383838;
	border: 2px solid #6a6a6a; */
}
html.dark-mode .s-list li:hover {
/* 	background: #4f4f4f; */
}

#lat, #cyr {
	height: 400px;
	padding: 10px;
    border: 1px solid #eeeeee;
    background: white;
}

.re-button i {
	font-size: 17px;
}

.square {
	min-width: 40px;
    padding: 0;
}

.spacer_15 {
	padding-left: 15px;
}

.n-list {
	list-style: none;
	padding: 0;
}

.n-list li {
	padding: 10px 0;
}

.notification_date {
	padding-right: 20px;
}

.toolbar_divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 1;
    margin: 10px 0;
}

.toolbar_block_error {
	z-index: 1;
	background: #f8cce0;
}

.toolbar_block_warning {
	z-index: 1;
	background: #fff9b0;
}

.upper_toolbar .enableErrorLoop,
.upper_toolbar .enableWarnings {
	margin: 10px;
}

#open_chat_container {
	position: fixed;
    bottom: 5px;
    right: 0;
    z-index: 1000;
}

#helper_close {
	background: black;
	position: fixed;
    bottom: 35px;
    right: 98px;
    z-index: 1;
}

#helper_close,
#open_chat_button {
	padding: 0;
    min-width: 32px;
}
#helper_close i,
#open_chat_button i {
	font-size: 20px;
	padding: 8px;
}

.redactor-source {
    margin-left: 35px !important;
    width: -moz-calc(100% - 35px) !important;
    width: -webkit-calc(100% - 35px) !important;
    width: -o-calc(100% - 35px) !important;
    width: calc(100% - 35px) !important;
}

#spinner {
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	height: 50px;
	width: 50px;
	background: #2d2d2d;
	border-radius: 50%;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.mdl-menu__item_text {
	padding: 13px 16px;
	white-space: nowrap;
}

.mdl-menu__item_text > span {
	display: block;
	font-style: italic;
    font-size: 12px;
	opacity: 0.7;
}

.info-message,
.success-message,
.error-message {
    color: #444444 !important;
}
.info-message {
    background: #e6f8fb !important;
    border: 1px solid #8ed2f1;
}
.success-message {
    background: #e6fbf1 !important;
    border: 1px solid #20b24d;
}
.error-message {
    background: #f6ddd3 !important;
    border: 1px solid red;
}
.info-message > .mdl-card__title,
.success-message > .mdl-card__title,
.error-message > .mdl-card__title {
	border-bottom: 0 !important;
}

/* html.dark-mode .info-message,
html.dark-mode .success-message,
html.dark-mode .error-message {
    color: #fff !important;
} */

html.dark-mode .info-message {
    background: #10272b !important;
    border: 1px solid #8ed2f1;
}
html.dark-mode .success-message {
    background: #0d271b !important;
    border: 1px solid #20b24d;
}
html.dark-mode .error-message {
    background: #261914 !important;
    border: 1px solid red;
}

.mdl-menu__item_special {
    border: 2px solid white;
    padding: 10px;
    margin: 2px;
}

.notice {
	padding: 10px;
	background: #f6ddd3 !important;
    border: 1px solid red;
}

html.dark-mode .notice {
	background: #261914 !important;
    border: 1px solid red;
	color: white;
}
	
/* Style the tab */
.tab {
  overflow: hidden;
  margin-bottom: -1px;
  margin-top: 20px;
  margin-top: 20px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	font-family: 'Noto Serif', sans-serif;
	text-transform: uppercase;
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
    transition: .3s;
    line-height: 14px;
	opacity: 0.8;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #f3f2f2;
  border: 1px solid #ccc;
  font-size: 15px;
    margin-bottom: -1px;
	opacity: 1;
}

html.dark-mode .tab button {
	color: white;
}

html.dark-mode .tab button:hover {
  background-color: #727171;
}

html.dark-mode .tab button.active {
	background-color: #282828;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
}

#translateLatMenu button,
#translateCyrMenu button {
	margin-left: 5px;
	text-transform: none;
	float: left;
	opacity: 1;
	font-size: 16px;
}

#translateLatMenu,
#translateCyrMenu {
	display: none;
	width: 100px;
}

html.dark-mode .redactor-modal {
	background-color: var(--ar-body-bg);
}

#alert_box {
position: fixed;
bottom: 0;
left: 0;
right: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
z-index: 1056;
}

#alert_box > div {
margin-top: 10px;
}

.clients a.card {
	margin: 3px;
	filter: grayscale(1);
}

.clients a.card:hover {
	filter: none;
}

.editor-grid {
	display: flex;
}
.editor-grid-left {
	width: 36px;
}
.editor-grid-right {
	width: calc(100% - 40px);
}
.editor-grid-right div.button-group {
	display: inline-block;
}

.editor-grid-left button,
.editor-grid-right button {
	margin: 2px;
}

#searchbar {
	display: flex;
	width: 100%;
}
#searchbar > div {
	display: flex;
	flex-direction: column;
}
#searchbar > div > div {
	display: flex;
}
#num_of_results {
	line-height: 20px;
	font-size: 12px;
}
searchresult {
	background: #d7e7fb87 !important;
}

.rx-editor-container {
	background: white;
}

html.dark-mode .rx-editor-container {
	background: #303030;
}
html.dark-mode .rx-content {
	color: white;
}
html.dark-mode .rx-statusbar-item {
	color: #c5c5c5;
}
.rx-editor {
	padding: 15px;
}
.editorToolbar div.toolbar {
	display: flex;
	flex-wrap: wrap;
}
.editorToolbar {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 1;
}
#lat_box, #cyr_box {
	display: none;
}

.gradient {
	background-color:hsla(219,59%,19%,1);
	background-image:
	radial-gradient(at 99% 99%, hsla(218,76%,24%,1) 0px, transparent 50%),
	radial-gradient(at 0% 0%, hsla(216,100%,22%,1) 0px, transparent 50%);
}

@media (max-width: 760px) {
  .hide-on-mobile {
    display: none;
  }
}

#search_pill {
    background: var(--ar-white);
}
html.dark-mode #search_pill {
	background: var(--ar-gray-dark);
}


#search_results {
    background: var(--ar-white);
}

html.dark-mode #search_results {
	background: var(--ar-gray-dark);
}

html.dark-mode .btn-outline-primary {
    --ar-btn-color: var(--ar-white);
    --ar-btn-border-color: var(--ar-white);
}

html.dark-mode .text-primary {
   color: white !important;
}

.editor-area {
	position: relative;
}

.editor-tag {
	display: none;
	position: absolute;
    margin: 5px;
    z-index: 1;
    right: 0;
}