html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

ol, ul {
	list-style: none;
}

img {
	border-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	line-height: 1.45;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 2em;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre, code, kbd, samp {
	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;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.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"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}


/* Custom CSS */
@font-face {
	font-family: Repo;
	src: url(/fonts/Repo.otf)
}
body {
	font-family: Repo, Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-color: #fff;
	color: #333;
}
body.dark {
	background-color: #333;
	color: #fff;
}

h1 {
	font-family: Arial, Verdana, Tahoma;
	color: #3080d0;
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 25px;
	margin-top: 20px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #3E6297;
}
h1 a {
	color: #3080d0;
}

body.dark h1 {
	color: #68A5FF;
}
body.dark a {
	color: #68A5FF;
}
body.dark h1 a {
	color: #68A5FF;
}

p.nice {
	margin-top: 20px;
	text-indent: 1em;
}

p.nice::first-letter {
	font-weight: bold;
	color: #3080d0;
	font-size: large;
}

li {
	text-indent: 2em;
}

header {
	padding: 0 0.9em;
	max-width: 660px;
	margin: 0 auto;
}

/* Clear floats after the columns */
header .row:after {
	content: "";
	display: table;
	clear: both;
}
.body {
	margin: 0 auto;
	max-width: 660px;
}
.center {
	text-align: center;
}

.text-error {
	color: #ff0000;
}


#main-wrapper {
	margin: 0 auto;
	position: relative;
	padding: 0.6em 0 0 0;
}

header .nav {
	display: grid;
	grid-template-columns: max-content auto max-content;
	align-items: center;
}
header .menu-toggle {
	margin-right: 0.5em;
}
header .pickers {
	text-align: end;
}
header .logom {
	display: none;
}
header .user-box {
	text-align: right;
}
header .theme-picker svg {
	margin-right: 0.2em;
	cursor: pointer;
}


.navi {
	position: relative;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	height: 20px;
	margin-top: 1.3em;
}

.navi a, .navi a:visited {
	color: #000;
}

body.dark .navi a, body.dark .navi a:visited{
	color: #fff;
}

.slider {
	height: 22px;
	margin-left: 296px;
	width: 62px;

	position: absolute;
	width: 0px;
	height: 0px;
	background: #D9EBFB;
	margin-top: -4px;
}
body.dark .slider {
	background: #666;
}
.menu {
	position: absolute;
	height: 20px;
	width: auto;
	z-index: 10;
	text-transform: lowercase;
}

.logo {
	float: right;
}

.quick-search-box {
	z-index: 100;
	max-width: 660px;
	min-width: 60px;
	position: relative;
}

.quick-search-box>input {
	height: 1.5rem;
	width: 100%;
	margin: 0;
	padding: 0 1.2rem 0 2rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: .9rem;
	text-overflow: ellipsis;
	color: rgb(52, 152, 219);
	outline: 0;
	border-radius: .6rem;
	border: .05rem solid rgb(52, 152, 219);
	background-image: url("data:image/svg+xml,%3Csvg height='20px' width='20px' viewBox='0 0 24 24' fill='none' stroke='rgba(0, 0, 0, 0.3)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' preserveAspectRatio='xMidYMid meet' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='7.5' vector-effect='non-scaling-stroke'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='15.8' y2='15.8' vector-effect='non-scaling-stroke'%3E%3C/line%3E%3C/svg%3E");
	background-size: 1.1rem;
	background-position: left .55rem top .2rem;
	background-repeat: no-repeat;
	background-origin: border-box;
	transition: all .2s ease;
}

.quick-search-box>input::placeholder {
	color: rgba(52, 152, 219, .5);
}

.quick-search-box>input:hover::placeholder {
	color: rgba(52, 152, 219, .6);
}

.quick-search-box>input:focus::placeholder {
	color: rgba(52, 152, 219, .4);
}

.quick-search-box>input:focus::selection {
	background-color: #977aff26;
}

.quick-search-box>input::selection {
	background-color: #977aff26;
}

.quick-search-box>input:hover {
	color: rgb(52, 152, 219, .8);
	border-color: rgba(52, 152, 219, .8);
}

.quick-search-box>input:focus {
	color: rgb(52, 152, 219);
	border: .06rem solid rgba(52, 152, 219, .6);
	width: auto;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease
}

.quick-search-box>ul {
	position: absolute;
	max-height: 226px;
	overflow-y: scroll;
	box-sizing: border-box;
	left: 0;
	margin: .2rem 0 0 0;
	padding: 0;
	z-index: 1;
	list-style: none;
	border-radius: .6rem;
	background-color: #fff;
	border: 1px solid rgba(33, 33, 33, .07);
	box-shadow: 0 3px 6px rgba(149, 157, 165, .15);
	outline: 0;
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out
}

.quick-search-box>ul:empty,
.quick-search-box>ul[hidden] {
	display: block;
	opacity: 0;
	transform: scale(0)
}

.quick-search-box>ul>li {
	margin: .3rem;
	padding: .3rem .5rem;
	text-align: left;
	font-size: 1rem;
	color: #fff;
	border-radius: .35rem;
	background-color: #3498DB;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .2s ease
}

.quick-search-box>ul>li>a {
	color: #fff;
}

.quick-search-box>ul>li mark {
	background-color: transparent;
	color: rgb(52, 152, 219);
	font-weight: 700
}

.quick-search-box>ul>li:hover {
	cursor: pointer;
	background-color: rgba(52, 152, 219, .4)
}

.quick-search-box>ul>li[aria-selected=true] {
	background-color: rgba(52, 152, 219, .4)
}


.auth-form {
	border-top: 1px solid #3E6297;
	border-radius: 6px;
	padding: 16px;
	font-size: 14px;
	background-color: #bdd3f5;
	border: 1px solid #3080d0;
	max-width: 330px;
	margin: 0 auto;
	color: #000;
}
body.dark .auth-form a {
	color: #3E6297;
}
.auth-label {
	display: block;
	margin: 12px 0 4px 0;
	text-align: left;
}
.auth-input {
	padding: 5px 12px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	border: 1px solid #3E6297;
	border-radius: 6px;
	max-width: 300px;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: 80ms cubic-bezier(0.33, 1, 0.68, 1);
	transition-property: all;
	transition-property: color, background-color, box-shadow, border-color;
}
.auth-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 16px;
	border: 1px solid #333;
	padding: 8px 16px;
	border-radius: 6px;
}
.auth-error {
	padding: 8px 8px;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 8px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	border-color: red;
	background-color: #f5d3d3;
	color: red;
	max-width: 330px;
	font-weight: bold;;
}
.btn-default {
	color: #fff;
	background-color: #238636;
	border-color: #0b4c18;
}

