
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Root Styles
--------------------------------------------- */
:root, body.light-mode, body[data-theme="light-mode"] {
	--blue-color: #0e70cf;
	--link-color: #0037ff;
	--text-color: #333;
	--text-color-2: #721565;
	--bg-color-6: #f5e7f3;
	--border: 2px solid #e8e6ef;
	--border-color: #d5d5d5;
	--border-radius: 18px;
	--input-border: 1px solid #b6b6c1;
	--input-background-color: #f8f9fb;
	--input-border-color: #ddd;
	--icon-color: black;
	--text-color-head: black;
	--bar-color: #ced2de;
	--transparent-bg-color: #ffffff94;
	--box-shadow: 0 3px 10px 0 #89898938;
	--invert-filter: none;
    --cp1-100: #eef0f7;
    --cp1-200: #ECECF4;
	--cp2-50: #ffffff;
    --cp2-100: #FBFBFB;
    --cp2-200: #f5f5f5;
    --cp2-300: #EAEAEA;
    --cp2-400: #e3e3e3;
	--cp2-700: #d1d1d1;
}

@media (prefers-color-scheme: dark) {
	:root {
		--link-color: #00dcff;
		--text-color: #e3e3e3;
		--text-color-2: #f5e7f3;
		--text-color-head: white;
		--bg-color-6: #65215b;
		--border: 2px solid #36383c;
		--border-color: #27303d;
		--input-border: 1px solid #595959;
		--input-background-color: #1a222d;
		--input-border-color: #424d5a;
		--icon-color: white;
		--bar-color: #656e78;
		--transparent-bg-color: #12182075;
		--box-shadow: none;
		--invert-filter: invert(1);
		--cp1-100: #2C3642;
		--cp1-200: #303B48;
		--cp2-50: #121820;
		--cp2-100: #282F39;
		--cp2-200: #2D333C;
		--cp2-300: #31373E;
		--cp2-400: #333A42;
		--cp2-700: #535c66;
	}
}

body.dark-mode, body[data-theme="dark-mode"] {
	--link-color: #00dcff;
	--text-color: #e3e3e3;
	--text-color-2: #f5e7f3;
	--text-color-head: white;
	--bg-color-6: #65215b;
	--border: 2px solid #515458;
	--border-color: #27303d;
	--input-border: 1px solid #595959;
	--input-background-color: #1a222d;
	--input-border-color: #424d5a;
	--icon-color: white;
	--bar-color: #656e78;
	--transparent-bg-color: #12182075;
	--box-shadow: none;
	--invert-filter: invert(1);
	--cp1-100: #2C3642;
	--cp1-200: #303B48;
	--cp2-50: #121820;
	--cp2-100: #282F39;
	--cp2-200: #2D333C;
	--cp2-300: #31373E;
	--cp2-400: #333A42;
	--cp2-700: #535c66;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: var(--cp2-50);
	font-family: vazirmatn, sans-serif, arial;
	line-height: 1.8;
    color: var(--text-color);
	font-size: 15.5px;
    font-weight: 350;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
	width: 10px;
    height: 10px;
	/* background: #f9f9f9; */
}

::-webkit-scrollbar-thumb {
	background: var(--cp2-700);
	/* border: 2px solid var(--cp2-50); */
	border-radius: 8px;
}

button:focus-visible, .button:focus-visible {
	outline: none;
    /* background: var(--cp2-300); */
	filter: saturate(0.6);
}

/* ::selection {
    background: #d9e5ff;
} */

a {
	color: var(--link-color);
	text-decoration: none;
	/* transition: color 0.2s ease-out, background-color 0.2s ease-out; */
}

a:hover {
	cursor: pointer;
}

a.new-page-link {
	color: #ff3838;
}

p {
	margin: 0 0 20px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b, strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: vazirmatn, sans-serif, arial;
	color: var(--text-color-head);
	font-weight: 400;
	line-height: 1.5;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 1.7em;
}

.entry-content > h2 {
	font-weight: 600;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
	-webkit-user-select: none;
    -ms-user-select: none;
	user-select: none;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, select, textarea, .custom-input, .custom-select {
	background: inherit;
	color: inherit;
	background: var(--cp2-300);
    border: none;
    font-size: 17px;
	font-weight: 500;
	padding: 5px 12px;
    width: 100%;
    border-radius: 15px;
	line-height: 2.3;
}

textarea {
	resize: vertical;
}

select, .custom-select {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M8 9l4 -4l4 4' /%3E%3Cpath d='M16 15l-4 4l-4 -4' /%3E%3C/svg%3E") 100% no-repeat var(--cp2-300);
    background-position-x: 14px;
    appearance: none;
	line-height: 2;
	cursor: pointer;
	line-height: 2.3;
}

.custom-select.open {
	background: var(--cp2-50);
	box-shadow: var(--box-shadow);
}

/* .custom-select {
	border: 1px solid var(--cp2-700);
    background: var(--input-background-color);
    min-width: 70px;
    padding: 7px 12px;
    border-radius: 18px;
} */

input:focus, textarea:focus,
input:hover, textarea:hover,
[contenteditable]:focus-visible {
	/* border: 2px solid #e8e6ef; */
	outline: none;
}

input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="checkbox"] {
	width: 20px;
    height: 20px;
	border: 2px solid;
	border-radius: 15px;
	appearance: none;
    -webkit-appearance: none;
	margin: -5px 5px;
}

input[type="checkbox"]:checked {
	background-color: dodgerblue;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: auto;
}

::-moz-placeholder {
	color: #999;
	font-size: inherit;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    column-gap: 5px;
	border: none;
    border-radius: 30px;
    background: #e7eaf500;
	color: var(--icon-color);
    font-size: 16px;
	font-weight: 500;
    padding: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	transition: all 0.2s ease-out;
}

@media (hover:hover) {
    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    .button:hover {
    	background-color: var(--cp2-300);
    }
}

button.no-style {
	background: none;
    border-radius: 0;
    padding: 0;
}

.btn-minimal {
	background: none;
    border: none;
}

@media not (hover:hover) {
	button:active,
    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active,
    .button:active {
    	background-color: var(--cp2-200);
    	text-decoration: none !important;
    }
}

.main-btn {
    /* background: #1751ff; */
	background: var(--blue-color);
    color: white;
}

.main-btn:active {
    /* background: royalblue; */
	background: #3d88c7;
}

@media (hover:hover) {
    .main-btn:hover {
        /* background: royalblue; */
		background: #3d88c7;
    }
}

.small-btn {
	padding: 5px;
}

.cs-btn {
	background: none;
	border: none;
	margin: 0 3px;
}

@media (hover:hover) {
	.cs-btn:hover {
		background: none;
	}
}

.cs-btn:active, .cs-btn:focus {
	background: none;
}

.button {
	display: inline-block;
}

.custom-file-input {
    background: inherit;
	min-width: 100px;
    border: 1px dashed;
	border-radius: 15px;
	cursor: pointer;
}

@media (hover:hover) {
	.custom-file-input:hover {
		background: var(--cp2-200);
	}
}

.site-inner button:disabled,
.site-inner button:disabled:hover,
.site-inner input:disabled,
.site-inner input:disabled:hover,
.site-inner input[type="button"]:disabled,
.site-inner input[type="button"]:disabled:hover,
.site-inner input[type="reset"]:disabled,
.site-inner input[type="reset"]:disabled:hover,
.site-inner input[type="submit"]:disabled,
.site-inner input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

.site-inner button:disabled::after {
	content: '...';
    -webkit-animation: fade-in 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: fade-in 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	/* table-layout: fixed; */
	border-collapse: collapse;
	/* border-spacing: 0; */
	/* line-height: 2; */
	margin: 10px 0;
	width: 100%;
}

