body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: system;
	overflow: hidden;
}

:root {
	--mask: .15;
	--blur: 0;
}

::selection {
	background: #00000055;
	color: #ffffffb3;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

*:before,
*:after {
	box-sizing: border-box;
	;
	display: block;
}

icon {
	height: 24px;
	width: 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: sub;
	transition: all .3s;
}

button {
	cursor: pointer;
	user-select: none;
}
a{
	color: inherit;
    text-decoration: auto;
}

::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: #ffffff4d;
}

::-webkit-scrollbar-thumb:hover {
	background: #ffffffb3;
}
.flex{
	display: flex;
}
:root {
	--box-shadow-1: 0 1px 2px -2px rgba(0, 0, 0, .08), 0 3px 6px 0 rgba(0, 0, 0, .06), 0 5px 12px 4px rgba(0, 0, 0, .04);
	--box-shadow-2: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
	--box-shadow-3: 0 6px 16px -9px rgba(0, 0, 0, .08), 0 9px 28px 0 rgba(0, 0, 0, .05), 0 12px 48px 16px rgba(0, 0, 0, .03);
}

.message-wallpaper {
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	width: 100vw;
	top: 0;
	pointer-events: none;
}

.message.out {
	margin-top: -42px;
	transform: scale(.5);
	opacity: 0;
}

.message {
	pointer-events: auto;
	height: auto;
	min-height: 42px;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00000080;
	backdrop-filter: blur(12px);
	box-shadow: var(--box-shadow-2);
	border-radius: 8px;
	border: 1px solid transparent;
	margin-top: 12px;
	padding: 0px 12px;
	cursor: pointer;
	user-select: none;
	transition: all .3s;
	animation: messagein .3s;
	transform-origin: top center;
	word-break: break-all;
	max-width: calc(100vw - 42px);
	z-index: 9999;
	color: #ffffffcc;
}

@keyframes messagein {
	0% {
		transform: scale(.5) translateY(-12px);
		opacity: .5;
	}
	100% {
		transform: scale(1) translateY(0);
		opacity: 1;
	}
}

.message .message-icon {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-right: 8px;
	flex: none;
	transform: scale(1.1);
}

.message .danger.message-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF4D6A' fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M8.97 8.97a.75.75 0 0 1 1.06 0L12 10.94l1.97-1.97a.75.75 0 0 1 1.06 1.06L13.06 12l1.97 1.97a.75.75 0 0 1-1.06 1.06L12 13.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L10.94 12l-1.97-1.97a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.message .success.message-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%232DD280' fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-5.97-3.03a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 1 1 1.06-1.06l1.47 1.47 2.235-2.235L14.97 8.97a.75.75 0 0 1 1.06 0' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.message .warning.message-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF974D' fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-10 5.75a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75M12 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.message .primary.message-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%2369F' fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-10 5.75a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75M12 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2' clip-rule='evenodd'/%3E%3C/svg%3E");
}


/**/

.avator {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #00000030;
	cursor: pointer;
	user-select: none;
	color: #ffffffcc;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/**/

*[tooltip] {
	display: inline-flex;
	position: relative;
	box-sizing: border-box;
}

*[tooltip][top],
*[tooltip][bottom] {
	justify-content: center;
}

*[tooltip][left],
*[tooltip][right] {
	align-items: center;
}

.tooltip {
	position: absolute;
	padding: 6px 12px;
	background: black;
	color: white;
	border-radius: 6px;
	word-break: keep-all;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 8px 0 rgba(0, 0, 0, .04), 0 9px 24px 4px rgba(0, 0, 0, .05);
	font-size: 12px;
	z-index: 99;
	user-select: none;
}

.tooltip.top {
	bottom: calc(100% );
	transform-origin: bottom center;
}

.tooltip.bottom {
	top: calc(100% );
	transform-origin: top center;
}

.tooltip.left {
	right: calc(100% );
	transform-origin: right center;
}

.tooltip.right {
	left: calc(100% );
	transform-origin: left center;
}

.tooltip.topleft {
	bottom: calc(100% );
	left: 0;
	transform-origin: left bottom;
}

.tooltip.topright {
	bottom: calc(100% );
	right: 0;
	transform-origin: right bottom;
}

.tooltip.bottomleft {
	top: calc(100% );
	left: 0;
	transform-origin: left top;
}

.tooltip.bottomright {
	top: calc(100% );
	right: 0;
	transform-origin: right top;
}

.tooltip.lefttop {
	right: calc(100% );
	top: 0;
	transform-origin: right top;
}

.tooltip.leftbottom {
	right: calc(100% );
	bottom: 0;
	transform-origin: right bottom;
}

.tooltip.righttop {
	left: calc(100% );
	top: 0;
	transform-origin: left top;
}

.tooltip.rightbottom {
	left: calc(100% );
	bottom: 0;
	transform-origin: left bottom;
}

@keyframes tooltip-in {
	0% {
		opacity: 0;
		transform: scale(.8);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes tooltip-out {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(.8);
	}
}


/*//////////*/

.tab {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.tabs {
	position: relative;
	padding: 4px;
	border-radius: 8px;
	width: 100%;
	background-color: #f7f7fa;
	transition: all .3s;
	display: flex;
	align-items: center;
}

.tab-btn {
	cursor: pointer;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 0;
	z-index: 2;
	transition: all .3s;
	user-select: none;
	color: #00000055;
}

.tab-pane {
	padding: 12px 0;
}

.tab-indicator {
	position: absolute;
	top: 4px;
	background: #ffffff;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	border-radius: 6px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
	z-index: 1;
}

.tab-btn.active {
	color: #000000;
}

.tab-content {
	position: relative;
	display: flex;
}

.tab[vertical] {
	display: flex;
}

.tab[vertical] .tabs {
	display: flex;
	flex-direction: column;
	width: auto;
	gap: 2px;
}

.tab[vertical] .tabs .tab-btn {
	padding: 10px 16px;
    width: 100%;
    flex: none;
}

.tab[vertical] .tab-pane {
	padding: 8px;
	animation: enterLeft .3s;
}

.exit-left {
	animation: exitLeft .3s;
}

.exit-right {
	animation: exitRight .3s;
}

.enter-left {
	animation: enterLeft .3s;
}

.enter-right {
	animation: enterRight .3s;
}

@keyframes exitLeft {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-36px);
		margin-left: -18px;
		opacity: 0;
	}
}

@keyframes exitRight {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(36px);
		opacity: 0;
		margin-left: 18px;
	}
}

@keyframes enterLeft {
	from {
		transform: translateX(36px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes enterRight {
	from {
		transform: translateX(-36px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}