*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, h5, h6, p,
figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

a {
  text-decoration: none;
  color: inherit;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
}

button {
  background: transparent;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

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

:focus-visible {
  outline: 2px solid #1890ff;
  outline-offset: 2px;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

html {
  font-size: 14px;
}

body {
  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-weight: 400;
  line-height: 1.5715;
  color: #434343;
  background-color: #f5f5f5;
  overflow-x: hidden;
}

h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.23;
  color: #000000;
  margin-bottom: 20px;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  color: #141414;
  margin-bottom: 16px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  color: #1f1f1f;
  margin-bottom: 12px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #262626;
  margin-bottom: 8px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #262626;
  margin-bottom: 8px;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #262626;
  margin-bottom: 4px;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #1890ff;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:focus-visible {
  outline: 2px solid #1890ff;
  outline-offset: 2px;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.875em;
  background-color: #f5f5f5;
  padding: 2px 4px;
  border-radius: 2px;
  color: #f5222d;
}

pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 2px;
  overflow-x: auto;
}
pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

::selection {
  background-color: #bae7ff;
  color: #000000;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #8c8c8c;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #1890ff;
}

.text-success {
  color: #52c41a;
}

.text-warning {
  color: #faad14;
}

.text-error {
  color: #f5222d;
}

.text-muted {
  color: #8c8c8c;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-xs {
  margin: 4px !important;
}

.mt-xs {
  margin-top: 4px !important;
}

.mr-xs {
  margin-right: 4px !important;
}

.mb-xs {
  margin-bottom: 4px !important;
}

.ml-xs {
  margin-left: 4px !important;
}

.mx-xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-sm {
  margin: 8px !important;
}

.mt-sm {
  margin-top: 8px !important;
}

.mr-sm {
  margin-right: 8px !important;
}

.mb-sm {
  margin-bottom: 8px !important;
}

.ml-sm {
  margin-left: 8px !important;
}

.mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-md {
  margin: 12px !important;
}

.mt-md {
  margin-top: 12px !important;
}

.mr-md {
  margin-right: 12px !important;
}

.mb-md {
  margin-bottom: 12px !important;
}

.ml-md {
  margin-left: 12px !important;
}