/* td h3, td h4 {
    text-align: center;
} */

td, th {
	border: 1px solid var(--cp2-700);
	padding: 5px 8px;
}

th {
	font-weight: 500;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	word-wrap: break-word;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}
@-webkit-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

@keyframes fadein2 {
	from { opacity: 0; transform: translateY(-8px) scale(.9); }
	to   { opacity: 1; transform: translateY(0); }
}
@-webkit-keyframes fadein2 {
	from { opacity: 0; transform: translateY(-8px) scale(.9); }
	to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeout2 {
	from { opacity: 1; }
	to   { transform: translateY(15%); }
}
@-webkit-keyframes fadeout2 {
	from { opacity: 1; }
	to   { transform: translateY(15%); }
}

@keyframes slideup {
	from { transform: translateY(15%); }
	to   { transform: translateY(0); }
}
@-webkit-keyframes slideup {
	from { transform: translateY(15%); }
	to   { transform: translateY(0); }
}

@keyframes slidedown {
	from { transform: translateY(0); }
	to   { transform: translateY(15%); opacity: 0; }
}
@-webkit-keyframes slidedown {
	from { transform: translateY(0); }
	to   { transform: translateY(15%); opacity: 0; }
}

@keyframes scalein {
	from { transform: scale(1.03); }
	to   { transform: scale(1); }
}
@-webkit-keyframes scalein {
	from { transform: scale(1.03); }
	to   { transform: scale(1); }
}

@keyframes leftin {
	50%  { transform: translateX(-5%); opacity: 0.5; }
	100% { transform: translateX(0);   opacity: 1;   }
}
@-webkit-keyframes leftin {
	50%  { transform: translateX(-5%); opacity: 0.5; }
	100% { transform: translateX(0);   opacity: 1;   }
}

.animation-fadeout {
	-webkit-animation: fadeout 0.3s ease !important;
	animation: fadeout 0.3s ease !important;
}

.animation-slidedown {
	-webkit-animation: slidedown 0.3s ease !important;
	animation: slidedown 0.3s ease !important;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 16px;
	min-height: 450px;
	/* min-height: 100vh; */
    /* height: 100%; */
	/* min-height: var(--winh); */
	/* -webkit-animation: fadein 1s ease;
	animation: fadein 1s ease; */
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

/* .aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
} */

p img {
    margin-right: 10px;
    margin-left: 10px;
	border-radius: 15px;
}

@media only screen and (max-width: 700px) {
	p img {
		float: none !important;
		margin: auto;
		display: block;
	}

	figure img {
		float: none !important;
	}
}

.entry-content > .image {
	border: 1px solid var(--cp2-700);
    border-radius: 15px;
	min-width: 300px;
}

figure.image, figure.wp-block-image {
	text-align: center;
	margin: auto;
	width: -moz-fit-content;
	width: fit-content;
    margin: 20px auto;
    overflow: auto;
}

/* @media only screen and (min-width: 700px) {

	figure.image.align-right {
		max-width: 24%;
		float: right;
		margin-left: 20px;
	}

	figure.image.align-left {
		max-width: 38%;
        float: left;
        margin-right: 20px;
	}
} */

figcaption {
	padding: 5px;
	border-top: 1px solid var(--cp2-700);
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry-content ol, .entry-content ul {
	overflow: hidden;
}

.entry-content ol:has(li[dir="ltr"]), .entry-content ul:has(li[dir="ltr"]) {
	direction: ltr;
}

.entry-content ul > li {
	list-style-type: disc;
	margin: 8px 0;
}

.entry-content ol ol,
.entry-content ul ul {
	margin: 8px 0;
	padding-right: 25px;
}

.entry-content code {
	background-color: #f5f5f5;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
    text-align: center;
	user-select: none;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.search .pagination-previous, .search .pagination-next {
	padding: 5px;
}

.archive-pagination > * {
	display: inline-block;
	margin: 2px;
	/* font-size: 16px; */
    font-weight: 500;
    padding: 4px 14px;
	/* color: #666; */
	border-radius: 10px;
    border: 1px solid var(--cp2-700);
    /* box-shadow: 0 1px 2px 0px #eee; */
}

/* .archive-pagination a:focus, */
/* .archive-pagination a:active, .archive-pagination .current {
	background-color: #f3f3f3;
	color: #666;
} */

/* Site Header / Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid var(--border-color);
	font-size: 13px;
	padding: 15px;
	text-align: center;
	direction: ltr;
}

@media only screen and (min-width: 950px) {

	/* .site-header {
		width: 100%;
		z-index: 999;
	} */

	.site-inner {
		max-width: 1030px;
	}

}

#app-footer {
	display: none;
}

@media (max-width: 500px) and (display-mode: standalone) {
	.site-footer, #nav-search-i {
		display: none;
	}

	body {
		margin-bottom: 50px;
	}
	
	#app-footer {
        position: fixed;
        bottom: 0;
		z-index: 1;
		width: 100%;
        display: flex;
        justify-content: space-evenly;
        background: inherit;
		text-align: center;
		padding: 5px 0;
		border-top: 1px solid var(--cp2-400);
		line-height: 1.4;
		font-size: small;
		user-select: none;
    }

	#app-footer a {
		color: var(--text-color);
	}

    #app-footer svg {
		vertical-align: middle;
    }

	#yn-footer-sticky-80602 {
        display: none;
    }
}

/* Other Styles
--------------------------------------------- */

@font-face {
	font-family: vazirmatn;
	font-display: swap;
	src: url('Vazirmatn[wght].woff2') format('woff2 supports variations'),
		 url('Vazirmatn[wght].woff2') format('woff2-variations');
	font-weight: 100 900;
  	font-style: normal;
	font-display: swap;
}

.title-area {
    padding: 15px;
	max-width: 1100px;
	margin: auto;
	/* border-bottom: 1px solid var(--border-color); */
}

.custom-logo-link {
	display: block;
	margin: auto;
	width: 130px;
	height: 41px;
	filter: var(--invert-filter);
}

.archive-description .entry-title, .archive-title {
    font-size: 20px;
    font-size: 1.8em;
    font-weight: 600;
}

.search .archive-title {
	margin-bottom: 50px;
}

h1.archive-title {
    text-align: center;
    font-size: 34px;
	color: var(--text-color);
}

.content .entry-title {
	text-align: center;
	font-weight: 600;
}

.entry-content ul.ltr {
	direction: ltr;
}

.entry-meta {
    display: none;
}

/* post thumb style */
.fpy-post-image {
    height: 180px;
	overflow: hidden;
    background: var(--cp2-400);
	border-radius: 15px;
}

.fpy-post-image img {
	width: 322px;
	height: 180px;
    object-fit: cover;
	object-position: 50% 8%;
	transition: opacity .36s ease;
}

@media only screen and (max-width: 450px) {

	.fpy-post-image {
		height: 130px;
	}
}

@media (max-width:900px) and (min-width:700px) {

	.fpy-post-image {
		height: 130px;
	}
}

@media (max-width:1050px) and (min-width:950px) {

	.fpy-post-image {
		height: 180px;
	}
}

.page-list .fpy-post-image {
	height: 120px;
}

.fpy-post-image.fixed {
	width: 100px;
	height: 100px;
	min-width: 100px;
	position: relative;
}

a.entry-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.listed #main-content, .page-list-big {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    column-gap: 2%;
	row-gap: 20px;
}

.page-list {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
	row-gap: 10px;
}

