@charset 'utf-8';

:root {
	--white: #fff;
	--white-translucent-1: rgb(255 255 255 / 1%);
	--white-translucent-2: rgb(255 255 255 / 2%);
	--white-translucent-5: rgb(255 255 255 / 5%);
	--white-translucent-10: rgb(255 255 255 / 10%);
	--white-translucent-15: rgb(255 255 255 / 15%);
	--white-translucent-20: rgb(255 255 255 / 20%);
	--white-translucent-30: rgb(255 255 255 / 30%);
	--white-translucent-40: rgb(255 255 255 / 40%);
	--white-translucent-50: rgb(255 255 255 / 50%);
	--white-translucent-60: rgb(255 255 255 / 60%);
	--white-translucent-70: rgb(255 255 255 / 70%);
	--white-translucent-80: rgb(255 255 255 / 80%);
	--white-translucent-90: rgb(255 255 255 / 90%);
	--black: #000;
	--black-translucent-1: rgb(0 0 0 / 1%);
	--black-translucent-2: rgb(0 0 0 / 2%);
	--black-translucent-5: rgb(0 0 0 / 5%);
	--black-translucent-10: rgb(0 0 0 / 10%);
	--black-translucent-15: rgb(0 0 0 / 15%);
	--black-translucent-20: rgb(0 0 0 / 20%);
	--black-translucent-30: rgb(0 0 0 / 30%);
	--black-translucent-40: rgb(0 0 0 / 40%);
	--black-translucent-50: rgb(0 0 0 / 50%);
	--black-translucent-60: rgb(0 0 0 / 60%);
	--black-translucent-70: rgb(0 0 0 / 70%);
	--black-translucent-80: rgb(0 0 0 / 80%);
	--black-translucent-90: rgb(0 0 0 / 90%);
	--transparent: rgb(0 0 0 / 0);
	--red: #f53c3c;
	--yellow: #ffb700;
	--green: #149f53;
	--cyan: #51add2;
	--dark-cyan: #005251;
	--blue: #027dff;
	--pink: #ffb7c5;
	--lau-bg: #fff;
	--oheight: 1000px
}

.dark {
	--white: #000;
	--white-translucent-1: rgb(0 0 0 / 1%);
	--white-translucent-2: rgb(0 0 0 / 2%);
	--white-translucent-5: rgb(0 0 0 / 5%);
	--white-translucent-10: rgb(0 0 0 / 10%);
	--white-translucent-15: rgb(0 0 0 / 15%);
	--white-translucent-20: rgb(0 0 0 / 20%);
	--white-translucent-30: rgb(0 0 0 / 30%);
	--white-translucent-40: rgb(0 0 0 / 40%);
	--white-translucent-50: rgb(0 0 0 / 50%);
	--white-translucent-60: rgb(0 0 0 / 60%);
	--white-translucent-70: rgb(0 0 0 / 70%);
	--white-translucent-80: rgb(0 0 0 / 80%);
	--white-translucent-90: rgb(0 0 0 / 90%);
	--black: #fff;
	--black-translucent-1: rgb(255 255 255 / 1%);
	--black-translucent-2: rgb(255 255 255 / 2%);
	--black-translucent-5: rgb(255 255 255 / 5%);
	--black-translucent-10: rgb(255 255 255 / 10%);
	--black-translucent-15: rgb(255 255 255 / 15%);
	--black-translucent-20: rgb(255 255 255 / 20%);
	--black-translucent-30: rgb(255 255 255 / 30%);
	--black-translucent-40: rgb(255 255 255 / 40%);
	--black-translucent-50: rgb(255 255 255 / 50%);
	--black-translucent-60: rgb(255 255 255 / 60%);
	--black-translucent-70: rgb(255 255 255 / 70%);
	--black-translucent-80: rgb(255 255 255 / 80%);
	--black-translucent-90: rgb(255 255 255 / 90%);
	--lau-bg: #1e1e1e
}

html,
body,
div,
span,
input,
button,
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
}

html,
body {
	height: 100%
}