.mx-md {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-md {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-base {
  margin: 16px !important;
}

.mt-base {
  margin-top: 16px !important;
}

.mr-base {
  margin-right: 16px !important;
}

.mb-base {
  margin-bottom: 16px !important;
}

.ml-base {
  margin-left: 16px !important;
}

.mx-base {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-base {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-lg {
  margin: 20px !important;
}

.mt-lg {
  margin-top: 20px !important;
}

.mr-lg {
  margin-right: 20px !important;
}

.mb-lg {
  margin-bottom: 20px !important;
}

.ml-lg {
  margin-left: 20px !important;
}

.mx-lg {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-lg {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-xl {
  margin: 24px !important;
}

.mt-xl {
  margin-top: 24px !important;
}

.mr-xl {
  margin-right: 24px !important;
}

.mb-xl {
  margin-bottom: 24px !important;
}

.ml-xl {
  margin-left: 24px !important;
}

.mx-xl {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-xl {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-2xl {
  margin: 32px !important;
}

.mt-2xl {
  margin-top: 32px !important;
}

.mr-2xl {
  margin-right: 32px !important;
}

.mb-2xl {
  margin-bottom: 32px !important;
}

.ml-2xl {
  margin-left: 32px !important;
}

.mx-2xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-2xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m-3xl {
  margin: 40px !important;
}

.mt-3xl {
  margin-top: 40px !important;
}

.mr-3xl {
  margin-right: 40px !important;
}

.mb-3xl {
  margin-bottom: 40px !important;
}

.ml-3xl {
  margin-left: 40px !important;
}

.mx-3xl {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-3xl {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-xs {
  padding: 4px !important;
}

.pt-xs {
  padding-top: 4px !important;
}

.pr-xs {
  padding-right: 4px !important;
}

.pb-xs {
  padding-bottom: 4px !important;
}

.pl-xs {
  padding-left: 4px !important;
}

.px-xs {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p-sm {
  padding: 8px !important;
}

.pt-sm {
  padding-top: 8px !important;
}

.pr-sm {
  padding-right: 8px !important;
}

.pb-sm {
  padding-bottom: 8px !important;
}

.pl-sm {
  padding-left: 8px !important;
}

.px-sm {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-md {
  padding: 12px !important;
}

.pt-md {
  padding-top: 12px !important;
}

.pr-md {
  padding-right: 12px !important;
}

.pb-md {
  padding-bottom: 12px !important;
}

.pl-md {
  padding-left: 12px !important;
}

.px-md {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-md {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.p-base {
  padding: 16px !important;
}

.pt-base {
  padding-top: 16px !important;
}

.pr-base {
  padding-right: 16px !important;
}

.pb-base {
  padding-bottom: 16px !important;
}

.pl-base {
  padding-left: 16px !important;
}

.px-base {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-base {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-lg {
  padding: 20px !important;
}

.pt-lg {
  padding-top: 20px !important;
}

.pr-lg {
  padding-right: 20px !important;
}

.pb-lg {
  padding-bottom: 20px !important;
}

.pl-lg {
  padding-left: 20px !important;
}

.px-lg {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-lg {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-xl {
  padding: 24px !important;
}

.pt-xl {
  padding-top: 24px !important;
}

.pr-xl {
  padding-right: 24px !important;
}

.pb-xl {
  padding-bottom: 24px !important;
}

.pl-xl {
  padding-left: 24px !important;
}

.px-xl {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-xl {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-2xl {
  padding: 32px !important;
}

.pt-2xl {
  padding-top: 32px !important;
}

.pr-2xl {
  padding-right: 32px !important;
}

.pb-2xl {
  padding-bottom: 32px !important;
}

.pl-2xl {
  padding-left: 32px !important;
}

.px-2xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-2xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.p-3xl {
  padding: 40px !important;
}

.pt-3xl {
  padding-top: 40px !important;
}

.pr-3xl {
  padding-right: 40px !important;
}

.pb-3xl {
  padding-bottom: 40px !important;
}

.pl-3xl {
  padding-left: 40px !important;
}

.px-3xl {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-3xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  line-height: 1.5715;
  position: relative;
  border-radius: 2px;
  outline: 0;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
}
.btn:focus-visible {
  outline: 2px solid #1890ff;
  outline-offset: 2px;
}
.btn.btn-loading {
  cursor: wait;
  opacity: 0.65;
}
.btn.btn-loading::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #ffffff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
}
.btn:disabled, .btn.btn-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn:disabled:hover, .btn.btn-disabled:hover {
  opacity: 0.3;
}
.btn.btn-block {
  width: 100%;
}
.btn > svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.btn > svg + span {
  margin-left: 8px;
}
.btn span + svg {
  margin-left: 8px;
}

.btn-primary {
  background-color: #1890ff;
  border-color: #1890ff;
  color: #ffffff;
}
.btn-primary:hover:not(:disabled) {
  background-color: #40a9ff;
  border-color: #40a9ff;
  color: #ffffff;
}
.btn-primary:active:not(:disabled) {
  background-color: #096dd9;
  border-color: #096dd9;
  color: #ffffff;
}
.btn-primary.btn-danger {
  background-color: #f5222d;
  border-color: #f5222d;
}
.btn-primary.btn-danger:hover:not(:disabled) {
  background-color: #f7535b;
  border-color: #f7535b;
}
.btn-primary.btn-danger:active:not(:disabled) {
  background-color: #da0a15;
  border-color: #da0a15;
}

.btn-default {
  background-color: #ffffff;
  border-color: #d9d9d9;
  color: #434343;
}
.btn-default:hover:not(:disabled) {
  color: #40a9ff;
  border-color: #40a9ff;
}
.btn-default:active:not(:disabled) {
  color: #096dd9;
  border-color: #096dd9;
}
.btn-default.btn-danger {
  color: #f5222d;
  border-color: #f5222d;
}
.btn-default.btn-danger:hover:not(:disabled) {
  color: #f7535b;
  border-color: #f7535b;
}
.btn-default.btn-danger:active:not(:disabled) {
  color: #da0a15;
  border-color: #da0a15;
}

.btn-dashed {
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-style: dashed;
  color: #434343;
}
.btn-dashed:hover:not(:disabled) {
  color: #40a9ff;
  border-color: #40a9ff;
}
.btn-dashed:active:not(:disabled) {
  color: #096dd9;
  border-color: #096dd9;
}

.btn-text {
  background-color: transparent;
  border-color: transparent;
  color: #434343;
}
.btn-text:hover:not(:disabled) {
  color: #595959;
  background-color: #f5f5f5;
}
.btn-text:active:not(:disabled) {
  color: #434343;
  background-color: #f0f0f0;
}
.btn-text.btn-danger {
  color: #f5222d;
}
.btn-text.btn-danger:hover:not(:disabled) {
  color: #f7535b;
  background-color: #fff1f0;
}
.btn-text.btn-danger:active:not(:disabled) {
  color: #da0a15;
  background-color: #fff1f0;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #1890ff;
  padding: 0;
  height: auto;
  line-height: normal;
}
.btn-link:hover:not(:disabled) {
  color: #40a9ff;
}
.btn-link:active:not(:disabled) {
  color: #096dd9;
}
.btn-link.btn-danger {
  color: #f5222d;
}
.btn-link.btn-danger:hover:not(:disabled) {
  color: #f7535b;
}
.btn-link.btn-danger:active:not(:disabled) {
  color: #da0a15;
}

.btn-ghost.btn-primary {
  background-color: transparent;
  color: #1890ff;
  border-color: #1890ff;
}
.btn-ghost.btn-primary:hover:not(:disabled) {
  color: #40a9ff;
  border-color: #40a9ff;
  background-color: transparent;
}
.btn-ghost.btn-primary:active:not(:disabled) {
  color: #096dd9;
  border-color: #096dd9;
  background-color: transparent;
}
.btn-ghost.btn-danger {
  background-color: transparent;
  color: #f5222d;
  border-color: #f5222d;
}
.btn-ghost.btn-danger:hover:not(:disabled) {
  color: #f7535b;
  border-color: #f7535b;
  background-color: transparent;
}
.btn-ghost.btn-danger:active:not(:disabled) {
  color: #da0a15;
  border-color: #da0a15;
  background-color: transparent;
}

.btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 2px;
}

.btn-sm {
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 2px;
}

.btn-group {
  display: inline-flex;
}
.btn-group .btn {
  position: relative;
  z-index: 1;
}
.btn-group .btn:hover {
  z-index: 2;
}
.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.card {
  background: #ffffff;
  border-radius: 2px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid #f0f0f0;
}
.card.card-bordered {
  border: 1px solid #f0f0f0;
}
.card.card-hoverable {
  cursor: pointer;
}
.card.card-hoverable:hover {
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
  border-color: #d9d9d9;
}
.card.card-loading .card-body {
  user-select: none;
}

.card-head {
  min-height: 48px;
  padding: 0 24px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-head-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.card-head-title {
  flex: 1;
  display: inline-block;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.card-head-extra {
  padding: 16px 0;
  color: #434343;
  font-weight: 400;
  font-size: 14px;
}

.card-body {
  padding: 24px;
}
.card-body:last-child {
  border-radius: 0 0 2px 2px;
}

.card-actions {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  display: flex;
  border-radius: 0 0 2px 2px;
}
.card-actions > li {
  flex: 1;
  text-align: center;
  margin: 12px 0;
  color: #595959;
}
.card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.card-actions > li > a,
.card-actions > li > span {
  color: #595959;
  display: inline-block;
  width: 100%;
  padding: 0 12px;
  transition: color 0.2s;
}
.card-actions > li > a:hover,
.card-actions > li > span:hover {
  color: #1890ff;
}

.card-small .card-head {
  min-height: 36px;
  padding: 0 16px;
  font-size: 14px;
}
.card-small .card-head-title {
  padding: 8px 0;
  font-size: 14px;
}
.card-small .card-head-extra {
  padding: 8px 0;
  font-size: 12px;
}
.card-small .card-body {
  padding: 16px;
}

.card-meta {
  display: flex;
  margin: -4px 0;
}
.card-meta-avatar {
  padding-right: 16px;
}
.card-meta-detail {
  flex: 1;
  overflow: hidden;
}
.card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.card-meta-title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-meta-description {
  color: #595959;
  font-size: 14px;
}

.card-grid {
  border-radius: 0;
  border: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  width: 33.33%;
  padding: 24px;
  float: left;
  transition: all 0.2s;
}
.card-grid:hover {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.card-loading-content p {
  margin: 0;
}
.card-loading-content .card-loading-block {
  height: 14px;
  margin: 5px 0;
  background: linear-gradient(90deg, #f5f5f5 25%, #f0f0f0 37%, #f5f5f5 63%);
  background-size: 400% 100%;
  animation: card-loading 1.4s ease infinite;
  border-radius: 2px;
}

@keyframes card-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.card-contain-tabs .card-head-title {
  padding-bottom: 0;
  min-height: 32px;
}
.card-contain-tabs .tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
}
.card-contain-tabs .tabs-top .tabs-bar {
  border-bottom: 1px solid #f0f0f0;
}

.card .card-head {
  font-size: 14px;
}
.card .card-head .card .card-title {
  font-size: 14px;
}

.card-cover > * {
  display: block;
  width: 100%;
}
.card-cover img {
  border-radius: 2px 2px 0 0;
}

.card-type-inner .card-head {
  padding: 0 24px;
  background: #fafafa;
}
.card-type-inner .card-head-title {
  padding: 12px 0;
}

.card-no-padding .card-body {
  padding: 0;
}

.layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  min-height: 0;
  background: #fafafa;
  height: 100vh;
  overflow: hidden;
}
.layout,
.layout * {
  box-sizing: border-box;
}
.layout.layout-has-sider {
  flex-direction: row;
  height: 100vh;
}

.layout-sider {
  position: relative;
  min-width: 0;
  background: #ffffff;
  transition: all 0.2s;
  flex: 0 0 256px;
  max-width: 256px;
  min-width: 256px;
  width: 256px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #f0f0f0;
}
.layout-sider-children {
  height: 100%;
  padding: 16px 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.layout-sider-zero-width-trigger {
  position: fixed;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #ffffff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #434343;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
.layout-sider-zero-width-trigger:hover {
  background: #595959;
}

.layout-header {
  height: 64px;
  padding: 0 24px;
  line-height: 64px;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 10;
  position: sticky;
  top: 0;
}
.layout-header .header-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: inherit;
}
.layout-header .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.layout-header .header-username {
  color: #434343;
  font-size: 14px;
}

.layout-content {
  flex: 1 1 auto;
  min-height: 0;
  padding: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 64px);
}

.layout-footer {
  padding: 24px;
  color: #595959;
  font-size: 14px;
  background: #f5f5f5;
  border-top: 1px solid #f0f0f0;
  flex: 0 0 auto;
  text-align: center;
}

.menu {
  margin-bottom: 0;
  padding-left: 0;
  color: #434343;
  font-size: 14px;
  line-height: 0;
  list-style: none;
  outline: none;
  transition: background 0.2s, width 0.2s;
}
.menu-item, .menu-submenu-title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 24px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1.5;
  height: 40px;
  color: #434343;
  text-decoration: none;
}
.menu-item:hover, .menu-submenu-title:hover {
  color: #1890ff;
  background-color: #fafafa;
  text-decoration: none;
}
.menu-item.menu-item-selected, .menu-submenu-title.menu-item-selected {
  color: #1890ff;
  background-color: #e6f7ff;
  border-right: 2px solid #1890ff;
}
.menu-item.menu-item-selected::after, .menu-submenu-title.menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-item:active, .menu-submenu-title:active {
  background-color: #e6f7ff;
}
.menu-item-icon {
  min-width: 14px;
  margin-right: 8px;
  font-size: 14px;
  transition: font-size 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  vertical-align: -0.125em;
}
.menu-item-icon svg {
  vertical-align: -0.125em;
}
.menu-title-content {
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-item-group {
  flex: 1;
  cursor: pointer;
  user-select: none;
}
.menu-item-group:hover {
  color: #1890ff;
  background-color: #fafafa;
}
.menu-arrow-wrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
}
.menu-arrow-wrapper:hover {
  background-color: #f5f5f5;
  border-radius: 2px;
}
.menu-arrow {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  flex-shrink: 0;
}
.menu-arrow.menu-arrow-open {
  transform: rotate(180deg);
}
.menu-item-child {
  padding-left: 56px !important;
  background-color: #ffffff;
}
.menu-item-child:hover {
  background-color: #fafafa;
}
.menu-item-child.menu-item-selected {
  background-color: #e6f7ff;
  border-right: 2px solid #1890ff;
}
.menu-children {
  background-color: #ffffff;
}
.menu-submenu-title {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-submenu-title .menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: #595959;
  transform: translateY(-50%);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu-submenu-title .menu-submenu-arrow::before, .menu-submenu-title .menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentColor;
  border-radius: 2px;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
}
.menu-submenu-title .menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(-2px);
}
.menu-submenu-title .menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(2px);
}
.menu-submenu-open > .menu-submenu-title .menu-submenu-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.menu-sub {
  background: #fafafa;
}
.menu-sub .menu-item {
  padding-left: 48px;
}
.menu-sub .menu-item.menu-item-selected {
  background-color: #e6f7ff;
}
.menu-item-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
.menu-item-group-title {
  padding: 8px 16px 8px 24px;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 1.5;
  transition: all 0.2s;
}
.menu-item-group-list {
  margin: 0;
  padding: 0;
}

.menu-section {
  margin-top: 24px;
}
.menu-section-title {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  color: #8c8c8c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.menu-section-items .menu-item {
  padding-left: 32px;
}
.menu-section-item-disabled, .menu-section-submenu-disabled {
  color: #bfbfbf !important;
  cursor: not-allowed;
  background: none;
}
.menu-section-item-disabled:hover, .menu-section-submenu-disabled:hover {
  color: #bfbfbf !important;
  background: none;
  cursor: not-allowed;
}
.menu-section-item-disabled .menu-item-icon,
.menu-section-item-disabled .menu-submenu-title .menu-item-icon, .menu-section-submenu-disabled .menu-item-icon,
.menu-section-submenu-disabled .menu-submenu-title .menu-item-icon {
  color: #bfbfbf !important;
}

.breadcrumb {
  color: #595959;
  font-size: 14px;
  line-height: 1.5715;
}
.breadcrumb a {
  color: #595959;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: #40a9ff;
}
.breadcrumb > span {
  display: inline-flex;
  align-items: center;
}
.breadcrumb > span:last-child {
  color: #434343;
  font-weight: 400;
}
.breadcrumb > span:last-child a {
  color: #434343;
}
.breadcrumb-separator {
  margin: 0 8px;
  color: #8c8c8c;
}
.breadcrumb-link .breadcrumb-separator {
  color: #8c8c8c;
}

.page-header {
  padding: 16px 0 24px;
  margin-bottom: 24px;
}
.page-header-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.page-header-heading-title {
  margin: 0;
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.page-header-heading-extra > * {
  margin-left: 8px;
}
.page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.page-header-content {
  padding-top: 12px;
}

.form {
  font-size: 14px;
}
.form-item {
  margin-bottom: 24px;
  vertical-align: top;
}
.form-item-label {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
}
.form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  color: #000000;
  font-size: 14px;
}
.form-item-label > label::after {
  content: ":";
  position: relative;
  margin: 0 8px 0 2px;
}
.form-item-label > label.form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.form-item-explain, .form-item-extra {
  clear: both;
  min-height: 22px;
  margin-top: 2px;
  color: #595959;
  font-size: 12px;
  line-height: 1.5715;
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.form-item-explain-error {
  color: #f5222d;
}
.form-item-has-error .input,
.form-item-has-error .input:hover {
  border-color: #f5222d;
}
.form-item-has-error .input:focus,
.form-item-has-error .input-focused {
  border-color: #f5222d;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  outline: 0;
}
.form-item-has-error .form-item-explain,
.form-item-has-error .form-item-split {
  color: #f5222d;
}
.form-item-has-warning .input,
.form-item-has-warning .input:hover {
  border-color: #faad14;
}
.form-item-has-warning .input:focus,
.form-item-has-warning .input-focused {
  border-color: #faad14;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  outline: 0;
}
.form-item-has-success .input,
.form-item-has-success .input:hover {
  border-color: #52c41a;
}
.form-item-has-success .input:focus,
.form-item-has-success .input-focused {
  border-color: #52c41a;
  box-shadow: 0 0 0 2px rgba(82, 196, 26, 0.2);
  outline: 0;
}
.form-horizontal .form-item {
  flex-direction: row;
}
.form-horizontal .form-item-label {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 8px;
}
.form-horizontal .form-item-control {
  flex: 1 1 0;
}
.form-vertical .form-item {
  flex-direction: column;
}
.form-vertical .form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  text-align: left;
}
.form-vertical .form-item-label > label::after {
  display: none;
}
.form-inline {
  display: flex;
  flex-wrap: wrap;
}
.form-inline .form-item {
  flex: none;
  margin-right: 16px;
  margin-bottom: 0;
}
.form-inline .form-item-with-help {
  margin-bottom: 24px;
}

.input {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: #434343;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.2s;
}
.input::placeholder {
  color: #bfbfbf;
}
.input:hover {
  border-color: #40a9ff;
}
.input:focus, .input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  outline: 0;
}
.input-disabled, .input[disabled] {
  color: #bfbfbf;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.input-disabled:hover, .input[disabled]:hover {
  border-color: #d9d9d9;
}
.input-lg {
  padding: 6px 11px;
  font-size: 16px;
}
.input-sm {
  padding: 0 7px;
  font-size: 12px;
}
.input-affix-wrapper {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #434343;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.2s;
}
.input-affix-wrapper:hover {
  border-color: #40a9ff;
}
.input-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  outline: 0;
}
.input-affix-wrapper .input {
  position: relative;
  text-align: inherit;
  border: 0;
  outline: 0;
  padding: 0;
}
.input-affix-wrapper .input:focus {
  box-shadow: none;
}
.input-prefix, .input-suffix {
  display: flex;
  flex: none;
  align-items: center;
  color: #595959;
}
.input-prefix {
  margin-right: 4px;
}
.input-suffix {
  margin-left: 4px;
}

.input-textarea {
  position: relative;
}
.input-textarea textarea.input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.2s, height 0s;
  resize: vertical;
}

.select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #434343;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.select-selector {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.2s;
  display: flex;
  width: 100%;
  height: 32px;
  padding: 0 11px;
  align-items: center;
}
.select-selector:hover {
  border-color: #40a9ff;
}
.select-focused .select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  outline: 0;
}
.select-disabled .select-selector {
  color: #bfbfbf;
  background: #f5f5f5;
  cursor: not-allowed;
}
.select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.select-selection-search-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.select-selection-item {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.select-arrow {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 12px;
}
.select-arrow .anticon {
  transition: transform 0.2s;
}
.select-open .select-arrow .anticon {
  transform: rotate(180deg);
}
.select-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 4px 0;
  color: #434343;
  font-variant: initial;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  z-index: 1050;
}
.select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #434343;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.2s;
}
.select-item:hover {
  background-color: #fafafa;
}
.select-item-selected {
  color: #434343;
  font-weight: 500;
  background-color: #e6f7ff;
}
.select-item-disabled {
  color: #bfbfbf;
  cursor: not-allowed;
}
.select-item-disabled:hover {
  color: #bfbfbf;
  background-color: #ffffff;
}

.checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #434343;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  cursor: pointer;
}
.checkbox-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.checkbox-inner {
  position: relative;
  top: 0.09em;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.2s;
}
.checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71px;
  height: 9.14px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  content: " ";
}
.checkbox-checked .checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.checkbox-checked .checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.checkbox:hover .checkbox-inner {
  border-color: #1890ff;
}
.checkbox-disabled {
  cursor: not-allowed;
}
.checkbox-disabled .checkbox-input {
  cursor: not-allowed;
}
.checkbox-disabled .checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.checkbox-disabled .checkbox-inner::after {
  border-color: #bfbfbf;
}
.checkbox-disabled + span {
  color: #bfbfbf;
  cursor: not-allowed;
}
.checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #434343;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  cursor: pointer;
}
.radio-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.radio-inner {
  position: relative;
  top: 0.09em;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  transition: all 0.2s;
}
.radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 16px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: " ";
}
.radio-checked .radio-inner {
  border-color: #1890ff;
}
.radio-checked .radio-inner::after {
  transform: scale(0.5);
  opacity: 1;
}
.radio:hover .radio-inner {
  border-color: #1890ff;
}
.radio-disabled {
  cursor: not-allowed;
}
.radio-disabled .radio-input {
  cursor: not-allowed;
}
.radio-disabled .radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.radio-disabled .radio-inner::after {
  background-color: #bfbfbf;
}
.radio-disabled + span {
  color: #bfbfbf;
  cursor: not-allowed;
}
.radio + span {
  padding-right: 8px;
  padding-left: 8px;
}

.table-wrapper {
  clear: both;
}

.table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #434343;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-size: 14px;
  background: #ffffff;
  border-radius: 2px;
}
.table-container {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.table-container table {
  width: 100%;
  text-align: left;
  border-radius: 2px 2px 0 0;
  border-collapse: collapse;
}
.table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.table-thead > tr > th {
  position: relative;
  color: #000000;
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
  padding: 16px;
}
.table-thead > tr > th:hover {
  background: whitesmoke;
}
.table-thead > tr > th.table-column-sort {
  background: #f5f5f5;
}
.table-thead > tr > th.table-column-has-sorters {
  cursor: pointer;
}
.table-thead > tr > th.table-column-has-sorters:hover {
  background: #f5f5f5;
}
.table-thead > tr > th.table-column-has-sorters:hover .table-column-sorter {
  color: #8c8c8c;
}
.table-tbody > tr > td {
  position: relative;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}
.table-tbody > tr.table-row:hover > td {
  background: #fafafa;
}
.table-tbody > tr.table-row-selected > td {
  background: #e6f7ff;
}
.table-tbody > tr.table-row-selected:hover > td {
  background: #f0faff;
}
.table-tbody > tr:last-child > td {
  border-bottom: none;
}
.table-empty .table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
}
.table-placeholder {
  position: relative;
  padding: 16px;
  background: #ffffff;
  text-align: center;
}
.table-placeholder .empty {
  color: #bfbfbf;
}
.table-placeholder .empty .empty-image {
  height: 40px;
  margin-bottom: 8px;
}
.table-placeholder .empty .empty-image svg {
  height: 100%;
  margin: auto;
}
.table-placeholder .empty .empty-description {
  color: #bfbfbf;
  font-size: 14px;
}
.table-pagination {
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.table-pagination-left {
  justify-content: flex-start;
}
.table-pagination-center {
  justify-content: center;
}
.table-pagination-right {
  justify-content: flex-end;
}
.table-bordered > .table-container {
  border: 1px solid #f0f0f0;
  border-radius: 2px;
}
.table-bordered > .table-container > .table table {
  border: 0;
}
.table-bordered > .table-container > .table-content > table > thead > tr > th,
.table-bordered > .table-container > .table-content > table > tbody > tr > td,
.table-bordered > .table-container > .table-content > table > tfoot > tr > th,
.table-bordered > .table-container > .table-content > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}
.table-bordered > .table-container > .table-content > table > thead > tr > th:last-child,
.table-bordered > .table-container > .table-content > table > tbody > tr > td:last-child,
.table-bordered > .table-container > .table-content > table > tfoot > tr > th:last-child,
.table-bordered > .table-container > .table-content > table > tfoot > tr > td:last-child {
  border-right: none;
}
.table-bordered > .table-container > .table-content > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}
.table-small > .table-container > .table-content > table {
  border: 0;
}
.table-small > .table-container > .table-content > table > thead > tr > th {
  padding: 8px;
  background-color: #fafafa;
}
.table-small > .table-container > .table-content > table > tbody > tr > td {
  padding: 8px;
}
.table-small .table-thead > tr > th {
  background-color: #fafafa;
}
.table-small .table-selection-column {
  width: 46px;
  min-width: 46px;
}
.table-middle > .table-container > .table-content > table > thead > tr > th,
.table-middle > .table-container > .table-content > table > tbody > tr > td {
  padding: 12px 16px;
}
.table-large > .table-container > .table-content > table > thead > tr > th,
.table-large > .table-container > .table-content > table > tbody > tr > td {
  padding: 16px 24px;
}
.table-large .table-selection-column {
  width: 62px;
  min-width: 62px;
}
.table-striped .table-tbody > tr:nth-child(2n) > td {
  background: #fafafa;
}
.table-selection-column {
  position: relative;
  width: 32px;
  min-width: 32px;
}
.table-selection-column .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
}
.table-column-sorter {
  margin-left: 4px;
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.2s;
}
.table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.table-column-sorter-up, .table-column-sorter-down {
  font-size: 11px;
  display: block;
  height: 1em;
  line-height: 1em;
  transition: all 0.2s;
}
.table-column-sorter-up.active, .table-column-sorter-down.active {
  color: #1890ff;
}
.table-column-sorter-up + .table-column-sorter-down {
  margin-top: -0.3em;
}
.table-filter-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  cursor: pointer;
  transition: all 0.2s;
}
.table-filter-trigger:hover {
  color: #8c8c8c;
}
.table-filter-trigger.active {
  color: #1890ff;
}
.table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #434343;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  min-width: 96px;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.table-filter-dropdown .dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}
.table-filter-dropdown .dropdown-menu .checkbox-wrapper + span {
  padding-left: 8px;
}
.table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px 7px 3px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}
.table-fixed-header > .table-container > .table-content > table {
  border-collapse: separate;
}
.table-fixed-header > .table-container > .table-header > table {
  position: sticky;
  top: 0;
  z-index: 3;
}
.table-fixed-column {
  position: sticky !important;
  z-index: 2;
  background: #ffffff;
}
.table-scroll-horizontal > .table-container > .table-content {
  overflow-x: auto;
  overflow-y: hidden;
}
.table-sticky-holder {
  position: sticky;
  z-index: 3;
}
.table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border-top: 1px solid #f0f0f0;
  opacity: 0.6;
}
.table-sticky-scroll:hover {
  transform-origin: center bottom;
}
.table-sticky-scroll-bar {
  height: 8px;
  background-color: #bfbfbf;
  border-radius: 4px;
}
.table-sticky-scroll-bar:hover {
  background-color: #8c8c8c;
}
.table-sticky-scroll-bar-active {
  background-color: #595959;
}
.table-loading .table-tbody > tr > td {
  background: #ffffff;
  transition: none;
}
.table-header-cell {
  background: #fafafa;
  padding: 16px;
  font-weight: 600;
}
.table-body-cell {
  padding: 16px;
}
.table-cell-primary {
  font-weight: 500;
  color: #000000;
}
.table-cell-secondary {
  color: #595959;
}
.table-cell-muted {
  color: #d9d9d9;
}

.modal-root {
  position: fixed;
  inset: 0;
  z-index: 1060;
  height: 100%;
  font-size: 14px;
}

.modal-mask {
  position: fixed;
  inset: 0;
  z-index: 1040;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: none;
  animation: antFadeIn 0.2s;
  pointer-events: auto;
}

.modal-wrap {
  position: fixed;
  inset: 0;
  overflow: auto;
  outline: 0;
  z-index: 1060;
  animation: antFadeIn 0.2s;
}

.modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #434343;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
  pointer-events: auto;
  animation: antZoomIn 0.2s;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: #8c8c8c;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close-x {
  display: flex;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.modal-close:focus, .modal-close:hover {
  color: #000000;
  text-decoration: none;
}
.modal-header {
  padding: 16px 24px;
  color: #000000;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.modal-title {
  margin: 0;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.modal.modal-width-sm {
  max-width: 384px;
}
.modal.modal-width-md {
  max-width: 520px;
}
.modal.modal-width-lg {
  max-width: 800px;
}
.modal.modal-width-xl {
  max-width: 1200px;
}
.modal-centered {
  text-align: center;
}
.modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modal-centered .modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-confirm .modal-header {
  display: none;
}
.modal-confirm .modal-body {
  padding: 32px 32px 24px;
}
.modal-confirm-body-wrapper {
  zoom: 1;
}
.modal-confirm-body-wrapper::before, .modal-confirm-body-wrapper::after {
  display: table;
  content: "";
}
.modal-confirm-body-wrapper::after {
  clear: both;
}
.modal-confirm-title {
  display: block;
  overflow: hidden;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.modal-confirm-content {
  margin-top: 8px;
  color: #434343;
  font-size: 14px;
}
.modal-confirm-icon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.modal-confirm-icon.modal-confirm-success {
  color: #52c41a;
}
.modal-confirm-icon.modal-confirm-info {
  color: #1890ff;
}
.modal-confirm-icon.modal-confirm-warning {
  color: #faad14;
}
.modal-confirm-icon.modal-confirm-error {
  color: #f5222d;
}
.modal-confirm .modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.modal-confirm .modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}

.modal-rtl {
  direction: rtl;
}
.modal-rtl .modal-close {
  right: initial;
  left: 0;
}
.modal-rtl .modal-footer {
  text-align: left;
}
.modal-rtl .modal-footer button + button {
  margin-right: 8px;
  margin-left: 0;
}
.modal-rtl.modal-confirm .modal-confirm-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.modal-rtl.modal-confirm .modal-confirm-btns {
  text-align: left;
}
.modal-rtl.modal-confirm .modal-confirm-btns button + button {
  margin-right: 8px;
  margin-left: 0;
}

@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
.message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #434343;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1080;
  width: 100%;
  pointer-events: none;
}
.message-notice {
  padding: 8px;
  text-align: center;
}
.message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.message-notice-content .message-custom-content {
  display: flex;
  align-items: center;
}
.message-notice-content .anticon {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: -0.125em;
}
.message-notice-content .message-success {
  background-color: #f6ffed;
  color: #389e0d;
}
.message-notice-content .message-success .anticon {
  color: #52c41a;
}
.message-notice-content .message-error {
  background-color: #ffffff;
  color: #cf1322;
}
.message-notice-content .message-error .anticon {
  color: #f5222d;
}
.message-notice-content .message-warning {
  background-color: #fffbe6;
  color: #d48806;
}
.message-notice-content .message-warning .anticon {
  color: #faad14;
}
.message-notice-content .message-info {
  background-color: #e6f7ff;
  color: #096dd9;
}
.message-notice-content .message-info .anticon {
  color: #1890ff;
}

.tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #434343;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  position: absolute;
  z-index: 1070;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.tooltip-hidden {
  display: none;
}
.tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07px;
  height: 13.07px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.tooltip-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  pointer-events: none;
  border-radius: 0 0 2px;
  transform: translateY(-6.53px) rotate(45deg);
}
.tooltip-placement-top .tooltip-arrow, .tooltip-placement-topLeft .tooltip-arrow, .tooltip-placement-topRight .tooltip-arrow {
  bottom: -5.07px;
}
.tooltip-placement-top .tooltip-arrow-content, .tooltip-placement-topLeft .tooltip-arrow-content, .tooltip-placement-topRight .tooltip-arrow-content {
  transform: translateY(6.53px) rotate(45deg);
}
.tooltip-placement-bottom .tooltip-arrow, .tooltip-placement-bottomLeft .tooltip-arrow, .tooltip-placement-bottomRight .tooltip-arrow {
  top: -5.07px;
}
.tooltip-placement-bottom .tooltip-arrow-content, .tooltip-placement-bottomLeft .tooltip-arrow-content, .tooltip-placement-bottomRight .tooltip-arrow-content {
  transform: translateY(-6.53px) rotate(-135deg);
}
.tooltip-placement-left .tooltip-arrow, .tooltip-placement-leftTop .tooltip-arrow, .tooltip-placement-leftBottom .tooltip-arrow {
  right: -5.07px;
}
.tooltip-placement-left .tooltip-arrow-content, .tooltip-placement-leftTop .tooltip-arrow-content, .tooltip-placement-leftBottom .tooltip-arrow-content {
  transform: translateX(6.53px) rotate(-45deg);
}
.tooltip-placement-right .tooltip-arrow, .tooltip-placement-rightTop .tooltip-arrow, .tooltip-placement-rightBottom .tooltip-arrow {
  left: -5.07px;
}
.tooltip-placement-right .tooltip-arrow-content, .tooltip-placement-rightTop .tooltip-arrow-content, .tooltip-placement-rightBottom .tooltip-arrow-content {
  transform: translateX(-6.53px) rotate(135deg);
}