@media only screen and (min-width: 700px) {

    .listed #main-content, .page-list-big {
        grid-template-columns: repeat(4, 24%);
        column-gap: 1.3%;
    }

	.page-list {
		grid-template-columns: repeat(5, 19%);
		column-gap: 1%;
	}
}

.fpy-entry .entry {
	margin: 0;
    border-radius: 10px;
    /*box-shadow: 0 1px 6px #ccc;*/
	min-height: 180px;
}

.listed .entry-content {
	display: none;
}

.listed .entry-title {
    font-weight: 400;
	font-size: 20px;
}

.fpy-entry .entry-title a {
	color: var(--text-color);
}

/* infobox */

.flopsy-infobox {
	/* -webkit-box-shadow: 0 1px 3px #c5c5c5;
	box-shadow: 0 1px 3px #c5c5c5; */
	/* background: var(--bg-color); */
	border: 1px solid var(--cp2-700);
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    clear: both;
}

@media only screen and (min-width: 950px) {
	.flopsy-infobox {
		width: 310px;
		float: left;
		margin-right: 25px;
	}
}

.infobox-title, .infobox-subtitle {
	border: none !important;
    padding: 6px 15px;
    margin: 0;
}

.infobox-title {
	font-size: 24px;
}

.infobox-subtitle {
	font-size: 20px;
	direction: ltr;
    text-align: right;
}

.infobox-image {
	text-align: center;
	/* background: #f1f1f7; */
}

.infobox-image img {
	/* width: 308px; */
    height: 350px;
    object-fit: contain;
    /* object-position: 50% 0; */
}

.infobox-content {
	padding: 15px;
	color: var(--text-color);
	/* max-height: 380px; */
	/* transition: max-height 0.5s ease-out; */
}

.infobox-content h3 {
	text-align: center;
    color: var(--text-color-head);
    font-size: 17px;
    font-weight: bold;
}

.infobox-content h4 {
    font-weight: 500;
	font-size: medium;
	margin: 0;
	margin-left: 15px;
	line-height: 1.8;
}

.infobox-content p {
	margin: 0;
}

.infobox-content ul {
    margin-right: 0;
    margin-left: 0;
	margin-bottom: 5px;
}

.tmplt-item {
	padding-top: 7px;
	padding-bottom: 7px;
    display: flex;
}

.tmplt-i-label {
	flex: 35%;
}

.tmplt-i-data {
    flex: 64%;
}

/* .block-tmplt-elm .ed-block.paragraph {
	padding: 0;
} */

.read-more {
	display: block;
	width: 95%;
    margin: 0 auto 10px;
    padding: 12px;
	background: var(--cp2-300);
	font-weight: 500;
    font-size: 18px;
}

.read-more[aria-expanded="true"] {
	margin-top: 10px;
}

/* Search Form */

.svg-i.clear-input-btn {
	width: 18px;
	height: 18px;
    margin: 13px;
    cursor: pointer;
    background: no-repeat;
    border-right: 1px solid rgb(151 151 151);
    padding-right: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E")
}

.search-form {
	background: var(--cp2-300);
    border-radius: 18px;
    line-height: 1;
    overflow: hidden;
    display: flex;
	margin-bottom: 10px;
}

.search-box-clone {
	margin: 60px auto;
    max-width: 700px;
}

.home-search-box {
	background: var(--cp2-300);
    padding: 7px 12px;
    border-radius: 18px;
	line-height: 2.3;
    cursor: text;
}

.flopsy-search-results a {
	display: block;
	/* justify-content: space-between; */
    font-weight: 400;
    color: inherit;
    font-size: 15px;
    padding: 10px;
}

.flopsy-search-results .page-link {
	flex: 1;
	font-weight: 500;
    color: #666;
    font-size: 15px;
}

.flopsy-search-results .wiki-link {
	color: #aaa;
    border: 1px solid #ddd;
    padding: 0px 5px;
    border-radius: 10px;
}

.i-list-active {
	background: var(--cp2-200);
	border-radius: 10px;
}

.i-list-active:focus-visible {
	outline: 1px solid;
}

.home .flopsy-search {
	margin: 40px 0;
}

@media only screen and (min-width: 790px) {
    .home .flopsy-search {
		margin: 60px 130px;
	}
}

.fpy-hot-wikis {
    text-align: center;
}

.fpy-hot-wikis h2 {
    font-size: 20px;
}

/* Head */
.wiki-header {
	position: sticky;
	top: 0;
    max-width: 1100px;
	display: flex;
	align-items: center;
	background: var(--cp2-50);
	margin: auto;
	z-index: 2;
	padding: 0 3px;
}

.mini-logo span.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='25' height='25' viewBox='0 0 27.579 27.579'%3E%3Cpath fill='%23fff' stroke='%23000' d='M13.79.502A13.289 13.289 0 0 0 .5 13.792a13.289 13.289 0 0 0 13.29 13.29 13.289 13.289 0 0 0 13.289-13.29A13.289 13.289 0 0 0 13.79.502z' class='UnoptimicedTransforms'/%3E%3Cpath d='M9.837 4.629v.001c-1.786-.005-3.245-.004-4.312.992-.909.848-2.088 2.027-2.77 3.647-.776 1.837-.705 6.062-.705 6.062-.934.778-.824.893-.824.893.233 1.254.875 2.914.875 2.914S4.2 16.321 4.176 14.39c-.052-4.324 2.573-8.157 5.567-8.125 3.18.033 5.338 3.712 2.645 4.48-2.019.577-6.093 2.09-1.798 1.286.46-.086-2.113 2.64-2.113 3.39 0 .16.467.29 1.038.29s1.038-.347 1.038-.77c0-1.196 3.17-4.564 5.037-5.354 2.501-1.059 5.67-.908 6.89.328 1.544 1.564 1.864 3.544.772 4.765-.813.885-1.907.463-3.029-.008-3.704-1.527-4.22-1.308-1.043.549.571.333-2.147-.265-2.56-.191-1.52.672-1.558 1.6-.791 3.378 1.699 3.935 1.954 6.179 1.917 7.715.012.065.89-.37 1.495-.58.538-.187.375-2.174.315-2.914-.218-2.14-.173-2.12-.653-3.528-1.33-2.64-1.667-2.247 1.13-1.491 2.143.58 4.328-.77 5.004-1.85.235-.373.66-1.832.665-2.894.016-3.948-3.917-7.376-8.046-6.093-1.677.522-2.159.388-3.677-1.032-1.358-1.263-2.297-1.88-4.253-1.886z' class='UnoptimicedTransforms'/%3E%3Cpath d='M302.11 7.154c-15.833.07-31.239 8.6-39.857 21.854-6.314 9.416-8.921 21.086-7.646 32.318.176 1.144.139 2.577.65 3.498 1.02-1.26 3.227-2.187 3.993-3.577 1.208-7.55 2.07-14.698 5.25-21.732 2.94-6.053 6.734-11.948 12.712-15.318 4.892-2.51 10.218-3.17 15.549-2.637 4.723.89 8.053 5.313 11.567 8.257 2.1 1.967 5.534 4.555 8.652 3.847 4.367-.961 7.83-2.908 12.341-2.526 8.303.54 16.273 6.047 18.945 14.068 1.899 5.227 1.443 11.16-.685 16.229-1.653 3.196-5.365 4.517-8.625 5.435-3.458.562-7.08.562-10.547.063-2.72-.512-5.6-1.785-8.368-.973-1.445.906-.559 2.982-.203 4.254 1.604 3.948 3.746 7.678 4.643 11.891 1.5 5.752 1.917 11.698 2.117 17.617 3.342-1.26 6.623-3.363 9.56-5.564 12.78-9.72 20.218-26.044 18.897-42.076-.982-16.68-11.532-32.244-26.436-39.686a48.261 48.261 0 0 0-22.51-5.24z' class='UnoptimicedTransforms' style='paint-order:markers fill stroke' transform='translate(-66.306 -.928) scale(.26458)'/%3E%3C/svg%3E");
	width: 25px;
	height: 25px;
}

