/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs.ant-tabs-card {
	.ant-tabs-card-bar {
		.ant-tabs-nav-container {
			height: 40px;
		}
		.ant-tabs-ink-bar {
			visibility: hidden;
		}
		.ant-tabs-tab {
			height: 40px;
			margin: 0;
			margin-right: 2px;
			padding: 0 16px;
			line-height: 38px;
			background: #fafafa;
			border: 1px solid #f0f0f0;
			border-radius: 2px 2px 0 0;
			transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
			.ant-tabs-close-x {
				width: 16px;
				height: 16px;
				height: 14px;
				margin-right: -5px;
				margin-left: 3px;
				overflow: hidden;
				color: rgba(0, 0, 0, 0.45);
				font-size: 12px;
				vertical-align: middle;
				transition: all 0.3s;
				&:hover {
					color: rgba(0, 0, 0, 0.85);
				}
			}
			&:hover {
				.anticon-close {
					opacity: 1;
				}
			}
		}
		.ant-tabs-tab-active {
			height: 40px;
			color: #1890ff;
			background: #fff;
			border-color: #f0f0f0;
			border-bottom: 1px solid #fff;
			&::before {
				border-top: 2px solid transparent;
			}
		}
		.ant-tabs-tab-disabled {
			color: #1890ff;
			color: rgba(0, 0, 0, 0.25);
		}
		.ant-tabs-tab-inactive {
			padding: 0;
		}
		.ant-tabs-nav-wrap {
			margin-bottom: 0;
		}
	}
	.ant-tabs-card-content {
		> .ant-tabs-tabpane {
			transition: none !important;
		}
		> .ant-tabs-tabpane-inactive {
			overflow: hidden;
		}
	}
	.ant-tabs-extra-content {
		line-height: 40px;
	}
}
.ant-tabs.ant-tabs-editable-card {
	.ant-tabs-card-content {
		> .ant-tabs-tabpane {
			transition: none !important;
		}
		> .ant-tabs-tabpane-inactive {
			overflow: hidden;
		}
	}
}
.ant-tabs-extra-content {
	line-height: 46.001px;
	.ant-tabs-new-tab {
		position: relative;
		width: 20px;
		height: 20px;
		color: rgba(0, 0, 0, 0.85);
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		border: 1px solid #f0f0f0;
		border-radius: 2px;
		cursor: pointer;
		transition: all 0.3s;
		&:hover {
			color: #1890ff;
			border-color: #1890ff;
		}
		svg {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
		}
	}
}
.ant-tabs.ant-tabs-large {
	.ant-tabs-extra-content {
		line-height: 57.144px;
	}
}
.ant-tabs.ant-tabs-small {
	.ant-tabs-extra-content {
		line-height: 38.001px;
	}
}
.ant-tabs-vertical.ant-tabs-card {
	.ant-tabs-card-bar.ant-tabs-left-bar {
		.ant-tabs-nav-container {
			height: 100%;
		}
		.ant-tabs-tab {
			margin-bottom: 8px;
			border-bottom: 1px solid #f0f0f0;
			&:last-child {
				margin-bottom: 8px;
			}
		}
		.ant-tabs-tab-active {
			padding-bottom: 4px;
		}
		.ant-tabs-new-tab {
			width: 90%;
		}
	}
	.ant-tabs-card-bar.ant-tabs-right-bar {
		.ant-tabs-nav-container {
			height: 100%;
		}
		.ant-tabs-tab {
			margin-bottom: 8px;
			border-bottom: 1px solid #f0f0f0;
			&:last-child {
				margin-bottom: 8px;
			}
		}
		.ant-tabs-tab-active {
			padding-bottom: 4px;
		}
		.ant-tabs-new-tab {
			width: 90%;
		}
	}
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left {
	.ant-tabs-card-bar.ant-tabs-left-bar {
		.ant-tabs-nav-wrap {
			margin-right: 0;
		}
		.ant-tabs-tab {
			margin-right: 1px;
			border-right: 0;
			border-radius: 2px 0 0 2px;
		}
		.ant-tabs-tab-active {
			margin-right: -1px;
			padding-right: 18px;
		}
	}
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right {
	.ant-tabs-card-bar.ant-tabs-right-bar {
		.ant-tabs-nav-wrap {
			margin-left: 0;
		}
		.ant-tabs-tab {
			margin-left: 1px;
			border-left: 0;
			border-radius: 0 2px 2px 0;
		}
		.ant-tabs-tab-active {
			margin-left: -1px;
			padding-left: 18px;
		}
	}
}
.ant-tabs {
	.ant-tabs-card-bar.ant-tabs-bottom-bar {
		.ant-tabs-tab {
			height: auto;
			border-top: 0;
			border-bottom: 1px solid #f0f0f0;
			border-radius: 0 0 2px 2px;
		}
		.ant-tabs-tab-active {
			padding-top: 1px;
			padding-bottom: 0;
			color: #1890ff;
		}
	}
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	font-feature-settings: "tnum";
	position: relative;
	overflow: hidden;
	zoom: 1;
	&::before {
		display: table;
		content: "";
	}
	&::after {
		display: table;
		content: "";
		clear: both;
	}
	.ant-tabs-large-bar {
		.ant-tabs-nav-container {
			font-size: 16px;
		}
		.ant-tabs-tab {
			padding: 16px;
		}
	}
	.ant-tabs-small-bar {
		.ant-tabs-nav-container {
			font-size: 14px;
		}
		.ant-tabs-tab {
			padding: 8px 16px;
		}
	}
	.ant-tabs-centered-bar {
		.ant-tabs-nav-wrap {
			text-align: center;
		}
	}
	.ant-tabs-top-content {
		width: 100%;
		> .ant-tabs-tabpane {
			flex-shrink: 0;
			width: 100%;
			-webkit-backface-visibility: hidden;
			opacity: 1;
			transition: opacity 0.45s;
		}
		> .ant-tabs-tabpane-inactive {
			height: 0;
			padding: 0 !important;
			overflow: hidden;
			opacity: 0;
			pointer-events: none;
			input {
				visibility: hidden;
			}
		}
	}
	.ant-tabs-bottom-content {
		width: 100%;
		> .ant-tabs-tabpane {
			flex-shrink: 0;
			width: 100%;
			-webkit-backface-visibility: hidden;
			opacity: 1;
			transition: opacity 0.45s;
		}
		> .ant-tabs-tabpane-inactive {
			height: 0;
			padding: 0 !important;
			overflow: hidden;
			opacity: 0;
			pointer-events: none;
			input {
				visibility: hidden;
			}
		}
	}
	.ant-tabs-top-content.ant-tabs-content-animated {
		display: flex;
		flex-direction: row;
		transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		will-change: margin-left;
	}
	.ant-tabs-bottom-content.ant-tabs-content-animated {
		display: flex;
		flex-direction: row;
		transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		will-change: margin-left;
	}
	.ant-tabs-left-bar {
		height: 100%;
		border-bottom: 0;
		float: left;
		margin-right: -1px;
		margin-bottom: 0;
		border-right: 1px solid #f0f0f0;
		.ant-tabs-tab-arrow-show {
			width: 100%;
			height: 32px;
		}
		.ant-tabs-tab {
			display: block;
			float: none;
			margin: 0 0 16px 0;
			padding: 8px 24px;
			text-align: right;
			&:last-child {
				margin-bottom: 0;
			}
		}
		.ant-tabs-extra-content {
			text-align: center;
		}
		.ant-tabs-nav-scroll {
			width: auto;
		}
		.ant-tabs-nav-container {
			height: 100%;
			margin-bottom: 0;
			margin-right: -1px;
		}
		.ant-tabs-nav-wrap {
			height: 100%;
			margin-bottom: 0;
			margin-right: -1px;
		}
		.ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
			padding: 32px 0;
		}
		.ant-tabs-nav {
			width: 100%;
		}
		.ant-tabs-ink-bar {
			top: 0;
			bottom: auto;
			left: auto;
			width: 2px;
			height: 0;
			right: 1px;
		}
		.ant-tabs-tab-next {
			right: 0;
			bottom: 0;
			width: 100%;
			height: 32px;
		}
		.ant-tabs-tab-prev {
			top: 0;
			width: 100%;
			height: 32px;
		}
	}
	.ant-tabs-right-bar {
		height: 100%;
		border-bottom: 0;
		float: right;
		margin-bottom: 0;
		margin-left: -1px;
		border-left: 1px solid #f0f0f0;
		.ant-tabs-tab-arrow-show {
			width: 100%;
			height: 32px;
		}
		.ant-tabs-tab {
			display: block;
			float: none;
			margin: 0 0 16px 0;
			padding: 8px 24px;
			&:last-child {
				margin-bottom: 0;
			}
		}
		.ant-tabs-extra-content {
			text-align: center;
		}
		.ant-tabs-nav-scroll {
			width: auto;
		}
		.ant-tabs-nav-container {
			height: 100%;
			margin-bottom: 0;
			margin-left: -1px;
		}
		.ant-tabs-nav-wrap {
			height: 100%;
			margin-bottom: 0;
			margin-left: -1px;
		}
		.ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
			padding: 32px 0;
		}
		.ant-tabs-nav {
			width: 100%;
		}
		.ant-tabs-ink-bar {
			top: 0;
			bottom: auto;
			left: auto;
			width: 2px;
			height: 0;
			left: 1px;
		}
		.ant-tabs-tab-next {
			right: 0;
			bottom: 0;
			width: 100%;
			height: 32px;
		}
		.ant-tabs-tab-prev {
			top: 0;
			width: 100%;
			height: 32px;
		}
	}
	.ant-tabs-left-content {
		width: auto;
		margin-top: 0 !important;
		overflow: hidden;
		padding-left: 24px;
		border-left: 1px solid #f0f0f0;
	}
	.ant-tabs-right-content {
		width: auto;
		margin-top: 0 !important;
		overflow: hidden;
		padding-right: 24px;
		border-right: 1px solid #f0f0f0;
	}
}
.ant-tabs-ink-bar {
	position: absolute;
	bottom: 1px;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 0;
	height: 2px;
	background-color: #1890ff;
	transform-origin: 0 0;
}
.ant-tabs-bar {
	margin: 0 0 16px 0;
	border-bottom: 1px solid #f0f0f0;
	outline: none;
	transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
	position: relative;
	box-sizing: border-box;
	margin-bottom: -1px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5715;
	white-space: nowrap;
	transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	zoom: 1;
	&::before {
		display: table;
		content: "";
	}
	&::after {
		display: table;
		content: "";
		clear: both;
	}
}
.ant-tabs-nav-container-scrolling {
	padding-right: 32px;
	padding-left: 32px;
}
.ant-tabs-bottom {
	.ant-tabs-bottom-bar {
		margin-top: 16px;
		margin-bottom: 0;
		border-top: 1px solid #f0f0f0;
		border-bottom: none;
		.ant-tabs-ink-bar {
			top: 1px;
			bottom: auto;
		}
		.ant-tabs-nav-container {
			margin-top: -1px;
			margin-bottom: 0;
		}
	}
	.ant-tabs-ink-bar-animated {
		transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
			left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}
.ant-tabs-tab-prev {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 100%;
	color: rgba(0, 0, 0, 0.45);
	text-align: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	opacity: 0;
	transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
		color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	left: 0;
	&:hover {
		color: rgba(0, 0, 0, 0.85);
	}
}
.ant-tabs-tab-next {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 100%;
	color: rgba(0, 0, 0, 0.45);
	text-align: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	opacity: 0;
	transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
		color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	right: 2px;
	&:hover {
		color: rgba(0, 0, 0, 0.85);
	}
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show {
	width: 32px;
	height: 100%;
	opacity: 1;
	pointer-events: auto;
}
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
	width: 32px;
	height: 100%;
	opacity: 1;
	pointer-events: auto;
}
.ant-tabs-tab-prev-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: inherit;
	text-align: center;
	text-transform: none;
	transform: translate(-50%, -50%);
}
.ant-tabs-tab-next-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: inherit;
	text-align: center;
	text-transform: none;
	transform: translate(-50%, -50%);
}
.ant-tabs-tab-prev-icon-target {
	display: block;
	display: inline-block;
	font-size: 12px;
	font-size: 10px \9;
	transform: scale(0.83333333) rotate(0deg);
}
.ant-tabs-tab-next-icon-target {
	display: block;
	display: inline-block;
	font-size: 12px;
	font-size: 10px \9;
	transform: scale(0.83333333) rotate(0deg);
}
.ant-tabs-tab-btn-disabled {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.25);
	&:hover {
		color: rgba(0, 0, 0, 0.25);
	}
}
.ant-tabs-nav-wrap {
	margin-bottom: -1px;
	overflow: hidden;
}
.ant-tabs-nav-scroll {
	overflow: hidden;
	white-space: nowrap;
}
.ant-tabs-nav {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding-left: 0;
	list-style: none;
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	&::before {
		display: table;
		content: " ";
	}
	&::after {
		display: table;
		content: " ";
		clear: both;
	}
	.ant-tabs-tab {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		height: 100%;
		margin: 0 32px 0 0;
		padding: 12px 16px;
		text-decoration: none;
		cursor: pointer;
		transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		&::before {
			position: absolute;
			top: -1px;
			left: 0;
			width: 100%;
			border-top: 2px solid transparent;
			border-radius: 2px 2px 0 0;
			transition: all 0.3s;
			content: "";
			pointer-events: none;
		}
		&:last-child {
			margin-right: 0;
		}
		&:hover {
			color: #40a9ff;
		}
		&:active {
			color: #096dd9;
		}
		.anticon {
			margin-right: 8px;
		}
	}
	.ant-tabs-tab-active {
		color: #1890ff;
		font-weight: 500;
	}
	.ant-tabs-tab-disabled {
		color: rgba(0, 0, 0, 0.25);
		cursor: not-allowed;
		&:hover {
			color: rgba(0, 0, 0, 0.25);
			cursor: not-allowed;
		}
	}
}
.ant-tabs-content {
	&::before {
		display: block;
		overflow: hidden;
		content: "";
	}
}
.ant-tabs-top {
	.ant-tabs-ink-bar-animated {
		transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
			left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}
.ant-tabs-left {
	.ant-tabs-ink-bar-animated {
		transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
			top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}
.ant-tabs-right {
	.ant-tabs-ink-bar-animated {
		transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
			top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}
.no-flex {
	> .ant-tabs-content {
		> .ant-tabs-content-animated {
			margin-left: 0 !important;
			transform: none !important;
		}
		> .ant-tabs-tabpane-inactive {
			height: 0;
			padding: 0 !important;
			overflow: hidden;
			opacity: 0;
			pointer-events: none;
			input {
				visibility: hidden;
			}
		}
	}
}
.ant-tabs-no-animation {
	> .ant-tabs-content {
		> .ant-tabs-content-animated {
			margin-left: 0 !important;
			transform: none !important;
		}
		> .ant-tabs-tabpane-inactive {
			height: 0;
			padding: 0 !important;
			overflow: hidden;
			opacity: 0;
			pointer-events: none;
			input {
				visibility: hidden;
			}
		}
	}
}
.ant-tabs-left-content {
	> .ant-tabs-content-animated {
		margin-left: 0 !important;
		transform: none !important;
	}
	> .ant-tabs-tabpane-inactive {
		height: 0;
		padding: 0 !important;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		input {
			visibility: hidden;
		}
	}
}
.ant-tabs-right-content {
	> .ant-tabs-content-animated {
		margin-left: 0 !important;
		transform: none !important;
	}
	> .ant-tabs-tabpane-inactive {
		height: 0;
		padding: 0 !important;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		input {
			visibility: hidden;
		}
	}
}
