
/* 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"] {
	--hover-color: #eef0f7;
	--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: #f6f8fb;
    --cp2-200: #f0f4fb;
    --cp2-300: #e5ebf5;
    --cp2-400: #dae1ed;
	--cp2-700: #c4d1e5;
	--khaki-color: 146 113 74;
	--khaki-bg: #161009;
	--current-color: var(--khaki-color);
	--current-bg: white;
	--cp-5: rgb(var(--current-color) / 5%);
	--cp-10: rgb(var(--current-color) / 10%);
    --cp-20: rgb(var(--current-color) / 20%);
	--cp-30: rgb(var(--current-color) / 30%);
	--cp-40: rgb(var(--current-color) / 40%);
	--cp-50: rgb(var(--current-color) / 50%);
	--cp-60: rgb(var(--current-color) / 60%);
	--cp-70: rgb(var(--current-color) / 70%);
	--cp-80: rgb(var(--current-color) / 80%);
	--cp-90: rgb(var(--current-color) / 90%);
	--cp-100: rgb(var(--current-color));
}

@media (prefers-color-scheme: dark) {
	:root {
		--hover-color: #2c3642;
		--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: #435061;
		--transparent-bg-color: #12182075;
		--box-shadow: none;
		--invert-filter: invert(1);
		--cp1-100: #2C3642;
		--cp1-200: #303B48;
		--cp2-50: #111111;
		--cp2-100: #151d27;
		--cp2-200: #1b2635;
		--cp2-300: #1a293f;
		--cp2-400: #163057;
		--cp2-700: #183f7f;
		--current-bg: var(--khaki-bg);
	}
}

body.dark-mode, body[data-theme="dark-mode"] {
	--hover-color: #2c3642;
	--link-color: #00dcff;
	--text-color: #e3e3e3;
	--text-color-2: #f5e7f3;
	--text-color-head: white;
	--bg-color-6: #65215b;
	--border: 2px solid #515458;
	--border-color: #435061;
	--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: #111111;
	--cp2-100: #151d27;
	--cp2-200: #1b2635;
	--cp2-300: #1a293f;
	--cp2-400: #163057;
	--cp2-700: #183f7f;
	--current-bg: var(--khaki-bg);
}

/* 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;
}

@media (hover:hover) {
	body {overflow-y: scroll;}
}

::-webkit-scrollbar {
	width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
	background: var(--cp-30);
	/* border: 2px solid var(--cp2-50); */
	border-radius: 8px;
}

button:focus-visible, .button:focus-visible, [role="button"]:focus-visible {
	outline: none;
    /* background: var(--cp2-300); */
	filter: saturate(0.6);
}

a {
	color: var(--link-color);
	text-decoration: none;
}

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 {
	color: inherit;
	background: var(--cp-20);
    border: none;
    font-size: 15px;
	font-weight: 500;
	padding: 7px 12px;
    width: 100%;
    border-radius: 15px;
	line-height: 2.3;
}

.custom-input:hover{
	cursor: text;
}

textarea {
	resize: vertical;
}

select, .custom-select {
	cursor: pointer;
	appearance: none;
	position: relative;
}

select::after, .custom-select::after {
	position: absolute;
    content: "";
    top: 40%;
    left: 15%;
    border: 6px solid transparent;
    border-color: var(--icon-color) transparent transparent transparent;
    opacity: 0.8;
}

.custom-select.open {
	background: var(--cp2-50);
	box-shadow: var(--box-shadow);
}

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: 23px;
    height: 23px;
    border: 2px solid var(--cp-100);
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    margin: -7px 5px;
	transition: background 0.3s;
}

input[type="checkbox"]:checked {
	background-color: var(--cp-70);
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: 1px solid var(--cp-100);
}

::-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: 20px;
    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: var(--cp-20);
    }
}

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(--hover-color); */
		background-color: var(--cp-20);
    	text-decoration: none !important;
    }
}

.main-btn {
    /* background: #1751ff; */
	/* background: var(--blue-color); */
	background: var(--cp-100);
    color: white;
}

.main-btn:active {
	background: var(--cp-70);
}

@media (hover:hover) {
    .main-btn:hover {
		background: var(--cp-70);
    }
}

.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(--hover-color); */
		background: var(--cp-20);
	}
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	opacity: 0.6;
	/* border-width: 0; */
	cursor: not-allowed;
}

/* input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
} */

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}

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(5%); }
	to   { transform: translateY(0); }
}
@-webkit-keyframes slideup {
	from { transform: translateY(5%); }
	to   { transform: translateY(0); }
}

@keyframes slidedown {
	from { transform: translateY(0); }
	to   { transform: translateY(5%); opacity: 0; }
}
@-webkit-keyframes slidedown {
	from { transform: translateY(0); }
	to   { transform: translateY(5%); opacity: 0; }
}