.nav-wiki-title {
	padding: 11px;
    flex: 1;
	font-size: 18px;
	font-weight: 500;
    white-space: nowrap;
    overflow: auto hidden;
	user-select: none;
}

.nav-wiki-title a {
	color: var(--text-color);
}

.nav-btn {
	padding: 14px;
	cursor: pointer;
	color: #555;
	-webkit-user-drag: none;
	border-radius: 10px;
}

.nav-btn:active {
	background: var(--cp2-200);
}

@media (hover:hover) {
	.nav-btn:hover {
		background: var(--cp2-200);
	}
}

#flopsy-nav {
	max-width: 1100px;
    margin: 5px auto;
}

.fpy-menu {
	display: none;
	position: absolute;
    background: var(--cp2-50);
	color: var(--text-color);
	margin: 0 5px;
	box-shadow: var(--box-shadow);
    border: 1px solid var(--cp2-700);
    border-radius: 24px;
	overflow: hidden;
    z-index: 3;
	padding: 7px;
	white-space: nowrap;
	-webkit-user-select: none;
    -ms-user-select: none;
	user-select: none;
	-webkit-animation: fadein2 0.2s ease;
    animation: fadein2 0.2s ease;
    /* transform-origin: top right; */
}

.fpy-menu a, .fpy-menu span {
	font-weight: 500;
	display: flex;
	align-items: center;
    padding: 8px 15px;
	border-radius: 12px;
	cursor: pointer;
	color: inherit;
	-webkit-user-drag: none;
}

.fpy-menu svg {
	margin-left: 5px;
}

@media (hover:hover) {
	.fpy-menu a:hover, .fpy-menu span:hover {
	    background: var(--cp2-200);
    }
}

.fpy-menu a:active, .fpy-menu span:active {
	background: var(--cp2-200)
}

.fpy-menu.grid {
    display: flex;
	flex-wrap: wrap;
}

.fpy-menu.grid > a {
	flex: 50%;
    width: 40px;
}

.fpy-menu .scrollbar {
	max-height: 200px;
    overflow: auto;
	margin: 5px 0;
	padding: 1px;
    padding-left: 5px;
}

.inline-cats {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 1100px;
    margin: 0;
    padding: 0 10px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    list-style-type: none;
}

.inline-cats li {
	border: 1px solid var(--cp2-700);
	border-radius: 15px;
	margin-right: 8px;
	min-width: 50px;
	text-align: center;
	align-content: center;
	flex: none;
}

.inline-cats li:first-child {
	margin-right: 0;
}

@media (hover:hover) {
	.inline-cats li:hover {
		background: var(--cp2-200);
	}
}

.inline-cats li:active {
	background: var(--cp2-200);
}

.inline-cats a {
	font-weight: 500;
    padding: 3px 10px;
    display: block;
	-webkit-user-drag: none;
}

.q-cats-container {
	position: relative;
}

.q-cats {
	margin: 15px -16px;
    /* padding: 0 12px; */
	scroll-behavior: smooth;
}

@media only screen and (min-width: 950px) {
	.q-cats {
		margin: 8px 0;
		padding: 8px 0;
	}
}

/* Breadcrumb */
.breadcrumb {
	display: none;
    color: #999;
    text-align: center;
}

span.breadcrumb-link-text-wrap {
	font-weight: bold;
	color: #666;
}

/* Posts in home page */
.fpy-home-posts-main {
	margin-bottom: 30px;
	display: flex;
    flex-wrap: wrap;
}

.fpy-home-cats {
    width: 100%;
	margin-bottom: 15px;
}

.fpy-home-cats-title {
	float: right;
    font-size: 24px;
    font-weight: bold;
	margin: 0;
}

.fpy-home-cats-link {
	float: left;
}

.fpy-home-cats-link a {
	font-size: medium;
	font-weight: 500;
    padding: 3px 7px;
}

.fpy-home-post-section {
    width: 50%;
    text-align: center;
    padding: 5px;
}

@media only screen and (min-width: 700px) {
    .fpy-home-post-section {
    	width: 25%;
    }
}

h3.fpy-home-post-title {
	font-size: 16px;
	font-weight: 500;
}

.fpy-home-posts-excerpt, .fpy-home-post-excerpt {
	display: none;
}

/* Edit button */
#buttons-under-title {
    display: flex;
	margin-bottom: 20px;
	-webkit-user-select: none;
    -ms-user-select: none;
	user-select: none;
	justify-content: center;
}

.category #buttons-under-title {
	border: none;
}

#buttons-under-title [role="button"], #buttons-under-title a {
	cursor: pointer;
	position: relative;
	color: inherit;
	display: inline-flex;
	padding: 12px;
	border-radius: 30px;
	align-items: center;
}

#buttons-under-title [role="button"]:active, #buttons-under-title a:active {
	background: var(--cp2-200);
}

@media (hover:hover) {
	#buttons-under-title [role="button"]:hover, #buttons-under-title a:hover {
		background: var(--cp2-200);
	}
}

#fpy-edit-tools {
	display: flex;
	flex: 1;
}

.category #fpy-edit-tools {
	flex: none;
}

.et-label {
	display: none;
	color: inherit;
	font-weight: 500;
	margin-right: 5px;
}

@media only screen and (min-width: 950px) {

	.et-label {
		display: initial;
	}
}

.dialog-share-buttons {
	display: flex;
	place-content: center;
}

.dialog-share-buttons a, .dialog-share-buttons button {
	display: block;
	margin: 6px;
    color: inherit;
    width: 70px;
    text-align: center;
	font-weight: 500;
}

.dialog-share-buttons .share-button.svg-i {
	background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: auto;
}

/* Popup-Modal */

.fpy-popup {
	width: 100%;
	height: 100%;
    max-width: 100%;
    max-height: 100%;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	user-select: none;
	border: none;
	color: var(--icon-color);
	background: inherit;
	-webkit-animation: fadein 0.3s ease;
	animation: fadein 0.3s ease;
}

.fpy-popup.small {
	margin: 0;
    margin-top: auto;
    height: 50%;
    border-radius: 20px 20px 0 0;
	-webkit-animation: slideup 0.3s;
	animation: slideup 0.3s;
}

.fpy-popup.small::backdrop {
	display: unset;
}

dialog::backdrop {
	display: none;
	background: #37373dc9;
	-webkit-animation: fadein 0.3s ease;
	animation: fadein 0.3s ease;
}

body:has(dialog[open]) {
	overflow: hidden;
}

.fpy-popup a {
	-webkit-user-drag: none;
}

/* .fpy-popup input, .fpy-popup textarea, .fpy-popup .custom-input {
	background: var(--cp2-200);
} */

.fpy-popup-submit {
    min-width: 75px;
	font-weight: 500;
    font-size: 19px;
	display: inline-flex;
	justify-content: center;
}

.fpy-popup-submit.bottom {
	display: block;
	margin-right: auto;
    margin-left: 15px;
    border: 1px solid var(--bar-color);
}

@media only screen and (min-width: 600px) {
	.fpy-popup {
		width: 600px;
		min-height: 530px;
        height: max-content;
		/* padding: 2px; */
		border-radius: 20px;
		max-width: calc((100% - 6px) - 2em);
		max-height: calc((100% - 6px) - 2em);
		-webkit-animation: none;
	    animation: none;
	}

	.fpy-popup.small {
		margin: auto;
		min-height: 200px;
        height: max-content;
        border-radius: 20px;
		-webkit-animation: unset;
		animation: unset;
	}
	
	dialog::backdrop {
		display: block;
	}
}