.badge {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.badge-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #f5222d;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.badge-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  background: #f5222d;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.badge-not-a-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.badge-not-a-wrapper .badge-count {
  position: static;
  transform: none;
}
.badge-status {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.badge-status-dot {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 8px;
}
.badge-status-dot.badge-status-success {
  background-color: #52c41a;
}
.badge-status-dot.badge-status-processing {
  background-color: #1890ff;
}
.badge-status-dot.badge-status-processing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  animation: badge-processing 1.2s infinite ease-in-out;
}
.badge-status-dot.badge-status-error {
  background-color: #f5222d;
}
.badge-status-dot.badge-status-warning {
  background-color: #faad14;
}
.badge-status-dot.badge-status-default {
  background-color: #bfbfbf;
}
.badge-status-text {
  color: #434343;
  font-size: 14px;
  margin-left: 8px;
}

.ribbon-wrapper {
  position: relative;
}

.ribbon {
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #ffffff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #1890ff;
  border-radius: 2px;
}
.ribbon.ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.ribbon.ribbon-placement-end .ribbon-corner {
  position: absolute;
  top: 100%;
  right: 0;
  width: 8px;
  height: 8px;
  background: currentcolor;
  border-radius: 0 0 2px 0;
  opacity: 0.8;
}
.ribbon.ribbon-placement-end .ribbon-corner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 8px;
  height: 9px;
  background: inherit;
  transform: skewY(45deg);
  transform-origin: top left;
}
.ribbon.ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.ribbon.ribbon-placement-start .ribbon-corner {
  position: absolute;
  top: 100%;
  left: 0;
  width: 8px;
  height: 8px;
  background: currentcolor;
  border-radius: 0 0 0 2px;
  opacity: 0.8;
}
.ribbon.ribbon-placement-start .ribbon-corner::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 8px;
  height: 9px;
  background: inherit;
  transform: skewY(-45deg);
  transform-origin: top right;
}
.ribbon-text {
  color: #ffffff;
}