.dropdown {
	position: relative;
}
.dropdown-toggle {
	background: none;
	border: none;
	cursor: pointer;
}
.dropdown-toggle {
	color: #333;
}
body.dark .dropdown-toggle {
	color: #ccc;
}
/* .dropdown-toggle::after {
	content: '▼';
	margin-left: 6px;
} */
.dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	width: -webkit-max-content;
	width: max-content;
	background:#eee;
	border: 1px solid #999;
	border-radius: 4px;
	z-index: 1000;
	padding: .3em .4em;
	text-align: left;
	float: left;
	display: none;
}
body.dark .dropdown-menu {
	background: #444;
	border-color: #ccc;
}
.dropdown-item {
	text-indent: 0;
	padding: 0 .5em;
}
.dropdown-item a {
	color: #333;
	text-decoration: none;
}
body.dark .dropdown-item a {
	color: #ccc;
}
.dropdown-item.selected {
	background: #ccc;
	border-radius: 2px;
}
body.dark .dropdown-item.selected {
	background: #2a2a2a;
}
.language-switcher {
	display: inline-block;
}
.current-language::before {
	content: '🌐';
}
.language-en::before {
	content: '🇬🇧';
	font-size: 1.4em;
	margin-right: 6px;
}
.language-bg::before {
	content: '🇧🇬';
	font-size: 1.4em;
	margin-right: 6px;
}
.language-en2::before {
	content: '🇬🇧';
	margin-right: 6px;
}
.language-bg2::before {
	content: '🇧🇬';
	margin-right: 6px;
}
.vlarge {
	font-size: 1.3em;
}
header svg {
	fill: #333;
}
body.dark header svg {
	fill: #ccc;
}
header .user-box {
	display: none;
}
.overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgb(0 16 16 / 65%);
	z-index: 999;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.overlay.active {
	visibility: visible;
	opacity: 1;
}
.side-menu-open, .side-menu-close {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	margin-right: 0.5em;
}
.side-menu {
	position: fixed;
	top: 0;
	left: -260px;
	height: 100%;
	width: 236px;
	background: #eee;
	z-index: 1000;
	transition: all 0.3s;
	padding: 10px 13px;
}
body.dark .side-menu {
	background: #333;
}
.side-menu-head {
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
	text-align: center;
}
.side-menu-user {
	text-align: center;
	padding: 4px 0;
}
.side-menu.show {
	left: 0;
	transition: all 0.3s;
}
.side-menu a {
	color: #222;
}
.side-menu-nav {
	margin-top: 1em;
	text-align: center;
}
.side-menu-nav li {
	text-indent: 0;
	margin: 0.5em 0;
}
body.dark .side-menu a {
	color: #eee;
}
.side-menu-lang {
	position: absolute;
	bottom: 38px;
	left: 75px;
	width: 120px;
	height: 60px;
	font-size: 25px;
	line-height: 60px;
	border: 1px solid #888;
	border-radius: 120px;
	text-align: center;
	background-color: #fff;
}
.theme-switcher li {
	cursor: pointer;
	padding: 4px 4px;
	text-indent: 0;
}

.theme-switcher .selected {
	font-weight: bold;
}

.theme-light::before {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8M8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0m0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13m8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5M3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8m10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0m-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707M4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/></svg>');
	content: '☀️';
	margin-right: 6px;
}

.theme-dark::before {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278"/></svg>');
	content: '🌙';
	margin-right: 6px;
}

.theme-auto::before {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 0 8 1zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16"/></svg>');
	content: '🌓';
	margin-right: 6px;
}
.side-theme-switcher {
	color: #111;
	padding: 4px;
}
body.dark .side-theme-switcher {
	color: #eee;
}
body.dark .side-menu-lang {
	background-color: #222;
	border-color: #eee;
}
@media screen and (max-width: 761px) {
	#main-wrapper {
		width: 100%;
		border: none;
	}

	#main-wrapper:before,
	#main-wrapper:after {
		height: 0;
	}

	.menu {
		display: none;
	}

	.slider {
		display: none;
	}

	.quick-search-box {
		max-width: 180px;
		width: auto;
	}
	.d-lg {
		display: none;
	}
}
@media screen and (max-width: 420px) {
	header .quick-search-box {
		display: none;
	}
	header .logom {
		padding-top: 5px;
		display: flex;
		align-items: center;
		margin: 0 auto;
	}
	header .navi {
		display: none;
	}
}
@media screen and (min-width: 760px) {
	.side-menu-open {
		display: none;
	}
	header .user-box {
		display: block;
	}
}