@media only screen and (max-height: 540px) {
	#fpy-popup-cats-list {
		max-height: 100px;
		overflow: auto;
	}
}

.dialog-close-gest {
	border-top: 3px solid #9d9d9d;
    width: 40px;
    margin: auto;
	margin-bottom: 3px;
}

@media (min-width: 600px), (hover:hover) {
	.dialog-close-gest {
		display: none;
	}
}

.fpy-popup-head {
    display: flex;
    align-items: center;
	padding: 4px 6px;
	position: sticky;
	top: 0;
    background: inherit;
    z-index: 1;
}

.fpy-popup-title {
    font-size: 22px;
    flex: 1;
	font-weight: 500;
	margin-right: 5px;
}

.fpy-popup-form {
    padding: 12px;
	/* min-height: 420px; */
}

.fpy-popup-form .text {
    padding: 10px;
}

.fpy-popup-footer {
    /* border-top: 1px dashed #e3e3e3; */
	padding-top: 10px;
	margin-top: 10px;
    text-align: left;
}

/* meta popup */
#fpy-meta-tag-edit-desc {
    margin-top: 10px;
    min-height: 100px;
    resize: none;
	line-height: 2;
}

.fpy-popup-cats-list {
	padding: 0;
	/* max-height: 300px; */
    overflow: auto;
	display: flex;
    flex-wrap: wrap;
	gap: 7px;
    list-style: none;
	margin: 10px 0;
}

.fpy-popup-cats-list li {
	min-width: 45px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: var(--text-color);
    padding: 3px 8px;
	background: var(--cp2-400);
    border-radius: 15px;
	cursor: pointer;
}

#fpy-popup-cats-list li {
	cursor: pointer;
	text-align: center;
}

#fpy-popup-cats-selected {
	flex-wrap: nowrap;
	overflow-y: hidden;
	padding: 8px;
    margin: 10px -12px;
}

#fpy-popup-cats-selected li {
	flex: none;
	background: var(--bg-color-6);
    color: var(--text-color-2);
	-webkit-animation: fadein 0.3s ease-in;
	animation: fadein 0.3s ease-in;
}

.remove-cat-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' stroke-width='2.25' stroke='black' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	display: inline-block !important;
	vertical-align: middle;
	background-position: center;
    line-height: 1.1;
	cursor: pointer;
}

.scrollbar {
	scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
	display: none;
}

.no-scrollbar {
    scrollbar-color: transparent transparent;
}

@media screen and (min-width: 600px) {

	.scrollbar {
		scrollbar-width: auto;
	}	
	
    .fpy-popup-form .scrollbar {
    	overflow-y: auto;
    	max-height: 330px;
		padding-left: 7px;
    }
}

#fpy-internal-links li, #list-in-modal .list-item {
	list-style: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
}

#list-in-modal .list-item:active {
	background: var(--cp2-200);
}

@media (hover:hover) {
	#list-in-modal .list-item:hover {
		background: var(--cp2-200);
	}
}

.fpy-internal-link.selected {
	background: #f3f3f3;
}

.switch-container {
	display: flex;
    justify-content: left;
	margin: 8px;
}

.switch {
	position: relative;
    display: inline-flex;
    width: 52px;
    height: 28px;
	/* margin: 0 5px; */
}

.switch input {
	display: none;
}
  
.switch.swi-slider {
	border-radius: 34px;
    cursor: pointer;
    background-color: var(--input-border-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch.swi-slider.on {
	background-color: #5678c1;
}
  
.swi-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 26px;
    bottom: 4px;
    background-color: #ffffff;
	border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
  
input:checked + .switch.swi-slider {
	background-color: #5678c1;
}
  
input:focus + .switch.swi-slider {
	box-shadow: 0 0 1px #5678c1;
}
  
input:checked + .switch.swi-slider:before {
	-webkit-transform: translateX(-22px);
    -ms-transform: translateX(-22px);
    transform: translateX(-22px);
}

/*** front page ***/

/* Home Slideshow */

#home-top-pages {
	margin-bottom: 60px;
}

.fpy-slider {
	position: relative;
}

.fpy-slide-container {
	margin: 0 -16px;
	padding: 0 15px;
	display: flex;
    overflow: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

@media only screen and (min-width: 950px) {

	.fpy-slide-container {
		margin: 0;
	    padding: 0;
	}
}

@media (hover:hover) {
	.fpy-slide-container {
	    overflow: hidden;
	}
}

.fpy-slide {
	position: relative;
	text-align: center;
    scroll-snap-align: center;
	scroll-snap-stop: always;
    flex: none;
	width: 90%;
    max-width: 328px;
	height: 250px;
    border-radius: 24px;
    overflow: hidden;
	background: var(--cp2-400);
	border: 1px solid var(--cp2-400);
	-webkit-user-select: none;
    -ms-user-select: none;
	user-select: none;
}

.fpy-slide:not(:first-child) {
	margin-right: 5px;
}

.fpy-slide:only-child {
	max-width: 380px;
    width: 100%;
}

.fpy-slide-img {
    object-fit: cover;
    object-position: 50% 15%;
    width: 100%;
	height: 100%;
	transition: opacity .36s ease;
}

.fpy-slide-t {
    position: absolute;
	bottom: 0;
	width: 100%;
	background: #222222c7;
    color: #fff;
    font-weight: 500;
    padding: 3px 15px;
}

.slide-arrow {
	position: absolute;
	border-radius: 20px;
	cursor: pointer;
	-webkit-animation: fadein 0.3s ease;
	animation: fadein 0.3s ease;
}

.arrow-c1 {
	background: white;
    border: 1px solid #dadce0;
}

.arrow-c2 {
    background: rgb(81, 94, 159);
}

.h_iframe-aparat_embed_frame {
    margin-bottom: 30px;
}

.easy-footnote-to-top {
    margin-right: 5px;
}

.easy-footnote-to-top:after {
	content: "\f342" !important;
}

.qtip-content {
    text-align: right !important;
    direction: rtl;
}

.non-edit-notice {
	margin-bottom: 30px;
}

/*Error 404 Page*/
@media only screen and (min-width: 950px) {
    .error404 .content {
        margin-right: 20%;
        margin-left: 20%;
    }
}

.scroll-disable {
    overflow: hidden;
}

/*** Spinner-Loading ***/

#fs-loading {
	position: fixed;
	inset: 0;
	z-index: 2;
	background: var(--transparent-bg-color);
}

.fpy-spinner-container {
    width: max-content;
    margin: auto;
}

.fpy-spinner-container.fs {
	height: max-content;
    position: absolute;
    inset: 0;
}

.elm-loading {
	position: absolute;
	inset: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    background: var(--transparent-bg-color);
}

.fpy-spinner {
    -webkit-animation: spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	animation: spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	border: 2px solid var(--icon-color);
	border-top-color: transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

/* --- Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/**** Flpsy Block Editor ****/

#entry-title-input {
	background: transparent;
	font-size: 2.3em;
	border: none;
	height: 40px;
	margin: 0;
}

#entry-title-input::placeholder {
	color: #c5c5c5;
    text-shadow: none;
}

.editor > .ed-block.--focus {
    outline: 1px solid #aaa9eb;
	border-radius: 10px;
}

.editor > .ed-block.paragraph {
	padding: 10px;
	/* padding-bottom: 15px; */
}

.ed-block.head {
	padding: 10px;
	margin: 0;
}