@keyframes badge-processing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.tag {
  display: inline-block;
  height: auto;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.2s;
  margin-right: 8px;
}
.tag:last-child {
  margin-right: 0;
}
.tag-default {
  color: #434343;
  background: #fafafa;
  border-color: #d9d9d9;
}
.tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}
.tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.tag-success {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.tag-processing {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.tag-error {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffccc7;
}
.tag-warning {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.tag-has-border {
  border-width: 1px;
}
.tag-no-border {
  border: none;
}
.tag-clickable {
  cursor: pointer;
}
.tag-clickable:hover {
  opacity: 0.85;
}
.tag-icon {
  margin-right: 4px;
  vertical-align: middle;
}
.tag-text {
  vertical-align: middle;
}
.tag-close-icon {
  margin-left: 3px;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.2s;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
.tag-close-icon:hover {
  color: #000000;
}
.tag-close-icon .tag-close-text {
  width: 12px;
  height: 12px;
}
.tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.tag-checkable:not(.tag-checkable-checked):hover {
  color: #1890ff;
}
.tag-checkable-checked {
  color: #ffffff;
  background-color: #1890ff;
  border-color: #1890ff;
}
.tag-checkable:active {
  color: #ffffff;
  background-color: #096dd9;
  border-color: #096dd9;
}

.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
  padding: 24px;
}

.login-wrapper {
  width: 100%;
  max-width: 420px;
}

.login-card {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.login-card .card-body {
  padding: 40px 32px;
}

.login-header {
  text-align: center;
  margin-bottom: 40px;
}
.login-header .login-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.login-form .form-item {
  margin-bottom: 24px;
}
.login-form .form-item:last-child {
  margin-bottom: 0;
  margin-top: 32px;
}
.login-form .input {
  height: 40px;
  font-size: 14px;
}
.login-form .btn {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
}

.login-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}
.login-footer p {
  margin: 0;
  color: #8c8c8c;
  font-size: 12px;
}

.alert {
  position: relative;
  padding: 8px 16px;
  color: #434343;
  line-height: 1.5715;
  word-wrap: break-word;
  border-radius: 2px;
  margin-bottom: 24px;
}
.alert.alert-error {
  background-color: #fff1f0;
  border: 1px solid #fcb4b8;
}
.alert.alert-error .alert-message {
  color: #cf1322;
  font-weight: 500;
  margin-bottom: 4px;
}
.alert.alert-error .alert-description {
  color: #cf1322;
  font-size: 12px;
}

.btn-loading-icon {
  width: 1em;
  height: 1em;
  margin-right: 8px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .login-card .card-body {
    padding: 24px 20px;
  }
  .login-header {
    margin-bottom: 24px;
  }
  .login-header .login-title {
    font-size: 20px;
  }
}
.snackbar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}
.snackbar__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  max-width: 500px;
  padding: 12px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  animation: slideInRight 0.3s ease-out;
}
.snackbar__item--success {
  border-left: 4px solid #52c41a;
}
.snackbar__item--success .snackbar__icon {
  color: #52c41a;
}
.snackbar__item--error {
  border-left: 4px solid #f5222d;
}
.snackbar__item--error .snackbar__icon {
  color: #f5222d;
}
.snackbar__item--warning {
  border-left: 4px solid #faad14;
}
.snackbar__item--warning .snackbar__icon {
  color: #faad14;
}
.snackbar__item--info {
  border-left: 4px solid #1890ff;
}
.snackbar__item--info .snackbar__icon {
  color: #1890ff;
}
.snackbar__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.snackbar__icon svg {
  width: 100%;
  height: 100%;
}
.snackbar__content {
  flex: 1;
  min-width: 0;
}
.snackbar__message {
  font-size: 14px;
  color: #000000;
  line-height: 1.5715;
  margin: 0;
}
.snackbar__close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #8c8c8c;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
}
.snackbar__close:hover {
  background: #f5f5f5;
  color: #000000;
}
.snackbar__close svg {
  width: 16px;
  height: 16px;
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
}

