html, body, div, span, applet, object, 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, small, strike, strong, sub, sup, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.outer-iframe {
	display: block;
	width: 100%;
	position: relative;
}

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

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

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

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

body {
	overflow: hidden;
	font-family: 'Inter', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 13px;
	background: #0f1115
}

a {
	text-decoration: none;
	color: white
}

a:hover {
	color: white !important
}

#switcher {
	height: 60px;
	background: rgba(20, 20, 20, 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	z-index: 99999;
	position: fixed;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3)
}

.share {
	margin-left: 14px;
	border-radius: 2px;
	display: none
}

a .btn {
	border-radius: 0
}

#theme_list {
	position: relative
}

#theme_select {
	background: #2b2b2b url(../images/arrow.png) no-repeat;
	width: 250px;
	display: block;
	padding: 10px 15px;
	color: #dfdfdf;
	background-position: calc(100% - 10px) 50%;
	border-radius: 6px;
	font-weight: 500;
	text-align: left;
	transition: all .3s ease;
	border: 1px solid #3a3a3a
}

#theme_select:hover {
	color: #fff;
	background-color: #333;
	border-color: #4a4a4a
}

#theme_dropdown_list {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px
}

.dropdown, .dropup {
	position: relative;
	display: inline-block
}

.center {
	margin: 0 auto;
	width: 98%;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.left-actions, .center-actions, .right-actions {
	display: flex;
	align-items: center;
	height: 100%
}

.center ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0
}

.center ul li {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.center ul li ul {
	display: none;
	max-height: 250px;
	margin-left: 0;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	left: 0;
	width: 320px;
	z-index: 9999;
}

.center ul li ul li {
	background: #2b2b2b;
	border-bottom: 1px solid #414141;
	width: 100%
}

.center ul li ul li:hover {
	background: #414141
}

.center ul li ul li a {
	display: block;
	padding: 10px;
	font-weight: bold;
	min-width: 198px;
	color: #DFDFDF;
	text-align: left;
	line-height: 20px
}

.center ul li ul li a:hover {
	color: #F0F0F0
}

#iframe {
	margin: 0 auto;
	display: block;
	padding-top: 60px;
	box-sizing: border-box;
	transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.logo {
	margin-right: 20px;
	display: flex;
	align-items: center
}

.logo img {
	opacity: 1;
	margin: 13px 10px
}

.logo img:hover {
	opacity: .7
}

.links {
	display: flex;
	align-items: center;
	gap: 10px
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #204d74 !important
}

button.btn.btn-primary.dropdown-toggle {
	margin-right: 16px;
	background-color: transparent;
	border: transparent;
	color: #ffffff
}

button.btn.btn-primary.dropdown-toggle:hover {
	color: #ffffff;
	background-color: transparent;
	border: transparent;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: none
}

button.btn.btn-primary.dropdown-toggle.active, button.btn.btn-primary.dropdown-toggle:focus {
	outline: none;
	background-color: transparent;
	color: #ffffff
}

.dropdown-menu {
	min-width: 90px
}

.responsive {
	display: flex;
	align-items: center;
	justify-content: center;
}

.responsive-icons {
	display: flex;
	gap: 40px;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	padding: 8px 20px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.responsive a {
	font-size: 24px;
}

.device-icon {
	color: #7a7a7a;
	font-size: 16px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.device-icon:hover {
	color: #fff;
	transform: scale(1.1);
}

.device-icon.active {
	color: #fff;
}

.purchase {
	margin-right: 20px
}

.purchase a {
	border-radius: 4px;
	padding: 8px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-decoration: none
}

.purchase a:hover {
	color: #FFFFFF
}

.purchase a:focus {
	border-color: #0E3950;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4)
}

.purchase a img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px
}

.social {
	margin-right: 20px;
	margin-top: 7px
}

.social a {
	padding: 9px 15px 8px 8px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-decoration: none
}

.social a:hover {
	color: #FFFFFF
}

.social a:focus {
	border-color: #0E3950;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4)
}

.social a img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px
}

.close a {
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.close a img {
	background-color: #2e3192;
	vertical-align: middle;
	padding: 2px
}

.x_white {
	color: #ffffff
}

.close a {
	text-shadow: none;
	font-weight: normal;
	font-size: 16px
}

.close, .close:focus, .close:hover {
	opacity: 1
}

.close a:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	opacity: 1;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3)
}

.close a:focus {
	border-color: #0E3950;
	box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4)
}

img.preview {
	display: none;
	position: fixed;
	z-index: 99999;
	background: #2b2b2b;
	padding: 7px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
	width: 450px;
	height: auto;
	pointer-events: none;
}

.center ul li ul li span {
	float: right;
	font-size: 11px;
	font-weight: bold;
	background: #21759B;
	border-radius: 2px;
	padding: 3px 8px;
	color: #ffffff;
	margin-top: -2px;
	min-width: 40px;
	text-align: center
}

@media (max-width: 1440px) {
	.responsive {
		padding-left: 4%
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	img.preview {
		width: 360px
	}
}

@media (max-width: 767px) {
	.center-actions {
		display: none
	}

	#theme_select {
		width: 140px;
		padding: 8px;
		font-size: 12px
	}

	.social {
		display: none !important
	}

	.purchase a, .close a {
		padding: 6px 10px;
		font-size: 11px
	}

	.logo img {
		max-width: 90px
	}

	.logo {
		margin-right: 10px
	}

	.links {
		gap: 5px
	}
}

@media (max-width: 480px) {
	#theme_select {
		width: 100px;
		font-size: 11px
	}

	.purchase a img, .close a img {
		display: none
	}

	.center {
		width: 95%
	}
}

@media (max-width: 380px) {
	.center ul li ul {
		width: 194px
	}

	.center ul li ul li a {
		font-size: 12px;
		min-width: 180px;
		padding: 10px 5px
	}
}

.links li a {
	height: 30px
}

.custom_resize {
	width: 100%;
	height: 100vh;
}