.editor .ed-block.image {
	width: auto;
	border: 1px solid var(--cp2-700);
    border-radius: 15px;
}

/* figcaption .ed-block.paragraph {
	padding: 0;
} */

.editor a {
    cursor: text;
}

.select-all-blocks .ed-block {
	background: #d9e5ff;
}

.sticky-top {
	top: 0;
	border-bottom: 1px solid var(--cp2-300);
}

.sticky-bottom {
	position: fixed;
	bottom: 0;
    border-top: 1px solid var(--input-border-color);
	max-width: 1100px;
    margin: auto;
	-webkit-animation: fadein 0.5s ease;
	animation: fadein 0.5s ease;
}

#fpy-ed-toolbar, .category-edit-toolbar {
	position: sticky;
	position: -webkit-sticky;
	display: flex;
	overflow: auto;
	background: var(--cp2-50);
	z-index: 1;
	padding: 3px 1px;
}

#inline-toolbar {
	position: absolute;
	z-index: 1;
	background: inherit;
	border-radius: 10px;
	border: 1px solid var(--cp2-700);
}

#inline-toolbar svg {
	vertical-align: middle;
}

.tb-button {
    display: flex;
	font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding: 12px;
	border-radius: 10px;
    /* animation: fadein2 0.3s ease; */
}

.tb-button-text {
	margin-right: 7px;
}

.tb-button:active {
	background: var(--cp2-200);
}

@media (hover:hover) {
	.tb-button:hover {
		background: var(--cp2-200);
	}
}

button.abs-corner:hover {
	background: #00000082;
}

.abs-corner {
	position: absolute;
    top: 3px;
    right: 3px;
    padding: 3px;
    background: #00000082;
}

.abs-center {
	position: absolute;
    padding: 3px;
    background: #00000082;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.svg-i {
	width: 22px;
	height: 22px;
	display: block;
	/* margin: auto; */
    background-repeat: no-repeat;
	filter: var(--invert-filter);
}

.svg-i.invert {
	filter: invert(1);
}

.main.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='1' /%3E%3Ccircle cx='12' cy='19' r='1' /%3E%3Ccircle cx='12' cy='5' r='1' /%3E%3C/svg%3E");
}

.save.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cpath d='M9 12l2 2l4 -4' /%3E%3C/svg%3E");
}

.cancel.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='12' cy='12' r='9' /%3E%3Cpath d='M10 10l4 4m0 -4l-4 4' /%3E%3C/svg%3E");
}

.category.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11 3l9 9a1.5 1.5 0 0 1 0 2l-6 6a1.5 1.5 0 0 1 -2 0l-9 -9v-4a4 4 0 0 1 4 -4h4' /%3E%3Ccircle cx='9' cy='9' r='2' /%3E%3C/svg%3E");
}

.plus.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='12' y1='5' x2='12' y2='19' /%3E%3Cline x1='5' y1='12' x2='19' y2='12' /%3E%3C/svg%3E");
}

.minus.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");
}

.insert.svg-i, .add.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0' /%3E%3Cpath d='M9 12h6' /%3E%3Cpath d='M12 9v6' /%3E%3C/svg%3E");
}

.remove.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Crect x='4' y='4' width='16' height='16' rx='2' /%3E%3Cpath d='M10 10l4 4m0 -4l-4 4' /%3E%3C/svg%3E");
}

.undo.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15 13l4 -4l-4 -4m4 4h-11a4 4 0 0 0 0 8h1' /%3E%3C/svg%3E");
}

.redo.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 13l-4 -4l4 -4m-4 4h11a4 4 0 0 1 0 8h-1' /%3E%3C/svg%3E");
}

.bold.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 5h6a3.5 3.5 0 0 1 0 7h-6z' /%3E%3Cpath d='M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7' /%3E%3C/svg%3E");
}

.italic.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='11' y1='5' x2='17' y2='5' /%3E%3Cline x1='7' y1='19' x2='13' y2='19' /%3E%3Cline x1='14' y1='5' x2='10' y2='19' /%3E%3C/svg%3E");
}

.paragraph.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-letter-p' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5' /%3E%3C/svg%3E");
}

.head.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 12h10' /%3E%3Cpath d='M7 4v16' /%3E%3Cpath d='M17 4v16' /%3E%3Cpath d='M15 20h4' /%3E%3Cpath d='M15 4h4' /%3E%3Cpath d='M5 20h4' /%3E%3Cpath d='M5 4h4' /%3E%3C/svg%3E");
}

.h2.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 18v-8l-2 2' /%3E%3Cpath d='M4 6v12' /%3E%3Cpath d='M12 6v12' /%3E%3Cpath d='M11 18h2' /%3E%3Cpath d='M3 18h2' /%3E%3Cpath d='M4 12h8' /%3E%3Cpath d='M3 6h2' /%3E%3Cpath d='M11 6h2' /%3E%3C/svg%3E");
}

.h3.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001' /%3E%3Cpath d='M4 6v12' /%3E%3Cpath d='M12 6v12' /%3E%3Cpath d='M11 18h2' /%3E%3Cpath d='M3 18h2' /%3E%3Cpath d='M4 12h8' /%3E%3Cpath d='M3 6h2' /%3E%3Cpath d='M11 6h2' /%3E%3C/svg%3E");
}

.h4.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 14a2 2 0 1 0 -2 -2' /%3E%3Cpath d='M17 16a2 2 0 1 0 2 -2' /%3E%3Cpath d='M4 6v12' /%3E%3Cpath d='M12 6v12' /%3E%3Cpath d='M11 18h2' /%3E%3Cpath d='M3 18h2' /%3E%3Cpath d='M4 12h8' /%3E%3Cpath d='M3 6h2' /%3E%3Cpath d='M11 6h2' /%3E%3C/svg%3E");
}

.h5.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 18v-8l-4 6h5' /%3E%3Cpath d='M4 6v12' /%3E%3Cpath d='M12 6v12' /%3E%3Cpath d='M11 18h2' /%3E%3Cpath d='M3 18h2' /%3E%3Cpath d='M4 12h8' /%3E%3Cpath d='M3 6h2' /%3E%3Cpath d='M11 6h2' /%3E%3C/svg%3E");
}

.h6.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M17 18h2a2 2 0 1 0 0 -4h-2v-4h4' /%3E%3Cpath d='M4 6v12' /%3E%3Cpath d='M12 6v12' /%3E%3Cpath d='M11 18h2' /%3E%3Cpath d='M3 18h2' /%3E%3Cpath d='M4 12h8' /%3E%3Cpath d='M3 6h2' /%3E%3Cpath d='M11 6h2' /%3E%3C/svg%3E");
}

.link.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5' /%3E%3Cpath d='M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5' /%3E%3C/svg%3E");
}

.unlink.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5' /%3E%3Cpath d='M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5' /%3E%3Cline x1='16' y1='21' x2='16' y2='19' /%3E%3Cline x1='19' y1='16' x2='21' y2='16' /%3E%3Cline x1='3' y1='8' x2='5' y2='8' /%3E%3Cline x1='8' y1='3' x2='8' y2='5' /%3E%3C/svg%3E");
}

.bold-off.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 5h4a3.5 3.5 0 0 1 2.222 6.204m-3.222 .796h-5v-5' /%3E%3Cpath d='M17.107 17.112a3.5 3.5 0 0 1 -3.107 1.888h-7v-7' /%3E%3Cpath d='M3 3l18 18' /%3E%3C/svg%3E");
}