@keyframes slideleft {
	from { transform: translateX(5%); }
	to   { transform: translateY(0);}
}
@-webkit-keyframes slideleft {
	from { transform: translateX(5%); }
	to   { transform: translateX(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;   }
}
  
@keyframes blink {
	0%   { opacity: 1; }
	25%  { opacity: 0.8; }
	50%  { opacity: 0.5; }
	75%  { opacity: 0.8; }
	100% { opacity: 1; }
}

@keyframes rubber {
    0% { transform: scaleX(1); }
    40% { transform: scaleX(1.12) scaleY(0.75); }
    55% { transform: scaleX(0.85) scaleY(1); }
    65% { transform: scaleX(1.09) scaleY(0.85); }
    75% { transform: scaleX(0.9)  scaleY(1); }
    90% { transform: scaleX(1.05) scaleY(0.95); }
    100% { transform: scaleX(1) scaleY(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;
}

.animation-blink {
	-webkit-animation: blink 0.8s ease-in-out infinite;
	animation: blink 0.8s ease-in-out infinite;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: auto;
	padding: 16px;
	min-height: 450px;
	margin-bottom: 60px;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

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;
}

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;
	-webkit-user-select: none;
	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-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;
		-webkit-user-select: none;
		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: 1px solid var(--border-color);
	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);
}

/* 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")
}

.i-list-active {
	background: var(--cp2-200);
	border-radius: 10px;
}

.i-list-active:focus-visible {
	outline: 1px solid;
}

/* Popup-Modal */

.fpy-popup {
	width: 100%;
	height: 100%;
    max-width: 100%;
    max-height: 100%;
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	-webkit-user-select: none;
	user-select: none;
	border: none;
	color: var(--icon-color);
	background: inherit;
	-webkit-animation: slideup 0.3s ease;
	animation: slideup 0.3s ease;
	will-change: transform;
}

.fpy-popup.small {
	margin: 0;
    margin-top: auto;
	min-height: 50%;
	max-height: 90%;
    height: max-content;
    border-radius: 20px 20px 0 0;
	scrollbar-color: transparent transparent;
	/* -webkit-animation: slideup 0.2s ease;
	animation: slideup 0.2s ease; */
}

/* .fpy-popup.small::backdrop {
	display: unset;
} */

.fpy-popup::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-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;
		scrollbar-color: unset;
		/* -webkit-animation: unset; */
		/* animation: unset; */
	}
	
	.fpy-popup::backdrop {
		display: block;
	}
}

.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: 20px;
    flex: 1;
	font-weight: 500;
	margin-right: 5px;
}

.fpy-popup-form {
    padding: 12px;
}

dialog#fpy-confirm-cancel,
dialog#fpy-confirm-submit {
	min-height: 170px;
}

.fpy-popup-form .text {
    padding: 10px;
}

.fpy-popup-footer {
	padding-top: 10px;
	margin-top: 10px;
    text-align: left;
}

.fpy-popup-form .list-result a {
	display: block;
    color: inherit;
    font-size: 15px;
    padding: 10px;
}

@media (hover:hover) {
	.fpy-popup-form .list-result a:hover {
		background: var(--cp-5);
	}
}

.fpy-popup-form .item-select::after {
    content: 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 12l5 5l10 -10' /%3E%3C/svg%3E");
    float: inline-end;
	filter: var(--invert-filter);
}

/* Context Menu */
#menu-container {
	position: fixed;
    inset: 0px;
    z-index: 2;
}

.fpy-menu {
	display: none;
	position: absolute;
	min-width: 110px;
    background: var(--cp2-50);
	color: var(--text-color);
	margin: 0 5px;
	box-shadow: var(--box-shadow);
    border: 1px solid var(--cp-40);
    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(--cp-10);
    }
}

.fpy-menu a:active, .fpy-menu span:active {
	background: var(--cp-10)
}

.fpy-menu .scrollbar {
	max-height: 200px;
    overflow: auto;
	margin: 5px 0;
	padding: 1px;
    padding-left: 5px;
}

/* Scrollbar */

.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;
    }
}

.sb-container {
	padding: 12px;
    padding-inline-end: 8px;
    background: var(--cp2-300);
    border-radius: 18px;
}

.sb-container > * {
	padding: 0;
	border-radius: 0;
}

.scroll-disable {
    overflow: hidden;
}

/* Switch */

.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);
}

/* Slideshow */

.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);
}

/* Loading Spinner */

#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); }
}

/* Notice */

#fpy-notice {
	position: fixed;
	bottom: -150px;
	left: 10px;
	right: 10px;
	max-width: 450px;
	margin: auto;
	background: #234075;
	color: white;
	border-radius: 15px;
	padding: 10px;
	font-weight: 500;
	display: flex;
    flex-wrap: wrap;
	transition: bottom 0.2s;
	z-index: 2;
}

#fpy-notice > * {
	margin: 0 2px;
}

#fpy-notice a {
	color: #00d9ff;
}

#fpy-notice .svg-i.cancel {
	filter: invert(1);
}

/* Login Form */
#fpy-login-form, #otp-form {
	padding: 20px;
    max-width: 500px;
    margin: 50px auto;
    border-radius: 20px;
}

/* Icons */

.svg-i {
	width: 22px;
	height: 22px;
	display: block;
    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");
}

.fpy-popup.small .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");
}

@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.trash {
	background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-trash%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M4%207l16%200%22%20/%3E%3Cpath%20d=%22M10%2011l0%206%22%20/%3E%3Cpath%20d=%22M14%2011l0%206%22%20/%3E%3Cpath%20d=%22M5%207l1%2012a2%202%200%200%200%202%202h8a2%202%200%200%200%202%20-2l1%20-12%22%20/%3E%3Cpath%20d=%22M9%207v-3a1%201%200%200%201%201%20-1h4a1%201%200%200%201%201%201v3%22%20/%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");
}

.twitter-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='M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z' /%3E%3C/svg%3E");
}