body {
	font-family: 'Microsoft Yahei', 'PingFang SC', Helvetica, 'Segoe UI', Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	min-height: 600px;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

img {
	border: 0 none;
	vertical-align: middle
}

ul,
li,
dl,
ol {
	list-style-type: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,
button,
textarea,
select {
	font-family: 'Microsoft Yahei', 'PingFang SC', Helvetica, 'Segoe UI', Arial, sans-serif;
	font-size: 13px;
	font-weight: inherit;
	outline: none
}

input,
select {
	vertical-align: middle
}

button {
	border: 0;
	cursor: pointer
}

iframe {
	border: 0
}

a,
a:link {
	text-decoration: none;
	color: inherit;
	cursor: pointer
}

a:active,
a:hover {
	text-decoration: none
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
	outline: var(--theme-color) solid medium
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-thumb {
	background-color: var(--black-translucent-30);
	border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
	background-color: var(--black-translucent-50)
}

::-webkit-scrollbar-thumb:active {
	background-color: var(--theme-color)
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes rotation {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotation {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes counter-rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-moz-keyframes counter-rotation {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes counter-rotation {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

.inner {
	position: fixed;
	overflow-y: hidden
}

.nav {
	z-index: 980;
	position: fixed;
	width: 100%;
	min-width: 320px;
	left: 0;
	top: 0;
	border: 0
}

.nav>.container {
	display: flex;
	position: relative;
	height: 80px;
	padding: 0 60px;
	align-items: center;
	justify-content: space-between
}

.nav_left,
.nav_right {
	display: flex;
	flex-direction: row;
	gap: 5px
}

.nav_title {
	display: flex;
	position: relative;
	height: 50px;
	-webkit-transition: opacity 300ms, visibility 300ms;
	-moz-transition: opacity 300ms, visibility 300ms;
	-o-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms
}

.nav_title a {
	padding-left: 12px;
	padding-right: 8px;
	border-radius: 8px
}

.nav_title span {
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 1px;
	white-space: nowrap;
	color: var(--text-secondary)
}

.nav_unit {
	display: flex;
	height: 50px;
	width: 50px;
	min-height: 50px;
	border-radius: 8px;
	line-height: 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	-webkit-transition: opacity 300ms, visibility 300ms, background-color 100ms linear;
	-moz-transition: opacity 300ms, visibility 300ms, background-color 100ms linear;
	-o-transition: opacity 300ms, visibility 300ms, background-color 100ms linear;
	transition: opacity 300ms, visibility 300ms, background-color 100ms linear
}

.nav_unit:active {
	background-color: var(--black-translucent-5)
}

@media(hover:hover) {
	.nav_unit:hover {
		background-color: var(--black-translucent-5)
	}
}

.nav_unit_icon {
	display: block;
	position: relative;
	font-size: 0;
	height: 24px;
	width: 24px
}

.nav_unit_icon .iconfont {
	position: absolute;
	font-size: 24px;
	left: 50%;
	line-height: 24px;
	color: var(--text-secondary);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.nav_unit>p {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	padding: 14px 16px;
	border-radius: 8px;
	background-color: var(--theme-color);
	color: #fff;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-o-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: transform 500ms, opacity 300ms;
	-moz-transition: transform 500ms, opacity 300ms;
	-o-transition: transform 500ms, opacity 300ms;
	transition: transform 500ms, opacity 300ms;
	pointer-events: none;
	opacity: 0
}

.nav_unit:active .iconfont {
	color: var(--theme-color);
	opacity: 1
}

@media(hover:hover) {
	.nav_unit:hover .iconfont {
		color: var(--theme-color)
	}
}

@media screen and (min-width:768px) and (hover:hover) {
	.nav_unit:hover>p {
		z-index: 1;
		-webkit-transform: translateY(48px);
		-moz-transform: translateY(48px);
		-o-transform: translateY(48px);
		-ms-transform: translateY(48px);
		transform: translateY(48px);
		opacity: 1
	}
}

.inner .nav_left>*,
.inner .nav_right>.nav_unit,
.inner .nav_menu .container>* {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

@media screen and (max-width:767px) {
	.nav>.container {
		height: 64px;
		padding: 0 10px
	}

	.nav_left .nav_unit>p {
		display: none
	}

	.nav_title a {
		padding-left: 6px;
		padding-right: 4px
	}

	.nav_unit>p {
		position: relative;
		font-size: 13px;
		font-weight: 400;
		padding: 0;
		padding-left: 20px;
		line-height: 24px;
		background-color: transparent;
		color: var(--text-secondary);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: color 300ms linear;
		-moz-transition: color 300ms linear;
		-o-transition: color 300ms linear;
		transition: color 300ms linear;
		opacity: 1
	}

	.nav_unit:active>p {
		color: var(--theme-color);
		opacity: 1
	}

	.inner .nav_menu {
		opacity: 0;
		visibility: hidden;
		pointer-events: none
	}
}

@media screen and (max-width:767px) and (hover:hover) {
	.nav_unit:hover>p {
		color: var(--theme-color)
	}
}

.menu_icon {
	padding-top: 1px
}

.menu_icon i {
	position: relative;
	display: block;
	height: 2px;
	width: 24px;
	top: 2px;
	left: 0;
	border-radius: 10px;
	background-color: var(--text-secondary);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

.menu_icon i+i {
	margin-top: 6px
}

.nav_unit:active .menu_icon>i {
	background-color: var(--theme-color)
}

@media(hover:hover) {
	.nav_unit:hover .menu_icon>i {
		background-color: var(--theme-color)
	}
}

.nav_right.active .menu_icon>i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	-moz-transform: rotate(-45deg) translate(-6px, 6px);
	-o-transform: rotate(-45deg) translate(-6px, 6px);
	-ms-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px)
}

.nav_right.active .menu_icon>i:nth-child(2) {
	opacity: 0
}

.nav_right.active .menu_icon>i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	-moz-transform: rotate(45deg) translate(-5px, -5px);
	-o-transform: rotate(45deg) translate(-5px, -5px);
	-ms-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px)
}

.nav_menu {
	display: flex
}

.nav_menu>.container {
	display: flex;
	flex-direction: row;
	gap: 5px
}

@media screen and (min-width:768px) {
	#menuBtn {
		display: none
	}
}

@media screen and (max-width:767px) {
	.nav_menu {
		z-index: 998;
		position: absolute;
		max-height: 0;
		top: 68px;
		right: 10px;
		border-radius: 12px;
		box-shadow: 0 12px 32px rgb(0 0 0 / 10%), 0 2px 6px rgb(0 0 0 / 10%);
		overflow-y: hidden;
		visibility: hidden;
		-webkit-transition: max-height 300ms, visibility 300ms;
		-moz-transition: max-height 300ms, visibility 300ms;
		-o-transition: max-height 300ms, visibility 300ms;
		transition: max-height 300ms, visibility 300ms
	}

	.nav_right.active .nav_menu {
		height: auto;
		max-height: 600px;
		visibility: visible
	}

	.nav_menu>.container {
		min-width: 128px;
		border: 1px solid var(--line-tertiary);
		border-radius: 12px;
		flex-direction: column;
		background-color: var(--bg-secondary);
		gap: 0
	}

	.nav_menu .nav_unit {
		width: 140px;
		border-top: 1px solid var(--line-secondary);
		border-radius: 0
	}

	.nav_menu .nav_unit:first-child {
		border-top: none
	}

	.nav_menu .nav_unit:hover .iconfont,
	.nav_menu .nav_unit:hover>p {
		-webkit-transition: color 0s;
		-moz-transition: color 0s;
		-o-transition: color 0s;
		transition: color 0s
	}
}

@-webkit-keyframes launcherIconGridBeat {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .5
	}
}

@-moz-keyframes launcherIconGridBeat {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .5
	}
}

@keyframes launcherIconGridBeat {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .5
	}
}

.lau_icon>i {
	display: inline-block;
	float: none;
	height: 4px;
	width: 4px;
	margin: 2px;
	border-radius: 100%;
	background-color: var(--text-secondary);
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear
}

.nav_unit:active .lau_icon>i {
	background-color: var(--theme-color-hover);
	-webkit-animation-name: launcherIconGridBeat;
	-moz-animation-name: launcherIconGridBeat;
	-o-animation-name: launcherIconGridBeat;
	animation-name: launcherIconGridBeat;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@media(hover:hover) {
	.nav_unit:hover .lau_icon>i {
		background-color: var(--theme-color-hover);
		-webkit-animation-name: launcherIconGridBeat;
		-moz-animation-name: launcherIconGridBeat;
		-o-animation-name: launcherIconGridBeat;
		animation-name: launcherIconGridBeat;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		animation-iteration-count: infinite
	}
}

.lau_icon>i:nth-child(1) {
	-webkit-animation-duration: .65s;
	-moz-animation-duration: .65s;
	-o-animation-duration: .65s;
	animation-duration: .65s;
	-webkit-animation-delay: .03s;
	-moz-animation-delay: .03s;
	-o-animation-delay: .03s;
	animation-delay: .03s
}

.lau_icon>i:nth-child(2) {
	-webkit-animation-duration: 1.02s;
	-moz-animation-duration: 1.02s;
	-o-animation-duration: 1.02s;
	animation-duration: 1.02s;
	-webkit-animation-delay: .09s;
	-moz-animation-delay: .09s;
	-o-animation-delay: .09s;
	animation-delay: .09s
}

.lau_icon>i:nth-child(3) {
	-webkit-animation-duration: 1.06s;
	-moz-animation-duration: 1.06s;
	-o-animation-duration: 1.06s;
	animation-duration: 1.06s;
	-webkit-animation-delay: -.69s;
	-moz-animation-delay: -.69s;
	-o-animation-delay: -.69s;
	animation-delay: -.69s
}

.lau_icon>i:nth-child(4) {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: -.41s;
	-moz-animation-delay: -.41s;
	-o-animation-delay: -.41s;
	animation-delay: -.41s
}

.lau_icon>i:nth-child(5) {
	-webkit-animation-duration: 1.6s;
	-moz-animation-duration: 1.6s;
	-o-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-delay: .04s;
	-moz-animation-delay: .04s;
	-o-animation-delay: .04s;
	animation-delay: .04s
}

.lau_icon>i:nth-child(6) {
	-webkit-animation-duration: .84s;
	-moz-animation-duration: .84s;
	-o-animation-duration: .84s;
	animation-duration: .84s;
	-webkit-animation-delay: .07s;
	-moz-animation-delay: .07s;
	-o-animation-delay: .07s;
	animation-delay: .07s
}

.lau_icon>i:nth-child(7) {
	-webkit-animation-duration: .68s;
	-moz-animation-duration: .68s;
	-o-animation-duration: .68s;
	animation-duration: .68s;
	-webkit-animation-delay: -.66s;
	-moz-animation-delay: -.66s;
	-o-animation-delay: -.66s;
	animation-delay: -.66s
}

.lau_icon>i:nth-child(8) {
	-webkit-animation-duration: .93s;
	-moz-animation-duration: .93s;
	-o-animation-duration: .93s;
	animation-duration: .93s;
	-webkit-animation-delay: -.76s;
	-moz-animation-delay: -.76s;
	-o-animation-delay: -.76s;
	animation-delay: -.76s
}

.lau_icon>i:nth-child(9) {
	-webkit-animation-duration: 1.24s;
	-moz-animation-duration: 1.24s;
	-o-animation-duration: 1.24s;
	animation-duration: 1.24s;
	-webkit-animation-delay: -.76s;
	-moz-animation-delay: -.76s;
	-o-animation-delay: -.76s;
	animation-delay: -.76s
}

@-webkit-keyframes slideInFrames {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-moz-keyframes slideInFrames {
	0% {
		-moz-transform: scale(.95);
		transform: scale(.95);
		opacity: 0
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes slideInFrames {
	0% {
		-ms-transform: scale(.95);
		transform: scale(.95);
		opacity: 0
	}

	100% {
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

#appLauncher {
	z-index: 999;
	position: fixed;
	height: 100%;
	min-height: 600px;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	top: 0;
	left: 0;
	right: auto;
	box-shadow: rgba(0, 0, 0, 0.22) 0 25.6px 57.6px 0, rgba(0, 0, 0, 0.18) 0 4.8px 14.4px 0;
	background-color: var(--lau-bg);
	color: var(--black);
	outline: none;
	overflow-y: auto;
	visibility: visible;
	pointer-events: auto;
	-webkit-animation: slideInFrames .18s ease;
	-moz-animation: slideInFrames .18s ease;
	-o-animation: slideInFrames .18s ease;
	animation: slideInFrames .18s ease;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-o-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

#appLauncher .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.lau_top {
	height: 80px
}

.lau_top .close {
	position: relative;
	margin: 18px;
	padding: 8px;
	border: 0;
	border-radius: 8px;
	line-height: 0;
	background: transparent
}

.lau_top .close:active {
	background: var(--black-translucent-5)
}

@media(hover:hover) {
	.lau_top .close:hover {
		background: var(--black-translucent-5)
	}
}

.lau_top .close .lau_icon {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8)
}

.lau_top .close .lau_icon>i {
	background-color: var(--black-translucent-70)
}

.lau_origin {
	display: flex;
	position: absolute;
	height: 24px;
	top: 26px;
	right: 22px;
	align-items: center;
	-webkit-transition: border-bottom-color 83ms linear;
	-moz-transition: border-bottom-color 83ms linear;
	-o-transition: border-bottom-color 83ms linear;
	transition: border-bottom-color 83ms linear
}

.lau_origin>span {
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 2px;
	letter-spacing: 1px;
	color: var(--blue)
}

.lau_origin:hover>span {
	border-bottom: 1px solid;
	padding-bottom: 1px
}

.lau_origin>i {
	display: flex;
	font-size: 18px;
	margin-left: 6px;
	padding-bottom: 2px;
	color: var(--blue)
}

.lau_main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1;
	flex: 1;
	overflow-x: hidden
}

.lau_search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 278px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 5px;
	border: 1px solid var(--black-translucent-10);
	border-radius: 8px;
	background-color: var(--black-translucent-2);
	overflow: hidden
}

.lau_search_btn {
	margin-left: 4px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	cursor: inherit
}

.lau_search_btn.active {
	outline-offset: -5px;
	cursor: pointer
}

.lau_search_btn>i {
	font-size: 14px;
	color: var(--black)
}

.lau_search_btn>i.magnifier,
.lau_search_btn.active>i.close {
	display: block
}

.lau_search_btn.active>i.magnifier,
.lau_search_btn>i.close {
	display: none
}

.lau_search_textbox {
	font-size: 12px;
	height: 36px;
	width: 230px;
	padding: 0 5px;
	border: none;
	background-color: transparent;
	color: var(--black);
	outline: none !important
}

.lau_apps {
	-ms-flex: 1;
	flex: 1;
	margin-right: 6px;
	overflow-x: hidden;
	overflow-y: auto
}

.lau_apps_module {
	margin: 10px 15px 20px
}

.lau_apps_module.load {
	display: flex;
	height: 100%;
	margin: 0;
	padding-bottom: 50px;
	flex-direction: row;
	align-items: center;
	justify-content: center
}

.lau_apps_module .loader {
	display: inline-block;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	border-top: 2px solid rgb(0 0 0 / 70%);
	border-right: 2px solid transparent;
	-webkit-animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-o-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite
}

.dark .lau_apps_module .loader {
	border-top-color: rgb(255 255 255 / 70%)
}

.lau_apps_module .text {
	font-size: 13px;
	margin-left: 12px;
	margin-bottom: 0
}

.lau_apps_type {
	margin-bottom: 25px
}

.lau_apps_type h4 {
	font-weight: 700;
	margin-left: 8px;
	margin-bottom: 10px
}

.lau_apps_unit {
	display: flex;
	height: 48px;
	align-items: center;
	-webkit-transition: box-shadow 83ms linear;
	-moz-transition: box-shadow 83ms linear;
	-o-transition: box-shadow 83ms linear;
	transition: box-shadow 83ms linear;
	cursor: pointer
}

.lau_apps_unit.inactive {
	cursor: no-drop
}

.lau_apps_unit:active {
	border-color: #ccc;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
	background-color: var(--black-translucent-5)
}

@media(hover:hover) {
	.lau_apps_unit:hover {
		border-color: #ccc;
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
		background-color: var(--black-translucent-5);
		-webkit-transition: box-shadow 167ms linear;
		-moz-transition: box-shadow 167ms linear;
		-o-transition: box-shadow 167ms linear;
		transition: box-shadow 167ms linear
	}
}

.lau_apps_icon {
	margin: 0 15px
}

.lau_apps_icon img {
	height: 32px;
	width: 32px;
	pointer-events: none
}

.lau_apps_unit span {
	position: relative;
	font-size: 11px;
	padding: 2px 5px;
	margin-left: 18px;
	margin-right: 6px;
	border-radius: 4px;
	background-color: var(--blue);
	color: #fff
}

.lau_apps_unit.inactive .lau_apps_icon img,
.lau_apps_unit.inactive span {
	-webkit-filter: grayscale(100%);
	filter: gray
}

.lau_monitor {
	display: flex;
	height: 64px;
	padding: 0 25px;
	border: 0;
	box-shadow: 0 -1px 2px 0 var(--black-translucent-10);
	outline-offset: -5px;
	align-items: center;
	cursor: pointer
}

.lau_monitor>span {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 2px;
	letter-spacing: 1px;
	color: var(--blue);
	-webkit-transition: border-bottom-color 83ms linear;
	-moz-transition: border-bottom-color 83ms linear;
	-o-transition: border-bottom-color 83ms linear;
	transition: border-bottom-color 83ms linear
}

.lau_monitor:hover>span {
	padding-bottom: 1px;
	border-bottom: 1px solid
}

.lau_monitor>i {
	display: flex;
	font-size: 18px;
	margin-right: 12px;
	padding-bottom: 2px;
	color: var(--blue)
}

.popup {
	z-index: 991;
	position: fixed;
	top: 50%;
	left: 50%;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.popup.show {
	visibility: visible
}

.popup>.container {
	position: relative;
	min-height: 320px;
	min-width: 320px;
	padding: 30px 40px 40px;
	border-radius: 12px;
	box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
	background-color: var(--bg-secondary);
	color: var(--text-secondary);
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.popup.show>.container {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.popup_box {
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.popup_title {
	font-size: 24px;
	height: 30px;
	margin-bottom: 30px;
	padding-left: 4px;
	line-height: 30px;
	letter-spacing: 1.5px
}

.popup_entry {
	display: flex;
	position: relative;
	min-height: 190px;
	max-height: calc(var(--oheight) - 240px);
	padding: 0 10px;
	flex-direction: column;
	overflow-y: auto
}

#feedback {
	min-width: 480px;
	min-height: 240px;
	padding: 0
}

.popup_entry.load {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center
}

.popup_entry.load .loader {
	display: inline-block;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	border-top: 2px solid var(--text-secondary);
	border-right: 2px solid transparent;
	-webkit-animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-o-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite
}

.popup_entry.load .iconfont {
	font-size: 18px
}

.popup_entry.load .text {
	font-size: 13px;
	margin-left: 12px
}

.popup_close {
	z-index: 10;
	position: absolute;
	height: 50px;
	width: 50px;
	top: 15px;
	right: 20px;
	border-radius: 8px;
	background: transparent;
	-webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
	transition: background-color 100ms linear
}

.popup_close_icon {
	position: absolute;
	height: 24px;
	width: 24px;
	top: 13px;
	left: 13px
}

.popup_close:active {
	background-color: var(--black-translucent-10)
}

@media(hover:hover) {
	.popup_close:hover {
		background-color: var(--black-translucent-10)
	}
}

.popup_close_icon::before,
.popup_close_icon::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	border-radius: 4px;
	background: var(--text-secondary);
	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms
}

.popup_close_icon::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.popup_close_icon::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.popup_close:active>.popup_close_icon::before,
.popup_close:active>.popup_close_icon::after {
	background: var(--theme-color)
}

@media(hover:hover) {

	.popup_close:hover>.popup_close_icon::before,
	.popup_close:hover>.popup_close_icon::after {
		background: var(--theme-color)
	}
}

.popup_overlay {
	z-index: 990;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgb(0 0 0 / 50%);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.popup.show~.popup_overlay {
	opacity: 1;
	visibility: visible
}

@media screen and (max-width:767px) {
	.popup {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}

	.popup>.container {
		height: 100%;
		width: 100%;
		padding: 25px 20px;
		border-radius: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.popup.show>.container {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	.popup_title {
		font-size: 22px;
		margin-bottom: 20px;
		letter-spacing: 1px
	}

	.popup_entry {
		max-height: calc(var(--oheight) - 100px)
	}
}

@media screen and (max-width:539px) {
	#feedback {
		min-width: 100%
	}
}

.tips {
	z-index: 999;
	display: flex;
	position: fixed;
	bottom: 60px;
	left: 50%;
	flex-direction: column;
	gap: 12px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.tip {
	position: relative
}

.tip_unit {
	display: flex;
	position: relative;
	padding: 10px 20px;
	border: 1px solid;
	border-radius: 8px;
	align-items: center;
	overflow: hidden
}

.tip_unit::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgb(255 255 255 / 95%)
}

.tip_unit.info,
.tip_unit.loading {
	border-color: var(--blue);
	background-color: var(--blue);
	color: var(--blue)
}

.tip_unit.success {
	border-color: var(--green);
	background-color: var(--green);
	color: var(--green)
}

.tip_unit.warning {
	border-color: #ff9502;
	background-color: #ff9502;
	color: #ff9502
}

.tip_unit.error {
	border-color: var(--red);
	background-color: var(--red);
	color: var(--red)
}

@-webkit-keyframes tipFadeAnimation {
	0% {
		-webkit-transform: translateY(80%);
		transform: translateY(80%);
		opacity: 0
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@-moz-keyframes tipFadeAnimation {
	0% {
		-moz-transform: translateY(80%);
		transform: translateY(80%);
		opacity: 0
	}

	to {
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes tipFadeAnimation {
	0% {
		-ms-transform: translateY(80%);
		transform: translateY(80%);
		opacity: 0
	}

	to {
		-ms-transform: translateY(80%);
		transform: translateY(0);
		opacity: 1
	}
}

.tip_fade_in {
	-webkit-animation: tipFadeAnimation 300ms ease-out both;
	-moz-animation: tipFadeAnimation 300ms ease-out both;
	-o-animation: tipFadeAnimation 300ms ease-out both;
	animation: tipFadeAnimation 300ms ease-out both
}

.tip_fade_out {
	-webkit-animation: tipFadeAnimation 300ms linear reverse both;
	-moz-animation: tipFadeAnimation 300ms linear reverse both;
	-o-animation: tipFadeAnimation 300ms linear reverse both;
	animation: tipFadeAnimation 300ms linear reverse both
}

@-webkit-keyframes tipLoadAnimation {
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@-moz-keyframes tipLoadAnimation {
	100% {
		-moz-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@keyframes tipLoadAnimation {
	100% {
		-ms-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@-webkit-keyframes tipLoadCircleAnimation {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@-moz-keyframes tipLoadCircleAnimation {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

@keyframes tipLoadCircleAnimation {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px
	}
}

.tip_icon {
	display: flex;
	position: relative;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0
}

.tip_icon_load {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: tipLoadAnimation 2s linear infinite both;
	-moz-animation: tipLoadAnimation 2s linear infinite both;
	-o-animation: tipLoadAnimation 2s linear infinite both;
	animation: tipLoadAnimation 2s linear infinite both;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.tip_icon_load>circle {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke: var(--blue);
	-webkit-animation: tipLoadCircleAnimation 1.5s ease-in-out infinite;
	-moz-animation: tipLoadCircleAnimation 1.5s ease-in-out infinite;
	-o-animation: tipLoadCircleAnimation 1.5s ease-in-out infinite;
	animation: tipLoadCircleAnimation 1.5s ease-in-out infinite;
	stroke-linecap: round
}

.tip_text {
	z-index: 1;
	display: inline-block;
	font-size: 12px;
	width: 270px;
	padding: 0 20px;
	text-align: left
}

@media screen and (max-width:767px) {
	.tip_text {
		width: 240px
	}
}

@-webkit-keyframes tipOperLoadInfo {
	0% {
		stroke: var(--blue)
	}

	to {
		stroke: var(--blue);
		stroke-dasharray: 0 100
	}
}

@-moz-keyframes tipOperLoadInfo {
	0% {
		stroke: var(--blue)
	}

	to {
		stroke: var(--blue);
		stroke-dasharray: 0 100
	}
}

@keyframes tipOperLoadInfo {
	0% {
		stroke: var(--blue)
	}

	to {
		stroke: var(--blue);
		stroke-dasharray: 0 100
	}
}

@-webkit-keyframes tipOperLoadSuccess {
	0% {
		stroke: var(--green)
	}

	to {
		stroke: var(--green);
		stroke-dasharray: 0 100
	}
}

@-moz-keyframes tipOperLoadSuccess {
	0% {
		stroke: var(--green)
	}

	to {
		stroke: var(--green);
		stroke-dasharray: 0 100
	}
}

@keyframes tipOperLoadSuccess {
	0% {
		stroke: var(--green)
	}

	to {
		stroke: var(--green);
		stroke-dasharray: 0 100
	}
}

@-webkit-keyframes tipOperLoadWarning {
	0% {
		stroke: #ff9502
	}

	to {
		stroke: #ff9502;
		stroke-dasharray: 0 100
	}
}

@-moz-keyframes tipOperLoadWarning {
	0% {
		stroke: #ff9502
	}

	to {
		stroke: #ff9502;
		stroke-dasharray: 0 100
	}
}

@keyframes tipOperLoadWarning {
	0% {
		stroke: #ff9502
	}

	to {
		stroke: #ff9502;
		stroke-dasharray: 0 100
	}
}

@-webkit-keyframes tipOperLoadError {
	0% {
		stroke: var(--red)
	}

	to {
		stroke: var(--red);
		stroke-dasharray: 0 100
	}
}

@-moz-keyframes tipOperLoadError {
	0% {
		stroke: var(--red)
	}

	to {
		stroke: var(--red);
		stroke-dasharray: 0 100
	}
}

@keyframes tipOperLoadError {
	0% {
		stroke: var(--red)
	}

	to {
		stroke: var(--red);
		stroke-dasharray: 0 100
	}
}

.tip_oper {
	display: flex;
	position: relative;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center
}

.tip_oper_load {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tip_unit.info .tip_oper_load,
.tip_unit.loading .tip_oper_load {
	fill: var(--blue)
}

.tip_unit.success .tip_oper_load {
	fill: var(--green)
}

.tip_unit.warning .tip_oper_load {
	fill: #ff9502
}

.tip_unit.error .tip_oper_load {
	fill: var(--red)
}

.tip_oper_load_bg {
	stroke-width: 2;
	fill: none
}

.tip_oper_load_c {
	stroke-width: 2;
	stroke-linecap: square;
	fill: none;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.tip_pointer {
	cursor: pointer
}

.tips_oper_close {
	font-size: 12px !important
}

.feedback {
	display: flex;
	height: calc(100% - 135px);
	width: 100%;
	min-width: 800px;
	padding: 15px 10px;
	flex-direction: row;
	gap: 30px;
	overflow-x: hidden;
	overflow-y: auto
}

.feedback_row {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 14px
}

.feedback_unit {
	position: relative;
	margin-bottom: 10px
}

.feedback_unit.row {
	display: flex;
	gap: 30px
}

.feedback_unit.full {
	height: 100%
}

.feedback_title {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 2px
}

.feedback_title.required::after {
	content: '*';
	position: relative;
	font-size: 12px;
	top: -4px;
	left: 4px;
	color: var(--theme-color)
}

@media screen and (max-width:1279px) {
	.feedback {
		min-width: 700px
	}
}

@media screen and (max-width:959px) {
	.feedback {
		min-width: 600px;
		flex-direction: column;
		gap: 14px
	}
}

@media screen and (max-width:767px) {
	.feedback {
		min-width: 100%
	}
}

.feedback_filter {
	position: relative;
	width: 50%
}

.feedback_filter_selector {
	position: relative;
	height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.feedback_filter_reveal {
	display: block;
	font-size: 13px;
	height: 100%;
	width: 100%;
	padding: 8px 30px 8px 16px;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid var(--line-secondary);
	border-radius: 8px;
	background-color: var(--black-translucent-1);
	color: var(--text-secondary);
	-webkit-transition: border-color 300ms, background-color 300ms;
	-moz-transition: border-color 300ms, background-color 300ms;
	-o-transition: border-color 300ms, background-color 300ms;
	transition: border-color 300ms, background-color 300ms;
	overflow: hidden
}

.feedback_filter_selector.error .feedback_filter_reveal {
	border: 1px solid var(--red)
}

.feedback_filter_selector.inactive .feedback_filter_reveal {
	background-color: var(--black-translucent-5);
	cursor: no-drop
}

@media(hover:hover) {
	.feedback_filter_reveal:hover {
		border-color: var(--line-tertiary);
		background-color: var(--black-translucent-5)
	}

	.feedback_filter_selector.inactive .feedback_filter_reveal:hover {
		border-color: var(--line-secondary);
		background-color: var(--black-translucent-5)
	}
}

.feedback_filter_reveal::after {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 16px;
	right: 10px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid var(--black-translucent-30);
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms
}

.feedback_filter_selector.active .feedback_filter_reveal::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.feedback_filter_down {
	z-index: 10;
	position: absolute;
	width: 100%;
	margin-top: 5px;
	border: 1px solid var(--line-tertiary);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
	background-color: var(--bg-secondary);
	-webkit-transform: translateY(-2%);
	-moz-transform: translateY(-2%);
	-o-transform: translateY(-2%);
	-ms-transform: translateY(-2%);
	transform: translateY(-2%);
	-webkit-transition: transform 300ms, opacity 300ms;
	-moz-transition: transform 300ms, opacity 300ms;
	-o-transition: transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms;
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.feedback_filter_selector.active .feedback_filter_down {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}

.feedback_filter_options {
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto
}

.feedback_filter_option {
	font-size: 13px;
	width: 100%;
	padding: 10px 18px;
	line-height: 24px;
	border-bottom: 1px solid var(--line-secondary);
	color: var(--text-secondary);
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer
}

.feedback_filter_options .feedback_filter_option:last-child {
	border-bottom: none
}

@media(hover:hover) {
	.feedback_filter_option:hover {
		background: var(--black-translucent-5);
		color: var(--theme-color)
	}
}

.feedback_filter_option.active {
	text-shadow: 0 .1rem .5rem rgb(0 0 0 / 80%);
	background-color: var(--theme-color) !important;
	color: #fff;
	cursor: initial
}

@media screen and (min-width:960px) {
	#filterContact .feedback_filter_down {
		bottom: 40px;
		margin-top: 0;
		margin-bottom: 5px;
		box-shadow: 0 -5px 10px rgb(0 0 0 / 30%)
	}
}

.feedback_textbox {
	position: relative;
	height: 40px;
	width: 100%
}

.feedback_textbox.long {
	height: calc(100% - 36px)
}

.feedback_textbox textarea {
	height: 40px;
	width: 100%;
	padding: 8px 30px 8px 16px;
	line-height: 22px;
	border: 1px solid var(--line-secondary);
	border-radius: 8px;
	background-color: var(--black-translucent-1);
	color: var(--text-secondary);
	outline: 0;
	-webkit-transition: border-color 300ms, background-color 300ms;
	-moz-transition: border-color 300ms, background-color 300ms;
	-o-transition: border-color 300ms, background-color 300ms;
	transition: border-color 300ms, background-color 300ms;
	overflow: hidden;
	resize: none
}

.feedback_textbox.long textarea {
	height: 100%;
	min-height: 120px
}

.feedback_textbox.active textarea {
	border-color: var(--line-tertiary);
	background-color: var(--black-translucent-5)
}

.feedback_textbox.error textarea {
	border: 1px solid var(--red)
}

.feedback_textbox.inactive textarea {
	background-color: var(--black-translucent-5);
	cursor: no-drop
}

.feedback_counter {
	position: absolute;
	font-size: 12px;
	right: 12px;
	bottom: 8px;
	color: var(--text-quaternary)
}

.feedback_contact {
	display: flex;
	height: 40px;
	border-radius: 8px
}

.feedback_contact .feedback_filter_selector {
	width: 40%
}

.feedback_contact .feedback_textbox {
	width: 60%
}

.feedback_contact .feedback_filter_reveal {
	border-right-width: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.feedback_contact .feedback_textbox textarea {
	border-left-width: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.feedback_error {
	display: none;
	position: absolute;
	font-size: 12px;
	bottom: -24px;
	line-height: 18px;
	color: var(--red);
	white-space: nowrap
}

.feedback_submit_policy .feedback_error {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.feedback_filter_selector.error .feedback_error,
.feedback_textbox.error .feedback_error,
.feedback_submit_policy.error .feedback_error {
	display: block
}

.feedback_error i {
	position: relative;
	font-size: 18px;
	top: 2px;
	margin-right: 2px
}

.feedback_submit {
	display: flex;
	position: relative;
	height: 135px;
	width: 100%;
	min-height: 135px;
	padding-bottom: 15px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 35px;
	overflow: hidden
}

.feedback_submit_policy {
	display: flex;
	position: relative;
	padding-top: 20px;
	align-items: center
}

.feedback_submit_policy input {
	position: absolute;
	height: 16px;
	width: 16px;
	left: 0;
	top: 1px;
	opacity: 0
}

.feedback_submit_checkbox {
	z-index: 1;
	display: inline-block;
	height: 16px;
	width: 16px;
	border: 1px solid var(--line-secondary);
	border-radius: 2px;
	margin-right: 12px;
	box-sizing: border-box;
	vertical-align: middle;
	background: url('../fonts/tick.svg') no-repeat center;
	background-size: 0;
	background-color: var(--black-translucent-1);
	-webkit-transition: background-size 100ms;
	-moz-transition: background-size 100ms;
	-o-transition: background-size 100ms;
	transition: background-size 100ms;
	cursor: pointer
}

.feedback_submit_policy input:checked+.feedback_submit_checkbox {
	background-size: 14px;
	background-color: var(--theme-color)
}

.feedback_submit_policy input:focus~.feedback_submit_checkbox {
	border-color: var(--theme-color);
	-webkit-box-shadow: 0 0 0 2px var(--theme-color);
	box-shadow: 0 0 0 2px var(--theme-color);
	outline: none
}

.feedback_submit_policy.error .feedback_submit_checkbox {
	border-color: var(--red)
}

.feedback_submit_policy.inactive .feedback_submit_checkbox {
	background-color: var(--black-translucent-5) !important;
	cursor: no-drop
}

.feedback_submit_label {
	font-size: 13px
}

.feedback_submit_label a {
	margin: 0 4px;
	border-bottom: 1px solid transparent;
	color: var(--theme-color)
}

.feedback_submit_label a:hover {
	border-color: var(--theme-color)
}

.feedback_submit_launcher {
	font-size: 12px;
	min-width: 100px;
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	letter-spacing: .5px;
	text-align: center;
	white-space: nowrap;
	--airplane-text-opacity: 1;
	--airplane-success: var(--text-secondary);
	--airplane-success-scale: .2;
	--airplane-success-opacity: 0;
	--airplane-border-radius: 8;
	--airplane-overflow: hidden;
	--airplane-rotate: 0;
	--airplane-plane-x: 0;
	--airplane-plane-y: 0;
	--airplane-plane-opacity: 1;
	--airplane-left-wing-background: var(--theme-color);
	--airplane-left-wing-first-x: 0;
	--airplane-left-wing-first-y: 0;
	--airplane-left-wing-second-x: 50;
	--airplane-left-wing-second-y: 0;
	--airplane-left-wing-third-x: 0;
	--airplane-left-wing-third-y: 100;
	--airplane-left-body-background: var(--theme-color);
	--airplane-left-body-first-x: 50;
	--airplane-left-body-first-y: 0;
	--airplane-left-body-second-x: 50;
	--airplane-left-body-second-y: 100;
	--airplane-left-body-third-x: 0;
	--airplane-left-body-third-y: 100;
	--airplane-right-wing-background: var(--theme-color);
	--airplane-right-wing-first-x: 50;
	--airplane-right-wing-first-y: 0;
	--airplane-right-wing-second-x: 100;
	--airplane-right-wing-second-y: 0;
	--airplane-right-wing-third-x: 100;
	--airplane-right-wing-third-y: 100;
	--airplane-right-body-background: var(--theme-color);
	--airplane-right-body-first-x: 50;
	--airplane-right-body-first-y: 0;
	--airplane-right-body-second-x: 50;
	--airplane-right-body-second-y: 100;
	--airplane-right-body-third-x: 100;
	--airplane-right-body-third-y: 100;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	background: none;
	color: #fff;
	transform: rotate(calc(var(--airplane-rotate) * 1deg)) translateZ(0);
	outline-offset: 5px
}

.feedback_submit_launcher.active,
.feedback_submit_launcher.wait,
.feedback_submit_launcher.error {
	cursor: initial
}

.feedback_submit_launcher .left,
.feedback_submit_launcher .right {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: var(--airplane-plane-opacity);
	transform: translate(calc(var(--airplane-plane-x) * 1px), calc(var(--airplane-plane-y) * 1px)) translateZ(0)
}

.feedback_submit_launcher .left:before,
.feedback_submit_launcher .left:after,
.feedback_submit_launcher .right:before,
.feedback_submit_launcher .right:after {
	content: '';
	z-index: var(--airplane-z-index, 2);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: calc(var(--airplane-border-radius) * 1px);
	-webkit-transition: background 400ms;
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	transition: background 400ms;
	transform: translate(var(--airplane-x, 0.4%), var(--airplane-y, 0)) translateZ(0);
	background: var(--airplane-background, var(--airplane-left-wing-background));
	-webkit-clip-path: polygon(calc(var(--airplane-first-x, var(--airplane-left-wing-first-x)) * 1%) calc(var(--airplane-first-y, var(--airplane-left-wing-first-y)) * 1%), calc(var(--airplane-second-x, var(--airplane-left-wing-second-x)) * 1%) calc(var(--airplane-second-y, var(--airplane-left-wing-second-y)) * 1%), calc(var(--airplane-third-x, var(--airplane-left-wing-third-x)) * 1%) calc(var(--airplane-third-y, var(--airplane-left-wing-third-y)) * 1%));
	clip-path: polygon(calc(var(--airplane-first-x, var(--airplane-left-wing-first-x)) * 1%) calc(var(--airplane-first-y, var(--airplane-left-wing-first-y)) * 1%), calc(var(--airplane-second-x, var(--airplane-left-wing-second-x)) * 1%) calc(var(--airplane-second-y, var(--airplane-left-wing-second-y)) * 1%), calc(var(--airplane-third-x, var(--airplane-left-wing-third-x)) * 1%) calc(var(--airplane-third-y, var(--airplane-left-wing-third-y)) * 1%))
}

.feedback_submit_launcher .left:after {
	--airplane-x: 0;
	--airplane-z-index: 1;
	--airplane-background: var(--airplane-left-body-background);
	--airplane-first-x: var(--airplane-left-body-first-x);
	--airplane-first-y: var(--airplane-left-body-first-y);
	--airplane-second-x: var(--airplane-left-body-second-x);
	--airplane-second-y: var(--airplane-left-body-second-y);
	--airplane-third-x: var(--airplane-left-body-third-x);
	--airplane-third-y: var(--airplane-left-body-third-y)
}

.feedback_submit_launcher .right:before {
	--airplane-x: -.4%;
	--airplane-z-index: 2;
	--airplane-background: var(--airplane-right-wing-background);
	--airplane-first-x: var(--airplane-right-wing-first-x);
	--airplane-first-y: var(--airplane-right-wing-first-y);
	--airplane-second-x: var(--airplane-right-wing-second-x);
	--airplane-second-y: var(--airplane-right-wing-second-y);
	--airplane-third-x: var(--airplane-right-wing-third-x);
	--airplane-third-y: var(--airplane-right-wing-third-y)
}

.feedback_submit_launcher .right:after {
	--airplane-x: 0;
	--airplane-z-index: 1;
	--airplane-background: var(--airplane-right-body-background);
	--airplane-first-x: var(--airplane-right-body-first-x);
	--airplane-first-y: var(--airplane-right-body-first-y);
	--airplane-second-x: var(--airplane-right-body-second-x);
	--airplane-second-y: var(--airplane-right-body-second-y);
	--airplane-third-x: var(--airplane-right-body-third-x);
	--airplane-third-y: var(--airplane-right-body-third-y)
}

.feedback_submit_launcher:hover .left:before,
.feedback_submit_launcher:hover .left:after,
.feedback_submit_launcher:hover .right:before,
.feedback_submit_launcher:hover .right:after {
	background: var(--theme-color-hover)
}

.feedback_submit_launcher.active:hover .left:before,
.feedback_submit_launcher.active:hover .left:after,
.feedback_submit_launcher.active:hover .right:before,
.feedback_submit_launcher.active:hover .right:after {
	background: var(--airplane-background, var(--airplane-left-wing-background)) !important
}

.feedback_submit_launcher.error .left:before,
.feedback_submit_launcher.error .left:after,
.feedback_submit_launcher.error .right:before,
.feedback_submit_launcher.error .right:after,
.feedback_submit_launcher.error:hover .left:before,
.feedback_submit_launcher.error:hover .left:after,
.feedback_submit_launcher.error:hover .right:before,
.feedback_submit_launcher.error:hover .right:after {
	background: var(--red)
}

.feedback_submit_launcher span {
	z-index: 4;
	display: block;
	position: relative;
	opacity: var(--airplane-text-opacity)
}

.feedback_submit_launcher span.success {
	z-index: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	color: var(--airplane-success);
	transform: rotate(calc(var(--airplane-rotate) * -1deg)) scale(var(--airplane-success-scale)) translateZ(0);
	opacity: var(--airplane-success-opacity)
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype')
}

.iconfont {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}