.italic-off.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cline x1='11' y1='5' x2='17' y2='5'%3E%3C/line%3E%3Cline x1='7' y1='19' x2='13' y2='19'%3E%3C/line%3E%3Cline x1='14' y1='5' x2='13' y2='9'%3E%3C/line%3E%3Cline x1='11' y1='15' x2='10' y2='19'%3E%3C/line%3E%3Cpath d='M3 3l18 18'%3E%3C/path%3E%3C/svg%3E");
}

.list.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='9' y1='6' x2='20' y2='6' /%3E%3Cline x1='9' y1='12' x2='20' y2='12' /%3E%3Cline x1='9' y1='18' x2='20' y2='18' /%3E%3Cline x1='5' y1='6' x2='5' y2='6.01' /%3E%3Cline x1='5' y1='12' x2='5' y2='12.01' /%3E%3Cline x1='5' y1='18' x2='5' y2='18.01' /%3E%3C/svg%3E");
}

.list-indent.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='20' y1='6' x2='13' y2='6' /%3E%3Cline x1='20' y1='12' x2='11' y2='12' /%3E%3Cline x1='20' y1='18' x2='13' y2='18' /%3E%3Cpath d='M8 8l-4 4l4 4' /%3E%3C/svg%3E");
}

.list-outdent.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='20' y1='6' x2='9' y2='6' /%3E%3Cline x1='20' y1='12' x2='13' y2='12' /%3E%3Cline x1='20' y1='18' x2='9' y2='18' /%3E%3Cpath d='M4 8l4 4l-4 4' /%3E%3C/svg%3E");
}

.image.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='15' y1='8' x2='15.01' y2='8' /%3E%3Crect x='4' y='4' width='16' height='16' rx='3' /%3E%3Cpath d='M4 15l4 -4a3 5 0 0 1 3 0l5 5' /%3E%3Cpath d='M14 14l1 -1a3 5 0 0 1 3 0l2 2' /%3E%3C/svg%3E");
}

.image-edit.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15 8h.01' /%3E%3Cpath d='M11 20h-4a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4' /%3E%3Cpath d='M4 15l4 -4c.928 -.893 2.072 -.893 3 0l3 3' /%3E%3Cpath d='M14 14l1 -1c.31 -.298 .644 -.497 .987 -.596' /%3E%3Cpath d='M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z' /%3E%3C/svg%3E");
}

.table.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Crect x='4' y='4' width='16' height='16' rx='2' /%3E%3Cline x1='4' y1='12' x2='20' y2='12' /%3E%3Cline x1='12' y1='4' x2='12' y2='20' /%3E%3C/svg%3E");
}

.table-add-row.svg-i, .infobox-add.svg-i, .chart-add.svg-i, .smart-list-add.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z' /%3E%3Cline x1='12' y1='15' x2='12' y2='19' /%3E%3Cline x1='14' y1='17' x2='10' y2='17' /%3E%3C/svg%3E");
}

.table-remove-row.svg-i, .infobox-remove.svg-i, .chart-remove.svg-i, .smart-list-remove.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z' /%3E%3Cpath d='M10 15l4 4m0-4-4 4' /%3E%3C/svg%3E");
}

.table-add-col.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z' /%3E%3Cline x1='5' y1='12' x2='9' y2='12' /%3E%3Cline x1='7' y1='10' x2='7' y2='14' /%3E%3C/svg%3E");
}

.table-remove-col.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z' /%3E%3Cpath d='M5 11l4 4m0-4-4 4' /%3E%3C/svg%3E");
}

.infobox.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Crect x='3' y='4' width='18' height='16' rx='3' /%3E%3Ccircle cx='9' cy='10' r='2' /%3E%3Cline x1='15' y1='8' x2='17' y2='8' /%3E%3Cline x1='15' y1='12' x2='17' y2='12' /%3E%3Cline x1='7' y1='16' x2='17' y2='16' /%3E%3C/svg%3E");
}

.chart.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Crect x='3' y='12' width='6' height='8' rx='1' /%3E%3Crect x='9' y='8' width='6' height='12' rx='1' /%3E%3Crect x='15' y='4' width='6' height='16' rx='1' /%3E%3Cline x1='4' y1='20' x2='18' y2='20' /%3E%3C/svg%3E");
}

.template.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z' /%3E%3C/svg%3E");
}

.replace.svg-i {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Crect x='3' y='3' width='6' height='6' rx='1' /%3E%3Crect x='15' y='15' width='6' height='6' rx='1' /%3E%3Cpath d='M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3' /%3E%3Cpath d='M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3' /%3E%3C/svg%3E");
}

.svg-i.smart-list {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z' /%3E%3Cpath d='M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z' /%3E%3Cpath d='M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z' /%3E%3Cpath d='M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z' /%3E%3C/svg%3E");
}

.svg-i.chevron-left {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15 6l-6 6l6 6' /%3E%3C/svg%3E");
}

.svg-i.close {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E");
}

.fpy-popup .svg-i.close, .svg-i.back {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M13 18l6 -6' /%3E%3Cpath d='M13 6l6 6' /%3E%3C/svg%3E");
}

@media only screen and (min-width: 600px) {
    .fpy-popup .svg-i.close {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cline x1='18' y1='6' x2='6' y2='18' /%3E%3Cline x1='6' y1='6' x2='18' y2='18' /%3E%3C/svg%3E");
    }
}

.svg-i.menu {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-menu' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 8l16 0' /%3E%3Cpath d='M4 16l16 0' /%3E%3C/svg%3E");
}

.svg-i.home {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M5 12l-2 0l9 -9l9 9l-2 0' /%3E%3Cpath d='M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7' /%3E%3Cpath d='M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6' /%3E%3C/svg%3E");
}

.svg-i.menu-dots {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0' /%3E%3Cpath d='M12 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0' /%3E%3Cpath d='M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0' /%3E%3C/svg%3E");
}

.svg-i.search {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
}

.svg-i.theme-mode {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z' /%3E%3C/svg%3E");
}

.svg-i.cart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /%3E%3Cpath d='M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /%3E%3Cpath d='M17 17h-11v-14h-2' /%3E%3Cpath d='M6 5l14 1l-1 7h-13' /%3E%3C/svg%3E");
}

.svg-i.edit {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4' /%3E%3Cline x1='13.5' y1='6.5' x2='17.5' y2='10.5' /%3E%3C/svg%3E");
}

.svg-i.history {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='12 8 12 12 14 14' /%3E%3Cpath d='M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5' /%3E%3C/svg%3E");
}

.svg-i.caret-down {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpolyline points='6 9 12 15 18 9' /%3E%3C/svg%3E");
}

.svg-i.share {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='6' cy='12' r='3' /%3E%3Ccircle cx='18' cy='6' r='3' /%3E%3Ccircle cx='18' cy='18' r='3' /%3E%3Cline x1='8.7' y1='10.7' x2='15.3' y2='7.3' /%3E%3Cline x1='8.7' y1='13.3' x2='15.3' y2='16.7' /%3E%3C/svg%3E");
}

.link-share {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Crect x='8' y='8' width='12' height='12' rx='2' /%3E%3Cpath d='M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2' /%3E%3C/svg%3E");
}

.whatsapp-share {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9' /%3E%3Cpath d='M9 10a0.5 .5 0 0 0 1 0v-1a0.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a0.5 .5 0 0 0 0 -1h-1a0.5 .5 0 0 0 0 1' /%3E%3C/svg%3E");
}

.telegram-share {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4' /%3E%3C/svg%3E");
}

.x-share {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 4l11.733 16h4.267l-11.733 -16z' /%3E%3Cpath d='M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772' /%3E%3C/svg%3E");
}