#app {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.app-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.component-spacing > * + * {
  margin-top: 16px;
}

.page-container {
  padding: 24px;
  background: transparent;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.loading-container .loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #f0f0f0;
  border-top-color: #1890ff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.empty-state {
  text-align: center;
  padding: 48px 24px;
  color: #8c8c8c;
}
.empty-state-icon {
  font-size: 48px;
  margin-bottom: 24px;
  opacity: 0.25;
}
.empty-state-title {
  font-size: 20px;
  font-weight: 500;
  color: #595959;
  margin-bottom: 8px;
}
.empty-state-description {
  font-size: 14px;
  color: #8c8c8c;
  margin-bottom: 24px;
}

.error-container {
  padding: 24px;
  text-align: center;
}
.error-container .error-icon {
  color: #f5222d;
  font-size: 48px;
  margin-bottom: 16px;
}
.error-container .error-title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.error-container .error-message {
  color: #595959;
  font-size: 14px;
  margin-bottom: 24px;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
.status-dot.status-active {
  background-color: #52c41a;
}
.status-dot.status-inactive {
  background-color: #bfbfbf;
}
.status-dot.status-error {
  background-color: #f5222d;
}
.status-dot.status-warning {
  background-color: #faad14;
}

.divider {
  height: 1px;
  background: #f0f0f0;
  margin: 24px 0;
}
.divider.divider-dashed {
  background: none;
  border-top: 1px dashed #f0f0f0;
}
.divider.divider-vertical {
  width: 1px;
  height: auto;
  margin: 0 16px;
  display: inline-block;
  vertical-align: middle;
}

.icon-stat {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.menu-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 8px;
  vertical-align: middle;
}

.menu-toggle-icon {
  width: 24px;
  height: 24px;
  display: block;
}

@media print {
  .no-print,
  .layout-header,
  .layout-sider,
  .layout-footer {
    display: none !important;
  }
  .layout-content {
    padding: 0;
  }
  body {
    background: white;
  }
}
