@supports not (color: var(--adm-color-text)) {
	.adm-button {
		background-color: #fff;
		border: 1px solid #eee;
		border-radius: 4px;
		color: #333;
		font-size: 17px;
	}
	.adm-button:before {
		border: 1px solid #000;
		border-radius: 4px;
		transform: translate(-1px, -1px);
	}
	.adm-button-default.adm-button-fill-outline {
		background-color: initial;
		border-color: #333;
	}
	.adm-button-default.adm-button-fill-none {
		background-color: initial;
		border-width: 0;
	}
	.adm-button:not(.adm-button-default) {
		color: #fff;
	}
	.adm-button:not(.adm-button-default).adm-button-fill-outline {
		background-color: initial;
	}
	.adm-button:not(.adm-button-default).adm-button-fill-none {
		background-color: initial;
		border-width: 0;
	}
	.adm-button-primary {
		background-color: #1677ff;
		border-color: #1677ff;
	}
	.adm-button-primary.adm-button-fill-none,
	.adm-button-primary.adm-button-fill-outline {
		color: #1677ff;
	}
	.adm-button-success {
		background-color: #00b578;
		border-color: #00b578;
	}
	.adm-button-success.adm-button-fill-none,
	.adm-button-success.adm-button-fill-outline {
		color: #00b578;
	}
	.adm-button-danger {
		background-color: #ff3141;
		border-color: #ff3141;
	}
	.adm-button-danger.adm-button-fill-none,
	.adm-button-danger.adm-button-fill-outline {
		color: #ff3141;
	}
	.adm-button-warning {
		background-color: #ff8f1f;
		border-color: #ff8f1f;
	}
	.adm-button-warning.adm-button-fill-none,
	.adm-button-warning.adm-button-fill-outline {
		color: #ff8f1f;
	}
	.adm-button.adm-button-mini {
		font-size: 13px;
	}
	.adm-button.adm-button-small {
		font-size: 15px;
		padding-bottom: 3px;
		padding-top: 3px;
	}
	.adm-button.adm-button-large {
		font-size: 18px;
		padding-bottom: 11px;
		padding-top: 11px;
	}
	.adm-button.adm-button-shape-rounded,
	.adm-button.adm-button-shape-rounded:before {
		border-radius: 1000px;
	}
	.adm-button.adm-button-shape-rectangular {
		border-radius: 0;
	}
	.adm-cascader .adm-cascader-view-content {
		height: 310px;
	}
	.adm-center-popup {
		z-index: 1000;
	}
	.adm-center-popup-wrap {
		max-width: 75vw;
		min-width: 280px;
	}
	.adm-center-popup-body {
		background-color: #fff;
		border-radius: 8px;
	}
	.adm-error-block-image {
		height: 100px;
		width: auto;
	}
	.adm-error-block-description {
		font-size: var(--adm-font-size-4);
	}
	.adm-error-block-description-title {
		font-size: var(--adm-font-size-7);
	}
	.adm-error-block-full-page {
		padding-top: calc(50vh - 200px);
	}
	.adm-error-block-full-page .adm-error-block-image {
		height: 200px;
		width: auto;
	}
	.adm-error-block-full-page .adm-error-block-description {
		font-size: var(--adm-font-size-main);
	}
	.adm-error-block-full-page .adm-error-block-description-title {
		color: #333;
	}
	.adm-image {
		height: auto;
		width: auto;
	}
	.adm-image-tip {
		background-color: #f5f5f5;
	}
	.adm-image-tip > svg {
		color: #999;
	}
	.adm-mask {
		z-index: 1000;
	}
	.adm-modal-body {
		font-size: 14px;
	}
	.adm-modal-title {
		font-size: 18px;
	}
	.adm-modal-content {
		color: #333;
		font-size: 15px;
	}
	.adm-modal-close {
		color: #999;
		font-size: 18px;
	}
	.adm-modal-footer.adm-space.adm-space-vertical
		> .adm-space-item.adm-space-item {
		margin-bottom: 20px;
	}
	.adm-modal-footer.adm-space.adm-space-vertical
		> .adm-space-item.adm-space-item:last-child {
		margin-bottom: 0;
	}
	.adm-modal-footer .adm-modal-button {
		font-size: 18px;
	}
	.adm-page-indicator-dot {
		background: rgba(0, 0, 0, 0.2);
		border-radius: 1px;
		height: 3px;
		width: 3px;
	}
	.adm-page-indicator-dot-active {
		background: #1677ff;
		border-radius: 1px;
	}
	.adm-page-indicator-color-white
		.adm-page-indicator-dot-active.adm-page-indicator-dot-active {
		background: #fff;
	}
	.adm-page-indicator-horizontal .adm-page-indicator-dot {
		margin-right: 3px;
	}
	.adm-page-indicator-horizontal .adm-page-indicator-dot-active {
		width: 13px;
	}
	.adm-page-indicator-vertical .adm-page-indicator-dot {
		margin-bottom: 3px;
	}
	.adm-page-indicator-vertical .adm-page-indicator-dot-active {
		height: 13px;
	}
	.adm-popover-menu.adm-popover .adm-popover-inner-content {
		padding: 0 !important;
	}
	.adm-popover-menu-item-text {
		border-top: 1px solid #eee;
	}
	.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
		background-color: #eee;
	}
	.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after {
		border-bottom: 1px solid #eee;
	}
	.adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu
		.adm-popover-menu-item-text {
		border-color: #333;
	}
	.adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu
		.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
		background-color: #333;
	}
	.adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu
		.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after {
		border-color: #333;
	}
	.adm-popover.adm-popover-dark.adm-popover-menu.adm-popover-menu
		.adm-popover-inner.adm-popover-inner.adm-popover-inner {
		background-color: rgba(0, 0, 0, 0.9);
	}
	.adm-popover {
		color: #333;
		z-index: 1030;
	}
	.adm-popover.adm-popover-dark {
		color: #fff;
	}
	.adm-popover.adm-popover-dark .adm-popover-inner {
		background-color: rgba(0, 0, 0, 0.75);
	}
	.adm-popover-inner {
		background-color: #fff;
		font-size: 15px;
	}
	.adm-popover-inner-content {
		padding: 8px 12px;
	}
	.adm-popover-arrow {
		display: none !important;
	}
	.adm-scroll-mask-left {
		background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
	}
	.adm-scroll-mask-right {
		background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
	}
	.adm-space-vertical > .adm-space-item {
		margin-bottom: 8px;
	}
	.adm-space-horizontal > .adm-space-item {
		margin-right: 8px;
	}
	.adm-space-horizontal.adm-space-wrap {
		flex-wrap: wrap;
		margin-bottom: -8px;
	}
	.adm-space-horizontal.adm-space-wrap > .adm-space-item {
		padding-bottom: 8px;
	}
	.adm-segmented {
		background-color: #f5f5f5;
		color: #666;
		transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.adm-segmented-item {
		transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.adm-segmented-item-selected {
		background-color: #fff;
		box-shadow:
			0 2px 8px -2px rgba(0, 0, 0, 0.05),
			0 1px 4px -1px rgba(0, 0, 0, 0.07),
			0 0 1px 0 rgba(0, 0, 0, 0.08);
		color: #333;
	}
	.adm-segmented-item-disabled {
		color: #999;
	}
	.adm-segmented-thumb {
		background-color: #fff;
		box-shadow:
			0 2px 8px -2px rgba(0, 0, 0, 0.05),
			0 1px 4px -1px rgba(0, 0, 0, 0.07),
			0 0 1px 0 rgba(0, 0, 0, 0.08);
	}
	.adm-segmented-thumb-motion-appear-active {
		transition:
			transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
			width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.segmented-disabled-item {
		color: #999;
	}
	.segmented-item-selected {
		background-color: #fff;
		box-shadow:
			0 2px 8px -2px rgba(0, 0, 0, 0.05),
			0 1px 4px -1px rgba(0, 0, 0, 0.07),
			0 0 1px 0 rgba(0, 0, 0, 0.08);
	}
	.adm-spin-loading {
		height: 32px;
		width: 32px;
	}
	.adm-spin-loading-svg {
		animation: adm-spin-loading-rotate 0.8s linear infinite;
		height: 100%;
		width: 100%;
	}
	.adm-spin-loading-svg > .adm-spin-loading-fill {
		stroke: #999;
	}
	.adm-swiper {
		border-radius: 0;
		display: block;
		height: auto;
		width: 100%;
	}
	.adm-swiper-track {
		padding: 0;
	}
	.adm-swiper-horizontal .adm-swiper-track {
		transform: translateX(0);
	}
	.adm-swiper-horizontal .adm-swiper-track-inner {
		width: 100%;
	}
	.adm-swiper-vertical .adm-swiper-track {
		transform: translateY(0);
	}
	.adm-swiper-vertical .adm-swiper-track-inner {
		height: 100%;
	}
	.adm-tabs-header {
		border-bottom: 1px solid #eee;
	}
	.adm-tabs-tab {
		font-size: 17px;
	}
	.adm-tabs-tab-active {
		color: #1677ff;
	}
	.adm-tabs-tab-line {
		background: #1677ff;
		border-radius: 2px;
		height: 2px;
	}
	.adm-tabs-content {
		padding: 12px;
	}
	.adm-tabs-header-mask-left {
		background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
	}
	.adm-tabs-header-mask-right {
		background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
	}
	.adm-toast-mask .adm-toast-main {
		font-size: 15px;
	}
	.adm-toast-loading.adm-toast-loading {
		height: 48px;
		margin: 0 auto 8px;
		width: 48px;
	}
	.adm-toast-loading.adm-toast-loading .adm-spin-loading-fill {
		stroke: #fff;
	}
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #0d131c !important;
	background: var(--preload-body-bg, #0d131c) !important;
	color: #fff;
}
:root:root {
	--design-block-bg: #261b32;
	--design-button-bg: #332442;
	--design-blur-color: #332442;
	--design-input-border-color: #332442;
	--design-box-shadow:
		0 1px 2px -2px rgba(0, 0, 0, 0.64), 0 3px 6px 0 rgba(0, 0, 0, 0.48),
		0 5px 12px 4px rgba(0, 0, 0, 0.36);
	--adm-color-primary: var(--adm-color-primary, #7a0707);
	--adm-color-primary-light: var(--adm-color-primary-light, #e86501);
	--adm-color-success: #00b578;
	--adm-color-warning: #ff8f1f;
	--adm-color-danger: #ff3141;
	--adm-color-white: #fff;
	--adm-color-text: var(--design-text-color, #fff);
	--adm-color-text-secondary: #666;
	--adm-color-weak: #999;
	--adm-color-light: #ccc;
	--adm-color-border: #eee;
	--adm-color-box: #f5f5f5;
	--adm-color-background: #fff;
	--adm-font-size-main: var(--adm-font-size-5);
	--adm-font-family: inherit;
	--adm-button-border-radius: var(--design-border-radius, 10px);
	--adm-center-popup-background-color: transparent;
	--adm-button-border-color: transparent;
}
.ant-picker-panels > :first-child button.ant-picker-header-next-btn,
.ant-picker-panels > :first-child button.ant-picker-header-super-next-btn {
	visibility: visible !important;
}
.ant-picker-panels > :last-child {
	display: none !important;
}
.ant-picker-footer,
.ant-picker-panel-container {
	width: 280px !important;
}
.ant-picker-footer-extra > div {
	flex-wrap: wrap !important;
}
.ant-table,
.ant-table .ant-table-thead .ant-table-cell {
	background-color: initial !important;
}
.ant-layout {
	background: transparent;
}
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
	background: transparent !important;
}
.adm-space-item,
.ant-form {
	color: hsla(0, 0%, 100%, 0.85) !important;
	color: var(--design-text-color, hsla(0, 0%, 100%, 0.85)) !important;
}
::-webkit-scrollbar {
	height: 4px;
	width: 4px;
}
::-webkit-scrollbar,
::-webkit-scrollbar-track {
	background-color: rgba(13, 19, 28, 0.8);
	border-radius: 2px;
}
::-webkit-scrollbar-thumb {
	background-color: #2a3546;
	border-radius: 2px;
}
[class*='ant-'] input::-ms-clear,
[class*='ant-'] input::-ms-reveal,
[class*='ant-']::-ms-clear,
[class^='ant-'] input::-ms-clear,
[class^='ant-'] input::-ms-reveal,
[class^='ant-']::-ms-clear {
	display: none;
}
body,
html {
	height: 100%;
	width: 100%;
}
input::-ms-clear,
input::-ms-reveal {
	display: none;
}
*,
:after,
:before {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	line-height: 1.15;
}
@-ms-viewport {
	width: device-width;
}
body {
	font-feature-settings: 'tnum', 'tnum';
	background-color: #000;
	color: hsla(0, 0%, 100%, 0.85);
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Helvetica Neue,
		Arial,
		Noto Sans,
		sans-serif,
		Apple Color Emoji,
		Segoe UI Emoji,
		Segoe UI Symbol,
		Noto Color Emoji;
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	margin: 0;
}
[tabindex='-1']:focus {
	outline: none !important;
}
hr {
	box-sizing: initial;
	height: 0;
	overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: hsla(0, 0%, 100%, 0.85);
	font-weight: 500;
	margin-bottom: 0.5em;
	margin-top: 0;
}
p {
	margin-bottom: 1em;
	margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1em;
}
input[type='number'],
input[type='password'],
input[type='text'],
textarea {
	-webkit-appearance: none;
}
dl,
ol,
ul {
	margin-bottom: 1em;
	margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 500;
}
dd {
	margin-bottom: 0.5em;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1em;
}
dfn {
	font-style: italic;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: initial;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: initial;
	color: #7a0707;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	transition: color 0.3s;
}
a:hover {
	color: #1d5ca7;
}
a:active {
	color: #4795e8;
}
a:active,
a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
}
a[disabled] {
	color: hsla(0, 0%, 100%, 0.3);
	cursor: not-allowed;
}
code,
kbd,
pre,
samp {
	font-family:
		SFMono-Regular,
		Consolas,
		Liberation Mono,
		Menlo,
		Courier,
		monospace;
	font-size: 1em;
}
pre {
	margin-bottom: 1em;
	margin-top: 0;
	overflow: auto;
}
figure {
	margin: 0 0 1em;
}
img {
	border-style: none;
	vertical-align: middle;
}
[role='button'],
a,
area,
button,
input:not([type='range']),
label,
select,
summary,
textarea {
	touch-action: manipulation;
}
table {
	border-collapse: collapse;
}
caption {
	caption-side: bottom;
	color: hsla(0, 0%, 100%, 0.45);
	padding-bottom: 0.3em;
	padding-top: 0.75em;
	text-align: left;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
	-webkit-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;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend {
	color: inherit;
	display: block;
	font-size: 1.5em;
	line-height: inherit;
	margin-bottom: 0.5em;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}
progress {
	vertical-align: initial;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: none;
	outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
mark {
	background-color: #2b2611;
	padding: 0.2em;
}
::-moz-selection {
	background: #7a0707;
	color: #fff;
}
::selection {
	background: #7a0707;
	color: #fff;
}
.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.anticon {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-style: normal;
	line-height: 0;
	text-align: center;
	text-rendering: optimizelegibility;
	text-transform: none;
	vertical-align: -0.125em;
}
.anticon > * {
	line-height: 1;
}
.anticon svg {
	display: inline-block;
}
.anticon:before {
	display: none;
}
.anticon .anticon-icon {
	display: block;
}
.anticon > .anticon {
	line-height: 0;
	vertical-align: 0;
}
.anticon[tabindex] {
	cursor: pointer;
}
.anticon-spin,
.anticon-spin:before {
	animation: loadingCircle 1s linear infinite;
	display: inline-block;
}
.ant-fade-appear,
.ant-fade-enter,
.ant-fade-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-fade-appear.ant-fade-appear-active,
.ant-fade-enter.ant-fade-enter-active {
	animation-name: antFadeIn;
	animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
	animation-name: antFadeOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-fade-appear,
.ant-fade-enter {
	animation-timing-function: linear;
	opacity: 0;
}
.ant-fade-leave {
	animation-timing-function: linear;
}
@keyframes antFadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes antFadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.ant-move-up-appear,
.ant-move-up-enter,
.ant-move-up-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-move-up-appear.ant-move-up-appear-active,
.ant-move-up-enter.ant-move-up-enter-active {
	animation-name: antMoveUpIn;
	animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
	animation-name: antMoveUpOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-move-up-appear,
.ant-move-up-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
}
.ant-move-up-leave {
	animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-appear,
.ant-move-down-enter,
.ant-move-down-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-move-down-appear.ant-move-down-appear-active,
.ant-move-down-enter.ant-move-down-enter-active {
	animation-name: antMoveDownIn;
	animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
	animation-name: antMoveDownOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-move-down-appear,
.ant-move-down-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
}
.ant-move-down-leave {
	animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-appear,
.ant-move-left-enter,
.ant-move-left-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-move-left-appear.ant-move-left-appear-active,
.ant-move-left-enter.ant-move-left-enter-active {
	animation-name: antMoveLeftIn;
	animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
	animation-name: antMoveLeftOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-move-left-appear,
.ant-move-left-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
}
.ant-move-left-leave {
	animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-appear,
.ant-move-right-enter,
.ant-move-right-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-move-right-appear.ant-move-right-appear-active,
.ant-move-right-enter.ant-move-right-enter-active {
	animation-name: antMoveRightIn;
	animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
	animation-name: antMoveRightOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-move-right-appear,
.ant-move-right-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
}
.ant-move-right-leave {
	animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
	0% {
		opacity: 0;
		transform: translateY(100%);
		transform-origin: 0 0;
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform-origin: 0 0;
	}
}
@keyframes antMoveDownOut {
	0% {
		opacity: 1;
		transform: translateY(0);
		transform-origin: 0 0;
	}
	to {
		opacity: 0;
		transform: translateY(100%);
		transform-origin: 0 0;
	}
}
@keyframes antMoveLeftIn {
	0% {
		opacity: 0;
		transform: translateX(-100%);
		transform-origin: 0 0;
	}
	to {
		opacity: 1;
		transform: translateX(0);
		transform-origin: 0 0;
	}
}
@keyframes antMoveLeftOut {
	0% {
		opacity: 1;
		transform: translateX(0);
		transform-origin: 0 0;
	}
	to {
		opacity: 0;
		transform: translateX(-100%);
		transform-origin: 0 0;
	}
}
@keyframes antMoveRightIn {
	0% {
		opacity: 0;
		transform: translateX(100%);
		transform-origin: 0 0;
	}
	to {
		opacity: 1;
		transform: translateX(0);
		transform-origin: 0 0;
	}
}
@keyframes antMoveRightOut {
	0% {
		opacity: 1;
		transform: translateX(0);
		transform-origin: 0 0;
	}
	to {
		opacity: 0;
		transform: translateX(100%);
		transform-origin: 0 0;
	}
}
@keyframes antMoveUpIn {
	0% {
		opacity: 0;
		transform: translateY(-100%);
		transform-origin: 0 0;
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform-origin: 0 0;
	}
}
@keyframes antMoveUpOut {
	0% {
		opacity: 1;
		transform: translateY(0);
		transform-origin: 0 0;
	}
	to {
		opacity: 0;
		transform: translateY(-100%);
		transform-origin: 0 0;
	}
}
@keyframes loadingCircle {
	to {
		transform: rotate(1turn);
	}
}
[ant-click-animating-without-extra-node='true'],
[ant-click-animating='true'] {
	position: relative;
}
html {
	--antd-wave-shadow-color: #7a0707;
	--scroll-bar: 0;
}
.ant-click-animating-node,
[ant-click-animating-without-extra-node='true']:after {
	animation:
		fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1),
		waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
	animation-fill-mode: forwards;
	border-radius: inherit;
	bottom: 0;
	box-shadow: 0 0 0 0 #7a0707;
	box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
	content: '';
	display: block;
	left: 0;
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}
@keyframes waveEffect {
	to {
		box-shadow: 0 0 0 #7a0707;
		box-shadow: 0 0 0 6px #7a0707;
		box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
	}
}
@keyframes fadeEffect {
	to {
		opacity: 0;
	}
}
.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-slide-up-appear.ant-slide-up-appear-active,
.ant-slide-up-enter.ant-slide-up-enter-active {
	animation-name: antSlideUpIn;
	animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
	animation-name: antSlideUpOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-slide-up-appear,
.ant-slide-up-enter {
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
	transform: scale(0);
	transform-origin: 0 0;
}
.ant-slide-up-leave {
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-appear,
.ant-slide-down-enter,
.ant-slide-down-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-slide-down-appear.ant-slide-down-appear-active,
.ant-slide-down-enter.ant-slide-down-enter-active {
	animation-name: antSlideDownIn;
	animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
	animation-name: antSlideDownOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-slide-down-appear,
.ant-slide-down-enter {
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
	transform: scale(0);
	transform-origin: 0 0;
}
.ant-slide-down-leave {
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-appear,
.ant-slide-left-enter,
.ant-slide-left-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-slide-left-appear.ant-slide-left-appear-active,
.ant-slide-left-enter.ant-slide-left-enter-active {
	animation-name: antSlideLeftIn;
	animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
	animation-name: antSlideLeftOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-slide-left-appear,
.ant-slide-left-enter {
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
	transform: scale(0);
	transform-origin: 0 0;
}
.ant-slide-left-leave {
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-appear,
.ant-slide-right-enter,
.ant-slide-right-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-slide-right-appear.ant-slide-right-appear-active,
.ant-slide-right-enter.ant-slide-right-enter-active {
	animation-name: antSlideRightIn;
	animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
	animation-name: antSlideRightOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-slide-right-appear,
.ant-slide-right-enter {
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
	transform: scale(0);
	transform-origin: 0 0;
}
.ant-slide-right-leave {
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
	0% {
		opacity: 0;
		transform: scaleY(0.8);
		transform-origin: 0 0;
	}
	to {
		opacity: 1;
		transform: scaleY(1);
		transform-origin: 0 0;
	}
}
@keyframes antSlideUpOut {
	0% {
		opacity: 1;
		transform: scaleY(1);
		transform-origin: 0 0;
	}
	to {
		opacity: 0;
		transform: scaleY(0.8);
		transform-origin: 0 0;
	}
}
@keyframes antSlideDownIn {
	0% {
		opacity: 0;
		transform: scaleY(0.8);
		transform-origin: 100% 100%;
	}
	to {
		opacity: 1;
		transform: scaleY(1);
		transform-origin: 100% 100%;
	}
}
@keyframes antSlideDownOut {
	0% {
		opacity: 1;
		transform: scaleY(1);
		transform-origin: 100% 100%;
	}
	to {
		opacity: 0;
		transform: scaleY(0.8);
		transform-origin: 100% 100%;
	}
}
@keyframes antSlideLeftIn {
	0% {
		opacity: 0;
		transform: scaleX(0.8);
		transform-origin: 0 0;
	}
	to {
		opacity: 1;
		transform: scaleX(1);
		transform-origin: 0 0;
	}
}
@keyframes antSlideLeftOut {
	0% {
		opacity: 1;
		transform: scaleX(1);
		transform-origin: 0 0;
	}
	to {
		opacity: 0;
		transform: scaleX(0.8);
		transform-origin: 0 0;
	}
}
@keyframes antSlideRightIn {
	0% {
		opacity: 0;
		transform: scaleX(0.8);
		transform-origin: 100% 0;
	}
	to {
		opacity: 1;
		transform: scaleX(1);
		transform-origin: 100% 0;
	}
}
@keyframes antSlideRightOut {
	0% {
		opacity: 1;
		transform: scaleX(1);
		transform-origin: 100% 0;
	}
	to {
		opacity: 0;
		transform: scaleX(0.8);
		transform-origin: 100% 0;
	}
}
.ant-zoom-appear,
.ant-zoom-enter,
.ant-zoom-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-zoom-appear.ant-zoom-appear-active,
.ant-zoom-enter.ant-zoom-enter-active {
	animation-name: antZoomIn;
	animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
	animation-name: antZoomOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-zoom-appear,
.ant-zoom-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
	transform: scale(0);
}
.ant-zoom-appear-prepare,
.ant-zoom-enter-prepare {
	transform: none;
}
.ant-zoom-leave {
	animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-appear,
.ant-zoom-big-enter,
.ant-zoom-big-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-zoom-big-appear.ant-zoom-big-appear-active,
.ant-zoom-big-enter.ant-zoom-big-enter-active {
	animation-name: antZoomBigIn;
	animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
	animation-name: antZoomBigOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-zoom-big-appear,
.ant-zoom-big-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
	transform: scale(0);
}
.ant-zoom-big-appear-prepare,
.ant-zoom-big-enter-prepare {
	transform: none;
}
.ant-zoom-big-leave {
	animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-appear,
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-leave {
	animation-duration: 0.1s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active {
	animation-name: antZoomBigIn;
	animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
	animation-name: antZoomBigOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-zoom-big-fast-appear,
.ant-zoom-big-fast-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
	transform: scale(0);
}
.ant-zoom-big-fast-appear-prepare,
.ant-zoom-big-fast-enter-prepare {
	transform: none;
}
.ant-zoom-big-fast-leave {
	animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-appear,
.ant-zoom-up-enter,
.ant-zoom-up-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-zoom-up-appear.ant-zoom-up-appear-active,
.ant-zoom-up-enter.ant-zoom-up-enter-active {
	animation-name: antZoomUpIn;
	animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
	animation-name: antZoomUpOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-zoom-up-appear,
.ant-zoom-up-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
	transform: scale(0);
}
.ant-zoom-up-appear-prepare,
.ant-zoom-up-enter-prepare {
	transform: none;
}
.ant-zoom-up-leave {
	animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-appear,
.ant-zoom-down-enter,
.ant-zoom-down-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-zoom-down-appear.ant-zoom-down-appear-active,
.ant-zoom-down-enter.ant-zoom-down-enter-active {
	animation-name: antZoomDownIn;
	animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
	animation-name: antZoomDownOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-zoom-down-appear,
.ant-zoom-down-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
	transform: scale(0);
}
.ant-zoom-down-appear-prepare,
.ant-zoom-down-enter-prepare {
	transform: none;
}
.ant-zoom-down-leave {
	animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-appear,
.ant-zoom-left-enter,
.ant-zoom-left-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-zoom-left-appear.ant-zoom-left-appear-active,
.ant-zoom-left-enter.ant-zoom-left-enter-active {
	animation-name: antZoomLeftIn;
	animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
	animation-name: antZoomLeftOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-zoom-left-appear,
.ant-zoom-left-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
	transform: scale(0);
}
.ant-zoom-left-appear-prepare,
.ant-zoom-left-enter-prepare {
	transform: none;
}
.ant-zoom-left-leave {
	animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-appear,
.ant-zoom-right-enter,
.ant-zoom-right-leave {
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-play-state: paused;
}
.ant-zoom-right-appear.ant-zoom-right-appear-active,
.ant-zoom-right-enter.ant-zoom-right-enter-active {
	animation-name: antZoomRightIn;
	animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
	animation-name: antZoomRightOut;
	animation-play-state: running;
	pointer-events: none;
}
.ant-zoom-right-appear,
.ant-zoom-right-enter {
	animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
	opacity: 0;
	transform: scale(0);
}
.ant-zoom-right-appear-prepare,
.ant-zoom-right-enter-prepare {
	transform: none;
}
.ant-zoom-right-leave {
	animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes antZoomOut {
	0% {
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0.2);
	}
}
@keyframes antZoomBigIn {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes antZoomBigOut {
	0% {
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(0.8);
	}
}
@keyframes antZoomUpIn {
	0% {
		opacity: 0;
		transform: scale(0.8);
		transform-origin: 50% 0;
	}
	to {
		transform: scale(1);
		transform-origin: 50% 0;
	}
}
@keyframes antZoomUpOut {
	0% {
		transform: scale(1);
		transform-origin: 50% 0;
	}
	to {
		opacity: 0;
		transform: scale(0.8);
		transform-origin: 50% 0;
	}
}
@keyframes antZoomLeftIn {
	0% {
		opacity: 0;
		transform: scale(0.8);
		transform-origin: 0 50%;
	}
	to {
		transform: scale(1);
		transform-origin: 0 50%;
	}
}
@keyframes antZoomLeftOut {
	0% {
		transform: scale(1);
		transform-origin: 0 50%;
	}
	to {
		opacity: 0;
		transform: scale(0.8);
		transform-origin: 0 50%;
	}
}
@keyframes antZoomRightIn {
	0% {
		opacity: 0;
		transform: scale(0.8);
		transform-origin: 100% 50%;
	}
	to {
		transform: scale(1);
		transform-origin: 100% 50%;
	}
}
@keyframes antZoomRightOut {
	0% {
		transform: scale(1);
		transform-origin: 100% 50%;
	}
	to {
		opacity: 0;
		transform: scale(0.8);
		transform-origin: 100% 50%;
	}
}
@keyframes antZoomDownIn {
	0% {
		opacity: 0;
		transform: scale(0.8);
		transform-origin: 50% 100%;
	}
	to {
		transform: scale(1);
		transform-origin: 50% 100%;
	}
}
@keyframes antZoomDownOut {
	0% {
		transform: scale(1);
		transform-origin: 50% 100%;
	}
	to {
		opacity: 0;
		transform: scale(0.8);
		transform-origin: 50% 100%;
	}
}
.ant-motion-collapse-legacy {
	overflow: hidden;
}
.ant-motion-collapse,
.ant-motion-collapse-legacy-active {
	transition:
		height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
		opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
	overflow: hidden;
}
.ant-notification .ant-anchor-wrapper,
.ant-notification .ant-card,
.ant-notification .ant-collapse-content,
.ant-notification .ant-picker-clear,
.ant-notification .ant-slider-handle,
.ant-notification .ant-timeline-item-head {
	background-color: #1f1f1f;
}
.ant-notification .ant-transfer-list-header {
	background: #1f1f1f;
	border-bottom: 1px solid #3a3a3a;
}
.ant-notification
	.ant-transfer-list-content-item:not(
		.ant-transfer-list-content-item-disabled
	):hover {
	background-color: hsla(0, 0%, 100%, 0.08);
}
.ant-notification tr.ant-table-expanded-row:hover > td,
.ant-notification tr.ant-table-expanded-row > td {
	background: #272727;
}
.ant-notification .ant-table.ant-table-small thead > tr > th {
	background-color: #1f1f1f;
	border-bottom: 1px solid #3a3a3a;
}
.ant-notification .ant-table {
	background-color: #1f1f1f;
}
.ant-notification .ant-table .ant-table-row-expand-icon {
	border: 1px solid #3a3a3a;
}
.ant-notification .ant-table tfoot > tr > td,
.ant-notification .ant-table tfoot > tr > th {
	border-bottom: 1px solid #3a3a3a;
}
.ant-notification .ant-table thead > tr > th {
	background-color: #272727;
	border-bottom: 1px solid #3a3a3a;
}
.ant-notification .ant-table tbody > tr > td {
	border-bottom: 1px solid #3a3a3a;
}
.ant-notification .ant-table tbody > tr > td.ant-table-cell-fix-left,
.ant-notification .ant-table tbody > tr > td.ant-table-cell-fix-right {
	background-color: #1f1f1f;
}
.ant-notification .ant-table tbody > tr.ant-table-row:hover > td {
	background: #303030;
}
.ant-notification .ant-table.ant-table-bordered .ant-table-title {
	border: 1px solid #3a3a3a;
}
.ant-notification
	.ant-table.ant-table-bordered
	.ant-table-cell-fix-right-first:after,
.ant-notification .ant-table.ant-table-bordered tbody > tr > td,
.ant-notification .ant-table.ant-table-bordered tfoot > tr > td,
.ant-notification .ant-table.ant-table-bordered tfoot > tr > th,
.ant-notification .ant-table.ant-table-bordered thead > tr > th {
	border-right: 1px solid #3a3a3a;
}
.ant-notification
	.ant-table.ant-table-bordered
	table
	thead
	> tr:not(:last-child)
	> th {
	border-bottom: 1px solid #303030;
}
.ant-notification .ant-table.ant-table-bordered .ant-table-container {
	border: 1px solid #3a3a3a;
}
.ant-notification
	.ant-table.ant-table-bordered
	.ant-table-expanded-row-fixed:after {
	border-right: 1px solid #3a3a3a;
}
.ant-notification .ant-table.ant-table-bordered .ant-table-footer {
	border: 1px solid #3a3a3a;
}
.ant-notification .ant-table .ant-table-filter-trigger-container-open {
	background-color: #525252;
}
.ant-notification .ant-picker-calendar-full,
.ant-notification .ant-picker-calendar-full .ant-picker-panel {
	background-color: #1f1f1f;
}
.ant-notification
	.ant-picker-calendar-full
	.ant-picker-panel
	.ant-picker-calendar-date {
	border-top: 2px solid #3a3a3a;
}
.ant-notification
	.ant-tabs.ant-tabs-card
	.ant-tabs-card-bar
	.ant-tabs-tab-active {
	background-color: #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
}
.ant-notification .ant-badge-count {
	box-shadow: 0 0 0 1px #1f1f1f;
}
.ant-notification .ant-tree-show-line .ant-tree-switcher {
	background: #1f1f1f;
}
.ant-notification {
	font-feature-settings: 'tnum', 'tnum';
	box-sizing: border-box;
	color: hsla(0, 0%, 100%, 0.85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	margin: 0 24px 0 0;
	padding: 0;
	position: fixed;
	z-index: 1010;
}
.ant-notification-close-icon {
	cursor: pointer;
	font-size: 14px;
}
.ant-notification-hook-holder {
	position: relative;
}
.ant-notification-notice {
	word-wrap: break-word;
	background: #1f1f1f;
	border-radius: 2px;
	box-shadow:
		0 3px 6px -4px rgba(0, 0, 0, 0.48),
		0 6px 16px 0 rgba(0, 0, 0, 0.32),
		0 9px 28px 8px rgba(0, 0, 0, 0.2);
	line-height: 1.5715;
	margin-bottom: 16px;
	margin-left: auto;
	max-width: calc(100vw - 48px);
	overflow: hidden;
	padding: 16px 24px;
	position: relative;
	width: 384px;
}
.ant-notification-bottom .ant-notification-notice,
.ant-notification-top .ant-notification-notice {
	margin-left: auto;
	margin-right: auto;
}
.ant-notification-bottomLeft .ant-notification-notice,
.ant-notification-topLeft .ant-notification-notice {
	margin-left: 0;
	margin-right: auto;
}
.ant-notification-notice-message {
	color: hsla(0, 0%, 100%, 0.85);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}
.ant-notification-notice-message-single-line-auto-margin {
	background-color: initial;
	display: block;
	max-width: 4px;
	pointer-events: none;
	width: calc(264px - 100%);
}
.ant-notification-notice-message-single-line-auto-margin:before {
	content: '';
	display: block;
}
.ant-notification-notice-description {
	font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
	padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
	font-size: 16px;
	margin-bottom: 4px;
	margin-left: 48px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
	font-size: 14px;
	margin-left: 48px;
}
.ant-notification-notice-icon {
	font-size: 24px;
	line-height: 24px;
	margin-left: 4px;
	position: absolute;
}
.anticon.ant-notification-notice-icon-success {
	color: #49aa19;
}
.anticon.ant-notification-notice-icon-info {
	color: #7a0707;
}
.anticon.ant-notification-notice-icon-warning {
	color: #d89614;
}
.anticon.ant-notification-notice-icon-error {
	color: #a61d24;
}
.ant-notification-notice-close {
	color: hsla(0, 0%, 100%, 0.45);
	outline: none;
	position: absolute;
	right: 22px;
	top: 16px;
}
.ant-notification-notice-close:hover {
	color: hsla(0, 0%, 100%, 0.85);
}
.ant-notification-notice-btn {
	float: right;
	margin-top: 16px;
}
.ant-notification .notification-fade-effect {
	animation-duration: 0.24s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-notification-fade-appear,
.ant-notification-fade-enter {
	animation-play-state: paused;
	opacity: 0;
}
.ant-notification-fade-appear,
.ant-notification-fade-enter,
.ant-notification-fade-leave {
	animation-duration: 0.24s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-notification-fade-leave {
	animation-duration: 0.2s;
	animation-play-state: paused;
}
.ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-fade-enter.ant-notification-fade-enter-active {
	animation-name: NotificationFadeIn;
	animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
	animation-name: NotificationFadeOut;
	animation-play-state: running;
}
@keyframes NotificationFadeIn {
	0% {
		left: 384px;
		opacity: 0;
	}
	to {
		left: 0;
		opacity: 1;
	}
}
@keyframes NotificationFadeOut {
	0% {
		margin-bottom: 16px;
		max-height: 150px;
		opacity: 1;
	}
	to {
		margin-bottom: 0;
		max-height: 0;
		opacity: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
}
.ant-notification-rtl {
	direction: rtl;
}
.ant-notification-rtl
	.ant-notification-notice-closable
	.ant-notification-notice-message {
	padding-left: 24px;
	padding-right: 0;
}
.ant-notification-rtl
	.ant-notification-notice-with-icon
	.ant-notification-notice-description,
.ant-notification-rtl
	.ant-notification-notice-with-icon
	.ant-notification-notice-message {
	margin-left: 0;
	margin-right: 48px;
}
.ant-notification-rtl .ant-notification-notice-icon {
	margin-left: 0;
	margin-right: 4px;
}
.ant-notification-rtl .ant-notification-notice-close {
	left: 22px;
	right: auto;
}
.ant-notification-rtl .ant-notification-notice-btn {
	float: left;
}
.ant-notification-bottom,
.ant-notification-top {
	margin-left: 0;
	margin-right: 0;
}
.ant-notification-top
	.ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-top
	.ant-notification-fade-enter.ant-notification-fade-enter-active {
	animation-name: NotificationTopFadeIn;
}
.ant-notification-bottom
	.ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottom
	.ant-notification-fade-enter.ant-notification-fade-enter-active {
	animation-name: NotificationBottomFadeIn;
}
.ant-notification-bottomLeft,
.ant-notification-topLeft {
	margin-left: 24px;
	margin-right: 0;
}
.ant-notification-bottomLeft
	.ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft
	.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft
	.ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-topLeft
	.ant-notification-fade-enter.ant-notification-fade-enter-active {
	animation-name: NotificationLeftFadeIn;
}
@keyframes NotificationTopFadeIn {
	0% {
		margin-top: -100%;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}
@keyframes NotificationBottomFadeIn {
	0% {
		margin-bottom: -100%;
		opacity: 0;
	}
	to {
		margin-bottom: 0;
		opacity: 1;
	}
}
@keyframes NotificationLeftFadeIn {
	0% {
		opacity: 0;
		right: 384px;
	}
	to {
		opacity: 1;
		right: 0;
	}
}
.ant-spin {
	font-feature-settings: 'tnum', 'tnum';
	box-sizing: border-box;
	color: hsla(0, 0%, 100%, 0.85);
	color: #7a0707;
	display: none;
	font-size: 14px;
	font-size: 0;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
	vertical-align: middle;
}
.ant-spin-spinning {
	display: inline-block;
	opacity: 1;
	position: static;
}
.ant-spin-nested-loading {
	position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
	display: block;
	height: 100%;
	left: 0;
	max-height: 400px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
	left: 50%;
	margin: -10px;
	position: absolute;
	top: 50%;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
	font-size: 14px;
	padding-top: 5px;
	position: absolute;
	text-shadow: 0 1px 2px #141414;
	top: 50%;
	width: 100%;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
	margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
	margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
	padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
	margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
	margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
	padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
	margin-top: -26px;
}
.ant-spin-container {
	position: relative;
	transition: opacity 0.3s;
}
.ant-spin-container:after {
	background: #141414;
	bottom: 0;
	content: '';
	display: none\9;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	z-index: 10;
}
.ant-spin-blur {
	clear: both;
	opacity: 0.5;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ant-spin-blur:after {
	opacity: 0.4;
	pointer-events: auto;
}
.ant-spin-tip {
	color: hsla(0, 0%, 100%, 0.45);
}
.ant-spin-dot {
	display: inline-block;
	font-size: 20px;
	height: 1em;
	position: relative;
	width: 1em;
}
.ant-spin-dot-item {
	animation: antSpinMove 1s linear infinite alternate;
	background-color: #7a0707;
	border-radius: 100%;
	display: block;
	height: 9px;
	opacity: 0.3;
	position: absolute;
	transform: scale(0.75);
	transform-origin: 50% 50%;
	width: 9px;
}
.ant-spin-dot-item:first-child {
	left: 0;
	top: 0;
}
.ant-spin-dot-item:nth-child(2) {
	animation-delay: 0.4s;
	right: 0;
	top: 0;
}
.ant-spin-dot-item:nth-child(3) {
	animation-delay: 0.8s;
	bottom: 0;
	right: 0;
}
.ant-spin-dot-item:nth-child(4) {
	animation-delay: 1.2s;
	bottom: 0;
	left: 0;
}
.ant-spin-dot-spin {
	animation: antRotate 1.2s linear infinite;
	transform: rotate(0deg);
}
.ant-spin-sm .ant-spin-dot {
	font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
	height: 6px;
	width: 6px;
}
.ant-spin-lg .ant-spin-dot {
	font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
	height: 14px;
	width: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
	display: block;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ant-spin-blur {
		background: #141414;
		opacity: 0.5;
	}
}
@keyframes antSpinMove {
	to {
		opacity: 1;
	}
}
@keyframes antRotate {
	to {
		transform: rotate(1turn);
	}
}
.ant-spin-rtl {
	direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
	animation-name: antRotateRtl;
	transform: rotate(-45deg);
}
@keyframes antRotateRtl {
	to {
		transform: rotate(-405deg);
	}
}
.PageLoading_root__Q3cUI {
	align-items: center;
	background: #0d131c;
	background: var(--preload-loading-bg, #0d131c);
	display: flex;
	display: var(--preload-loading-display, flex);
	flex-direction: column;
	height: 80vh;
	justify-content: center;
	justify-content: var(--preload-loading-logo-justify, center);
	padding: 10vh 0;
	padding: var(--preload-loading-padding, 10vh 0);
	width: 100%;
}
.PageLoading_root__Q3cUI.PageLoading_init__OWfEP {
	bottom: 0;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	width: var(--vw, 100vw);
	z-index: 2000;
}
.PageLoading_root__Q3cUI .PageLoading_logo__0Yd49 {
	animation: PageLoading_blink__A1x\+ g 1.4s ease infinite;
	display: block;
	display: var(--preload-loading-logo-display, block);
	max-width: 200px;
	width: 40%;
}
@keyframes PageLoading_bounce__lTZDy {
	0% {
		filter: blur(0);
		transform: scale(1);
	}
	50% {
		filter: blur(1.4);
		transform: scale(0.9);
	}
	to {
		transform: scale(1);
	}
}
@keyframes PageLoading_blink__A1x\+g {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}
.PageLoading_root__Q3cUI .PageLoading_loading__HkyxU {
	background-color: #151c26;
	border-radius: 8px;
	display: block;
	height: 8px;
	margin: 18px auto;
	overflow: hidden;
	position: relative;
	width: 150px;
	z-index: 1;
}
.PageLoading_root__Q3cUI .PageLoading_loading__HkyxU:before {
	animation: PageLoading_animation__61bS7 1.4s ease infinite;
	background-color: var(--adm-color-primary);
	border-radius: 8px;
	content: '';
	height: 8px;
	position: absolute;
	transform: translate(-34px);
	width: 20px;
}
@keyframes PageLoading_animation__61bS7 {
	0% {
		left: 0;
	}
	50% {
		left: 100%;
	}
	to {
		left: 0;
	}
}
.PageLoading_root__Q3cUI .PageLoading_bar__x2E\+L {
	display: block;
	display: var(--preload-loading-bar-display, block);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 90%;
	z-index: 2000;
}
.PageLoading_root__Q3cUI .PageLoading_bar__x2E\+L .PageLoading_barInner__lBUuf {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
:root {
	--adm-radius-s: 4px;
	--adm-radius-m: 8px;
	--adm-radius-l: 12px;
	--adm-font-size-1: 9px;
	--adm-font-size-2: 10px;
	--adm-font-size-3: 11px;
	--adm-font-size-4: 12px;
	--adm-font-size-5: 13px;
	--adm-font-size-6: 14px;
	--adm-font-size-7: 15px;
	--adm-font-size-8: 16px;
	--adm-font-size-9: 17px;
	--adm-font-size-10: 18px;
	--adm-color-primary: #1677ff;
	--adm-color-success: #00b578;
	--adm-color-warning: #ff8f1f;
	--adm-color-danger: #ff3141;
	--adm-color-yellow: #ff9f18;
	--adm-color-orange: #ff6430;
	--adm-color-wathet: #e7f1ff;
	--adm-color-text: #333;
	--adm-color-text-secondary: #666;
	--adm-color-weak: #999;
	--adm-color-light: #ccc;
	--adm-color-border: #eee;
	--adm-color-background: #fff;
	--adm-color-highlight: var(--adm-color-danger);
	--adm-color-white: #fff;
	--adm-color-box: #f5f5f5;
	--adm-color-text-light-solid: var(--adm-color-white);
	--adm-color-text-dark-solid: #000;
	--adm-color-fill-content: var(--adm-color-box);
	--adm-font-size-main: var(--adm-font-size-5);
	--adm-font-family:
		-apple-system, blinkmacsystemfont, 'Helvetica Neue', helvetica, segoe ui,
		arial, roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei',
		sans-serif;
	--adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
	--adm-color-primary: #3086ff;
	--adm-color-success: #34b368;
	--adm-color-warning: #ffa930;
	--adm-color-danger: #ff4a58;
	--adm-color-yellow: #ffa930;
	--adm-color-orange: #e65a2b;
	--adm-color-wathet: #0d2543;
	--adm-color-text: #e6e6e6;
	--adm-color-text-secondary: #b3b3b3;
	--adm-color-weak: grey;
	--adm-color-light: #4d4d4d;
	--adm-color-border: #2b2b2b;
	--adm-color-box: #0a0a0a;
	--adm-color-background: #1a1a1a;
	--adm-color-background-body: var(--adm-color-background);
	--adm-border-color: var(--adm-color-border);
}
:root {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
	background-color: var(--adm-color-background-body);
}
body {
	color: #333;
	color: var(--adm-color-text);
	font-family:
		-apple-system,
		blinkmacsystemfont,
		Helvetica Neue,
		helvetica,
		segoe ui,
		arial,
		roboto,
		PingFang SC,
		miui,
		Hiragino Sans GB,
		Microsoft Yahei,
		sans-serif;
	font-family: var(--adm-font-family);
	font-size: 13px;
	font-size: var(--adm-font-size-main);
}
a,
button {
	cursor: pointer;
}
a {
	color: #1677ff;
	color: var(--adm-color-primary);
	transition: opacity 0.2s ease-in-out;
}
a:active {
	opacity: 0.8;
}
.adm-plain-anchor {
	color: inherit;
	transition: none;
}
.adm-plain-anchor:active {
	opacity: 1;
}
body.adm-overflow-hidden {
	overflow: hidden !important;
}
div.adm-px-tester {
	--size: 1;
	height: calc(var(--size) / 2 * 2px);
	left: -100vw;
	pointer-events: none;
	position: fixed;
	top: -100vh;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 0;
}
.adm-avatar {
	--size: var(--adm-avatar-size, 44px);
	--border-radius: var(--adm-avatar-border-radius, 4px);
	border-radius: var(--border-radius);
}
.adm-avatar.adm-image {
	--width: var(--size);
	--height: var(--size);
}
.adm-avatar-fallback {
	display: block;
	height: 100%;
	width: 100%;
}
.adm-image {
	--width: var(--adm-image-width, auto);
	--height: var(--adm-image-height, auto);
	display: block;
	height: var(--height);
	overflow: hidden;
	width: var(--width);
}
.adm-image-img {
	height: 100%;
	width: 100%;
}
.adm-image-tip {
	background-color: var(--adm-color-fill-content);
	height: 100%;
	min-height: 24px;
	min-width: 24px;
	position: relative;
}
.adm-image-tip > svg {
	color: var(--adm-color-weak);
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
}
.adm-badge-wrapper {
	display: inline-block;
	position: relative;
}
.adm-badge {
	--right: 0;
	--top: 0;
	--color: var(--adm-badge-color, var(--adm-color-highlight));
	background-color: var(--color);
	border-radius: 100px;
	box-sizing: initial;
	display: inline-flex;
	vertical-align: middle;
}
.adm-badge-content {
	box-sizing: border-box;
	color: var(--adm-color-text-light-solid);
	font-size: var(--adm-font-size-1);
	font-weight: 400;
	line-height: 12px;
	min-width: 8px;
	padding: 1px 4px;
	text-align: center;
	white-space: nowrap;
}
.adm-badge-fixed {
	position: absolute;
	right: var(--right);
	top: var(--top);
	transform: translate(50%, -50%);
}
.adm-badge-dot {
	border-radius: 5px;
	height: 10px;
	min-width: 10px;
	width: 10px;
}
.adm-badge-bordered {
	border: 1px solid var(--adm-color-text-light-solid);
}
.adm-button {
	--color: var(--adm-color-text-light-solid);
	--text-color: var(--adm-button-text-color, var(--adm-color-text));
	--background-color: var(
		--adm-button-background-color,
		var(--adm-color-background)
	);
	--border-radius: var(--adm-button-border-radius, 4px);
	--border-width: var(--adm-button-border-width, 1px);
	--border-style: var(--adm-button-border-style, solid);
	--border-color: var(--adm-button-border-color, var(--adm-color-border));
	background-color: var(--background-color);
	border: var(--border-width) var(--border-style) var(--border-color);
	border-radius: var(--border-radius);
	box-sizing: border-box;
	color: var(--text-color);
	cursor: pointer;
	display: inline-block;
	font-size: var(--adm-font-size-9);
	height: auto;
	line-height: 1.4;
	margin: 0;
	padding: 7px 12px;
	position: relative;
	text-align: center;
	transition: opacity 0.15s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.adm-button:focus {
	outline: none;
}
.adm-button:before {
	background-color: var(--adm-color-text-dark-solid);
	border: var(--border-width) var(--border-style)
		var(--adm-color-text-dark-solid);
	border-radius: var(--border-radius);
	box-sizing: initial;
	content: ' ';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translate(
		calc(var(--border-width) * -1),
		calc(var(--border-width) * -1)
	);
	width: 100%;
}
.adm-button:active:before {
	opacity: 0.08;
}
.adm-button-default.adm-button-fill-outline {
	--background-color: transparent;
	--border-color: var(--adm-color-text);
}
.adm-button-default.adm-button-fill-none {
	--background-color: transparent;
	--border-width: 0px;
}
.adm-button:not(.adm-button-default) {
	--text-color: var(--adm-color-text-light-solid);
	--background-color: var(--color);
	--border-color: var(--color);
}
.adm-button:not(.adm-button-default).adm-button-fill-outline {
	--text-color: var(--color);
	--background-color: transparent;
}
.adm-button:not(.adm-button-default).adm-button-fill-none {
	--text-color: var(--color);
	--background-color: transparent;
	--border-width: 0px;
}
.adm-button-primary {
	--color: var(--adm-color-primary);
}
.adm-button-success {
	--color: var(--adm-color-success);
}
.adm-button-danger {
	--color: var(--adm-color-danger);
}
.adm-button-warning {
	--color: var(--adm-color-warning);
}
.adm-button-block {
	display: block;
	width: 100%;
}
.adm-button-disabled {
	cursor: not-allowed;
	opacity: 0.4;
}
.adm-button-disabled:active:before {
	display: none;
}
.adm-button.adm-button-mini {
	font-size: var(--adm-font-size-main);
	padding-bottom: 3px;
	padding-top: 3px;
}
.adm-button.adm-button-mini.adm-button-shape-rounded {
	padding-left: 9px;
	padding-right: 9px;
}
.adm-button.adm-button-small {
	font-size: var(--adm-font-size-7);
	padding-bottom: 3px;
	padding-top: 3px;
}
.adm-button.adm-button-large {
	font-size: var(--adm-font-size-10);
	padding-bottom: 11px;
	padding-top: 11px;
}
.adm-button.adm-button-shape-rounded {
	--border-radius: 1000px;
}
.adm-button.adm-button-shape-rectangular {
	--border-radius: 0;
}
.adm-button-loading {
	vertical-align: bottom;
}
.adm-button-loading-wrapper {
	align-items: center;
	display: flex;
	height: 1.4em;
	justify-content: center;
}
.adm-button-loading-wrapper > .adm-loading {
	opacity: 0.6;
}
.adm-dot-loading {
	display: inline-block;
}
.adm-center-popup {
	--background-color: var(
		--adm-center-popup-background-color,
		var(--adm-color-background)
	);
	--border-radius: var(--adm-center-popup-border-radius, 8px);
	--max-width: var(--adm-center-popup-max-width, 75vw);
	--min-width: var(--adm-center-popup-min-width, 280px);
	--z-index: var(--adm-center-popup-z-index, 1000);
	position: fixed;
	z-index: var(--z-index);
}
.adm-center-popup .adm-center-popup-mask {
	z-index: 0;
}
.adm-center-popup-wrap {
	left: 50%;
	max-width: var(--max-width);
	min-width: var(--min-width);
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	z-index: 1;
}
.adm-center-popup-body {
	background-color: var(--background-color);
	border-radius: var(--border-radius);
}
.adm-center-popup-close {
	color: var(--adm-color-weak);
	cursor: pointer;
	font-size: 18px;
	padding: 4px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 100;
}
.adm-mask {
	--z-index: var(--adm-mask-z-index, 1000);
	display: block;
	position: fixed;
	z-index: var(--z-index);
}
.adm-mask,
.adm-mask-aria-button {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.adm-mask-aria-button {
	pointer-events: none;
	position: absolute;
	z-index: 0;
}
.adm-mask-content {
	z-index: 1;
}
.adm-checkbox {
	--icon-size: 22px;
	--font-size: var(--adm-font-size-9);
	--gap: 8px;
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	justify-content: flex-start;
	vertical-align: text-bottom;
}
.adm-checkbox input {
	display: none;
}
.adm-checkbox .adm-checkbox-icon {
	border: 1px solid var(--adm-color-light);
	border-radius: var(--icon-size);
	box-sizing: border-box;
	color: var(--adm-color-text-light-solid);
	flex: none;
	height: var(--icon-size);
	width: var(--icon-size);
}
.adm-checkbox .adm-checkbox-icon > svg {
	display: block;
	height: 100%;
	width: 100%;
}
.adm-checkbox.adm-checkbox-block {
	display: flex;
}
.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon {
	background-color: var(--adm-color-primary);
	border-color: var(--adm-color-primary);
}
.adm-checkbox.adm-checkbox-disabled {
	cursor: not-allowed;
}
.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content {
	opacity: 0.4;
}
.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon {
	background-color: var(--adm-color-fill-content);
	border-color: var(--adm-color-light);
	color: var(--adm-color-light);
}
.adm-checkbox .adm-checkbox-custom-icon {
	font-size: var(--icon-size);
}
.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon {
	background-color: var(--adm-color-background);
	color: var(--adm-color-primary);
}
.adm-checkbox-content {
	flex: 0 1 auto;
	font-size: var(--font-size);
	padding-left: var(--gap);
}
.adm-collapse-panel-header .adm-list-item-content-main {
	padding: 12px 0;
}
.adm-collapse-arrow {
	transform: rotate(0deg);
	transition: all 0.3s ease;
}
.adm-collapse-arrow-active {
	transform: rotate(-180deg);
}
.adm-collapse-panel-content {
	color: var(--adm-color-weak);
	font-size: var(--adm-font-size-main);
	overflow: hidden;
}
.adm-list {
	--header-font-size: var(--adm-font-size-7);
	--prefix-width: 'auto';
	--prefix-padding-right: 12px;
	--align-items: center;
	--active-background-color: var(--adm-color-border);
	--border-inner: solid 1px var(--adm-color-border);
	--border-top: solid 1px var(--adm-color-border);
	--border-bottom: solid 1px var(--adm-color-border);
	--padding-left: 12px;
	--padding-right: 12px;
	--font-size: var(--adm-font-size-9);
	--extra-max-width: 70%;
}
.adm-list-header {
	color: var(--adm-color-weak);
	font-size: var(--header-font-size);
	padding: 8px var(--padding-right) 8px var(--padding-left);
}
.adm-list-body {
	background-color: var(--adm-color-background);
	font-size: var(--font-size);
	overflow: hidden;
}
.adm-list-body-inner {
	margin-top: -1px;
}
.adm-list-default .adm-list-body {
	border-bottom: var(--border-bottom);
	border-top: var(--border-top);
}
.adm-list-card {
	margin: 12px;
}
.adm-list-card .adm-list-body {
	border-radius: 8px;
}
.adm-list-card .adm-list-header {
	padding-left: 0;
}
.adm-list-item {
	background-color: var(--adm-color-background);
	display: block;
	line-height: 1.5;
	padding-left: var(--padding-left);
	position: relative;
}
.adm-list-item-description,
.adm-list-item-title {
	color: var(--adm-color-weak);
	font-size: var(--adm-font-size-main);
}
.adm-list-item-content {
	align-items: var(--align-items);
	border-top: var(--border-inner);
	display: flex;
	justify-content: flex-start;
	padding-right: var(--padding-right);
}
.adm-list-item-content-prefix {
	flex: none;
	padding-right: var(--prefix-padding-right);
	width: var(--prefix-width);
}
.adm-list-item-content-main {
	flex: auto;
	padding: 12px 0;
}
.adm-list-item-content-extra {
	color: var(--adm-color-weak);
	flex: none;
	font-size: var(--adm-font-size-7);
	max-width: var(--extra-max-width);
	padding-left: 12px;
}
.adm-list-item-content-arrow {
	align-items: center;
	color: var(--adm-color-light);
	display: flex;
	flex: none;
	font-size: 19px;
	margin-left: 4px;
}
.adm-list-item-disabled {
	cursor: not-allowed;
}
.adm-list-item-disabled.adm-list-item-disabled > .adm-list-item-content > * {
	opacity: 0.4;
	pointer-events: none;
}
a.adm-list-item:active:not(.adm-list-item-disabled) {
	background-color: var(--active-background-color);
}
a.adm-list-item:active:not(.adm-list-item-disabled):after {
	border-bottom: var(--border-inner);
	bottom: -1px;
	content: ' ';
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}
.adm-picker {
	--header-button-font-size: var(--adm-font-size-7);
	--title-font-size: var(--adm-font-size-7);
	--item-font-size: var(--adm-font-size-8);
	--item-height: 34px;
	---item-font-size: var(--item-font-size);
	---item-height: var(--item-height);
	display: flex;
	flex-direction: column;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.adm-picker .adm-picker-view.adm-picker-view {
	--item-font-size: var(---item-font-size);
	--item-height: var(---item-height);
}
.adm-picker-header {
	align-items: center;
	border-bottom: 1px solid var(--adm-color-border);
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	padding: 4px;
}
.adm-picker-header-button {
	display: inline-block;
	font-size: var(--header-button-font-size);
	padding: 8px;
}
.adm-picker-header-button-disabled,
.adm-picker-header-button-disabled:active {
	cursor: not-allowed;
	opacity: 0.4;
}
.adm-picker-header-title {
	color: var(--adm-color-text);
	flex: 1 1;
	font-size: var(--title-font-size);
	padding: 4px;
	text-align: center;
}
.adm-picker-body {
	flex: 1 1;
	height: 100%;
	width: 100%;
}
.adm-picker-body > .adm-picker-view {
	--height: 100%;
}
.adm-picker-popup .adm-popup-body {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.adm-popup {
	--z-index: var(--adm-popup-z-index, 1000);
	position: fixed;
	z-index: var(--z-index);
}
.adm-popup-body {
	background-color: var(--adm-color-background);
	position: fixed;
	z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
	position: absolute;
	z-index: 100;
}
.adm-popup-body-position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
	right: 8px;
	top: 8px;
}
.adm-popup-body-position-top {
	left: 0;
	top: 0;
	width: 100%;
}
.adm-popup-body-position-top .adm-popup-close-icon {
	bottom: 8px;
	right: 8px;
}
.adm-popup-body-position-left {
	height: 100%;
	left: 0;
	top: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
	right: 8px;
	top: 8px;
}
.adm-popup-body-position-right {
	height: 100%;
	right: 0;
	top: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
	left: 8px;
	top: 8px;
}
.adm-popup-close-icon {
	color: var(--adm-color-weak);
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 4px;
}
.adm-spin-loading {
	--color: var(--adm-color-weak);
	--size: 32px;
	height: var(--size);
	width: var(--size);
}
.adm-spin-loading-svg {
	animation: adm-spin-loading-rotate 0.8s linear infinite;
	height: 100%;
	width: 100%;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
	stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
.adm-picker-view {
	--height: 240px;
	--item-height: 34px;
	--item-font-size: var(--adm-font-size-8);
	background: var(--adm-color-background);
	display: flex;
	height: var(--height);
	overflow: hidden;
	position: relative;
	width: 100%;
}
.adm-picker-view-column {
	flex: 1 1;
	height: 100%;
	position: relative;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 0;
}
.adm-picker-view-column-wheel {
	cursor: grab;
	left: 0;
	position: absolute;
	top: calc(50% - var(--item-height) / 2);
	width: 100%;
}
.adm-picker-view-column-wheel:before {
	content: ' ';
	display: block;
	height: 100vh;
	position: absolute;
	top: -100vh;
	width: 100%;
}
.adm-picker-view-column-wheel:after {
	bottom: -100vh;
	content: ' ';
	display: block;
	height: 100vh;
	position: absolute;
	width: 100%;
}
.adm-picker-view-column-item {
	align-items: center;
	display: flex;
	font-size: var(--item-font-size);
	height: var(--item-height);
	justify-content: center;
	padding: 0 6px;
}
.adm-picker-view-column-item-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.adm-picker-view-column-accessible {
	display: flex;
	flex-direction: column;
	height: 100%;
	opacity: 0;
	padding-bottom: 1px;
	pointer-events: none;
	position: relative;
	top: calc(var(--item-height) * -1);
	width: 100%;
	z-index: 0;
}
.adm-picker-view-column-accessible > * {
	flex: 1 1;
	text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
	height: 100%;
	position: absolute;
	width: 100%;
}
.adm-picker-view-column-accessible-button,
.adm-picker-view-mask {
	height: 100%;
	width: 100%;
}
.adm-picker-view-mask {
	display: flex;
	flex-direction: column;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 10000;
}
.adm-picker-view-mask-bottom,
.adm-picker-view-mask-top {
	flex: auto;
}
.adm-picker-view-mask-middle {
	border-bottom: 1px solid var(--adm-color-border);
	border-top: 1px solid var(--adm-color-border);
	box-sizing: border-box;
	flex: none;
	height: var(--item-height);
}
.adm-picker-view-mask-top {
	background: var(--adm-color-background);
	-webkit-mask: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.8) 50%,
		#000
	);
	mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8) 50%, #000);
}
.adm-picker-view-mask-bottom {
	background: var(--adm-color-background);
	-webkit-mask: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.8) 50%,
		#000
	);
	mask: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.8) 50%,
		#000
	);
}
.adm-picker-view-loading-content {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.adm-picker-view-item-height-measure {
	height: var(--item-height);
	left: 0;
	pointer-events: none;
	position: relative;
	top: 0;
	width: 0;
}
.adm-safe-area {
	--multiple: var(--adm-safe-area-multiple, 1);
	display: block;
	width: 100%;
}
.adm-safe-area-position-top {
	padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}
.adm-safe-area-position-bottom {
	padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}
.adm-dialog {
	--z-index: var(--adm-dialog-z-index, 1000);
	---z-index: var(--z-index);
}
.adm-dialog .adm-center-popup {
	--z-index: var(---z-index);
}
.adm-dialog-body {
	display: flex;
	flex-direction: column;
	font-size: var(--adm-font-size-6);
	max-height: 70vh;
	overflow: hidden;
	width: 100%;
}
.adm-dialog-body > * {
	flex: none;
}
.adm-dialog-body > .adm-dialog-content {
	flex: auto;
}
.adm-dialog-body:not(.adm-dialog-with-image) {
	padding-top: 20px;
}
.adm-dialog-image-container {
	margin-bottom: 12px;
	max-height: 40vh;
}
.adm-dialog-header,
.adm-dialog-title {
	margin-bottom: 8px;
	padding: 0 12px;
}
.adm-dialog-title {
	font-size: var(--adm-font-size-10);
	font-weight: 700;
	line-height: 25px;
	text-align: center;
}
.adm-dialog-content {
	color: var(--adm-color-text);
	font-size: var(--adm-font-size-7);
	line-height: 1.4;
	max-height: 70vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 12px 20px;
}
.adm-dialog-content-empty {
	height: 12px;
	padding: 0;
}
.adm-dialog-footer {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.adm-dialog-footer .adm-dialog-action-row {
	align-items: stretch;
	border-top: 0.5px solid var(--adm-color-border);
	display: flex;
}
.adm-dialog-footer .adm-dialog-action-row > * {
	flex: 1 1;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
	border-radius: 0;
	border-right: 0.5px solid var(--adm-color-border);
	font-size: var(--adm-font-size-10);
	line-height: 25px;
	padding: 10px;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button-bold {
	font-weight: 700;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button:last-child {
	border-right: none;
}
.adm-dialog-image-container {
	overflow-y: auto;
}
.adm-auto-center {
	display: flex;
	justify-content: center;
}
.adm-auto-center-content {
	flex: 0 1 auto;
}
.adm-form {
	--border-inner: solid 1px var(--adm-border-color);
	--border-top: solid 1px var(--adm-border-color);
	--border-bottom: solid 1px var(--adm-border-color);
	--prefix-width: 6.8em;
	---border-inner: var(--border-inner);
	---border-top: var(--border-top);
	---border-bottom: var(--border-bottom);
	---prefix-width: var(--prefix-width);
}
.adm-form .adm-list.adm-list {
	--padding-left: 16px;
	--padding-right: 12px;
	--border-inner: var(---border-inner);
	--border-top: var(---border-top);
	--border-bottom: var(---border-bottom);
}
.adm-form .adm-form-footer {
	padding: 20px 12px;
}
.adm-form .adm-form-item-horizontal.adm-list-item {
	--prefix-width: var(---prefix-width);
}
.adm-form-list-operation {
	color: var(--adm-color-primary);
	text-align: center;
}
.adm-form-item + .adm-form-item {
	border-top: none;
}
.adm-form-item-label {
	box-sizing: border-box;
	color: var(--adm-color-text-secondary);
	display: block;
	height: 100%;
	line-height: 1.5;
	position: relative;
}
.adm-form-item-label .adm-form-item-required-asterisk {
	color: var(--adm-color-danger);
	font-family: SimSun, sans-serif;
	left: -0.6em;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.adm-form-item-label .adm-form-item-required-text {
	color: var(--adm-color-weak);
	margin-left: 4px;
}
.adm-form-item-label-help {
	cursor: pointer;
	margin-left: 4px;
}
.adm-form-item-child {
	display: flex;
}
.adm-form-item-child-position-normal {
	justify-content: normal;
}
.adm-form-item-child-position-normal > * {
	flex: auto;
}
.adm-form-item-child-position-right {
	justify-content: flex-end;
}
.adm-form-item-child-position-right > * {
	flex: none;
}
.adm-form-item-feedback-error {
	color: var(--adm-color-danger);
	margin-top: 4px;
}
.adm-form-item-feedback-warning {
	color: var(--adm-color-warning);
	margin-top: 4px;
}
.adm-form-item.adm-form-item-hidden {
	display: none;
}
.adm-form-item.adm-form-item-horizontal.adm-list-item {
	--align-items: stretch;
}
.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix {
	padding-bottom: 12px;
	padding-top: 12px;
}
.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra {
	align-self: center;
}
.adm-form-item.adm-form-item-vertical .adm-form-item-label {
	font-size: var(--adm-font-size-7);
	margin-bottom: 4px;
}
.adm-popover {
	--z-index: var(--adm-popover-z-index, 1030);
	--background: #fff;
	--arrow-size: 8px;
	--content-padding: 8px 12px;
	animation: none;
	color: var(--adm-color-text);
	cursor: auto;
	left: 0;
	position: absolute;
	text-align: left;
	top: 0;
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text;
	white-space: normal;
	z-index: var(--z-index);
}
.adm-popover.adm-popover-dark {
	--background: rgba(0, 0, 0, 0.75);
	--adm-color-text: #fff;
	color: #fff;
}
.adm-popover.adm-popover-dark .adm-popover-inner {
	box-shadow: none;
}
.adm-popover:after {
	background: hsla(0, 0%, 100%, 0.01);
	content: '';
	position: absolute;
}
.adm-popover-hidden {
	display: none;
}
.adm-popover-inner {
	background-clip: padding-box;
	background-color: var(--background);
	border-radius: 8px;
	box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.2);
	font-size: var(--adm-font-size-7);
	max-width: calc(100vw - 24px);
	min-width: 32px;
	overflow-y: hidden;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.adm-popover-inner-content {
	padding: var(--content-padding);
}
.adm-popover-arrow {
	background: transparent;
	overflow: visible;
	width: var(--arrow-size);
}
.adm-popover-arrow,
.adm-popover-arrow-icon {
	display: block;
	height: var(--arrow-size);
	position: absolute;
}
.adm-popover-arrow-icon {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(var(--arrow-icon-rotate));
	width: calc(var(--arrow-size) / 8 * 15);
}
.adm-popover .adm-popover-arrow {
	color: var(--background);
}
.adm-popover-menu {
	--border-color: var(--adm-color-border);
}
.adm-popover-menu.adm-popover {
	--content-padding: 0;
}
.adm-popover-menu-list {
	min-width: 120px;
	overflow: hidden;
}
.adm-popover-menu-list-inner {
	margin-top: -1px;
}
.adm-popover-menu-list-scroll {
	-webkit-overflow-scrolling: auto;
	overflow-y: scroll;
	padding-right: 2px;
}
.adm-popover-menu-list-scroll::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
}
.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 4px;
}
.adm-popover-menu-item {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	padding-left: 20px;
	position: relative;
}
.adm-popover-menu-item-icon {
	flex: none;
	font-size: 20px;
	padding-right: 8px;
}
.adm-popover-menu-item-text {
	border-top: 1px solid var(--border-color);
	flex: auto;
	padding: 14px 20px 14px 0;
}
.adm-popover-menu-item-disabled {
	cursor: not-allowed;
}
.adm-popover-menu-item-disabled > * {
	opacity: 0.4;
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
	background-color: var(--border-color);
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after {
	border-bottom: 1px solid var(--border-color);
	bottom: -1px;
	content: ' ';
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}
.adm-popover.adm-popover-dark.adm-popover-menu {
	--border-color: var(--adm-color-text);
	--background: rgba(0, 0, 0, 0.9);
}
.adm-grid {
	--gap: 0;
	--gap-horizontal: var(--gap);
	--gap-vertical: var(--gap);
	grid-gap: 10px;
	grid-column-gap: var(--gap-horizontal);
	grid-row-gap: var(--gap-vertical);
	align-items: stretch;
	-webkit-column-gap: var(--gap-horizontal);
	-moz-column-gap: var(--gap-horizontal);
	column-gap: var(--gap-horizontal);
	display: grid;
	grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
	row-gap: var(--gap-vertical);
}
.adm-grid-item {
	grid-column-end: span var(--item-span);
}
.adm-infinite-scroll {
	align-items: center;
	color: var(--adm-color-weak);
	display: flex;
	font-size: var(--adm-font-size-main);
	justify-content: center;
	padding: 18px;
}
.adm-infinite-scroll-failed-text {
	display: inline-block;
	margin-right: 8px;
}
.adm-input {
	--font-size: var(--adm-font-size-9);
	--color: var(--adm-color-text);
	--placeholder-color: var(--adm-color-light);
	--text-align: left;
	--background-color: transparent;
	align-items: center;
	background-color: var(--background-color);
	display: flex;
	justify-content: flex-start;
	max-height: 100%;
	max-width: 100%;
	min-height: 24px;
	width: 100%;
}
.adm-input-disabled {
	cursor: not-allowed;
	opacity: 0.4;
}
.adm-input-element {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: var(--color);
	display: inline-block;
	flex: auto;
	font-size: var(--font-size);
	line-height: 1.5;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	min-height: 1.5em;
	outline: none;
	padding: 0;
	text-align: var(--text-align);
	width: 100%;
}
.adm-input-element::-moz-placeholder {
	color: var(--placeholder-color);
	font-family: inherit;
}
.adm-input-element::placeholder {
	color: var(--placeholder-color);
	font-family: inherit;
}
.adm-input-element:-webkit-autofill {
	background-color: initial;
}
.adm-input-element:-moz-read-only {
	cursor: default;
}
.adm-input-element:read-only {
	cursor: default;
}
.adm-input-element:invalid {
	box-shadow: none;
}
.adm-input-element::-ms-clear,
.adm-input-element::-ms-reveal {
	display: none;
}
.adm-input-element::-webkit-search-cancel-button,
.adm-input-element::-webkit-search-decoration {
	display: none;
}
.adm-input-element:disabled {
	opacity: 1;
}
.adm-input-element[type='date'],
.adm-input-element[type='datetime-local'],
.adm-input-element[type='time'] {
	min-height: 1.5em;
}
.adm-input-element[type='search'] {
	-webkit-appearance: none;
}
.adm-input-element[readonly] {
	pointer-events: none;
}
.adm-input-clear {
	color: var(--adm-color-light);
	cursor: pointer;
	flex: none;
	margin-left: 8px;
	padding: 4px;
}
.adm-input-clear:active {
	color: var(--adm-color-weak);
}
.adm-input-clear .antd-mobile-icon {
	display: block;
	font-size: var(--adm-font-size-7);
}
.adm-nav-bar {
	--height: 45px;
	--border-bottom: none;
	align-items: center;
	border-bottom: var(--border-bottom);
	display: flex;
	height: var(--height);
	padding: 0 12px;
	white-space: nowrap;
}
.adm-nav-bar-left,
.adm-nav-bar-right {
	flex: 1 1;
}
.adm-nav-bar-title {
	flex: auto;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}
.adm-nav-bar-back {
	align-items: center;
	cursor: pointer;
	display: flex;
	margin-right: 16px;
	padding: 6px 0;
}
.adm-nav-bar-back-arrow {
	font-size: 24px;
	margin-right: 4px;
}
.adm-nav-bar-left {
	align-items: center;
	display: flex;
	font-size: var(--adm-font-size-7);
	justify-content: flex-start;
}
.adm-nav-bar-title {
	font-size: var(--adm-font-size-10);
	justify-content: center;
	padding: 0 12px;
	white-space: nowrap;
}
.adm-nav-bar-right {
	text-align: right;
}
.adm-passcode-input {
	--cell-size: 40px;
	--cell-gap: 6px;
	--dot-size: 10px;
	--border-color: var(--adm-color-border);
	--border-radius: 8px;
	display: inline-block;
	position: relative;
}
.adm-passcode-input-cell-container {
	display: inline-flex;
	vertical-align: top;
}
.adm-passcode-input-cell {
	align-items: center;
	background: var(--adm-color-background);
	box-sizing: border-box;
	display: flex;
	flex: none;
	font-size: var(--adm-font-size-10);
	height: var(--cell-size);
	justify-content: center;
	width: var(--cell-size);
}
.adm-passcode-input:not(.adm-passcode-input-seperated) {
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
	overflow: hidden;
}
.adm-passcode-input:not(.adm-passcode-input-seperated)
	.adm-passcode-input-cell:not(:last-child) {
	border-right: 1px solid var(--border-color);
}
.adm-passcode-input:not(
		.adm-passcode-input-seperated
	).adm-passcode-input-focused {
	border-color: var(--adm-color-primary);
	box-shadow: 0 0 2px 0 var(--adm-color-primary);
	outline: none;
}
.adm-passcode-input:not(
		.adm-passcode-input-seperated
	).adm-passcode-input-error {
	animation: adm-shake-horizontal 0.1s ease-in-out 0s 3 normal none running;
	border-color: var(--adm-color-danger);
	box-shadow: 0 0 2px 0 var(--adm-color-danger);
}
.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell {
	border: 1px solid var(--border-color);
	border-radius: var(--border-radius);
}
.adm-passcode-input.adm-passcode-input-seperated
	.adm-passcode-input-cell:not(:last-child) {
	margin-right: var(--cell-gap);
}
.adm-passcode-input.adm-passcode-input-seperated
	.adm-passcode-input-cell-focused {
	border-color: var(--adm-color-primary);
	box-shadow: 0 0 2px 0 var(--adm-color-primary);
}
.adm-passcode-input-seperated.adm-passcode-input-focused {
	outline: none;
}
.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error {
	animation: adm-shake-horizontal 0.1s ease-in-out 0s 3 normal none running;
}
.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error
	.adm-passcode-input-cell {
	border-color: var(--adm-color-danger);
	box-shadow: 0 0 2px 0 var(--adm-color-danger);
}
.adm-passcode-input-cell-dot:before {
	background: var(--adm-color-text);
	border-radius: 100%;
	content: '';
	height: var(--dot-size);
	width: var(--dot-size);
}
.adm-passcode-input-cell-caret:after {
	animation: adm-caret-blink 1s linear infinite;
	background: var(--adm-color-primary);
	content: '';
	height: 1.1em;
	margin-left: 1px;
	width: 2px;
}
.adm-passcode-input > .adm-passcode-input-native-input {
	display: block;
	height: 20px;
	left: -200vw;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 50px;
}
@keyframes adm-shake-horizontal {
	0% {
		transform: translateX(0);
	}
	10% {
		transform: translateX(-4px);
	}
	20% {
		transform: translateX(5px);
	}
	30% {
		transform: translateX(-1px);
	}
	40% {
		transform: translateX(8px);
	}
	50% {
		transform: translateX(0);
	}
	60% {
		transform: translateX(-8px);
	}
	70% {
		transform: translateX(1px);
	}
	80% {
		transform: translateX(-5px);
	}
	90% {
		transform: translateX(4px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes adm-caret-blink {
	0% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}
.adm-radio {
	--icon-size: 22px;
	--font-size: var(--adm-font-size-9);
	--gap: 8px;
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	justify-content: flex-start;
	vertical-align: text-bottom;
}
.adm-radio input[type='radio'] {
	display: none;
}
.adm-radio .adm-radio-icon {
	border: 1px solid var(--adm-color-light);
	border-radius: var(--icon-size);
	box-sizing: border-box;
	color: var(--adm-color-text-light-solid);
	flex: none;
	height: var(--icon-size);
	width: var(--icon-size);
}
.adm-radio .adm-radio-icon > svg {
	display: block;
	height: 100%;
	width: 100%;
}
.adm-radio.adm-radio-block {
	display: flex;
}
.adm-radio.adm-radio-checked .adm-radio-icon {
	background-color: var(--adm-color-primary);
	border-color: var(--adm-color-primary);
}
.adm-radio.adm-radio-disabled {
	cursor: not-allowed;
}
.adm-radio.adm-radio-disabled .adm-radio-content {
	opacity: 0.4;
}
.adm-radio.adm-radio-disabled .adm-radio-icon {
	background-color: var(--adm-color-fill-content);
	border-color: var(--adm-color-light);
	color: var(--adm-color-light);
}
.adm-radio .adm-radio-custom-icon {
	font-size: var(--icon-size);
}
.adm-radio-content {
	flex: 0 1 auto;
	font-size: var(--font-size);
	padding-left: var(--gap);
}
.adm-skeleton {
	--width: 100%;
	--height: 0;
	--border-radius: 0;
	background-color: hsla(0, 0%, 75%, 0.2);
	border-radius: var(--border-radius);
	display: block;
	height: var(--height);
	width: var(--width);
}
.adm-skeleton.adm-skeleton-animated {
	animation: adm-skeleton-loading 1.4s ease infinite;
	background: linear-gradient(
		90deg,
		hsla(0, 0%, 75%, 0.2) 25%,
		hsla(0, 0%, 51%, 0.24) 37%,
		hsla(0, 0%, 75%, 0.2) 63%
	);
	background-size: 400% 100%;
}
.adm-skeleton.adm-skeleton-title {
	--width: 45%;
	--height: 32px;
	--border-radius: 2px;
	margin-bottom: 16px;
	margin-top: 16px;
}
.adm-skeleton.adm-skeleton-paragraph-line {
	--height: 18px;
	--border-radius: 2px;
	margin-bottom: 12px;
	margin-top: 12px;
}
.adm-skeleton.adm-skeleton-paragraph-line:last-child {
	--width: 65%;
}
@keyframes adm-skeleton-loading {
	0% {
		background-position: 100% 50%;
	}
	to {
		background-position: 0 50%;
	}
}
.adm-slider {
	--fill-color: var(--adm-color-primary);
	list-style: none;
	padding: 5px 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.adm-slider-track-container {
	padding: 8px 0;
}
.adm-slider-track {
	background-color: var(--adm-color-fill-content);
	border-radius: 3px;
	height: 3px;
	position: relative;
	width: 100%;
}
.adm-slider-fill {
	background-color: var(--fill-color);
	border-radius: 3px;
	height: 3px;
	position: absolute;
	z-index: 1;
}
.adm-slider-ticks {
	background: transparent;
	height: 3px;
	position: absolute;
	width: 100%;
}
.adm-slider-tick {
	background-color: var(--adm-color-fill-content);
	border-radius: 50%;
	height: 7px;
	margin-left: -3px;
	position: absolute;
	top: -2px;
	width: 7px;
}
.adm-slider-tick-active {
	background-color: var(--fill-color);
}
.adm-slider-thumb {
	background: var(--adm-color-text-light-solid);
	border-radius: 50%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	color: var(--fill-color);
	height: 28px;
	line-height: 28px;
	margin: 2px;
	text-align: center;
	width: 28px;
}
.adm-slider-thumb:focus {
	outline: none;
}
.adm-slider-thumb-icon {
	height: 12px;
	margin: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 12px;
}
.adm-slider-thumb-container {
	border-radius: 50%;
	cursor: grab;
	height: 32px;
	position: absolute;
	top: 50%;
	touch-action: none;
	transform: translate(-50%, -50%);
	width: 32px;
	z-index: 2;
}
.adm-slider-mark {
	font-size: var(--adm-font-size-3);
	height: 11px;
	margin-top: 10px;
	overflow: visible;
	position: relative;
	width: 100%;
}
.adm-slider-mark-text {
	color: var(--adm-color-text);
	display: inline-block;
	line-height: 1;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	word-break: keep-all;
}
.adm-slider-disabled .adm-slider-mark,
.adm-slider-disabled .adm-slider-thumb-icon {
	opacity: 0.4;
}
.adm-slider-disabled .adm-slider-fill:after,
.adm-slider-disabled .adm-slider-tick-active:after {
	background-color: hsla(0, 0%, 100%, 0.6);
	border-radius: inherit;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.adm-slider-disabled .adm-slider-thumb {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
	cursor: not-allowed;
}
.adm-slider-disabled .adm-slider-mark-text,
.adm-slider-disabled .adm-slider-tick {
	box-shadow: none;
	cursor: not-allowed;
}
.adm-space-item {
	flex: none;
}
.adm-space {
	--gap: 8px;
	--gap-vertical: var(--gap);
	--gap-horizontal: var(--gap);
	display: inline-flex;
}
.adm-space-vertical {
	flex-direction: column;
}
.adm-space-vertical > .adm-space-item {
	margin-bottom: var(--gap-vertical);
}
.adm-space-vertical > .adm-space-item:last-child {
	margin-bottom: 0;
}
.adm-space-horizontal {
	flex-direction: row;
}
.adm-space-horizontal:not(:empty) {
	margin-right: calc(var(--gap-horizontal) * -1);
}
.adm-space-horizontal > .adm-space-item {
	margin-right: var(--gap-horizontal);
}
.adm-space-horizontal.adm-space-wrap {
	flex-wrap: wrap;
	margin-bottom: calc(var(--gap-vertical) * -1);
}
.adm-space-horizontal.adm-space-wrap > .adm-space-item {
	padding-bottom: var(--gap-vertical);
}
.adm-space.adm-space-block {
	display: flex;
}
.adm-space-align-center {
	align-items: center;
}
.adm-space-align-start {
	align-items: flex-start;
}
.adm-space-align-end {
	align-items: flex-end;
}
.adm-space-align-baseline {
	align-items: baseline;
}
.adm-space-justify-center {
	justify-content: center;
}
.adm-space-justify-start {
	justify-content: flex-start;
}
.adm-space-justify-end {
	justify-content: flex-end;
}
.adm-space-justify-between {
	justify-content: space-between;
}
.adm-space-justify-around {
	justify-content: space-around;
}
.adm-space-justify-evenly {
	justify-content: space-evenly;
}
.adm-space-justify-stretch {
	justify-content: stretch;
}
.adm-step {
	--line-to-next-color: var(--adm-color-border);
	--icon-color: var(--adm-color-border);
	z-index: 0;
}
.adm-step,
.adm-step .adm-step-indicator {
	position: relative;
}
.adm-step .adm-step-indicator:after {
	background-color: var(--line-to-next-color);
	content: '';
	position: absolute;
	z-index: 0;
}
.adm-step .adm-step-indicator .adm-step-icon-container {
	color: var(--icon-color);
	position: absolute;
	z-index: 1;
}
.adm-step .adm-step-indicator .adm-step-icon-container > .antd-mobile-icon {
	display: block;
}
.adm-step:last-child .adm-step-indicator:after {
	display: none;
}
.adm-step-status-finish {
	--line-to-next-color: var(--adm-color-primary);
}
.adm-step-status-wait {
	--icon-color: var(--adm-color-border);
}
.adm-step-status-wait .adm-step-title {
	color: var(--adm-color-weak);
}
.adm-step-status-process {
	--icon-color: var(--adm-color-primary);
}
.adm-step-status-process .adm-step-title {
	color: var(--adm-color-primary);
}
.adm-step-status-finish {
	--icon-color: var(--adm-color-primary);
}
.adm-step-status-error {
	--icon-color: var(--adm-color-danger);
}
.adm-step-status-error .adm-step-title {
	color: var(--adm-color-danger);
}
.adm-steps {
	--title-font-size: var(--adm-font-size-main);
	--description-font-size: var(--adm-font-size-4);
	--indicator-margin-right: 0;
	--icon-size: 18px;
	box-sizing: border-box;
	width: 100%;
}
.adm-steps-horizontal {
	display: flex;
	justify-content: space-around;
	padding: 8px 0;
}
.adm-steps-horizontal .adm-step {
	flex: 1 1;
}
.adm-steps-horizontal .adm-step .adm-step-indicator {
	height: 24px;
	width: 100%;
}
.adm-steps-horizontal .adm-step .adm-step-indicator:after {
	height: 1px;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.adm-steps-horizontal .adm-step .adm-step-indicator .adm-step-icon-container {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.adm-steps-horizontal .adm-step-content {
	font-size: var(--description-font-size);
	padding: 2px 8px 0;
	text-align: center;
}
.adm-steps-horizontal .adm-step-content .adm-step-title {
	font-size: var(--title-font-size);
}
.adm-steps-horizontal .adm-step-content .adm-step-description {
	color: var(--adm-color-weak);
	margin-top: 4px;
}
.adm-steps-vertical {
	padding: 8px 16px;
}
.adm-steps-vertical .adm-step {
	align-items: stretch;
	display: flex;
}
.adm-steps-vertical .adm-step .adm-step-indicator {
	flex: none;
	margin-right: var(--indicator-margin-right);
	width: 24px;
}
.adm-steps-vertical .adm-step .adm-step-indicator:after {
	height: 100%;
	left: 50%;
	top: calc(var(--title-font-size) * 1.5 / 2);
	transform: translateX(-50%);
	width: 1px;
}
.adm-steps-vertical .adm-step .adm-step-indicator .adm-step-icon-container {
	left: 50%;
	top: calc(var(--title-font-size) * 1.5 / 2);
	transform: translate(-50%, -50%);
}
.adm-steps-vertical .adm-step:last-child .adm-step-content {
	padding-bottom: 0;
}
.adm-steps-vertical .adm-step .adm-step-content {
	flex: auto;
	padding-bottom: 24px;
}
.adm-steps-vertical .adm-step .adm-step-content .adm-step-title {
	font-size: var(--title-font-size);
	line-height: 1.5;
}
.adm-steps-vertical .adm-step .adm-step-content .adm-step-description {
	color: var(--adm-color-weak);
	font-size: var(--description-font-size);
	padding-top: 4px;
}
.adm-step-icon-container {
	font-size: var(--icon-size);
}
.adm-step-icon-dot {
	background: currentColor;
	border-radius: 4px;
	display: block;
	height: 8px;
	width: 8px;
}
.adm-swiper {
	--height: auto;
	--width: 100%;
	--border-radius: 0;
	--track-padding: 0;
	--slide-size: 100%;
	--track-offset: 0%;
	border-radius: var(--border-radius);
	display: block;
	height: var(--height);
	overflow: hidden;
	position: relative;
	width: var(--width);
	z-index: 0;
}
.adm-swiper-track {
	height: 100%;
	padding: var(--track-padding);
	white-space: nowrap;
	width: 100%;
}
.adm-swiper-track-allow-touch-move {
	cursor: grab;
}
.adm-swiper-track-inner {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}
.adm-swiper-slide,
.adm-swiper-slide-placeholder {
	display: block;
	flex: none;
	height: 100%;
	position: relative;
	white-space: inherit;
	width: 100%;
}
.adm-swiper-item {
	display: block;
	height: 100%;
	white-space: normal;
	width: 100%;
}
.adm-swiper-horizontal .adm-swiper-track-allow-touch-move {
	touch-action: pan-y;
}
.adm-swiper-horizontal .adm-swiper-indicator {
	bottom: 6px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.adm-swiper-horizontal .adm-swiper-track {
	transform: translateX(var(--track-offset));
}
.adm-swiper-horizontal .adm-swiper-track-inner {
	flex-direction: row;
	width: var(--slide-size);
}
.adm-swiper-vertical .adm-swiper-track-allow-touch-move {
	touch-action: pan-x;
}
.adm-swiper-vertical .adm-swiper-indicator {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.adm-swiper-vertical .adm-swiper-track {
	transform: translateY(var(--track-offset));
}
.adm-swiper-vertical .adm-swiper-track-inner {
	flex-direction: column;
	height: var(--slide-size);
}
.adm-page-indicator {
	--dot-color: var(--adm-color-light);
	--active-dot-color: var(--adm-color-primary);
	--dot-size: 3px;
	--active-dot-size: 13px;
	--dot-border-radius: 1px;
	--active-dot-border-radius: var(--dot-border-radius);
	--dot-spacing: 3px;
	display: flex;
	width: auto;
}
.adm-page-indicator-dot {
	background: var(--dot-color);
	border-radius: var(--dot-border-radius);
	display: block;
	height: var(--dot-size);
	width: var(--dot-size);
}
.adm-page-indicator-dot:last-child {
	margin-right: 0;
}
.adm-page-indicator-dot-active {
	background: var(--active-dot-color);
	border-radius: var(--active-dot-border-radius);
}
.adm-page-indicator-color-white {
	--dot-color: hsla(0, 0%, 100%, 0.5);
	--active-dot-color: var(--adm-color-text-light-solid);
}
.adm-page-indicator-horizontal {
	flex-direction: row;
}
.adm-page-indicator-horizontal .adm-page-indicator-dot {
	margin-right: var(--dot-spacing);
}
.adm-page-indicator-horizontal .adm-page-indicator-dot-active {
	width: var(--active-dot-size);
}
.adm-page-indicator-vertical {
	flex-direction: column;
}
.adm-page-indicator-vertical .adm-page-indicator-dot {
	margin-bottom: var(--dot-spacing);
}
.adm-page-indicator-vertical .adm-page-indicator-dot-active {
	height: var(--active-dot-size);
}
@keyframes loading-rotate {
	to {
		transform: rotate(1turn);
	}
}
.adm-switch {
	--checked-color: var(--adm-color-primary);
	--height: 31px;
	--width: 51px;
	--border-width: 2px;
	align-self: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.adm-switch input {
	display: none;
}
.adm-switch-checkbox {
	background: var(--adm-color-border);
	border-radius: 31px;
	box-sizing: border-box;
	height: var(--height);
	line-height: var(--height);
	min-width: var(--width);
	overflow: hidden;
	z-index: 0;
}
.adm-switch-checkbox:before {
	background: var(--adm-color-background);
	box-sizing: border-box;
	content: ' ';
	transform: scale(1);
	width: calc(100% - var(--border-width) * 2);
	z-index: 1;
}
.adm-switch-checkbox:before,
.adm-switch-handle {
	border-radius: calc(var(--height) - var(--border-width) * 2);
	height: calc(var(--height) - var(--border-width) * 2);
	left: var(--border-width);
	position: absolute;
	top: var(--border-width);
	transition: all 0.2s;
}
.adm-switch-handle {
	background: var(--adm-color-text-light-solid);
	box-shadow:
		0 0 2px 0 rgba(0, 0, 0, 0.2),
		0 2px 11.5px 0 rgba(0, 0, 0, 0.08),
		-1px 2px 2px 0 rgba(0, 0, 0, 0.1);
	width: calc(var(--height) - var(--border-width) * 2);
	z-index: 2;
}
.adm-switch-handle,
.adm-switch-inner {
	align-items: center;
	display: flex;
	justify-content: center;
}
.adm-switch-inner {
	color: var(--adm-color-weak);
	font-size: var(--adm-font-size-7);
	height: 100%;
	margin: 0 8px 0 calc(var(--height) - var(--border-width) + 5px);
	position: relative;
	transition: margin 0.2s;
	z-index: 1;
}
.adm-switch.adm-switch-checked .adm-switch-checkbox {
	background: var(--checked-color);
}
.adm-switch.adm-switch-checked .adm-switch-checkbox:before {
	transform: scale(0);
}
.adm-switch.adm-switch-checked .adm-switch-handle {
	left: calc(100% - var(--height) + var(--border-width));
}
.adm-switch.adm-switch-checked .adm-switch-inner {
	color: var(--adm-color-text-light-solid);
	margin: 0 calc(var(--height) - var(--border-width) + 5px) 0 8px;
}
.adm-switch.adm-switch-disabled {
	cursor: not-allowed;
	opacity: 0.4;
}
.adm-switch-spin-icon {
	animation: loading-rotate 1s linear infinite;
	height: 14px;
	width: 14px;
}
.adm-tabs {
	--title-font-size: var(--adm-font-size-9);
	--content-padding: 12px;
	--active-line-height: 2px;
	--active-line-border-radius: var(--active-line-height);
	--active-line-color: var(--adm-color-primary);
	--active-title-color: var(--adm-color-primary);
	min-width: 0;
	position: relative;
}
.adm-tabs-header {
	border-bottom: 1px solid var(--adm-color-border);
	position: relative;
}
.adm-tabs-tab-list {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	overflow-x: scroll;
	position: relative;
	scrollbar-width: none;
}
.adm-tabs-tab-list::-webkit-scrollbar {
	display: none;
}
.adm-tabs-tab-wrapper {
	padding: 0 12px;
}
.adm-tabs-tab-wrapper-stretch {
	flex: auto;
}
.adm-tabs-tab {
	cursor: pointer;
	font-size: var(--title-font-size);
	margin: 0 auto;
	padding: 8px 0 10px;
	position: relative;
	white-space: nowrap;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
.adm-tabs-tab-active {
	color: var(--active-title-color);
}
.adm-tabs-tab-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.adm-tabs-tab-line {
	background: var(--active-line-color);
	border-radius: var(--active-line-border-radius);
	bottom: 0;
	height: var(--active-line-height);
	position: absolute;
}
.adm-tabs-content {
	padding: var(--content-padding);
}
.adm-tabs-header-mask {
	bottom: 0;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 1;
}
.adm-tabs-header-mask-left {
	background: linear-gradient(
		to right,
		var(--adm-color-background),
		hsla(0, 0%, 100%, 0)
	);
	left: 0;
}
.adm-tabs-header-mask-right {
	background: linear-gradient(
		to left,
		var(--adm-color-background),
		hsla(0, 0%, 100%, 0)
	);
	right: 0;
}
.adm-text-area {
	--font-size: var(--adm-font-size-9);
	--color: var(--adm-color-text);
	--placeholder-color: var(--adm-color-light);
	--disabled-color: var(--adm-color-weak);
	--text-align: left;
	--count-text-align: right;
	position: relative;
}
.adm-text-area,
.adm-text-area-element {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}
.adm-text-area-element {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: var(--color);
	display: block;
	flex: auto;
	font-family: var(--adm-font-family);
	font-size: var(--font-size);
	line-height: 1.5;
	margin: 0;
	min-height: 1.5em;
	outline: none;
	padding: 0;
	resize: none;
	text-align: var(--text-align);
}
.adm-text-area-element::-moz-placeholder {
	color: var(--placeholder-color);
	font-family: inherit;
}
.adm-text-area-element::placeholder {
	color: var(--placeholder-color);
	font-family: inherit;
}
.adm-text-area-element:-webkit-autofill {
	background-color: initial;
}
.adm-text-area-element:disabled {
	-webkit-text-fill-color: var(--disabled-color);
	color: var(--disabled-color);
	cursor: not-allowed;
	opacity: 1;
}
.adm-text-area-element:-moz-read-only {
	cursor: default;
}
.adm-text-area-element:read-only {
	cursor: default;
}
.adm-text-area-element:invalid {
	box-shadow: none;
}
.adm-text-area-element::-ms-clear {
	display: none;
}
.adm-text-area-element-hidden {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: -1000;
}
.adm-text-area-count {
	color: var(--adm-color-weak);
	font-size: var(--adm-font-size-9);
	padding-top: 8px;
	text-align: var(--count-text-align);
}
.adm-toast-mask .adm-toast-wrap {
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
}
.adm-toast-mask .adm-toast-main {
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: var(--adm-font-size-7);
	line-height: 1.5;
	max-height: 70%;
	max-width: 204px;
	overflow: auto;
	pointer-events: all;
	position: relative;
	text-align: left;
	text-align: initial;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	word-break: break-all;
}
.adm-toast-mask .adm-toast-main-text {
	min-width: 0;
	padding: 12px;
}
.adm-toast-mask .adm-toast-main-icon {
	min-width: 150px;
	padding: 35px 12px;
}
.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 8px;
	text-align: center;
}
.adm-toast-loading {
	--size: 48px;
	margin: 0 auto 8px;
}
.GbPopupPage_root__soB03 .GbPopupPage_header__XDXfs {
	align-items: center;
	background: var(--adm-color-primary);
	color: #fff;
	color: var(--design-button-text-color, var(--design-text-color, #fff));
	display: flex;
	font-size: 1.2rem;
	height: 3rem;
	justify-content: space-between;
	padding: 0 0.5rem;
}
.GbPopupPage_root__soB03
	.GbPopupPage_header__XDXfs
	.GbPopupPage_closeButton__DjBl- {
	font-size: 1.4rem;
}
.GbPopupPage_root__soB03 .GbPopupPage_content__NwCgu {
	height: calc(100% - 3rem);
	position: relative;
}
.GbPopupPage_root__soB03
	.GbPopupPage_content__NwCgu
	.GbPopupPage_loading__QpsB-,
.GbPopupPage_root__soB03 .GbPopupPage_content__NwCgu iframe {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.GbPopupPage_root__soB03
	.GbPopupPage_content__NwCgu
	.GbPopupPage_loading__QpsB- {
	align-items: center;
	background: #0d131c;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.GbPopupPage_root__soB03
	.GbPopupPage_content__NwCgu
	.GbPopupPage_loading__QpsB-
	> div {
	max-height: 100%;
}
.GbPopupPage_root__soB03 .GbPopupPage_content__NwCgu iframe {
	z-index: 2;
}
.BbNoticePopup_root__JRHtc {
	position: relative;
}
.BbNoticePopup_root__JRHtc .BbNoticePopup_content__GZfG6 {
	height: auto;
	max-width: 500px;
	width: 80vw;
	width: var(--vw, 80vw);
}
.BbNoticePopup_root__JRHtc .BbNoticePopup_bg__lynaK {
	display: block;
	height: auto;
	margin: auto;
	max-height: 70vh;
	max-width: 500px;
}
.BbNoticePopup_root__JRHtc .BbNoticePopup_inner__H6RJA {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.BbNoticePopup_root__JRHtc .BbNoticePopup_inner__H6RJA p {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	white-space: pre-wrap;
	word-break: break-word;
}
.BbNoticePopup_root__JRHtc
	.BbNoticePopup_inner__H6RJA
	.BbNoticePopup_button__mlBVR {
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: flex;
	height: 3rem;
	justify-content: center;
	width: 12rem;
}
.BbNoticePopup_root__JRHtc .BbNoticePopup_close__iEZRL {
	bottom: -45px;
	font-size: 24px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

@media (max-width: 768px) {
	.adm-swiper-horizontal .adm-swiper-track-inner {
		width: 100%;
	}
	.adm-swiper-slide {
		display: none;
	}
	.adm-swiper-slide.active {
		display: block;
		left: 0 !important;
		transform: none !important;
	}
	.adm-swiper.adm-swiper-horizontal {
		--slide-size: 0 !important;
		--track-offset: 0 !important;
	}

	.games__item-block {
		width: 24.5% !important;
		max-width: 24.5% !important;
	}
}