.cat-checkbox {
	background: white;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Crect x='4' y='4' width='16' height='16' rx='2' /%3E%3C/svg%3E");
	/* position: absolute;
	top: 0; left: 0; */
    border-radius: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: background 0.5s;
}

.cat-checkbox.checked {
	background: #00ffc3;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Crect x='4' y='4' width='16' height='16' rx='2' /%3E%3Cpath d='M9 12l2 2l4 -4' /%3E%3C/svg%3E");
}

.editor h2.ed-block.head {
    /* border-bottom: 1px solid #d7dee3; */
	font-weight: 600;
	/* line-height: 1.7; */
}

.editor .ed-block.list li > ul, .editor ul > ul {
	padding-inline-start: 25px;
    margin-inline-start: 20px;
}

.editor .ed-block.list li {
    list-style-type: disc;
}

.editor ol.ed-block.list:has(li[dir="ltr"]), .editor ul.ed-block.list:has(li[dir="ltr"]) {
	direction: ltr;
}

.editor .ed-block.table {
	table-layout: fixed;
	margin: 10px 0;
}

table .ed-block.paragraph {
	padding: 0;
}

.editor .ed-block.tmplt {
	border: 1px solid var(--cp2-700);
	margin: 10px auto;
	border-radius: 15px;
    overflow: auto;
}

.tmplt-head.ib-cell {
	border-bottom: 1px solid var(--cp2-300);
	background: var(--cp2-200);
}

.ib-cell {
	padding: 5px 8px;
	background: inherit;
	overflow: auto;
}

input.ib-cell {
	border: 0;
    border-radius: 0;
}

input.ib-cell:focus, input.ib-cell:hover {
	border: none;
}

.ed-block.smart-list .tmplt-i-title[data-id] {
	color: var(--link-color);
}

.block-tmplt-elm {
	display: flex;
}

.block-tmplt-elm:not(:last-child) {
    border-bottom: 1px solid var(--cp2-300);
}

.block-tmplt-elm[data-type="image"] {
	display: block;
}

@media only screen and (min-width: 600px) {
	.block-tmplt-elm[data-type="image"] {
		display: flex;
	}
}

.editor .tmplt-i-label {
    border-left: 1px solid var(--cp2-300);
}

/* Chart */
.fpy-chart {
	margin-bottom: 20px;
	max-width: 450px;
	color: inherit;
	border: 1px solid var(--border-color);
	background: var(--cp2-50);
    border-radius: 15px;
    padding: 10px;
}

.chart-title {
	margin-bottom: 10px;
    border-radius: 5px;
	font-weight: 500;
	text-align: center;
	background: var(--cp2-300);
}

.chart-elm {
	display: flex;
    margin-bottom: 5px;
}

.chart-label {
	padding-left: 8px;
	width: 25%;
	line-height: 1.4;
	align-self: center;
}

.chart-each-bar {
	background-color: var(--cp2-300);
    color: white;
    height: 12px;
    align-self: center;
    border-radius: 8px;
    width: 65%;
}

.chart-inner-bar {
	background: #069abb;
	height: inherit;
	border-radius: inherit;
}

.chart-inner-bar-excess {
	background-image: linear-gradient(300deg, #069abb 96%, #ff9f00 4%);
	height: inherit;
	border-radius: inherit;
}

.chart-data {
	padding-right: 8px;
	width: 10%;
	white-space: nowrap;
    align-self: center;
}

/* Chart Dialog */
/* .dialog-chart-elm {
    display: flex;
}

.dialog-chart-elm input {
    margin: 3px 5px;
}

.dialog-chart-data {
	width: 50%;
}

#add-new-chart-elm {
	width: max-content;
    margin-top: 20px;
    padding: 3px 10px;
    cursor: pointer;
}

.dialog-chart-arrow-icon {
	align-self: center;
    margin: 5px;
    line-height: 1;
}

.remove-chart-elm {
	align-self: center;
	line-height: 1;
	margin-right: 5px;
	cursor: pointer;
}

.dialog-chart-max {
	margin-top: 10px;
    text-align: left;
}

.dialog-chart-max span {
	margin-left: 10px;
}

#dialog-chart-max {
	width: 20%;
} */

#fpy-notice {
	position: fixed;
	/* bottom: 10px; */
	bottom: -150px;
	left: 10px;
	right: 10px;
	max-width: 450px;
	background: #234075;
	color: white;
	border-radius: 15px;
	padding: 10px;
	font-weight: 500;
	display: flex;
    flex-wrap: wrap;
	transition: bottom 0.2s;
}

#fpy-notice > * {
	margin: 0 2px;
}

#fpy-notice a {
	color: #00d9ff;
}

#fpy-notice .svg-i.cancel {
	filter: invert(1);
}

/**** Wordpress ****/

/* wp-signup.php page customize */

#signup-content {
    max-width: 500px;
    margin: auto;
}

/*wp-active.php page customize*/
/* .wp-activate-container {
    background: #30c197;
    color: #ffffff;
    width: 320px !important;
    margin: auto !important;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px #31ecb6;
    padding: 15px;
}

.wp-activate-container a {
    color: #00ffb5;
}

.wp-activate-container h2 {
    color: white;
    font-size: 22px;
}

.wp-activate-container #submit, .wp-activate-container #key {
	width: 100%;
	font-size: 15px;
	direction: ltr;
}

.wp-activate-container input {
    border-radius: 30px;
} */

/* Ads */

#yn-article-display-80604, #yn-article-display-80604 .yn-item_title {
	font-family: inherit !important;
}

#ynpos-16594 {
    height: 50px !important;
    padding-bottom: 0 !important;
    margin-top: 30px !important;
	margin-bottom: -30px !important;
    z-index: 1 !important;
	transition: none !important;
}

#ynpos-16594 > * {
    box-shadow: none !important;
}

#ynpos-16594 div > div {
	display: none;
}

#pos-article-display-card-80605 {
	margin-bottom: 20px;
	min-height: 345px;
	background: var(--cp2-200);
}

#mediaad-y3qwg {
	height: 90px;
	margin-top: 20px;
	/* place-content: center; */
	justify-items: center;
	/* background: var(--cp2-200); */
	display: block !important;
}

#pos-article-display-80604 {
	margin-top: 20px;
    min-height: 250px;
}

#pos-article-display-80604:empty {
	background: var(--cp2-200);
}

#pos-article-display-card-80605:empty:after,
#pos-article-display-80604:empty:after {
    content: 'تبلیغات';
    display: block;
    text-align: center;
}

.ye-before-article {
	margin: auto;
	max-width: 500px;
}

@media only screen and (min-width: 950px) {
	.ye-before-article {
		width: 310px;
		float: left;
		margin-right: 25px;
		clear: both;
	}
}

.ye-after-article {
    margin-top: 80px;
}

.yn-item-btn,
.YN.yn-single-article-display-card,
#yn-article-display-card-80605,
.YN.yn-single-article-display-card .yn-item,
.YN.yn-footer-sticky .yn-sticky-item {
	background: var(--cp2-200) !important;
	border: none !important;
}

.yn-heading_text,
.YN.yn-article-display a,
.yn-heading,
.yn-item_title,
.yn-item-title,
.yn-sticky-title {
	color: var(--text-color) !important;
}

.YN.yn-article-display .yn-item:hover .yn-item_title {
    color: inherit !important;
}

#grippy-btn::after {
	background-color: var(--cp2-100) !important;
}

#grippy-btn::after {
	display: none !important;
}

/* Login Form */
#fpy-login-form, #otp-form {
	padding: 20px;
    max-width: 500px;
    margin: 50px auto;
    border-radius: 20px;
}

/* Map */
.location-picker {
    position: absolute;
    z-index: 999;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}