@layer tailwind-base, antd, anticon;

@layer tailwind-base {
  *, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  ::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-pretendard), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  h1{
    font-size: 38px;
    font-weight: 600;
    margin: 1.2em 0 0.5em;
  }
  h2{
    font-size: 30px;
    font-weight: 600;
    margin: 1.2em 0 0.5em;
  }
  h3{
    font-size: 24px;
    font-weight: 600;
    margin: 1.2em 0 0.5em;
  }
  h4{
    font-size: 20px;
    font-weight: 600;
    margin: 1.2em 0 0.5em;
  }
  h5{
    font-size: 16px;
    font-weight: 600;
    margin: 1.2em 0 0.5em;
  }
  :root {
    --background: #ffffff;
    --border: #d9d9d9;
    --text: #000000e0;

    --blue-1: #e6f4ff;
    --blue-2: #bae0ff;
    --blue-3: #91caff;
    --blue-4: #69b1ff;
    --blue-5: #4096ff;
    --blue-6: #1677ff;
    --blue-7: #0958d9;
    --blue-8: #003eb3;
    --blue-9: #002c8c;
    --blue-10: #001d66;

    --cyan-1: #e6fffb;
    --cyan-2: #b5f5ec;
    --cyan-3: #87e8de;
    --cyan-4: #5cdbd3;
    --cyan-5: #36cfc9;
    --cyan-6: #13c2c2;
    --cyan-7: #08979c;
    --cyan-8: #006d75;
    --cyan-9: #00474f;
    --cyan-10: #002329;

    --geekblue-1: #f0f5ff;
    --geekblue-2: #d6e4ff;
    --geekblue-3: #adc6ff;
    --geekblue-4: #85a5ff;
    --geekblue-5: #597ef7;
    --geekblue-6: #2f54eb;
    --geekblue-7: #1d39c4;
    --geekblue-8: #10239e;
    --geekblue-9: #061178;
    --geekblue-10: #030852;

    --gold-1: #fffbe6;
    --gold-2: #fff1b8;
    --gold-3: #ffe58f;
    --gold-4: #ffd666;
    --gold-5: #ffc53d;
    --gold-6: #faad14;
    --gold-7: #d48806;
    --gold-8: #ad6800;
    --gold-9: #874d00;
    --gold-10: #613400;

    --green-1: #f6ffed;
    --green-2: #d9f7be;
    --green-3: #b7eb8f;
    --green-4: #95de64;
    --green-5: #73d13d;
    --green-6: #52c41a;
    --green-7: #389e0d;
    --green-8: #237804;
    --green-9: #135200;
    --green-10: #092b00;

    --lime-1: #fcffe6;
    --lime-2: #f4ffb8;
    --lime-3: #eaff8f;
    --lime-4: #d3f261;
    --lime-5: #bae637;
    --lime-6: #a0d911;
    --lime-7: #7cb305;
    --lime-8: #5b8c00;
    --lime-9: #3f6600;
    --lime-10: #254000;

    --magenta-1: #fff0f6;
    --magenta-2: #ffd6e7;
    --magenta-3: #ffadd2;
    --magenta-4: #ff85c0;
    --magenta-5: #f759ab;
    --magenta-6: #eb2f96;
    --magenta-7: #c41d7f;
    --magenta-8: #9e1068;
    --magenta-9: #780650;
    --magenta-10: #520339;

    --mgrvgreen-1: #dcf5e4;
    --mgrvgreen-2: #95e8b0;
    --mgrvgreen-3: #69db93;
    --mgrvgreen-4: #42cf7a;
    --mgrvgreen-5: #1fc266;
    --mgrvgreen-6: #00b453;
    --mgrvgreen-7: #008f47;
    --mgrvgreen-8: #006938;
    --mgrvgreen-9: #004226;
    --mgrvgreen-10: #001c11;

    --orange-1: #fff7e6;
    --orange-2: #ffe7ba;
    --orange-3: #ffd591;
    --orange-4: #ffc069;
    --orange-5: #ffa940;
    --orange-6: #fa8c16;
    --orange-7: #d46b08;
    --orange-8: #ad4e00;
    --orange-9: #873800;
    --orange-10: #612500;

    --purple-1: #f9f0ff;
    --purple-2: #efdbff;
    --purple-3: #d3adf7;
    --purple-4: #b37feb;
    --purple-5: #9254de;
    --purple-6: #722ed1;
    --purple-7: #531dab;
    --purple-8: #391085;
    --purple-9: #22075e;
    --purple-10: #120338;

    --red-1: #fff1f0;
    --red-2: #ffccc7;
    --red-3: #ffa39e;
    --red-4: #ff7875;
    --red-5: #ff4d4f;
    --red-6: #f5222d;
    --red-7: #cf1322;
    --red-8: #a8071a;
    --red-9: #820014;
    --red-10: #5c0011;

    --volcano-1: #fff2e8;
    --volcano-2: #ffd8bf;
    --volcano-3: #ffbb96;
    --volcano-4: #ff9c6e;
    --volcano-5: #ff7a45;
    --volcano-6: #fa541c;
    --volcano-7: #d4380d;
    --volcano-8: #ad2102;
    --volcano-9: #871400;
    --volcano-10: #610b00;

    --yellow-1: #feffe6;
    --yellow-2: #ffffb8;
    --yellow-3: #fffb8f;
    --yellow-4: #fff566;
    --yellow-5: #ffec3d;
    --yellow-6: #fadb14;
    --yellow-7: #d4b106;
    --yellow-8: #ad8b00;
    --yellow-9: #876800;
    --yellow-10: #614700;
  }

  *{
    border-color: var(--border);
  }
  body{
    word-break: keep-all;
    background-color: var(--background);
    color: var(--text);
    font-feature-settings:
      'rlig' 1,
      'calt' 1;
  }
}
.fixed{
  position: fixed;
}
.sticky{
  position: sticky;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[48px\]{
  bottom: 48px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-10{
  z-index: 10;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.me-0{
  margin-inline-end: 0px;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-auto{
  margin-left: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.size-\[12px\]{
  width: 12px;
  height: 12px;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-12{
  height: 3rem;
}
.h-\[135px\]{
  height: 135px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[33\.328px\]{
  height: 33.328px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[64px\]{
  height: 64px;
}
.h-dvh{
  height: 100dvh;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen-height-except-header{
  height: calc(100dvh - 48px);
}
.max-h-\[302px\]{
  max-height: 302px;
}
.min-h-0{
  min-height: 0px;
}
.w-1\/6{
  width: 16.666667%;
}
.w-\[114px\]{
  width: 114px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[168px\]{
  width: 168px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[92px\]{
  width: 92px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[1200px\]{
  min-width: 1200px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[22px\]{
  gap: 22px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-\[2px\]{
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.justify-self-end{
  justify-self: end;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#e2e2e2\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
}
.border-r-\[\#d9d9d9\]{
  --tw-border-opacity: 1;
  border-right-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.p-0{
  padding: 0px;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-4{
  padding: 1rem;
}
.p-\[4px\]{
  padding: 4px;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-header-height{
  padding-bottom: 48px;
}
.pl-\[11px\]{
  padding-left: 11px;
}
.pl-\[12px\]{
  padding-left: 12px;
}
.pl-\[46px\]{
  padding-left: 46px;
}
.pl-\[4px\]{
  padding-left: 4px;
}
.pr-\[14px\]{
  padding-right: 14px;
}
.pr-\[3px\]{
  padding-right: 3px;
}
.pt-\[22px\]{
  padding-top: 22px;
}
.pt-\[4px\]{
  padding-top: 4px;
}
.text-center{
  text-align: center;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.text-\[rgb\(0\2c 0\2c 0\2c 0\.45\)\]{
  color: rgb(0,0,0,0.45);
}
.text-current{
  color: currentColor;
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-6{
  color: var(--red-6);
}
.opacity-\[0\.4\]{
  opacity: 0.4;
}
.shadow-\[0_1px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.03\)\2c 0_1px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.02\)\2c 0_2px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.02\)\]{
  --tw-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);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color), 0 1px 6px -1px var(--tw-shadow-color), 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@keyframes enter{

  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{

  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

/* https://github.com/ant-design/ant-design/issues/49377 */
.anticon {
  color: revert-layer;
}
.\*\:\*\:m-0 > * > *{
  margin: 0px;
}
.\*\:\*\:size-full > * > *{
  width: 100%;
  height: 100%;
}
.\*\:size-full > *{
  width: 100%;
  height: 100%;
}
.\*\:h-full > *{
  height: 100%;
}
.placeholder\:text-xs::-moz-placeholder{
  font-size: 0.75rem;
  line-height: 1rem;
}
.placeholder\:text-xs::placeholder{
  font-size: 0.75rem;
  line-height: 1rem;
}
.group:hover .group-hover\:text-\[rgb\(31\2c 194\2c 102\)\]{
  --tw-text-opacity: 1;
  color: rgb(31 194 102 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){

  .sm\:bottom-\[80px\]{
    bottom: 80px;
  }

  .sm\:h-\[100px\]{
    height: 100px;
  }

  .sm\:h-\[177\.39px\]{
    height: 177.39px;
  }

  .sm\:w-\[80px\]{
    width: 80px;
  }
}
@layer antd {
  [class^='ant-form'],
  [class*=' ant-form'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-form']::before,
  [class*=' ant-form']::before,
  [class^='ant-form']::after,
  [class*=' ant-form']::after {
    box-sizing: border-box;
  }
  [class^='ant-form'] [class^='ant-form'],
  [class*=' ant-form'] [class^='ant-form'],
  [class^='ant-form'] [class*=' ant-form'],
  [class*=' ant-form'] [class*=' ant-form'] {
    box-sizing: border-box;
  }
  [class^='ant-form'] [class^='ant-form']::before,
  [class*=' ant-form'] [class^='ant-form']::before,
  [class^='ant-form'] [class*=' ant-form']::before,
  [class*=' ant-form'] [class*=' ant-form']::before,
  [class^='ant-form'] [class^='ant-form']::after,
  [class*=' ant-form'] [class^='ant-form']::after,
  [class^='ant-form'] [class*=' ant-form']::after,
  [class*=' ant-form'] [class*=' ant-form']::after {
    box-sizing: border-box;
  }
  .ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
  }
  .ant-form legend {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .ant-form input[type='search'] {
    box-sizing: border-box;
  }
  .ant-form input[type='radio'],
  .ant-form input[type='checkbox'] {
    line-height: normal;
  }
  .ant-form input[type='file'] {
    display: block;
  }
  .ant-form input[type='range'] {
    display: block;
    width: 100%;
  }
  .ant-form select[multiple],
  .ant-form select[size] {
    height: auto;
  }
  .ant-form input[type='file']:focus,
  .ant-form input[type='radio']:focus,
  .ant-form input[type='checkbox']:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(5, 184, 62, 0.14);
  }
  .ant-form output {
    display: block;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
  }
  .ant-form .ant-form-text {
    display: inline-block;
    padding-inline-end: 12px;
  }
  .ant-form-small .ant-form-item .ant-form-item-label > label {
    height: 24px;
  }
  .ant-form-small .ant-form-item .ant-form-item-control-input {
    min-height: 24px;
  }
  .ant-form-large .ant-form-item .ant-form-item-label > label {
    height: 40px;
  }
  .ant-form-large .ant-form-item .ant-form-item-control-input {
    min-height: 40px;
  }
  .ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    margin-bottom: 24px;
    vertical-align: top;
  }
  .ant-form-item-with-help {
    transition: none;
  }
  .ant-form-item-hidden,
  .ant-form-item-hidden.ant-row {
    display: none;
  }
  .ant-form-item-has-warning .ant-form-item-split {
    color: #ff4d4f;
  }
  .ant-form-item-has-error .ant-form-item-split {
    color: #faad14;
  }
  .ant-form-item .ant-form-item-label {
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: end;
    vertical-align: middle;
  }
  .ant-form-item .ant-form-item-label-left {
    text-align: start;
  }
  .ant-form-item .ant-form-item-label-wrap {
    overflow: unset;
    line-height: 1.6666666666666667;
    white-space: unset;
  }
  .ant-form-item .ant-form-item-label-wrap > label {
    vertical-align: middle;
    text-wrap: balance;
  }
  .ant-form-item .ant-form-item-label > label {
    position: relative;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    height: 32px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
  }
  .ant-form-item .ant-form-item-label > label > .anticon {
    font-size: 12px;
    vertical-align: top;
  }
  .ant-form-item .ant-form-item-label > label.ant-form-item-required::before {
    display: inline-block;
    margin-inline-end: 4px;
    color: #ff4d4f;
    font-size: 12px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
  }
  .ant-form-item
    .ant-form-item-label
    > label.ant-form-item-required.ant-form-item-required-mark-hidden::before,
  .ant-form-item
    .ant-form-item-label
    > label.ant-form-item-required.ant-form-item-required-mark-optional::before {
    display: none;
  }
  .ant-form-item .ant-form-item-label > label .ant-form-item-optional {
    display: inline-block;
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-form-item
    .ant-form-item-label
    > label
    .ant-form-item-optional.ant-form-item-required-mark-hidden {
    display: none;
  }
  .ant-form-item .ant-form-item-label > label .ant-form-item-tooltip {
    color: rgba(0, 0, 0, 0.45);
    cursor: help;
    writing-mode: horizontal-tb;
    margin-inline-start: 4px;
  }
  .ant-form-item .ant-form-item-label > label::after {
    content: ':';
    position: relative;
    margin-block: 0;
    margin-inline-start: 2px;
    margin-inline-end: 8px;
  }
  .ant-form-item .ant-form-item-label > label.ant-form-item-no-colon::after {
    content: '\a0';
  }
  .ant-form-item .ant-form-item-control {
    --ant-display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .ant-form-item
    .ant-form-item-control:first-child:not([class^="'ant-col-'"]):not([class*="' ant-col-'"]) {
    width: 100%;
  }
  .ant-form-item .ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
  }
  .ant-form-item .ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
  }
  .ant-form-item
    .ant-form-item-control-input-content:has(> .ant-switch:only-child, > .ant-rate:only-child) {
    display: flex;
    align-items: center;
  }
  .ant-form-item .ant-form-item-additional {
    display: flex;
    flex-direction: column;
  }
  .ant-form-item .ant-form-item-explain,
  .ant-form-item .ant-form-item-extra {
    clear: both;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 1.6666666666666667;
  }
  .ant-form-item .ant-form-item-explain-connected {
    width: 100%;
  }
  .ant-form-item .ant-form-item-extra {
    min-height: 24px;
    transition: color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .ant-form-item .ant-form-item-explain-error {
    color: #ff4d4f;
  }
  .ant-form-item .ant-form-item-explain-warning {
    color: #faad14;
  }
  .ant-form-item-with-help .ant-form-item-explain {
    height: auto;
    opacity: 1;
  }
  .ant-form-item .ant-form-item-feedback-icon {
    font-size: 12px;
    text-align: center;
    visibility: visible;
    animation-name: antZoomIn;
    animation-duration: 0.1s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
    pointer-events: none;
  }
  .ant-form-item .ant-form-item-feedback-icon-success {
    color: #00b453;
  }
  .ant-form-item .ant-form-item-feedback-icon-error {
    color: #ff4d4f;
  }
  .ant-form-item .ant-form-item-feedback-icon-warning {
    color: #faad14;
  }
  .ant-form-item .ant-form-item-feedback-icon-validating {
    color: #00b453;
  }
  .ant-form-show-help {
    transition: opacity 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-form-show-help-appear,
  .ant-form-show-help-enter {
    opacity: 0;
  }
  .ant-form-show-help-appear-active,
  .ant-form-show-help-enter-active {
    opacity: 1;
  }
  .ant-form-show-help-leave {
    opacity: 1;
  }
  .ant-form-show-help-leave-active {
    opacity: 0;
  }
  .ant-form-show-help .ant-form-show-help-item {
    overflow: hidden;
    transition:
      height 0.05s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.05s cubic-bezier(0.645, 0.045, 0.355, 1),
      transform 0.05s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear,
  .ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter {
    transform: translateY(-5px);
    opacity: 0;
  }
  .ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-appear-active,
  .ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-enter-active {
    transform: translateY(0);
    opacity: 1;
  }
  .ant-form-show-help .ant-form-show-help-item.ant-form-show-help-item-leave-active {
    transform: translateY(-5px);
  }
  .ant-form-item-horizontal .ant-form-item-label {
    flex-grow: 0;
  }
  .ant-form-item-horizontal .ant-form-item-control {
    flex: 1 1 0;
    min-width: 0;
  }
  .ant-form-item-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
  .ant-form-item-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
    min-width: unset;
  }
  .ant-form-item-horizontal .ant-col-24.ant-form-item-label,
  .ant-form-item-horizontal .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    white-space: initial;
    text-align: start;
  }
  .ant-form-item-horizontal .ant-col-24.ant-form-item-label > label,
  .ant-form-item-horizontal .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-form-item-horizontal .ant-col-24.ant-form-item-label > label::after,
  .ant-form-item-horizontal .ant-col-xl-24.ant-form-item-label > label::after {
    visibility: hidden;
  }
  .ant-form-inline {
    display: flex;
    flex-wrap: wrap;
  }
  .ant-form-inline .ant-form-item-inline {
    flex: none;
    margin-inline-end: 16px;
    margin-bottom: 0;
  }
  .ant-form-inline .ant-form-item-inline-row {
    flex-wrap: nowrap;
  }
  .ant-form-inline .ant-form-item-inline > .ant-form-item-label,
  .ant-form-inline .ant-form-item-inline > .ant-form-item-control {
    display: inline-block;
    vertical-align: top;
  }
  .ant-form-inline .ant-form-item-inline > .ant-form-item-label {
    flex: none;
  }
  .ant-form-inline .ant-form-item-inline .ant-form-text {
    display: inline-block;
  }
  .ant-form-inline .ant-form-item-inline .ant-form-item-has-feedback {
    display: inline-block;
  }
  .ant-form-item-vertical .ant-form-item-row {
    flex-direction: column;
  }
  .ant-form-item-vertical .ant-form-item-label > label {
    height: auto;
  }
  .ant-form-item-vertical .ant-form-item-control {
    width: 100%;
  }
  .ant-form-item-vertical .ant-form-item-label,
  .ant-form-item-vertical .ant-col-24.ant-form-item-label,
  .ant-form-item-vertical .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    margin: 0;
    white-space: initial;
    text-align: start;
  }
  .ant-form-item-vertical .ant-form-item-label > label,
  .ant-form-item-vertical .ant-col-24.ant-form-item-label > label,
  .ant-form-item-vertical .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-form-item-vertical .ant-form-item-label > label::after,
  .ant-form-item-vertical .ant-col-24.ant-form-item-label > label::after,
  .ant-form-item-vertical .ant-col-xl-24.ant-form-item-label > label::after {
    visibility: hidden;
  }
  @media (max-width: 575px) {
    .ant-form-item .ant-form-item-label {
      padding: 0 0 8px;
      margin: 0;
      white-space: initial;
      text-align: start;
    }
    .ant-form-item .ant-form-item-label > label {
      margin: 0;
    }
    .ant-form-item .ant-form-item-label > label::after {
      visibility: hidden;
    }
    .ant-form:not(.ant-form-inline) .ant-form-item {
      flex-wrap: wrap;
    }
    .ant-form:not(.ant-form-inline) .ant-form-item .ant-form-item-label:not([class*=' ant-col-xs']),
    .ant-form:not(.ant-form-inline)
      .ant-form-item
      .ant-form-item-control:not([class*=' ant-col-xs']) {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-xs-24.ant-form-item-label {
      padding: 0 0 8px;
      margin: 0;
      white-space: initial;
      text-align: start;
    }
    .ant-form
      .ant-form-item:not(.ant-form-item-horizontal)
      .ant-col-xs-24.ant-form-item-label
      > label {
      margin: 0;
    }
    .ant-form
      .ant-form-item:not(.ant-form-item-horizontal)
      .ant-col-xs-24.ant-form-item-label
      > label::after {
      visibility: hidden;
    }
  }
  @media (max-width: 767px) {
    .ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-sm-24.ant-form-item-label {
      padding: 0 0 8px;
      margin: 0;
      white-space: initial;
      text-align: start;
    }
    .ant-form
      .ant-form-item:not(.ant-form-item-horizontal)
      .ant-col-sm-24.ant-form-item-label
      > label {
      margin: 0;
    }
    .ant-form
      .ant-form-item:not(.ant-form-item-horizontal)
      .ant-col-sm-24.ant-form-item-label
      > label::after {
      visibility: hidden;
    }
  }
  @media (max-width: 991px) {
    .ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-md-24.ant-form-item-label {
      padding: 0 0 8px;
      margin: 0;
      white-space: initial;
      text-align: start;
    }
    .ant-form
      .ant-form-item:not(.ant-form-item-horizontal)
      .ant-col-md-24.ant-form-item-label
      > label {
      margin: 0;
    }
    .ant-form
      .ant-form-item:not(.ant-form-item-horizontal)
      .ant-col-md-24.ant-form-item-label
      > label::after {
      visibility: hidden;
    }
  }
  @media (max-width: 1199px) {
    .ant-form .ant-form-item:not(.ant-form-item-horizontal) .ant-col-lg-24.ant-form-item-label {
      padding: 0 0 8px;
      margin: 0;
      white-space: initial;
      text-align: start;
    }
    .ant-form
      .ant-form-item:not(.ant-form-item-horizontal)
      .ant-col-lg-24.ant-form-item-label
      > label {
      margin: 0;
    }
    .ant-form
      .ant-form-item:not(.ant-form-item-horizontal)
      .ant-col-lg-24.ant-form-item-label
      > label::after {
      visibility: hidden;
    }
  }
  .ant-form .ant-motion-collapse-legacy {
    overflow: hidden;
  }
  .ant-form .ant-motion-collapse-legacy-active {
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .ant-form .ant-motion-collapse {
    overflow: hidden;
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  @keyframes antZoomIn {
    0% {
      transform: scale(0.2);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  a {
    color: #00b453;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.15s;
    -webkit-text-decoration-skip: objects;
  }
  a:hover {
    color: #42cf7a;
  }
  a:active {
    color: #008f47;
  }
  a:active,
  a:hover {
    text-decoration: none;
    outline: 0;
  }
  a:focus {
    text-decoration: none;
    outline: 0;
  }
  a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  a {
    color: #00b453;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.15s;
    -webkit-text-decoration-skip: objects;
  }
  a:hover {
    color: #42cf7a;
  }
  a:active {
    color: #008f47;
  }
  a:active,
  a:hover {
    text-decoration: none;
    outline: 0;
  }
  a:focus {
    text-decoration: none;
    outline: 0;
  }
  a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .anticon > * {
    line-height: 1;
  }
  .anticon svg {
    display: inline-block;
  }
  .anticon .anticon .anticon-icon {
    display: block;
  }
  .ant-affix {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-affix::before,
  .ant-affix::after {
    box-sizing: border-box;
  }
  .ant-affix [class^='ant-affix'],
  .ant-affix [class*=' ant-affix'] {
    box-sizing: border-box;
  }
  .ant-affix [class^='ant-affix']::before,
  .ant-affix [class*=' ant-affix']::before,
  .ant-affix [class^='ant-affix']::after,
  .ant-affix [class*=' ant-affix']::after {
    box-sizing: border-box;
  }
  .ant-affix {
    position: fixed;
    z-index: 10;
  }
  .ant-alert {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-alert::before,
  .ant-alert::after {
    box-sizing: border-box;
  }
  .ant-alert [class^='ant-alert'],
  .ant-alert [class*=' ant-alert'] {
    box-sizing: border-box;
  }
  .ant-alert [class^='ant-alert']::before,
  .ant-alert [class*=' ant-alert']::before,
  .ant-alert [class^='ant-alert']::after,
  .ant-alert [class*=' ant-alert']::after {
    box-sizing: border-box;
  }
  .ant-alert {
    box-sizing: border-box;
    margin: 0;
    padding: 8px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    border-radius: 8px;
  }
  .ant-alert.ant-alert-rtl {
    direction: rtl;
  }
  .ant-alert .ant-alert-content {
    flex: 1;
    min-width: 0;
  }
  .ant-alert .ant-alert-icon {
    margin-inline-end: 8px;
    line-height: 0;
  }
  .ant-alert-description {
    display: none;
    font-size: 12px;
    line-height: 1.6666666666666667;
  }
  .ant-alert-message {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-alert.ant-alert-motion-leave {
    overflow: hidden;
    opacity: 1;
    transition:
      max-height 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86),
      opacity 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86),
      padding-top 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86),
      padding-bottom 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86),
      margin-bottom 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-alert.ant-alert-motion-leave-active {
    max-height: 0;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
  .ant-alert-with-description {
    align-items: flex-start;
    padding: 20px 24px;
  }
  .ant-alert-with-description .ant-alert-icon {
    margin-inline-end: 12px;
    font-size: 20px;
    line-height: 0;
  }
  .ant-alert-with-description .ant-alert-message {
    display: block;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
  }
  .ant-alert-with-description .ant-alert-description {
    display: block;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-alert-banner {
    margin-bottom: 0;
    border: 0 !important;
    border-radius: 0;
  }
  .ant-alert-success {
    background: #dcf5e4;
    border: 1px solid #69db93;
  }
  .ant-alert-success .ant-alert-icon {
    color: #00b453;
  }
  .ant-alert-info {
    background: #dcf5e4;
    border: 1px solid #69db93;
  }
  .ant-alert-info .ant-alert-icon {
    color: #00b453;
  }
  .ant-alert-warning {
    background: #fffbe6;
    border: 1px solid #ffe58f;
  }
  .ant-alert-warning .ant-alert-icon {
    color: #faad14;
  }
  .ant-alert-error {
    background: #fff2f0;
    border: 1px solid #ffccc7;
  }
  .ant-alert-error .ant-alert-icon {
    color: #ff4d4f;
  }
  .ant-alert-error .ant-alert-description > pre {
    margin: 0;
    padding: 0;
  }
  .ant-alert-action {
    margin-inline-start: 8px;
  }
  .ant-alert .ant-alert-close-icon {
    margin-inline-start: 8px;
    padding: 0;
    overflow: hidden;
    font-size: 10px;
    line-height: 10px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .ant-alert .ant-alert-close-icon .anticon-close {
    color: rgba(0, 0, 0, 0.45);
    transition: color 0.1s;
  }
  .ant-alert .ant-alert-close-icon .anticon-close:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-alert-close-text {
    color: rgba(0, 0, 0, 0.45);
    transition: color 0.1s;
  }
  .ant-alert-close-text:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  [class^='ant-anchor'],
  [class*=' ant-anchor'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-anchor']::before,
  [class*=' ant-anchor']::before,
  [class^='ant-anchor']::after,
  [class*=' ant-anchor']::after {
    box-sizing: border-box;
  }
  [class^='ant-anchor'] [class^='ant-anchor'],
  [class*=' ant-anchor'] [class^='ant-anchor'],
  [class^='ant-anchor'] [class*=' ant-anchor'],
  [class*=' ant-anchor'] [class*=' ant-anchor'] {
    box-sizing: border-box;
  }
  [class^='ant-anchor'] [class^='ant-anchor']::before,
  [class*=' ant-anchor'] [class^='ant-anchor']::before,
  [class^='ant-anchor'] [class*=' ant-anchor']::before,
  [class*=' ant-anchor'] [class*=' ant-anchor']::before,
  [class^='ant-anchor'] [class^='ant-anchor']::after,
  [class*=' ant-anchor'] [class^='ant-anchor']::after,
  [class^='ant-anchor'] [class*=' ant-anchor']::after,
  [class*=' ant-anchor'] [class*=' ant-anchor']::after {
    box-sizing: border-box;
  }
  .ant-anchor-wrapper {
    margin-block-start: -4px;
    padding-block-start: 4px;
  }
  .ant-anchor-wrapper .ant-anchor {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    padding-inline-start: 2px;
  }
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link {
    padding-block: 4px;
    padding-inline: 16px 0;
  }
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    margin-block-end: 2.571428571428571px;
    color: rgba(0, 0, 0, 0.88);
    transition: all 0.15s;
  }
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link-title:only-child {
    margin-block-end: 0;
  }
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link-active > .ant-anchor-link-title {
    color: #00b453;
  }
  .ant-anchor-wrapper .ant-anchor .ant-anchor-link .ant-anchor-link {
    padding-block: 2px;
  }
  .ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor::before {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    height: 100%;
    border-inline-start: 2px solid rgba(5, 5, 5, 0.06);
    content: ' ';
  }
  .ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor .ant-anchor-ink {
    position: absolute;
    inset-inline-start: 0;
    display: none;
    transform: translateY(-50%);
    transition: top 0.15s ease-in-out;
    width: 2px;
    background-color: #00b453;
  }
  .ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal)
    .ant-anchor
    .ant-anchor-ink.ant-anchor-ink-visible {
    display: inline-block;
  }
  .ant-anchor-wrapper .ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink {
    display: none;
  }
  .ant-anchor-wrapper-horizontal {
    position: relative;
  }
  .ant-anchor-wrapper-horizontal::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
    content: ' ';
  }
  .ant-anchor-wrapper-horizontal .ant-anchor {
    overflow-x: scroll;
    position: relative;
    display: flex;
    scrollbar-width: none;
  }
  .ant-anchor-wrapper-horizontal .ant-anchor::-webkit-scrollbar {
    display: none;
  }
  .ant-anchor-wrapper-horizontal .ant-anchor .ant-anchor-link:first-of-type {
    padding-inline: 0;
  }
  .ant-anchor-wrapper-horizontal .ant-anchor .ant-anchor-ink {
    position: absolute;
    bottom: 0;
    transition:
      left 0.15s ease-in-out,
      width 0.15s ease-in-out;
    height: 2px;
    background-color: #00b453;
  }
  .ant-app {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-app::before,
  .ant-app::after {
    box-sizing: border-box;
  }
  .ant-app [class^='ant-app'],
  .ant-app [class*=' ant-app'] {
    box-sizing: border-box;
  }
  .ant-app [class^='ant-app']::before,
  .ant-app [class*=' ant-app']::before,
  .ant-app [class^='ant-app']::after,
  .ant-app [class*=' ant-app']::after {
    box-sizing: border-box;
  }
  .ant-app {
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    font-family: inherit;
  }
  .ant-app.ant-app-rtl {
    direction: rtl;
  }
  [class^='ant-select'],
  [class*=' ant-select'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-select']::before,
  [class*=' ant-select']::before,
  [class^='ant-select']::after,
  [class*=' ant-select']::after {
    box-sizing: border-box;
  }
  [class^='ant-select'] [class^='ant-select'],
  [class*=' ant-select'] [class^='ant-select'],
  [class^='ant-select'] [class*=' ant-select'],
  [class*=' ant-select'] [class*=' ant-select'] {
    box-sizing: border-box;
  }
  [class^='ant-select'] [class^='ant-select']::before,
  [class*=' ant-select'] [class^='ant-select']::before,
  [class^='ant-select'] [class*=' ant-select']::before,
  [class*=' ant-select'] [class*=' ant-select']::before,
  [class^='ant-select'] [class^='ant-select']::after,
  [class*=' ant-select'] [class^='ant-select']::after,
  [class^='ant-select'] [class*=' ant-select']::after,
  [class*=' ant-select'] [class*=' ant-select']::after {
    box-sizing: border-box;
  }
  .ant-select.ant-select-in-form-item {
    width: 100%;
  }
  .ant-select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-flex;
    cursor: pointer;
  }
  .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    position: relative;
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: pointer;
  }
  .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: text;
  }
  .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: auto;
    color: inherit;
    height: 100%;
  }
  .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: not-allowed;
  }
  .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: not-allowed;
  }
  .ant-select:not(.ant-select-customize-input)
    .ant-select-selector
    .ant-select-selection-search-input {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: inherit;
  }
  .ant-select:not(.ant-select-customize-input)
    .ant-select-selector
    .ant-select-selection-search-input::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
            appearance: none;
  }
  .ant-select .ant-select-selection-item {
    flex: 1;
    font-weight: normal;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ant-select .ant-select-selection-item > .ant-typography {
    display: inline;
  }
  .ant-select .ant-select-selection-placeholder {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
  }
  .ant-select .ant-select-arrow {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.25);
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    inset-inline-start: auto;
    inset-inline-end: 11px;
    height: 10px;
    margin-top: -5px;
    font-size: 10px;
    pointer-events: none;
    transition: opacity 0.15s ease;
  }
  .ant-select .ant-select-arrow > * {
    line-height: 1;
  }
  .ant-select .ant-select-arrow svg {
    display: inline-block;
  }
  .ant-select .ant-select-arrow .anticon {
    vertical-align: top;
    transition: transform 0.15s;
  }
  .ant-select .ant-select-arrow .anticon > svg {
    vertical-align: top;
  }
  .ant-select .ant-select-arrow .anticon:not(.ant-select-suffix) {
    pointer-events: auto;
  }
  .ant-select-disabled .ant-select .ant-select-arrow {
    cursor: not-allowed;
  }
  .ant-select .ant-select-arrow > *:not(:last-child) {
    margin-inline-end: 8px;
  }
  .ant-select .ant-select-selection-wrap {
    display: flex;
    width: 100%;
    position: relative;
    min-width: 0;
  }
  .ant-select .ant-select-selection-wrap:after {
    content: '\a0';
    width: 0;
    overflow: hidden;
  }
  .ant-select .ant-select-prefix {
    flex: none;
    margin-inline-end: 4px;
  }
  .ant-select .ant-select-clear {
    position: absolute;
    top: 50%;
    inset-inline-start: auto;
    inset-inline-end: 11px;
    z-index: 1;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 10px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    opacity: 0;
    transition:
      color 0.1s ease,
      opacity 0.15s ease;
    text-rendering: auto;
    transform: translateZ(0);
  }
  .ant-select .ant-select-clear:before {
    display: block;
  }
  .ant-select .ant-select-clear:hover {
    color: rgba(0, 0, 0, 0.45);
  }
  @media (hover: none) {
    .ant-select .ant-select-clear {
      opacity: 1;
      background: #fff;
      border-radius: 50%;
    }
  }
  .ant-select:hover .ant-select-clear {
    opacity: 1;
    background: #fff;
    border-radius: 50%;
  }
  .ant-select-status-error.ant-select-has-feedback .ant-select-clear,
  .ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
  .ant-select-status-success.ant-select-has-feedback .ant-select-clear,
  .ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
    inset-inline-end: 31px;
  }
  .ant-select-single {
    font-size: 12px;
    height: 32px;
  }
  .ant-select-single .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 6px;
    flex: 1 1 auto;
  }
  .ant-select-single .ant-select-selector .ant-select-selection-wrap:after {
    line-height: 30px;
  }
  .ant-select-single .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
  }
  .ant-select-single .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
  }
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 30px;
    transition:
      all 0.15s,
      visibility 0s;
    align-self: center;
  }
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
  }
  .ant-select-single .ant-select-selector:after,
  .ant-select-single .ant-select-selector .ant-select-selection-item:empty:after,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '\a0';
  }
  .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
  .ant-select-single.ant-select-show-arrow .ant-select-selection-search,
  .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 15px;
  }
  .ant-select-single.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
  }
  .ant-select-single:not(.ant-select-customize-input)
    .ant-select-selector
    .ant-select-selection-search-input {
    height: 30px;
    font-size: 12px;
  }
  .ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 30px;
  }
  .ant-select-single.ant-select-customize-input .ant-select-selector:after {
    display: none;
  }
  .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%;
  }
  .ant-select-single.ant-select-customize-input
    .ant-select-selector
    .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
  }
  .ant-select-single.ant-select-customize-input
    .ant-select-selector
    .ant-select-selection-placeholder:after {
    display: none;
  }
  .ant-select-single.ant-select-sm {
    font-size: 12px;
    height: 24px;
  }
  .ant-select-single.ant-select-sm .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 4px;
    flex: 1 1 auto;
  }
  .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-wrap:after {
    line-height: 22px;
  }
  .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
  }
  .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
  }
  .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item,
  .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 22px;
    transition:
      all 0.15s,
      visibility 0s;
    align-self: center;
  }
  .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
  }
  .ant-select-single.ant-select-sm .ant-select-selector:after,
  .ant-select-single.ant-select-sm .ant-select-selector .ant-select-selection-item:empty:after,
  .ant-select-single.ant-select-sm
    .ant-select-selector
    .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '\a0';
  }
  .ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-item,
  .ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-search,
  .ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 15px;
  }
  .ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
  }
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input)
    .ant-select-selector
    .ant-select-selection-search-input {
    height: 22px;
    font-size: 12px;
  }
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 22px;
  }
  .ant-select-single.ant-select-sm.ant-select-customize-input .ant-select-selector:after {
    display: none;
  }
  .ant-select-single.ant-select-sm.ant-select-customize-input
    .ant-select-selector
    .ant-select-selection-search {
    position: static;
    width: 100%;
  }
  .ant-select-single.ant-select-sm.ant-select-customize-input
    .ant-select-selector
    .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
  }
  .ant-select-single.ant-select-sm.ant-select-customize-input
    .ant-select-selector
    .ant-select-selection-placeholder:after {
    display: none;
  }
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    padding: 0 7px;
  }
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow
    .ant-select-selection-search {
    inset-inline-end: 25px;
  }
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow
    .ant-select-selection-item,
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow
    .ant-select-selection-placeholder {
    padding-inline-end: 18px;
  }
  .ant-select-single.ant-select-lg {
    font-size: 14px;
    height: 40px;
  }
  .ant-select-single.ant-select-lg .ant-select-selector {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: flex;
    border-radius: 8px;
    flex: 1 1 auto;
  }
  .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-wrap:after {
    line-height: 38px;
  }
  .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search {
    position: absolute;
    inset: 0;
    width: 100%;
  }
  .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search-input {
    width: 100%;
    -webkit-appearance: textfield;
  }
  .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item,
  .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
    display: block;
    padding: 0;
    line-height: 38px;
    transition:
      all 0.15s,
      visibility 0s;
    align-self: center;
  }
  .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none;
  }
  .ant-select-single.ant-select-lg .ant-select-selector:after,
  .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-item:empty:after,
  .ant-select-single.ant-select-lg
    .ant-select-selector
    .ant-select-selection-placeholder:empty:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '\a0';
  }
  .ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-item,
  .ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-search,
  .ant-select-single.ant-select-lg.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-inline-end: 15px;
  }
  .ant-select-single.ant-select-lg.ant-select-open .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 11px;
  }
  .ant-select-single.ant-select-lg:not(.ant-select-customize-input)
    .ant-select-selector
    .ant-select-selection-search-input {
    height: 38px;
    font-size: 14px;
  }
  .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 38px;
  }
  .ant-select-single.ant-select-lg.ant-select-customize-input .ant-select-selector:after {
    display: none;
  }
  .ant-select-single.ant-select-lg.ant-select-customize-input
    .ant-select-selector
    .ant-select-selection-search {
    position: static;
    width: 100%;
  }
  .ant-select-single.ant-select-lg.ant-select-customize-input
    .ant-select-selector
    .ant-select-selection-placeholder {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    padding: 0 11px;
  }
  .ant-select-single.ant-select-lg.ant-select-customize-input
    .ant-select-selector
    .ant-select-selection-placeholder:after {
    display: none;
  }
  .ant-select-multiple .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .ant-select-multiple .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: calc(100% - 4px);
    display: inline-flex;
  }
  .ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 4px;
    cursor: default;
    transition:
      font-size 0.15s,
      line-height 0.15s,
      height 0.15s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
  }
  .ant-select-disabled.ant-select-multiple
    .ant-select-selection-overflow
    .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
  }
  .ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
  }
  .ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
  }
  .ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove > * {
    line-height: 1;
  }
  .ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove svg {
    display: inline-block;
  }
  .ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove > .anticon {
    vertical-align: -0.2em;
  }
  .ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-select-multiple .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 6px;
  }
  .ant-select-disabled.ant-select-multiple .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
  }
  .ant-select-multiple .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 24px;
    visibility: hidden;
    content: '\a0';
  }
  .ant-select-multiple .ant-select-selection-item {
    height: 24px;
    line-height: 22px;
  }
  .ant-select-multiple .ant-select-selection-wrap {
    align-self: flex-start;
  }
  .ant-select-multiple .ant-select-selection-wrap:after {
    line-height: 24px;
    margin-block: 2px;
  }
  .ant-select-multiple .ant-select-prefix {
    margin-inline-start: 8px;
  }
  .ant-select-multiple
    .ant-select-selection-overflow-item
    + .ant-select-selection-overflow-item
    .ant-select-selection-search,
  .ant-select-multiple
    .ant-select-prefix
    + .ant-select-selection-wrap
    .ant-select-selection-search {
    margin-inline-start: 0;
  }
  .ant-select-multiple
    .ant-select-selection-overflow-item
    + .ant-select-selection-overflow-item
    .ant-select-selection-placeholder,
  .ant-select-multiple
    .ant-select-prefix
    + .ant-select-selection-wrap
    .ant-select-selection-placeholder {
    inset-inline-start: 0;
  }
  .ant-select-multiple .ant-select-selection-overflow-item-suffix {
    min-height: 24px;
    margin-block: 2px;
  }
  .ant-select-multiple .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
  }
  .ant-select-multiple .ant-select-selection-search-input,
  .ant-select-multiple .ant-select-selection-search-mirror {
    height: 24px;
    font-family: inherit;
    line-height: 24px;
    transition: all 0.15s;
  }
  .ant-select-multiple .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
  }
  .ant-select-multiple .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
  }
  .ant-select-multiple .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.15s;
  }
  .ant-select-multiple {
    font-size: 12px;
  }
  .ant-select-show-search.ant-select-multiple .ant-select-selector {
    cursor: text;
  }
  .ant-select-multiple.ant-select-show-arrow .ant-select-selector,
  .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 22px;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: calc(100% - 4px);
    display: inline-flex;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 2px;
    cursor: default;
    transition:
      font-size 0.15s,
      line-height 0.15s,
      height 0.15s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
  }
  .ant-select-disabled.ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow
    .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
  }
  .ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow
    .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
  }
  .ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow
    .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
  }
  .ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow
    .ant-select-selection-item-remove
    > * {
    line-height: 1;
  }
  .ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow
    .ant-select-selection-item-remove
    svg {
    display: inline-block;
  }
  .ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow
    .ant-select-selection-item-remove
    > .anticon {
    vertical-align: -0.2em;
  }
  .ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow
    .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-select-multiple.ant-select-sm .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 4px;
  }
  .ant-select-disabled.ant-select-multiple.ant-select-sm .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 16px;
    visibility: hidden;
    content: '\a0';
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-item {
    height: 16px;
    line-height: 14px;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-wrap {
    align-self: flex-start;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-wrap:after {
    line-height: 16px;
    margin-block: 2px;
  }
  .ant-select-multiple.ant-select-sm .ant-select-prefix {
    margin-inline-start: 8px;
  }
  .ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow-item
    + .ant-select-selection-overflow-item
    .ant-select-selection-search,
  .ant-select-multiple.ant-select-sm
    .ant-select-prefix
    + .ant-select-selection-wrap
    .ant-select-selection-search {
    margin-inline-start: 0;
  }
  .ant-select-multiple.ant-select-sm
    .ant-select-selection-overflow-item
    + .ant-select-selection-overflow-item
    .ant-select-selection-placeholder,
  .ant-select-multiple.ant-select-sm
    .ant-select-prefix
    + .ant-select-selection-wrap
    .ant-select-selection-placeholder {
    inset-inline-start: 0;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-overflow-item-suffix {
    min-height: 16px;
    margin-block: 2px;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
  .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    height: 16px;
    font-family: inherit;
    line-height: 16px;
    transition: all 0.15s;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.15s;
  }
  .ant-select-multiple.ant-select-sm {
    font-size: 12px;
  }
  .ant-select-show-search.ant-select-multiple.ant-select-sm .ant-select-selector {
    cursor: text;
  }
  .ant-select-multiple.ant-select-sm.ant-select-show-arrow .ant-select-selector,
  .ant-select-multiple.ant-select-sm.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 22px;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    inset-inline: 7px;
  }
  .ant-select-multiple.ant-select-sm .ant-select-selection-search {
    margin-inline-start: 2px;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: calc(100% - 4px);
    display: inline-flex;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-overflow .ant-select-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 6px;
    cursor: default;
    transition:
      font-size 0.15s,
      line-height 0.15s,
      height 0.15s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
  }
  .ant-select-disabled.ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow
    .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
  }
  .ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow
    .ant-select-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
  }
  .ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow
    .ant-select-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
  }
  .ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow
    .ant-select-selection-item-remove
    > * {
    line-height: 1;
  }
  .ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow
    .ant-select-selection-item-remove
    svg {
    display: inline-block;
  }
  .ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow
    .ant-select-selection-item-remove
    > .anticon {
    vertical-align: -0.2em;
  }
  .ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow
    .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-select-multiple.ant-select-lg .ant-select-selector {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 3px;
    padding-block: 1px;
    border-radius: 8px;
  }
  .ant-select-disabled.ant-select-multiple.ant-select-lg .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 32px;
    visibility: hidden;
    content: '\a0';
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-item {
    height: 32px;
    line-height: 30px;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-wrap {
    align-self: flex-start;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-wrap:after {
    line-height: 32px;
    margin-block: 2px;
  }
  .ant-select-multiple.ant-select-lg .ant-select-prefix {
    margin-inline-start: 8px;
  }
  .ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow-item
    + .ant-select-selection-overflow-item
    .ant-select-selection-search,
  .ant-select-multiple.ant-select-lg
    .ant-select-prefix
    + .ant-select-selection-wrap
    .ant-select-selection-search {
    margin-inline-start: 0;
  }
  .ant-select-multiple.ant-select-lg
    .ant-select-selection-overflow-item
    + .ant-select-selection-overflow-item
    .ant-select-selection-placeholder,
  .ant-select-multiple.ant-select-lg
    .ant-select-prefix
    + .ant-select-selection-wrap
    .ant-select-selection-placeholder {
    inset-inline-start: 0;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-overflow-item-suffix {
    min-height: 32px;
    margin-block: 2px;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-search {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    margin-inline-start: 8px;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
  .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    height: 32px;
    font-family: inherit;
    line-height: 32px;
    transition: all 0.15s;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: auto;
    z-index: 999;
    white-space: pre;
    visibility: hidden;
  }
  .ant-select-multiple.ant-select-lg .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 8px;
    inset-inline-end: 11px;
    transform: translateY(-50%);
    transition: all 0.15s;
  }
  .ant-select-multiple.ant-select-lg {
    font-size: 14px;
  }
  .ant-select-show-search.ant-select-multiple.ant-select-lg .ant-select-selector {
    cursor: text;
  }
  .ant-select-multiple.ant-select-lg.ant-select-show-arrow .ant-select-selector,
  .ant-select-multiple.ant-select-lg.ant-select-allow-clear .ant-select-selector {
    padding-inline-end: 22px;
  }
  .ant-select-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: absolute;
    top: -9999px;
    z-index: 1050;
    overflow: hidden;
    font-variant: initial;
    background-color: #ffffff;
    border-radius: 8px;
    outline: none;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
  .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
  .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: antSlideUpIn;
  }
  .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
  .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft,
  .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topRight,
  .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topRight {
    animation-name: antSlideDownIn;
  }
  .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    animation-name: antSlideUpOut;
  }
  .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft,
  .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topRight {
    animation-name: antSlideDownOut;
  }
  .ant-select-dropdown-hidden {
    display: none;
  }
  .ant-select-dropdown .ant-select-item {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6666666666666667;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.15s ease;
    border-radius: 4px;
  }
  .ant-select-dropdown .ant-select-item-group {
    color: rgba(0, 0, 0, 0.45);
    font-size: 10px;
    cursor: default;
  }
  .ant-select-dropdown .ant-select-item-option {
    display: flex;
  }
  .ant-select-dropdown .ant-select-item-option-content {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ant-select-dropdown .ant-select-item-option-state {
    flex: none;
    display: flex;
    align-items: center;
  }
  .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    background-color: #dcf5e4;
  }
  .ant-select-dropdown
    .ant-select-item-option-selected:not(.ant-select-item-option-disabled)
    .ant-select-item-option-state {
    color: #00b453;
  }
  .ant-select-dropdown .ant-select-item-option-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-select-dropdown .ant-select-item-option-disabled.ant-select-item-option-selected {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-select-dropdown .ant-select-item-option-grouped {
    padding-inline-start: 24px;
  }
  .ant-select-dropdown .ant-select-item-empty {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.25);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6666666666666667;
    box-sizing: border-box;
  }
  .ant-select-dropdown .ant-select-item-option-selected:has(+ .ant-select-item-option-selected) {
    border-end-start-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-select-dropdown
    .ant-select-item-option-selected:has(+ .ant-select-item-option-selected)
    + .ant-select-item-option-selected {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
  }
  .ant-select-dropdown-rtl {
    direction: rtl;
  }
  .ant-slide-up-enter,
  .ant-slide-up-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-enter.ant-slide-up-enter-active,
  .ant-slide-up-appear.ant-slide-up-appear-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-enter,
  .ant-slide-up-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-up-enter-prepare,
  .ant-slide-up-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-slide-down-enter,
  .ant-slide-down-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-enter.ant-slide-down-enter-active,
  .ant-slide-down-appear.ant-slide-down-appear-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-enter,
  .ant-slide-down-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-down-enter-prepare,
  .ant-slide-down-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-move-up-enter,
  .ant-move-up-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-up-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-up-enter.ant-move-up-enter-active,
  .ant-move-up-appear.ant-move-up-appear-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-enter,
  .ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-move-down-enter,
  .ant-move-down-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-down-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-down-enter.ant-move-down-enter-active,
  .ant-move-down-appear.ant-move-down-appear-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-enter,
  .ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-select-rtl {
    direction: rtl;
  }
  .ant-select-compact-item:not(.ant-select-compact-last-item) {
    margin-inline-end: -1px;
  }
  .ant-select-compact-item:not(.ant-select-status-success) {
    z-index: 2;
  }
  .ant-select-compact-item:hover > *,
  .ant-select-compact-item:active > * {
    z-index: 3;
  }
  .ant-select-compact-item.ant-select-focused {
    z-index: 3;
  }
  .ant-select-compact-item[disabled] > * {
    z-index: 0;
  }
  .ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item)
    > .ant-select-selector {
    border-radius: 0;
  }
  .ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-first-item
    > .ant-select-selector,
  .ant-select-compact-item:not(
      .ant-select-compact-last-item
    ).ant-select-compact-first-item.ant-select-sm
    > .ant-select-selector,
  .ant-select-compact-item:not(
      .ant-select-compact-last-item
    ).ant-select-compact-first-item.ant-select-lg
    > .ant-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-select-compact-item:not(.ant-select-compact-first-item).ant-select-compact-last-item
    > .ant-select-selector,
  .ant-select-compact-item:not(
      .ant-select-compact-first-item
    ).ant-select-compact-last-item.ant-select-sm
    > .ant-select-selector,
  .ant-select-compact-item:not(
      .ant-select-compact-first-item
    ).ant-select-compact-last-item.ant-select-lg
    > .ant-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #d9d9d9;
    background: #ffffff;
  }
  .ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    ):hover
    .ant-select-selector {
    border-color: #1fc266;
  }
  .ant-select-focused.ant-select-outlined:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    border-color: #00b453;
    box-shadow: 0 0 0 2px rgba(5, 184, 62, 0.14);
    outline: 0;
  }
  .ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    )
    .ant-select-prefix {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-select-outlined.ant-select-status-error:not(.ant-select-customize-input)
    .ant-select-selector {
    border: 1px solid #ff4d4f;
    background: #ffffff;
  }
  .ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer):hover
    .ant-select-selector {
    border-color: #ff7875;
  }
  .ant-select-focused.ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
  }
  .ant-select-outlined.ant-select-status-error:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-prefix {
    color: #ff4d4f;
  }
  .ant-select-outlined.ant-select-status-warning:not(.ant-select-customize-input)
    .ant-select-selector {
    border: 1px solid #faad14;
    background: #ffffff;
  }
  .ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer):hover
    .ant-select-selector {
    border-color: #ffd666;
  }
  .ant-select-focused.ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
  }
  .ant-select-outlined.ant-select-status-warning:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-prefix {
    color: #faad14;
  }
  .ant-select-outlined.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-select-outlined.ant-select-multiple .ant-select-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
  }
  .ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    ):hover
    .ant-select-selector {
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-select-focused.ant-select-filled:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    background: #ffffff;
    border-color: #00b453;
    outline: 0;
  }
  .ant-select-filled.ant-select-status-error:not(.ant-select-customize-input) .ant-select-selector {
    background: #fff2f0;
    border: 1px solid transparent;
    color: #ff4d4f;
  }
  .ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer):hover
    .ant-select-selector {
    background: #fff1f0;
  }
  .ant-select-focused.ant-select-filled.ant-select-status-error:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    background: #ffffff;
    border-color: #ff4d4f;
    outline: 0;
  }
  .ant-select-filled.ant-select-status-warning:not(.ant-select-customize-input)
    .ant-select-selector {
    background: #fffbe6;
    border: 1px solid transparent;
    color: #faad14;
  }
  .ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer):hover
    .ant-select-selector {
    background: #fff1b8;
  }
  .ant-select-focused.ant-select-filled.ant-select-status-warning:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    background: #ffffff;
    border-color: #faad14;
    outline: 0;
  }
  .ant-select-filled.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #d9d9d9;
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-select-filled.ant-select-multiple .ant-select-selection-item {
    background: #ffffff;
    border: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-select-borderless .ant-select-selector {
    background: transparent;
    border: 1px solid transparent;
  }
  .ant-select-borderless.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-select-borderless.ant-select-multiple .ant-select-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
  }
  .ant-select-borderless.ant-select-status-error .ant-select-prefix,
  .ant-select-borderless.ant-select-status-error .ant-select-selection-item {
    color: #ff4d4f;
  }
  .ant-select-borderless.ant-select-status-warning .ant-select-prefix,
  .ant-select-borderless.ant-select-status-warning .ant-select-selection-item {
    color: #faad14;
  }
  .ant-select-underlined:not(.ant-select-customize-input) .ant-select-selector {
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #d9d9d9;
    background: #ffffff;
    border-radius: 0;
  }
  .ant-select-underlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    ):hover
    .ant-select-selector {
    border-color: #1fc266;
  }
  .ant-select-focused.ant-select-underlined:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    border-color: #00b453;
    outline: 0;
  }
  .ant-select-underlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(
      .ant-pagination-size-changer
    )
    .ant-select-prefix {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-select-underlined.ant-select-status-error:not(.ant-select-customize-input)
    .ant-select-selector {
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #ff4d4f;
    background: #ffffff;
    border-radius: 0;
  }
  .ant-select-underlined.ant-select-status-error:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer):hover
    .ant-select-selector {
    border-color: #ff7875;
  }
  .ant-select-focused.ant-select-underlined.ant-select-status-error:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    border-color: #ff4d4f;
    outline: 0;
  }
  .ant-select-underlined.ant-select-status-error:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-prefix {
    color: #ff4d4f;
  }
  .ant-select-underlined.ant-select-status-warning:not(.ant-select-customize-input)
    .ant-select-selector {
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #faad14;
    background: #ffffff;
    border-radius: 0;
  }
  .ant-select-underlined.ant-select-status-warning:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer):hover
    .ant-select-selector {
    border-color: #ffd666;
  }
  .ant-select-focused.ant-select-underlined.ant-select-status-warning:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-selector {
    border-color: #faad14;
    outline: 0;
  }
  .ant-select-underlined.ant-select-status-warning:not(.ant-select-disabled):not(
      .ant-select-customize-input
    ):not(.ant-pagination-size-changer)
    .ant-select-prefix {
    color: #faad14;
  }
  .ant-select-underlined.ant-select-disabled:not(.ant-select-customize-input) .ant-select-selector {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-select-underlined.ant-select-multiple .ant-select-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
  }
  @keyframes antSlideUpIn {
    0% {
      transform: scaleY(0.8);
      transform-origin: 0% 0%;
      opacity: 0;
    }
    100% {
      transform: scaleY(1);
      transform-origin: 0% 0%;
      opacity: 1;
    }
  }
  @keyframes antSlideDownIn {
    0% {
      transform: scaleY(0.8);
      transform-origin: 100% 100%;
      opacity: 0;
    }
    100% {
      transform: scaleY(1);
      transform-origin: 100% 100%;
      opacity: 1;
    }
  }
  @keyframes antSlideUpOut {
    0% {
      transform: scaleY(1);
      transform-origin: 0% 0%;
      opacity: 1;
    }
    100% {
      transform: scaleY(0.8);
      transform-origin: 0% 0%;
      opacity: 0;
    }
  }
  @keyframes antSlideDownOut {
    0% {
      transform: scaleY(1);
      transform-origin: 100% 100%;
      opacity: 1;
    }
    100% {
      transform: scaleY(0.8);
      transform-origin: 100% 100%;
      opacity: 0;
    }
  }
  @keyframes antMoveUpIn {
    0% {
      transform: translate3d(0, -100%, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
  }
  @keyframes antMoveUpOut {
    0% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
    100% {
      transform: translate3d(0, -100%, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
  }
  @keyframes antMoveDownIn {
    0% {
      transform: translate3d(0, 100%, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
  }
  @keyframes antMoveDownOut {
    0% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
    100% {
      transform: translate3d(0, 100%, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
  }
  [class^='ant-avatar'],
  [class*=' ant-avatar'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-avatar']::before,
  [class*=' ant-avatar']::before,
  [class^='ant-avatar']::after,
  [class*=' ant-avatar']::after {
    box-sizing: border-box;
  }
  [class^='ant-avatar'] [class^='ant-avatar'],
  [class*=' ant-avatar'] [class^='ant-avatar'],
  [class^='ant-avatar'] [class*=' ant-avatar'],
  [class*=' ant-avatar'] [class*=' ant-avatar'] {
    box-sizing: border-box;
  }
  [class^='ant-avatar'] [class^='ant-avatar']::before,
  [class*=' ant-avatar'] [class^='ant-avatar']::before,
  [class^='ant-avatar'] [class*=' ant-avatar']::before,
  [class*=' ant-avatar'] [class*=' ant-avatar']::before,
  [class^='ant-avatar'] [class^='ant-avatar']::after,
  [class*=' ant-avatar'] [class^='ant-avatar']::after,
  [class^='ant-avatar'] [class*=' ant-avatar']::after,
  [class*=' ant-avatar'] [class*=' ant-avatar']::after {
    box-sizing: border-box;
  }
  .ant-avatar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .ant-avatar-image {
    background: transparent;
  }
  .ant-avatar .ant-image-img {
    display: block;
  }
  .ant-avatar.ant-avatar-square {
    border-radius: 6px;
  }
  .ant-avatar.ant-avatar-icon {
    font-size: 15px;
  }
  .ant-avatar.ant-avatar-icon > .anticon {
    margin: 0;
  }
  .ant-avatar-lg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 12px;
  }
  .ant-avatar-lg.ant-avatar-square {
    border-radius: 8px;
  }
  .ant-avatar-lg.ant-avatar-icon {
    font-size: 20px;
  }
  .ant-avatar-lg.ant-avatar-icon > .anticon {
    margin: 0;
  }
  .ant-avatar-sm {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
  }
  .ant-avatar-sm.ant-avatar-square {
    border-radius: 4px;
  }
  .ant-avatar-sm.ant-avatar-icon {
    font-size: 12px;
  }
  .ant-avatar-sm.ant-avatar-icon > .anticon {
    margin: 0;
  }
  .ant-avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ant-avatar-group {
    display: inline-flex;
  }
  .ant-avatar-group .ant-avatar {
    border-color: #ffffff;
  }
  .ant-avatar-group > *:not(:first-child) {
    margin-inline-start: -8px;
  }
  .ant-avatar-group-popover .ant-avatar + .ant-avatar {
    margin-inline-start: 4px;
  }
  .ant-badge {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-badge::before,
  .ant-badge::after {
    box-sizing: border-box;
  }
  .ant-badge [class^='ant-badge'],
  .ant-badge [class*=' ant-badge'] {
    box-sizing: border-box;
  }
  .ant-badge [class^='ant-badge']::before,
  .ant-badge [class*=' ant-badge']::before,
  .ant-badge [class^='ant-badge']::after,
  .ant-badge [class*=' ant-badge']::after {
    box-sizing: border-box;
  }
  .ant-badge {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ant-badge .ant-badge-count {
    display: inline-flex;
    justify-content: center;
    z-index: auto;
    min-width: 18px;
    height: 18px;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    line-height: 18px;
    white-space: nowrap;
    text-align: center;
    background: #ff4d4f;
    border-radius: 9px;
    box-shadow: 0 0 0 1px #ffffff;
    transition: background 0.1s;
  }
  .ant-badge .ant-badge-count a {
    color: #fff;
  }
  .ant-badge .ant-badge-count a:hover {
    color: #fff;
  }
  a:hover .ant-badge .ant-badge-count {
    background: #ff7875;
  }
  .ant-badge .ant-badge-count-sm {
    min-width: 12px;
    height: 12px;
    font-size: 10px;
    line-height: 12px;
    border-radius: 6px;
  }
  .ant-badge .ant-badge-multiple-words {
    padding: 0 8px;
  }
  .ant-badge .ant-badge-multiple-words bdi {
    unicode-bidi: plaintext;
  }
  .ant-badge .ant-badge-dot {
    z-index: auto;
    width: 5px;
    min-width: 5px;
    height: 5px;
    background: #ff4d4f;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #ffffff;
  }
  .ant-badge .ant-badge-count,
  .ant-badge .ant-badge-dot,
  .ant-badge .ant-scroll-number-custom-component {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0%;
  }
  .ant-badge .ant-badge-count.anticon-spin,
  .ant-badge .ant-badge-dot.anticon-spin,
  .ant-badge .ant-scroll-number-custom-component.anticon-spin {
    animation-name: antBadgeLoadingCircle;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .ant-badge.ant-badge-status {
    line-height: inherit;
    vertical-align: baseline;
  }
  .ant-badge.ant-badge-status .ant-badge-status-dot {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
  }
  .ant-badge.ant-badge-status .ant-badge-status-success {
    background-color: #00b453;
  }
  .ant-badge.ant-badge-status .ant-badge-status-processing {
    overflow: visible;
    color: #00b453;
    background-color: #00b453;
    border-color: currentcolor;
  }
  .ant-badge.ant-badge-status .ant-badge-status-processing::after {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 50%;
    animation-name: antStatusProcessing;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    content: '';
  }
  .ant-badge.ant-badge-status .ant-badge-status-default {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .ant-badge.ant-badge-status .ant-badge-status-error {
    background-color: #ff4d4f;
  }
  .ant-badge.ant-badge-status .ant-badge-status-warning {
    background-color: #faad14;
  }
  .ant-badge.ant-badge-status .ant-badge-status-text {
    margin-inline-start: 8px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
  }
  .ant-badge.ant-badge .ant-badge-color-blue {
    background: #1677ff;
  }
  .ant-badge.ant-badge .ant-badge-color-blue:not(.ant-badge-count) {
    color: #1677ff;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-blue {
    background: #1677ff;
  }
  .ant-badge.ant-badge .ant-badge-color-purple {
    background: #722ed1;
  }
  .ant-badge.ant-badge .ant-badge-color-purple:not(.ant-badge-count) {
    color: #722ed1;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-purple {
    background: #722ed1;
  }
  .ant-badge.ant-badge .ant-badge-color-cyan {
    background: #13c2c2;
  }
  .ant-badge.ant-badge .ant-badge-color-cyan:not(.ant-badge-count) {
    color: #13c2c2;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-cyan {
    background: #13c2c2;
  }
  .ant-badge.ant-badge .ant-badge-color-green {
    background: #52c41a;
  }
  .ant-badge.ant-badge .ant-badge-color-green:not(.ant-badge-count) {
    color: #52c41a;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-green {
    background: #52c41a;
  }
  .ant-badge.ant-badge .ant-badge-color-magenta {
    background: #eb2f96;
  }
  .ant-badge.ant-badge .ant-badge-color-magenta:not(.ant-badge-count) {
    color: #eb2f96;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-magenta {
    background: #eb2f96;
  }
  .ant-badge.ant-badge .ant-badge-color-pink {
    background: #eb2f96;
  }
  .ant-badge.ant-badge .ant-badge-color-pink:not(.ant-badge-count) {
    color: #eb2f96;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-pink {
    background: #eb2f96;
  }
  .ant-badge.ant-badge .ant-badge-color-red {
    background: #f5222d;
  }
  .ant-badge.ant-badge .ant-badge-color-red:not(.ant-badge-count) {
    color: #f5222d;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-red {
    background: #f5222d;
  }
  .ant-badge.ant-badge .ant-badge-color-orange {
    background: #fa8c16;
  }
  .ant-badge.ant-badge .ant-badge-color-orange:not(.ant-badge-count) {
    color: #fa8c16;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-orange {
    background: #fa8c16;
  }
  .ant-badge.ant-badge .ant-badge-color-yellow {
    background: #fadb14;
  }
  .ant-badge.ant-badge .ant-badge-color-yellow:not(.ant-badge-count) {
    color: #fadb14;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-yellow {
    background: #fadb14;
  }
  .ant-badge.ant-badge .ant-badge-color-volcano {
    background: #fa541c;
  }
  .ant-badge.ant-badge .ant-badge-color-volcano:not(.ant-badge-count) {
    color: #fa541c;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-volcano {
    background: #fa541c;
  }
  .ant-badge.ant-badge .ant-badge-color-geekblue {
    background: #2f54eb;
  }
  .ant-badge.ant-badge .ant-badge-color-geekblue:not(.ant-badge-count) {
    color: #2f54eb;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-geekblue {
    background: #2f54eb;
  }
  .ant-badge.ant-badge .ant-badge-color-lime {
    background: #a0d911;
  }
  .ant-badge.ant-badge .ant-badge-color-lime:not(.ant-badge-count) {
    color: #a0d911;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-lime {
    background: #a0d911;
  }
  .ant-badge.ant-badge .ant-badge-color-gold {
    background: #faad14;
  }
  .ant-badge.ant-badge .ant-badge-color-gold:not(.ant-badge-count) {
    color: #faad14;
  }
  a:hover .ant-badge.ant-badge .ant-badge-color-gold {
    background: #faad14;
  }
  .ant-badge .ant-badge-zoom-appear,
  .ant-badge .ant-badge-zoom-enter {
    animation-name: antZoomBadgeIn;
    animation-duration: 0.15s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
    animation-fill-mode: both;
  }
  .ant-badge .ant-badge-zoom-leave {
    animation-name: antZoomBadgeOut;
    animation-duration: 0.15s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
    animation-fill-mode: both;
  }
  .ant-badge.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
  .ant-badge.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
    animation-name: antNoWrapperZoomBadgeIn;
    animation-duration: 0.15s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
  }
  .ant-badge.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
    animation-name: antNoWrapperZoomBadgeOut;
    animation-duration: 0.15s;
    animation-timing-function: cubic-bezier(0.12, 0.4, 0.29, 1.46);
  }
  .ant-badge.ant-badge-not-a-wrapper:not(.ant-badge-status) {
    vertical-align: middle;
  }
  .ant-badge.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
  .ant-badge.ant-badge-not-a-wrapper .ant-badge-count {
    transform: none;
  }
  .ant-badge.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
  .ant-badge.ant-badge-not-a-wrapper .ant-scroll-number {
    position: relative;
    top: auto;
    display: block;
    transform-origin: 50% 50%;
  }
  .ant-badge .ant-scroll-number {
    overflow: hidden;
    transition: all 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  }
  .ant-badge .ant-scroll-number .ant-scroll-number-only {
    position: relative;
    display: inline-block;
    height: 18px;
    transition: all 0.15s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
  }
  .ant-badge .ant-scroll-number .ant-scroll-number-only > p.ant-scroll-number-only-unit {
    height: 18px;
    margin: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
  }
  .ant-badge .ant-scroll-number .ant-scroll-number-symbol {
    vertical-align: top;
  }
  .ant-badge-rtl {
    direction: rtl;
  }
  .ant-badge-rtl .ant-badge-count,
  .ant-badge-rtl .ant-badge-dot,
  .ant-badge-rtl .ant-scroll-number-custom-component {
    transform: translate(-50%, -50%);
  }
  @keyframes antBadgeLoadingCircle {
    0% {
      transform-origin: 50%;
    }
    100% {
      transform: translate(50%, -50%) rotate(360deg);
      transform-origin: 50%;
    }
  }
  @keyframes antStatusProcessing {
    0% {
      transform: scale(0.8);
      opacity: 0.5;
    }
    100% {
      transform: scale(2.4);
      opacity: 0;
    }
  }
  @keyframes antZoomBadgeIn {
    0% {
      transform: scale(0) translate(50%, -50%);
      opacity: 0;
    }
    100% {
      transform: scale(1) translate(50%, -50%);
    }
  }
  @keyframes antZoomBadgeOut {
    0% {
      transform: scale(1) translate(50%, -50%);
    }
    100% {
      transform: scale(0) translate(50%, -50%);
      opacity: 0;
    }
  }
  @keyframes antNoWrapperZoomBadgeIn {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes antNoWrapperZoomBadgeOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  .ant-breadcrumb {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-breadcrumb::before,
  .ant-breadcrumb::after {
    box-sizing: border-box;
  }
  .ant-breadcrumb [class^='ant-breadcrumb'],
  .ant-breadcrumb [class*=' ant-breadcrumb'] {
    box-sizing: border-box;
  }
  .ant-breadcrumb [class^='ant-breadcrumb']::before,
  .ant-breadcrumb [class*=' ant-breadcrumb']::before,
  .ant-breadcrumb [class^='ant-breadcrumb']::after,
  .ant-breadcrumb [class*=' ant-breadcrumb']::after {
    box-sizing: border-box;
  }
  .ant-breadcrumb {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
  }
  .ant-breadcrumb .anticon {
    font-size: 12px;
  }
  .ant-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ant-breadcrumb a {
    color: rgba(0, 0, 0, 0.45);
    transition: color 0.1s;
    padding: 0 4px;
    border-radius: 4px;
    height: 20px;
    display: inline-block;
    margin-inline: -4px;
  }
  .ant-breadcrumb a:hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-breadcrumb a:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-breadcrumb li:last-child {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-breadcrumb .ant-breadcrumb-separator {
    margin-inline: 8px;
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-breadcrumb .ant-breadcrumb-link > .anticon + span,
  .ant-breadcrumb .ant-breadcrumb-link > .anticon + a {
    margin-inline-start: 4px;
  }
  .ant-breadcrumb .ant-breadcrumb-overlay-link {
    border-radius: 4px;
    height: 20px;
    display: inline-block;
    padding: 0 4px;
    margin-inline: -4px;
  }
  .ant-breadcrumb .ant-breadcrumb-overlay-link > .anticon {
    margin-inline-start: 4px;
    font-size: 10px;
  }
  .ant-breadcrumb .ant-breadcrumb-overlay-link:hover {
    color: rgba(0, 0, 0, 0.88);
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-breadcrumb .ant-breadcrumb-overlay-link:hover a {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-breadcrumb .ant-breadcrumb-overlay-link a:hover {
    background-color: transparent;
  }
  .ant-breadcrumb.ant-breadcrumb-rtl {
    direction: rtl;
  }
  .ant-btn {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-btn::before,
  .ant-btn::after {
    box-sizing: border-box;
  }
  .ant-btn [class^='ant-btn'],
  .ant-btn [class*=' ant-btn'] {
    box-sizing: border-box;
  }
  .ant-btn [class^='ant-btn']::before,
  .ant-btn [class*=' ant-btn']::before,
  .ant-btn [class^='ant-btn']::after,
  .ant-btn [class*=' ant-btn']::after {
    box-sizing: border-box;
  }
  .ant-btn {
    outline: none;
    position: relative;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    touch-action: manipulation;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-btn:disabled > * {
    pointer-events: none;
  }
  .ant-btn .ant-btn-icon > svg {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ant-btn .ant-btn-icon > svg > * {
    line-height: 1;
  }
  .ant-btn .ant-btn-icon > svg svg {
    display: inline-block;
  }
  .ant-btn > a {
    color: currentColor;
  }
  .ant-btn:not(:disabled):focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-btn.ant-btn-two-chinese-chars::first-letter {
    letter-spacing: 0.34em;
  }
  .ant-btn.ant-btn-two-chinese-chars > *:not(.anticon) {
    margin-inline-end: -0.34em;
    letter-spacing: 0.34em;
  }
  .ant-btn.ant-btn-icon-only {
    padding-inline: 0;
  }
  .ant-btn.ant-btn-icon-only.ant-btn-compact-item {
    flex: none;
  }
  .ant-btn.ant-btn-loading {
    opacity: 0.65;
    cursor: default;
  }
  .ant-btn .ant-btn-loading-icon {
    transition:
      width 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      margin 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-appear-start,
  .ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-enter-start {
    margin-inline-end: -8px;
  }
  .ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-appear-active,
  .ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-enter-active {
    margin-inline-end: 0;
  }
  .ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-leave-start {
    margin-inline-end: 0;
  }
  .ant-btn:not(.ant-btn-icon-end) .ant-btn-loading-icon-motion-leave-active {
    margin-inline-end: -8px;
  }
  .ant-btn-icon-end {
    flex-direction: row-reverse;
  }
  .ant-btn-icon-end .ant-btn-loading-icon-motion-appear-start,
  .ant-btn-icon-end .ant-btn-loading-icon-motion-enter-start {
    margin-inline-start: -8px;
  }
  .ant-btn-icon-end .ant-btn-loading-icon-motion-appear-active,
  .ant-btn-icon-end .ant-btn-loading-icon-motion-enter-active {
    margin-inline-start: 0;
  }
  .ant-btn-icon-end .ant-btn-loading-icon-motion-leave-start {
    margin-inline-start: 0;
  }
  .ant-btn-icon-end .ant-btn-loading-icon-motion-leave-active {
    margin-inline-start: -8px;
  }
  .ant-btn {
    font-size: 12px;
    height: 32px;
    padding: 0px 15px;
    border-radius: 6px;
  }
  .ant-btn.ant-btn-icon-only {
    width: 32px;
  }
  .ant-btn.ant-btn-icon-only .anticon {
    font-size: inherit;
  }
  .ant-btn.ant-btn-circle.ant-btn {
    min-width: 32px;
    padding-inline: 0;
    border-radius: 50%;
  }
  .ant-btn.ant-btn-round.ant-btn {
    border-radius: 32px;
  }
  .ant-btn.ant-btn-round.ant-btn:not(.ant-btn-icon-only) {
    padding-inline: 15px;
  }
  .ant-btn-sm {
    font-size: 12px;
    height: 24px;
    padding: 0px 7px;
    border-radius: 4px;
  }
  .ant-btn-sm.ant-btn-icon-only {
    width: 24px;
  }
  .ant-btn-sm.ant-btn-icon-only .anticon {
    font-size: inherit;
  }
  .ant-btn.ant-btn-circle.ant-btn-sm {
    min-width: 24px;
    padding-inline: 0;
    border-radius: 50%;
  }
  .ant-btn.ant-btn-round.ant-btn-sm {
    border-radius: 24px;
  }
  .ant-btn.ant-btn-round.ant-btn-sm:not(.ant-btn-icon-only) {
    padding-inline: 7px;
  }
  .ant-btn-lg {
    font-size: 14px;
    height: 40px;
    padding: 0px 15px;
    border-radius: 8px;
  }
  .ant-btn-lg.ant-btn-icon-only {
    width: 40px;
  }
  .ant-btn-lg.ant-btn-icon-only .anticon {
    font-size: inherit;
  }
  .ant-btn.ant-btn-circle.ant-btn-lg {
    min-width: 40px;
    padding-inline: 0;
    border-radius: 50%;
  }
  .ant-btn.ant-btn-round.ant-btn-lg {
    border-radius: 40px;
  }
  .ant-btn.ant-btn-round.ant-btn-lg:not(.ant-btn-icon-only) {
    padding-inline: 15px;
  }
  .ant-btn.ant-btn-block {
    width: 100%;
  }
  .ant-btn-color-default {
    color: rgba(0, 0, 0, 0.88);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  }
  .ant-btn-color-default.ant-btn-variant-solid {
    color: #fff;
    background: rgb(0, 0, 0);
  }
  .ant-btn-color-default.ant-btn-variant-solid:disabled,
  .ant-btn-color-default.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
  }
  .ant-btn-color-default.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    color: #fff;
    background: rgba(0, 0, 0, 0.95);
  }
  .ant-btn-color-default.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-default.ant-btn-variant-filled {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-btn-color-default.ant-btn-variant-filled:disabled,
  .ant-btn-color-default.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-default.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: rgba(0, 0, 0, 0.88);
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-btn-color-default.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: rgba(0, 0, 0, 0.88);
    background: rgba(0, 0, 0, 0.15);
  }
  .ant-btn-color-default.ant-btn-background-ghost {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
    box-shadow: none;
  }
  .ant-btn-color-default.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
  }
  .ant-btn-color-default.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
  }
  .ant-btn-color-default.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
  }
  .ant-btn-color-default.ant-btn-variant-link {
    color: rgba(0, 0, 0, 0.88);
    box-shadow: none;
  }
  .ant-btn-color-default.ant-btn-variant-link:disabled,
  .ant-btn-color-default.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-default.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #42cf7a;
    background: transparent;
  }
  .ant-btn-color-default.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #008f47;
  }
  .ant-btn-color-primary {
    color: #00b453;
    box-shadow: 0 2px 0 rgba(5, 184, 62, 0.14);
  }
  .ant-btn-color-primary.ant-btn-variant-outlined,
  .ant-btn-color-primary.ant-btn-variant-dashed {
    border-color: #00b453;
    background: #ffffff;
  }
  .ant-btn-color-primary.ant-btn-variant-outlined:disabled,
  .ant-btn-color-primary.ant-btn-variant-dashed:disabled,
  .ant-btn-color-primary.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-primary.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-primary.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #1fc266;
    border-color: #1fc266;
    background: #ffffff;
  }
  .ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-primary.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #008f47;
    border-color: #008f47;
    background: #ffffff;
  }
  .ant-btn-color-primary.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-primary.ant-btn-variant-filled {
    box-shadow: none;
    background: #dcf5e4;
  }
  .ant-btn-color-primary.ant-btn-variant-filled:disabled,
  .ant-btn-color-primary.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #00b453;
    background: #95e8b0;
  }
  .ant-btn-color-primary.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #00b453;
    background: #69db93;
  }
  .ant-btn-color-primary.ant-btn-variant-text {
    color: #00b453;
    box-shadow: none;
  }
  .ant-btn-color-primary.ant-btn-variant-text:disabled,
  .ant-btn-color-primary.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #1fc266;
    background: #dcf5e4;
  }
  .ant-btn-color-primary.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #008f47;
    background: #69db93;
  }
  .ant-btn-color-primary.ant-btn-variant-link {
    color: #00b453;
    box-shadow: none;
  }
  .ant-btn-color-primary.ant-btn-variant-link:disabled,
  .ant-btn-color-primary.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-primary.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #1fc266;
    background: transparent;
  }
  .ant-btn-color-primary.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #008f47;
  }
  .ant-btn-color-primary.ant-btn-background-ghost {
    color: #00b453;
    background: transparent;
    border-color: #00b453;
    box-shadow: none;
  }
  .ant-btn-color-primary.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
    color: #1fc266;
    border-color: #1fc266;
  }
  .ant-btn-color-primary.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
    color: #008f47;
    border-color: #008f47;
  }
  .ant-btn-color-primary.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
  }
  .ant-btn-color-dangerous {
    color: #ff4d4f;
    box-shadow: 0 2px 0 rgba(255, 38, 5, 0.06);
  }
  .ant-btn-color-dangerous.ant-btn-variant-solid {
    color: #fff;
    background: #ff4d4f;
  }
  .ant-btn-color-dangerous.ant-btn-variant-solid:disabled,
  .ant-btn-color-dangerous.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ff7875;
  }
  .ant-btn-color-dangerous.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d9363e;
  }
  .ant-btn-color-dangerous.ant-btn-variant-outlined,
  .ant-btn-color-dangerous.ant-btn-variant-dashed {
    border-color: #ff4d4f;
    background: #ffffff;
  }
  .ant-btn-color-dangerous.ant-btn-variant-outlined:disabled,
  .ant-btn-color-dangerous.ant-btn-variant-dashed:disabled,
  .ant-btn-color-dangerous.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-dangerous.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-dangerous.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-dangerous.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7875;
    border-color: #ffa39e;
  }
  .ant-btn-color-dangerous.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-dangerous.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d9363e;
    border-color: #d9363e;
  }
  .ant-btn-color-dangerous.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-dangerous.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff2f0;
  }
  .ant-btn-color-dangerous.ant-btn-variant-filled:disabled,
  .ant-btn-color-dangerous.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-dangerous.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff4d4f;
    background: #ffdfdc;
  }
  .ant-btn-color-dangerous.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #ff4d4f;
    background: #ffccc7;
  }
  .ant-btn-color-dangerous.ant-btn-variant-text {
    color: #ff4d4f;
    box-shadow: none;
  }
  .ant-btn-color-dangerous.ant-btn-variant-text:disabled,
  .ant-btn-color-dangerous.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7875;
    background: #fff2f0;
  }
  .ant-btn-color-dangerous.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #ff7875;
    background: #ffccc7;
  }
  .ant-btn-color-dangerous.ant-btn-variant-link {
    color: #ff4d4f;
    box-shadow: none;
  }
  .ant-btn-color-dangerous.ant-btn-variant-link:disabled,
  .ant-btn-color-dangerous.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-dangerous.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7875;
  }
  .ant-btn-color-dangerous.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d9363e;
  }
  .ant-btn-color-dangerous.ant-btn-background-ghost {
    color: #ff4d4f;
    background: transparent;
    border-color: #ff4d4f;
    box-shadow: none;
  }
  .ant-btn-color-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
    color: #ff7875;
    border-color: #ff7875;
  }
  .ant-btn-color-dangerous.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
    color: #d9363e;
    border-color: #d9363e;
  }
  .ant-btn-color-dangerous.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
  }
  .ant-btn-color-link.ant-btn-variant-link {
    color: #00b453;
    box-shadow: none;
  }
  .ant-btn-color-link.ant-btn-variant-link:disabled,
  .ant-btn-color-link.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-link.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #42cf7a;
  }
  .ant-btn-color-link.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #008f47;
  }
  .ant-btn-color-link.ant-btn-background-ghost {
    color: #00b453;
    background: transparent;
    border-color: #00b453;
    box-shadow: none;
  }
  .ant-btn-color-link.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover {
    background: transparent;
    color: #42cf7a;
    border-color: #42cf7a;
  }
  .ant-btn-color-link.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):active {
    background: transparent;
    color: #008f47;
    border-color: #008f47;
  }
  .ant-btn-color-link.ant-btn-background-ghost:disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
  }
  .ant-btn-color-blue {
    color: #1677ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
  }
  .ant-btn-color-blue.ant-btn-variant-solid {
    color: #fff;
    background: #1677ff;
  }
  .ant-btn-color-blue.ant-btn-variant-solid:disabled,
  .ant-btn-color-blue.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-blue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #4096ff;
  }
  .ant-btn-color-blue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #0958d9;
  }
  .ant-btn-color-blue.ant-btn-variant-outlined,
  .ant-btn-color-blue.ant-btn-variant-dashed {
    border-color: #1677ff;
    background: #ffffff;
  }
  .ant-btn-color-blue.ant-btn-variant-outlined:disabled,
  .ant-btn-color-blue.ant-btn-variant-dashed:disabled,
  .ant-btn-color-blue.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-blue.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-blue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-blue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #4096ff;
    border-color: #4096ff;
    background: #ffffff;
  }
  .ant-btn-color-blue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-blue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #0958d9;
    border-color: #0958d9;
    background: #ffffff;
  }
  .ant-btn-color-blue.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-blue.ant-btn-variant-filled {
    box-shadow: none;
    background: #e6f4ff;
  }
  .ant-btn-color-blue.ant-btn-variant-filled:disabled,
  .ant-btn-color-blue.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-blue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #1677ff;
    background: #bae0ff;
  }
  .ant-btn-color-blue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #1677ff;
    background: #91caff;
  }
  .ant-btn-color-blue.ant-btn-variant-link {
    color: #1677ff;
    box-shadow: none;
  }
  .ant-btn-color-blue.ant-btn-variant-link:disabled,
  .ant-btn-color-blue.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-blue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #4096ff;
  }
  .ant-btn-color-blue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #0958d9;
  }
  .ant-btn-color-blue.ant-btn-variant-text {
    color: #1677ff;
    box-shadow: none;
  }
  .ant-btn-color-blue.ant-btn-variant-text:disabled,
  .ant-btn-color-blue.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-blue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #4096ff;
    background: #e6f4ff;
  }
  .ant-btn-color-blue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #0958d9;
    background: #91caff;
  }
  .ant-btn-color-purple {
    color: #722ed1;
    box-shadow: 0 2px 0 rgba(155, 5, 255, 0.06);
  }
  .ant-btn-color-purple.ant-btn-variant-solid {
    color: #fff;
    background: #722ed1;
  }
  .ant-btn-color-purple.ant-btn-variant-solid:disabled,
  .ant-btn-color-purple.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-purple.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #9254de;
  }
  .ant-btn-color-purple.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #531dab;
  }
  .ant-btn-color-purple.ant-btn-variant-outlined,
  .ant-btn-color-purple.ant-btn-variant-dashed {
    border-color: #722ed1;
    background: #ffffff;
  }
  .ant-btn-color-purple.ant-btn-variant-outlined:disabled,
  .ant-btn-color-purple.ant-btn-variant-dashed:disabled,
  .ant-btn-color-purple.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-purple.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-purple.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-purple.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #9254de;
    border-color: #9254de;
    background: #ffffff;
  }
  .ant-btn-color-purple.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-purple.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #531dab;
    border-color: #531dab;
    background: #ffffff;
  }
  .ant-btn-color-purple.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-purple.ant-btn-variant-filled {
    box-shadow: none;
    background: #f9f0ff;
  }
  .ant-btn-color-purple.ant-btn-variant-filled:disabled,
  .ant-btn-color-purple.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-purple.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #722ed1;
    background: #efdbff;
  }
  .ant-btn-color-purple.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #722ed1;
    background: #d3adf7;
  }
  .ant-btn-color-purple.ant-btn-variant-link {
    color: #722ed1;
    box-shadow: none;
  }
  .ant-btn-color-purple.ant-btn-variant-link:disabled,
  .ant-btn-color-purple.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-purple.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #9254de;
  }
  .ant-btn-color-purple.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #531dab;
  }
  .ant-btn-color-purple.ant-btn-variant-text {
    color: #722ed1;
    box-shadow: none;
  }
  .ant-btn-color-purple.ant-btn-variant-text:disabled,
  .ant-btn-color-purple.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-purple.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #9254de;
    background: #f9f0ff;
  }
  .ant-btn-color-purple.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #531dab;
    background: #d3adf7;
  }
  .ant-btn-color-cyan {
    color: #13c2c2;
    box-shadow: 0 2px 0 rgba(5, 255, 215, 0.1);
  }
  .ant-btn-color-cyan.ant-btn-variant-solid {
    color: #fff;
    background: #13c2c2;
  }
  .ant-btn-color-cyan.ant-btn-variant-solid:disabled,
  .ant-btn-color-cyan.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-cyan.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #36cfc9;
  }
  .ant-btn-color-cyan.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #08979c;
  }
  .ant-btn-color-cyan.ant-btn-variant-outlined,
  .ant-btn-color-cyan.ant-btn-variant-dashed {
    border-color: #13c2c2;
    background: #ffffff;
  }
  .ant-btn-color-cyan.ant-btn-variant-outlined:disabled,
  .ant-btn-color-cyan.ant-btn-variant-dashed:disabled,
  .ant-btn-color-cyan.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-cyan.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-cyan.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-cyan.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #36cfc9;
    border-color: #36cfc9;
    background: #ffffff;
  }
  .ant-btn-color-cyan.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-cyan.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #08979c;
    border-color: #08979c;
    background: #ffffff;
  }
  .ant-btn-color-cyan.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-cyan.ant-btn-variant-filled {
    box-shadow: none;
    background: #e6fffb;
  }
  .ant-btn-color-cyan.ant-btn-variant-filled:disabled,
  .ant-btn-color-cyan.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-cyan.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #13c2c2;
    background: #b5f5ec;
  }
  .ant-btn-color-cyan.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #13c2c2;
    background: #87e8de;
  }
  .ant-btn-color-cyan.ant-btn-variant-link {
    color: #13c2c2;
    box-shadow: none;
  }
  .ant-btn-color-cyan.ant-btn-variant-link:disabled,
  .ant-btn-color-cyan.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-cyan.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #36cfc9;
  }
  .ant-btn-color-cyan.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #08979c;
  }
  .ant-btn-color-cyan.ant-btn-variant-text {
    color: #13c2c2;
    box-shadow: none;
  }
  .ant-btn-color-cyan.ant-btn-variant-text:disabled,
  .ant-btn-color-cyan.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-cyan.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #36cfc9;
    background: #e6fffb;
  }
  .ant-btn-color-cyan.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #08979c;
    background: #87e8de;
  }
  .ant-btn-color-green {
    color: #52c41a;
    box-shadow: 0 2px 0 rgba(142, 255, 30, 0.08);
  }
  .ant-btn-color-green.ant-btn-variant-solid {
    color: #fff;
    background: #52c41a;
  }
  .ant-btn-color-green.ant-btn-variant-solid:disabled,
  .ant-btn-color-green.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-green.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #73d13d;
  }
  .ant-btn-color-green.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #389e0d;
  }
  .ant-btn-color-green.ant-btn-variant-outlined,
  .ant-btn-color-green.ant-btn-variant-dashed {
    border-color: #52c41a;
    background: #ffffff;
  }
  .ant-btn-color-green.ant-btn-variant-outlined:disabled,
  .ant-btn-color-green.ant-btn-variant-dashed:disabled,
  .ant-btn-color-green.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-green.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-green.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-green.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #73d13d;
    border-color: #73d13d;
    background: #ffffff;
  }
  .ant-btn-color-green.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-green.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #389e0d;
    border-color: #389e0d;
    background: #ffffff;
  }
  .ant-btn-color-green.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-green.ant-btn-variant-filled {
    box-shadow: none;
    background: #f6ffed;
  }
  .ant-btn-color-green.ant-btn-variant-filled:disabled,
  .ant-btn-color-green.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-green.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #52c41a;
    background: #d9f7be;
  }
  .ant-btn-color-green.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #52c41a;
    background: #b7eb8f;
  }
  .ant-btn-color-green.ant-btn-variant-link {
    color: #52c41a;
    box-shadow: none;
  }
  .ant-btn-color-green.ant-btn-variant-link:disabled,
  .ant-btn-color-green.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-green.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #73d13d;
  }
  .ant-btn-color-green.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #389e0d;
  }
  .ant-btn-color-green.ant-btn-variant-text {
    color: #52c41a;
    box-shadow: none;
  }
  .ant-btn-color-green.ant-btn-variant-text:disabled,
  .ant-btn-color-green.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-green.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #73d13d;
    background: #f6ffed;
  }
  .ant-btn-color-green.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #389e0d;
    background: #b7eb8f;
  }
  .ant-btn-color-magenta {
    color: #eb2f96;
    box-shadow: 0 2px 0 rgba(255, 5, 105, 0.06);
  }
  .ant-btn-color-magenta.ant-btn-variant-solid {
    color: #fff;
    background: #eb2f96;
  }
  .ant-btn-color-magenta.ant-btn-variant-solid:disabled,
  .ant-btn-color-magenta.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-magenta.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #f759ab;
  }
  .ant-btn-color-magenta.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #c41d7f;
  }
  .ant-btn-color-magenta.ant-btn-variant-outlined,
  .ant-btn-color-magenta.ant-btn-variant-dashed {
    border-color: #eb2f96;
    background: #ffffff;
  }
  .ant-btn-color-magenta.ant-btn-variant-outlined:disabled,
  .ant-btn-color-magenta.ant-btn-variant-dashed:disabled,
  .ant-btn-color-magenta.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-magenta.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-magenta.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-magenta.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
    border-color: #f759ab;
    background: #ffffff;
  }
  .ant-btn-color-magenta.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-magenta.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
    border-color: #c41d7f;
    background: #ffffff;
  }
  .ant-btn-color-magenta.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-magenta.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff0f6;
  }
  .ant-btn-color-magenta.ant-btn-variant-filled:disabled,
  .ant-btn-color-magenta.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-magenta.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #eb2f96;
    background: #ffd6e7;
  }
  .ant-btn-color-magenta.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #eb2f96;
    background: #ffadd2;
  }
  .ant-btn-color-magenta.ant-btn-variant-link {
    color: #eb2f96;
    box-shadow: none;
  }
  .ant-btn-color-magenta.ant-btn-variant-link:disabled,
  .ant-btn-color-magenta.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-magenta.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
  }
  .ant-btn-color-magenta.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
  }
  .ant-btn-color-magenta.ant-btn-variant-text {
    color: #eb2f96;
    box-shadow: none;
  }
  .ant-btn-color-magenta.ant-btn-variant-text:disabled,
  .ant-btn-color-magenta.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-magenta.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
    background: #fff0f6;
  }
  .ant-btn-color-magenta.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
    background: #ffadd2;
  }
  .ant-btn-color-pink {
    color: #eb2f96;
    box-shadow: 0 2px 0 rgba(255, 5, 105, 0.06);
  }
  .ant-btn-color-pink.ant-btn-variant-solid {
    color: #fff;
    background: #eb2f96;
  }
  .ant-btn-color-pink.ant-btn-variant-solid:disabled,
  .ant-btn-color-pink.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-pink.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #f759ab;
  }
  .ant-btn-color-pink.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #c41d7f;
  }
  .ant-btn-color-pink.ant-btn-variant-outlined,
  .ant-btn-color-pink.ant-btn-variant-dashed {
    border-color: #eb2f96;
    background: #ffffff;
  }
  .ant-btn-color-pink.ant-btn-variant-outlined:disabled,
  .ant-btn-color-pink.ant-btn-variant-dashed:disabled,
  .ant-btn-color-pink.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-pink.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-pink.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-pink.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
    border-color: #f759ab;
    background: #ffffff;
  }
  .ant-btn-color-pink.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-pink.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
    border-color: #c41d7f;
    background: #ffffff;
  }
  .ant-btn-color-pink.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-pink.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff0f6;
  }
  .ant-btn-color-pink.ant-btn-variant-filled:disabled,
  .ant-btn-color-pink.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-pink.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #eb2f96;
    background: #ffd6e7;
  }
  .ant-btn-color-pink.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #eb2f96;
    background: #ffadd2;
  }
  .ant-btn-color-pink.ant-btn-variant-link {
    color: #eb2f96;
    box-shadow: none;
  }
  .ant-btn-color-pink.ant-btn-variant-link:disabled,
  .ant-btn-color-pink.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-pink.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
  }
  .ant-btn-color-pink.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
  }
  .ant-btn-color-pink.ant-btn-variant-text {
    color: #eb2f96;
    box-shadow: none;
  }
  .ant-btn-color-pink.ant-btn-variant-text:disabled,
  .ant-btn-color-pink.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-pink.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f759ab;
    background: #fff0f6;
  }
  .ant-btn-color-pink.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #c41d7f;
    background: #ffadd2;
  }
  .ant-btn-color-red {
    color: #f5222d;
    box-shadow: 0 2px 0 rgba(255, 22, 5, 0.06);
  }
  .ant-btn-color-red.ant-btn-variant-solid {
    color: #fff;
    background: #f5222d;
  }
  .ant-btn-color-red.ant-btn-variant-solid:disabled,
  .ant-btn-color-red.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-red.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ff4d4f;
  }
  .ant-btn-color-red.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #cf1322;
  }
  .ant-btn-color-red.ant-btn-variant-outlined,
  .ant-btn-color-red.ant-btn-variant-dashed {
    border-color: #f5222d;
    background: #ffffff;
  }
  .ant-btn-color-red.ant-btn-variant-outlined:disabled,
  .ant-btn-color-red.ant-btn-variant-dashed:disabled,
  .ant-btn-color-red.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-red.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-red.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-red.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff4d4f;
    border-color: #ff4d4f;
    background: #ffffff;
  }
  .ant-btn-color-red.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-red.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #cf1322;
    border-color: #cf1322;
    background: #ffffff;
  }
  .ant-btn-color-red.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-red.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff1f0;
  }
  .ant-btn-color-red.ant-btn-variant-filled:disabled,
  .ant-btn-color-red.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-red.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #f5222d;
    background: #ffccc7;
  }
  .ant-btn-color-red.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #f5222d;
    background: #ffa39e;
  }
  .ant-btn-color-red.ant-btn-variant-link {
    color: #f5222d;
    box-shadow: none;
  }
  .ant-btn-color-red.ant-btn-variant-link:disabled,
  .ant-btn-color-red.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-red.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff4d4f;
  }
  .ant-btn-color-red.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #cf1322;
  }
  .ant-btn-color-red.ant-btn-variant-text {
    color: #f5222d;
    box-shadow: none;
  }
  .ant-btn-color-red.ant-btn-variant-text:disabled,
  .ant-btn-color-red.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-red.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff4d4f;
    background: #fff1f0;
  }
  .ant-btn-color-red.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #cf1322;
    background: #ffa39e;
  }
  .ant-btn-color-orange {
    color: #fa8c16;
    box-shadow: 0 2px 0 rgba(255, 175, 5, 0.1);
  }
  .ant-btn-color-orange.ant-btn-variant-solid {
    color: #fff;
    background: #fa8c16;
  }
  .ant-btn-color-orange.ant-btn-variant-solid:disabled,
  .ant-btn-color-orange.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-orange.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffa940;
  }
  .ant-btn-color-orange.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d46b08;
  }
  .ant-btn-color-orange.ant-btn-variant-outlined,
  .ant-btn-color-orange.ant-btn-variant-dashed {
    border-color: #fa8c16;
    background: #ffffff;
  }
  .ant-btn-color-orange.ant-btn-variant-outlined:disabled,
  .ant-btn-color-orange.ant-btn-variant-dashed:disabled,
  .ant-btn-color-orange.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-orange.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-orange.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-orange.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffa940;
    border-color: #ffa940;
    background: #ffffff;
  }
  .ant-btn-color-orange.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-orange.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d46b08;
    border-color: #d46b08;
    background: #ffffff;
  }
  .ant-btn-color-orange.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-orange.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff7e6;
  }
  .ant-btn-color-orange.ant-btn-variant-filled:disabled,
  .ant-btn-color-orange.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-orange.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #fa8c16;
    background: #ffe7ba;
  }
  .ant-btn-color-orange.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #fa8c16;
    background: #ffd591;
  }
  .ant-btn-color-orange.ant-btn-variant-link {
    color: #fa8c16;
    box-shadow: none;
  }
  .ant-btn-color-orange.ant-btn-variant-link:disabled,
  .ant-btn-color-orange.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-orange.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffa940;
  }
  .ant-btn-color-orange.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d46b08;
  }
  .ant-btn-color-orange.ant-btn-variant-text {
    color: #fa8c16;
    box-shadow: none;
  }
  .ant-btn-color-orange.ant-btn-variant-text:disabled,
  .ant-btn-color-orange.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-orange.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffa940;
    background: #fff7e6;
  }
  .ant-btn-color-orange.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #d46b08;
    background: #ffd591;
  }
  .ant-btn-color-yellow {
    color: #fadb14;
    box-shadow: 0 2px 0 rgba(245, 255, 5, 0.1);
  }
  .ant-btn-color-yellow.ant-btn-variant-solid {
    color: #fff;
    background: #fadb14;
  }
  .ant-btn-color-yellow.ant-btn-variant-solid:disabled,
  .ant-btn-color-yellow.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-yellow.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffec3d;
  }
  .ant-btn-color-yellow.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d4b106;
  }
  .ant-btn-color-yellow.ant-btn-variant-outlined,
  .ant-btn-color-yellow.ant-btn-variant-dashed {
    border-color: #fadb14;
    background: #ffffff;
  }
  .ant-btn-color-yellow.ant-btn-variant-outlined:disabled,
  .ant-btn-color-yellow.ant-btn-variant-dashed:disabled,
  .ant-btn-color-yellow.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-yellow.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-yellow.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-yellow.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffec3d;
    border-color: #ffec3d;
    background: #ffffff;
  }
  .ant-btn-color-yellow.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-yellow.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4b106;
    border-color: #d4b106;
    background: #ffffff;
  }
  .ant-btn-color-yellow.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-yellow.ant-btn-variant-filled {
    box-shadow: none;
    background: #feffe6;
  }
  .ant-btn-color-yellow.ant-btn-variant-filled:disabled,
  .ant-btn-color-yellow.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-yellow.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #fadb14;
    background: #ffffb8;
  }
  .ant-btn-color-yellow.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #fadb14;
    background: #fffb8f;
  }
  .ant-btn-color-yellow.ant-btn-variant-link {
    color: #fadb14;
    box-shadow: none;
  }
  .ant-btn-color-yellow.ant-btn-variant-link:disabled,
  .ant-btn-color-yellow.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-yellow.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffec3d;
  }
  .ant-btn-color-yellow.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4b106;
  }
  .ant-btn-color-yellow.ant-btn-variant-text {
    color: #fadb14;
    box-shadow: none;
  }
  .ant-btn-color-yellow.ant-btn-variant-text:disabled,
  .ant-btn-color-yellow.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-yellow.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffec3d;
    background: #feffe6;
  }
  .ant-btn-color-yellow.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4b106;
    background: #fffb8f;
  }
  .ant-btn-color-volcano {
    color: #fa541c;
    box-shadow: 0 2px 0 rgba(255, 125, 25, 0.1);
  }
  .ant-btn-color-volcano.ant-btn-variant-solid {
    color: #fff;
    background: #fa541c;
  }
  .ant-btn-color-volcano.ant-btn-variant-solid:disabled,
  .ant-btn-color-volcano.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-volcano.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ff7a45;
  }
  .ant-btn-color-volcano.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d4380d;
  }
  .ant-btn-color-volcano.ant-btn-variant-outlined,
  .ant-btn-color-volcano.ant-btn-variant-dashed {
    border-color: #fa541c;
    background: #ffffff;
  }
  .ant-btn-color-volcano.ant-btn-variant-outlined:disabled,
  .ant-btn-color-volcano.ant-btn-variant-dashed:disabled,
  .ant-btn-color-volcano.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-volcano.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-volcano.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-volcano.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7a45;
    border-color: #ff7a45;
    background: #ffffff;
  }
  .ant-btn-color-volcano.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-volcano.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4380d;
    border-color: #d4380d;
    background: #ffffff;
  }
  .ant-btn-color-volcano.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-volcano.ant-btn-variant-filled {
    box-shadow: none;
    background: #fff2e8;
  }
  .ant-btn-color-volcano.ant-btn-variant-filled:disabled,
  .ant-btn-color-volcano.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-volcano.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #fa541c;
    background: #ffd8bf;
  }
  .ant-btn-color-volcano.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #fa541c;
    background: #ffbb96;
  }
  .ant-btn-color-volcano.ant-btn-variant-link {
    color: #fa541c;
    box-shadow: none;
  }
  .ant-btn-color-volcano.ant-btn-variant-link:disabled,
  .ant-btn-color-volcano.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-volcano.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7a45;
  }
  .ant-btn-color-volcano.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4380d;
  }
  .ant-btn-color-volcano.ant-btn-variant-text {
    color: #fa541c;
    box-shadow: none;
  }
  .ant-btn-color-volcano.ant-btn-variant-text:disabled,
  .ant-btn-color-volcano.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-volcano.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ff7a45;
    background: #fff2e8;
  }
  .ant-btn-color-volcano.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #d4380d;
    background: #ffbb96;
  }
  .ant-btn-color-geekblue {
    color: #2f54eb;
    box-shadow: 0 2px 0 rgba(5, 88, 255, 0.06);
  }
  .ant-btn-color-geekblue.ant-btn-variant-solid {
    color: #fff;
    background: #2f54eb;
  }
  .ant-btn-color-geekblue.ant-btn-variant-solid:disabled,
  .ant-btn-color-geekblue.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-geekblue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #597ef7;
  }
  .ant-btn-color-geekblue.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #1d39c4;
  }
  .ant-btn-color-geekblue.ant-btn-variant-outlined,
  .ant-btn-color-geekblue.ant-btn-variant-dashed {
    border-color: #2f54eb;
    background: #ffffff;
  }
  .ant-btn-color-geekblue.ant-btn-variant-outlined:disabled,
  .ant-btn-color-geekblue.ant-btn-variant-dashed:disabled,
  .ant-btn-color-geekblue.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-geekblue.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-geekblue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-geekblue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #597ef7;
    border-color: #597ef7;
    background: #ffffff;
  }
  .ant-btn-color-geekblue.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-geekblue.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #1d39c4;
    border-color: #1d39c4;
    background: #ffffff;
  }
  .ant-btn-color-geekblue.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-geekblue.ant-btn-variant-filled {
    box-shadow: none;
    background: #f0f5ff;
  }
  .ant-btn-color-geekblue.ant-btn-variant-filled:disabled,
  .ant-btn-color-geekblue.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-geekblue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #2f54eb;
    background: #d6e4ff;
  }
  .ant-btn-color-geekblue.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #2f54eb;
    background: #adc6ff;
  }
  .ant-btn-color-geekblue.ant-btn-variant-link {
    color: #2f54eb;
    box-shadow: none;
  }
  .ant-btn-color-geekblue.ant-btn-variant-link:disabled,
  .ant-btn-color-geekblue.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-geekblue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #597ef7;
  }
  .ant-btn-color-geekblue.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #1d39c4;
  }
  .ant-btn-color-geekblue.ant-btn-variant-text {
    color: #2f54eb;
    box-shadow: none;
  }
  .ant-btn-color-geekblue.ant-btn-variant-text:disabled,
  .ant-btn-color-geekblue.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-geekblue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #597ef7;
    background: #f0f5ff;
  }
  .ant-btn-color-geekblue.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #1d39c4;
    background: #adc6ff;
  }
  .ant-btn-color-lime {
    color: #a0d911;
    box-shadow: 0 2px 0 rgba(225, 255, 5, 0.1);
  }
  .ant-btn-color-lime.ant-btn-variant-solid {
    color: #fff;
    background: #a0d911;
  }
  .ant-btn-color-lime.ant-btn-variant-solid:disabled,
  .ant-btn-color-lime.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-lime.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #bae637;
  }
  .ant-btn-color-lime.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #7cb305;
  }
  .ant-btn-color-lime.ant-btn-variant-outlined,
  .ant-btn-color-lime.ant-btn-variant-dashed {
    border-color: #a0d911;
    background: #ffffff;
  }
  .ant-btn-color-lime.ant-btn-variant-outlined:disabled,
  .ant-btn-color-lime.ant-btn-variant-dashed:disabled,
  .ant-btn-color-lime.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-lime.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-lime.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-lime.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #bae637;
    border-color: #bae637;
    background: #ffffff;
  }
  .ant-btn-color-lime.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-lime.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #7cb305;
    border-color: #7cb305;
    background: #ffffff;
  }
  .ant-btn-color-lime.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-lime.ant-btn-variant-filled {
    box-shadow: none;
    background: #fcffe6;
  }
  .ant-btn-color-lime.ant-btn-variant-filled:disabled,
  .ant-btn-color-lime.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-lime.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #a0d911;
    background: #f4ffb8;
  }
  .ant-btn-color-lime.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #a0d911;
    background: #eaff8f;
  }
  .ant-btn-color-lime.ant-btn-variant-link {
    color: #a0d911;
    box-shadow: none;
  }
  .ant-btn-color-lime.ant-btn-variant-link:disabled,
  .ant-btn-color-lime.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-lime.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #bae637;
  }
  .ant-btn-color-lime.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #7cb305;
  }
  .ant-btn-color-lime.ant-btn-variant-text {
    color: #a0d911;
    box-shadow: none;
  }
  .ant-btn-color-lime.ant-btn-variant-text:disabled,
  .ant-btn-color-lime.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-lime.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #bae637;
    background: #fcffe6;
  }
  .ant-btn-color-lime.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #7cb305;
    background: #eaff8f;
  }
  .ant-btn-color-gold {
    color: #faad14;
    box-shadow: 0 2px 0 rgba(255, 215, 5, 0.1);
  }
  .ant-btn-color-gold.ant-btn-variant-solid {
    color: #fff;
    background: #faad14;
  }
  .ant-btn-color-gold.ant-btn-variant-solid:disabled,
  .ant-btn-color-gold.ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-gold.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #ffc53d;
  }
  .ant-btn-color-gold.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #d48806;
  }
  .ant-btn-color-gold.ant-btn-variant-outlined,
  .ant-btn-color-gold.ant-btn-variant-dashed {
    border-color: #faad14;
    background: #ffffff;
  }
  .ant-btn-color-gold.ant-btn-variant-outlined:disabled,
  .ant-btn-color-gold.ant-btn-variant-dashed:disabled,
  .ant-btn-color-gold.ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-color-gold.ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-gold.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-color-gold.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffc53d;
    border-color: #ffc53d;
    background: #ffffff;
  }
  .ant-btn-color-gold.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-color-gold.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #d48806;
    border-color: #d48806;
    background: #ffffff;
  }
  .ant-btn-color-gold.ant-btn-variant-dashed {
    border-style: dashed;
  }
  .ant-btn-color-gold.ant-btn-variant-filled {
    box-shadow: none;
    background: #fffbe6;
  }
  .ant-btn-color-gold.ant-btn-variant-filled:disabled,
  .ant-btn-color-gold.ant-btn-variant-filled.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-color-gold.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):hover {
    color: #faad14;
    background: #fff1b8;
  }
  .ant-btn-color-gold.ant-btn-variant-filled:not(:disabled):not(.ant-btn-disabled):active {
    color: #faad14;
    background: #ffe58f;
  }
  .ant-btn-color-gold.ant-btn-variant-link {
    color: #faad14;
    box-shadow: none;
  }
  .ant-btn-color-gold.ant-btn-variant-link:disabled,
  .ant-btn-color-gold.ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-gold.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffc53d;
  }
  .ant-btn-color-gold.ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #d48806;
  }
  .ant-btn-color-gold.ant-btn-variant-text {
    color: #faad14;
    box-shadow: none;
  }
  .ant-btn-color-gold.ant-btn-variant-text:disabled,
  .ant-btn-color-gold.ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-color-gold.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: #ffc53d;
    background: #fffbe6;
  }
  .ant-btn-color-gold.ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: #d48806;
    background: #ffe58f;
  }
  .ant-btn-variant-outlined,
  .ant-btn-variant-dashed {
    border-color: #d9d9d9;
    background: #ffffff;
  }
  .ant-btn-variant-outlined:disabled,
  .ant-btn-variant-dashed:disabled,
  .ant-btn-variant-outlined.ant-btn-disabled,
  .ant-btn-variant-dashed.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
  .ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
    color: #1fc266;
    border-color: #1fc266;
    background: #ffffff;
  }
  .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active,
  .ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):active {
    color: #008f47;
    border-color: #008f47;
    background: #ffffff;
  }
  .ant-btn-variant-text {
    color: rgba(0, 0, 0, 0.88);
    box-shadow: none;
  }
  .ant-btn-variant-text:disabled,
  .ant-btn-variant-text.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):hover {
    color: rgba(0, 0, 0, 0.88);
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-btn-variant-text:not(:disabled):not(.ant-btn-disabled):active {
    color: rgba(0, 0, 0, 0.88);
    background: rgba(0, 0, 0, 0.15);
  }
  .ant-btn-variant-solid {
    color: #fff;
    background: #00b453;
  }
  .ant-btn-variant-solid:disabled,
  .ant-btn-variant-solid.ant-btn-disabled {
    cursor: not-allowed;
    border-color: #d9d9d9;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
  }
  .ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
    background: #1fc266;
    color: #fff;
  }
  .ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
    background: #008f47;
    color: #fff;
  }
  .ant-btn-variant-link {
    color: #00b453;
    box-shadow: none;
  }
  .ant-btn-variant-link:disabled,
  .ant-btn-variant-link.ant-btn-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):hover {
    color: #42cf7a;
    background: transparent;
  }
  .ant-btn-variant-link:not(:disabled):not(.ant-btn-disabled):active {
    color: #008f47;
  }
  .ant-btn-group {
    position: relative;
    display: inline-flex;
  }
  .ant-btn-group > span:not(:last-child),
  .ant-btn-group > .ant-btn:not(:last-child),
  .ant-btn-group > span:not(:last-child) > .ant-btn,
  .ant-btn-group > .ant-btn:not(:last-child) > .ant-btn {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-btn-group > span:not(:first-child),
  .ant-btn-group > .ant-btn:not(:first-child) {
    margin-inline-start: -1px;
  }
  .ant-btn-group > span:not(:first-child),
  .ant-btn-group > .ant-btn:not(:first-child),
  .ant-btn-group > span:not(:first-child) > .ant-btn,
  .ant-btn-group > .ant-btn:not(:first-child) > .ant-btn {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-btn-group .ant-btn {
    position: relative;
    z-index: 1;
  }
  .ant-btn-group .ant-btn:hover,
  .ant-btn-group .ant-btn:focus,
  .ant-btn-group .ant-btn:active {
    z-index: 2;
  }
  .ant-btn-group .ant-btn[disabled] {
    z-index: 0;
  }
  .ant-btn-group .ant-btn-icon-only {
    font-size: 12px;
  }
  .ant-btn-group > span:not(:last-child):not(:disabled),
  .ant-btn-group > .ant-btn-primary:not(:last-child):not(:disabled),
  .ant-btn-group > span:not(:last-child) > .ant-btn-primary:not(:disabled),
  .ant-btn-group > .ant-btn-primary:not(:last-child) > .ant-btn-primary:not(:disabled) {
    border-inline-end-color: #1fc266;
  }
  .ant-btn-group > span:not(:first-child):not(:disabled),
  .ant-btn-group > .ant-btn-primary:not(:first-child):not(:disabled),
  .ant-btn-group > span:not(:first-child) > .ant-btn-primary:not(:disabled),
  .ant-btn-group > .ant-btn-primary:not(:first-child) > .ant-btn-primary:not(:disabled) {
    border-inline-start-color: #1fc266;
  }
  .ant-btn-group > span:not(:last-child):not(:disabled),
  .ant-btn-group > .ant-btn-danger:not(:last-child):not(:disabled),
  .ant-btn-group > span:not(:last-child) > .ant-btn-danger:not(:disabled),
  .ant-btn-group > .ant-btn-danger:not(:last-child) > .ant-btn-danger:not(:disabled) {
    border-inline-end-color: #ff7875;
  }
  .ant-btn-group > span:not(:first-child):not(:disabled),
  .ant-btn-group > .ant-btn-danger:not(:first-child):not(:disabled),
  .ant-btn-group > span:not(:first-child) > .ant-btn-danger:not(:disabled),
  .ant-btn-group > .ant-btn-danger:not(:first-child) > .ant-btn-danger:not(:disabled) {
    border-inline-start-color: #ff7875;
  }
  .ant-wave {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-wave::before,
  .ant-wave::after {
    box-sizing: border-box;
  }
  .ant-wave [class^='ant-wave'],
  .ant-wave [class*=' ant-wave'] {
    box-sizing: border-box;
  }
  .ant-wave [class^='ant-wave']::before,
  .ant-wave [class*=' ant-wave']::before,
  .ant-wave [class^='ant-wave']::after,
  .ant-wave [class*=' ant-wave']::after {
    box-sizing: border-box;
  }
  .ant-wave {
    position: absolute;
    background: transparent;
    pointer-events: none;
    box-sizing: border-box;
    color: var(--wave-color, #00b453);
    box-shadow: 0 0 0 0 currentcolor;
    opacity: 0.2;
  }
  .ant-wave.wave-motion-appear {
    transition:
      box-shadow 0.4s cubic-bezier(0.08, 0.82, 0.17, 1),
      opacity 2s cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-wave.wave-motion-appear-active {
    box-shadow: 0 0 0 6px currentcolor;
    opacity: 0;
  }
  .ant-wave.wave-motion-appear.wave-quick {
    transition:
      box-shadow 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-picker-calendar {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-picker-calendar::before,
  .ant-picker-calendar::after {
    box-sizing: border-box;
  }
  .ant-picker-calendar [class^='ant-picker'],
  .ant-picker-calendar [class*=' ant-picker'] {
    box-sizing: border-box;
  }
  .ant-picker-calendar [class^='ant-picker']::before,
  .ant-picker-calendar [class*=' ant-picker']::before,
  .ant-picker-calendar [class^='ant-picker']::after,
  .ant-picker-calendar [class*=' ant-picker']::after {
    box-sizing: border-box;
  }
  .ant-picker-calendar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    background: #ffffff;
  }
  .ant-picker-calendar .ant-picker-panel {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    outline: none;
  }
  .ant-picker-calendar .ant-picker-panel-focused {
    border-color: #00b453;
  }
  .ant-picker-calendar .ant-picker-panel-rtl .ant-picker-prev-icon,
  .ant-picker-calendar .ant-picker-panel-rtl .ant-picker-super-prev-icon {
    transform: rotate(45deg);
  }
  .ant-picker-calendar .ant-picker-panel-rtl .ant-picker-next-icon,
  .ant-picker-calendar .ant-picker-panel-rtl .ant-picker-super-next-icon {
    transform: rotate(-135deg);
  }
  .ant-picker-calendar .ant-picker-panel-rtl .ant-picker-time-panel .ant-picker-content {
    direction: ltr;
  }
  .ant-picker-calendar .ant-picker-panel-rtl .ant-picker-time-panel .ant-picker-content > * {
    direction: rtl;
  }
  .ant-picker-calendar .ant-picker-decade-panel,
  .ant-picker-calendar .ant-picker-year-panel,
  .ant-picker-calendar .ant-picker-quarter-panel,
  .ant-picker-calendar .ant-picker-month-panel,
  .ant-picker-calendar .ant-picker-week-panel,
  .ant-picker-calendar .ant-picker-date-panel,
  .ant-picker-calendar .ant-picker-time-panel {
    display: flex;
    flex-direction: column;
    width: 288px;
  }
  .ant-picker-calendar .ant-picker-header {
    display: flex;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.88);
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-calendar .ant-picker-header > * {
    flex: none;
  }
  .ant-picker-calendar .ant-picker-header button {
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    line-height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: color 0.1s;
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ant-picker-calendar .ant-picker-header button:empty {
    display: none;
  }
  .ant-picker-calendar .ant-picker-header > button {
    min-width: 1.6em;
    font-size: 12px;
  }
  .ant-picker-calendar .ant-picker-header > button:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-picker-calendar .ant-picker-header > button:disabled {
    opacity: 0.25;
    pointer-events: none;
  }
  .ant-picker-calendar .ant-picker-header-view {
    flex: auto;
    font-weight: 600;
    line-height: 40px;
  }
  .ant-picker-calendar .ant-picker-header-view > button {
    color: inherit;
    font-weight: inherit;
    vertical-align: top;
  }
  .ant-picker-calendar .ant-picker-header-view > button:not(:first-child) {
    margin-inline-start: 8px;
  }
  .ant-picker-calendar .ant-picker-header-view > button:hover {
    color: #00b453;
  }
  .ant-picker-calendar .ant-picker-prev-icon,
  .ant-picker-calendar .ant-picker-next-icon,
  .ant-picker-calendar .ant-picker-super-prev-icon,
  .ant-picker-calendar .ant-picker-super-next-icon {
    position: relative;
    width: 7px;
    height: 7px;
  }
  .ant-picker-calendar .ant-picker-prev-icon::before,
  .ant-picker-calendar .ant-picker-next-icon::before,
  .ant-picker-calendar .ant-picker-super-prev-icon::before,
  .ant-picker-calendar .ant-picker-super-next-icon::before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 7px;
    height: 7px;
    border: 0 solid currentcolor;
    border-block-start-width: 1.5px;
    border-inline-start-width: 1.5px;
    content: '';
  }
  .ant-picker-calendar .ant-picker-super-prev-icon::after,
  .ant-picker-calendar .ant-picker-super-next-icon::after {
    position: absolute;
    top: 4px;
    inset-inline-start: 4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 0 solid currentcolor;
    border-block-start-width: 1.5px;
    border-inline-start-width: 1.5px;
    content: '';
  }
  .ant-picker-calendar .ant-picker-prev-icon,
  .ant-picker-calendar .ant-picker-super-prev-icon {
    transform: rotate(-45deg);
  }
  .ant-picker-calendar .ant-picker-next-icon,
  .ant-picker-calendar .ant-picker-super-next-icon {
    transform: rotate(135deg);
  }
  .ant-picker-calendar .ant-picker-content {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .ant-picker-calendar .ant-picker-content th,
  .ant-picker-calendar .ant-picker-content td {
    position: relative;
    min-width: 24px;
    font-weight: normal;
  }
  .ant-picker-calendar .ant-picker-content th {
    height: 36px;
    color: rgba(0, 0, 0, 0.88);
    vertical-align: middle;
  }
  .ant-picker-calendar .ant-picker-cell {
    padding: 6px 0;
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .ant-picker-calendar .ant-picker-cell-in-view {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-picker-calendar .ant-picker-cell::before {
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 1;
    height: 24px;
    transform: translateY(-50%);
    content: '';
    pointer-events: none;
  }
  .ant-picker-calendar .ant-picker-cell .ant-picker-cell-inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    transition: background 0.1s;
  }
  .ant-picker-calendar
    .ant-picker-cell:hover:not(.ant-picker-cell-in-view):not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner,
  .ant-picker-calendar
    .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(
      .ant-picker-cell-range-end
    ):not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-today
    .ant-picker-cell-inner::before {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1;
    border: 1px solid #00b453;
    border-radius: 4px;
    content: '';
  }
  .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-in-range,
  .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-range-start,
  .ant-picker-calendar .ant-picker-cell-in-view.ant-picker-cell-range-end {
    position: relative;
  }
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-in-range:not(.ant-picker-cell-disabled):before,
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled):before,
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled):before {
    background: #dcf5e4;
  }
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-selected:not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner,
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner,
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner {
    color: #fff;
    background: #00b453;
  }
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-selected.ant-picker-cell-disabled
    .ant-picker-cell-inner,
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-disabled
    .ant-picker-cell-inner,
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-disabled
    .ant-picker-cell-inner {
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled):before {
    inset-inline-start: 50%;
  }
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled):before {
    inset-inline-end: 50%;
  }
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-end)
    .ant-picker-cell-inner {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-picker-calendar
    .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-start)
    .ant-picker-cell-inner {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
  }
  .ant-picker-calendar .ant-picker-cell-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-picker-calendar .ant-picker-cell-disabled .ant-picker-cell-inner {
    background: transparent;
  }
  .ant-picker-calendar .ant-picker-cell-disabled::before {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-calendar
    .ant-picker-cell-disabled.ant-picker-cell-today
    .ant-picker-cell-inner::before {
    border-color: rgba(0, 0, 0, 0.25);
  }
  .ant-picker-calendar .ant-picker-decade-panel .ant-picker-content,
  .ant-picker-calendar .ant-picker-year-panel .ant-picker-content,
  .ant-picker-calendar .ant-picker-quarter-panel .ant-picker-content,
  .ant-picker-calendar .ant-picker-month-panel .ant-picker-content {
    height: 264px;
  }
  .ant-picker-calendar .ant-picker-decade-panel .ant-picker-cell-inner,
  .ant-picker-calendar .ant-picker-year-panel .ant-picker-cell-inner,
  .ant-picker-calendar .ant-picker-quarter-panel .ant-picker-cell-inner,
  .ant-picker-calendar .ant-picker-month-panel .ant-picker-cell-inner {
    padding: 0 8px;
  }
  .ant-picker-calendar .ant-picker-quarter-panel .ant-picker-content {
    height: 56px;
  }
  .ant-picker-calendar .ant-picker-decade-panel .ant-picker-cell-inner {
    padding: 0 4px;
  }
  .ant-picker-calendar .ant-picker-decade-panel .ant-picker-cell::before {
    display: none;
  }
  .ant-picker-calendar .ant-picker-year-panel .ant-picker-body,
  .ant-picker-calendar .ant-picker-quarter-panel .ant-picker-body,
  .ant-picker-calendar .ant-picker-month-panel .ant-picker-body {
    padding: 0 8px;
  }
  .ant-picker-calendar .ant-picker-year-panel .ant-picker-cell-inner,
  .ant-picker-calendar .ant-picker-quarter-panel .ant-picker-cell-inner,
  .ant-picker-calendar .ant-picker-month-panel .ant-picker-cell-inner {
    width: 60px;
  }
  .ant-picker-calendar .ant-picker-date-panel .ant-picker-body {
    padding: 8px 18px;
  }
  .ant-picker-calendar .ant-picker-date-panel .ant-picker-content th {
    box-sizing: border-box;
    padding: 0;
  }
  .ant-picker-calendar .ant-picker-week-panel-row td:before {
    transition: background 0.1s;
  }
  .ant-picker-calendar .ant-picker-week-panel-row td:first-child:before {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
  }
  .ant-picker-calendar .ant-picker-week-panel-row td:last-child:before {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
  }
  .ant-picker-calendar .ant-picker-week-panel-row:hover td:before {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-calendar .ant-picker-week-panel-row-range-start td.ant-picker-cell:before,
  .ant-picker-calendar .ant-picker-week-panel-row-range-end td.ant-picker-cell:before,
  .ant-picker-calendar .ant-picker-week-panel-row-selected td.ant-picker-cell:before,
  .ant-picker-calendar .ant-picker-week-panel-row-hover td.ant-picker-cell:before {
    background: #00b453;
  }
  .ant-picker-calendar
    .ant-picker-week-panel-row-range-start
    td.ant-picker-cell.ant-picker-cell-week,
  .ant-picker-calendar .ant-picker-week-panel-row-range-end td.ant-picker-cell.ant-picker-cell-week,
  .ant-picker-calendar .ant-picker-week-panel-row-selected td.ant-picker-cell.ant-picker-cell-week,
  .ant-picker-calendar .ant-picker-week-panel-row-hover td.ant-picker-cell.ant-picker-cell-week {
    color: #ffffff80;
  }
  .ant-picker-calendar
    .ant-picker-week-panel-row-range-start
    td.ant-picker-cell
    .ant-picker-cell-inner,
  .ant-picker-calendar
    .ant-picker-week-panel-row-range-end
    td.ant-picker-cell
    .ant-picker-cell-inner,
  .ant-picker-calendar
    .ant-picker-week-panel-row-selected
    td.ant-picker-cell
    .ant-picker-cell-inner,
  .ant-picker-calendar .ant-picker-week-panel-row-hover td.ant-picker-cell .ant-picker-cell-inner {
    color: #fff;
  }
  .ant-picker-calendar .ant-picker-week-panel-row-range-hover td:before {
    background: #dcf5e4;
  }
  .ant-picker-calendar .ant-picker-week-panel .ant-picker-body,
  .ant-picker-calendar .ant-picker-date-panel-show-week .ant-picker-body {
    padding: 8px 12px;
  }
  .ant-picker-calendar .ant-picker-week-panel .ant-picker-content th,
  .ant-picker-calendar .ant-picker-date-panel-show-week .ant-picker-content th {
    width: auto;
  }
  .ant-picker-calendar .ant-picker-datetime-panel {
    display: flex;
  }
  .ant-picker-calendar .ant-picker-datetime-panel .ant-picker-time-panel {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-calendar .ant-picker-datetime-panel .ant-picker-date-panel,
  .ant-picker-calendar .ant-picker-datetime-panel .ant-picker-time-panel {
    transition: opacity 0.15s;
  }
  .ant-picker-calendar .ant-picker-datetime-panel-active .ant-picker-date-panel,
  .ant-picker-calendar .ant-picker-datetime-panel-active .ant-picker-time-panel {
    opacity: 0.3;
  }
  .ant-picker-calendar .ant-picker-datetime-panel-active .ant-picker-date-panel-active,
  .ant-picker-calendar .ant-picker-datetime-panel-active .ant-picker-time-panel-active {
    opacity: 1;
  }
  .ant-picker-calendar .ant-picker-time-panel {
    width: auto;
    min-width: auto;
  }
  .ant-picker-calendar .ant-picker-time-panel .ant-picker-content {
    display: flex;
    flex: auto;
    height: 224px;
  }
  .ant-picker-calendar .ant-picker-time-panel-column {
    flex: 1 0 auto;
    width: 56px;
    margin: 4px 0;
    padding: 0;
    overflow-y: hidden;
    text-align: start;
    list-style: none;
    transition: background 0.1s;
    overflow-x: hidden;
  }
  .ant-picker-calendar .ant-picker-time-panel-column::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
  }
  .ant-picker-calendar .ant-picker-time-panel-column::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
  }
  .ant-picker-calendar .ant-picker-time-panel-column {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.45) transparent;
  }
  .ant-picker-calendar .ant-picker-time-panel-column::after {
    display: block;
    height: calc(100% - 28px);
    content: '';
  }
  .ant-picker-calendar .ant-picker-time-panel-column:not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-calendar .ant-picker-time-panel-column-active {
    background: #dcf5e433;
  }
  .ant-picker-calendar .ant-picker-time-panel-column:hover {
    overflow-y: auto;
  }
  .ant-picker-calendar .ant-picker-time-panel-column > li {
    margin: 0;
    padding: 0;
  }
  .ant-picker-calendar .ant-picker-time-panel-column > li.ant-picker-time-panel-cell {
    margin-inline: 4px;
  }
  .ant-picker-calendar
    .ant-picker-time-panel-column
    > li.ant-picker-time-panel-cell
    .ant-picker-time-panel-cell-inner {
    display: block;
    width: 48px;
    height: 28px;
    margin: 0;
    padding-block: 0;
    padding-inline-end: 0;
    padding-inline-start: 14px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 28px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.1s;
  }
  .ant-picker-calendar
    .ant-picker-time-panel-column
    > li.ant-picker-time-panel-cell
    .ant-picker-time-panel-cell-inner:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-calendar
    .ant-picker-time-panel-column
    > li.ant-picker-time-panel-cell-selected
    .ant-picker-time-panel-cell-inner {
    background: #dcf5e4;
  }
  .ant-picker-calendar
    .ant-picker-time-panel-column
    > li.ant-picker-time-panel-cell-disabled
    .ant-picker-time-panel-cell-inner {
    color: rgba(0, 0, 0, 0.25);
    background: transparent;
    cursor: not-allowed;
  }
  .ant-picker-calendar-rtl {
    direction: rtl;
  }
  .ant-picker-calendar .ant-picker-calendar-header {
    display: flex;
    justify-content: flex-end;
    padding: 12px 0;
  }
  .ant-picker-calendar .ant-picker-calendar-header .ant-picker-calendar-year-select {
    min-width: 80px;
  }
  .ant-picker-calendar .ant-picker-calendar-header .ant-picker-calendar-month-select {
    min-width: 70px;
    margin-inline-start: 8px;
  }
  .ant-picker-calendar .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
    margin-inline-start: 8px;
  }
  .ant-picker-calendar .ant-picker-panel {
    background: #ffffff;
    border: 0;
    border-top: 1px solid rgba(5, 5, 5, 0.06);
    border-radius: 0;
  }
  .ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
  .ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
    width: auto;
  }
  .ant-picker-calendar .ant-picker-panel .ant-picker-body {
    padding: 8px 0;
  }
  .ant-picker-calendar .ant-picker-panel .ant-picker-content {
    width: 100%;
  }
  .ant-picker-calendar-mini {
    border-radius: 8px;
  }
  .ant-picker-calendar-mini .ant-picker-calendar-header {
    padding-inline-end: 8px;
    padding-inline-start: 8px;
  }
  .ant-picker-calendar-mini .ant-picker-panel {
    border-radius: 0 0 8px 8px;
  }
  .ant-picker-calendar-mini .ant-picker-content {
    height: 256px;
  }
  .ant-picker-calendar-mini .ant-picker-content th {
    height: auto;
    padding: 0;
    line-height: 18px;
  }
  .ant-picker-calendar-mini .ant-picker-cell::before {
    pointer-events: none;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-panel {
    display: block;
    width: 100%;
    text-align: end;
    background: #ffffff;
    border: 0;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
    padding: 0;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
    height: auto;
    padding-inline-end: 12px;
    padding-bottom: 4px;
    line-height: 18px;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-cell-week .ant-picker-cell-inner {
    display: block;
    border-radius: 0;
    border-top: 2px solid rgba(5, 5, 5, 0.06);
    width: 100%;
    height: 110px;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-cell::before {
    display: none;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-cell:hover .ant-picker-calendar-date {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-calendar.ant-picker-calendar-full
    .ant-picker-cell
    .ant-picker-calendar-date-today::before {
    display: none;
  }
  .ant-picker-calendar.ant-picker-calendar-full
    .ant-picker-cell-in-view.ant-picker-cell-selected
    .ant-picker-calendar-date,
  .ant-picker-calendar.ant-picker-calendar-full
    .ant-picker-cell-in-view.ant-picker-cell-selected
    .ant-picker-calendar-date-today {
    background: #dcf5e4;
  }
  .ant-picker-calendar.ant-picker-calendar-full
    .ant-picker-cell-selected
    .ant-picker-calendar-date
    .ant-picker-calendar-date-value,
  .ant-picker-calendar.ant-picker-calendar-full
    .ant-picker-cell-selected:hover
    .ant-picker-calendar-date
    .ant-picker-calendar-date-value,
  .ant-picker-calendar.ant-picker-calendar-full
    .ant-picker-cell-selected
    .ant-picker-calendar-date-today
    .ant-picker-calendar-date-value,
  .ant-picker-calendar.ant-picker-calendar-full
    .ant-picker-cell-selected:hover
    .ant-picker-calendar-date-today
    .ant-picker-calendar-date-value {
    color: #00b453;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-calendar-date {
    display: block;
    width: auto;
    height: auto;
    margin: 0 4px;
    padding: 4px 8px 0;
    border: 0;
    border-top: 2px solid rgba(5, 5, 5, 0.06);
    border-radius: 0;
    transition: background 0.15s;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-calendar-date-value {
    line-height: 24px;
    transition: color 0.15s;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-calendar-date-content {
    position: static;
    width: auto;
    height: 80px;
    overflow-y: auto;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1.6666666666666667;
    text-align: start;
  }
  .ant-picker-calendar.ant-picker-calendar-full .ant-picker-calendar-date-today {
    border-color: #00b453;
  }
  .ant-picker-calendar.ant-picker-calendar-full
    .ant-picker-calendar-date-today
    .ant-picker-calendar-date-value {
    color: rgba(0, 0, 0, 0.88);
  }
  @media only screen and (max-width: 480px) {
    .ant-picker-calendar .ant-picker-calendar-header {
      display: block;
    }
    .ant-picker-calendar .ant-picker-calendar-header .ant-picker-calendar-year-select {
      width: 50%;
    }
    .ant-picker-calendar .ant-picker-calendar-header .ant-picker-calendar-month-select {
      width: calc(50% - 8px);
    }
    .ant-picker-calendar .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
      width: 100%;
      margin-top: 8px;
      margin-inline-start: 0;
    }
    .ant-picker-calendar .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
      width: 50%;
      text-align: center;
    }
  }
  [class^='ant-radio'],
  [class*=' ant-radio'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-radio']::before,
  [class*=' ant-radio']::before,
  [class^='ant-radio']::after,
  [class*=' ant-radio']::after {
    box-sizing: border-box;
  }
  [class^='ant-radio'] [class^='ant-radio'],
  [class*=' ant-radio'] [class^='ant-radio'],
  [class^='ant-radio'] [class*=' ant-radio'],
  [class*=' ant-radio'] [class*=' ant-radio'] {
    box-sizing: border-box;
  }
  [class^='ant-radio'] [class^='ant-radio']::before,
  [class*=' ant-radio'] [class^='ant-radio']::before,
  [class^='ant-radio'] [class*=' ant-radio']::before,
  [class*=' ant-radio'] [class*=' ant-radio']::before,
  [class^='ant-radio'] [class^='ant-radio']::after,
  [class*=' ant-radio'] [class^='ant-radio']::after,
  [class^='ant-radio'] [class*=' ant-radio']::after,
  [class*=' ant-radio'] [class*=' ant-radio']::after {
    box-sizing: border-box;
  }
  .ant-radio-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 0;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-block;
  }
  .ant-radio-group.ant-radio-group-rtl {
    direction: rtl;
  }
  .ant-radio-group.ant-radio-group-block {
    display: flex;
  }
  .ant-radio-group .ant-badge .ant-badge-count {
    z-index: 1;
  }
  .ant-radio-group > .ant-badge:not(:first-child) > .ant-button-wrapper {
    border-inline-start: none;
  }
  .ant-radio-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    align-items: baseline;
    margin-inline-start: 0;
    margin-inline-end: 8px;
    cursor: pointer;
  }
  .ant-radio-wrapper:last-child {
    margin-inline-end: 0;
  }
  .ant-radio-wrapper.ant-radio-wrapper-rtl {
    direction: rtl;
  }
  .ant-radio-wrapper-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-radio-wrapper::after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: '\a0';
  }
  .ant-radio-wrapper-block {
    flex: 1;
    justify-content: center;
  }
  .ant-radio-wrapper .ant-radio-checked::after {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #00b453;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    content: '';
  }
  .ant-radio-wrapper .ant-radio {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-block;
    outline: none;
    cursor: pointer;
    align-self: center;
    border-radius: 50%;
  }
  .ant-radio-wrapper:hover .ant-radio-wrapper,
  .ant-radio-wrapper:hover .ant-radio-inner {
    border-color: #00b453;
  }
  .ant-radio-wrapper .ant-radio-input:focus-visible + .ant-radio-inner {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-radio-wrapper .ant-radio:hover::after,
  .ant-radio-wrapper:hover .ant-radio-wrapper::after {
    visibility: visible;
  }
  .ant-radio-wrapper .ant-radio-inner {
    box-sizing: border-box;
    position: relative;
    inset-block-start: 0;
    inset-inline-start: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    transition: all 0.1s;
  }
  .ant-radio-wrapper .ant-radio-inner::after {
    box-sizing: border-box;
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-block-start: -7px;
    margin-inline-start: -7px;
    background-color: #fff;
    border-block-start: 0;
    border-inline-start: 0;
    border-radius: 14px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    content: '';
  }
  .ant-radio-wrapper .ant-radio-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
  }
  .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
    border-color: #00b453;
    background-color: #00b453;
  }
  .ant-radio-wrapper .ant-radio-checked .ant-radio-inner::after {
    transform: scale(0.2857142857142857);
    opacity: 1;
    transition: all 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-radio-wrapper .ant-radio-disabled {
    cursor: not-allowed;
  }
  .ant-radio-wrapper .ant-radio-disabled .ant-radio-inner {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    cursor: not-allowed;
  }
  .ant-radio-wrapper .ant-radio-disabled .ant-radio-inner::after {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .ant-radio-wrapper .ant-radio-disabled .ant-radio-input {
    cursor: not-allowed;
  }
  .ant-radio-wrapper .ant-radio-disabled .ant-radio-disabled + span {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-radio-wrapper .ant-radio-disabled.ant-radio-checked .ant-radio-inner::after {
    transform: scale(0.42857142857142855);
  }
  .ant-radio-wrapper span.ant-radio + * {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
  .ant-radio-button-wrapper {
    position: relative;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding-inline: 15px;
    padding-block: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-block-start-width: 1.02px;
    border-inline-end-width: 1px;
    cursor: pointer;
    transition:
      color 0.1s,
      background 0.1s,
      box-shadow 0.1s;
  }
  .ant-radio-button-wrapper a {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-radio-button-wrapper > .ant-radio-button {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .ant-radio-button-wrapper:not(:last-child) {
    margin-inline-end: -1px;
  }
  .ant-radio-button-wrapper:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
  }
  .ant-radio-button-wrapper:last-child {
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
  }
  .ant-radio-button-wrapper:first-child:last-child {
    border-radius: 6px;
  }
  .ant-radio-group-large .ant-radio-button-wrapper {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
  .ant-radio-group-large .ant-radio-button-wrapper:first-child {
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
  }
  .ant-radio-group-large .ant-radio-button-wrapper:last-child {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
  }
  .ant-radio-group-small .ant-radio-button-wrapper {
    height: 24px;
    padding-inline: 7px;
    padding-block: 0;
    line-height: 22px;
  }
  .ant-radio-group-small .ant-radio-button-wrapper:first-child {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
  }
  .ant-radio-group-small .ant-radio-button-wrapper:last-child {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
  }
  .ant-radio-button-wrapper:hover {
    position: relative;
    color: #00b453;
  }
  .ant-radio-button-wrapper:has(:focus-visible) {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-radio-button-wrapper .ant-radio-inner,
  .ant-radio-button-wrapper input[type='checkbox'],
  .ant-radio-button-wrapper input[type='radio'] {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    z-index: 1;
    color: #00b453;
    background: #ffffff;
    border-color: #00b453;
  }
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
    background-color: #00b453;
  }
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
    border-color: #00b453;
  }
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #1fc266;
    border-color: #1fc266;
  }
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
    background-color: #1fc266;
  }
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #008f47;
    border-color: #008f47;
  }
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
    background-color: #008f47;
  }
  .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: #00b453;
    border-color: #00b453;
  }
  .ant-radio-group-solid
    .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #fff;
    background: #1fc266;
    border-color: #1fc266;
  }
  .ant-radio-group-solid
    .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #fff;
    background: #008f47;
    border-color: #008f47;
  }
  .ant-radio-button-wrapper-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    cursor: not-allowed;
  }
  .ant-radio-button-wrapper-disabled:first-child,
  .ant-radio-button-wrapper-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
  }
  .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.15);
    border-color: #d9d9d9;
    box-shadow: none;
  }
  .ant-radio-button-wrapper-block {
    flex: 1;
    text-align: center;
  }
  .ant-card {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-card::before,
  .ant-card::after {
    box-sizing: border-box;
  }
  .ant-card [class^='ant-card'],
  .ant-card [class*=' ant-card'] {
    box-sizing: border-box;
  }
  .ant-card [class^='ant-card']::before,
  .ant-card [class*=' ant-card']::before,
  .ant-card [class^='ant-card']::after,
  .ant-card [class*=' ant-card']::after {
    box-sizing: border-box;
  }
  .ant-card {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    background: #ffffff;
    border-radius: 8px;
  }
  .ant-card:not(.ant-card-bordered) {
    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);
  }
  .ant-card .ant-card-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 54px;
    margin-bottom: -1px;
    padding: 0 24px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 8px 8px 0 0;
  }
  .ant-card .ant-card-head::before {
    display: table;
    content: '';
  }
  .ant-card .ant-card-head::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-card .ant-card-head-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .ant-card .ant-card-head-title {
    display: inline-block;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ant-card .ant-card-head-title > .ant-card-typography,
  .ant-card .ant-card-head-title > .ant-card-typography-edit-content {
    inset-inline-start: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ant-card .ant-card-head .ant-tabs-top {
    clear: both;
    margin-bottom: -17px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 12px;
  }
  .ant-card .ant-card-head .ant-tabs-top-bar {
    border-bottom: 1px solid #f0f0f0;
  }
  .ant-card .ant-card-extra {
    margin-inline-start: auto;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 12px;
  }
  .ant-card .ant-card-body {
    padding: 24px;
    border-radius: 0 0 8px 8px;
  }
  .ant-card .ant-card-grid {
    width: 33.33%;
    padding: 24px;
    border: 0;
    border-radius: 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;
    transition: all 0.1s;
  }
  .ant-card .ant-card-grid-hoverable:hover {
    position: relative;
    z-index: 1;
    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);
  }
  .ant-card .ant-card-cover > * {
    display: block;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .ant-card .ant-card-actions {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    display: flex;
    border-radius: 0 0 8px 8px;
  }
  .ant-card .ant-card-actions::before {
    display: table;
    content: '';
  }
  .ant-card .ant-card-actions::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-card .ant-card-actions > li {
    margin: 12px 0;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
  }
  .ant-card .ant-card-actions > li > span {
    position: relative;
    display: block;
    min-width: 24px;
    font-size: 12px;
    line-height: 1.6666666666666667;
    cursor: pointer;
  }
  .ant-card .ant-card-actions > li > span:hover {
    color: #00b453;
    transition: color 0.1s;
  }
  .ant-card .ant-card-actions > li > span a:not(.ant-card-btn),
  .ant-card .ant-card-actions > li > span > .anticon {
    display: inline-block;
    width: 100%;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
    transition: color 0.1s;
  }
  .ant-card .ant-card-actions > li > span a:not(.ant-card-btn):hover,
  .ant-card .ant-card-actions > li > span > .anticon:hover {
    color: #00b453;
  }
  .ant-card .ant-card-actions > li > span > .anticon {
    font-size: 12px;
    line-height: 20px;
  }
  .ant-card .ant-card-actions > li:not(:last-child) {
    border-inline-end: 1px solid #f0f0f0;
  }
  .ant-card .ant-card-meta {
    margin: -4px 0;
    display: flex;
  }
  .ant-card .ant-card-meta::before {
    display: table;
    content: '';
  }
  .ant-card .ant-card-meta::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-card .ant-card-meta-avatar {
    padding-inline-end: 16px;
  }
  .ant-card .ant-card-meta-detail {
    overflow: hidden;
    flex: 1;
  }
  .ant-card .ant-card-meta-detail > div:not(:last-child) {
    margin-bottom: 8px;
  }
  .ant-card .ant-card-meta-title {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ant-card .ant-card-meta-description {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-card-bordered {
    border: 1px solid #f0f0f0;
  }
  .ant-card-bordered .ant-card-cover {
    margin-top: -1px;
    margin-inline-start: -1px;
    margin-inline-end: -1px;
  }
  .ant-card-hoverable {
    cursor: pointer;
    transition:
      box-shadow 0.1s,
      border-color 0.1s;
  }
  .ant-card-hoverable:hover {
    border-color: transparent;
    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);
  }
  .ant-card-contain-grid {
    border-radius: 8px 8px 0 0;
  }
  .ant-card-contain-grid .ant-card-body {
    display: flex;
    flex-wrap: wrap;
  }
  .ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
    margin-block-start: -1px;
    margin-inline-start: -1px;
    padding: 0;
  }
  .ant-card-contain-tabs > div.ant-card-head {
    min-height: 0;
  }
  .ant-card-contain-tabs > div.ant-card-head .ant-card-head-title,
  .ant-card-contain-tabs > div.ant-card-head .ant-card-extra {
    padding-top: 16px;
  }
  .ant-card-type-inner .ant-card-head {
    padding: 0 24px;
    background: rgba(0, 0, 0, 0.02);
  }
  .ant-card-type-inner .ant-card-head-title {
    font-size: 12px;
  }
  .ant-card-type-inner .ant-card-body {
    padding: 16px 24px;
  }
  .ant-card-loading {
    overflow: hidden;
  }
  .ant-card-loading .ant-card-body {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-card-rtl {
    direction: rtl;
  }
  .ant-card-small > .ant-card-head {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
  .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
    font-size: 12px;
  }
  .ant-card-small > .ant-card-body {
    padding: 12px;
  }
  .ant-card-small.ant-card-contain-tabs > .ant-card-head .ant-card-head-title,
  .ant-card-small.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .ant-carousel {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-carousel::before,
  .ant-carousel::after {
    box-sizing: border-box;
  }
  .ant-carousel [class^='ant-carousel'],
  .ant-carousel [class*=' ant-carousel'] {
    box-sizing: border-box;
  }
  .ant-carousel [class^='ant-carousel']::before,
  .ant-carousel [class*=' ant-carousel']::before,
  .ant-carousel [class^='ant-carousel']::after,
  .ant-carousel [class*=' ant-carousel']::after {
    box-sizing: border-box;
  }
  .ant-carousel {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
  }
  .ant-carousel .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .ant-carousel .slick-slider .slick-track,
  .ant-carousel .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
    touch-action: pan-y;
  }
  .ant-carousel .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .ant-carousel .slick-list:focus {
    outline: none;
  }
  .ant-carousel .slick-list.dragging {
    cursor: pointer;
  }
  .ant-carousel .slick-list .slick-slide {
    pointer-events: none;
  }
  .ant-carousel .slick-list .slick-slide input.ant-radio-input,
  .ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
    visibility: hidden;
  }
  .ant-carousel .slick-list .slick-slide.slick-active {
    pointer-events: auto;
  }
  .ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
  .ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
    visibility: visible;
  }
  .ant-carousel .slick-list .slick-slide > div > div {
    vertical-align: bottom;
  }
  .ant-carousel .slick-track {
    position: relative;
    top: 0;
    inset-inline-start: 0;
    display: block;
  }
  .ant-carousel .slick-track::before,
  .ant-carousel .slick-track::after {
    display: table;
    content: '';
  }
  .ant-carousel .slick-track::after {
    clear: both;
  }
  .ant-carousel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .ant-carousel .slick-slide img {
    display: block;
  }
  .ant-carousel .slick-slide.dragging img {
    pointer-events: none;
  }
  .ant-carousel .slick-initialized .slick-slide {
    display: block;
  }
  .ant-carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
  }
  .ant-carousel .slick-prev,
  .ant-carousel .slick-next {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0.4;
    background: transparent;
    padding: 0;
    line-height: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 1;
    transition: opacity 0.15s;
  }
  .ant-carousel .slick-prev:hover,
  .ant-carousel .slick-next:hover,
  .ant-carousel .slick-prev:focus,
  .ant-carousel .slick-next:focus {
    opacity: 1;
  }
  .ant-carousel .slick-prev.slick-disabled,
  .ant-carousel .slick-next.slick-disabled {
    pointer-events: none;
    opacity: 0;
  }
  .ant-carousel .slick-prev::after,
  .ant-carousel .slick-next::after {
    box-sizing: border-box;
    position: absolute;
    top: 2.3431457505076203px;
    inset-inline-start: 2.3431457505076203px;
    display: inline-block;
    width: 11.31370849898476px;
    height: 11.31370849898476px;
    border: 0 solid currentcolor;
    border-inline-start-width: 2px;
    border-block-start-width: 2px;
    border-radius: 1px;
    content: '';
  }
  .ant-carousel .slick-prev {
    inset-inline-start: 8px;
  }
  .ant-carousel .slick-prev::after {
    transform: rotate(-45deg);
  }
  .ant-carousel .slick-next {
    inset-inline-end: 8px;
  }
  .ant-carousel .slick-next::after {
    transform: rotate(135deg);
  }
  .ant-carousel .slick-dots {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 15;
    display: flex !important;
    justify-content: center;
    padding-inline-start: 0;
    margin: 0;
    list-style: none;
  }
  .ant-carousel .slick-dots-bottom {
    bottom: 12px;
  }
  .ant-carousel .slick-dots-top {
    top: 12px;
    bottom: auto;
  }
  .ant-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 16px;
    height: 3px;
    margin-inline: 4px;
    padding: 0;
    text-align: center;
    text-indent: -999px;
    vertical-align: top;
    transition: all 0.15s;
    border-radius: 3px;
    overflow: hidden;
  }
  .ant-carousel .slick-dots li::after {
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: transparent;
    border-radius: 3px;
    opacity: 1;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    transform: translate3d(-100%, 0, 0);
  }
  .ant-carousel .slick-dots li button {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    padding: 0;
    color: transparent;
    font-size: 0;
    background: #ffffff;
    border: 0;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.15s;
    overflow: hidden;
  }
  .ant-carousel .slick-dots li button:hover {
    opacity: 0.75;
  }
  .ant-carousel .slick-dots li button::after {
    position: absolute;
    inset: -4px;
    content: '';
  }
  .ant-carousel .slick-dots li.slick-active {
    width: 24px;
    position: relative;
  }
  .ant-carousel .slick-dots li.slick-active:hover {
    opacity: 1;
  }
  .ant-carousel .slick-dots li.slick-active::after {
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    transition: transform var(--dot-duration) ease-out;
  }
  .ant-carousel-vertical .slick-prev,
  .ant-carousel-vertical .slick-next {
    inset-inline-start: 50%;
    margin-block-start: unset;
    transform: translateX(-50%);
  }
  .ant-carousel-vertical .slick-prev {
    inset-block-start: 8px;
    inset-inline-start: 50%;
  }
  .ant-carousel-vertical .slick-prev::after {
    transform: rotate(45deg);
  }
  .ant-carousel-vertical .slick-next {
    inset-block-start: auto;
    inset-block-end: 8px;
  }
  .ant-carousel-vertical .slick-next::after {
    transform: rotate(-135deg);
  }
  .ant-carousel-vertical .slick-dots {
    top: 50%;
    bottom: auto;
    flex-direction: column;
    width: 3px;
    height: auto;
    margin: 0;
    transform: translateY(-50%);
  }
  .ant-carousel-vertical .slick-dots-left {
    inset-inline-end: auto;
    inset-inline-start: 12px;
  }
  .ant-carousel-vertical .slick-dots-right {
    inset-inline-end: 12px;
    inset-inline-start: auto;
  }
  .ant-carousel-vertical .slick-dots li {
    width: 3px;
    height: 16px;
    margin: 4px 0;
    vertical-align: baseline;
  }
  .ant-carousel-vertical .slick-dots li button {
    width: 3px;
    height: 16px;
  }
  .ant-carousel-vertical .slick-dots li::after {
    width: 3px;
    height: 0;
  }
  .ant-carousel-vertical .slick-dots li.slick-active {
    width: 3px;
    height: 16px;
  }
  .ant-carousel-vertical .slick-dots li.slick-active button {
    width: 3px;
    height: 16px;
  }
  .ant-carousel-vertical .slick-dots li.slick-active::after {
    width: 3px;
    height: 16px;
    transition: height var(--dot-duration) ease-out;
  }
  .ant-carousel-rtl {
    direction: rtl;
  }
  .ant-carousel-rtl.ant-carousel-vertical .slick-dots {
    flex-direction: column;
  }
  [class^='ant-cascader'],
  [class*=' ant-cascader'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-cascader']::before,
  [class*=' ant-cascader']::before,
  [class^='ant-cascader']::after,
  [class*=' ant-cascader']::after {
    box-sizing: border-box;
  }
  [class^='ant-cascader'] [class^='ant-cascader'],
  [class*=' ant-cascader'] [class^='ant-cascader'],
  [class^='ant-cascader'] [class*=' ant-cascader'],
  [class*=' ant-cascader'] [class*=' ant-cascader'] {
    box-sizing: border-box;
  }
  [class^='ant-cascader'] [class^='ant-cascader']::before,
  [class*=' ant-cascader'] [class^='ant-cascader']::before,
  [class^='ant-cascader'] [class*=' ant-cascader']::before,
  [class*=' ant-cascader'] [class*=' ant-cascader']::before,
  [class^='ant-cascader'] [class^='ant-cascader']::after,
  [class*=' ant-cascader'] [class^='ant-cascader']::after,
  [class^='ant-cascader'] [class*=' ant-cascader']::after,
  [class*=' ant-cascader'] [class*=' ant-cascader']::after {
    box-sizing: border-box;
  }
  .ant-cascader {
    width: 184px;
  }
  .ant-cascader-dropdown.ant-select-dropdown {
    padding: 0;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-group > .ant-row {
    flex: 1;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-wrapper:after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: '\a0';
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
    margin-inline-start: 0;
  }
  .ant-cascader-dropdown
    .ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item
    input[type='checkbox'] {
    width: 14px;
    height: 14px;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1;
    list-style: none;
    font-family: inherit;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    align-self: center;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox .ant-cascader-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
  }
  .ant-cascader-dropdown
    .ant-cascader-checkbox
    .ant-cascader-checkbox-input:focus-visible
    + .ant-cascader-checkbox-inner {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox .ant-cascader-checkbox-inner {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    border-collapse: separate;
    transition: all 0.15s;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox .ant-cascader-checkbox-inner:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    inset-inline-start: 25%;
    display: table;
    width: 5.7142857142857135px;
    height: 9.142857142857142px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: '';
    transition:
      all 0.05s cubic-bezier(0.71, -0.46, 0.88, 0.6),
      opacity 0.05s;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox + span {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
  .ant-cascader-dropdown
    .ant-cascader-checkbox-wrapper:not(.ant-cascader-checkbox-wrapper-disabled):hover
    .ant-cascader-checkbox-inner,
  .ant-cascader-dropdown
    .ant-cascader-checkbox:not(.ant-cascader-checkbox-disabled):hover
    .ant-cascader-checkbox-inner {
    border-color: #00b453;
  }
  .ant-cascader-dropdown
    .ant-cascader-checkbox-wrapper:not(.ant-cascader-checkbox-wrapper-disabled):hover
    .ant-cascader-checkbox-checked:not(.ant-cascader-checkbox-disabled)
    .ant-cascader-checkbox-inner {
    background-color: #1fc266;
    border-color: transparent;
  }
  .ant-cascader-dropdown
    .ant-cascader-checkbox-wrapper:not(.ant-cascader-checkbox-wrapper-disabled):hover
    .ant-cascader-checkbox-checked:not(.ant-cascader-checkbox-disabled):after {
    border-color: #1fc266;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
    background-color: #00b453;
    border-color: #00b453;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner:after {
    opacity: 1;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.05s;
  }
  .ant-cascader-dropdown
    .ant-cascader-checkbox-wrapper-checked:not(.ant-cascader-checkbox-wrapper-disabled):hover
    .ant-cascader-checkbox-inner,
  .ant-cascader-dropdown
    .ant-cascader-checkbox-checked:not(.ant-cascader-checkbox-disabled):hover
    .ant-cascader-checkbox-inner {
    background-color: #1fc266;
    border-color: transparent;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
    background-color: #ffffff;
    border-color: #d9d9d9;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner:after {
    top: 50%;
    inset-inline-start: 50%;
    width: 7px;
    height: 7px;
    background-color: #00b453;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: '';
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-indeterminate:hover .ant-cascader-checkbox-inner {
    background-color: #ffffff;
    border-color: #00b453;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-wrapper-disabled {
    cursor: not-allowed;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-disabled,
  .ant-cascader-dropdown .ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
    cursor: not-allowed;
    pointer-events: none;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
    background: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner:after {
    border-color: rgba(0, 0, 0, 0.25);
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-disabled:after {
    display: none;
  }
  .ant-cascader-dropdown .ant-cascader-checkbox-disabled + span {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-cascader-dropdown
    .ant-cascader-checkbox-disabled.ant-cascader-checkbox-indeterminate
    .ant-cascader-checkbox-inner::after {
    background: rgba(0, 0, 0, 0.25);
  }
  .ant-cascader-dropdown .ant-cascader-checkbox {
    top: 0;
    margin-inline-end: 8px;
    pointer-events: unset;
  }
  .ant-cascader-dropdown .ant-cascader-menus {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .ant-cascader-dropdown .ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
    width: 100%;
    height: auto;
  }
  .ant-cascader-dropdown
    .ant-cascader-menus.ant-cascader-menu-empty
    .ant-cascader-menu
    .ant-cascader-menu-item {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-cascader-dropdown .ant-cascader-menu {
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 111px;
    height: 180px;
    margin: 0;
    padding: 4px;
    overflow: auto;
    vertical-align: top;
    list-style: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .ant-cascader-dropdown .ant-cascader-menu:not(:last-child) {
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-cascader-dropdown .ant-cascader-menu-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 6px 12px;
    line-height: 1.6666666666666667;
    cursor: pointer;
    transition: all 0.1s;
    border-radius: 4px;
  }
  .ant-cascader-dropdown .ant-cascader-menu-item:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-cascader-dropdown .ant-cascader-menu-item-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-cascader-dropdown .ant-cascader-menu-item-disabled:hover {
    background: transparent;
  }
  .ant-cascader-dropdown
    .ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand
    .ant-cascader-menu-item-expand-icon,
  .ant-cascader-dropdown .ant-cascader-menu-item-disabled .ant-cascader-menu-item-loading-icon {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-cascader-dropdown .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
  .ant-cascader-dropdown
    .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    background-color: #dcf5e4;
  }
  .ant-cascader-dropdown .ant-cascader-menu-item-content {
    flex: auto;
  }
  .ant-cascader-dropdown
    .ant-cascader-menu-item.ant-cascader-menu-item-expand
    .ant-cascader-menu-item-expand-icon,
  .ant-cascader-dropdown .ant-cascader-menu-item .ant-cascader-menu-item-loading-icon {
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 10px;
  }
  .ant-cascader-dropdown .ant-cascader-menu-item-keyword {
    color: #ff4d4f;
  }
  .ant-cascader-dropdown-rtl {
    direction: rtl;
  }
  .ant-cascader-compact-item:not(.ant-cascader-compact-last-item) {
    margin-inline-end: -1px;
  }
  .ant-cascader-compact-item:not(.ant-cascader-status-success) {
    z-index: 2;
  }
  .ant-cascader-compact-item:hover,
  .ant-cascader-compact-item:focus,
  .ant-cascader-compact-item:active {
    z-index: 3;
  }
  .ant-cascader-compact-item[disabled] {
    z-index: 0;
  }
  .ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(
      .ant-cascader-compact-last-item
    ) {
    border-radius: 0;
  }
  .ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-first-item,
  .ant-cascader-compact-item:not(
      .ant-cascader-compact-last-item
    ).ant-cascader-compact-first-item.ant-cascader-sm,
  .ant-cascader-compact-item:not(
      .ant-cascader-compact-last-item
    ).ant-cascader-compact-first-item.ant-cascader-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-cascader-compact-item:not(.ant-cascader-compact-first-item).ant-cascader-compact-last-item,
  .ant-cascader-compact-item:not(
      .ant-cascader-compact-first-item
    ).ant-cascader-compact-last-item.ant-cascader-sm,
  .ant-cascader-compact-item:not(
      .ant-cascader-compact-first-item
    ).ant-cascader-compact-last-item.ant-cascader-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  [class^='ant-checkbox'],
  [class*=' ant-checkbox'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-checkbox']::before,
  [class*=' ant-checkbox']::before,
  [class^='ant-checkbox']::after,
  [class*=' ant-checkbox']::after {
    box-sizing: border-box;
  }
  [class^='ant-checkbox'] [class^='ant-checkbox'],
  [class*=' ant-checkbox'] [class^='ant-checkbox'],
  [class^='ant-checkbox'] [class*=' ant-checkbox'],
  [class*=' ant-checkbox'] [class*=' ant-checkbox'] {
    box-sizing: border-box;
  }
  [class^='ant-checkbox'] [class^='ant-checkbox']::before,
  [class*=' ant-checkbox'] [class^='ant-checkbox']::before,
  [class^='ant-checkbox'] [class*=' ant-checkbox']::before,
  [class*=' ant-checkbox'] [class*=' ant-checkbox']::before,
  [class^='ant-checkbox'] [class^='ant-checkbox']::after,
  [class*=' ant-checkbox'] [class^='ant-checkbox']::after,
  [class^='ant-checkbox'] [class*=' ant-checkbox']::after,
  [class*=' ant-checkbox'] [class*=' ant-checkbox']::after {
    box-sizing: border-box;
  }
  .ant-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .ant-checkbox-group > .ant-row {
    flex: 1;
  }
  .ant-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
  }
  .ant-checkbox-wrapper:after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: '\a0';
  }
  .ant-checkbox-wrapper + .ant-checkbox-wrapper {
    margin-inline-start: 0;
  }
  .ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
    width: 14px;
    height: 14px;
  }
  .ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1;
    list-style: none;
    font-family: inherit;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    align-self: center;
  }
  .ant-checkbox .ant-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
  }
  .ant-checkbox .ant-checkbox-input:focus-visible + .ant-checkbox-inner {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-checkbox .ant-checkbox-inner {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    border-collapse: separate;
    transition: all 0.15s;
  }
  .ant-checkbox .ant-checkbox-inner:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    inset-inline-start: 25%;
    display: table;
    width: 5.7142857142857135px;
    height: 9.142857142857142px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: '';
    transition:
      all 0.05s cubic-bezier(0.71, -0.46, 0.88, 0.6),
      opacity 0.05s;
  }
  .ant-checkbox + span {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
  .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner,
  .ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
    border-color: #00b453;
  }
  .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover
    .ant-checkbox-checked:not(.ant-checkbox-disabled)
    .ant-checkbox-inner {
    background-color: #1fc266;
    border-color: transparent;
  }
  .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover
    .ant-checkbox-checked:not(.ant-checkbox-disabled):after {
    border-color: #1fc266;
  }
  .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #00b453;
    border-color: #00b453;
  }
  .ant-checkbox-checked .ant-checkbox-inner:after {
    opacity: 1;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.05s;
  }
  .ant-checkbox-wrapper-checked:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner,
  .ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner {
    background-color: #1fc266;
    border-color: transparent;
  }
  .ant-checkbox-indeterminate .ant-checkbox-inner {
    background-color: #ffffff;
    border-color: #d9d9d9;
  }
  .ant-checkbox-indeterminate .ant-checkbox-inner:after {
    top: 50%;
    inset-inline-start: 50%;
    width: 7px;
    height: 7px;
    background-color: #00b453;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: '';
  }
  .ant-checkbox-indeterminate:hover .ant-checkbox-inner {
    background-color: #ffffff;
    border-color: #00b453;
  }
  .ant-checkbox-wrapper-disabled {
    cursor: not-allowed;
  }
  .ant-checkbox-disabled,
  .ant-checkbox-disabled .ant-checkbox-input {
    cursor: not-allowed;
    pointer-events: none;
  }
  .ant-checkbox-disabled .ant-checkbox-inner {
    background: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
  }
  .ant-checkbox-disabled .ant-checkbox-inner:after {
    border-color: rgba(0, 0, 0, 0.25);
  }
  .ant-checkbox-disabled:after {
    display: none;
  }
  .ant-checkbox-disabled + span {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner::after {
    background: rgba(0, 0, 0, 0.25);
  }
  .ant-col {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-col::before,
  .ant-col::after {
    box-sizing: border-box;
  }
  .ant-col [class^='ant-col'],
  .ant-col [class*=' ant-col'] {
    box-sizing: border-box;
  }
  .ant-col [class^='ant-col']::before,
  .ant-col [class*=' ant-col']::before,
  .ant-col [class^='ant-col']::after,
  .ant-col [class*=' ant-col']::after {
    box-sizing: border-box;
  }
  .ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
  }
  .ant-col-24 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-push-24 {
    inset-inline-start: 100%;
  }
  .ant-col-pull-24 {
    inset-inline-end: 100%;
  }
  .ant-col-offset-24 {
    margin-inline-start: 100%;
  }
  .ant-col-order-24 {
    order: 24;
  }
  .ant-col-23 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
  }
  .ant-col-push-23 {
    inset-inline-start: 95.83333333333334%;
  }
  .ant-col-pull-23 {
    inset-inline-end: 95.83333333333334%;
  }
  .ant-col-offset-23 {
    margin-inline-start: 95.83333333333334%;
  }
  .ant-col-order-23 {
    order: 23;
  }
  .ant-col-22 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .ant-col-push-22 {
    inset-inline-start: 91.66666666666666%;
  }
  .ant-col-pull-22 {
    inset-inline-end: 91.66666666666666%;
  }
  .ant-col-offset-22 {
    margin-inline-start: 91.66666666666666%;
  }
  .ant-col-order-22 {
    order: 22;
  }
  .ant-col-21 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-push-21 {
    inset-inline-start: 87.5%;
  }
  .ant-col-pull-21 {
    inset-inline-end: 87.5%;
  }
  .ant-col-offset-21 {
    margin-inline-start: 87.5%;
  }
  .ant-col-order-21 {
    order: 21;
  }
  .ant-col-20 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .ant-col-push-20 {
    inset-inline-start: 83.33333333333334%;
  }
  .ant-col-pull-20 {
    inset-inline-end: 83.33333333333334%;
  }
  .ant-col-offset-20 {
    margin-inline-start: 83.33333333333334%;
  }
  .ant-col-order-20 {
    order: 20;
  }
  .ant-col-19 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
  }
  .ant-col-push-19 {
    inset-inline-start: 79.16666666666666%;
  }
  .ant-col-pull-19 {
    inset-inline-end: 79.16666666666666%;
  }
  .ant-col-offset-19 {
    margin-inline-start: 79.16666666666666%;
  }
  .ant-col-order-19 {
    order: 19;
  }
  .ant-col-18 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-push-18 {
    inset-inline-start: 75%;
  }
  .ant-col-pull-18 {
    inset-inline-end: 75%;
  }
  .ant-col-offset-18 {
    margin-inline-start: 75%;
  }
  .ant-col-order-18 {
    order: 18;
  }
  .ant-col-17 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
  }
  .ant-col-push-17 {
    inset-inline-start: 70.83333333333334%;
  }
  .ant-col-pull-17 {
    inset-inline-end: 70.83333333333334%;
  }
  .ant-col-offset-17 {
    margin-inline-start: 70.83333333333334%;
  }
  .ant-col-order-17 {
    order: 17;
  }
  .ant-col-16 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .ant-col-push-16 {
    inset-inline-start: 66.66666666666666%;
  }
  .ant-col-pull-16 {
    inset-inline-end: 66.66666666666666%;
  }
  .ant-col-offset-16 {
    margin-inline-start: 66.66666666666666%;
  }
  .ant-col-order-16 {
    order: 16;
  }
  .ant-col-15 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-push-15 {
    inset-inline-start: 62.5%;
  }
  .ant-col-pull-15 {
    inset-inline-end: 62.5%;
  }
  .ant-col-offset-15 {
    margin-inline-start: 62.5%;
  }
  .ant-col-order-15 {
    order: 15;
  }
  .ant-col-14 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .ant-col-push-14 {
    inset-inline-start: 58.333333333333336%;
  }
  .ant-col-pull-14 {
    inset-inline-end: 58.333333333333336%;
  }
  .ant-col-offset-14 {
    margin-inline-start: 58.333333333333336%;
  }
  .ant-col-order-14 {
    order: 14;
  }
  .ant-col-13 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
  }
  .ant-col-push-13 {
    inset-inline-start: 54.166666666666664%;
  }
  .ant-col-pull-13 {
    inset-inline-end: 54.166666666666664%;
  }
  .ant-col-offset-13 {
    margin-inline-start: 54.166666666666664%;
  }
  .ant-col-order-13 {
    order: 13;
  }
  .ant-col-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-push-12 {
    inset-inline-start: 50%;
  }
  .ant-col-pull-12 {
    inset-inline-end: 50%;
  }
  .ant-col-offset-12 {
    margin-inline-start: 50%;
  }
  .ant-col-order-12 {
    order: 12;
  }
  .ant-col-11 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
  }
  .ant-col-push-11 {
    inset-inline-start: 45.83333333333333%;
  }
  .ant-col-pull-11 {
    inset-inline-end: 45.83333333333333%;
  }
  .ant-col-offset-11 {
    margin-inline-start: 45.83333333333333%;
  }
  .ant-col-order-11 {
    order: 11;
  }
  .ant-col-10 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .ant-col-push-10 {
    inset-inline-start: 41.66666666666667%;
  }
  .ant-col-pull-10 {
    inset-inline-end: 41.66666666666667%;
  }
  .ant-col-offset-10 {
    margin-inline-start: 41.66666666666667%;
  }
  .ant-col-order-10 {
    order: 10;
  }
  .ant-col-9 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-push-9 {
    inset-inline-start: 37.5%;
  }
  .ant-col-pull-9 {
    inset-inline-end: 37.5%;
  }
  .ant-col-offset-9 {
    margin-inline-start: 37.5%;
  }
  .ant-col-order-9 {
    order: 9;
  }
  .ant-col-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .ant-col-push-8 {
    inset-inline-start: 33.33333333333333%;
  }
  .ant-col-pull-8 {
    inset-inline-end: 33.33333333333333%;
  }
  .ant-col-offset-8 {
    margin-inline-start: 33.33333333333333%;
  }
  .ant-col-order-8 {
    order: 8;
  }
  .ant-col-7 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
  }
  .ant-col-push-7 {
    inset-inline-start: 29.166666666666668%;
  }
  .ant-col-pull-7 {
    inset-inline-end: 29.166666666666668%;
  }
  .ant-col-offset-7 {
    margin-inline-start: 29.166666666666668%;
  }
  .ant-col-order-7 {
    order: 7;
  }
  .ant-col-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-push-6 {
    inset-inline-start: 25%;
  }
  .ant-col-pull-6 {
    inset-inline-end: 25%;
  }
  .ant-col-offset-6 {
    margin-inline-start: 25%;
  }
  .ant-col-order-6 {
    order: 6;
  }
  .ant-col-5 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
  }
  .ant-col-push-5 {
    inset-inline-start: 20.833333333333336%;
  }
  .ant-col-pull-5 {
    inset-inline-end: 20.833333333333336%;
  }
  .ant-col-offset-5 {
    margin-inline-start: 20.833333333333336%;
  }
  .ant-col-order-5 {
    order: 5;
  }
  .ant-col-4 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .ant-col-push-4 {
    inset-inline-start: 16.666666666666664%;
  }
  .ant-col-pull-4 {
    inset-inline-end: 16.666666666666664%;
  }
  .ant-col-offset-4 {
    margin-inline-start: 16.666666666666664%;
  }
  .ant-col-order-4 {
    order: 4;
  }
  .ant-col-3 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-push-3 {
    inset-inline-start: 12.5%;
  }
  .ant-col-pull-3 {
    inset-inline-end: 12.5%;
  }
  .ant-col-offset-3 {
    margin-inline-start: 12.5%;
  }
  .ant-col-order-3 {
    order: 3;
  }
  .ant-col-2 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .ant-col-push-2 {
    inset-inline-start: 8.333333333333332%;
  }
  .ant-col-pull-2 {
    inset-inline-end: 8.333333333333332%;
  }
  .ant-col-offset-2 {
    margin-inline-start: 8.333333333333332%;
  }
  .ant-col-order-2 {
    order: 2;
  }
  .ant-col-1 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
  }
  .ant-col-push-1 {
    inset-inline-start: 4.166666666666666%;
  }
  .ant-col-pull-1 {
    inset-inline-end: 4.166666666666666%;
  }
  .ant-col-offset-1 {
    margin-inline-start: 4.166666666666666%;
  }
  .ant-col-order-1 {
    order: 1;
  }
  .ant-col-0 {
    display: none;
  }
  .ant-col-push-0 {
    inset-inline-start: auto;
  }
  .ant-col-pull-0 {
    inset-inline-end: auto;
  }
  .ant-col-offset-0 {
    margin-inline-start: 0;
  }
  .ant-col-order-0 {
    order: 0;
  }
  .ant-col-flex {
    flex: var(--ant-col-flex);
  }
  .ant-col-xs-24 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xs-push-24 {
    inset-inline-start: 100%;
  }
  .ant-col-xs-pull-24 {
    inset-inline-end: 100%;
  }
  .ant-col-xs-offset-24 {
    margin-inline-start: 100%;
  }
  .ant-col-xs-order-24 {
    order: 24;
  }
  .ant-col-xs-23 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 95.83333333333334%;
    max-width: 95.83333333333334%;
  }
  .ant-col-xs-push-23 {
    inset-inline-start: 95.83333333333334%;
  }
  .ant-col-xs-pull-23 {
    inset-inline-end: 95.83333333333334%;
  }
  .ant-col-xs-offset-23 {
    margin-inline-start: 95.83333333333334%;
  }
  .ant-col-xs-order-23 {
    order: 23;
  }
  .ant-col-xs-22 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .ant-col-xs-push-22 {
    inset-inline-start: 91.66666666666666%;
  }
  .ant-col-xs-pull-22 {
    inset-inline-end: 91.66666666666666%;
  }
  .ant-col-xs-offset-22 {
    margin-inline-start: 91.66666666666666%;
  }
  .ant-col-xs-order-22 {
    order: 22;
  }
  .ant-col-xs-21 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xs-push-21 {
    inset-inline-start: 87.5%;
  }
  .ant-col-xs-pull-21 {
    inset-inline-end: 87.5%;
  }
  .ant-col-xs-offset-21 {
    margin-inline-start: 87.5%;
  }
  .ant-col-xs-order-21 {
    order: 21;
  }
  .ant-col-xs-20 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .ant-col-xs-push-20 {
    inset-inline-start: 83.33333333333334%;
  }
  .ant-col-xs-pull-20 {
    inset-inline-end: 83.33333333333334%;
  }
  .ant-col-xs-offset-20 {
    margin-inline-start: 83.33333333333334%;
  }
  .ant-col-xs-order-20 {
    order: 20;
  }
  .ant-col-xs-19 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 79.16666666666666%;
    max-width: 79.16666666666666%;
  }
  .ant-col-xs-push-19 {
    inset-inline-start: 79.16666666666666%;
  }
  .ant-col-xs-pull-19 {
    inset-inline-end: 79.16666666666666%;
  }
  .ant-col-xs-offset-19 {
    margin-inline-start: 79.16666666666666%;
  }
  .ant-col-xs-order-19 {
    order: 19;
  }
  .ant-col-xs-18 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xs-push-18 {
    inset-inline-start: 75%;
  }
  .ant-col-xs-pull-18 {
    inset-inline-end: 75%;
  }
  .ant-col-xs-offset-18 {
    margin-inline-start: 75%;
  }
  .ant-col-xs-order-18 {
    order: 18;
  }
  .ant-col-xs-17 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 70.83333333333334%;
    max-width: 70.83333333333334%;
  }
  .ant-col-xs-push-17 {
    inset-inline-start: 70.83333333333334%;
  }
  .ant-col-xs-pull-17 {
    inset-inline-end: 70.83333333333334%;
  }
  .ant-col-xs-offset-17 {
    margin-inline-start: 70.83333333333334%;
  }
  .ant-col-xs-order-17 {
    order: 17;
  }
  .ant-col-xs-16 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .ant-col-xs-push-16 {
    inset-inline-start: 66.66666666666666%;
  }
  .ant-col-xs-pull-16 {
    inset-inline-end: 66.66666666666666%;
  }
  .ant-col-xs-offset-16 {
    margin-inline-start: 66.66666666666666%;
  }
  .ant-col-xs-order-16 {
    order: 16;
  }
  .ant-col-xs-15 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xs-push-15 {
    inset-inline-start: 62.5%;
  }
  .ant-col-xs-pull-15 {
    inset-inline-end: 62.5%;
  }
  .ant-col-xs-offset-15 {
    margin-inline-start: 62.5%;
  }
  .ant-col-xs-order-15 {
    order: 15;
  }
  .ant-col-xs-14 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .ant-col-xs-push-14 {
    inset-inline-start: 58.333333333333336%;
  }
  .ant-col-xs-pull-14 {
    inset-inline-end: 58.333333333333336%;
  }
  .ant-col-xs-offset-14 {
    margin-inline-start: 58.333333333333336%;
  }
  .ant-col-xs-order-14 {
    order: 14;
  }
  .ant-col-xs-13 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 54.166666666666664%;
    max-width: 54.166666666666664%;
  }
  .ant-col-xs-push-13 {
    inset-inline-start: 54.166666666666664%;
  }
  .ant-col-xs-pull-13 {
    inset-inline-end: 54.166666666666664%;
  }
  .ant-col-xs-offset-13 {
    margin-inline-start: 54.166666666666664%;
  }
  .ant-col-xs-order-13 {
    order: 13;
  }
  .ant-col-xs-12 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xs-push-12 {
    inset-inline-start: 50%;
  }
  .ant-col-xs-pull-12 {
    inset-inline-end: 50%;
  }
  .ant-col-xs-offset-12 {
    margin-inline-start: 50%;
  }
  .ant-col-xs-order-12 {
    order: 12;
  }
  .ant-col-xs-11 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 45.83333333333333%;
    max-width: 45.83333333333333%;
  }
  .ant-col-xs-push-11 {
    inset-inline-start: 45.83333333333333%;
  }
  .ant-col-xs-pull-11 {
    inset-inline-end: 45.83333333333333%;
  }
  .ant-col-xs-offset-11 {
    margin-inline-start: 45.83333333333333%;
  }
  .ant-col-xs-order-11 {
    order: 11;
  }
  .ant-col-xs-10 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .ant-col-xs-push-10 {
    inset-inline-start: 41.66666666666667%;
  }
  .ant-col-xs-pull-10 {
    inset-inline-end: 41.66666666666667%;
  }
  .ant-col-xs-offset-10 {
    margin-inline-start: 41.66666666666667%;
  }
  .ant-col-xs-order-10 {
    order: 10;
  }
  .ant-col-xs-9 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xs-push-9 {
    inset-inline-start: 37.5%;
  }
  .ant-col-xs-pull-9 {
    inset-inline-end: 37.5%;
  }
  .ant-col-xs-offset-9 {
    margin-inline-start: 37.5%;
  }
  .ant-col-xs-order-9 {
    order: 9;
  }
  .ant-col-xs-8 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .ant-col-xs-push-8 {
    inset-inline-start: 33.33333333333333%;
  }
  .ant-col-xs-pull-8 {
    inset-inline-end: 33.33333333333333%;
  }
  .ant-col-xs-offset-8 {
    margin-inline-start: 33.33333333333333%;
  }
  .ant-col-xs-order-8 {
    order: 8;
  }
  .ant-col-xs-7 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 29.166666666666668%;
    max-width: 29.166666666666668%;
  }
  .ant-col-xs-push-7 {
    inset-inline-start: 29.166666666666668%;
  }
  .ant-col-xs-pull-7 {
    inset-inline-end: 29.166666666666668%;
  }
  .ant-col-xs-offset-7 {
    margin-inline-start: 29.166666666666668%;
  }
  .ant-col-xs-order-7 {
    order: 7;
  }
  .ant-col-xs-6 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xs-push-6 {
    inset-inline-start: 25%;
  }
  .ant-col-xs-pull-6 {
    inset-inline-end: 25%;
  }
  .ant-col-xs-offset-6 {
    margin-inline-start: 25%;
  }
  .ant-col-xs-order-6 {
    order: 6;
  }
  .ant-col-xs-5 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 20.833333333333336%;
    max-width: 20.833333333333336%;
  }
  .ant-col-xs-push-5 {
    inset-inline-start: 20.833333333333336%;
  }
  .ant-col-xs-pull-5 {
    inset-inline-end: 20.833333333333336%;
  }
  .ant-col-xs-offset-5 {
    margin-inline-start: 20.833333333333336%;
  }
  .ant-col-xs-order-5 {
    order: 5;
  }
  .ant-col-xs-4 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .ant-col-xs-push-4 {
    inset-inline-start: 16.666666666666664%;
  }
  .ant-col-xs-pull-4 {
    inset-inline-end: 16.666666666666664%;
  }
  .ant-col-xs-offset-4 {
    margin-inline-start: 16.666666666666664%;
  }
  .ant-col-xs-order-4 {
    order: 4;
  }
  .ant-col-xs-3 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xs-push-3 {
    inset-inline-start: 12.5%;
  }
  .ant-col-xs-pull-3 {
    inset-inline-end: 12.5%;
  }
  .ant-col-xs-offset-3 {
    margin-inline-start: 12.5%;
  }
  .ant-col-xs-order-3 {
    order: 3;
  }
  .ant-col-xs-2 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .ant-col-xs-push-2 {
    inset-inline-start: 8.333333333333332%;
  }
  .ant-col-xs-pull-2 {
    inset-inline-end: 8.333333333333332%;
  }
  .ant-col-xs-offset-2 {
    margin-inline-start: 8.333333333333332%;
  }
  .ant-col-xs-order-2 {
    order: 2;
  }
  .ant-col-xs-1 {
    --ant-display: block;
    display: block;
    display: var(--ant-display);
    flex: 0 0 4.166666666666666%;
    max-width: 4.166666666666666%;
  }
  .ant-col-xs-push-1 {
    inset-inline-start: 4.166666666666666%;
  }
  .ant-col-xs-pull-1 {
    inset-inline-end: 4.166666666666666%;
  }
  .ant-col-xs-offset-1 {
    margin-inline-start: 4.166666666666666%;
  }
  .ant-col-xs-order-1 {
    order: 1;
  }
  .ant-col-xs-0 {
    display: none;
  }
  .ant-col-push-0 {
    inset-inline-start: auto;
  }
  .ant-col-pull-0 {
    inset-inline-end: auto;
  }
  .ant-col-xs-push-0 {
    inset-inline-start: auto;
  }
  .ant-col-xs-pull-0 {
    inset-inline-end: auto;
  }
  .ant-col-xs-offset-0 {
    margin-inline-start: 0;
  }
  .ant-col-xs-order-0 {
    order: 0;
  }
  .ant-col-xs-flex {
    flex: var(--ant-col-xs-flex);
  }
  @media (min-width: 576px) {
    .ant-col-sm-24 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ant-col-sm-push-24 {
      inset-inline-start: 100%;
    }
    .ant-col-sm-pull-24 {
      inset-inline-end: 100%;
    }
    .ant-col-sm-offset-24 {
      margin-inline-start: 100%;
    }
    .ant-col-sm-order-24 {
      order: 24;
    }
    .ant-col-sm-23 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 95.83333333333334%;
      max-width: 95.83333333333334%;
    }
    .ant-col-sm-push-23 {
      inset-inline-start: 95.83333333333334%;
    }
    .ant-col-sm-pull-23 {
      inset-inline-end: 95.83333333333334%;
    }
    .ant-col-sm-offset-23 {
      margin-inline-start: 95.83333333333334%;
    }
    .ant-col-sm-order-23 {
      order: 23;
    }
    .ant-col-sm-22 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
    }
    .ant-col-sm-push-22 {
      inset-inline-start: 91.66666666666666%;
    }
    .ant-col-sm-pull-22 {
      inset-inline-end: 91.66666666666666%;
    }
    .ant-col-sm-offset-22 {
      margin-inline-start: 91.66666666666666%;
    }
    .ant-col-sm-order-22 {
      order: 22;
    }
    .ant-col-sm-21 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 87.5%;
      max-width: 87.5%;
    }
    .ant-col-sm-push-21 {
      inset-inline-start: 87.5%;
    }
    .ant-col-sm-pull-21 {
      inset-inline-end: 87.5%;
    }
    .ant-col-sm-offset-21 {
      margin-inline-start: 87.5%;
    }
    .ant-col-sm-order-21 {
      order: 21;
    }
    .ant-col-sm-20 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
    }
    .ant-col-sm-push-20 {
      inset-inline-start: 83.33333333333334%;
    }
    .ant-col-sm-pull-20 {
      inset-inline-end: 83.33333333333334%;
    }
    .ant-col-sm-offset-20 {
      margin-inline-start: 83.33333333333334%;
    }
    .ant-col-sm-order-20 {
      order: 20;
    }
    .ant-col-sm-19 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 79.16666666666666%;
      max-width: 79.16666666666666%;
    }
    .ant-col-sm-push-19 {
      inset-inline-start: 79.16666666666666%;
    }
    .ant-col-sm-pull-19 {
      inset-inline-end: 79.16666666666666%;
    }
    .ant-col-sm-offset-19 {
      margin-inline-start: 79.16666666666666%;
    }
    .ant-col-sm-order-19 {
      order: 19;
    }
    .ant-col-sm-18 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ant-col-sm-push-18 {
      inset-inline-start: 75%;
    }
    .ant-col-sm-pull-18 {
      inset-inline-end: 75%;
    }
    .ant-col-sm-offset-18 {
      margin-inline-start: 75%;
    }
    .ant-col-sm-order-18 {
      order: 18;
    }
    .ant-col-sm-17 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 70.83333333333334%;
      max-width: 70.83333333333334%;
    }
    .ant-col-sm-push-17 {
      inset-inline-start: 70.83333333333334%;
    }
    .ant-col-sm-pull-17 {
      inset-inline-end: 70.83333333333334%;
    }
    .ant-col-sm-offset-17 {
      margin-inline-start: 70.83333333333334%;
    }
    .ant-col-sm-order-17 {
      order: 17;
    }
    .ant-col-sm-16 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
    }
    .ant-col-sm-push-16 {
      inset-inline-start: 66.66666666666666%;
    }
    .ant-col-sm-pull-16 {
      inset-inline-end: 66.66666666666666%;
    }
    .ant-col-sm-offset-16 {
      margin-inline-start: 66.66666666666666%;
    }
    .ant-col-sm-order-16 {
      order: 16;
    }
    .ant-col-sm-15 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 62.5%;
      max-width: 62.5%;
    }
    .ant-col-sm-push-15 {
      inset-inline-start: 62.5%;
    }
    .ant-col-sm-pull-15 {
      inset-inline-end: 62.5%;
    }
    .ant-col-sm-offset-15 {
      margin-inline-start: 62.5%;
    }
    .ant-col-sm-order-15 {
      order: 15;
    }
    .ant-col-sm-14 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
    }
    .ant-col-sm-push-14 {
      inset-inline-start: 58.333333333333336%;
    }
    .ant-col-sm-pull-14 {
      inset-inline-end: 58.333333333333336%;
    }
    .ant-col-sm-offset-14 {
      margin-inline-start: 58.333333333333336%;
    }
    .ant-col-sm-order-14 {
      order: 14;
    }
    .ant-col-sm-13 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 54.166666666666664%;
      max-width: 54.166666666666664%;
    }
    .ant-col-sm-push-13 {
      inset-inline-start: 54.166666666666664%;
    }
    .ant-col-sm-pull-13 {
      inset-inline-end: 54.166666666666664%;
    }
    .ant-col-sm-offset-13 {
      margin-inline-start: 54.166666666666664%;
    }
    .ant-col-sm-order-13 {
      order: 13;
    }
    .ant-col-sm-12 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ant-col-sm-push-12 {
      inset-inline-start: 50%;
    }
    .ant-col-sm-pull-12 {
      inset-inline-end: 50%;
    }
    .ant-col-sm-offset-12 {
      margin-inline-start: 50%;
    }
    .ant-col-sm-order-12 {
      order: 12;
    }
    .ant-col-sm-11 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 45.83333333333333%;
      max-width: 45.83333333333333%;
    }
    .ant-col-sm-push-11 {
      inset-inline-start: 45.83333333333333%;
    }
    .ant-col-sm-pull-11 {
      inset-inline-end: 45.83333333333333%;
    }
    .ant-col-sm-offset-11 {
      margin-inline-start: 45.83333333333333%;
    }
    .ant-col-sm-order-11 {
      order: 11;
    }
    .ant-col-sm-10 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
    }
    .ant-col-sm-push-10 {
      inset-inline-start: 41.66666666666667%;
    }
    .ant-col-sm-pull-10 {
      inset-inline-end: 41.66666666666667%;
    }
    .ant-col-sm-offset-10 {
      margin-inline-start: 41.66666666666667%;
    }
    .ant-col-sm-order-10 {
      order: 10;
    }
    .ant-col-sm-9 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 37.5%;
      max-width: 37.5%;
    }
    .ant-col-sm-push-9 {
      inset-inline-start: 37.5%;
    }
    .ant-col-sm-pull-9 {
      inset-inline-end: 37.5%;
    }
    .ant-col-sm-offset-9 {
      margin-inline-start: 37.5%;
    }
    .ant-col-sm-order-9 {
      order: 9;
    }
    .ant-col-sm-8 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
    }
    .ant-col-sm-push-8 {
      inset-inline-start: 33.33333333333333%;
    }
    .ant-col-sm-pull-8 {
      inset-inline-end: 33.33333333333333%;
    }
    .ant-col-sm-offset-8 {
      margin-inline-start: 33.33333333333333%;
    }
    .ant-col-sm-order-8 {
      order: 8;
    }
    .ant-col-sm-7 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 29.166666666666668%;
      max-width: 29.166666666666668%;
    }
    .ant-col-sm-push-7 {
      inset-inline-start: 29.166666666666668%;
    }
    .ant-col-sm-pull-7 {
      inset-inline-end: 29.166666666666668%;
    }
    .ant-col-sm-offset-7 {
      margin-inline-start: 29.166666666666668%;
    }
    .ant-col-sm-order-7 {
      order: 7;
    }
    .ant-col-sm-6 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ant-col-sm-push-6 {
      inset-inline-start: 25%;
    }
    .ant-col-sm-pull-6 {
      inset-inline-end: 25%;
    }
    .ant-col-sm-offset-6 {
      margin-inline-start: 25%;
    }
    .ant-col-sm-order-6 {
      order: 6;
    }
    .ant-col-sm-5 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 20.833333333333336%;
      max-width: 20.833333333333336%;
    }
    .ant-col-sm-push-5 {
      inset-inline-start: 20.833333333333336%;
    }
    .ant-col-sm-pull-5 {
      inset-inline-end: 20.833333333333336%;
    }
    .ant-col-sm-offset-5 {
      margin-inline-start: 20.833333333333336%;
    }
    .ant-col-sm-order-5 {
      order: 5;
    }
    .ant-col-sm-4 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
    }
    .ant-col-sm-push-4 {
      inset-inline-start: 16.666666666666664%;
    }
    .ant-col-sm-pull-4 {
      inset-inline-end: 16.666666666666664%;
    }
    .ant-col-sm-offset-4 {
      margin-inline-start: 16.666666666666664%;
    }
    .ant-col-sm-order-4 {
      order: 4;
    }
    .ant-col-sm-3 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
    .ant-col-sm-push-3 {
      inset-inline-start: 12.5%;
    }
    .ant-col-sm-pull-3 {
      inset-inline-end: 12.5%;
    }
    .ant-col-sm-offset-3 {
      margin-inline-start: 12.5%;
    }
    .ant-col-sm-order-3 {
      order: 3;
    }
    .ant-col-sm-2 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
    }
    .ant-col-sm-push-2 {
      inset-inline-start: 8.333333333333332%;
    }
    .ant-col-sm-pull-2 {
      inset-inline-end: 8.333333333333332%;
    }
    .ant-col-sm-offset-2 {
      margin-inline-start: 8.333333333333332%;
    }
    .ant-col-sm-order-2 {
      order: 2;
    }
    .ant-col-sm-1 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 4.166666666666666%;
      max-width: 4.166666666666666%;
    }
    .ant-col-sm-push-1 {
      inset-inline-start: 4.166666666666666%;
    }
    .ant-col-sm-pull-1 {
      inset-inline-end: 4.166666666666666%;
    }
    .ant-col-sm-offset-1 {
      margin-inline-start: 4.166666666666666%;
    }
    .ant-col-sm-order-1 {
      order: 1;
    }
    .ant-col-sm-0 {
      display: none;
    }
    .ant-col-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-sm-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-sm-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-sm-offset-0 {
      margin-inline-start: 0;
    }
    .ant-col-sm-order-0 {
      order: 0;
    }
    .ant-col-sm-flex {
      flex: var(--ant-col-sm-flex);
    }
  }
  @media (min-width: 768px) {
    .ant-col-md-24 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ant-col-md-push-24 {
      inset-inline-start: 100%;
    }
    .ant-col-md-pull-24 {
      inset-inline-end: 100%;
    }
    .ant-col-md-offset-24 {
      margin-inline-start: 100%;
    }
    .ant-col-md-order-24 {
      order: 24;
    }
    .ant-col-md-23 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 95.83333333333334%;
      max-width: 95.83333333333334%;
    }
    .ant-col-md-push-23 {
      inset-inline-start: 95.83333333333334%;
    }
    .ant-col-md-pull-23 {
      inset-inline-end: 95.83333333333334%;
    }
    .ant-col-md-offset-23 {
      margin-inline-start: 95.83333333333334%;
    }
    .ant-col-md-order-23 {
      order: 23;
    }
    .ant-col-md-22 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
    }
    .ant-col-md-push-22 {
      inset-inline-start: 91.66666666666666%;
    }
    .ant-col-md-pull-22 {
      inset-inline-end: 91.66666666666666%;
    }
    .ant-col-md-offset-22 {
      margin-inline-start: 91.66666666666666%;
    }
    .ant-col-md-order-22 {
      order: 22;
    }
    .ant-col-md-21 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 87.5%;
      max-width: 87.5%;
    }
    .ant-col-md-push-21 {
      inset-inline-start: 87.5%;
    }
    .ant-col-md-pull-21 {
      inset-inline-end: 87.5%;
    }
    .ant-col-md-offset-21 {
      margin-inline-start: 87.5%;
    }
    .ant-col-md-order-21 {
      order: 21;
    }
    .ant-col-md-20 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
    }
    .ant-col-md-push-20 {
      inset-inline-start: 83.33333333333334%;
    }
    .ant-col-md-pull-20 {
      inset-inline-end: 83.33333333333334%;
    }
    .ant-col-md-offset-20 {
      margin-inline-start: 83.33333333333334%;
    }
    .ant-col-md-order-20 {
      order: 20;
    }
    .ant-col-md-19 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 79.16666666666666%;
      max-width: 79.16666666666666%;
    }
    .ant-col-md-push-19 {
      inset-inline-start: 79.16666666666666%;
    }
    .ant-col-md-pull-19 {
      inset-inline-end: 79.16666666666666%;
    }
    .ant-col-md-offset-19 {
      margin-inline-start: 79.16666666666666%;
    }
    .ant-col-md-order-19 {
      order: 19;
    }
    .ant-col-md-18 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ant-col-md-push-18 {
      inset-inline-start: 75%;
    }
    .ant-col-md-pull-18 {
      inset-inline-end: 75%;
    }
    .ant-col-md-offset-18 {
      margin-inline-start: 75%;
    }
    .ant-col-md-order-18 {
      order: 18;
    }
    .ant-col-md-17 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 70.83333333333334%;
      max-width: 70.83333333333334%;
    }
    .ant-col-md-push-17 {
      inset-inline-start: 70.83333333333334%;
    }
    .ant-col-md-pull-17 {
      inset-inline-end: 70.83333333333334%;
    }
    .ant-col-md-offset-17 {
      margin-inline-start: 70.83333333333334%;
    }
    .ant-col-md-order-17 {
      order: 17;
    }
    .ant-col-md-16 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
    }
    .ant-col-md-push-16 {
      inset-inline-start: 66.66666666666666%;
    }
    .ant-col-md-pull-16 {
      inset-inline-end: 66.66666666666666%;
    }
    .ant-col-md-offset-16 {
      margin-inline-start: 66.66666666666666%;
    }
    .ant-col-md-order-16 {
      order: 16;
    }
    .ant-col-md-15 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 62.5%;
      max-width: 62.5%;
    }
    .ant-col-md-push-15 {
      inset-inline-start: 62.5%;
    }
    .ant-col-md-pull-15 {
      inset-inline-end: 62.5%;
    }
    .ant-col-md-offset-15 {
      margin-inline-start: 62.5%;
    }
    .ant-col-md-order-15 {
      order: 15;
    }
    .ant-col-md-14 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
    }
    .ant-col-md-push-14 {
      inset-inline-start: 58.333333333333336%;
    }
    .ant-col-md-pull-14 {
      inset-inline-end: 58.333333333333336%;
    }
    .ant-col-md-offset-14 {
      margin-inline-start: 58.333333333333336%;
    }
    .ant-col-md-order-14 {
      order: 14;
    }
    .ant-col-md-13 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 54.166666666666664%;
      max-width: 54.166666666666664%;
    }
    .ant-col-md-push-13 {
      inset-inline-start: 54.166666666666664%;
    }
    .ant-col-md-pull-13 {
      inset-inline-end: 54.166666666666664%;
    }
    .ant-col-md-offset-13 {
      margin-inline-start: 54.166666666666664%;
    }
    .ant-col-md-order-13 {
      order: 13;
    }
    .ant-col-md-12 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ant-col-md-push-12 {
      inset-inline-start: 50%;
    }
    .ant-col-md-pull-12 {
      inset-inline-end: 50%;
    }
    .ant-col-md-offset-12 {
      margin-inline-start: 50%;
    }
    .ant-col-md-order-12 {
      order: 12;
    }
    .ant-col-md-11 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 45.83333333333333%;
      max-width: 45.83333333333333%;
    }
    .ant-col-md-push-11 {
      inset-inline-start: 45.83333333333333%;
    }
    .ant-col-md-pull-11 {
      inset-inline-end: 45.83333333333333%;
    }
    .ant-col-md-offset-11 {
      margin-inline-start: 45.83333333333333%;
    }
    .ant-col-md-order-11 {
      order: 11;
    }
    .ant-col-md-10 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
    }
    .ant-col-md-push-10 {
      inset-inline-start: 41.66666666666667%;
    }
    .ant-col-md-pull-10 {
      inset-inline-end: 41.66666666666667%;
    }
    .ant-col-md-offset-10 {
      margin-inline-start: 41.66666666666667%;
    }
    .ant-col-md-order-10 {
      order: 10;
    }
    .ant-col-md-9 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 37.5%;
      max-width: 37.5%;
    }
    .ant-col-md-push-9 {
      inset-inline-start: 37.5%;
    }
    .ant-col-md-pull-9 {
      inset-inline-end: 37.5%;
    }
    .ant-col-md-offset-9 {
      margin-inline-start: 37.5%;
    }
    .ant-col-md-order-9 {
      order: 9;
    }
    .ant-col-md-8 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
    }
    .ant-col-md-push-8 {
      inset-inline-start: 33.33333333333333%;
    }
    .ant-col-md-pull-8 {
      inset-inline-end: 33.33333333333333%;
    }
    .ant-col-md-offset-8 {
      margin-inline-start: 33.33333333333333%;
    }
    .ant-col-md-order-8 {
      order: 8;
    }
    .ant-col-md-7 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 29.166666666666668%;
      max-width: 29.166666666666668%;
    }
    .ant-col-md-push-7 {
      inset-inline-start: 29.166666666666668%;
    }
    .ant-col-md-pull-7 {
      inset-inline-end: 29.166666666666668%;
    }
    .ant-col-md-offset-7 {
      margin-inline-start: 29.166666666666668%;
    }
    .ant-col-md-order-7 {
      order: 7;
    }
    .ant-col-md-6 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ant-col-md-push-6 {
      inset-inline-start: 25%;
    }
    .ant-col-md-pull-6 {
      inset-inline-end: 25%;
    }
    .ant-col-md-offset-6 {
      margin-inline-start: 25%;
    }
    .ant-col-md-order-6 {
      order: 6;
    }
    .ant-col-md-5 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 20.833333333333336%;
      max-width: 20.833333333333336%;
    }
    .ant-col-md-push-5 {
      inset-inline-start: 20.833333333333336%;
    }
    .ant-col-md-pull-5 {
      inset-inline-end: 20.833333333333336%;
    }
    .ant-col-md-offset-5 {
      margin-inline-start: 20.833333333333336%;
    }
    .ant-col-md-order-5 {
      order: 5;
    }
    .ant-col-md-4 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
    }
    .ant-col-md-push-4 {
      inset-inline-start: 16.666666666666664%;
    }
    .ant-col-md-pull-4 {
      inset-inline-end: 16.666666666666664%;
    }
    .ant-col-md-offset-4 {
      margin-inline-start: 16.666666666666664%;
    }
    .ant-col-md-order-4 {
      order: 4;
    }
    .ant-col-md-3 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
    .ant-col-md-push-3 {
      inset-inline-start: 12.5%;
    }
    .ant-col-md-pull-3 {
      inset-inline-end: 12.5%;
    }
    .ant-col-md-offset-3 {
      margin-inline-start: 12.5%;
    }
    .ant-col-md-order-3 {
      order: 3;
    }
    .ant-col-md-2 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
    }
    .ant-col-md-push-2 {
      inset-inline-start: 8.333333333333332%;
    }
    .ant-col-md-pull-2 {
      inset-inline-end: 8.333333333333332%;
    }
    .ant-col-md-offset-2 {
      margin-inline-start: 8.333333333333332%;
    }
    .ant-col-md-order-2 {
      order: 2;
    }
    .ant-col-md-1 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 4.166666666666666%;
      max-width: 4.166666666666666%;
    }
    .ant-col-md-push-1 {
      inset-inline-start: 4.166666666666666%;
    }
    .ant-col-md-pull-1 {
      inset-inline-end: 4.166666666666666%;
    }
    .ant-col-md-offset-1 {
      margin-inline-start: 4.166666666666666%;
    }
    .ant-col-md-order-1 {
      order: 1;
    }
    .ant-col-md-0 {
      display: none;
    }
    .ant-col-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-md-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-md-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-md-offset-0 {
      margin-inline-start: 0;
    }
    .ant-col-md-order-0 {
      order: 0;
    }
    .ant-col-md-flex {
      flex: var(--ant-col-md-flex);
    }
  }
  @media (min-width: 992px) {
    .ant-col-lg-24 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ant-col-lg-push-24 {
      inset-inline-start: 100%;
    }
    .ant-col-lg-pull-24 {
      inset-inline-end: 100%;
    }
    .ant-col-lg-offset-24 {
      margin-inline-start: 100%;
    }
    .ant-col-lg-order-24 {
      order: 24;
    }
    .ant-col-lg-23 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 95.83333333333334%;
      max-width: 95.83333333333334%;
    }
    .ant-col-lg-push-23 {
      inset-inline-start: 95.83333333333334%;
    }
    .ant-col-lg-pull-23 {
      inset-inline-end: 95.83333333333334%;
    }
    .ant-col-lg-offset-23 {
      margin-inline-start: 95.83333333333334%;
    }
    .ant-col-lg-order-23 {
      order: 23;
    }
    .ant-col-lg-22 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
    }
    .ant-col-lg-push-22 {
      inset-inline-start: 91.66666666666666%;
    }
    .ant-col-lg-pull-22 {
      inset-inline-end: 91.66666666666666%;
    }
    .ant-col-lg-offset-22 {
      margin-inline-start: 91.66666666666666%;
    }
    .ant-col-lg-order-22 {
      order: 22;
    }
    .ant-col-lg-21 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 87.5%;
      max-width: 87.5%;
    }
    .ant-col-lg-push-21 {
      inset-inline-start: 87.5%;
    }
    .ant-col-lg-pull-21 {
      inset-inline-end: 87.5%;
    }
    .ant-col-lg-offset-21 {
      margin-inline-start: 87.5%;
    }
    .ant-col-lg-order-21 {
      order: 21;
    }
    .ant-col-lg-20 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
    }
    .ant-col-lg-push-20 {
      inset-inline-start: 83.33333333333334%;
    }
    .ant-col-lg-pull-20 {
      inset-inline-end: 83.33333333333334%;
    }
    .ant-col-lg-offset-20 {
      margin-inline-start: 83.33333333333334%;
    }
    .ant-col-lg-order-20 {
      order: 20;
    }
    .ant-col-lg-19 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 79.16666666666666%;
      max-width: 79.16666666666666%;
    }
    .ant-col-lg-push-19 {
      inset-inline-start: 79.16666666666666%;
    }
    .ant-col-lg-pull-19 {
      inset-inline-end: 79.16666666666666%;
    }
    .ant-col-lg-offset-19 {
      margin-inline-start: 79.16666666666666%;
    }
    .ant-col-lg-order-19 {
      order: 19;
    }
    .ant-col-lg-18 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ant-col-lg-push-18 {
      inset-inline-start: 75%;
    }
    .ant-col-lg-pull-18 {
      inset-inline-end: 75%;
    }
    .ant-col-lg-offset-18 {
      margin-inline-start: 75%;
    }
    .ant-col-lg-order-18 {
      order: 18;
    }
    .ant-col-lg-17 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 70.83333333333334%;
      max-width: 70.83333333333334%;
    }
    .ant-col-lg-push-17 {
      inset-inline-start: 70.83333333333334%;
    }
    .ant-col-lg-pull-17 {
      inset-inline-end: 70.83333333333334%;
    }
    .ant-col-lg-offset-17 {
      margin-inline-start: 70.83333333333334%;
    }
    .ant-col-lg-order-17 {
      order: 17;
    }
    .ant-col-lg-16 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
    }
    .ant-col-lg-push-16 {
      inset-inline-start: 66.66666666666666%;
    }
    .ant-col-lg-pull-16 {
      inset-inline-end: 66.66666666666666%;
    }
    .ant-col-lg-offset-16 {
      margin-inline-start: 66.66666666666666%;
    }
    .ant-col-lg-order-16 {
      order: 16;
    }
    .ant-col-lg-15 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 62.5%;
      max-width: 62.5%;
    }
    .ant-col-lg-push-15 {
      inset-inline-start: 62.5%;
    }
    .ant-col-lg-pull-15 {
      inset-inline-end: 62.5%;
    }
    .ant-col-lg-offset-15 {
      margin-inline-start: 62.5%;
    }
    .ant-col-lg-order-15 {
      order: 15;
    }
    .ant-col-lg-14 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
    }
    .ant-col-lg-push-14 {
      inset-inline-start: 58.333333333333336%;
    }
    .ant-col-lg-pull-14 {
      inset-inline-end: 58.333333333333336%;
    }
    .ant-col-lg-offset-14 {
      margin-inline-start: 58.333333333333336%;
    }
    .ant-col-lg-order-14 {
      order: 14;
    }
    .ant-col-lg-13 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 54.166666666666664%;
      max-width: 54.166666666666664%;
    }
    .ant-col-lg-push-13 {
      inset-inline-start: 54.166666666666664%;
    }
    .ant-col-lg-pull-13 {
      inset-inline-end: 54.166666666666664%;
    }
    .ant-col-lg-offset-13 {
      margin-inline-start: 54.166666666666664%;
    }
    .ant-col-lg-order-13 {
      order: 13;
    }
    .ant-col-lg-12 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ant-col-lg-push-12 {
      inset-inline-start: 50%;
    }
    .ant-col-lg-pull-12 {
      inset-inline-end: 50%;
    }
    .ant-col-lg-offset-12 {
      margin-inline-start: 50%;
    }
    .ant-col-lg-order-12 {
      order: 12;
    }
    .ant-col-lg-11 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 45.83333333333333%;
      max-width: 45.83333333333333%;
    }
    .ant-col-lg-push-11 {
      inset-inline-start: 45.83333333333333%;
    }
    .ant-col-lg-pull-11 {
      inset-inline-end: 45.83333333333333%;
    }
    .ant-col-lg-offset-11 {
      margin-inline-start: 45.83333333333333%;
    }
    .ant-col-lg-order-11 {
      order: 11;
    }
    .ant-col-lg-10 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
    }
    .ant-col-lg-push-10 {
      inset-inline-start: 41.66666666666667%;
    }
    .ant-col-lg-pull-10 {
      inset-inline-end: 41.66666666666667%;
    }
    .ant-col-lg-offset-10 {
      margin-inline-start: 41.66666666666667%;
    }
    .ant-col-lg-order-10 {
      order: 10;
    }
    .ant-col-lg-9 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 37.5%;
      max-width: 37.5%;
    }
    .ant-col-lg-push-9 {
      inset-inline-start: 37.5%;
    }
    .ant-col-lg-pull-9 {
      inset-inline-end: 37.5%;
    }
    .ant-col-lg-offset-9 {
      margin-inline-start: 37.5%;
    }
    .ant-col-lg-order-9 {
      order: 9;
    }
    .ant-col-lg-8 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
    }
    .ant-col-lg-push-8 {
      inset-inline-start: 33.33333333333333%;
    }
    .ant-col-lg-pull-8 {
      inset-inline-end: 33.33333333333333%;
    }
    .ant-col-lg-offset-8 {
      margin-inline-start: 33.33333333333333%;
    }
    .ant-col-lg-order-8 {
      order: 8;
    }
    .ant-col-lg-7 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 29.166666666666668%;
      max-width: 29.166666666666668%;
    }
    .ant-col-lg-push-7 {
      inset-inline-start: 29.166666666666668%;
    }
    .ant-col-lg-pull-7 {
      inset-inline-end: 29.166666666666668%;
    }
    .ant-col-lg-offset-7 {
      margin-inline-start: 29.166666666666668%;
    }
    .ant-col-lg-order-7 {
      order: 7;
    }
    .ant-col-lg-6 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ant-col-lg-push-6 {
      inset-inline-start: 25%;
    }
    .ant-col-lg-pull-6 {
      inset-inline-end: 25%;
    }
    .ant-col-lg-offset-6 {
      margin-inline-start: 25%;
    }
    .ant-col-lg-order-6 {
      order: 6;
    }
    .ant-col-lg-5 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 20.833333333333336%;
      max-width: 20.833333333333336%;
    }
    .ant-col-lg-push-5 {
      inset-inline-start: 20.833333333333336%;
    }
    .ant-col-lg-pull-5 {
      inset-inline-end: 20.833333333333336%;
    }
    .ant-col-lg-offset-5 {
      margin-inline-start: 20.833333333333336%;
    }
    .ant-col-lg-order-5 {
      order: 5;
    }
    .ant-col-lg-4 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
    }
    .ant-col-lg-push-4 {
      inset-inline-start: 16.666666666666664%;
    }
    .ant-col-lg-pull-4 {
      inset-inline-end: 16.666666666666664%;
    }
    .ant-col-lg-offset-4 {
      margin-inline-start: 16.666666666666664%;
    }
    .ant-col-lg-order-4 {
      order: 4;
    }
    .ant-col-lg-3 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
    .ant-col-lg-push-3 {
      inset-inline-start: 12.5%;
    }
    .ant-col-lg-pull-3 {
      inset-inline-end: 12.5%;
    }
    .ant-col-lg-offset-3 {
      margin-inline-start: 12.5%;
    }
    .ant-col-lg-order-3 {
      order: 3;
    }
    .ant-col-lg-2 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
    }
    .ant-col-lg-push-2 {
      inset-inline-start: 8.333333333333332%;
    }
    .ant-col-lg-pull-2 {
      inset-inline-end: 8.333333333333332%;
    }
    .ant-col-lg-offset-2 {
      margin-inline-start: 8.333333333333332%;
    }
    .ant-col-lg-order-2 {
      order: 2;
    }
    .ant-col-lg-1 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 4.166666666666666%;
      max-width: 4.166666666666666%;
    }
    .ant-col-lg-push-1 {
      inset-inline-start: 4.166666666666666%;
    }
    .ant-col-lg-pull-1 {
      inset-inline-end: 4.166666666666666%;
    }
    .ant-col-lg-offset-1 {
      margin-inline-start: 4.166666666666666%;
    }
    .ant-col-lg-order-1 {
      order: 1;
    }
    .ant-col-lg-0 {
      display: none;
    }
    .ant-col-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-lg-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-lg-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-lg-offset-0 {
      margin-inline-start: 0;
    }
    .ant-col-lg-order-0 {
      order: 0;
    }
    .ant-col-lg-flex {
      flex: var(--ant-col-lg-flex);
    }
  }
  @media (min-width: 1200px) {
    .ant-col-xl-24 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ant-col-xl-push-24 {
      inset-inline-start: 100%;
    }
    .ant-col-xl-pull-24 {
      inset-inline-end: 100%;
    }
    .ant-col-xl-offset-24 {
      margin-inline-start: 100%;
    }
    .ant-col-xl-order-24 {
      order: 24;
    }
    .ant-col-xl-23 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 95.83333333333334%;
      max-width: 95.83333333333334%;
    }
    .ant-col-xl-push-23 {
      inset-inline-start: 95.83333333333334%;
    }
    .ant-col-xl-pull-23 {
      inset-inline-end: 95.83333333333334%;
    }
    .ant-col-xl-offset-23 {
      margin-inline-start: 95.83333333333334%;
    }
    .ant-col-xl-order-23 {
      order: 23;
    }
    .ant-col-xl-22 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
    }
    .ant-col-xl-push-22 {
      inset-inline-start: 91.66666666666666%;
    }
    .ant-col-xl-pull-22 {
      inset-inline-end: 91.66666666666666%;
    }
    .ant-col-xl-offset-22 {
      margin-inline-start: 91.66666666666666%;
    }
    .ant-col-xl-order-22 {
      order: 22;
    }
    .ant-col-xl-21 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 87.5%;
      max-width: 87.5%;
    }
    .ant-col-xl-push-21 {
      inset-inline-start: 87.5%;
    }
    .ant-col-xl-pull-21 {
      inset-inline-end: 87.5%;
    }
    .ant-col-xl-offset-21 {
      margin-inline-start: 87.5%;
    }
    .ant-col-xl-order-21 {
      order: 21;
    }
    .ant-col-xl-20 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
    }
    .ant-col-xl-push-20 {
      inset-inline-start: 83.33333333333334%;
    }
    .ant-col-xl-pull-20 {
      inset-inline-end: 83.33333333333334%;
    }
    .ant-col-xl-offset-20 {
      margin-inline-start: 83.33333333333334%;
    }
    .ant-col-xl-order-20 {
      order: 20;
    }
    .ant-col-xl-19 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 79.16666666666666%;
      max-width: 79.16666666666666%;
    }
    .ant-col-xl-push-19 {
      inset-inline-start: 79.16666666666666%;
    }
    .ant-col-xl-pull-19 {
      inset-inline-end: 79.16666666666666%;
    }
    .ant-col-xl-offset-19 {
      margin-inline-start: 79.16666666666666%;
    }
    .ant-col-xl-order-19 {
      order: 19;
    }
    .ant-col-xl-18 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ant-col-xl-push-18 {
      inset-inline-start: 75%;
    }
    .ant-col-xl-pull-18 {
      inset-inline-end: 75%;
    }
    .ant-col-xl-offset-18 {
      margin-inline-start: 75%;
    }
    .ant-col-xl-order-18 {
      order: 18;
    }
    .ant-col-xl-17 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 70.83333333333334%;
      max-width: 70.83333333333334%;
    }
    .ant-col-xl-push-17 {
      inset-inline-start: 70.83333333333334%;
    }
    .ant-col-xl-pull-17 {
      inset-inline-end: 70.83333333333334%;
    }
    .ant-col-xl-offset-17 {
      margin-inline-start: 70.83333333333334%;
    }
    .ant-col-xl-order-17 {
      order: 17;
    }
    .ant-col-xl-16 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
    }
    .ant-col-xl-push-16 {
      inset-inline-start: 66.66666666666666%;
    }
    .ant-col-xl-pull-16 {
      inset-inline-end: 66.66666666666666%;
    }
    .ant-col-xl-offset-16 {
      margin-inline-start: 66.66666666666666%;
    }
    .ant-col-xl-order-16 {
      order: 16;
    }
    .ant-col-xl-15 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 62.5%;
      max-width: 62.5%;
    }
    .ant-col-xl-push-15 {
      inset-inline-start: 62.5%;
    }
    .ant-col-xl-pull-15 {
      inset-inline-end: 62.5%;
    }
    .ant-col-xl-offset-15 {
      margin-inline-start: 62.5%;
    }
    .ant-col-xl-order-15 {
      order: 15;
    }
    .ant-col-xl-14 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
    }
    .ant-col-xl-push-14 {
      inset-inline-start: 58.333333333333336%;
    }
    .ant-col-xl-pull-14 {
      inset-inline-end: 58.333333333333336%;
    }
    .ant-col-xl-offset-14 {
      margin-inline-start: 58.333333333333336%;
    }
    .ant-col-xl-order-14 {
      order: 14;
    }
    .ant-col-xl-13 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 54.166666666666664%;
      max-width: 54.166666666666664%;
    }
    .ant-col-xl-push-13 {
      inset-inline-start: 54.166666666666664%;
    }
    .ant-col-xl-pull-13 {
      inset-inline-end: 54.166666666666664%;
    }
    .ant-col-xl-offset-13 {
      margin-inline-start: 54.166666666666664%;
    }
    .ant-col-xl-order-13 {
      order: 13;
    }
    .ant-col-xl-12 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ant-col-xl-push-12 {
      inset-inline-start: 50%;
    }
    .ant-col-xl-pull-12 {
      inset-inline-end: 50%;
    }
    .ant-col-xl-offset-12 {
      margin-inline-start: 50%;
    }
    .ant-col-xl-order-12 {
      order: 12;
    }
    .ant-col-xl-11 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 45.83333333333333%;
      max-width: 45.83333333333333%;
    }
    .ant-col-xl-push-11 {
      inset-inline-start: 45.83333333333333%;
    }
    .ant-col-xl-pull-11 {
      inset-inline-end: 45.83333333333333%;
    }
    .ant-col-xl-offset-11 {
      margin-inline-start: 45.83333333333333%;
    }
    .ant-col-xl-order-11 {
      order: 11;
    }
    .ant-col-xl-10 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
    }
    .ant-col-xl-push-10 {
      inset-inline-start: 41.66666666666667%;
    }
    .ant-col-xl-pull-10 {
      inset-inline-end: 41.66666666666667%;
    }
    .ant-col-xl-offset-10 {
      margin-inline-start: 41.66666666666667%;
    }
    .ant-col-xl-order-10 {
      order: 10;
    }
    .ant-col-xl-9 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 37.5%;
      max-width: 37.5%;
    }
    .ant-col-xl-push-9 {
      inset-inline-start: 37.5%;
    }
    .ant-col-xl-pull-9 {
      inset-inline-end: 37.5%;
    }
    .ant-col-xl-offset-9 {
      margin-inline-start: 37.5%;
    }
    .ant-col-xl-order-9 {
      order: 9;
    }
    .ant-col-xl-8 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
    }
    .ant-col-xl-push-8 {
      inset-inline-start: 33.33333333333333%;
    }
    .ant-col-xl-pull-8 {
      inset-inline-end: 33.33333333333333%;
    }
    .ant-col-xl-offset-8 {
      margin-inline-start: 33.33333333333333%;
    }
    .ant-col-xl-order-8 {
      order: 8;
    }
    .ant-col-xl-7 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 29.166666666666668%;
      max-width: 29.166666666666668%;
    }
    .ant-col-xl-push-7 {
      inset-inline-start: 29.166666666666668%;
    }
    .ant-col-xl-pull-7 {
      inset-inline-end: 29.166666666666668%;
    }
    .ant-col-xl-offset-7 {
      margin-inline-start: 29.166666666666668%;
    }
    .ant-col-xl-order-7 {
      order: 7;
    }
    .ant-col-xl-6 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ant-col-xl-push-6 {
      inset-inline-start: 25%;
    }
    .ant-col-xl-pull-6 {
      inset-inline-end: 25%;
    }
    .ant-col-xl-offset-6 {
      margin-inline-start: 25%;
    }
    .ant-col-xl-order-6 {
      order: 6;
    }
    .ant-col-xl-5 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 20.833333333333336%;
      max-width: 20.833333333333336%;
    }
    .ant-col-xl-push-5 {
      inset-inline-start: 20.833333333333336%;
    }
    .ant-col-xl-pull-5 {
      inset-inline-end: 20.833333333333336%;
    }
    .ant-col-xl-offset-5 {
      margin-inline-start: 20.833333333333336%;
    }
    .ant-col-xl-order-5 {
      order: 5;
    }
    .ant-col-xl-4 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
    }
    .ant-col-xl-push-4 {
      inset-inline-start: 16.666666666666664%;
    }
    .ant-col-xl-pull-4 {
      inset-inline-end: 16.666666666666664%;
    }
    .ant-col-xl-offset-4 {
      margin-inline-start: 16.666666666666664%;
    }
    .ant-col-xl-order-4 {
      order: 4;
    }
    .ant-col-xl-3 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
    .ant-col-xl-push-3 {
      inset-inline-start: 12.5%;
    }
    .ant-col-xl-pull-3 {
      inset-inline-end: 12.5%;
    }
    .ant-col-xl-offset-3 {
      margin-inline-start: 12.5%;
    }
    .ant-col-xl-order-3 {
      order: 3;
    }
    .ant-col-xl-2 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
    }
    .ant-col-xl-push-2 {
      inset-inline-start: 8.333333333333332%;
    }
    .ant-col-xl-pull-2 {
      inset-inline-end: 8.333333333333332%;
    }
    .ant-col-xl-offset-2 {
      margin-inline-start: 8.333333333333332%;
    }
    .ant-col-xl-order-2 {
      order: 2;
    }
    .ant-col-xl-1 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 4.166666666666666%;
      max-width: 4.166666666666666%;
    }
    .ant-col-xl-push-1 {
      inset-inline-start: 4.166666666666666%;
    }
    .ant-col-xl-pull-1 {
      inset-inline-end: 4.166666666666666%;
    }
    .ant-col-xl-offset-1 {
      margin-inline-start: 4.166666666666666%;
    }
    .ant-col-xl-order-1 {
      order: 1;
    }
    .ant-col-xl-0 {
      display: none;
    }
    .ant-col-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-xl-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-xl-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-xl-offset-0 {
      margin-inline-start: 0;
    }
    .ant-col-xl-order-0 {
      order: 0;
    }
    .ant-col-xl-flex {
      flex: var(--ant-col-xl-flex);
    }
  }
  @media (min-width: 1600px) {
    .ant-col-xxl-24 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ant-col-xxl-push-24 {
      inset-inline-start: 100%;
    }
    .ant-col-xxl-pull-24 {
      inset-inline-end: 100%;
    }
    .ant-col-xxl-offset-24 {
      margin-inline-start: 100%;
    }
    .ant-col-xxl-order-24 {
      order: 24;
    }
    .ant-col-xxl-23 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 95.83333333333334%;
      max-width: 95.83333333333334%;
    }
    .ant-col-xxl-push-23 {
      inset-inline-start: 95.83333333333334%;
    }
    .ant-col-xxl-pull-23 {
      inset-inline-end: 95.83333333333334%;
    }
    .ant-col-xxl-offset-23 {
      margin-inline-start: 95.83333333333334%;
    }
    .ant-col-xxl-order-23 {
      order: 23;
    }
    .ant-col-xxl-22 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
    }
    .ant-col-xxl-push-22 {
      inset-inline-start: 91.66666666666666%;
    }
    .ant-col-xxl-pull-22 {
      inset-inline-end: 91.66666666666666%;
    }
    .ant-col-xxl-offset-22 {
      margin-inline-start: 91.66666666666666%;
    }
    .ant-col-xxl-order-22 {
      order: 22;
    }
    .ant-col-xxl-21 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 87.5%;
      max-width: 87.5%;
    }
    .ant-col-xxl-push-21 {
      inset-inline-start: 87.5%;
    }
    .ant-col-xxl-pull-21 {
      inset-inline-end: 87.5%;
    }
    .ant-col-xxl-offset-21 {
      margin-inline-start: 87.5%;
    }
    .ant-col-xxl-order-21 {
      order: 21;
    }
    .ant-col-xxl-20 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
    }
    .ant-col-xxl-push-20 {
      inset-inline-start: 83.33333333333334%;
    }
    .ant-col-xxl-pull-20 {
      inset-inline-end: 83.33333333333334%;
    }
    .ant-col-xxl-offset-20 {
      margin-inline-start: 83.33333333333334%;
    }
    .ant-col-xxl-order-20 {
      order: 20;
    }
    .ant-col-xxl-19 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 79.16666666666666%;
      max-width: 79.16666666666666%;
    }
    .ant-col-xxl-push-19 {
      inset-inline-start: 79.16666666666666%;
    }
    .ant-col-xxl-pull-19 {
      inset-inline-end: 79.16666666666666%;
    }
    .ant-col-xxl-offset-19 {
      margin-inline-start: 79.16666666666666%;
    }
    .ant-col-xxl-order-19 {
      order: 19;
    }
    .ant-col-xxl-18 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 75%;
      max-width: 75%;
    }
    .ant-col-xxl-push-18 {
      inset-inline-start: 75%;
    }
    .ant-col-xxl-pull-18 {
      inset-inline-end: 75%;
    }
    .ant-col-xxl-offset-18 {
      margin-inline-start: 75%;
    }
    .ant-col-xxl-order-18 {
      order: 18;
    }
    .ant-col-xxl-17 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 70.83333333333334%;
      max-width: 70.83333333333334%;
    }
    .ant-col-xxl-push-17 {
      inset-inline-start: 70.83333333333334%;
    }
    .ant-col-xxl-pull-17 {
      inset-inline-end: 70.83333333333334%;
    }
    .ant-col-xxl-offset-17 {
      margin-inline-start: 70.83333333333334%;
    }
    .ant-col-xxl-order-17 {
      order: 17;
    }
    .ant-col-xxl-16 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
    }
    .ant-col-xxl-push-16 {
      inset-inline-start: 66.66666666666666%;
    }
    .ant-col-xxl-pull-16 {
      inset-inline-end: 66.66666666666666%;
    }
    .ant-col-xxl-offset-16 {
      margin-inline-start: 66.66666666666666%;
    }
    .ant-col-xxl-order-16 {
      order: 16;
    }
    .ant-col-xxl-15 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 62.5%;
      max-width: 62.5%;
    }
    .ant-col-xxl-push-15 {
      inset-inline-start: 62.5%;
    }
    .ant-col-xxl-pull-15 {
      inset-inline-end: 62.5%;
    }
    .ant-col-xxl-offset-15 {
      margin-inline-start: 62.5%;
    }
    .ant-col-xxl-order-15 {
      order: 15;
    }
    .ant-col-xxl-14 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
    }
    .ant-col-xxl-push-14 {
      inset-inline-start: 58.333333333333336%;
    }
    .ant-col-xxl-pull-14 {
      inset-inline-end: 58.333333333333336%;
    }
    .ant-col-xxl-offset-14 {
      margin-inline-start: 58.333333333333336%;
    }
    .ant-col-xxl-order-14 {
      order: 14;
    }
    .ant-col-xxl-13 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 54.166666666666664%;
      max-width: 54.166666666666664%;
    }
    .ant-col-xxl-push-13 {
      inset-inline-start: 54.166666666666664%;
    }
    .ant-col-xxl-pull-13 {
      inset-inline-end: 54.166666666666664%;
    }
    .ant-col-xxl-offset-13 {
      margin-inline-start: 54.166666666666664%;
    }
    .ant-col-xxl-order-13 {
      order: 13;
    }
    .ant-col-xxl-12 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 50%;
      max-width: 50%;
    }
    .ant-col-xxl-push-12 {
      inset-inline-start: 50%;
    }
    .ant-col-xxl-pull-12 {
      inset-inline-end: 50%;
    }
    .ant-col-xxl-offset-12 {
      margin-inline-start: 50%;
    }
    .ant-col-xxl-order-12 {
      order: 12;
    }
    .ant-col-xxl-11 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 45.83333333333333%;
      max-width: 45.83333333333333%;
    }
    .ant-col-xxl-push-11 {
      inset-inline-start: 45.83333333333333%;
    }
    .ant-col-xxl-pull-11 {
      inset-inline-end: 45.83333333333333%;
    }
    .ant-col-xxl-offset-11 {
      margin-inline-start: 45.83333333333333%;
    }
    .ant-col-xxl-order-11 {
      order: 11;
    }
    .ant-col-xxl-10 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
    }
    .ant-col-xxl-push-10 {
      inset-inline-start: 41.66666666666667%;
    }
    .ant-col-xxl-pull-10 {
      inset-inline-end: 41.66666666666667%;
    }
    .ant-col-xxl-offset-10 {
      margin-inline-start: 41.66666666666667%;
    }
    .ant-col-xxl-order-10 {
      order: 10;
    }
    .ant-col-xxl-9 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 37.5%;
      max-width: 37.5%;
    }
    .ant-col-xxl-push-9 {
      inset-inline-start: 37.5%;
    }
    .ant-col-xxl-pull-9 {
      inset-inline-end: 37.5%;
    }
    .ant-col-xxl-offset-9 {
      margin-inline-start: 37.5%;
    }
    .ant-col-xxl-order-9 {
      order: 9;
    }
    .ant-col-xxl-8 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
    }
    .ant-col-xxl-push-8 {
      inset-inline-start: 33.33333333333333%;
    }
    .ant-col-xxl-pull-8 {
      inset-inline-end: 33.33333333333333%;
    }
    .ant-col-xxl-offset-8 {
      margin-inline-start: 33.33333333333333%;
    }
    .ant-col-xxl-order-8 {
      order: 8;
    }
    .ant-col-xxl-7 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 29.166666666666668%;
      max-width: 29.166666666666668%;
    }
    .ant-col-xxl-push-7 {
      inset-inline-start: 29.166666666666668%;
    }
    .ant-col-xxl-pull-7 {
      inset-inline-end: 29.166666666666668%;
    }
    .ant-col-xxl-offset-7 {
      margin-inline-start: 29.166666666666668%;
    }
    .ant-col-xxl-order-7 {
      order: 7;
    }
    .ant-col-xxl-6 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 25%;
      max-width: 25%;
    }
    .ant-col-xxl-push-6 {
      inset-inline-start: 25%;
    }
    .ant-col-xxl-pull-6 {
      inset-inline-end: 25%;
    }
    .ant-col-xxl-offset-6 {
      margin-inline-start: 25%;
    }
    .ant-col-xxl-order-6 {
      order: 6;
    }
    .ant-col-xxl-5 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 20.833333333333336%;
      max-width: 20.833333333333336%;
    }
    .ant-col-xxl-push-5 {
      inset-inline-start: 20.833333333333336%;
    }
    .ant-col-xxl-pull-5 {
      inset-inline-end: 20.833333333333336%;
    }
    .ant-col-xxl-offset-5 {
      margin-inline-start: 20.833333333333336%;
    }
    .ant-col-xxl-order-5 {
      order: 5;
    }
    .ant-col-xxl-4 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
    }
    .ant-col-xxl-push-4 {
      inset-inline-start: 16.666666666666664%;
    }
    .ant-col-xxl-pull-4 {
      inset-inline-end: 16.666666666666664%;
    }
    .ant-col-xxl-offset-4 {
      margin-inline-start: 16.666666666666664%;
    }
    .ant-col-xxl-order-4 {
      order: 4;
    }
    .ant-col-xxl-3 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
    .ant-col-xxl-push-3 {
      inset-inline-start: 12.5%;
    }
    .ant-col-xxl-pull-3 {
      inset-inline-end: 12.5%;
    }
    .ant-col-xxl-offset-3 {
      margin-inline-start: 12.5%;
    }
    .ant-col-xxl-order-3 {
      order: 3;
    }
    .ant-col-xxl-2 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
    }
    .ant-col-xxl-push-2 {
      inset-inline-start: 8.333333333333332%;
    }
    .ant-col-xxl-pull-2 {
      inset-inline-end: 8.333333333333332%;
    }
    .ant-col-xxl-offset-2 {
      margin-inline-start: 8.333333333333332%;
    }
    .ant-col-xxl-order-2 {
      order: 2;
    }
    .ant-col-xxl-1 {
      --ant-display: block;
      display: block;
      display: var(--ant-display);
      flex: 0 0 4.166666666666666%;
      max-width: 4.166666666666666%;
    }
    .ant-col-xxl-push-1 {
      inset-inline-start: 4.166666666666666%;
    }
    .ant-col-xxl-pull-1 {
      inset-inline-end: 4.166666666666666%;
    }
    .ant-col-xxl-offset-1 {
      margin-inline-start: 4.166666666666666%;
    }
    .ant-col-xxl-order-1 {
      order: 1;
    }
    .ant-col-xxl-0 {
      display: none;
    }
    .ant-col-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-xxl-push-0 {
      inset-inline-start: auto;
    }
    .ant-col-xxl-pull-0 {
      inset-inline-end: auto;
    }
    .ant-col-xxl-offset-0 {
      margin-inline-start: 0;
    }
    .ant-col-xxl-order-0 {
      order: 0;
    }
    .ant-col-xxl-flex {
      flex: var(--ant-col-xxl-flex);
    }
  }
  .ant-collapse {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-collapse::before,
  .ant-collapse::after {
    box-sizing: border-box;
  }
  .ant-collapse [class^='ant-collapse'],
  .ant-collapse [class*=' ant-collapse'] {
    box-sizing: border-box;
  }
  .ant-collapse [class^='ant-collapse']::before,
  .ant-collapse [class*=' ant-collapse']::before,
  .ant-collapse [class^='ant-collapse']::after,
  .ant-collapse [class*=' ant-collapse']::after {
    box-sizing: border-box;
  }
  .ant-collapse {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
    border-radius: 8px;
  }
  .ant-collapse-rtl {
    direction: rtl;
  }
  .ant-collapse > .ant-collapse-item {
    border-bottom: 1px solid #d9d9d9;
  }
  .ant-collapse > .ant-collapse-item:first-child,
  .ant-collapse > .ant-collapse-item:first-child > .ant-collapse-header {
    border-radius: 8px 8px 0 0;
  }
  .ant-collapse > .ant-collapse-item:last-child,
  .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
    border-radius: 0 0 8px 8px;
  }
  .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 12px 16px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1.6666666666666667;
    cursor: pointer;
    transition:
      all 0.15s,
      visibility 0s;
  }
  .ant-collapse > .ant-collapse-item > .ant-collapse-header:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-collapse > .ant-collapse-item > .ant-collapse-header > .ant-collapse-header-text {
    flex: auto;
  }
  .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-expand-icon {
    height: 20px;
    display: flex;
    align-items: center;
    padding-inline-end: 12px;
  }
  .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    transition: transform 0.15s;
  }
  .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
    line-height: 1;
  }
  .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
    transition: transform 0.15s;
  }
  .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
    margin-inline-end: auto;
  }
  .ant-collapse > .ant-collapse-item .ant-collapse-collapsible-header {
    cursor: default;
  }
  .ant-collapse > .ant-collapse-item .ant-collapse-collapsible-header .ant-collapse-header-text {
    flex: none;
    cursor: pointer;
  }
  .ant-collapse > .ant-collapse-item .ant-collapse-collapsible-header .ant-collapse-expand-icon {
    cursor: pointer;
  }
  .ant-collapse > .ant-collapse-item .ant-collapse-collapsible-icon {
    cursor: unset;
  }
  .ant-collapse > .ant-collapse-item .ant-collapse-collapsible-icon .ant-collapse-expand-icon {
    cursor: pointer;
  }
  .ant-collapse .ant-collapse-content {
    color: rgba(0, 0, 0, 0.88);
    background-color: #ffffff;
    border-top: 1px solid #d9d9d9;
  }
  .ant-collapse .ant-collapse-content > .ant-collapse-content-box {
    padding: 16px 16px;
  }
  .ant-collapse .ant-collapse-content-hidden {
    display: none;
  }
  .ant-collapse-small > .ant-collapse-item > .ant-collapse-header {
    padding: 8px 12px;
    padding-inline-start: 8px;
  }
  .ant-collapse-small > .ant-collapse-item > .ant-collapse-header > .ant-collapse-expand-icon {
    margin-inline-start: 4px;
  }
  .ant-collapse-small > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
    padding: 12px;
  }
  .ant-collapse-large > .ant-collapse-item {
    font-size: 14px;
    line-height: 1.5714285714285714;
  }
  .ant-collapse-large > .ant-collapse-item > .ant-collapse-header {
    padding: 16px 24px;
    padding-inline-start: 16px;
  }
  .ant-collapse-large > .ant-collapse-item > .ant-collapse-header > .ant-collapse-expand-icon {
    height: 22px;
    margin-inline-start: 8px;
  }
  .ant-collapse-large > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
    padding: 24px;
  }
  .ant-collapse .ant-collapse-item:last-child {
    border-bottom: 0;
  }
  .ant-collapse .ant-collapse-item:last-child > .ant-collapse-content {
    border-radius: 0 0 8px 8px;
  }
  .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
  .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-collapse.ant-collapse-icon-position-end
    > .ant-collapse-item
    > .ant-collapse-header
    .ant-collapse-expand-icon {
    order: 1;
    padding-inline-end: 0;
    padding-inline-start: 12px;
  }
  .ant-collapse-borderless {
    background-color: rgba(0, 0, 0, 0.02);
    border: 0;
  }
  .ant-collapse-borderless > .ant-collapse-item {
    border-bottom: 1px solid #d9d9d9;
  }
  .ant-collapse-borderless > .ant-collapse-item:last-child,
  .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
    border-radius: 0;
  }
  .ant-collapse-borderless > .ant-collapse-item:last-child {
    border-bottom: 0;
  }
  .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
    background-color: transparent;
    border-top: 0;
  }
  .ant-collapse-borderless
    > .ant-collapse-item
    > .ant-collapse-content
    > .ant-collapse-content-box {
    padding: 4px 16px 16px;
  }
  .ant-collapse-ghost {
    background-color: transparent;
    border: 0;
  }
  .ant-collapse-ghost > .ant-collapse-item {
    border-bottom: 0;
  }
  .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
    background-color: transparent;
    border: 0;
  }
  .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
    padding-block: 12px;
  }
  .ant-collapse-rtl > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
    transform: rotate(180deg);
  }
  .ant-collapse .ant-motion-collapse-legacy {
    overflow: hidden;
  }
  .ant-collapse .ant-motion-collapse-legacy-active {
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .ant-collapse .ant-motion-collapse {
    overflow: hidden;
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  [class^='ant-color-picker'],
  [class*=' ant-color-picker'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-color-picker']::before,
  [class*=' ant-color-picker']::before,
  [class^='ant-color-picker']::after,
  [class*=' ant-color-picker']::after {
    box-sizing: border-box;
  }
  [class^='ant-color-picker'] [class^='ant-color-picker'],
  [class*=' ant-color-picker'] [class^='ant-color-picker'],
  [class^='ant-color-picker'] [class*=' ant-color-picker'],
  [class*=' ant-color-picker'] [class*=' ant-color-picker'] {
    box-sizing: border-box;
  }
  [class^='ant-color-picker'] [class^='ant-color-picker']::before,
  [class*=' ant-color-picker'] [class^='ant-color-picker']::before,
  [class^='ant-color-picker'] [class*=' ant-color-picker']::before,
  [class*=' ant-color-picker'] [class*=' ant-color-picker']::before,
  [class^='ant-color-picker'] [class^='ant-color-picker']::after,
  [class*=' ant-color-picker'] [class^='ant-color-picker']::after,
  [class^='ant-color-picker'] [class*=' ant-color-picker']::after,
  [class*=' ant-color-picker'] [class*=' ant-color-picker']::after {
    box-sizing: border-box;
  }
  .ant-color-picker .ant-color-picker-inner-content {
    display: flex;
    flex-direction: column;
    width: 234px;
  }
  .ant-color-picker .ant-color-picker-inner-content > .ant-divider {
    margin: 12px 0 8px;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-panel {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-panel .ant-color-picker-select {
    margin-bottom: 12px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-panel
    .ant-color-picker-select
    .ant-color-picker-palette {
    min-height: 160px;
    overflow: hidden;
    border-radius: 4px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-panel
    .ant-color-picker-select
    .ant-color-picker-saturation {
    position: absolute;
    border-radius: inherit;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.25);
    inset: 0;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-panel .ant-color-picker-handler {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    box-shadow:
      inset 0 0 1px 0 rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(0, 0, 0, 0.06);
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-slider {
    background-image: conic-gradient(
      rgba(0, 0, 0, 0.06) 25%,
      transparent 25% 50%,
      rgba(0, 0, 0, 0.06) 50% 75%,
      transparent 75% 100%
    );
    background-size: 8px 8px;
    margin: 0;
    padding: 0;
    height: 8px;
    border-radius: 4px;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-slider-rail {
    height: 8px;
    border-radius: 4px;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-slider
    .ant-color-picker-slider-handle {
    width: 8px;
    height: 8px;
    top: 0;
    border-radius: 100%;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-slider
    .ant-color-picker-slider-handle:before {
    display: block;
    position: absolute;
    background: transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-slider
    .ant-color-picker-slider-handle:after {
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    box-shadow:
      inset 0 0 1px 0 rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(0, 0, 0, 0.06);
    outline: none;
    inset-inline-start: -2px;
    top: -2px;
    background: transparent;
    transition: none;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-slider
    .ant-color-picker-slider-handle:focus:after {
    transform: scale(1);
    box-shadow:
      inset 0 0 1px 0 rgba(0, 0, 0, 0.25),
      0 0 0 1px #008f47;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-slider-container {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-slider-container
    .ant-color-picker-slider-group {
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-slider-container
    .ant-color-picker-slider-group-disabled-alpha {
    justify-content: center;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-gradient-slider {
    margin-bottom: 8px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-gradient-slider
    .ant-color-picker-slider-handle:after {
    transform: scale(0.8);
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-gradient-slider
    .ant-color-picker-slider-handle-active:after,
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-gradient-slider
    .ant-color-picker-slider-handle:focus:after {
    transform: scale(1);
    box-shadow:
      inset 0 0 1px 0 rgba(0, 0, 0, 0.25),
      0 0 0 1px #008f47;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-color-block {
    position: relative;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.25);
    flex: none;
    background-image: conic-gradient(
      rgba(0, 0, 0, 0.06) 25%,
      transparent 25% 50%,
      rgba(0, 0, 0, 0.06) 50% 75%,
      transparent 75% 100%
    );
    background-size: 50% 50%;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-color-block
    .ant-color-picker-color-block-inner {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    border-radius: inherit;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-input-container {
    display: flex;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-steppers.ant-input-number {
    font-size: 10px;
    line-height: 1.8;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-steppers.ant-input-number
    .ant-input-number-input {
    padding-inline-start: 4px;
    padding-inline-end: 0;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-steppers.ant-input-number
    .ant-input-number-handler-wrap {
    width: 16px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-steppers.ant-color-picker-alpha-input {
    flex: 0 0 44px;
    margin-inline-start: 4px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-format-select.ant-select {
    margin-inline-end: 8px;
    width: auto;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-format-select.ant-select-single
    .ant-select-selector {
    padding: 0;
    border: 0;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-format-select.ant-select-single
    .ant-select-arrow {
    inset-inline-end: 0;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-format-select.ant-select-single
    .ant-select-selection-item {
    padding-inline-end: 14px;
    font-size: 10px;
    line-height: 24px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-format-select.ant-select-single
    .ant-select-item-option-content {
    font-size: 10px;
    line-height: 1.8;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-format-select.ant-select-single
    .ant-select-dropdown
    .ant-select-item {
    min-height: auto;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-input {
    gap: 4px;
    align-items: center;
    flex: 1;
    width: 0;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-input
    .ant-color-picker-hsb-input,
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-input
    .ant-color-picker-rgb-input {
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-input
    .ant-color-picker-steppers {
    flex: 1;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-input
    .ant-color-picker-hex-input.ant-input-affix-wrapper {
    flex: 1;
    padding: 0 8px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-input
    .ant-color-picker-hex-input.ant-input-affix-wrapper
    .ant-input {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 22px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-input-container
    .ant-color-picker-input
    .ant-color-picker-hex-input.ant-input-affix-wrapper
    .ant-input-prefix {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets
    .ant-collapse-item
    > .ant-collapse-header {
    padding: 0;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets
    .ant-collapse-item
    > .ant-collapse-header
    .ant-collapse-expand-icon {
    height: 18px;
    color: rgba(0, 0, 0, 0.25);
    padding-inline-end: 4px;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-presets .ant-collapse {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets
    .ant-collapse-item
    > .ant-collapse-content
    > .ant-collapse-content-box {
    padding: 8px 0;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-presets-label {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1.8;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-presets-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets-items
    .ant-color-picker-presets-color {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets-items
    .ant-color-picker-presets-color::before {
    content: '';
    pointer-events: none;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -2px;
    inset-inline-start: -2px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: border-color 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets-items
    .ant-color-picker-presets-color:hover::before {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets-items
    .ant-color-picker-presets-color::after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    inset-inline-start: 21.5%;
    display: table;
    width: 9.230769230769232px;
    height: 14.76923076923077px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: '';
    transition:
      all 0.05s cubic-bezier(0.71, -0.46, 0.88, 0.6),
      opacity 0.05s;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets-items
    .ant-color-picker-presets-color.ant-color-picker-presets-color-checked::after {
    opacity: 1;
    border-color: #fff;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: transform 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.05s;
  }
  .ant-color-picker
    .ant-color-picker-inner
    .ant-color-picker-presets-items
    .ant-color-picker-presets-color.ant-color-picker-presets-color-checked.ant-color-picker-presets-color-bright::after {
    border-color: rgba(0, 0, 0, 0.45);
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-presets-empty {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-clear {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid rgba(5, 5, 5, 0.06);
    position: relative;
    overflow: hidden;
    cursor: inherit;
    transition: all 0.05s;
    margin-inline-start: auto;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-clear::after {
    content: '';
    position: absolute;
    inset-inline-end: -1px;
    top: -1px;
    display: block;
    width: 40px;
    height: 2px;
    transform-origin: calc(100% - 1px) 1px;
    transform: rotate(-45deg);
    background-color: #f5222d;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-clear:hover {
    border-color: #d9d9d9;
  }
  .ant-color-picker .ant-color-picker-inner .ant-color-picker-operation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  .ant-color-picker-trigger {
    min-width: 32px;
    min-height: 32px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    transition: all 0.1s;
    background: #ffffff;
    padding: 3px;
  }
  .ant-color-picker-trigger .ant-color-picker-trigger-text {
    margin-inline-start: 8px;
    margin-inline-end: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.88);
    align-self: center;
  }
  .ant-color-picker-trigger .ant-color-picker-trigger-text-cell:not(:last-child):after {
    content: ', ';
  }
  .ant-color-picker-trigger .ant-color-picker-trigger-text-cell-inactive {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-color-picker-trigger:hover {
    border-color: #1fc266;
  }
  .ant-color-picker-trigger.ant-color-picker-trigger-active {
    border-inline-end-width: 1px;
    border-color: #00b453;
    box-shadow: 0 0 0 2px rgba(5, 184, 62, 0.14);
    outline: 0;
  }
  .ant-color-picker-trigger-disabled {
    color: rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
  }
  .ant-color-picker-trigger-disabled:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .ant-color-picker-trigger-disabled .ant-color-picker-trigger-text {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-color-picker-trigger .ant-color-picker-clear {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid rgba(5, 5, 5, 0.06);
    position: relative;
    overflow: hidden;
    cursor: inherit;
    transition: all 0.05s;
  }
  .ant-color-picker-trigger .ant-color-picker-clear::after {
    content: '';
    position: absolute;
    inset-inline-end: -1px;
    top: -1px;
    display: block;
    width: 40px;
    height: 2px;
    transform-origin: calc(100% - 1px) 1px;
    transform: rotate(-45deg);
    background-color: #f5222d;
  }
  .ant-color-picker-trigger .ant-color-picker-clear:hover {
    border-color: #d9d9d9;
  }
  .ant-color-picker-trigger .ant-color-picker-color-block {
    position: relative;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.25);
    flex: none;
    background-image: conic-gradient(
      rgba(0, 0, 0, 0.06) 25%,
      transparent 25% 50%,
      rgba(0, 0, 0, 0.06) 50% 75%,
      transparent 75% 100%
    );
    background-size: 50% 50%;
  }
  .ant-color-picker-trigger .ant-color-picker-color-block .ant-color-picker-color-block-inner {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    border-radius: inherit;
  }
  .ant-color-picker-trigger.ant-color-picker-status-error {
    border-color: #ff4d4f;
  }
  .ant-color-picker-trigger.ant-color-picker-status-error:hover {
    border-color: #ff7875;
  }
  .ant-color-picker-trigger.ant-color-picker-status-error.ant-color-picker-trigger-active {
    border-inline-end-width: 1px;
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
  }
  .ant-color-picker-trigger.ant-color-picker-status-warning {
    border-color: #faad14;
  }
  .ant-color-picker-trigger.ant-color-picker-status-warning:hover {
    border-color: #ffd666;
  }
  .ant-color-picker-trigger.ant-color-picker-status-warning.ant-color-picker-trigger-active {
    border-inline-end-width: 1px;
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
  }
  .ant-color-picker-trigger.ant-color-picker-lg {
    min-width: 40px;
    min-height: 40px;
    border-radius: 8px;
  }
  .ant-color-picker-trigger.ant-color-picker-lg .ant-color-picker-color-block,
  .ant-color-picker-trigger.ant-color-picker-lg .ant-color-picker-clear {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .ant-color-picker-trigger.ant-color-picker-lg .ant-color-picker-trigger-text {
    font-size: 14px;
  }
  .ant-color-picker-trigger.ant-color-picker-sm {
    min-width: 24px;
    min-height: 24px;
    border-radius: 4px;
  }
  .ant-color-picker-trigger.ant-color-picker-sm .ant-color-picker-color-block,
  .ant-color-picker-trigger.ant-color-picker-sm .ant-color-picker-clear {
    width: 16px;
    height: 16px;
    border-radius: 2px;
  }
  .ant-color-picker-trigger.ant-color-picker-sm .ant-color-picker-trigger-text {
    line-height: 16px;
  }
  .ant-color-picker-rtl .ant-color-picker-presets-color::after {
    direction: ltr;
  }
  .ant-color-picker-rtl .ant-color-picker-clear::after {
    direction: ltr;
  }
  .ant-color-picker-compact-item:not(.ant-color-picker-compact-last-item) {
    margin-inline-end: -1px;
  }
  .ant-color-picker-compact-item:not(.ant-color-picker-status-success) {
    z-index: 2;
  }
  .ant-color-picker-compact-item:hover,
  .ant-color-picker-compact-item:active {
    z-index: 3;
  }
  .ant-color-picker-compact-item.ant-color-picker-trigger-active {
    z-index: 3;
  }
  .ant-color-picker-compact-item[disabled] {
    z-index: 0;
  }
  .ant-color-picker-compact-item:not(.ant-color-picker-compact-first-item):not(
      .ant-color-picker-compact-last-item
    ) {
    border-radius: 0;
  }
  .ant-color-picker-compact-item:not(
      .ant-color-picker-compact-last-item
    ).ant-color-picker-compact-first-item,
  .ant-color-picker-compact-item:not(
      .ant-color-picker-compact-last-item
    ).ant-color-picker-compact-first-item.ant-color-picker-sm,
  .ant-color-picker-compact-item:not(
      .ant-color-picker-compact-last-item
    ).ant-color-picker-compact-first-item.ant-color-picker-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-color-picker-compact-item:not(
      .ant-color-picker-compact-first-item
    ).ant-color-picker-compact-last-item,
  .ant-color-picker-compact-item:not(
      .ant-color-picker-compact-first-item
    ).ant-color-picker-compact-last-item.ant-color-picker-sm,
  .ant-color-picker-compact-item:not(
      .ant-color-picker-compact-first-item
    ).ant-color-picker-compact-last-item.ant-color-picker-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-popover {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    font-weight: normal;
    white-space: normal;
    text-align: start;
    cursor: auto;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
    --valid-offset-x: var(--arrow-offset-horizontal, var(--arrow-x));
    transform-origin: var(--valid-offset-x, 50%) var(--arrow-y, 50%);
    --antd-arrow-background-color: #ffffff;
    width: -moz-max-content;
    width: max-content;
    max-width: 100vw;
  }
  .ant-popover-rtl {
    direction: rtl;
  }
  .ant-popover-hidden {
    display: none;
  }
  .ant-popover .ant-popover-content {
    position: relative;
  }
  .ant-popover .ant-popover-inner {
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 12px;
  }
  .ant-popover .ant-popover-title {
    min-width: 177px;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    border-bottom: none;
    padding: 0;
  }
  .ant-popover .ant-popover-inner-content {
    color: rgba(0, 0, 0, 0.88);
    padding: 0;
  }
  .ant-popover .ant-popover-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
  }
  .ant-popover .ant-popover-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 16px;
    height: 8px;
    background: var(--antd-arrow-background-color);
    clip-path: polygon(
      1.6568542494923806px 100%,
      50% 1.6568542494923806px,
      14.34314575050762px 100%,
      1.6568542494923806px 100%
    );
    clip-path: path(
      'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z'
    );
    content: '';
  }
  .ant-popover .ant-popover-arrow::after {
    content: '';
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
  }
  .ant-popover .ant-popover-arrow:before {
    background: var(--antd-arrow-background-color);
  }
  .ant-popover-placement-top > .ant-popover-arrow,
  .ant-popover-placement-topLeft > .ant-popover-arrow,
  .ant-popover-placement-topRight > .ant-popover-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
  }
  .ant-popover-placement-top > .ant-popover-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
  }
  .ant-popover-placement-topLeft {
    --arrow-offset-horizontal: 12px;
  }
  .ant-popover-placement-topLeft > .ant-popover-arrow {
    left: 12px;
  }
  .ant-popover-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 12px);
  }
  .ant-popover-placement-topRight > .ant-popover-arrow {
    right: 12px;
  }
  .ant-popover-placement-bottom > .ant-popover-arrow,
  .ant-popover-placement-bottomLeft > .ant-popover-arrow,
  .ant-popover-placement-bottomRight > .ant-popover-arrow {
    top: 0;
    transform: translateY(-100%);
  }
  .ant-popover-placement-bottom > .ant-popover-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
  .ant-popover-placement-bottomLeft {
    --arrow-offset-horizontal: 12px;
  }
  .ant-popover-placement-bottomLeft > .ant-popover-arrow {
    left: 12px;
  }
  .ant-popover-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 12px);
  }
  .ant-popover-placement-bottomRight > .ant-popover-arrow {
    right: 12px;
  }
  .ant-popover-placement-left > .ant-popover-arrow,
  .ant-popover-placement-leftTop > .ant-popover-arrow,
  .ant-popover-placement-leftBottom > .ant-popover-arrow {
    right: 0;
    transform: translateX(100%) rotate(90deg);
  }
  .ant-popover-placement-left > .ant-popover-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(100%) rotate(90deg);
  }
  .ant-popover-placement-leftTop > .ant-popover-arrow {
    top: 8px;
  }
  .ant-popover-placement-leftBottom > .ant-popover-arrow {
    bottom: 8px;
  }
  .ant-popover-placement-right > .ant-popover-arrow,
  .ant-popover-placement-rightTop > .ant-popover-arrow,
  .ant-popover-placement-rightBottom > .ant-popover-arrow {
    left: 0;
    transform: translateX(-100%) rotate(-90deg);
  }
  .ant-popover-placement-right > .ant-popover-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(-100%) rotate(-90deg);
  }
  .ant-popover-placement-rightTop > .ant-popover-arrow {
    top: 8px;
  }
  .ant-popover-placement-rightBottom > .ant-popover-arrow {
    bottom: 8px;
  }
  .ant-popover-pure {
    position: relative;
    max-width: none;
    margin: 16px;
    display: inline-block;
  }
  .ant-popover-pure .ant-popover-content {
    display: inline-block;
  }
  .ant-popover.ant-popover-blue {
    --antd-arrow-background-color: #1677ff;
  }
  .ant-popover.ant-popover-blue .ant-popover-inner {
    background-color: #1677ff;
  }
  .ant-popover.ant-popover-blue .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-purple {
    --antd-arrow-background-color: #722ed1;
  }
  .ant-popover.ant-popover-purple .ant-popover-inner {
    background-color: #722ed1;
  }
  .ant-popover.ant-popover-purple .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-cyan {
    --antd-arrow-background-color: #13c2c2;
  }
  .ant-popover.ant-popover-cyan .ant-popover-inner {
    background-color: #13c2c2;
  }
  .ant-popover.ant-popover-cyan .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-green {
    --antd-arrow-background-color: #52c41a;
  }
  .ant-popover.ant-popover-green .ant-popover-inner {
    background-color: #52c41a;
  }
  .ant-popover.ant-popover-green .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-magenta {
    --antd-arrow-background-color: #eb2f96;
  }
  .ant-popover.ant-popover-magenta .ant-popover-inner {
    background-color: #eb2f96;
  }
  .ant-popover.ant-popover-magenta .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-pink {
    --antd-arrow-background-color: #eb2f96;
  }
  .ant-popover.ant-popover-pink .ant-popover-inner {
    background-color: #eb2f96;
  }
  .ant-popover.ant-popover-pink .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-red {
    --antd-arrow-background-color: #f5222d;
  }
  .ant-popover.ant-popover-red .ant-popover-inner {
    background-color: #f5222d;
  }
  .ant-popover.ant-popover-red .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-orange {
    --antd-arrow-background-color: #fa8c16;
  }
  .ant-popover.ant-popover-orange .ant-popover-inner {
    background-color: #fa8c16;
  }
  .ant-popover.ant-popover-orange .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-yellow {
    --antd-arrow-background-color: #fadb14;
  }
  .ant-popover.ant-popover-yellow .ant-popover-inner {
    background-color: #fadb14;
  }
  .ant-popover.ant-popover-yellow .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-volcano {
    --antd-arrow-background-color: #fa541c;
  }
  .ant-popover.ant-popover-volcano .ant-popover-inner {
    background-color: #fa541c;
  }
  .ant-popover.ant-popover-volcano .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-geekblue {
    --antd-arrow-background-color: #2f54eb;
  }
  .ant-popover.ant-popover-geekblue .ant-popover-inner {
    background-color: #2f54eb;
  }
  .ant-popover.ant-popover-geekblue .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-lime {
    --antd-arrow-background-color: #a0d911;
  }
  .ant-popover.ant-popover-lime .ant-popover-inner {
    background-color: #a0d911;
  }
  .ant-popover.ant-popover-lime .ant-popover-arrow {
    background: transparent;
  }
  .ant-popover.ant-popover-gold {
    --antd-arrow-background-color: #faad14;
  }
  .ant-popover.ant-popover-gold .ant-popover-inner {
    background-color: #faad14;
  }
  .ant-popover.ant-popover-gold .ant-popover-arrow {
    background: transparent;
  }
  .ant-zoom-big-enter,
  .ant-zoom-big-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-zoom-big-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-zoom-big-enter.ant-zoom-big-enter-active,
  .ant-zoom-big-appear.ant-zoom-big-appear-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-enter,
  .ant-zoom-big-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-zoom-big-enter-prepare,
  .ant-zoom-big-appear-prepare {
    transform: none;
  }
  .ant-zoom-big-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  @keyframes antZoomBigIn {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes antZoomBigOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
      opacity: 0;
    }
  }
  [class^='ant-picker'],
  [class*=' ant-picker'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-picker']::before,
  [class*=' ant-picker']::before,
  [class^='ant-picker']::after,
  [class*=' ant-picker']::after {
    box-sizing: border-box;
  }
  [class^='ant-picker'] [class^='ant-picker'],
  [class*=' ant-picker'] [class^='ant-picker'],
  [class^='ant-picker'] [class*=' ant-picker'],
  [class*=' ant-picker'] [class*=' ant-picker'] {
    box-sizing: border-box;
  }
  [class^='ant-picker'] [class^='ant-picker']::before,
  [class*=' ant-picker'] [class^='ant-picker']::before,
  [class^='ant-picker'] [class*=' ant-picker']::before,
  [class*=' ant-picker'] [class*=' ant-picker']::before,
  [class^='ant-picker'] [class^='ant-picker']::after,
  [class*=' ant-picker'] [class^='ant-picker']::after,
  [class^='ant-picker'] [class*=' ant-picker']::after,
  [class*=' ant-picker'] [class*=' ant-picker']::after {
    box-sizing: border-box;
  }
  .ant-picker-dropdown .ant-picker-footer {
    border-top: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-dropdown .ant-picker-footer-extra {
    padding: 0 12px;
    line-height: 38px;
    text-align: start;
  }
  .ant-picker-dropdown .ant-picker-footer-extra:not(:last-child) {
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-dropdown .ant-picker-panels + .ant-picker-footer .ant-picker-ranges {
    justify-content: space-between;
  }
  .ant-picker-dropdown .ant-picker-ranges {
    margin-block: 0;
    padding-inline: 12px;
    overflow: hidden;
    text-align: start;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ant-picker-dropdown .ant-picker-ranges > li {
    line-height: 38px;
    display: inline-block;
  }
  .ant-picker-dropdown .ant-picker-ranges .ant-picker-now-btn-disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-picker-dropdown .ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
    color: #00b453;
    background: #dcf5e4;
    border-color: #69db93;
    cursor: pointer;
  }
  .ant-picker-dropdown .ant-picker-ranges .ant-picker-ok {
    padding-block: 2px;
    margin-inline-start: auto;
  }
  .ant-picker {
    box-sizing: border-box;
    margin: 0;
    padding: 5px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    transition:
      border 0.1s,
      box-shadow 0.1s,
      background 0.1s;
  }
  .ant-picker .ant-picker-prefix {
    flex: 0 0 auto;
    margin-inline-end: 4px;
  }
  .ant-picker .ant-picker-input {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .ant-picker .ant-picker-input > input {
    position: relative;
    display: inline-block;
    width: 100%;
    color: inherit;
    font-size: 12px;
    line-height: 1.6666666666666667;
    transition: all 0.1s;
    flex: auto;
    min-width: 1px;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: inherit;
  }
  .ant-picker .ant-picker-input > input::-moz-placeholder {
    opacity: 1;
  }
  .ant-picker .ant-picker-input > input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-picker .ant-picker-input > input:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-picker .ant-picker-input > input:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-picker .ant-picker-input > input:focus {
    box-shadow: none;
    outline: 0;
  }
  .ant-picker .ant-picker-input > input[disabled] {
    background: transparent;
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-picker .ant-picker-input-placeholder > input {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-picker-large {
    padding: 8px 11px;
  }
  .ant-picker-large .ant-picker-input > input {
    font-size: 14px;
    line-height: 1.5714285714285714;
  }
  .ant-picker-small {
    padding: 1px 7px;
  }
  .ant-picker-small .ant-picker-input > input {
    font-size: 12px;
  }
  .ant-picker .ant-picker-suffix {
    display: flex;
    flex: none;
    align-self: center;
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1;
    pointer-events: none;
    transition:
      opacity 0.1s,
      color 0.1s;
  }
  .ant-picker .ant-picker-suffix > * {
    vertical-align: top;
  }
  .ant-picker .ant-picker-suffix > *:not(:last-child) {
    margin-inline-end: 8px;
  }
  .ant-picker .ant-picker-clear {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition:
      opacity 0.1s,
      color 0.1s;
  }
  .ant-picker .ant-picker-clear > * {
    vertical-align: top;
  }
  .ant-picker .ant-picker-clear:hover {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-picker:hover .ant-picker-clear {
    opacity: 1;
  }
  .ant-picker:hover .ant-picker-suffix:not(:last-child) {
    opacity: 0;
  }
  .ant-picker .ant-picker-separator {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 14px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    vertical-align: top;
    cursor: default;
  }
  .ant-picker-focused .ant-picker .ant-picker-separator {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-picker-disabled .ant-picker-range-separator .ant-picker .ant-picker-separator {
    cursor: not-allowed;
  }
  .ant-picker-range {
    position: relative;
    display: inline-flex;
  }
  .ant-picker-range .ant-picker-active-bar {
    bottom: -1px;
    height: 2px;
    background: #00b453;
    opacity: 0;
    transition: all 0.15s ease-out;
    pointer-events: none;
  }
  .ant-picker-range.ant-picker-focused .ant-picker-active-bar {
    opacity: 1;
  }
  .ant-picker-range .ant-picker-range-separator {
    align-items: center;
    padding: 0 8px;
    line-height: 1;
  }
  .ant-picker-range .ant-picker-clear,
  .ant-picker-multiple .ant-picker-clear {
    inset-inline-end: 11px;
  }
  .ant-picker-range.ant-picker-small .ant-picker-clear,
  .ant-picker-multiple.ant-picker-small .ant-picker-clear {
    inset-inline-end: 7px;
  }
  .ant-picker-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    pointer-events: none;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
  }
  .ant-picker-dropdown .ant-picker-panel {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    outline: none;
  }
  .ant-picker-dropdown .ant-picker-panel-focused {
    border-color: #00b453;
  }
  .ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-prev-icon,
  .ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-super-prev-icon {
    transform: rotate(45deg);
  }
  .ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-next-icon,
  .ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-super-next-icon {
    transform: rotate(-135deg);
  }
  .ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-time-panel .ant-picker-content {
    direction: ltr;
  }
  .ant-picker-dropdown .ant-picker-panel-rtl .ant-picker-time-panel .ant-picker-content > * {
    direction: rtl;
  }
  .ant-picker-dropdown .ant-picker-decade-panel,
  .ant-picker-dropdown .ant-picker-year-panel,
  .ant-picker-dropdown .ant-picker-quarter-panel,
  .ant-picker-dropdown .ant-picker-month-panel,
  .ant-picker-dropdown .ant-picker-week-panel,
  .ant-picker-dropdown .ant-picker-date-panel,
  .ant-picker-dropdown .ant-picker-time-panel {
    display: flex;
    flex-direction: column;
    width: 288px;
  }
  .ant-picker-dropdown .ant-picker-header {
    display: flex;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.88);
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-dropdown .ant-picker-header > * {
    flex: none;
  }
  .ant-picker-dropdown .ant-picker-header button {
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    line-height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: color 0.1s;
    font-size: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ant-picker-dropdown .ant-picker-header button:empty {
    display: none;
  }
  .ant-picker-dropdown .ant-picker-header > button {
    min-width: 1.6em;
    font-size: 12px;
  }
  .ant-picker-dropdown .ant-picker-header > button:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-picker-dropdown .ant-picker-header > button:disabled {
    opacity: 0.25;
    pointer-events: none;
  }
  .ant-picker-dropdown .ant-picker-header-view {
    flex: auto;
    font-weight: 600;
    line-height: 40px;
  }
  .ant-picker-dropdown .ant-picker-header-view > button {
    color: inherit;
    font-weight: inherit;
    vertical-align: top;
  }
  .ant-picker-dropdown .ant-picker-header-view > button:not(:first-child) {
    margin-inline-start: 8px;
  }
  .ant-picker-dropdown .ant-picker-header-view > button:hover {
    color: #00b453;
  }
  .ant-picker-dropdown .ant-picker-prev-icon,
  .ant-picker-dropdown .ant-picker-next-icon,
  .ant-picker-dropdown .ant-picker-super-prev-icon,
  .ant-picker-dropdown .ant-picker-super-next-icon {
    position: relative;
    width: 7px;
    height: 7px;
  }
  .ant-picker-dropdown .ant-picker-prev-icon::before,
  .ant-picker-dropdown .ant-picker-next-icon::before,
  .ant-picker-dropdown .ant-picker-super-prev-icon::before,
  .ant-picker-dropdown .ant-picker-super-next-icon::before {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 7px;
    height: 7px;
    border: 0 solid currentcolor;
    border-block-start-width: 1.5px;
    border-inline-start-width: 1.5px;
    content: '';
  }
  .ant-picker-dropdown .ant-picker-super-prev-icon::after,
  .ant-picker-dropdown .ant-picker-super-next-icon::after {
    position: absolute;
    top: 4px;
    inset-inline-start: 4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 0 solid currentcolor;
    border-block-start-width: 1.5px;
    border-inline-start-width: 1.5px;
    content: '';
  }
  .ant-picker-dropdown .ant-picker-prev-icon,
  .ant-picker-dropdown .ant-picker-super-prev-icon {
    transform: rotate(-45deg);
  }
  .ant-picker-dropdown .ant-picker-next-icon,
  .ant-picker-dropdown .ant-picker-super-next-icon {
    transform: rotate(135deg);
  }
  .ant-picker-dropdown .ant-picker-content {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .ant-picker-dropdown .ant-picker-content th,
  .ant-picker-dropdown .ant-picker-content td {
    position: relative;
    min-width: 24px;
    font-weight: normal;
  }
  .ant-picker-dropdown .ant-picker-content th {
    height: 36px;
    color: rgba(0, 0, 0, 0.88);
    vertical-align: middle;
  }
  .ant-picker-dropdown .ant-picker-cell {
    padding: 6px 0;
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .ant-picker-dropdown .ant-picker-cell-in-view {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-picker-dropdown .ant-picker-cell::before {
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 1;
    height: 24px;
    transform: translateY(-50%);
    content: '';
    pointer-events: none;
  }
  .ant-picker-dropdown .ant-picker-cell .ant-picker-cell-inner {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    transition: background 0.1s;
  }
  .ant-picker-dropdown
    .ant-picker-cell:hover:not(.ant-picker-cell-in-view):not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner,
  .ant-picker-dropdown
    .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(
      .ant-picker-cell-range-end
    ):not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-today
    .ant-picker-cell-inner::before {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1;
    border: 1px solid #00b453;
    border-radius: 4px;
    content: '';
  }
  .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range,
  .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start,
  .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end {
    position: relative;
  }
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-in-range:not(.ant-picker-cell-disabled):before,
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled):before,
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled):before {
    background: #dcf5e4;
  }
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-selected:not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner,
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner,
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled)
    .ant-picker-cell-inner {
    color: #fff;
    background: #00b453;
  }
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-selected.ant-picker-cell-disabled
    .ant-picker-cell-inner,
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-disabled
    .ant-picker-cell-inner,
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-disabled
    .ant-picker-cell-inner {
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-disabled):before {
    inset-inline-start: 50%;
  }
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-disabled):before {
    inset-inline-end: 50%;
  }
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-end)
    .ant-picker-cell-inner {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-picker-dropdown
    .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-start)
    .ant-picker-cell-inner {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
  }
  .ant-picker-dropdown .ant-picker-cell-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-picker-dropdown .ant-picker-cell-disabled .ant-picker-cell-inner {
    background: transparent;
  }
  .ant-picker-dropdown .ant-picker-cell-disabled::before {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-dropdown
    .ant-picker-cell-disabled.ant-picker-cell-today
    .ant-picker-cell-inner::before {
    border-color: rgba(0, 0, 0, 0.25);
  }
  .ant-picker-dropdown .ant-picker-decade-panel .ant-picker-content,
  .ant-picker-dropdown .ant-picker-year-panel .ant-picker-content,
  .ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-content,
  .ant-picker-dropdown .ant-picker-month-panel .ant-picker-content {
    height: 264px;
  }
  .ant-picker-dropdown .ant-picker-decade-panel .ant-picker-cell-inner,
  .ant-picker-dropdown .ant-picker-year-panel .ant-picker-cell-inner,
  .ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-cell-inner,
  .ant-picker-dropdown .ant-picker-month-panel .ant-picker-cell-inner {
    padding: 0 8px;
  }
  .ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-content {
    height: 56px;
  }
  .ant-picker-dropdown .ant-picker-decade-panel .ant-picker-cell-inner {
    padding: 0 4px;
  }
  .ant-picker-dropdown .ant-picker-decade-panel .ant-picker-cell::before {
    display: none;
  }
  .ant-picker-dropdown .ant-picker-year-panel .ant-picker-body,
  .ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-body,
  .ant-picker-dropdown .ant-picker-month-panel .ant-picker-body {
    padding: 0 8px;
  }
  .ant-picker-dropdown .ant-picker-year-panel .ant-picker-cell-inner,
  .ant-picker-dropdown .ant-picker-quarter-panel .ant-picker-cell-inner,
  .ant-picker-dropdown .ant-picker-month-panel .ant-picker-cell-inner {
    width: 60px;
  }
  .ant-picker-dropdown .ant-picker-date-panel .ant-picker-body {
    padding: 8px 18px;
  }
  .ant-picker-dropdown .ant-picker-date-panel .ant-picker-content th {
    box-sizing: border-box;
    padding: 0;
  }
  .ant-picker-dropdown .ant-picker-week-panel-row td:before {
    transition: background 0.1s;
  }
  .ant-picker-dropdown .ant-picker-week-panel-row td:first-child:before {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
  }
  .ant-picker-dropdown .ant-picker-week-panel-row td:last-child:before {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
  }
  .ant-picker-dropdown .ant-picker-week-panel-row:hover td:before {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-dropdown .ant-picker-week-panel-row-range-start td.ant-picker-cell:before,
  .ant-picker-dropdown .ant-picker-week-panel-row-range-end td.ant-picker-cell:before,
  .ant-picker-dropdown .ant-picker-week-panel-row-selected td.ant-picker-cell:before,
  .ant-picker-dropdown .ant-picker-week-panel-row-hover td.ant-picker-cell:before {
    background: #00b453;
  }
  .ant-picker-dropdown
    .ant-picker-week-panel-row-range-start
    td.ant-picker-cell.ant-picker-cell-week,
  .ant-picker-dropdown .ant-picker-week-panel-row-range-end td.ant-picker-cell.ant-picker-cell-week,
  .ant-picker-dropdown .ant-picker-week-panel-row-selected td.ant-picker-cell.ant-picker-cell-week,
  .ant-picker-dropdown .ant-picker-week-panel-row-hover td.ant-picker-cell.ant-picker-cell-week {
    color: #ffffff80;
  }
  .ant-picker-dropdown
    .ant-picker-week-panel-row-range-start
    td.ant-picker-cell
    .ant-picker-cell-inner,
  .ant-picker-dropdown
    .ant-picker-week-panel-row-range-end
    td.ant-picker-cell
    .ant-picker-cell-inner,
  .ant-picker-dropdown
    .ant-picker-week-panel-row-selected
    td.ant-picker-cell
    .ant-picker-cell-inner,
  .ant-picker-dropdown .ant-picker-week-panel-row-hover td.ant-picker-cell .ant-picker-cell-inner {
    color: #fff;
  }
  .ant-picker-dropdown .ant-picker-week-panel-row-range-hover td:before {
    background: #dcf5e4;
  }
  .ant-picker-dropdown .ant-picker-week-panel .ant-picker-body,
  .ant-picker-dropdown .ant-picker-date-panel-show-week .ant-picker-body {
    padding: 8px 12px;
  }
  .ant-picker-dropdown .ant-picker-week-panel .ant-picker-content th,
  .ant-picker-dropdown .ant-picker-date-panel-show-week .ant-picker-content th {
    width: auto;
  }
  .ant-picker-dropdown .ant-picker-datetime-panel {
    display: flex;
  }
  .ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-time-panel {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-date-panel,
  .ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-time-panel {
    transition: opacity 0.15s;
  }
  .ant-picker-dropdown .ant-picker-datetime-panel-active .ant-picker-date-panel,
  .ant-picker-dropdown .ant-picker-datetime-panel-active .ant-picker-time-panel {
    opacity: 0.3;
  }
  .ant-picker-dropdown .ant-picker-datetime-panel-active .ant-picker-date-panel-active,
  .ant-picker-dropdown .ant-picker-datetime-panel-active .ant-picker-time-panel-active {
    opacity: 1;
  }
  .ant-picker-dropdown .ant-picker-time-panel {
    width: auto;
    min-width: auto;
  }
  .ant-picker-dropdown .ant-picker-time-panel .ant-picker-content {
    display: flex;
    flex: auto;
    height: 224px;
  }
  .ant-picker-dropdown .ant-picker-time-panel-column {
    flex: 1 0 auto;
    width: 56px;
    margin: 4px 0;
    padding: 0;
    overflow-y: hidden;
    text-align: start;
    list-style: none;
    transition: background 0.1s;
    overflow-x: hidden;
  }
  .ant-picker-dropdown .ant-picker-time-panel-column::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
  }
  .ant-picker-dropdown .ant-picker-time-panel-column::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
  }
  .ant-picker-dropdown .ant-picker-time-panel-column {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.45) transparent;
  }
  .ant-picker-dropdown .ant-picker-time-panel-column::after {
    display: block;
    height: calc(100% - 28px);
    content: '';
  }
  .ant-picker-dropdown .ant-picker-time-panel-column:not(:first-child) {
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-dropdown .ant-picker-time-panel-column-active {
    background: #dcf5e433;
  }
  .ant-picker-dropdown .ant-picker-time-panel-column:hover {
    overflow-y: auto;
  }
  .ant-picker-dropdown .ant-picker-time-panel-column > li {
    margin: 0;
    padding: 0;
  }
  .ant-picker-dropdown .ant-picker-time-panel-column > li.ant-picker-time-panel-cell {
    margin-inline: 4px;
  }
  .ant-picker-dropdown
    .ant-picker-time-panel-column
    > li.ant-picker-time-panel-cell
    .ant-picker-time-panel-cell-inner {
    display: block;
    width: 48px;
    height: 28px;
    margin: 0;
    padding-block: 0;
    padding-inline-end: 0;
    padding-inline-start: 14px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 28px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.1s;
  }
  .ant-picker-dropdown
    .ant-picker-time-panel-column
    > li.ant-picker-time-panel-cell
    .ant-picker-time-panel-cell-inner:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-dropdown
    .ant-picker-time-panel-column
    > li.ant-picker-time-panel-cell-selected
    .ant-picker-time-panel-cell-inner {
    background: #dcf5e4;
  }
  .ant-picker-dropdown
    .ant-picker-time-panel-column
    > li.ant-picker-time-panel-cell-disabled
    .ant-picker-time-panel-cell-inner {
    color: rgba(0, 0, 0, 0.25);
    background: transparent;
    cursor: not-allowed;
  }
  .ant-picker-dropdown.ant-picker-dropdown-hidden {
    display: none;
  }
  .ant-picker-dropdown-rtl {
    direction: rtl;
  }
  .ant-picker-dropdown.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow,
  .ant-picker-dropdown.ant-picker-dropdown-placement-bottomRight .ant-picker-range-arrow {
    top: 0;
    display: block;
    transform: translateY(-100%);
  }
  .ant-picker-dropdown.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow,
  .ant-picker-dropdown.ant-picker-dropdown-placement-topRight .ant-picker-range-arrow {
    bottom: 0;
    display: block;
    transform: translateY(100%) rotate(180deg);
  }
  .ant-picker-dropdown.ant-slide-up-appear .ant-picker-range-arrow.ant-picker-range-arrow,
  .ant-picker-dropdown.ant-slide-up-enter .ant-picker-range-arrow.ant-picker-range-arrow {
    transition: none;
  }
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
  .ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
  .ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
    animation-name: antSlideDownIn;
  }
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
  .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
  .ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
  .ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
    animation-name: antSlideUpIn;
  }
  .ant-picker-dropdown.ant-slide-up-leave .ant-picker-panel-container {
    pointer-events: none;
  }
  .ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
  .ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
    animation-name: antSlideDownOut;
  }
  .ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
  .ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
    animation-name: antSlideUpOut;
  }
  .ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
    padding-top: 4px;
  }
  .ant-picker-dropdown .ant-picker-range-wrapper {
    display: flex;
    position: relative;
  }
  .ant-picker-dropdown .ant-picker-range-arrow {
    position: absolute;
    z-index: 1;
    display: none;
    padding-inline: 16.5px;
    box-sizing: content-box;
    transition: all 0.15s ease-out;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
  }
  .ant-picker-dropdown .ant-picker-range-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 16px;
    height: 8px;
    background: #ffffff;
    clip-path: polygon(
      1.6568542494923806px 100%,
      50% 1.6568542494923806px,
      14.34314575050762px 100%,
      1.6568542494923806px 100%
    );
    clip-path: path(
      'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z'
    );
    content: '';
  }
  .ant-picker-dropdown .ant-picker-range-arrow::after {
    content: '';
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
  }
  .ant-picker-dropdown .ant-picker-range-arrow:before {
    inset-inline-start: 16.5px;
  }
  .ant-picker-dropdown .ant-picker-panel-container {
    overflow: hidden;
    vertical-align: top;
    background: #ffffff;
    border-radius: 8px;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
    transition: margin 0.15s;
    display: inline-block;
    pointer-events: auto;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel-layout {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    max-width: 200px;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul {
    height: 0;
    flex: auto;
    list-style: none;
    overflow: auto;
    margin: 0;
    padding: 8px;
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
    padding-inline: 8px;
    padding-block: 2px;
    cursor: pointer;
    transition: all 0.15s;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul li + li {
    margin-top: 8px;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul li:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-panels {
    display: inline-flex;
    flex-wrap: nowrap;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-panels:last-child .ant-picker-panel {
    border-width: 0;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel {
    vertical-align: top;
    background: transparent;
    border-radius: 0;
    border-width: 0;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel .ant-picker-content,
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel table {
    text-align: center;
  }
  .ant-picker-dropdown .ant-picker-panel-container .ant-picker-panel-focused {
    border-color: #d9d9d9;
  }
  .ant-picker-dropdown-range {
    padding: 10.666666666666666px 0;
  }
  .ant-picker-dropdown-range-hidden {
    display: none;
  }
  .ant-picker-rtl {
    direction: rtl;
  }
  .ant-picker-rtl .ant-picker-separator {
    transform: scale(-1, 1);
  }
  .ant-picker-rtl .ant-picker-footer-extra {
    direction: rtl;
  }
  .ant-slide-up-enter,
  .ant-slide-up-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-enter.ant-slide-up-enter-active,
  .ant-slide-up-appear.ant-slide-up-appear-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-enter,
  .ant-slide-up-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-up-enter-prepare,
  .ant-slide-up-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-slide-down-enter,
  .ant-slide-down-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-enter.ant-slide-down-enter-active,
  .ant-slide-down-appear.ant-slide-down-appear-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-enter,
  .ant-slide-down-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-down-enter-prepare,
  .ant-slide-down-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-move-up-enter,
  .ant-move-up-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-up-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-up-enter.ant-move-up-enter-active,
  .ant-move-up-appear.ant-move-up-appear-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-enter,
  .ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-move-down-enter,
  .ant-move-down-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-down-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-down-enter.ant-move-down-enter-active,
  .ant-move-down-appear.ant-move-down-appear-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-enter,
  .ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-picker-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .ant-picker-outlined:hover {
    border-color: #1fc266;
    background-color: #ffffff;
  }
  .ant-picker-outlined:focus,
  .ant-picker-outlined:focus-within {
    border-color: #00b453;
    box-shadow: 0 0 0 2px rgba(5, 184, 62, 0.14);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-picker-outlined.ant-picker-disabled,
  .ant-picker-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-picker-outlined.ant-picker-disabled input[disabled],
  .ant-picker-outlined[disabled] input[disabled],
  .ant-picker-outlined.ant-picker-disabled textarea[disabled],
  .ant-picker-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-picker-outlined.ant-picker-disabled:hover:not([disabled]),
  .ant-picker-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
  }
  .ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
  }
  .ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled):focus,
  .ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-prefix,
  .ant-picker-outlined.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #ff4d4f;
  }
  .ant-picker-outlined.ant-picker-status-error.ant-picker-disabled {
    border-color: #ff4d4f;
  }
  .ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
  }
  .ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
  }
  .ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled):focus,
  .ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-prefix,
  .ant-picker-outlined.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #faad14;
  }
  .ant-picker-outlined.ant-picker-status-warning.ant-picker-disabled {
    border-color: #faad14;
  }
  .ant-picker-underlined {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #d9d9d9 transparent;
    border-radius: 0;
  }
  .ant-picker-underlined:hover {
    border-color: transparent transparent #d9d9d9 transparent;
    background-color: #ffffff;
  }
  .ant-picker-underlined:focus,
  .ant-picker-underlined:focus-within {
    border-color: transparent transparent #00b453 transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-picker-underlined.ant-picker-disabled,
  .ant-picker-underlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    cursor: not-allowed;
  }
  .ant-picker-underlined.ant-picker-disabled:hover,
  .ant-picker-underlined[disabled]:hover {
    border-color: transparent transparent #d9d9d9 transparent;
  }
  .ant-picker-underlined input[disabled],
  .ant-picker-underlined textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-picker-underlined.ant-picker-status-error:not(.ant-picker-disabled) {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #ff4d4f transparent;
    border-radius: 0;
  }
  .ant-picker-underlined.ant-picker-status-error:not(.ant-picker-disabled):hover {
    border-color: transparent transparent #ff4d4f transparent;
    background-color: #ffffff;
  }
  .ant-picker-underlined.ant-picker-status-error:not(.ant-picker-disabled):focus,
  .ant-picker-underlined.ant-picker-status-error:not(.ant-picker-disabled):focus-within {
    border-color: transparent transparent #ff4d4f transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-picker-underlined.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-prefix,
  .ant-picker-underlined.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #ff4d4f;
  }
  .ant-picker-underlined.ant-picker-status-error.ant-picker-disabled {
    border-color: transparent transparent #ff4d4f transparent;
  }
  .ant-picker-underlined.ant-picker-status-warning:not(.ant-picker-disabled) {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #faad14 transparent;
    border-radius: 0;
  }
  .ant-picker-underlined.ant-picker-status-warning:not(.ant-picker-disabled):hover {
    border-color: transparent transparent #faad14 transparent;
    background-color: #ffffff;
  }
  .ant-picker-underlined.ant-picker-status-warning:not(.ant-picker-disabled):focus,
  .ant-picker-underlined.ant-picker-status-warning:not(.ant-picker-disabled):focus-within {
    border-color: transparent transparent #faad14 transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-picker-underlined.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-prefix,
  .ant-picker-underlined.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #faad14;
  }
  .ant-picker-underlined.ant-picker-status-warning.ant-picker-disabled {
    border-color: transparent transparent #faad14 transparent;
  }
  .ant-picker-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-picker-filled,
  .ant-picker-filled input,
  textarea.ant-picker-filled,
  .ant-picker-filled textarea {
    color: unset;
  }
  .ant-picker-filled:hover {
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-picker-filled:focus,
  .ant-picker-filled:focus-within {
    outline: 0;
    border-color: #00b453;
    background-color: #ffffff;
  }
  .ant-picker-filled.ant-picker-disabled,
  .ant-picker-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-picker-filled.ant-picker-disabled input[disabled],
  .ant-picker-filled[disabled] input[disabled],
  .ant-picker-filled.ant-picker-disabled textarea[disabled],
  .ant-picker-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-picker-filled.ant-picker-disabled:hover:not([disabled]),
  .ant-picker-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled),
  .ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) input,
  textarea.ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled),
  .ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) textarea {
    color: #ff4d4f;
  }
  .ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled):hover {
    background: #fff1f0;
  }
  .ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled):focus,
  .ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
  }
  .ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-prefix,
  .ant-picker-filled.ant-picker-status-error:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #ff4d4f;
  }
  .ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled),
  .ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) input,
  textarea.ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled),
  .ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) textarea {
    color: #faad14;
  }
  .ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled):hover {
    background: #fff1b8;
  }
  .ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled):focus,
  .ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
  }
  .ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-prefix,
  .ant-picker-filled.ant-picker-status-warning:not(.ant-picker-disabled) .ant-picker-suffix {
    color: #faad14;
  }
  .ant-picker-borderless {
    background: transparent;
    border: none;
  }
  .ant-picker-borderless:focus,
  .ant-picker-borderless:focus-within {
    outline: none;
  }
  .ant-picker-borderless.ant-picker-disabled,
  .ant-picker-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-picker-borderless.ant-picker-status-error,
  .ant-picker-borderless.ant-picker-status-error input,
  .ant-picker-borderless.ant-picker-status-error textarea {
    color: #ff4d4f;
  }
  .ant-picker-borderless.ant-picker-status-warning,
  .ant-picker-borderless.ant-picker-status-warning input,
  .ant-picker-borderless.ant-picker-status-warning textarea {
    color: #faad14;
  }
  .ant-picker-outlined.ant-picker-multiple .ant-picker-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
  }
  .ant-picker-filled.ant-picker-multiple .ant-picker-selection-item {
    background: #ffffff;
    border: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-picker-borderless.ant-picker-multiple .ant-picker-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
  }
  .ant-picker-underlined.ant-picker-multiple .ant-picker-selection-item {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
  }
  .ant-picker:not(.ant-picker-disabled):not([disabled]).ant-picker-status-error
    .ant-picker-active-bar {
    background: #ff4d4f;
  }
  .ant-picker:not(.ant-picker-disabled):not([disabled]).ant-picker-status-warning
    .ant-picker-active-bar {
    background: #faad14;
  }
  .ant-picker-multiple.ant-picker-small {
    padding-block: 1px;
    padding-inline-start: 3px;
    min-height: 24px;
  }
  .ant-picker-multiple.ant-picker-small .ant-picker-selection-item {
    height: 16px;
    line-height: 14px;
  }
  .ant-picker-multiple {
    padding-block: 1px;
    padding-inline-start: 3px;
    min-height: 32px;
  }
  .ant-picker-multiple .ant-picker-selection-item {
    height: 24px;
    line-height: 22px;
  }
  .ant-picker-multiple.ant-picker-large {
    padding-block: 1px;
    padding-inline-start: 3px;
    min-height: 40px;
  }
  .ant-picker-multiple.ant-picker-large .ant-picker-selection-item {
    height: 32px;
    line-height: 30px;
  }
  .ant-picker.ant-picker-multiple {
    width: 100%;
    cursor: text;
  }
  .ant-picker.ant-picker-multiple .ant-picker-selector {
    flex: auto;
    padding: 0;
    position: relative;
  }
  .ant-picker.ant-picker-multiple .ant-picker-selector:after {
    margin: 0;
  }
  .ant-picker.ant-picker-multiple .ant-picker-selector .ant-picker-selection-placeholder {
    position: absolute;
    top: 50%;
    inset-inline-start: 11px;
    inset-inline-end: 0;
    transform: translateY(-50%);
    transition: all 0.15s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
  }
  .ant-picker.ant-picker-multiple .ant-picker-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .ant-picker.ant-picker-multiple .ant-picker-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: calc(100% - 4px);
    display: inline-flex;
  }
  .ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item {
    display: flex;
    align-self: center;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    margin-block: 2px;
    border-radius: 4px;
    cursor: default;
    transition:
      font-size 0.15s,
      line-height 0.15s,
      height 0.15s;
    margin-inline-end: 4px;
    padding-inline-start: 8px;
    padding-inline-end: 4px;
  }
  .ant-picker-disabled.ant-picker.ant-picker-multiple
    .ant-picker-selection-overflow
    .ant-picker-selection-item {
    color: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    cursor: not-allowed;
  }
  .ant-picker.ant-picker-multiple
    .ant-picker-selection-overflow
    .ant-picker-selection-item-content {
    display: inline-block;
    margin-inline-end: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
  }
  .ant-picker.ant-picker-multiple .ant-picker-selection-overflow .ant-picker-selection-item-remove {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: inherit;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
  }
  .ant-picker.ant-picker-multiple
    .ant-picker-selection-overflow
    .ant-picker-selection-item-remove
    > * {
    line-height: 1;
  }
  .ant-picker.ant-picker-multiple
    .ant-picker-selection-overflow
    .ant-picker-selection-item-remove
    svg {
    display: inline-block;
  }
  .ant-picker.ant-picker-multiple
    .ant-picker-selection-overflow
    .ant-picker-selection-item-remove
    > .anticon {
    vertical-align: -0.2em;
  }
  .ant-picker.ant-picker-multiple
    .ant-picker-selection-overflow
    .ant-picker-selection-item-remove:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-picker.ant-picker-multiple .ant-picker-multiple-input {
    width: 0;
    height: 0;
    border: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
  }
  .ant-picker-compact-item:not(.ant-picker-compact-last-item) {
    margin-inline-end: -1px;
  }
  .ant-picker-compact-item:not(.ant-picker-status-success) {
    z-index: 2;
  }
  .ant-picker-compact-item:hover,
  .ant-picker-compact-item:active {
    z-index: 3;
  }
  .ant-picker-compact-item.ant-picker-focused {
    z-index: 3;
  }
  .ant-picker-compact-item[disabled] {
    z-index: 0;
  }
  .ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item) {
    border-radius: 0;
  }
  .ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-first-item,
  .ant-picker-compact-item:not(
      .ant-picker-compact-last-item
    ).ant-picker-compact-first-item.ant-picker-sm,
  .ant-picker-compact-item:not(
      .ant-picker-compact-last-item
    ).ant-picker-compact-first-item.ant-picker-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-picker-compact-item:not(.ant-picker-compact-first-item).ant-picker-compact-last-item,
  .ant-picker-compact-item:not(
      .ant-picker-compact-first-item
    ).ant-picker-compact-last-item.ant-picker-sm,
  .ant-picker-compact-item:not(
      .ant-picker-compact-first-item
    ).ant-picker-compact-last-item.ant-picker-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-descriptions {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-descriptions::before,
  .ant-descriptions::after {
    box-sizing: border-box;
  }
  .ant-descriptions [class^='ant-descriptions'],
  .ant-descriptions [class*=' ant-descriptions'] {
    box-sizing: border-box;
  }
  .ant-descriptions [class^='ant-descriptions']::before,
  .ant-descriptions [class*=' ant-descriptions']::before,
  .ant-descriptions [class^='ant-descriptions']::after,
  .ant-descriptions [class*=' ant-descriptions']::after {
    box-sizing: border-box;
  }
  .ant-descriptions {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
  }
  .ant-descriptions.ant-descriptions-bordered > .ant-descriptions-view {
    border: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-descriptions.ant-descriptions-bordered > .ant-descriptions-view > table {
    table-layout: auto;
  }
  .ant-descriptions.ant-descriptions-bordered > .ant-descriptions-view .ant-descriptions-row {
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row:first-child
    > th:first-child,
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row:first-child
    > td:first-child {
    border-start-start-radius: 8px;
  }
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row:last-child {
    border-bottom: none;
  }
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row:last-child
    > th:first-child,
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row:last-child
    > td:first-child {
    border-end-start-radius: 8px;
  }
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row
    > .ant-descriptions-item-label,
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row
    > .ant-descriptions-item-content {
    padding: 16px 24px;
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row
    > .ant-descriptions-item-label:last-child,
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row
    > .ant-descriptions-item-content:last-child {
    border-inline-end: none;
  }
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row
    > .ant-descriptions-item-label {
    color: rgba(0, 0, 0, 0.65);
    background-color: rgba(0, 0, 0, 0.02);
  }
  .ant-descriptions.ant-descriptions-bordered
    > .ant-descriptions-view
    .ant-descriptions-row
    > .ant-descriptions-item-label::after {
    display: none;
  }
  .ant-descriptions.ant-descriptions-bordered.ant-descriptions-middle
    .ant-descriptions-row
    > .ant-descriptions-item-label,
  .ant-descriptions.ant-descriptions-bordered.ant-descriptions-middle
    .ant-descriptions-row
    > .ant-descriptions-item-content {
    padding: 12px 24px;
  }
  .ant-descriptions.ant-descriptions-bordered.ant-descriptions-small
    .ant-descriptions-row
    > .ant-descriptions-item-label,
  .ant-descriptions.ant-descriptions-bordered.ant-descriptions-small
    .ant-descriptions-row
    > .ant-descriptions-item-content {
    padding: 8px 16px;
  }
  .ant-descriptions-rtl {
    direction: rtl;
  }
  .ant-descriptions .ant-descriptions-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .ant-descriptions .ant-descriptions-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: auto;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5714285714285714;
  }
  .ant-descriptions .ant-descriptions-extra {
    margin-inline-start: auto;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
  }
  .ant-descriptions .ant-descriptions-view {
    width: 100%;
    border-radius: 8px;
  }
  .ant-descriptions .ant-descriptions-view table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .ant-descriptions .ant-descriptions-row > th,
  .ant-descriptions .ant-descriptions-row > td {
    padding-bottom: 16px;
    padding-inline-end: 16px;
  }
  .ant-descriptions .ant-descriptions-row > th:last-child,
  .ant-descriptions .ant-descriptions-row > td:last-child {
    padding-inline-end: 0;
  }
  .ant-descriptions .ant-descriptions-row:last-child {
    border-bottom: none;
  }
  .ant-descriptions .ant-descriptions-row:last-child > th,
  .ant-descriptions .ant-descriptions-row:last-child > td {
    padding-bottom: 0;
  }
  .ant-descriptions .ant-descriptions-item-label {
    color: rgba(0, 0, 0, 0.45);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6666666666666667;
    text-align: start;
  }
  .ant-descriptions .ant-descriptions-item-label::after {
    content: ':';
    position: relative;
    top: -0.5px;
    margin-inline: 2px 8px;
  }
  .ant-descriptions .ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
    content: '';
  }
  .ant-descriptions .ant-descriptions-item-no-label::after {
    margin: 0;
    content: '';
  }
  .ant-descriptions .ant-descriptions-item-content {
    display: table-cell;
    flex: 1;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .ant-descriptions .ant-descriptions-item {
    padding-bottom: 0;
    vertical-align: top;
  }
  .ant-descriptions .ant-descriptions-item-container {
    display: flex;
  }
  .ant-descriptions .ant-descriptions-item-container .ant-descriptions-item-label {
    display: inline-flex;
    align-items: baseline;
  }
  .ant-descriptions .ant-descriptions-item-container .ant-descriptions-item-content {
    display: inline-flex;
    align-items: baseline;
    min-width: 1em;
  }
  .ant-descriptions-middle .ant-descriptions-row > th,
  .ant-descriptions-middle .ant-descriptions-row > td {
    padding-bottom: 12px;
  }
  .ant-descriptions-small .ant-descriptions-row > th,
  .ant-descriptions-small .ant-descriptions-row > td {
    padding-bottom: 8px;
  }
  .ant-divider {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-divider::before,
  .ant-divider::after {
    box-sizing: border-box;
  }
  .ant-divider [class^='ant-divider'],
  .ant-divider [class*=' ant-divider'] {
    box-sizing: border-box;
  }
  .ant-divider [class^='ant-divider']::before,
  .ant-divider [class*=' ant-divider']::before,
  .ant-divider [class^='ant-divider']::after,
  .ant-divider [class*=' ant-divider']::after {
    box-sizing: border-box;
  }
  .ant-divider {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    border-block-start: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-divider-vertical {
    position: relative;
    top: -0.06em;
    display: inline-block;
    height: 0.9em;
    margin-inline: 8px;
    margin-block: 0;
    vertical-align: middle;
    border-top: 0;
    border-inline-start: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-divider-horizontal {
    display: flex;
    clear: both;
    width: 100%;
    min-width: 100%;
    margin: 24px 0;
  }
  .ant-divider-horizontal.ant-divider-with-text {
    display: flex;
    align-items: center;
    margin: 16px 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    border-block-start: 0 rgba(5, 5, 5, 0.06);
  }
  .ant-divider-horizontal.ant-divider-with-text::before,
  .ant-divider-horizontal.ant-divider-with-text::after {
    position: relative;
    width: 50%;
    border-block-start: 1px solid transparent;
    border-block-start-color: inherit;
    border-block-end: 0;
    transform: translateY(50%);
    content: '';
  }
  .ant-divider-horizontal.ant-divider-with-text-start::before {
    width: calc(0.05 * 100%);
  }
  .ant-divider-horizontal.ant-divider-with-text-start::after {
    width: calc(100% - 0.05 * 100%);
  }
  .ant-divider-horizontal.ant-divider-with-text-end::before {
    width: calc(100% - 0.05 * 100%);
  }
  .ant-divider-horizontal.ant-divider-with-text-end::after {
    width: calc(0.05 * 100%);
  }
  .ant-divider .ant-divider-inner-text {
    display: inline-block;
    padding-block: 0;
    padding-inline: 1em;
  }
  .ant-divider-dashed {
    background: none;
    border-color: rgba(5, 5, 5, 0.06);
    border-style: dashed;
    border-width: 1px 0 0;
  }
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
    border-style: dashed none none;
  }
  .ant-divider-vertical.ant-divider-dashed {
    border-inline-start-width: 1px;
    border-inline-end: 0;
    border-block-start: 0;
    border-block-end: 0;
  }
  .ant-divider-dotted {
    background: none;
    border-color: rgba(5, 5, 5, 0.06);
    border-style: dotted;
    border-width: 1px 0 0;
  }
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dotted::before,
  .ant-divider-horizontal.ant-divider-with-text.ant-divider-dotted::after {
    border-style: dotted none none;
  }
  .ant-divider-vertical.ant-divider-dotted {
    border-inline-start-width: 1px;
    border-inline-end: 0;
    border-block-start: 0;
    border-block-end: 0;
  }
  .ant-divider-plain.ant-divider-with-text {
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 12px;
  }
  .ant-divider-horizontal.ant-divider-with-text-start.ant-divider-no-default-orientation-margin-start::before {
    width: 0;
  }
  .ant-divider-horizontal.ant-divider-with-text-start.ant-divider-no-default-orientation-margin-start::after {
    width: 100%;
  }
  .ant-divider-horizontal.ant-divider-with-text-start.ant-divider-no-default-orientation-margin-start
    .ant-divider-inner-text {
    padding-inline-start: 0;
  }
  .ant-divider-horizontal.ant-divider-with-text-end.ant-divider-no-default-orientation-margin-end::before {
    width: 100%;
  }
  .ant-divider-horizontal.ant-divider-with-text-end.ant-divider-no-default-orientation-margin-end::after {
    width: 0;
  }
  .ant-divider-horizontal.ant-divider-with-text-end.ant-divider-no-default-orientation-margin-end
    .ant-divider-inner-text {
    padding-inline-end: 0;
  }
  .ant-divider-horizontal.ant-divider-sm {
    margin-block: 8px;
  }
  .ant-divider-horizontal.ant-divider-md {
    margin-block: 16px;
  }
  .ant-dropdown {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    display: block;
  }
  .ant-dropdown::before {
    position: absolute;
    inset-block: -4px;
    z-index: -9999;
    opacity: 0.0001;
    content: '';
  }
  .ant-dropdown-menu-vertical {
    max-height: 100vh;
    overflow-y: auto;
  }
  .ant-dropdown-trigger.ant-btn > .anticon-down,
  .ant-dropdown-trigger.ant-btn > .ant-btn-icon > .anticon-down {
    font-size: 10px;
  }
  .ant-dropdown .ant-dropdown-wrap {
    position: relative;
  }
  .ant-dropdown .ant-dropdown-wrap .ant-btn > .anticon-down {
    font-size: 10px;
  }
  .ant-dropdown .ant-dropdown-wrap .anticon-down::before {
    transition: transform 0.1s;
  }
  .ant-dropdown .ant-dropdown-wrap-open .anticon-down::before {
    transform: rotate(180deg);
  }
  .ant-dropdown-hidden,
  .ant-dropdown-menu-hidden,
  .ant-dropdown-menu-submenu-hidden {
    display: none;
  }
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
  .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
  .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
    animation-name: antSlideUpIn;
  }
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
  .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
  .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
    animation-name: antSlideDownIn;
  }
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
  .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
    animation-name: antSlideUpOut;
  }
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
  .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
    animation-name: antSlideDownOut;
  }
  .ant-dropdown .ant-dropdown-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
  }
  .ant-dropdown .ant-dropdown-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 16px;
    height: 8px;
    background: #ffffff;
    clip-path: polygon(
      1.6568542494923806px 100%,
      50% 1.6568542494923806px,
      14.34314575050762px 100%,
      1.6568542494923806px 100%
    );
    clip-path: path(
      'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z'
    );
    content: '';
  }
  .ant-dropdown .ant-dropdown-arrow::after {
    content: '';
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
  }
  .ant-dropdown .ant-dropdown-arrow:before {
    background: #ffffff;
  }
  .ant-dropdown-placement-top > .ant-dropdown-arrow,
  .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
  .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
  }
  .ant-dropdown-placement-top > .ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
  }
  .ant-dropdown-placement-topLeft {
    --arrow-offset-horizontal: 12px;
  }
  .ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
    left: 12px;
  }
  .ant-dropdown-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 12px);
  }
  .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
    right: 12px;
  }
  .ant-dropdown-placement-bottom > .ant-dropdown-arrow,
  .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
  .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
    top: 0;
    transform: translateY(-100%);
  }
  .ant-dropdown-placement-bottom > .ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
  .ant-dropdown-placement-bottomLeft {
    --arrow-offset-horizontal: 12px;
  }
  .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
    left: 12px;
  }
  .ant-dropdown-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 12px);
  }
  .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
    right: 12px;
  }
  .ant-dropdown .ant-dropdown-menu {
    position: relative;
    margin: 0;
  }
  .ant-dropdown-menu-submenu-popup {
    position: absolute;
    z-index: 1050;
    background: transparent;
    box-shadow: none;
    transform-origin: 0 0;
  }
  .ant-dropdown-menu-submenu-popup ul,
  .ant-dropdown-menu-submenu-popup li {
    list-style: none;
    margin: 0;
  }
  .ant-dropdown,
  .ant-dropdown-menu-submenu {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
  }
  .ant-dropdown .ant-dropdown-menu,
  .ant-dropdown-menu-submenu .ant-dropdown-menu {
    padding: 4px;
    list-style-type: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    outline: none;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
  .ant-dropdown .ant-dropdown-menu:focus-visible,
  .ant-dropdown-menu-submenu .ant-dropdown-menu:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-dropdown .ant-dropdown-menu:empty,
  .ant-dropdown-menu-submenu .ant-dropdown-menu:empty {
    padding: 0;
    box-shadow: none;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-title,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-group-title {
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.45);
    transition: all 0.1s;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item {
    position: relative;
    display: flex;
    align-items: center;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-icon,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-icon {
    min-width: 12px;
    margin-inline-end: 8px;
    font-size: 10px;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content {
    flex: auto;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content-with-extra,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content-with-extra {
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content > a,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content > a {
    color: inherit;
    transition: all 0.1s;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content > a:hover,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content > a:hover {
    color: inherit;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content > a::after,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-title-content > a::after {
    position: absolute;
    inset: 0;
    content: '';
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content .ant-dropdown-menu-item-extra,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-title-content
    .ant-dropdown-menu-item-extra {
    padding-inline-start: 16px;
    margin-inline-start: auto;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
    display: flex;
    margin: 0;
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6666666666666667;
    cursor: pointer;
    transition: all 0.1s;
    border-radius: 4px;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-active,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:focus-visible,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:focus-visible,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:focus-visible,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected {
    color: #00b453;
    background-color: #dcf5e4;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected:hover,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected:hover,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected:hover,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-selected-active,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-selected-active,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected-active,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-selected-active {
    background-color: #95e8b0;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled:hover,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled:hover,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    cursor: not-allowed;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-disabled a,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-disabled a,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled a,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-disabled a {
    pointer-events: none;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-divider,
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider {
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    line-height: 0;
    background-color: rgba(5, 5, 5, 0.06);
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-item
    .ant-dropdown-menu-submenu-expand-icon,
  .ant-dropdown
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu-title
    .ant-dropdown-menu-submenu-expand-icon,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu-title
    .ant-dropdown-menu-submenu-expand-icon {
    position: absolute;
    inset-inline-end: 8px;
  }
  .ant-dropdown
    .ant-dropdown-menu
    .ant-dropdown-menu-item
    .ant-dropdown-menu-submenu-expand-icon
    .ant-dropdown-menu-submenu-arrow-icon,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-item
    .ant-dropdown-menu-submenu-expand-icon
    .ant-dropdown-menu-submenu-arrow-icon,
  .ant-dropdown
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu-title
    .ant-dropdown-menu-submenu-expand-icon
    .ant-dropdown-menu-submenu-arrow-icon,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu-title
    .ant-dropdown-menu-submenu-expand-icon
    .ant-dropdown-menu-submenu-arrow-icon {
    margin-inline-end: 0 !important;
    color: rgba(0, 0, 0, 0.45);
    font-size: 10px;
    font-style: normal;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-group-list,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
    margin: 0 8px;
    padding: 0;
    list-style: none;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
    padding-inline-end: 22px;
  }
  .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-vertical,
  .ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-vertical {
    position: relative;
  }
  .ant-dropdown
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled
    .ant-dropdown-menu-submenu-title,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled
    .ant-dropdown-menu-submenu-title,
  .ant-dropdown
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled
    .ant-dropdown-menu-submenu-title
    .ant-dropdown-menu-submenu-arrow-icon,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled
    .ant-dropdown-menu-submenu-title
    .ant-dropdown-menu-submenu-arrow-icon {
    color: rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    cursor: not-allowed;
  }
  .ant-dropdown
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu-selected
    .ant-dropdown-menu-submenu-title,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-submenu-selected
    .ant-dropdown-menu-submenu-title {
    color: #00b453;
  }
  .ant-slide-up-enter,
  .ant-slide-up-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-enter.ant-slide-up-enter-active,
  .ant-slide-up-appear.ant-slide-up-appear-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-enter,
  .ant-slide-up-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-up-enter-prepare,
  .ant-slide-up-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-slide-down-enter,
  .ant-slide-down-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-enter.ant-slide-down-enter-active,
  .ant-slide-down-appear.ant-slide-down-appear-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-enter,
  .ant-slide-down-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-down-enter-prepare,
  .ant-slide-down-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-move-up-enter,
  .ant-move-up-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-up-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-up-enter.ant-move-up-enter-active,
  .ant-move-up-appear.ant-move-up-appear-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-enter,
  .ant-move-up-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-move-up-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-move-down-enter,
  .ant-move-down-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-down-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-move-down-enter.ant-move-down-enter-active,
  .ant-move-down-appear.ant-move-down-appear-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-enter,
  .ant-move-down-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-move-down-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-zoom-big-enter,
  .ant-zoom-big-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-zoom-big-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-zoom-big-enter.ant-zoom-big-enter-active,
  .ant-zoom-big-appear.ant-zoom-big-appear-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-enter,
  .ant-zoom-big-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-zoom-big-enter-prepare,
  .ant-zoom-big-appear-prepare {
    transform: none;
  }
  .ant-zoom-big-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-dropdown
    .ant-dropdown-menu
    .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled),
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(.ant-dropdown-menu-item-disabled) {
    color: #ff4d4f;
  }
  .ant-dropdown
    .ant-dropdown-menu
    .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(
      .ant-dropdown-menu-item-disabled
    ):hover,
  .ant-dropdown-menu-submenu
    .ant-dropdown-menu
    .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:not(
      .ant-dropdown-menu-item-disabled
    ):hover {
    color: #fff;
    background-color: #ff4d4f;
  }
  .ant-empty {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-empty::before,
  .ant-empty::after {
    box-sizing: border-box;
  }
  .ant-empty [class^='ant-empty'],
  .ant-empty [class*=' ant-empty'] {
    box-sizing: border-box;
  }
  .ant-empty [class^='ant-empty']::before,
  .ant-empty [class*=' ant-empty']::before,
  .ant-empty [class^='ant-empty']::after,
  .ant-empty [class*=' ant-empty']::after {
    box-sizing: border-box;
  }
  .ant-empty {
    margin-inline: 8px;
    font-size: 12px;
    line-height: 1.6666666666666667;
    text-align: center;
  }
  .ant-empty .ant-empty-image {
    height: 100px;
    margin-bottom: 8px;
    opacity: 1;
  }
  .ant-empty .ant-empty-image img {
    height: 100%;
  }
  .ant-empty .ant-empty-image svg {
    max-width: 100%;
    height: 100%;
    margin: auto;
  }
  .ant-empty .ant-empty-description {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-empty .ant-empty-footer {
    margin-top: 16px;
  }
  .ant-empty-normal {
    margin-block: 32px;
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-empty-normal .ant-empty-description {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-empty-normal .ant-empty-image {
    height: 40px;
  }
  .ant-empty-small {
    margin-block: 8px;
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-empty-small .ant-empty-image {
    height: 35px;
  }
  .ant-flex {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .ant-flex-vertical {
    flex-direction: column;
  }
  .ant-flex-rtl {
    direction: rtl;
  }
  .ant-flex:empty {
    display: none;
  }
  .ant-flex-gap-small {
    gap: 8px;
  }
  .ant-flex-gap-middle {
    gap: 16px;
  }
  .ant-flex-gap-large {
    gap: 24px;
  }
  .ant-flex-wrap-wrap {
    flex-wrap: wrap;
  }
  .ant-flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
  .ant-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .ant-flex-align-center {
    align-items: center;
  }
  .ant-flex-align-start {
    align-items: start;
  }
  .ant-flex-align-end {
    align-items: end;
  }
  .ant-flex-align-flex-start {
    align-items: flex-start;
  }
  .ant-flex-align-flex-end {
    align-items: flex-end;
  }
  .ant-flex-align-self-start {
    align-items: self-start;
  }
  .ant-flex-align-self-end {
    align-items: self-end;
  }
  .ant-flex-align-baseline {
    align-items: baseline;
  }
  .ant-flex-align-normal {
    align-items: normal;
  }
  .ant-flex-align-stretch {
    align-items: stretch;
  }
  .ant-flex-justify-flex-start {
    justify-content: flex-start;
  }
  .ant-flex-justify-flex-end {
    justify-content: flex-end;
  }
  .ant-flex-justify-start {
    justify-content: start;
  }
  .ant-flex-justify-end {
    justify-content: end;
  }
  .ant-flex-justify-center {
    justify-content: center;
  }
  .ant-flex-justify-space-between {
    justify-content: space-between;
  }
  .ant-flex-justify-space-around {
    justify-content: space-around;
  }
  .ant-flex-justify-space-evenly {
    justify-content: space-evenly;
  }
  .ant-flex-justify-stretch {
    justify-content: stretch;
  }
  .ant-flex-justify-normal {
    justify-content: normal;
  }
  .ant-flex-justify-left {
    justify-content: left;
  }
  .ant-flex-justify-right {
    justify-content: right;
  }
  [class^='ant-float-btn'],
  [class*=' ant-float-btn'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-float-btn']::before,
  [class*=' ant-float-btn']::before,
  [class^='ant-float-btn']::after,
  [class*=' ant-float-btn']::after {
    box-sizing: border-box;
  }
  [class^='ant-float-btn'] [class^='ant-float-btn'],
  [class*=' ant-float-btn'] [class^='ant-float-btn'],
  [class^='ant-float-btn'] [class*=' ant-float-btn'],
  [class*=' ant-float-btn'] [class*=' ant-float-btn'] {
    box-sizing: border-box;
  }
  [class^='ant-float-btn'] [class^='ant-float-btn']::before,
  [class*=' ant-float-btn'] [class^='ant-float-btn']::before,
  [class^='ant-float-btn'] [class*=' ant-float-btn']::before,
  [class*=' ant-float-btn'] [class*=' ant-float-btn']::before,
  [class^='ant-float-btn'] [class^='ant-float-btn']::after,
  [class*=' ant-float-btn'] [class^='ant-float-btn']::after,
  [class^='ant-float-btn'] [class*=' ant-float-btn']::after,
  [class*=' ant-float-btn'] [class*=' ant-float-btn']::after {
    box-sizing: border-box;
  }
  .ant-float-btn-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    position: fixed;
    height: auto;
    box-shadow: none;
    min-width: 40px;
    min-height: 40px;
    inset-inline-end: 24px;
    bottom: 48px;
    border-radius: 8px;
  }
  .ant-float-btn-group .ant-float-btn-group-wrap {
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .ant-float-btn-group.ant-float-btn-group-rtl {
    direction: rtl;
  }
  .ant-float-btn-group .ant-float-btn {
    position: static;
  }
  .ant-float-btn-group-top > .ant-float-btn-group-wrap {
    flex-direction: column;
    top: auto;
    bottom: 56px;
  }
  .ant-float-btn-group-top > .ant-float-btn-group-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: -16px;
  }
  .ant-float-btn-group-bottom > .ant-float-btn-group-wrap {
    flex-direction: column;
    top: 56px;
    bottom: auto;
  }
  .ant-float-btn-group-bottom > .ant-float-btn-group-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    top: -16px;
  }
  .ant-float-btn-group-right > .ant-float-btn-group-wrap {
    flex-direction: row;
    left: 56px;
    right: auto;
  }
  .ant-float-btn-group-right > .ant-float-btn-group-wrap::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 100%;
    left: -16px;
  }
  .ant-float-btn-group-left > .ant-float-btn-group-wrap {
    flex-direction: row;
    left: auto;
    right: 56px;
  }
  .ant-float-btn-group-left > .ant-float-btn-group-wrap::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 100%;
    right: -16px;
  }
  .ant-float-btn-group-circle {
    gap: 16px;
  }
  .ant-float-btn-group-circle .ant-float-btn-group-wrap {
    gap: 16px;
  }
  .ant-float-btn-group-square .ant-float-btn-square {
    padding: 0;
    border-radius: 0;
  }
  .ant-float-btn-group-square .ant-float-btn-square.ant-float-btn-group-trigger {
    border-radius: 8px;
  }
  .ant-float-btn-group-square .ant-float-btn-square:first-child {
    border-start-start-radius: 8px;
    border-start-end-radius: 8px;
  }
  .ant-float-btn-group-square .ant-float-btn-square:last-child {
    border-end-start-radius: 8px;
    border-end-end-radius: 8px;
  }
  .ant-float-btn-group-square .ant-float-btn-square:not(:last-child) {
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-float-btn-group-square .ant-float-btn-square .ant-badge .ant-badge-count {
    top: -10px;
    inset-inline-end: -10px;
  }
  .ant-float-btn-group-square .ant-float-btn-group-wrap {
    border-radius: 8px;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
  .ant-float-btn-group-square .ant-float-btn-group-wrap .ant-float-btn-square {
    box-shadow: none;
    border-radius: 0;
    padding: 4px;
  }
  .ant-float-btn-group-square .ant-float-btn-group-wrap .ant-float-btn-square .ant-float-btn-body {
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
  .ant-float-btn-group-top > .ant-float-btn-group-wrap > .ant-float-btn-square:first-child,
  .ant-float-btn-group-bottom > .ant-float-btn-group-wrap > .ant-float-btn-square:first-child {
    border-start-start-radius: 8px;
    border-start-end-radius: 8px;
  }
  .ant-float-btn-group-top > .ant-float-btn-group-wrap > .ant-float-btn-square:last-child,
  .ant-float-btn-group-bottom > .ant-float-btn-group-wrap > .ant-float-btn-square:last-child {
    border-end-start-radius: 8px;
    border-end-end-radius: 8px;
  }
  .ant-float-btn-group-top > .ant-float-btn-group-wrap > .ant-float-btn-square:not(:last-child),
  .ant-float-btn-group-bottom > .ant-float-btn-group-wrap > .ant-float-btn-square:not(:last-child) {
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-float-btn-group-left > .ant-float-btn-group-wrap > .ant-float-btn-square:first-child,
  .ant-float-btn-group-right > .ant-float-btn-group-wrap > .ant-float-btn-square:first-child {
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
  }
  .ant-float-btn-group-left > .ant-float-btn-group-wrap > .ant-float-btn-square:last-child,
  .ant-float-btn-group-right > .ant-float-btn-group-wrap > .ant-float-btn-square:last-child {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
  }
  .ant-float-btn-group-left > .ant-float-btn-group-wrap > .ant-float-btn-square:not(:last-child),
  .ant-float-btn-group-right > .ant-float-btn-group-wrap > .ant-float-btn-square:not(:last-child) {
    border-bottom: none;
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-float-btn-group-circle-shadow {
    box-shadow: none;
  }
  .ant-float-btn-group-square-shadow {
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
  .ant-float-btn-group-square-shadow .ant-float-btn-square {
    box-shadow: none;
    padding: 4px;
  }
  .ant-float-btn-group-square-shadow .ant-float-btn-square .ant-float-btn-body {
    width: 32px;
    height: 32px;
    border-radius: 4px;
  }
  .ant-float-btn {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    border: none;
    position: fixed;
    cursor: pointer;
    z-index: 1000;
    display: block;
    width: 40px;
    height: 40px;
    inset-inline-end: 24px;
    bottom: 48px;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
  .ant-float-btn-pure {
    position: relative;
    inset: auto;
  }
  .ant-float-btn:empty {
    display: none;
  }
  .ant-float-btn .ant-badge {
    width: 100%;
    height: 100%;
  }
  .ant-float-btn .ant-badge .ant-badge-count {
    transform: translate(0, 0);
    transform-origin: center;
    top: -6px;
    inset-inline-end: -6px;
  }
  .ant-float-btn .ant-float-btn-body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s;
  }
  .ant-float-btn .ant-float-btn-body .ant-float-btn-content {
    overflow: hidden;
    text-align: center;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
  }
  .ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon {
    text-align: center;
    margin: auto;
    width: 15px;
    font-size: 15px;
    line-height: 1;
  }
  .ant-float-btn-rtl {
    direction: rtl;
  }
  .ant-float-btn-circle {
    height: 40px;
    border-radius: 50%;
  }
  .ant-float-btn-circle .ant-badge .ant-badge-dot {
    top: 5.857864376269049px;
    inset-inline-end: 5.857864376269049px;
  }
  .ant-float-btn-circle .ant-float-btn-body {
    border-radius: 50%;
  }
  .ant-float-btn-square {
    height: auto;
    min-height: 40px;
    border-radius: 8px;
  }
  .ant-float-btn-square .ant-badge .ant-badge-dot {
    top: 2.3431457505076194px;
    inset-inline-end: 2.3431457505076194px;
  }
  .ant-float-btn-square .ant-float-btn-body {
    height: auto;
    border-radius: 8px;
  }
  .ant-float-btn-default {
    background-color: #ffffff;
    transition: background-color 0.1s;
  }
  .ant-float-btn-default .ant-float-btn-body {
    background-color: #ffffff;
    transition: background-color 0.1s;
  }
  .ant-float-btn-default .ant-float-btn-body:hover {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-float-btn-default .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-float-btn-default .ant-float-btn-body .ant-float-btn-content .ant-float-btn-description {
    display: flex;
    align-items: center;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 10px;
  }
  .ant-float-btn-primary {
    background-color: #00b453;
  }
  .ant-float-btn-primary .ant-float-btn-body {
    background-color: #00b453;
    transition: background-color 0.1s;
  }
  .ant-float-btn-primary .ant-float-btn-body:hover {
    background-color: #1fc266;
  }
  .ant-float-btn-primary .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon {
    color: #fff;
  }
  .ant-float-btn-primary .ant-float-btn-body .ant-float-btn-content .ant-float-btn-description {
    display: flex;
    align-items: center;
    line-height: 14px;
    color: #fff;
    font-size: 10px;
  }
  .ant-fade-enter,
  .ant-fade-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-fade-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-fade-enter.ant-fade-enter-active,
  .ant-fade-appear.ant-fade-appear-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-enter,
  .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
  }
  .ant-fade-leave {
    animation-timing-function: linear;
  }
  .ant-float-btn-group.ant-float-btn-group-top
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter,
  .ant-float-btn-group.ant-float-btn-group-top
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-float-btn-group.ant-float-btn-group-top
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-float-btn-group.ant-float-btn-group-top
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter.ant-float-btn-group-wrap-enter-active,
  .ant-float-btn-group.ant-float-btn-group-top
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear.ant-float-btn-group-wrap-appear-active {
    animation-name: antFloatButtonMoveTopIn;
    animation-play-state: running;
  }
  .ant-float-btn-group.ant-float-btn-group-top
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave.ant-float-btn-group-wrap-leave-active {
    animation-name: antFloatButtonMoveTopOut;
    animation-play-state: running;
    pointer-events: none;
  }
  .ant-float-btn-group.ant-float-btn-group-bottom
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter,
  .ant-float-btn-group.ant-float-btn-group-bottom
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-float-btn-group.ant-float-btn-group-bottom
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-float-btn-group.ant-float-btn-group-bottom
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter.ant-float-btn-group-wrap-enter-active,
  .ant-float-btn-group.ant-float-btn-group-bottom
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear.ant-float-btn-group-wrap-appear-active {
    animation-name: antFloatButtonMoveBottomIn;
    animation-play-state: running;
  }
  .ant-float-btn-group.ant-float-btn-group-bottom
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave.ant-float-btn-group-wrap-leave-active {
    animation-name: antFloatButtonMoveBottomOut;
    animation-play-state: running;
    pointer-events: none;
  }
  .ant-float-btn-group.ant-float-btn-group-left
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter,
  .ant-float-btn-group.ant-float-btn-group-left
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-float-btn-group.ant-float-btn-group-left
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-float-btn-group.ant-float-btn-group-left
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter.ant-float-btn-group-wrap-enter-active,
  .ant-float-btn-group.ant-float-btn-group-left
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear.ant-float-btn-group-wrap-appear-active {
    animation-name: antFloatButtonMoveLeftIn;
    animation-play-state: running;
  }
  .ant-float-btn-group.ant-float-btn-group-left
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave.ant-float-btn-group-wrap-leave-active {
    animation-name: antFloatButtonMoveLeftOut;
    animation-play-state: running;
    pointer-events: none;
  }
  .ant-float-btn-group.ant-float-btn-group-right
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter,
  .ant-float-btn-group.ant-float-btn-group-right
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-float-btn-group.ant-float-btn-group-right
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave {
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-float-btn-group.ant-float-btn-group-right
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter.ant-float-btn-group-wrap-enter-active,
  .ant-float-btn-group.ant-float-btn-group-right
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear.ant-float-btn-group-wrap-appear-active {
    animation-name: antFloatButtonMoveRightIn;
    animation-play-state: running;
  }
  .ant-float-btn-group.ant-float-btn-group-right
    .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave.ant-float-btn-group-wrap-leave-active {
    animation-name: antFloatButtonMoveRightOut;
    animation-play-state: running;
    pointer-events: none;
  }
  .ant-float-btn-group-wrap.ant-float-btn-group-wrap-enter,
  .ant-float-btn-group-wrap.ant-float-btn-group-wrap-appear {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-float-btn-group-wrap.ant-float-btn-group-wrap-leave {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  @keyframes antFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes antFadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes antFloatButtonMoveTopIn {
    0% {
      transform: translate3d(0, 40px, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
  }
  @keyframes antFloatButtonMoveTopOut {
    0% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
    100% {
      transform: translate3d(0, 40px, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
  }
  @keyframes antFloatButtonMoveBottomIn {
    0% {
      transform: translate3d(0, -40px, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
  }
  @keyframes antFloatButtonMoveBottomOut {
    0% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
    100% {
      transform: translate3d(0, -40px, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
  }
  @keyframes antFloatButtonMoveLeftIn {
    0% {
      transform: translate3d(40px, 0, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
  }
  @keyframes antFloatButtonMoveLeftOut {
    0% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
    100% {
      transform: translate3d(40px, 0, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
  }
  @keyframes antFloatButtonMoveRightIn {
    0% {
      transform: translate3d(-40px, 0, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
  }
  @keyframes antFloatButtonMoveRightOut {
    0% {
      transform: translate3d(0, 0, 0);
      transform-origin: 0 0;
      opacity: 1;
    }
    100% {
      transform: translate3d(-40px, 0, 0);
      transform-origin: 0 0;
      opacity: 0;
    }
  }
  [class^='ant-image'],
  [class*=' ant-image'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-image']::before,
  [class*=' ant-image']::before,
  [class^='ant-image']::after,
  [class*=' ant-image']::after {
    box-sizing: border-box;
  }
  [class^='ant-image'] [class^='ant-image'],
  [class*=' ant-image'] [class^='ant-image'],
  [class^='ant-image'] [class*=' ant-image'],
  [class*=' ant-image'] [class*=' ant-image'] {
    box-sizing: border-box;
  }
  [class^='ant-image'] [class^='ant-image']::before,
  [class*=' ant-image'] [class^='ant-image']::before,
  [class^='ant-image'] [class*=' ant-image']::before,
  [class*=' ant-image'] [class*=' ant-image']::before,
  [class^='ant-image'] [class^='ant-image']::after,
  [class*=' ant-image'] [class^='ant-image']::after,
  [class^='ant-image'] [class*=' ant-image']::after,
  [class*=' ant-image'] [class*=' ant-image']::after {
    box-sizing: border-box;
  }
  .ant-image {
    position: relative;
    display: inline-block;
  }
  .ant-image .ant-image-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .ant-image .ant-image-img-placeholder {
    background-color: rgba(0, 0, 0, 0.04);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
  }
  .ant-image .ant-image-mask {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s;
  }
  .ant-image .ant-image-mask .ant-image-mask-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 4px;
  }
  .ant-image .ant-image-mask .ant-image-mask-info .anticon {
    margin-inline-end: 4px;
  }
  .ant-image .ant-image-mask .ant-image-mask-info .anticon svg {
    vertical-align: baseline;
  }
  .ant-image .ant-image-mask:hover {
    opacity: 1;
  }
  .ant-image .ant-image-placeholder {
    position: absolute;
    inset: 0;
  }
  .ant-image-preview-root .ant-image-preview {
    height: 100%;
    text-align: center;
    pointer-events: none;
  }
  .ant-image-preview-root .ant-image-preview-body {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .ant-image-preview-root .ant-image-preview-img {
    max-width: 100%;
    max-height: 70%;
    vertical-align: middle;
    transform: scale3d(1, 1, 1);
    cursor: grab;
    transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-image-preview-root .ant-image-preview-img-wrapper {
    position: absolute;
    inset: 0;
    transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ant-image-preview-root .ant-image-preview-img-wrapper > * {
    pointer-events: auto;
  }
  .ant-image-preview-root .ant-image-preview-img-wrapper::before {
    display: inline-block;
    width: 1px;
    height: 50%;
    margin-inline-end: -1px;
    content: '';
  }
  .ant-image-preview-root .ant-image-preview-moving .ant-image-preview-preview-img {
    cursor: grabbing;
  }
  .ant-image-preview-root .ant-image-preview-moving .ant-image-preview-preview-img-wrapper {
    transition-duration: 0s;
  }
  .ant-image-preview-root .ant-image-preview-wrap {
    z-index: 1080;
  }
  .ant-image-preview-operations-wrapper {
    position: fixed;
    z-index: 1081;
  }
  .ant-image-preview-footer {
    position: fixed;
    bottom: 32px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.65);
    transform: translateX(-50%);
  }
  .ant-image-preview-progress {
    margin-bottom: 16px;
  }
  .ant-image-preview-close {
    position: fixed;
    top: 32px;
    right: 32px;
    display: flex;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 12px;
    outline: 0;
    border: 0;
    cursor: pointer;
    transition: all 0.15s;
  }
  .ant-image-preview-close:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ant-image-preview-close > .anticon {
    font-size: 15px;
  }
  .ant-image-preview-operations {
    display: flex;
    align-items: center;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100px;
  }
  .ant-image-preview-operations-operation {
    margin-inline-start: 12px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.15s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-image-preview-operations-operation:not(
      .ant-image-preview-operations-operation-disabled
    ):hover
    > .anticon {
    color: rgba(255, 255, 255, 0.85);
  }
  .ant-image-preview-operations-operation-disabled {
    color: rgba(255, 255, 255, 0.25);
    cursor: not-allowed;
  }
  .ant-image-preview-operations-operation:first-of-type {
    margin-inline-start: 0;
  }
  .ant-image-preview-operations-operation > .anticon {
    font-size: 15px;
  }
  .ant-image-preview-switch-left,
  .ant-image-preview-switch-right {
    position: fixed;
    inset-block-start: 50%;
    z-index: 1081;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.15s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-image-preview-switch-left:hover,
  .ant-image-preview-switch-right:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .ant-image-preview-switch-left-disabled,
  .ant-image-preview-switch-right-disabled,
  .ant-image-preview-switch-left-disabled:hover,
  .ant-image-preview-switch-right-disabled:hover {
    color: rgba(255, 255, 255, 0.25);
    background: transparent;
    cursor: not-allowed;
  }
  .ant-image-preview-switch-left-disabled > .anticon,
  .ant-image-preview-switch-right-disabled > .anticon,
  .ant-image-preview-switch-left-disabled:hover > .anticon,
  .ant-image-preview-switch-right-disabled:hover > .anticon {
    cursor: not-allowed;
  }
  .ant-image-preview-switch-left > .anticon,
  .ant-image-preview-switch-right > .anticon {
    font-size: 15px;
  }
  .ant-image-preview-switch-left {
    inset-inline-start: 12px;
  }
  .ant-image-preview-switch-right {
    inset-inline-end: 12px;
  }
  .ant-image-preview-root .ant-image-preview.ant-zoom-enter,
  .ant-image-preview-root .ant-image-preview.ant-zoom-appear {
    transform: none;
    opacity: 0;
    animation-duration: 0.15s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-image-preview-root .ant-image-preview.ant-zoom-leave .ant-image-preview-content {
    pointer-events: none;
  }
  .ant-image-preview-root .ant-image-preview-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    pointer-events: none;
  }
  .ant-image-preview-root .ant-image-preview-mask .ant-image-preview-hidden {
    display: none;
  }
  .ant-image-preview-root .ant-image-preview-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
  }
  .ant-image-preview-root .ant-fade-enter,
  .ant-image-preview-root .ant-fade-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-image-preview-root .ant-fade-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-image-preview-root .ant-fade-enter.ant-fade-enter-active,
  .ant-image-preview-root .ant-fade-appear.ant-fade-appear-active {
    animation-name: antFadeIn;
    animation-play-state: running;
  }
  .ant-image-preview-root .ant-fade-leave.ant-fade-leave-active {
    animation-name: antFadeOut;
    animation-play-state: running;
    pointer-events: none;
  }
  .ant-image-preview-root .ant-fade-enter,
  .ant-image-preview-root .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
  }
  .ant-image-preview-root .ant-fade-leave {
    animation-timing-function: linear;
  }
  .ant-image-preview-root .ant-zoom-enter,
  .ant-image-preview-root .ant-zoom-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-image-preview-root .ant-zoom-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-image-preview-root .ant-zoom-enter.ant-zoom-enter-active,
  .ant-image-preview-root .ant-zoom-appear.ant-zoom-appear-active {
    animation-name: antZoomIn;
    animation-play-state: running;
  }
  .ant-image-preview-root .ant-zoom-leave.ant-zoom-leave-active {
    animation-name: antZoomOut;
    animation-play-state: running;
    pointer-events: none;
  }
  .ant-image-preview-root .ant-zoom-enter,
  .ant-image-preview-root .ant-zoom-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-image-preview-root .ant-zoom-enter-prepare,
  .ant-image-preview-root .ant-zoom-appear-prepare {
    transform: none;
  }
  .ant-image-preview-root .ant-zoom-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-fade-enter,
  .ant-fade-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-fade-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-fade-enter.ant-fade-enter-active,
  .ant-fade-appear.ant-fade-appear-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-enter,
  .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
  }
  .ant-fade-leave {
    animation-timing-function: linear;
  }
  @keyframes antZoomOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.2);
      opacity: 0;
    }
  }
  .ant-input {
    box-sizing: border-box;
  }
  .ant-input::before,
  .ant-input::after {
    box-sizing: border-box;
  }
  .ant-input [class^='ant-input'],
  .ant-input [class*=' ant-input'] {
    box-sizing: border-box;
  }
  .ant-input [class^='ant-input']::before,
  .ant-input [class*=' ant-input']::before,
  .ant-input [class^='ant-input']::after,
  .ant-input [class*=' ant-input']::after {
    box-sizing: border-box;
  }
  .ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 5px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.1s;
  }
  .ant-input::-moz-placeholder {
    opacity: 1;
  }
  .ant-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-input:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-lg {
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 8px;
  }
  .ant-input-sm {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 4px;
  }
  .ant-input-rtl,
  .ant-input-textarea-rtl {
    direction: rtl;
  }
  .ant-input-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .ant-input-outlined:hover {
    border-color: #1fc266;
    background-color: #ffffff;
  }
  .ant-input-outlined:focus,
  .ant-input-outlined:focus-within {
    border-color: #00b453;
    box-shadow: 0 0 0 2px rgba(5, 184, 62, 0.14);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-outlined.ant-input-disabled,
  .ant-input-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-input-outlined.ant-input-disabled input[disabled],
  .ant-input-outlined[disabled] input[disabled],
  .ant-input-outlined.ant-input-disabled textarea[disabled],
  .ant-input-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-input-outlined.ant-input-disabled:hover:not([disabled]),
  .ant-input-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
  }
  .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
  }
  .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus,
  .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix,
  .ant-input-outlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
  }
  .ant-input-outlined.ant-input-status-error.ant-input-disabled {
    border-color: #ff4d4f;
  }
  .ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
  }
  .ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
  }
  .ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus,
  .ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix,
  .ant-input-outlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
  }
  .ant-input-outlined.ant-input-status-warning.ant-input-disabled {
    border-color: #faad14;
  }
  .ant-input-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-input-filled,
  .ant-input-filled input,
  textarea.ant-input-filled,
  .ant-input-filled textarea {
    color: unset;
  }
  .ant-input-filled:hover {
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-input-filled:focus,
  .ant-input-filled:focus-within {
    outline: 0;
    border-color: #00b453;
    background-color: #ffffff;
  }
  .ant-input-filled.ant-input-disabled,
  .ant-input-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-input-filled.ant-input-disabled input[disabled],
  .ant-input-filled[disabled] input[disabled],
  .ant-input-filled.ant-input-disabled textarea[disabled],
  .ant-input-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-input-filled.ant-input-disabled:hover:not([disabled]),
  .ant-input-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-input-filled.ant-input-status-error:not(.ant-input-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-input-filled.ant-input-status-error:not(.ant-input-disabled),
  .ant-input-filled.ant-input-status-error:not(.ant-input-disabled) input,
  textarea.ant-input-filled.ant-input-status-error:not(.ant-input-disabled),
  .ant-input-filled.ant-input-status-error:not(.ant-input-disabled) textarea {
    color: #ff4d4f;
  }
  .ant-input-filled.ant-input-status-error:not(.ant-input-disabled):hover {
    background: #fff1f0;
  }
  .ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus,
  .ant-input-filled.ant-input-status-error:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
  }
  .ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix,
  .ant-input-filled.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
  }
  .ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-input-filled.ant-input-status-warning:not(.ant-input-disabled),
  .ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) input,
  textarea.ant-input-filled.ant-input-status-warning:not(.ant-input-disabled),
  .ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) textarea {
    color: #faad14;
  }
  .ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):hover {
    background: #fff1b8;
  }
  .ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus,
  .ant-input-filled.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
  }
  .ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix,
  .ant-input-filled.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
  }
  .ant-input-borderless {
    background: transparent;
    border: none;
  }
  .ant-input-borderless:focus,
  .ant-input-borderless:focus-within {
    outline: none;
  }
  .ant-input-borderless.ant-input-disabled,
  .ant-input-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-input-borderless.ant-input-status-error,
  .ant-input-borderless.ant-input-status-error input,
  .ant-input-borderless.ant-input-status-error textarea {
    color: #ff4d4f;
  }
  .ant-input-borderless.ant-input-status-warning,
  .ant-input-borderless.ant-input-status-warning input,
  .ant-input-borderless.ant-input-status-warning textarea {
    color: #faad14;
  }
  .ant-input-underlined {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #d9d9d9 transparent;
    border-radius: 0;
  }
  .ant-input-underlined:hover {
    border-color: transparent transparent #d9d9d9 transparent;
    background-color: #ffffff;
  }
  .ant-input-underlined:focus,
  .ant-input-underlined:focus-within {
    border-color: transparent transparent #00b453 transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-underlined.ant-input-disabled,
  .ant-input-underlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    cursor: not-allowed;
  }
  .ant-input-underlined.ant-input-disabled:hover,
  .ant-input-underlined[disabled]:hover {
    border-color: transparent transparent #d9d9d9 transparent;
  }
  .ant-input-underlined input[disabled],
  .ant-input-underlined textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-input-underlined.ant-input-status-error:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #ff4d4f transparent;
    border-radius: 0;
  }
  .ant-input-underlined.ant-input-status-error:not(.ant-input-disabled):hover {
    border-color: transparent transparent #ff4d4f transparent;
    background-color: #ffffff;
  }
  .ant-input-underlined.ant-input-status-error:not(.ant-input-disabled):focus,
  .ant-input-underlined.ant-input-status-error:not(.ant-input-disabled):focus-within {
    border-color: transparent transparent #ff4d4f transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-underlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-prefix,
  .ant-input-underlined.ant-input-status-error:not(.ant-input-disabled) .ant-input-suffix {
    color: #ff4d4f;
  }
  .ant-input-underlined.ant-input-status-error.ant-input-disabled {
    border-color: transparent transparent #ff4d4f transparent;
  }
  .ant-input-underlined.ant-input-status-warning:not(.ant-input-disabled) {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #faad14 transparent;
    border-radius: 0;
  }
  .ant-input-underlined.ant-input-status-warning:not(.ant-input-disabled):hover {
    border-color: transparent transparent #faad14 transparent;
    background-color: #ffffff;
  }
  .ant-input-underlined.ant-input-status-warning:not(.ant-input-disabled):focus,
  .ant-input-underlined.ant-input-status-warning:not(.ant-input-disabled):focus-within {
    border-color: transparent transparent #faad14 transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-underlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-prefix,
  .ant-input-underlined.ant-input-status-warning:not(.ant-input-disabled) .ant-input-suffix {
    color: #faad14;
  }
  .ant-input-underlined.ant-input-status-warning.ant-input-disabled {
    border-color: transparent transparent #faad14 transparent;
  }
  .ant-input[type='color'] {
    height: 32px;
  }
  .ant-input[type='color'].ant-input-lg {
    height: 40px;
  }
  .ant-input[type='color'].ant-input-sm {
    height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .ant-input[type='search']::-webkit-search-cancel-button,
  .ant-input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
            appearance: none;
  }
  .ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 5px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    border-radius: 6px;
    transition: all 0.1s;
  }
  .ant-input-affix-wrapper::-moz-placeholder {
    opacity: 1;
  }
  .ant-input-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-input-affix-wrapper:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-affix-wrapper-lg {
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 8px;
  }
  .ant-input-affix-wrapper-sm {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 4px;
  }
  .ant-input-affix-wrapper-rtl,
  .ant-input-affix-wrapper-textarea-rtl {
    direction: rtl;
  }
  .ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 1;
  }
  .ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-disabled):hover {
    z-index: 0;
  }
  .ant-input-affix-wrapper-focused,
  .ant-input-affix-wrapper:focus {
    z-index: 1;
  }
  .ant-input-affix-wrapper > input.ant-input {
    padding: 0;
  }
  .ant-input-affix-wrapper > input.ant-input,
  .ant-input-affix-wrapper > textarea.ant-input {
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
  }
  .ant-input-affix-wrapper > input.ant-input::-ms-reveal,
  .ant-input-affix-wrapper > textarea.ant-input::-ms-reveal {
    display: none;
  }
  .ant-input-affix-wrapper > input.ant-input:focus,
  .ant-input-affix-wrapper > textarea.ant-input:focus {
    box-shadow: none !important;
  }
  .ant-input-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '\a0';
  }
  .ant-input-affix-wrapper .ant-input-prefix,
  .ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
  }
  .ant-input-affix-wrapper .ant-input-prefix > *:not(:last-child),
  .ant-input-affix-wrapper .ant-input-suffix > *:not(:last-child) {
    margin-inline-end: 8px;
  }
  .ant-input-affix-wrapper .ant-input-show-count-suffix {
    color: rgba(0, 0, 0, 0.45);
    direction: ltr;
  }
  .ant-input-affix-wrapper .ant-input-show-count-has-suffix {
    margin-inline-end: 4px;
  }
  .ant-input-affix-wrapper .ant-input-prefix {
    margin-inline-end: 4px;
  }
  .ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
  }
  .ant-input-affix-wrapper .ant-input-clear-icon {
    margin: 0;
    padding: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 10px;
    vertical-align: -1px;
    cursor: pointer;
    transition: color 0.15s;
    border: none;
    outline: none;
    background-color: transparent;
  }
  .ant-input-affix-wrapper .ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-input-affix-wrapper .ant-input-clear-icon:active {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-input-affix-wrapper .ant-input-clear-icon-hidden {
    visibility: hidden;
  }
  .ant-input-affix-wrapper .ant-input-clear-icon-has-suffix {
    margin: 0 4px;
  }
  .ant-input-affix-wrapper .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.15s;
  }
  .ant-input-affix-wrapper .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-input-underlined {
    border-radius: 0;
  }
  .ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon {
    color: rgba(0, 0, 0, 0.45);
    cursor: not-allowed;
  }
  .ant-input-affix-wrapper-disabled .anticon.ant-input-password-icon:hover {
    color: rgba(0, 0, 0, 0.45);
  }
  [class^='ant-input'],
  [class*=' ant-input'] {
    box-sizing: border-box;
  }
  [class^='ant-input']::before,
  [class*=' ant-input']::before,
  [class^='ant-input']::after,
  [class*=' ant-input']::after {
    box-sizing: border-box;
  }
  [class^='ant-input'] [class^='ant-input'],
  [class*=' ant-input'] [class^='ant-input'],
  [class^='ant-input'] [class*=' ant-input'],
  [class*=' ant-input'] [class*=' ant-input'] {
    box-sizing: border-box;
  }
  [class^='ant-input'] [class^='ant-input']::before,
  [class*=' ant-input'] [class^='ant-input']::before,
  [class^='ant-input'] [class*=' ant-input']::before,
  [class*=' ant-input'] [class*=' ant-input']::before,
  [class^='ant-input'] [class^='ant-input']::after,
  [class*=' ant-input'] [class^='ant-input']::after,
  [class^='ant-input'] [class*=' ant-input']::after,
  [class*=' ant-input'] [class*=' ant-input']::after {
    box-sizing: border-box;
  }
  .ant-input-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .ant-input-group[class*='col-'] {
    padding-inline-end: 8px;
  }
  .ant-input-group[class*='col-']:last-child {
    padding-inline-end: 0;
  }
  .ant-input-group-lg .ant-input,
  .ant-input-group-lg > .ant-input-group-addon {
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 8px;
  }
  .ant-input-group-sm .ant-input,
  .ant-input-group-sm > .ant-input-group-addon {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 4px;
  }
  .ant-input-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
  }
  .ant-input-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
  }
  .ant-input-group > .ant-input {
    display: table-cell;
  }
  .ant-input-group > .ant-input:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .ant-input-group .ant-input-group-addon,
  .ant-input-group .ant-input-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
  }
  .ant-input-group .ant-input-group-addon:not(:first-child):not(:last-child),
  .ant-input-group .ant-input-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .ant-input-group .ant-input-group-wrap > * {
    display: block !important;
  }
  .ant-input-group .ant-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.15s;
    line-height: 1;
  }
  .ant-input-group .ant-input-group-addon .ant-select {
    margin: -6px -11px;
  }
  .ant-input-group
    .ant-input-group-addon
    .ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-pagination-size-changer)
    .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
  }
  .ant-input-group .ant-input-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
  }
  .ant-input-group .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
  }
  .ant-input-group .ant-input {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
  }
  .ant-input-group .ant-input:focus {
    z-index: 1;
    border-inline-end-width: 1px;
  }
  .ant-input-group .ant-input:hover {
    z-index: 1;
    border-inline-end-width: 1px;
  }
  .ant-input-search-with-button .ant-input-group .ant-input:hover {
    z-index: 0;
  }
  .ant-input-group > .ant-input:first-child,
  .ant-input-group .ant-input-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
  .ant-input-group .ant-input-group-addon:first-child .ant-select .ant-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-group > .ant-input:last-child,
  .ant-input-group .ant-input-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
  .ant-input-group .ant-input-group-addon:last-child .ant-select .ant-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
  }
  .ant-input-group .ant-input-affix-wrapper:not(:first-child),
  .ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-group.ant-input-group-compact {
    display: block;
  }
  .ant-input-group.ant-input-group-compact::before {
    display: table;
    content: '';
  }
  .ant-input-group.ant-input-group-compact::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-input-group.ant-input-group-compact
    .ant-input-group-addon:not(:first-child):not(:last-child),
  .ant-input-group.ant-input-group-compact .ant-input-group-wrap:not(:first-child):not(:last-child),
  .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
  }
  .ant-input-group.ant-input-group-compact
    .ant-input-group-addon:not(:first-child):not(:last-child):hover,
  .ant-input-group.ant-input-group-compact
    .ant-input-group-wrap:not(:first-child):not(:last-child):hover,
  .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover,
  .ant-input-group.ant-input-group-compact
    .ant-input-group-addon:not(:first-child):not(:last-child):focus,
  .ant-input-group.ant-input-group-compact
    .ant-input-group-wrap:not(:first-child):not(:last-child):focus,
  .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1;
  }
  .ant-input-group.ant-input-group-compact > * {
    display: inline-flex;
    float: none;
    vertical-align: top;
    border-radius: 0;
  }
  .ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper,
  .ant-input-group.ant-input-group-compact > .ant-input-number-affix-wrapper,
  .ant-input-group.ant-input-group-compact > .ant-picker-range {
    display: inline-flex;
  }
  .ant-input-group.ant-input-group-compact > *:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
  }
  .ant-input-group.ant-input-group-compact .ant-input {
    float: none;
  }
  .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
  .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
  .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
  .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
    border-inline-end-width: 1px;
    border-radius: 0;
  }
  .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
  .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
  .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
  .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover,
  .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
  .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
  .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
  .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
    z-index: 1;
  }
  .ant-input-group.ant-input-group-compact > .ant-select-focused {
    z-index: 1;
  }
  .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
    z-index: 1;
  }
  .ant-input-group.ant-input-group-compact > *:first-child,
  .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
  .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
  .ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
  }
  .ant-input-group.ant-input-group-compact > *:last-child,
  .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
  .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
  .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
    border-inline-end-width: 1px;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
  }
  .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
    vertical-align: top;
  }
  .ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
    margin-inline-start: -1px;
  }
  .ant-input-group.ant-input-group-compact
    .ant-input-group-wrapper
    + .ant-input-group-wrapper
    .ant-input-affix-wrapper {
    border-radius: 0;
  }
  .ant-input-group.ant-input-group-compact
    .ant-input-group-wrapper:not(:last-child).ant-input-search
    > .ant-input-group
    > .ant-input-group-addon
    > .ant-input-search-button {
    border-radius: 0;
  }
  .ant-input-group.ant-input-group-compact
    .ant-input-group-wrapper:not(:last-child).ant-input-search
    > .ant-input-group
    > .ant-input {
    border-start-start-radius: 6px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 6px;
  }
  .ant-input-group-rtl {
    direction: rtl;
  }
  .ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
  }
  .ant-input-group-wrapper-rtl {
    direction: rtl;
  }
  .ant-input-group-wrapper-lg .ant-input-group-addon {
    border-radius: 8px;
    font-size: 14px;
  }
  .ant-input-group-wrapper-sm .ant-input-group-addon {
    border-radius: 4px;
  }
  .ant-input-group-wrapper-outlined .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
  }
  .ant-input-group-wrapper-outlined .ant-input-group-addon:first-child {
    border-inline-end: 0;
  }
  .ant-input-group-wrapper-outlined .ant-input-group-addon:last-child {
    border-inline-start: 0;
  }
  .ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-error .ant-input-group-addon {
    border-color: #ff4d4f;
    color: #ff4d4f;
  }
  .ant-input-group-wrapper-outlined.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    border-color: #faad14;
    color: #faad14;
  }
  .ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled .ant-input-group-addon {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled
    .ant-input-group-addon
    input[disabled],
  .ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled
    .ant-input-group-addon
    textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-input-group-wrapper-outlined.ant-input-group-wrapper-disabled
    .ant-input-group-addon:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-input-group-wrapper-filled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-input-group-wrapper-filled .ant-input-group-addon:last-child {
    position: static;
  }
  .ant-input-group-wrapper-filled.ant-input-group-wrapper-status-error .ant-input-group-addon {
    background: #fff2f0;
    color: #ff4d4f;
  }
  .ant-input-group-wrapper-filled.ant-input-group-wrapper-status-warning .ant-input-group-addon {
    background: #fffbe6;
    color: #faad14;
  }
  .ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled .ant-input-group-addon {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled
    .ant-input-group-addon:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .ant-input-group-wrapper-filled.ant-input-group-wrapper-disabled
    .ant-input-group-addon:last-child {
    border-inline-end: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .ant-input-group-wrapper:not(.ant-input-compact-first-item):not(
      .ant-input-compact-last-item
    ).ant-input-compact-item
    .ant-input,
  .ant-input-group-wrapper:not(.ant-input-compact-first-item):not(
      .ant-input-compact-last-item
    ).ant-input-compact-item
    .ant-input-group-addon {
    border-radius: 0;
  }
  .ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item
    .ant-input,
  .ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item
    .ant-input-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item
    .ant-input,
  .ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item
    .ant-input-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-item
    .ant-input-affix-wrapper {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-item
    .ant-input-affix-wrapper {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-search
    .ant-input:not([disabled]):hover
    + .ant-input-group-addon
    .ant-input-search-button:not(.ant-btn-color-primary):not(.ant-btn-variant-text),
  .ant-input-search
    .ant-input:not([disabled]):focus
    + .ant-input-group-addon
    .ant-input-search-button:not(.ant-btn-color-primary):not(.ant-btn-variant-text) {
    border-inline-start-color: #1fc266;
  }
  .ant-input-search .ant-input-affix-wrapper {
    height: 32px;
    border-radius: 0;
  }
  .ant-input-search .ant-input-lg {
    line-height: 1.5712285714285714;
  }
  .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
    inset-inline-start: -1px;
    padding: 0;
    border: 0;
  }
  .ant-input-search
    > .ant-input-group
    > .ant-input-group-addon:last-child
    .ant-input-search-button {
    margin-inline-end: -1px;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    box-shadow: none;
  }
  .ant-input-search
    > .ant-input-group
    > .ant-input-group-addon:last-child
    .ant-input-search-button:not(.ant-btn-color-primary) {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-input-search
    > .ant-input-group
    > .ant-input-group-addon:last-child
    .ant-input-search-button:not(.ant-btn-color-primary):not([disabled]):hover {
    color: #1fc266;
  }
  .ant-input-search
    > .ant-input-group
    > .ant-input-group-addon:last-child
    .ant-input-search-button:not(.ant-btn-color-primary):active {
    color: #008f47;
  }
  .ant-input-search
    > .ant-input-group
    > .ant-input-group-addon:last-child
    .ant-input-search-button:not(.ant-btn-color-primary).ant-btn-loading::before {
    inset: 0;
  }
  .ant-input-search .ant-input-search-button {
    height: 32px;
  }
  .ant-input-search .ant-input-search-button:hover,
  .ant-input-search .ant-input-search-button:focus {
    z-index: 1;
  }
  .ant-input-search-large .ant-input-affix-wrapper,
  .ant-input-search-large .ant-input-search-button {
    height: 40px;
  }
  .ant-input-search-small .ant-input-affix-wrapper,
  .ant-input-search-small .ant-input-search-button {
    height: 24px;
  }
  .ant-input-search-rtl {
    direction: rtl;
  }
  .ant-input-search.ant-input-compact-item:not(.ant-input-compact-last-item)
    .ant-input-group-addon
    .ant-input-search-button {
    margin-inline-end: -1px;
    border-radius: 0;
  }
  .ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,
  .ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item)
    .ant-input-affix-wrapper {
    border-radius: 0;
  }
  .ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:hover,
  .ant-input-search.ant-input-compact-item > .ant-input:hover,
  .ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,
  .ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:focus,
  .ant-input-search.ant-input-compact-item > .ant-input:focus,
  .ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,
  .ant-input-search.ant-input-compact-item > .ant-input-group-addon .ant-input-search-button:active,
  .ant-input-search.ant-input-compact-item > .ant-input:active,
  .ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active {
    z-index: 2;
  }
  .ant-input-search.ant-input-compact-item > .ant-input-affix-wrapper-focused {
    z-index: 2;
  }
  .ant-input-out-of-range,
  .ant-input-out-of-range input,
  .ant-input-out-of-range textarea,
  .ant-input-out-of-range .ant-input-show-count-suffix,
  .ant-input-out-of-range .ant-input-data-count {
    color: #ff4d4f;
  }
  .ant-input-compact-item:not(.ant-input-compact-last-item) {
    margin-inline-end: -1px;
  }
  .ant-input-compact-item:not(.ant-input-status-success) {
    z-index: 2;
  }
  .ant-input-compact-item:hover,
  .ant-input-compact-item:focus,
  .ant-input-compact-item:active {
    z-index: 3;
  }
  .ant-input-compact-item[disabled] {
    z-index: 0;
  }
  .ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item) {
    border-radius: 0;
  }
  .ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-first-item,
  .ant-input-compact-item:not(
      .ant-input-compact-last-item
    ).ant-input-compact-first-item.ant-input-sm,
  .ant-input-compact-item:not(
      .ant-input-compact-last-item
    ).ant-input-compact-first-item.ant-input-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-compact-item:not(.ant-input-compact-first-item).ant-input-compact-last-item,
  .ant-input-compact-item:not(
      .ant-input-compact-first-item
    ).ant-input-compact-last-item.ant-input-sm,
  .ant-input-compact-item:not(
      .ant-input-compact-first-item
    ).ant-input-compact-last-item.ant-input-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  [class^='ant-input-number'],
  [class*=' ant-input-number'] {
    box-sizing: border-box;
  }
  [class^='ant-input-number']::before,
  [class*=' ant-input-number']::before,
  [class^='ant-input-number']::after,
  [class*=' ant-input-number']::after {
    box-sizing: border-box;
  }
  [class^='ant-input-number'] [class^='ant-input-number'],
  [class*=' ant-input-number'] [class^='ant-input-number'],
  [class^='ant-input-number'] [class*=' ant-input-number'],
  [class*=' ant-input-number'] [class*=' ant-input-number'] {
    box-sizing: border-box;
  }
  [class^='ant-input-number'] [class^='ant-input-number']::before,
  [class*=' ant-input-number'] [class^='ant-input-number']::before,
  [class^='ant-input-number'] [class*=' ant-input-number']::before,
  [class*=' ant-input-number'] [class*=' ant-input-number']::before,
  [class^='ant-input-number'] [class^='ant-input-number']::after,
  [class*=' ant-input-number'] [class^='ant-input-number']::after,
  [class^='ant-input-number'] [class*=' ant-input-number']::after,
  [class*=' ant-input-number'] [class*=' ant-input-number']::after {
    box-sizing: border-box;
  }
  .ant-input-number {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-block;
    width: 90px;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.1s;
  }
  .ant-input-number::-moz-placeholder {
    opacity: 1;
  }
  .ant-input-number::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-input-number:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-number:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-number-lg {
    padding: 0;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 8px;
  }
  .ant-input-number-lg input.ant-input-number-input {
    height: 38px;
    padding: 8px 11px;
  }
  .ant-input-number-sm {
    padding: 0;
    font-size: 12px;
    border-radius: 4px;
  }
  .ant-input-number-sm input.ant-input-number-input {
    height: 22px;
    padding: 1px 7px;
  }
  .ant-input-number-rtl,
  .ant-input-number-textarea-rtl {
    direction: rtl;
  }
  .ant-input-number-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .ant-input-number-outlined:hover {
    border-color: #1fc266;
    background-color: #ffffff;
  }
  .ant-input-number-outlined:focus,
  .ant-input-number-outlined:focus-within {
    border-color: #00b453;
    box-shadow: 0 0 0 2px rgba(5, 184, 62, 0.14);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-number-outlined.ant-input-number-disabled,
  .ant-input-number-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-input-number-outlined.ant-input-number-disabled input[disabled],
  .ant-input-number-outlined[disabled] input[disabled],
  .ant-input-number-outlined.ant-input-number-disabled textarea[disabled],
  .ant-input-number-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-input-number-outlined.ant-input-number-disabled:hover:not([disabled]),
  .ant-input-number-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
  }
  .ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
  }
  .ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled):focus,
  .ant-input-number-outlined.ant-input-number-status-error:not(
      .ant-input-number-disabled
    ):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled)
    .ant-input-number-prefix,
  .ant-input-number-outlined.ant-input-number-status-error:not(.ant-input-number-disabled)
    .ant-input-number-suffix {
    color: #ff4d4f;
  }
  .ant-input-number-outlined.ant-input-number-status-error.ant-input-number-disabled {
    border-color: #ff4d4f;
  }
  .ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
  }
  .ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
  }
  .ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled):focus,
  .ant-input-number-outlined.ant-input-number-status-warning:not(
      .ant-input-number-disabled
    ):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled)
    .ant-input-number-prefix,
  .ant-input-number-outlined.ant-input-number-status-warning:not(.ant-input-number-disabled)
    .ant-input-number-suffix {
    color: #faad14;
  }
  .ant-input-number-outlined.ant-input-number-status-warning.ant-input-number-disabled {
    border-color: #faad14;
  }
  .ant-input-number-outlined .ant-input-number-handler-wrap {
    background: #ffffff;
  }
  .ant-input-number-outlined .ant-input-number-handler-wrap .ant-input-number-handler-down {
    border-block-start: 1px solid #d9d9d9;
  }
  .ant-input-number-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-input-number-filled,
  .ant-input-number-filled input,
  textarea.ant-input-number-filled,
  .ant-input-number-filled textarea {
    color: unset;
  }
  .ant-input-number-filled:hover {
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-input-number-filled:focus,
  .ant-input-number-filled:focus-within {
    outline: 0;
    border-color: #00b453;
    background-color: #ffffff;
  }
  .ant-input-number-filled.ant-input-number-disabled,
  .ant-input-number-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-input-number-filled.ant-input-number-disabled input[disabled],
  .ant-input-number-filled[disabled] input[disabled],
  .ant-input-number-filled.ant-input-number-disabled textarea[disabled],
  .ant-input-number-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-input-number-filled.ant-input-number-disabled:hover:not([disabled]),
  .ant-input-number-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled),
  .ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled) input,
  textarea.ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled),
  .ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled) textarea {
    color: #ff4d4f;
  }
  .ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled):hover {
    background: #fff1f0;
  }
  .ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled):focus,
  .ant-input-number-filled.ant-input-number-status-error:not(
      .ant-input-number-disabled
    ):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
  }
  .ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled)
    .ant-input-number-prefix,
  .ant-input-number-filled.ant-input-number-status-error:not(.ant-input-number-disabled)
    .ant-input-number-suffix {
    color: #ff4d4f;
  }
  .ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled),
  .ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled) input,
  textarea.ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled),
  .ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled)
    textarea {
    color: #faad14;
  }
  .ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled):hover {
    background: #fff1b8;
  }
  .ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled):focus,
  .ant-input-number-filled.ant-input-number-status-warning:not(
      .ant-input-number-disabled
    ):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
  }
  .ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled)
    .ant-input-number-prefix,
  .ant-input-number-filled.ant-input-number-status-warning:not(.ant-input-number-disabled)
    .ant-input-number-suffix {
    color: #faad14;
  }
  .ant-input-number-filled .ant-input-number-handler-wrap {
    background: #f0f0f0;
  }
  .ant-input-number-filled .ant-input-number-handler-wrap .ant-input-number-handler-down {
    border-block-start: 1px solid #d9d9d9;
  }
  .ant-input-number-filled:focus-within .ant-input-number-handler-wrap {
    background: #ffffff;
  }
  .ant-input-number-underlined {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #d9d9d9 transparent;
    border-radius: 0;
  }
  .ant-input-number-underlined:hover {
    border-color: transparent transparent #d9d9d9 transparent;
    background-color: #ffffff;
  }
  .ant-input-number-underlined:focus,
  .ant-input-number-underlined:focus-within {
    border-color: transparent transparent #00b453 transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-number-underlined.ant-input-number-disabled,
  .ant-input-number-underlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    cursor: not-allowed;
  }
  .ant-input-number-underlined.ant-input-number-disabled:hover,
  .ant-input-number-underlined[disabled]:hover {
    border-color: transparent transparent #d9d9d9 transparent;
  }
  .ant-input-number-underlined input[disabled],
  .ant-input-number-underlined textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-input-number-underlined.ant-input-number-status-error:not(.ant-input-number-disabled) {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #ff4d4f transparent;
    border-radius: 0;
  }
  .ant-input-number-underlined.ant-input-number-status-error:not(.ant-input-number-disabled):hover {
    border-color: transparent transparent #ff4d4f transparent;
    background-color: #ffffff;
  }
  .ant-input-number-underlined.ant-input-number-status-error:not(.ant-input-number-disabled):focus,
  .ant-input-number-underlined.ant-input-number-status-error:not(
      .ant-input-number-disabled
    ):focus-within {
    border-color: transparent transparent #ff4d4f transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-number-underlined.ant-input-number-status-error:not(.ant-input-number-disabled)
    .ant-input-number-prefix,
  .ant-input-number-underlined.ant-input-number-status-error:not(.ant-input-number-disabled)
    .ant-input-number-suffix {
    color: #ff4d4f;
  }
  .ant-input-number-underlined.ant-input-number-status-error.ant-input-number-disabled {
    border-color: transparent transparent #ff4d4f transparent;
  }
  .ant-input-number-underlined.ant-input-number-status-warning:not(.ant-input-number-disabled) {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #faad14 transparent;
    border-radius: 0;
  }
  .ant-input-number-underlined.ant-input-number-status-warning:not(
      .ant-input-number-disabled
    ):hover {
    border-color: transparent transparent #faad14 transparent;
    background-color: #ffffff;
  }
  .ant-input-number-underlined.ant-input-number-status-warning:not(
      .ant-input-number-disabled
    ):focus,
  .ant-input-number-underlined.ant-input-number-status-warning:not(
      .ant-input-number-disabled
    ):focus-within {
    border-color: transparent transparent #faad14 transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-input-number-underlined.ant-input-number-status-warning:not(.ant-input-number-disabled)
    .ant-input-number-prefix,
  .ant-input-number-underlined.ant-input-number-status-warning:not(.ant-input-number-disabled)
    .ant-input-number-suffix {
    color: #faad14;
  }
  .ant-input-number-underlined.ant-input-number-status-warning.ant-input-number-disabled {
    border-color: transparent transparent #faad14 transparent;
  }
  .ant-input-number-underlined .ant-input-number-handler-wrap {
    background: #ffffff;
  }
  .ant-input-number-underlined .ant-input-number-handler-wrap .ant-input-number-handler-down {
    border-block-start: 1px solid #d9d9d9;
  }
  .ant-input-number-borderless {
    background: transparent;
    border: none;
  }
  .ant-input-number-borderless:focus,
  .ant-input-number-borderless:focus-within {
    outline: none;
  }
  .ant-input-number-borderless.ant-input-number-disabled,
  .ant-input-number-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-input-number-borderless.ant-input-number-status-error,
  .ant-input-number-borderless.ant-input-number-status-error input,
  .ant-input-number-borderless.ant-input-number-status-error textarea {
    color: #ff4d4f;
  }
  .ant-input-number-borderless.ant-input-number-status-warning,
  .ant-input-number-borderless.ant-input-number-status-warning input,
  .ant-input-number-borderless.ant-input-number-status-warning textarea {
    color: #faad14;
  }
  .ant-input-number-rtl {
    direction: rtl;
  }
  .ant-input-number-rtl .ant-input-number-input {
    direction: rtl;
  }
  .ant-input-number-out-of-range .ant-input-number-input-wrap input {
    color: #ff4d4f;
  }
  .ant-input-number-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .ant-input-number-group[class*='col-'] {
    padding-inline-end: 8px;
  }
  .ant-input-number-group[class*='col-']:last-child {
    padding-inline-end: 0;
  }
  .ant-input-number-group-lg .ant-input-number,
  .ant-input-number-group-lg > .ant-input-number-group-addon {
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 8px;
  }
  .ant-input-number-group-sm .ant-input-number,
  .ant-input-number-group-sm > .ant-input-number-group-addon {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 4px;
  }
  .ant-input-number-group-lg .ant-select-single .ant-select-selector {
    height: 40px;
  }
  .ant-input-number-group-sm .ant-select-single .ant-select-selector {
    height: 24px;
  }
  .ant-input-number-group > .ant-input-number {
    display: table-cell;
  }
  .ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .ant-input-number-group .ant-input-number-group-addon,
  .ant-input-number-group .ant-input-number-group-wrap {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
  }
  .ant-input-number-group .ant-input-number-group-addon:not(:first-child):not(:last-child),
  .ant-input-number-group .ant-input-number-group-wrap:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .ant-input-number-group .ant-input-number-group-wrap > * {
    display: block !important;
  }
  .ant-input-number-group .ant-input-number-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.15s;
    line-height: 1;
  }
  .ant-input-number-group .ant-input-number-group-addon .ant-select {
    margin: -6px -11px;
  }
  .ant-input-number-group
    .ant-input-number-group-addon
    .ant-select.ant-select-single:not(.ant-select-customize-input):not(.ant-pagination-size-changer)
    .ant-select-selector {
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none;
  }
  .ant-input-number-group .ant-input-number-group-addon .ant-cascader-picker {
    margin: -9px -11px;
    background-color: transparent;
  }
  .ant-input-number-group .ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
    text-align: start;
    border: 0;
    box-shadow: none;
  }
  .ant-input-number-group .ant-input-number {
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
  }
  .ant-input-number-group .ant-input-number:focus {
    z-index: 1;
    border-inline-end-width: 1px;
  }
  .ant-input-number-group .ant-input-number:hover {
    z-index: 1;
    border-inline-end-width: 1px;
  }
  .ant-input-number-search-with-button .ant-input-number-group .ant-input-number:hover {
    z-index: 0;
  }
  .ant-input-number-group > .ant-input-number:first-child,
  .ant-input-number-group .ant-input-number-group-addon:first-child {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
  .ant-input-number-group
    .ant-input-number-group-addon:first-child
    .ant-select
    .ant-select-selector {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-number-group > .ant-input-number:last-child,
  .ant-input-number-group .ant-input-number-group-addon:last-child {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
  .ant-input-number-group
    .ant-input-number-group-addon:last-child
    .ant-select
    .ant-select-selector {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-number-search
    .ant-input-number-group
    .ant-input-number-affix-wrapper:not(:last-child) {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
  }
  .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
  .ant-input-number-search
    .ant-input-number-group
    .ant-input-number-affix-wrapper:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-number-group.ant-input-number-group-compact {
    display: block;
  }
  .ant-input-number-group.ant-input-number-group-compact::before {
    display: table;
    content: '';
  }
  .ant-input-number-group.ant-input-number-group-compact::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-addon:not(:first-child):not(:last-child),
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-wrap:not(:first-child):not(:last-child),
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-input-number:not(:first-child):not(:last-child) {
    border-inline-end-width: 1px;
  }
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-addon:not(:first-child):not(:last-child):hover,
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-wrap:not(:first-child):not(:last-child):hover,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-input-number:not(:first-child):not(:last-child):hover,
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-addon:not(:first-child):not(:last-child):focus,
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-wrap:not(:first-child):not(:last-child):focus,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-input-number:not(:first-child):not(:last-child):focus {
    z-index: 1;
  }
  .ant-input-number-group.ant-input-number-group-compact > * {
    display: inline-flex;
    float: none;
    vertical-align: top;
    border-radius: 0;
  }
  .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper,
  .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-number-affix-wrapper,
  .ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
    display: inline-flex;
  }
  .ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
    margin-inline-end: -1px;
    border-inline-end-width: 1px;
  }
  .ant-input-number-group.ant-input-number-group-compact .ant-input-number {
    float: none;
  }
  .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-select-auto-complete
    .ant-input-number,
  .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input-number,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-input-number-group-wrapper
    .ant-input-number {
    border-inline-end-width: 1px;
    border-radius: 0;
  }
  .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-select-auto-complete
    .ant-input-number:hover,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-cascader-picker
    .ant-input-number:hover,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-input-number-group-wrapper
    .ant-input-number:hover,
  .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-select-auto-complete
    .ant-input-number:focus,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-cascader-picker
    .ant-input-number:focus,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-input-number-group-wrapper
    .ant-input-number:focus {
    z-index: 1;
  }
  .ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
    z-index: 1;
  }
  .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
    z-index: 1;
  }
  .ant-input-number-group.ant-input-number-group-compact > *:first-child,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-select:first-child
    > .ant-select-selector,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-select-auto-complete:first-child
    .ant-input-number,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-cascader-picker:first-child
    .ant-input-number {
    border-start-start-radius: 6px;
    border-end-start-radius: 6px;
  }
  .ant-input-number-group.ant-input-number-group-compact > *:last-child,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-select:last-child
    > .ant-select-selector,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-cascader-picker:last-child
    .ant-input-number,
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-cascader-picker-focused:last-child
    .ant-input-number {
    border-inline-end-width: 1px;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
  }
  .ant-input-number-group.ant-input-number-group-compact
    > .ant-select-auto-complete
    .ant-input-number {
    vertical-align: top;
  }
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-wrapper
    + .ant-input-number-group-wrapper {
    margin-inline-start: -1px;
  }
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-wrapper
    + .ant-input-number-group-wrapper
    .ant-input-number-affix-wrapper {
    border-radius: 0;
  }
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-wrapper:not(:last-child).ant-input-number-search
    > .ant-input-number-group
    > .ant-input-number-group-addon
    > .ant-input-number-search-button {
    border-radius: 0;
  }
  .ant-input-number-group.ant-input-number-group-compact
    .ant-input-number-group-wrapper:not(:last-child).ant-input-number-search
    > .ant-input-number-group
    > .ant-input-number {
    border-start-start-radius: 6px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 6px;
  }
  .ant-input-number-group-wrapper {
    display: inline-block;
    text-align: start;
    vertical-align: top;
  }
  .ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
    width: 100%;
  }
  .ant-input-number-group-wrapper-lg .ant-input-number-group-addon {
    border-radius: 8px;
    font-size: 14px;
  }
  .ant-input-number-group-wrapper-sm .ant-input-number-group-addon {
    border-radius: 4px;
  }
  .ant-input-number-group-wrapper-outlined .ant-input-number-group-addon {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #d9d9d9;
  }
  .ant-input-number-group-wrapper-outlined .ant-input-number-group-addon:first-child {
    border-inline-end: 0;
  }
  .ant-input-number-group-wrapper-outlined .ant-input-number-group-addon:last-child {
    border-inline-start: 0;
  }
  .ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-status-error
    .ant-input-number-group-addon {
    border-color: #ff4d4f;
    color: #ff4d4f;
  }
  .ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-status-warning
    .ant-input-number-group-addon {
    border-color: #faad14;
    color: #faad14;
  }
  .ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-disabled
    .ant-input-number-group-addon {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-disabled
    .ant-input-number-group-addon
    input[disabled],
  .ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-disabled
    .ant-input-number-group-addon
    textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-input-number-group-wrapper-outlined.ant-input-number-group-wrapper-disabled
    .ant-input-number-group-addon:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-input-number-group-wrapper-filled .ant-input-number-group-addon {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-input-number-group-wrapper-filled .ant-input-number-group-addon:last-child {
    position: static;
  }
  .ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-status-error
    .ant-input-number-group-addon {
    background: #fff2f0;
    color: #ff4d4f;
  }
  .ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-status-warning
    .ant-input-number-group-addon {
    background: #fffbe6;
    color: #faad14;
  }
  .ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-disabled
    .ant-input-number-group-addon {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-disabled
    .ant-input-number-group-addon:first-child {
    border-inline-start: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .ant-input-number-group-wrapper-filled.ant-input-number-group-wrapper-disabled
    .ant-input-number-group-addon:last-child {
    border-inline-end: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item):not(
      .ant-input-number-compact-last-item
    ).ant-input-number-compact-item
    .ant-input-number,
  .ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item):not(
      .ant-input-number-compact-last-item
    ).ant-input-number-compact-item
    .ant-input-number-group-addon {
    border-radius: 0;
  }
  .ant-input-number-group-wrapper:not(
      .ant-input-number-compact-last-item
    ).ant-input-number-compact-first-item
    .ant-input-number,
  .ant-input-number-group-wrapper:not(
      .ant-input-number-compact-last-item
    ).ant-input-number-compact-first-item
    .ant-input-number-group-addon {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-number-group-wrapper:not(
      .ant-input-number-compact-first-item
    ).ant-input-number-compact-last-item
    .ant-input-number,
  .ant-input-number-group-wrapper:not(
      .ant-input-number-compact-first-item
    ).ant-input-number-compact-last-item
    .ant-input-number-group-addon {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-input-number-disabled .ant-input-number-input {
    cursor: not-allowed;
  }
  .ant-input-number .ant-input-number-input {
    box-sizing: border-box;
    margin: 0;
    padding: 5px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: inherit;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    width: 100%;
    text-align: start;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    outline: 0;
    transition: all 0.1s linear;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
  .ant-input-number .ant-input-number-input::-moz-placeholder {
    opacity: 1;
  }
  .ant-input-number .ant-input-number-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-input-number .ant-input-number-input:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-number .ant-input-number-input:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-number .ant-input-number-input[type='number']::-webkit-inner-spin-button,
  .ant-input-number .ant-input-number-input[type='number']::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
            appearance: none;
  }
  .ant-input-number:hover .ant-input-number-handler-wrap,
  .ant-input-number-focused .ant-input-number-handler-wrap {
    width: 22px;
    opacity: 1;
  }
  .ant-input-number .ant-input-number-handler-wrap {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 0;
    opacity: 0;
    height: 100%;
    border-start-start-radius: 0;
    border-start-end-radius: 6px;
    border-end-end-radius: 6px;
    border-end-start-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: all 0.1s;
    overflow: hidden;
  }
  .ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    height: 40%;
  }
  .ant-input-number
    .ant-input-number-handler-wrap
    .ant-input-number-handler
    .ant-input-number-handler-up-inner,
  .ant-input-number
    .ant-input-number-handler-wrap
    .ant-input-number-handler
    .ant-input-number-handler-down-inner {
    margin-inline-end: 0;
    font-size: 6px;
  }
  .ant-input-number .ant-input-number-handler {
    height: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.45);
    font-weight: bold;
    line-height: 0;
    text-align: center;
    cursor: pointer;
    border-inline-start: 1px solid #d9d9d9;
    transition: all 0.1s linear;
  }
  .ant-input-number .ant-input-number-handler:active {
    background: rgba(0, 0, 0, 0.02);
  }
  .ant-input-number .ant-input-number-handler:hover {
    height: 60%;
  }
  .ant-input-number .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
  .ant-input-number .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
    color: #00b453;
  }
  .ant-input-number .ant-input-number-handler-up-inner,
  .ant-input-number .ant-input-number-handler-down-inner {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.1s linear;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-input-number .ant-input-number-handler-up-inner > *,
  .ant-input-number .ant-input-number-handler-down-inner > * {
    line-height: 1;
  }
  .ant-input-number .ant-input-number-handler-up-inner svg,
  .ant-input-number .ant-input-number-handler-down-inner svg {
    display: inline-block;
  }
  .ant-input-number .ant-input-number-handler-up {
    border-start-end-radius: 6px;
  }
  .ant-input-number .ant-input-number-handler-down {
    border-end-end-radius: 6px;
  }
  .ant-input-number-lg .ant-input-number-handler-wrap {
    border-start-end-radius: 8px;
    border-end-end-radius: 8px;
  }
  .ant-input-number-lg .ant-input-number-handler-up {
    border-start-end-radius: 8px;
  }
  .ant-input-number-lg .ant-input-number-handler-down {
    border-end-end-radius: 8px;
  }
  .ant-input-number-sm .ant-input-number-handler-wrap {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
  }
  .ant-input-number-sm .ant-input-number-handler-up {
    border-start-end-radius: 4px;
  }
  .ant-input-number-sm .ant-input-number-handler-down {
    border-end-end-radius: 4px;
  }
  .ant-input-number-disabled .ant-input-number-handler-wrap,
  .ant-input-number-readonly .ant-input-number-handler-wrap {
    display: none;
  }
  .ant-input-number-disabled .ant-input-number-input,
  .ant-input-number-readonly .ant-input-number-input {
    color: inherit;
  }
  .ant-input-number .ant-input-number-handler-up-disabled,
  .ant-input-number .ant-input-number-handler-down-disabled {
    cursor: not-allowed;
  }
  .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
  .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-input-number-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 90px;
    min-width: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    border-radius: 6px;
    transition: all 0.1s;
    align-items: center;
    padding-inline-start: 11px;
  }
  .ant-input-number-affix-wrapper input.ant-input-number-input {
    padding: 5px 0;
  }
  .ant-input-number-affix-wrapper::-moz-placeholder {
    opacity: 1;
  }
  .ant-input-number-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-input-number-affix-wrapper:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-number-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-input-number-affix-wrapper-lg {
    border-radius: 8px;
    padding-inline-start: 11px;
  }
  .ant-input-number-affix-wrapper-lg input.ant-input-number-input {
    padding: 8px 0;
  }
  .ant-input-number-affix-wrapper-sm {
    border-radius: 4px;
    padding-inline-start: 7px;
  }
  .ant-input-number-affix-wrapper-sm input.ant-input-number-input {
    padding: 1px 0;
  }
  .ant-input-number-affix-wrapper-rtl,
  .ant-input-number-affix-wrapper-textarea-rtl {
    direction: rtl;
  }
  .ant-input-number-affix-wrapper:not(.ant-input-number-disabled):hover {
    z-index: 1;
  }
  .ant-input-number-affix-wrapper-focused,
  .ant-input-number-affix-wrapper:focus {
    z-index: 1;
  }
  .ant-input-number-affix-wrapper-disabled > .ant-input-number-disabled {
    background: transparent;
  }
  .ant-input-number-affix-wrapper > div.ant-input-number {
    width: 100%;
    border: none;
    outline: none;
  }
  .ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
    box-shadow: none !important;
  }
  .ant-input-number-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '\a0';
  }
  .ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
    z-index: 2;
  }
  .ant-input-number-affix-wrapper .ant-input-number {
    position: static;
    color: inherit;
  }
  .ant-input-number-affix-wrapper .ant-input-number-prefix,
  .ant-input-number-affix-wrapper .ant-input-number-suffix {
    display: flex;
    flex: none;
    align-items: center;
    pointer-events: none;
  }
  .ant-input-number-affix-wrapper .ant-input-number-prefix {
    margin-inline-end: 4px;
  }
  .ant-input-number-affix-wrapper .ant-input-number-suffix {
    inset-block-start: 0;
    inset-inline-end: 0;
    height: 100%;
    margin-inline-end: 11px;
    margin-inline-start: 4px;
    transition: margin 0.1s;
  }
  .ant-input-number-affix-wrapper:hover .ant-input-number-handler-wrap,
  .ant-input-number-affix-wrapper-focused .ant-input-number-handler-wrap {
    width: 22px;
    opacity: 1;
  }
  .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-without-controls):hover
    .ant-input-number-suffix {
    margin-inline-end: 33px;
  }
  .ant-input-number-underlined {
    border-radius: 0;
  }
  .ant-input-number-compact-item:not(.ant-input-number-compact-last-item) {
    margin-inline-end: -1px;
  }
  .ant-input-number-compact-item:not(.ant-input-number-status-success) {
    z-index: 2;
  }
  .ant-input-number-compact-item:hover,
  .ant-input-number-compact-item:focus,
  .ant-input-number-compact-item:active {
    z-index: 3;
  }
  .ant-input-number-compact-item[disabled] {
    z-index: 0;
  }
  .ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(
      .ant-input-number-compact-last-item
    ) {
    border-radius: 0;
  }
  .ant-input-number-compact-item:not(
      .ant-input-number-compact-last-item
    ).ant-input-number-compact-first-item,
  .ant-input-number-compact-item:not(
      .ant-input-number-compact-last-item
    ).ant-input-number-compact-first-item.ant-input-number-sm,
  .ant-input-number-compact-item:not(
      .ant-input-number-compact-last-item
    ).ant-input-number-compact-first-item.ant-input-number-lg {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .ant-input-number-compact-item:not(
      .ant-input-number-compact-first-item
    ).ant-input-number-compact-last-item,
  .ant-input-number-compact-item:not(
      .ant-input-number-compact-first-item
    ).ant-input-number-compact-last-item.ant-input-number-sm,
  .ant-input-number-compact-item:not(
      .ant-input-number-compact-first-item
    ).ant-input-number-compact-last-item.ant-input-number-lg {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .ant-layout {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-layout::before,
  .ant-layout::after {
    box-sizing: border-box;
  }
  .ant-layout [class^='ant-layout'],
  .ant-layout [class*=' ant-layout'] {
    box-sizing: border-box;
  }
  .ant-layout [class^='ant-layout']::before,
  .ant-layout [class*=' ant-layout']::before,
  .ant-layout [class^='ant-layout']::after,
  .ant-layout [class*=' ant-layout']::after {
    box-sizing: border-box;
  }
  .ant-layout {
    display: flex;
    flex: auto;
    flex-direction: column;
    min-height: 0;
    background: white;
  }
  .ant-layout,
  .ant-layout * {
    box-sizing: border-box;
  }
  .ant-layout.ant-layout-has-sider {
    flex-direction: row;
  }
  .ant-layout.ant-layout-has-sider > .ant-layout,
  .ant-layout.ant-layout-has-sider > .ant-layout-content {
    width: 0;
  }
  .ant-layout .ant-layout-header,
  .ant-layout.ant-layout-footer {
    flex: 0 0 auto;
  }
  .ant-layout-rtl {
    direction: rtl;
  }
  .ant-layout-header {
    height: 56px;
    padding: 0 32px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 56px;
    background: #001529;
  }
  .ant-layout-header .ant-menu {
    line-height: inherit;
  }
  .ant-layout-footer {
    padding: 24px 50px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    background: white;
  }
  .ant-layout-content {
    flex: auto;
    color: rgba(0, 0, 0, 0.88);
    min-height: 0;
  }
  .ant-list {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-list::before,
  .ant-list::after {
    box-sizing: border-box;
  }
  .ant-list [class^='ant-list'],
  .ant-list [class*=' ant-list'] {
    box-sizing: border-box;
  }
  .ant-list [class^='ant-list']::before,
  .ant-list [class*=' ant-list']::before,
  .ant-list [class^='ant-list']::after,
  .ant-list [class*=' ant-list']::after {
    box-sizing: border-box;
  }
  .ant-list {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    --rc-virtual-list-scrollbar-bg: rgba(5, 5, 5, 0.06);
  }
  .ant-list * {
    outline: none;
  }
  .ant-list .ant-list-header {
    background: transparent;
  }
  .ant-list .ant-list-footer {
    background: transparent;
  }
  .ant-list .ant-list-header,
  .ant-list .ant-list-footer {
    padding-block: 12px;
  }
  .ant-list .ant-list-pagination {
    margin-block-start: 24px;
  }
  .ant-list .ant-list-pagination .ant-pagination-options {
    text-align: start;
  }
  .ant-list .ant-list-spin {
    min-height: 40px;
    text-align: center;
  }
  .ant-list .ant-list-items {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ant-list .ant-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-list .ant-list-item .ant-list-item-meta {
    display: flex;
    flex: 1;
    align-items: flex-start;
    max-width: 100%;
  }
  .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar {
    margin-inline-end: 16px;
  }
  .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-content {
    flex: 1 0;
    width: 0;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
    margin: 0 0 4px 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
  }
  .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-title > a {
    color: rgba(0, 0, 0, 0.88);
    transition: all 0.15s;
  }
  .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-title > a:hover {
    color: #00b453;
  }
  .ant-list .ant-list-item .ant-list-item-meta .ant-list-item-meta-description {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 1.6666666666666667;
  }
  .ant-list .ant-list-item .ant-list-item-action {
    flex: 0 0 auto;
    margin-inline-start: 48px;
    padding: 0;
    font-size: 0;
    list-style: none;
  }
  .ant-list .ant-list-item .ant-list-item-action > li {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 1.6666666666666667;
    text-align: center;
  }
  .ant-list .ant-list-item .ant-list-item-action > li:first-child {
    padding-inline-start: 0;
  }
  .ant-list .ant-list-item .ant-list-item-action .ant-list-item-action-split {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    background-color: rgba(5, 5, 5, 0.06);
  }
  .ant-list .ant-list-empty {
    padding: 16px 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 10px;
    text-align: center;
  }
  .ant-list .ant-list-empty-text {
    padding: 16px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    text-align: center;
  }
  .ant-list .ant-list-item-no-flex {
    display: block;
  }
  .ant-list-grid .ant-col > .ant-list-item {
    display: block;
    max-width: 100%;
    margin-block-end: 16px;
    padding-block: 0;
    border-block-end: none;
  }
  .ant-list-vertical .ant-list-item {
    align-items: initial;
  }
  .ant-list-vertical .ant-list-item .ant-list-item-main {
    display: block;
    flex: 1;
  }
  .ant-list-vertical .ant-list-item .ant-list-item-extra {
    margin-inline-start: 24px;
  }
  .ant-list-vertical .ant-list-item .ant-list-item-meta {
    margin-block-end: 16px;
  }
  .ant-list-vertical .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
    margin-block-start: 0;
    margin-block-end: 12px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
  }
  .ant-list-vertical .ant-list-item .ant-list-item-action {
    margin-block-start: 16px;
    margin-inline-start: auto;
  }
  .ant-list-vertical .ant-list-item .ant-list-item-action > li {
    padding: 0 16px;
  }
  .ant-list-vertical .ant-list-item .ant-list-item-action > li:first-child {
    padding-inline-start: 0;
  }
  .ant-list-split .ant-list-item {
    border-block-end: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-list-split .ant-list-item:last-child {
    border-block-end: none;
  }
  .ant-list-split .ant-list-header {
    border-block-end: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-list-split.ant-list-empty .ant-list-footer {
    border-top: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-list-loading .ant-list-spin-nested-loading {
    min-height: 32px;
  }
  .ant-list-split.ant-list-something-after-last-item
    .ant-spin-container
    > .ant-list-items
    > .ant-list-item:last-child {
    border-block-end: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-list-lg .ant-list-item {
    padding: 16px 24px;
  }
  .ant-list-sm .ant-list-item {
    padding: 8px 16px;
  }
  .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
    float: right;
  }
  .ant-list-bordered {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
  }
  .ant-list-bordered .ant-list-header {
    border-radius: 7px 7px 0 0;
  }
  .ant-list-bordered .ant-list-footer {
    border-radius: 0 0 7px 7px;
  }
  .ant-list-bordered .ant-list-header,
  .ant-list-bordered .ant-list-footer,
  .ant-list-bordered .ant-list-item {
    padding-inline: 24px;
  }
  .ant-list-bordered .ant-list-pagination {
    margin: 16px 24px;
  }
  .ant-list-bordered.ant-list-sm .ant-list-item,
  .ant-list-bordered.ant-list-sm .ant-list-header,
  .ant-list-bordered.ant-list-sm .ant-list-footer {
    padding: 8px 16px;
  }
  .ant-list-bordered.ant-list-lg .ant-list-item,
  .ant-list-bordered.ant-list-lg .ant-list-header,
  .ant-list-bordered.ant-list-lg .ant-list-footer {
    padding: 16px 24px;
  }
  @media screen and (max-width: 768px) {
    .ant-list .ant-list-item .ant-list-item-action {
      margin-inline-start: 24px;
    }
    .ant-list-vertical .ant-list-item .ant-list-item-extra {
      margin-inline-start: 24px;
    }
  }
  @media screen and (max-width: 576px) {
    .ant-list .ant-list-item {
      flex-wrap: wrap;
    }
    .ant-list .ant-list-item .ant-list-action {
      margin-inline-start: 12px;
    }
    .ant-list-vertical .ant-list-item {
      flex-wrap: wrap-reverse;
    }
    .ant-list-vertical .ant-list-item .ant-list-item-main {
      min-width: 220px;
    }
    .ant-list-vertical .ant-list-item .ant-list-item-extra {
      margin: auto auto 16px;
    }
  }
  .ant-spin {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-spin::before,
  .ant-spin::after {
    box-sizing: border-box;
  }
  .ant-spin [class^='ant-spin'],
  .ant-spin [class*=' ant-spin'] {
    box-sizing: border-box;
  }
  .ant-spin [class^='ant-spin']::before,
  .ant-spin [class*=' ant-spin']::before,
  .ant-spin [class^='ant-spin']::after,
  .ant-spin [class*=' ant-spin']::after {
    box-sizing: border-box;
  }
  .ant-spin {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #00b453;
    font-size: 0;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: absolute;
    display: none;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-spin-spinning {
    position: relative;
    display: inline-block;
    opacity: 1;
  }
  .ant-spin .ant-spin-text {
    font-size: 12px;
    padding-top: 6px;
  }
  .ant-spin-fullscreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
  }
  .ant-spin-fullscreen-show {
    opacity: 1;
    visibility: visible;
  }
  .ant-spin-fullscreen .ant-spin .ant-spin-dot-holder {
    color: #fff;
  }
  .ant-spin-fullscreen .ant-spin .ant-spin-text {
    color: #fff;
  }
  .ant-spin-nested-loading {
    position: relative;
  }
  .ant-spin-nested-loading > div > .ant-spin {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
  }
  .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    margin: -10px;
  }
  .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-shadow: 0 1px 2px #ffffff;
  }
  .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: 3px;
  }
  .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: 12px;
  }
  .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
    margin-top: -26px;
  }
  .ant-spin-nested-loading .ant-spin-container {
    position: relative;
    transition: opacity 0.15s;
  }
  .ant-spin-nested-loading .ant-spin-container::after {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    transition: all 0.15s;
    content: '';
    pointer-events: none;
  }
  .ant-spin-nested-loading .ant-spin-blur {
    clear: both;
    opacity: 0.5;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .ant-spin-nested-loading .ant-spin-blur::after {
    opacity: 0.4;
    pointer-events: auto;
  }
  .ant-spin-tip {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-spin .ant-spin-dot-holder {
    width: 1em;
    height: 1em;
    font-size: 20px;
    display: inline-block;
    transition:
      transform 0.15s ease,
      opacity 0.15s ease;
    transform-origin: 50% 50%;
    line-height: 1;
    color: #00b453;
  }
  .ant-spin .ant-spin-dot-holder-hidden {
    transform: scale(0.3);
    opacity: 0;
  }
  .ant-spin .ant-spin-dot-progress {
    position: absolute;
    inset: 0;
  }
  .ant-spin .ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em;
  }
  .ant-spin .ant-spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: currentColor;
    border-radius: 100%;
    transform: scale(0.75);
    transform-origin: 50% 50%;
    opacity: 0.3;
    animation-name: antSpinMove;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
  }
  .ant-spin .ant-spin-dot-item:nth-child(1) {
    top: 0;
    inset-inline-start: 0;
    animation-delay: 0s;
  }
  .ant-spin .ant-spin-dot-item:nth-child(2) {
    top: 0;
    inset-inline-end: 0;
    animation-delay: 0.4s;
  }
  .ant-spin .ant-spin-dot-item:nth-child(3) {
    inset-inline-end: 0;
    bottom: 0;
    animation-delay: 0.8s;
  }
  .ant-spin .ant-spin-dot-item:nth-child(4) {
    bottom: 0;
    inset-inline-start: 0;
    animation-delay: 1.2s;
  }
  .ant-spin .ant-spin-dot-spin {
    transform: rotate(45deg);
    animation-name: antRotate;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .ant-spin .ant-spin-dot-circle {
    stroke-linecap: round;
    transition:
      stroke-dashoffset 0.15s ease,
      stroke-dasharray 0.15s ease,
      stroke 0.15s ease,
      stroke-width 0.15s ease,
      opacity 0.15s ease;
    fill-opacity: 0;
    stroke: currentcolor;
  }
  .ant-spin .ant-spin-dot-circle-bg {
    stroke: rgba(0, 0, 0, 0.06);
  }
  .ant-spin-sm .ant-spin-dot,
  .ant-spin-sm .ant-spin-dot-holder {
    font-size: 14px;
  }
  .ant-spin-sm .ant-spin-dot-holder i {
    width: 6px;
    height: 6px;
  }
  .ant-spin-lg .ant-spin-dot,
  .ant-spin-lg .ant-spin-dot-holder {
    font-size: 32px;
  }
  .ant-spin-lg .ant-spin-dot-holder i {
    width: 14px;
    height: 14px;
  }
  .ant-spin.ant-spin-show-text .ant-spin-text {
    display: block;
  }
  @keyframes antSpinMove {
    to {
      opacity: 1;
    }
  }
  @keyframes antRotate {
    to {
      transform: rotate(405deg);
    }
  }
  [class^='ant-mentions'],
  [class*=' ant-mentions'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-mentions']::before,
  [class*=' ant-mentions']::before,
  [class^='ant-mentions']::after,
  [class*=' ant-mentions']::after {
    box-sizing: border-box;
  }
  [class^='ant-mentions'] [class^='ant-mentions'],
  [class*=' ant-mentions'] [class^='ant-mentions'],
  [class^='ant-mentions'] [class*=' ant-mentions'],
  [class*=' ant-mentions'] [class*=' ant-mentions'] {
    box-sizing: border-box;
  }
  [class^='ant-mentions'] [class^='ant-mentions']::before,
  [class*=' ant-mentions'] [class^='ant-mentions']::before,
  [class^='ant-mentions'] [class*=' ant-mentions']::before,
  [class*=' ant-mentions'] [class*=' ant-mentions']::before,
  [class^='ant-mentions'] [class^='ant-mentions']::after,
  [class*=' ant-mentions'] [class^='ant-mentions']::after,
  [class^='ant-mentions'] [class*=' ant-mentions']::after,
  [class*=' ant-mentions'] [class*=' ant-mentions']::after {
    box-sizing: border-box;
  }
  .ant-mentions {
    box-sizing: border-box;
    margin: 0;
    padding: 0 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
    transition: all 0.1s;
    height: auto;
    overflow: hidden;
    white-space: pre-wrap;
    vertical-align: bottom;
  }
  .ant-mentions::-moz-placeholder {
    opacity: 1;
  }
  .ant-mentions::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-mentions:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-mentions:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-mentions-lg {
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 8px;
  }
  .ant-mentions-sm {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 4px;
  }
  .ant-mentions-rtl,
  .ant-mentions-textarea-rtl {
    direction: rtl;
  }
  .ant-mentions-outlined {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
  }
  .ant-mentions-outlined:hover {
    border-color: #1fc266;
    background-color: #ffffff;
  }
  .ant-mentions-outlined:focus,
  .ant-mentions-outlined:focus-within {
    border-color: #00b453;
    box-shadow: 0 0 0 2px rgba(5, 184, 62, 0.14);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-mentions-outlined.ant-mentions-disabled,
  .ant-mentions-outlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-mentions-outlined.ant-mentions-disabled input[disabled],
  .ant-mentions-outlined[disabled] input[disabled],
  .ant-mentions-outlined.ant-mentions-disabled textarea[disabled],
  .ant-mentions-outlined[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-mentions-outlined.ant-mentions-disabled:hover:not([disabled]),
  .ant-mentions-outlined[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-mentions-outlined.ant-mentions-status-error:not(.ant-mentions-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ff4d4f;
  }
  .ant-mentions-outlined.ant-mentions-status-error:not(.ant-mentions-disabled):hover {
    border-color: #ffa39e;
    background-color: #ffffff;
  }
  .ant-mentions-outlined.ant-mentions-status-error:not(.ant-mentions-disabled):focus,
  .ant-mentions-outlined.ant-mentions-status-error:not(.ant-mentions-disabled):focus-within {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(255, 38, 5, 0.06);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-mentions-outlined.ant-mentions-status-error:not(.ant-mentions-disabled) .ant-mentions-prefix,
  .ant-mentions-outlined.ant-mentions-status-error:not(.ant-mentions-disabled)
    .ant-mentions-suffix {
    color: #ff4d4f;
  }
  .ant-mentions-outlined.ant-mentions-status-error.ant-mentions-disabled {
    border-color: #ff4d4f;
  }
  .ant-mentions-outlined.ant-mentions-status-warning:not(.ant-mentions-disabled) {
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #faad14;
  }
  .ant-mentions-outlined.ant-mentions-status-warning:not(.ant-mentions-disabled):hover {
    border-color: #ffd666;
    background-color: #ffffff;
  }
  .ant-mentions-outlined.ant-mentions-status-warning:not(.ant-mentions-disabled):focus,
  .ant-mentions-outlined.ant-mentions-status-warning:not(.ant-mentions-disabled):focus-within {
    border-color: #faad14;
    box-shadow: 0 0 0 2px rgba(255, 215, 5, 0.1);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-mentions-outlined.ant-mentions-status-warning:not(.ant-mentions-disabled)
    .ant-mentions-prefix,
  .ant-mentions-outlined.ant-mentions-status-warning:not(.ant-mentions-disabled)
    .ant-mentions-suffix {
    color: #faad14;
  }
  .ant-mentions-outlined.ant-mentions-status-warning.ant-mentions-disabled {
    border-color: #faad14;
  }
  .ant-mentions-filled {
    background: rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-mentions-filled,
  .ant-mentions-filled input,
  textarea.ant-mentions-filled,
  .ant-mentions-filled textarea {
    color: unset;
  }
  .ant-mentions-filled:hover {
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-mentions-filled:focus,
  .ant-mentions-filled:focus-within {
    outline: 0;
    border-color: #00b453;
    background-color: #ffffff;
  }
  .ant-mentions-filled.ant-mentions-disabled,
  .ant-mentions-filled[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-mentions-filled.ant-mentions-disabled input[disabled],
  .ant-mentions-filled[disabled] input[disabled],
  .ant-mentions-filled.ant-mentions-disabled textarea[disabled],
  .ant-mentions-filled[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-mentions-filled.ant-mentions-disabled:hover:not([disabled]),
  .ant-mentions-filled[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled) {
    background: #fff2f0;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled),
  .ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled) input,
  textarea.ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled),
  .ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled) textarea {
    color: #ff4d4f;
  }
  .ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled):hover {
    background: #fff1f0;
  }
  .ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled):focus,
  .ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled):focus-within {
    outline: 0;
    border-color: #ff4d4f;
    background-color: #ffffff;
  }
  .ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled) .ant-mentions-prefix,
  .ant-mentions-filled.ant-mentions-status-error:not(.ant-mentions-disabled) .ant-mentions-suffix {
    color: #ff4d4f;
  }
  .ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled) {
    background: #fffbe6;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  input.ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled),
  .ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled) input,
  textarea.ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled),
  .ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled) textarea {
    color: #faad14;
  }
  .ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled):hover {
    background: #fff1b8;
  }
  .ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled):focus,
  .ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled):focus-within {
    outline: 0;
    border-color: #faad14;
    background-color: #ffffff;
  }
  .ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled) .ant-mentions-prefix,
  .ant-mentions-filled.ant-mentions-status-warning:not(.ant-mentions-disabled)
    .ant-mentions-suffix {
    color: #faad14;
  }
  .ant-mentions-borderless {
    background: transparent;
    border: none;
  }
  .ant-mentions-borderless:focus,
  .ant-mentions-borderless:focus-within {
    outline: none;
  }
  .ant-mentions-borderless.ant-mentions-disabled,
  .ant-mentions-borderless[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-mentions-borderless.ant-mentions-status-error,
  .ant-mentions-borderless.ant-mentions-status-error input,
  .ant-mentions-borderless.ant-mentions-status-error textarea {
    color: #ff4d4f;
  }
  .ant-mentions-borderless.ant-mentions-status-warning,
  .ant-mentions-borderless.ant-mentions-status-warning input,
  .ant-mentions-borderless.ant-mentions-status-warning textarea {
    color: #faad14;
  }
  .ant-mentions-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 5px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    border-radius: 6px;
    transition: all 0.1s;
    padding-block: 0;
    padding-inline-start: 0;
    padding-inline-end: 11px;
  }
  .ant-mentions-affix-wrapper::-moz-placeholder {
    opacity: 1;
  }
  .ant-mentions-affix-wrapper::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-mentions-affix-wrapper:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-mentions-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-mentions-affix-wrapper-lg {
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 8px;
  }
  .ant-mentions-affix-wrapper-sm {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 4px;
  }
  .ant-mentions-affix-wrapper-rtl,
  .ant-mentions-affix-wrapper-textarea-rtl {
    direction: rtl;
  }
  .ant-mentions-affix-wrapper::before {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '\a0';
  }
  .ant-mentions-affix-wrapper .ant-mentions-suffix {
    display: inline-flex;
    align-items: center;
  }
  .ant-mentions-affix-wrapper
    .ant-mentions-suffix:has(.ant-form-item-feedback-icon)
    .ant-mentions-clear-icon {
    margin-inline-end: 8px;
  }
  .ant-mentions-affix-wrapper .ant-mentions-suffix .ant-form-item-feedback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ant-mentions-affix-wrapper .ant-mentions-clear-icon {
    inset-inline-end: 0;
    inset-block-start: 15px;
    padding: 0;
    line-height: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 10px;
    vertical-align: -1px;
    cursor: pointer;
    transition: color 0.15s;
    border: none;
    outline: none;
    background-color: transparent;
  }
  .ant-mentions-affix-wrapper .ant-mentions-clear-icon:hover {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-mentions-affix-wrapper .ant-mentions-clear-icon:active {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-mentions-affix-wrapper .ant-mentions-clear-icon-hidden {
    visibility: hidden;
  }
  .ant-mentions-underlined {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #d9d9d9 transparent;
    border-radius: 0;
  }
  .ant-mentions-underlined:hover {
    border-color: transparent transparent #d9d9d9 transparent;
    background-color: #ffffff;
  }
  .ant-mentions-underlined:focus,
  .ant-mentions-underlined:focus-within {
    border-color: transparent transparent #00b453 transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-mentions-underlined.ant-mentions-disabled,
  .ant-mentions-underlined[disabled] {
    color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    cursor: not-allowed;
  }
  .ant-mentions-underlined.ant-mentions-disabled:hover,
  .ant-mentions-underlined[disabled]:hover {
    border-color: transparent transparent #d9d9d9 transparent;
  }
  .ant-mentions-underlined input[disabled],
  .ant-mentions-underlined textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-mentions-underlined.ant-mentions-status-error:not(.ant-mentions-disabled) {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #ff4d4f transparent;
    border-radius: 0;
  }
  .ant-mentions-underlined.ant-mentions-status-error:not(.ant-mentions-disabled):hover {
    border-color: transparent transparent #ff4d4f transparent;
    background-color: #ffffff;
  }
  .ant-mentions-underlined.ant-mentions-status-error:not(.ant-mentions-disabled):focus,
  .ant-mentions-underlined.ant-mentions-status-error:not(.ant-mentions-disabled):focus-within {
    border-color: transparent transparent #ff4d4f transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-mentions-underlined.ant-mentions-status-error:not(.ant-mentions-disabled)
    .ant-mentions-prefix,
  .ant-mentions-underlined.ant-mentions-status-error:not(.ant-mentions-disabled)
    .ant-mentions-suffix {
    color: #ff4d4f;
  }
  .ant-mentions-underlined.ant-mentions-status-error.ant-mentions-disabled {
    border-color: transparent transparent #ff4d4f transparent;
  }
  .ant-mentions-underlined.ant-mentions-status-warning:not(.ant-mentions-disabled) {
    background: #ffffff;
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent transparent #faad14 transparent;
    border-radius: 0;
  }
  .ant-mentions-underlined.ant-mentions-status-warning:not(.ant-mentions-disabled):hover {
    border-color: transparent transparent #faad14 transparent;
    background-color: #ffffff;
  }
  .ant-mentions-underlined.ant-mentions-status-warning:not(.ant-mentions-disabled):focus,
  .ant-mentions-underlined.ant-mentions-status-warning:not(.ant-mentions-disabled):focus-within {
    border-color: transparent transparent #faad14 transparent;
    outline: 0;
    background-color: #ffffff;
  }
  .ant-mentions-underlined.ant-mentions-status-warning:not(.ant-mentions-disabled)
    .ant-mentions-prefix,
  .ant-mentions-underlined.ant-mentions-status-warning:not(.ant-mentions-disabled)
    .ant-mentions-suffix {
    color: #faad14;
  }
  .ant-mentions-underlined.ant-mentions-status-warning.ant-mentions-disabled {
    border-color: transparent transparent #faad14 transparent;
  }
  .ant-mentions-disabled > textarea {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-mentions-disabled > textarea input[disabled],
  .ant-mentions-disabled > textarea textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-mentions-disabled > textarea:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-mentions > textarea,
  .ant-mentions-affix-wrapper > .ant-mentions > textarea,
  .ant-mentions .ant-mentions-measure,
  .ant-mentions-affix-wrapper > .ant-mentions .ant-mentions-measure {
    color: rgba(0, 0, 0, 0.88);
    box-sizing: border-box;
    min-height: 30px;
    margin: 0;
    padding: 5px 11px;
    overflow: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    line-height: inherit;
    direction: inherit;
    letter-spacing: inherit;
    white-space: inherit;
    text-align: inherit;
    vertical-align: top;
    word-wrap: break-word;
    word-break: inherit;
    -moz-tab-size: inherit;
      -o-tab-size: inherit;
         tab-size: inherit;
  }
  .ant-mentions > textarea,
  .ant-mentions-affix-wrapper > .ant-mentions > textarea {
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    background-color: transparent;
    padding: 5px 0;
  }
  .ant-mentions > textarea::-moz-placeholder,
  .ant-mentions-affix-wrapper > .ant-mentions > textarea::-moz-placeholder {
    opacity: 1;
  }
  .ant-mentions > textarea::-moz-placeholder, .ant-mentions-affix-wrapper > .ant-mentions > textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.25);
    -moz-user-select: none;
         user-select: none;
  }
  .ant-mentions > textarea::placeholder,
  .ant-mentions-affix-wrapper > .ant-mentions > textarea::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-mentions > textarea:-moz-placeholder-shown, .ant-mentions-affix-wrapper > .ant-mentions > textarea:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-mentions > textarea:placeholder-shown,
  .ant-mentions-affix-wrapper > .ant-mentions > textarea:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-mentions .ant-mentions-measure,
  .ant-mentions-affix-wrapper > .ant-mentions .ant-mentions-measure {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: -1;
    color: transparent;
    pointer-events: none;
  }
  .ant-mentions .ant-mentions-measure > span,
  .ant-mentions-affix-wrapper > .ant-mentions .ant-mentions-measure > span {
    display: inline-block;
    min-height: 1em;
  }
  .ant-mentions-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: absolute;
    top: -9999px;
    inset-inline-start: -9999px;
    z-index: 1050;
    font-variant: initial;
    background-color: #ffffff;
    border-radius: 8px;
    outline: none;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
  .ant-mentions-dropdown-hidden {
    display: none;
  }
  .ant-mentions-dropdown .ant-mentions-dropdown-menu {
    max-height: 250px;
    margin: 0;
    padding-inline-start: 0;
    overflow: auto;
    list-style: none;
    outline: none;
  }
  .ant-mentions-dropdown .ant-mentions-dropdown-menu-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    min-width: 100px;
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.88);
    border-radius: 6px;
    font-weight: normal;
    line-height: 1.6666666666666667;
    cursor: pointer;
    transition: background 0.15s ease;
  }
  .ant-mentions-dropdown .ant-mentions-dropdown-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-mentions-dropdown .ant-mentions-dropdown-menu-item-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-mentions-dropdown .ant-mentions-dropdown-menu-item-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    cursor: not-allowed;
  }
  .ant-mentions-dropdown .ant-mentions-dropdown-menu-item-selected {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-mentions-dropdown .ant-mentions-dropdown-menu-item-active {
    background-color: rgba(0, 0, 0, 0.04);
  }
  [class^='ant-menu'],
  [class*=' ant-menu'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-menu']::before,
  [class*=' ant-menu']::before,
  [class^='ant-menu']::after,
  [class*=' ant-menu']::after {
    box-sizing: border-box;
  }
  [class^='ant-menu'] [class^='ant-menu'],
  [class*=' ant-menu'] [class^='ant-menu'],
  [class^='ant-menu'] [class*=' ant-menu'],
  [class*=' ant-menu'] [class*=' ant-menu'] {
    box-sizing: border-box;
  }
  [class^='ant-menu'] [class^='ant-menu']::before,
  [class*=' ant-menu'] [class^='ant-menu']::before,
  [class^='ant-menu'] [class*=' ant-menu']::before,
  [class*=' ant-menu'] [class*=' ant-menu']::before,
  [class^='ant-menu'] [class^='ant-menu']::after,
  [class*=' ant-menu'] [class^='ant-menu']::after,
  [class^='ant-menu'] [class*=' ant-menu']::after,
  [class*=' ant-menu'] [class*=' ant-menu']::after {
    box-sizing: border-box;
  }
  .ant-menu::before {
    display: table;
    content: '';
  }
  .ant-menu::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-menu-hidden {
    display: none;
  }
  .ant-menu-submenu-hidden {
    display: none;
  }
  .ant-menu {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 0;
    list-style: none;
    font-family: inherit;
    margin-bottom: 0;
    padding-inline-start: 0;
    outline: none;
    transition: width 0.15s cubic-bezier(0.2, 0, 0, 1) 0s;
  }
  .ant-menu::before {
    display: table;
    content: '';
  }
  .ant-menu::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-menu ul,
  .ant-menu ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ant-menu-overflow {
    display: flex;
  }
  .ant-menu-overflow .ant-menu-item {
    flex: none;
  }
  .ant-menu .ant-menu-item,
  .ant-menu .ant-menu-submenu,
  .ant-menu .ant-menu-submenu-title {
    border-radius: 8px;
  }
  .ant-menu .ant-menu-item-group-title {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.6666666666666667;
    transition: all 0.15s;
  }
  .ant-menu-horizontal .ant-menu-submenu {
    transition:
      border-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      background 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-menu .ant-menu-submenu,
  .ant-menu .ant-menu-submenu-inline {
    transition:
      border-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      background 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      padding 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-menu .ant-menu-submenu .ant-menu-sub {
    cursor: initial;
    transition:
      background 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-menu .ant-menu-title-content {
    transition: color 0.15s;
  }
  .ant-menu .ant-menu-title-content-with-extra {
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .ant-menu .ant-menu-title-content > .ant-typography-ellipsis-single-line {
    display: inline;
    vertical-align: unset;
  }
  .ant-menu .ant-menu-title-content .ant-menu-item-extra {
    margin-inline-start: auto;
    padding-inline-start: 16px;
  }
  .ant-menu .ant-menu-item a::before {
    position: absolute;
    inset: 0;
    background-color: transparent;
    content: '';
  }
  .ant-menu .ant-menu-item-divider {
    overflow: hidden;
    line-height: 0;
    border-color: rgba(5, 5, 5, 0.06);
    border-style: solid;
    border-width: 0;
    border-top-width: 1px;
    margin-block: 1px;
    padding: 0;
  }
  .ant-menu .ant-menu-item-divider-dashed {
    border-style: dashed;
  }
  .ant-menu .ant-menu-item,
  .ant-menu .ant-menu-submenu-title {
    position: relative;
    display: block;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    transition:
      border-color 0.15s,
      background 0.15s,
      padding calc(0.15s + 0.1s) cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-menu .ant-menu-item .ant-menu-item-icon,
  .ant-menu .ant-menu-submenu-title .ant-menu-item-icon,
  .ant-menu .ant-menu-item .anticon,
  .ant-menu .ant-menu-submenu-title .anticon {
    min-width: 12px;
    font-size: 12px;
    transition:
      font-size 0.1s cubic-bezier(0.215, 0.61, 0.355, 1),
      margin 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      color 0.15s;
  }
  .ant-menu .ant-menu-item .ant-menu-item-icon + span,
  .ant-menu .ant-menu-submenu-title .ant-menu-item-icon + span,
  .ant-menu .ant-menu-item .anticon + span,
  .ant-menu .ant-menu-submenu-title .anticon + span {
    margin-inline-start: 12px;
    opacity: 1;
    transition:
      opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      margin 0.15s,
      color 0.15s;
  }
  .ant-menu .ant-menu-item .ant-menu-item-icon,
  .ant-menu .ant-menu-submenu-title .ant-menu-item-icon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ant-menu .ant-menu-item .ant-menu-item-icon > *,
  .ant-menu .ant-menu-submenu-title .ant-menu-item-icon > * {
    line-height: 1;
  }
  .ant-menu .ant-menu-item .ant-menu-item-icon svg,
  .ant-menu .ant-menu-submenu-title .ant-menu-item-icon svg {
    display: inline-block;
  }
  .ant-menu .ant-menu-item.ant-menu-item-only-child > .anticon,
  .ant-menu .ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
  .ant-menu .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
  .ant-menu .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
    margin-inline-end: 0;
  }
  .ant-menu .ant-menu-item-disabled,
  .ant-menu .ant-menu-submenu-disabled {
    background: none !important;
    cursor: not-allowed;
  }
  .ant-menu .ant-menu-item-disabled::after,
  .ant-menu .ant-menu-submenu-disabled::after {
    border-color: transparent !important;
  }
  .ant-menu .ant-menu-item-disabled a,
  .ant-menu .ant-menu-submenu-disabled a {
    color: inherit !important;
    cursor: not-allowed;
    pointer-events: none;
  }
  .ant-menu .ant-menu-item-disabled > .ant-menu-submenu-title,
  .ant-menu .ant-menu-submenu-disabled > .ant-menu-submenu-title {
    color: inherit !important;
    cursor: not-allowed;
  }
  .ant-menu .ant-menu-item-group .ant-menu-item-group-list {
    margin: 0;
    padding: 0;
  }
  .ant-menu .ant-menu-item-group .ant-menu-item-group-list .ant-menu-item,
  .ant-menu .ant-menu-item-group .ant-menu-item-group-list .ant-menu-submenu-title {
    padding-inline: 24px 16px;
  }
  .ant-menu-submenu-popup {
    position: absolute;
    z-index: 1050;
    border-radius: 8px;
    box-shadow: none;
    transform-origin: 0 0;
  }
  .ant-menu-submenu-popup.ant-menu-submenu {
    background: transparent;
  }
  .ant-menu-submenu-popup::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
  }
  .ant-menu-submenu-popup > .ant-menu {
    border-radius: 8px;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title {
    position: relative;
    display: block;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    transition:
      border-color 0.15s,
      background 0.15s,
      padding calc(0.15s + 0.1s) cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item .ant-menu-item-icon,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title .ant-menu-item-icon,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item .anticon,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title .anticon {
    min-width: 12px;
    font-size: 12px;
    transition:
      font-size 0.1s cubic-bezier(0.215, 0.61, 0.355, 1),
      margin 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      color 0.15s;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item .ant-menu-item-icon + span,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title .ant-menu-item-icon + span,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item .anticon + span,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title .anticon + span {
    margin-inline-start: 12px;
    opacity: 1;
    transition:
      opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      margin 0.15s,
      color 0.15s;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item .ant-menu-item-icon,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title .ant-menu-item-icon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item .ant-menu-item-icon > *,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title .ant-menu-item-icon > * {
    line-height: 1;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item .ant-menu-item-icon svg,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title .ant-menu-item-icon svg {
    display: inline-block;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item.ant-menu-item-only-child > .anticon,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
  .ant-menu-submenu-popup
    > .ant-menu
    .ant-menu-submenu-title.ant-menu-item-only-child
    > .ant-menu-item-icon {
    margin-inline-end: 0;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item-disabled,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-disabled {
    background: none !important;
    cursor: not-allowed;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item-disabled::after,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-disabled::after {
    border-color: transparent !important;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item-disabled a,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-disabled a {
    color: inherit !important;
    cursor: not-allowed;
    pointer-events: none;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item-disabled > .ant-menu-submenu-title,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-disabled > .ant-menu-submenu-title {
    color: inherit !important;
    cursor: not-allowed;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-expand-icon,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-arrow {
    position: absolute;
    top: 50%;
    inset-inline-end: 16px;
    width: 8.571428571428571px;
    color: currentcolor;
    transform: translateY(-50%);
    transition:
      transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.15s;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-arrow::before,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-arrow::after {
    position: absolute;
    width: 5.142857142857142px;
    height: 1.2857142857142856px;
    background-color: currentcolor;
    border-radius: 6px;
    transition:
      background 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-arrow::before {
    transform: rotate(45deg) translateY(-2.142857142857143px);
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-arrow::after {
    transform: rotate(-45deg) translateY(2.142857142857143px);
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-item,
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu > .ant-menu-submenu-title {
    border-radius: 4px;
  }
  .ant-menu-submenu-popup > .ant-menu .ant-menu-submenu-title::after {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-menu-submenu-placement-leftTop,
  .ant-menu-submenu-placement-bottomRight,
  .ant-menu-submenu {
    transform-origin: 100% 0;
  }
  .ant-menu-submenu-placement-leftBottom,
  .ant-menu-submenu-placement-topRight,
  .ant-menu-submenu {
    transform-origin: 100% 100%;
  }
  .ant-menu-submenu-placement-rightBottom,
  .ant-menu-submenu-placement-topLeft,
  .ant-menu-submenu {
    transform-origin: 0 100%;
  }
  .ant-menu-submenu-placement-bottomLeft,
  .ant-menu-submenu-placement-rightTop,
  .ant-menu-submenu {
    transform-origin: 0 0;
  }
  .ant-menu-submenu-placement-leftTop,
  .ant-menu-submenu-placement-leftBottom {
    padding-inline-end: 8px;
  }
  .ant-menu-submenu-placement-rightTop,
  .ant-menu-submenu-placement-rightBottom {
    padding-inline-start: 8px;
  }
  .ant-menu-submenu-placement-topRight,
  .ant-menu-submenu-placement-topLeft {
    padding-bottom: 8px;
  }
  .ant-menu-submenu-placement-bottomRight,
  .ant-menu-submenu-placement-bottomLeft {
    padding-top: 8px;
  }
  .ant-menu .ant-menu-submenu-expand-icon,
  .ant-menu .ant-menu-submenu-arrow {
    position: absolute;
    top: 50%;
    inset-inline-end: 16px;
    width: 8.571428571428571px;
    color: currentcolor;
    transform: translateY(-50%);
    transition:
      transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.15s;
  }
  .ant-menu .ant-menu-submenu-arrow::before,
  .ant-menu .ant-menu-submenu-arrow::after {
    position: absolute;
    width: 5.142857142857142px;
    height: 1.2857142857142856px;
    background-color: currentcolor;
    border-radius: 6px;
    transition:
      background 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
  }
  .ant-menu .ant-menu-submenu-arrow::before {
    transform: rotate(45deg) translateY(-2.142857142857143px);
  }
  .ant-menu .ant-menu-submenu-arrow::after {
    transform: rotate(-45deg) translateY(2.142857142857143px);
  }
  .ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
  .ant-menu-inline .ant-menu-submenu-arrow::before {
    transform: rotate(-45deg) translateX(2.142857142857143px);
  }
  .ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
  .ant-menu-inline .ant-menu-submenu-arrow::after {
    transform: rotate(45deg) translateX(-2.142857142857143px);
  }
  .ant-menu
    .ant-menu-submenu-open.ant-menu-submenu-inline
    > .ant-menu-submenu-title
    > .ant-menu-submenu-arrow {
    transform: translateY(-1.7142857142857144px);
  }
  .ant-menu
    .ant-menu-submenu-open.ant-menu-submenu-inline
    > .ant-menu-submenu-title
    > .ant-menu-submenu-arrow::after {
    transform: rotate(-45deg) translateX(-2.142857142857143px);
  }
  .ant-menu
    .ant-menu-submenu-open.ant-menu-submenu-inline
    > .ant-menu-submenu-title
    > .ant-menu-submenu-arrow::before {
    transform: rotate(45deg) translateX(2.142857142857143px);
  }
  .ant-layout-header .ant-menu {
    line-height: inherit;
  }
  .ant-menu-horizontal {
    line-height: 46px;
    border: 0;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
    box-shadow: none;
  }
  .ant-menu-horizontal::after {
    display: block;
    clear: both;
    height: 0;
    content: '\20';
  }
  .ant-menu-horizontal .ant-menu-item,
  .ant-menu-horizontal .ant-menu-submenu {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding-inline: 8px;
  }
  .ant-menu-horizontal > .ant-menu-item:hover,
  .ant-menu-horizontal > .ant-menu-item-active,
  .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
    background-color: transparent;
  }
  .ant-menu-horizontal .ant-menu-item,
  .ant-menu-horizontal .ant-menu-submenu-title {
    transition:
      border-color 0.15s,
      background 0.15s;
  }
  .ant-menu-horizontal .ant-menu-submenu-arrow {
    display: none;
  }
  .ant-menu-inline.ant-menu-root,
  .ant-menu-vertical.ant-menu-root {
    box-shadow: none;
  }
  .ant-menu-inline .ant-menu-item,
  .ant-menu-vertical .ant-menu-item {
    position: relative;
    overflow: hidden;
  }
  .ant-menu-inline .ant-menu-item,
  .ant-menu-vertical .ant-menu-item,
  .ant-menu-inline .ant-menu-submenu-title,
  .ant-menu-vertical .ant-menu-submenu-title {
    height: 36px;
    line-height: 36px;
    padding-inline: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-inline: 4px;
    margin-block: 4px;
    width: calc(100% - 8px);
  }
  .ant-menu-inline > .ant-menu-item,
  .ant-menu-vertical > .ant-menu-item,
  .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title,
  .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title {
    height: 36px;
    line-height: 36px;
  }
  .ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
  .ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
  .ant-menu-inline .ant-menu-submenu-title,
  .ant-menu-vertical .ant-menu-submenu-title {
    padding-inline-end: 32.57142857142857px;
  }
  .ant-menu-submenu-popup .ant-menu-vertical {
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
  .ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item {
    position: relative;
    overflow: hidden;
  }
  .ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
  .ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title {
    height: 36px;
    line-height: 36px;
    padding-inline: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-inline: 4px;
    margin-block: 4px;
    width: calc(100% - 8px);
  }
  .ant-menu-submenu-popup .ant-menu-vertical > .ant-menu-item,
  .ant-menu-submenu-popup .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title {
    height: 36px;
    line-height: 36px;
  }
  .ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
  .ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title {
    padding-inline-end: 32.57142857142857px;
  }
  .ant-menu-submenu-popup .ant-menu-vertical.ant-menu-sub {
    min-width: 160px;
    max-height: calc(100vh - 100px);
    padding: 0;
    overflow: hidden;
    border-inline-end: 0;
  }
  .ant-menu-submenu-popup .ant-menu-vertical.ant-menu-sub:not([class*='-active']) {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .ant-menu-inline {
    width: 100%;
  }
  .ant-menu-inline.ant-menu-root .ant-menu-item,
  .ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
    display: flex;
    align-items: center;
    transition:
      border-color 0.15s,
      background 0.15s,
      padding 0.05s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
  .ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
    flex: auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ant-menu-inline.ant-menu-root .ant-menu-item > *,
  .ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
    flex: none;
  }
  .ant-menu-inline .ant-menu-sub.ant-menu-inline {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .ant-menu-inline .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
    height: 36px;
    line-height: 36px;
    list-style-position: inside;
    list-style-type: disc;
  }
  .ant-menu-inline .ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
    padding-inline-start: 32px;
  }
  .ant-menu-inline .ant-menu-item {
    height: 36px;
    line-height: 36px;
    list-style-position: inside;
    list-style-type: disc;
  }
  .ant-menu-inline-collapsed {
    width: 80px;
  }
  .ant-menu-inline-collapsed.ant-menu-root .ant-menu-item > .ant-menu-inline-collapsed-noicon,
  .ant-menu-inline-collapsed.ant-menu-root
    .ant-menu-submenu
    .ant-menu-submenu-title
    > .ant-menu-inline-collapsed-noicon {
    font-size: 14px;
    text-align: center;
  }
  .ant-menu-inline-collapsed > .ant-menu-item,
  .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-submenu
    > .ant-menu-submenu-title,
  .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
    inset-inline-start: 0;
    padding-inline: calc(50% - 7px - 4px);
    text-overflow: clip;
  }
  .ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-item
    .ant-menu-submenu-arrow,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-submenu
    > .ant-menu-submenu-title
    .ant-menu-submenu-arrow,
  .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
  .ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-expand-icon,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-item
    .ant-menu-submenu-expand-icon,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-submenu
    > .ant-menu-submenu-title
    .ant-menu-submenu-expand-icon,
  .ant-menu-inline-collapsed
    > .ant-menu-submenu
    > .ant-menu-submenu-title
    .ant-menu-submenu-expand-icon {
    opacity: 0;
  }
  .ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-item
    .ant-menu-item-icon,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-submenu
    > .ant-menu-submenu-title
    .ant-menu-item-icon,
  .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
  .ant-menu-inline-collapsed > .ant-menu-item .anticon,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-item
    .anticon,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-submenu
    > .ant-menu-submenu-title
    .anticon,
  .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
    margin: 0;
    font-size: 14px;
    line-height: 36px;
  }
  .ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-item
    .ant-menu-item-icon
    + span,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-submenu
    > .ant-menu-submenu-title
    .ant-menu-item-icon
    + span,
  .ant-menu-inline-collapsed
    > .ant-menu-submenu
    > .ant-menu-submenu-title
    .ant-menu-item-icon
    + span,
  .ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-item
    .anticon
    + span,
  .ant-menu-inline-collapsed
    > .ant-menu-item-group
    > .ant-menu-item-group-list
    > .ant-menu-submenu
    > .ant-menu-submenu-title
    .anticon
    + span,
  .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
    display: inline-block;
    opacity: 0;
  }
  .ant-menu-inline-collapsed .ant-menu-item-icon,
  .ant-menu-inline-collapsed .anticon {
    display: inline-block;
  }
  .ant-menu-inline-collapsed-tooltip {
    pointer-events: none;
  }
  .ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
  .ant-menu-inline-collapsed-tooltip .anticon {
    display: none;
  }
  .ant-menu-inline-collapsed-tooltip a,
  .ant-menu-inline-collapsed-tooltip a:hover {
    color: #fff;
  }
  .ant-menu-inline-collapsed .ant-menu-item-group-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-inline: 8px;
  }
  .ant-menu-light,
  .ant-menu-light > .ant-menu {
    color: rgba(0, 0, 0, 0.88);
    background: #ffffff;
  }
  .ant-menu-light.ant-menu-root:focus-visible,
  .ant-menu-light > .ant-menu.ant-menu-root:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-menu-light .ant-menu-item-group-title,
  .ant-menu-light > .ant-menu .ant-menu-item-group-title,
  .ant-menu-light .ant-menu-item-extra,
  .ant-menu-light > .ant-menu .ant-menu-item-extra {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-menu-light .ant-menu-submenu-selected > .ant-menu-submenu-title,
  .ant-menu-light > .ant-menu .ant-menu-submenu-selected > .ant-menu-submenu-title {
    color: #00b453;
  }
  .ant-menu-light .ant-menu-item,
  .ant-menu-light > .ant-menu .ant-menu-item,
  .ant-menu-light .ant-menu-submenu-title,
  .ant-menu-light > .ant-menu .ant-menu-submenu-title {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-menu-light .ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
  .ant-menu-light > .ant-menu .ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
  .ant-menu-light .ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible,
  .ant-menu-light > .ant-menu .ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-menu-light .ant-menu-item-disabled,
  .ant-menu-light > .ant-menu .ant-menu-item-disabled,
  .ant-menu-light .ant-menu-submenu-disabled,
  .ant-menu-light > .ant-menu .ant-menu-submenu-disabled {
    color: rgba(0, 0, 0, 0.25) !important;
  }
  .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,
  .ant-menu-light
    > .ant-menu
    .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,
  .ant-menu-light
    .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected)
    > .ant-menu-submenu-title:hover,
  .ant-menu-light
    > .ant-menu
    .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected)
    > .ant-menu-submenu-title:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover,
  .ant-menu-light
    > .ant-menu:not(.ant-menu-horizontal)
    .ant-menu-item:not(.ant-menu-item-selected):hover {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-menu-light:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active,
  .ant-menu-light
    > .ant-menu:not(.ant-menu-horizontal)
    .ant-menu-item:not(.ant-menu-item-selected):active {
    background-color: #dcf5e4;
  }
  .ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover,
  .ant-menu-light > .ant-menu:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:active,
  .ant-menu-light > .ant-menu:not(.ant-menu-horizontal) .ant-menu-submenu-title:active {
    background-color: #dcf5e4;
  }
  .ant-menu-light .ant-menu-item-danger,
  .ant-menu-light > .ant-menu .ant-menu-item-danger {
    color: #ff4d4f;
  }
  .ant-menu-light
    .ant-menu-item-danger.ant-menu-item:hover:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ),
  .ant-menu-light
    > .ant-menu
    .ant-menu-item-danger.ant-menu-item:hover:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ) {
    color: #ff4d4f;
  }
  .ant-menu-light .ant-menu-item-danger.ant-menu-item:active,
  .ant-menu-light > .ant-menu .ant-menu-item-danger.ant-menu-item:active {
    background: #fff2f0;
  }
  .ant-menu-light .ant-menu-item a,
  .ant-menu-light > .ant-menu .ant-menu-item a,
  .ant-menu-light .ant-menu-item a:hover,
  .ant-menu-light > .ant-menu .ant-menu-item a:hover {
    color: inherit;
  }
  .ant-menu-light .ant-menu-item-selected,
  .ant-menu-light > .ant-menu .ant-menu-item-selected {
    color: #00b453;
  }
  .ant-menu-light .ant-menu-item-selected.ant-menu-item-danger,
  .ant-menu-light > .ant-menu .ant-menu-item-selected.ant-menu-item-danger {
    color: #ff4d4f;
  }
  .ant-menu-light .ant-menu-item-selected a,
  .ant-menu-light > .ant-menu .ant-menu-item-selected a,
  .ant-menu-light .ant-menu-item-selected a:hover,
  .ant-menu-light > .ant-menu .ant-menu-item-selected a:hover {
    color: inherit;
  }
  .ant-menu-light .ant-menu-item-selected,
  .ant-menu-light > .ant-menu .ant-menu-item-selected {
    background-color: #dcf5e4;
  }
  .ant-menu-light .ant-menu-item-selected.ant-menu-item-danger,
  .ant-menu-light > .ant-menu .ant-menu-item-selected.ant-menu-item-danger {
    background-color: #fff2f0;
  }
  .ant-menu-light.ant-menu-submenu > .ant-menu,
  .ant-menu-light > .ant-menu.ant-menu-submenu > .ant-menu {
    background-color: #ffffff;
  }
  .ant-menu-light.ant-menu-popup > .ant-menu,
  .ant-menu-light > .ant-menu.ant-menu-popup > .ant-menu {
    background-color: #ffffff;
  }
  .ant-menu-light.ant-menu-submenu-popup > .ant-menu,
  .ant-menu-light > .ant-menu.ant-menu-submenu-popup > .ant-menu {
    background-color: #ffffff;
  }
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu {
    top: 1px;
    margin-top: -1px;
    margin-bottom: 0;
    border-radius: 0;
  }
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item::after,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu::after {
    position: absolute;
    inset-inline: 8px;
    bottom: 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
  }
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item:hover,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu:hover,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu:hover,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item-active,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-active,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-active,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-active,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item-open,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-open,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-open,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-open {
    background: transparent;
  }
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item:hover::after,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu:hover::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu:hover::after,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item-active::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-active::after,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-active::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-active::after,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item-open::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-open::after,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-open::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-open::after {
    border-bottom-width: 2px;
    border-bottom-color: #00b453;
  }
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item-selected,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-selected,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-selected {
    color: #00b453;
    background-color: transparent;
  }
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item-selected:hover,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-selected:hover,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected:hover,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-selected:hover {
    background-color: transparent;
  }
  .ant-menu-light.ant-menu-horizontal > .ant-menu-item-selected::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-selected::after,
  .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected::after,
  .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-selected::after {
    border-bottom-width: 2px;
    border-bottom-color: #00b453;
  }
  .ant-menu-light.ant-menu-root.ant-menu-inline,
  .ant-menu-light > .ant-menu.ant-menu-root.ant-menu-inline,
  .ant-menu-light.ant-menu-root.ant-menu-vertical,
  .ant-menu-light > .ant-menu.ant-menu-root.ant-menu-vertical {
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline,
  .ant-menu-light > .ant-menu.ant-menu-inline .ant-menu-sub.ant-menu-inline {
    background: rgba(0, 0, 0, 0.02);
  }
  .ant-menu-light.ant-menu-inline .ant-menu-item,
  .ant-menu-light > .ant-menu.ant-menu-inline .ant-menu-item {
    position: relative;
  }
  .ant-menu-light.ant-menu-inline .ant-menu-item::after,
  .ant-menu-light > .ant-menu.ant-menu-inline .ant-menu-item::after {
    position: absolute;
    inset-block: 0;
    inset-inline-end: 0;
    border-inline-end: 0px solid #00b453;
    transform: scaleY(0.0001);
    opacity: 0;
    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);
    content: '';
  }
  .ant-menu-light.ant-menu-inline .ant-menu-item.ant-menu-item-danger::after,
  .ant-menu-light > .ant-menu.ant-menu-inline .ant-menu-item.ant-menu-item-danger::after {
    border-inline-end-color: #ff4d4f;
  }
  .ant-menu-light.ant-menu-inline .ant-menu-selected::after,
  .ant-menu-light > .ant-menu.ant-menu-inline .ant-menu-selected::after,
  .ant-menu-light.ant-menu-inline .ant-menu-item-selected::after,
  .ant-menu-light > .ant-menu.ant-menu-inline .ant-menu-item-selected::after {
    transform: scaleY(1);
    opacity: 1;
    transition:
      transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-menu-dark,
  .ant-menu-dark > .ant-menu {
    color: rgba(255, 255, 255, 0.65);
    background: #001529;
  }
  .ant-menu-dark.ant-menu-root:focus-visible,
  .ant-menu-dark > .ant-menu.ant-menu-root:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-menu-dark .ant-menu-item-group-title,
  .ant-menu-dark > .ant-menu .ant-menu-item-group-title,
  .ant-menu-dark .ant-menu-item-extra,
  .ant-menu-dark > .ant-menu .ant-menu-item-extra {
    color: rgba(255, 255, 255, 0.65);
  }
  .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title,
  .ant-menu-dark > .ant-menu .ant-menu-submenu-selected > .ant-menu-submenu-title {
    color: #fff;
  }
  .ant-menu-dark .ant-menu-item,
  .ant-menu-dark > .ant-menu .ant-menu-item,
  .ant-menu-dark .ant-menu-submenu-title,
  .ant-menu-dark > .ant-menu .ant-menu-submenu-title {
    color: rgba(255, 255, 255, 0.65);
  }
  .ant-menu-dark .ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
  .ant-menu-dark > .ant-menu .ant-menu-item:not(.ant-menu-item-disabled):focus-visible,
  .ant-menu-dark .ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible,
  .ant-menu-dark > .ant-menu .ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-menu-dark .ant-menu-item-disabled,
  .ant-menu-dark > .ant-menu .ant-menu-item-disabled,
  .ant-menu-dark .ant-menu-submenu-disabled,
  .ant-menu-dark > .ant-menu .ant-menu-submenu-disabled {
    color: rgba(255, 255, 255, 0.25) !important;
  }
  .ant-menu-dark .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,
  .ant-menu-dark
    > .ant-menu
    .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,
  .ant-menu-dark
    .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected)
    > .ant-menu-submenu-title:hover,
  .ant-menu-dark
    > .ant-menu
    .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected)
    > .ant-menu-submenu-title:hover {
    color: #fff;
  }
  .ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):hover,
  .ant-menu-dark
    > .ant-menu:not(.ant-menu-horizontal)
    .ant-menu-item:not(.ant-menu-item-selected):hover {
    background-color: transparent;
  }
  .ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item:not(.ant-menu-item-selected):active,
  .ant-menu-dark
    > .ant-menu:not(.ant-menu-horizontal)
    .ant-menu-item:not(.ant-menu-item-selected):active {
    background-color: transparent;
  }
  .ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover,
  .ant-menu-dark > .ant-menu:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover {
    background-color: transparent;
  }
  .ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-submenu-title:active,
  .ant-menu-dark > .ant-menu:not(.ant-menu-horizontal) .ant-menu-submenu-title:active {
    background-color: transparent;
  }
  .ant-menu-dark .ant-menu-item-danger,
  .ant-menu-dark > .ant-menu .ant-menu-item-danger {
    color: #ff4d4f;
  }
  .ant-menu-dark
    .ant-menu-item-danger.ant-menu-item:hover:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ),
  .ant-menu-dark
    > .ant-menu
    .ant-menu-item-danger.ant-menu-item:hover:not(.ant-menu-item-selected):not(
      .ant-menu-submenu-selected
    ) {
    color: #ff7875;
  }
  .ant-menu-dark .ant-menu-item-danger.ant-menu-item:active,
  .ant-menu-dark > .ant-menu .ant-menu-item-danger.ant-menu-item:active {
    background: #ff4d4f;
  }
  .ant-menu-dark .ant-menu-item a,
  .ant-menu-dark > .ant-menu .ant-menu-item a,
  .ant-menu-dark .ant-menu-item a:hover,
  .ant-menu-dark > .ant-menu .ant-menu-item a:hover {
    color: inherit;
  }
  .ant-menu-dark .ant-menu-item-selected,
  .ant-menu-dark > .ant-menu .ant-menu-item-selected {
    color: #fff;
  }
  .ant-menu-dark .ant-menu-item-selected.ant-menu-item-danger,
  .ant-menu-dark > .ant-menu .ant-menu-item-selected.ant-menu-item-danger {
    color: #fff;
  }
  .ant-menu-dark .ant-menu-item-selected a,
  .ant-menu-dark > .ant-menu .ant-menu-item-selected a,
  .ant-menu-dark .ant-menu-item-selected a:hover,
  .ant-menu-dark > .ant-menu .ant-menu-item-selected a:hover {
    color: inherit;
  }
  .ant-menu-dark .ant-menu-item-selected,
  .ant-menu-dark > .ant-menu .ant-menu-item-selected {
    background-color: #00b453;
  }
  .ant-menu-dark .ant-menu-item-selected.ant-menu-item-danger,
  .ant-menu-dark > .ant-menu .ant-menu-item-selected.ant-menu-item-danger {
    background-color: #ff4d4f;
  }
  .ant-menu-dark.ant-menu-submenu > .ant-menu,
  .ant-menu-dark > .ant-menu.ant-menu-submenu > .ant-menu {
    background-color: #000c17;
  }
  .ant-menu-dark.ant-menu-popup > .ant-menu,
  .ant-menu-dark > .ant-menu.ant-menu-popup > .ant-menu {
    background-color: #001529;
  }
  .ant-menu-dark.ant-menu-submenu-popup > .ant-menu,
  .ant-menu-dark > .ant-menu.ant-menu-submenu-popup > .ant-menu {
    background-color: #001529;
  }
  .ant-menu-dark.ant-menu-horizontal,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal {
    border-bottom: 0;
  }
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu {
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item::after,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu::after {
    position: absolute;
    inset-inline: 8px;
    bottom: 0;
    border-bottom: 0px solid transparent;
    transition: border-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
  }
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item:hover,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu:hover,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu:hover,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item-active,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item-active,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu-active,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-active,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item-open,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item-open,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu-open,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-open {
    background: transparent;
  }
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item:hover::after,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu:hover::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu:hover::after,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item-active::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item-active::after,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu-active::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-active::after,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item-open::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item-open::after,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu-open::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-open::after {
    border-bottom-width: 0;
    border-bottom-color: #fff;
  }
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item-selected,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item-selected,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu-selected,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-selected {
    color: #fff;
    background-color: #00b453;
  }
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item-selected:hover,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item-selected:hover,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu-selected:hover,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-selected:hover {
    background-color: #00b453;
  }
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-item-selected::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-item-selected::after,
  .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu-selected::after,
  .ant-menu-dark > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-selected::after {
    border-bottom-width: 0;
    border-bottom-color: #fff;
  }
  .ant-menu-dark.ant-menu-root.ant-menu-inline,
  .ant-menu-dark > .ant-menu.ant-menu-root.ant-menu-inline,
  .ant-menu-dark.ant-menu-root.ant-menu-vertical,
  .ant-menu-dark > .ant-menu.ant-menu-root.ant-menu-vertical {
    border-inline-end: 0px solid rgba(5, 5, 5, 0.06);
  }
  .ant-menu-dark.ant-menu-inline .ant-menu-sub.ant-menu-inline,
  .ant-menu-dark > .ant-menu.ant-menu-inline .ant-menu-sub.ant-menu-inline {
    background: #000c17;
  }
  .ant-menu-dark.ant-menu-inline .ant-menu-item,
  .ant-menu-dark > .ant-menu.ant-menu-inline .ant-menu-item {
    position: relative;
  }
  .ant-menu-dark.ant-menu-inline .ant-menu-item::after,
  .ant-menu-dark > .ant-menu.ant-menu-inline .ant-menu-item::after {
    position: absolute;
    inset-block: 0;
    inset-inline-end: 0;
    border-inline-end: 0px solid #fff;
    transform: scaleY(0.0001);
    opacity: 0;
    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);
    content: '';
  }
  .ant-menu-dark.ant-menu-inline .ant-menu-item.ant-menu-item-danger::after,
  .ant-menu-dark > .ant-menu.ant-menu-inline .ant-menu-item.ant-menu-item-danger::after {
    border-inline-end-color: #fff;
  }
  .ant-menu-dark.ant-menu-inline .ant-menu-selected::after,
  .ant-menu-dark > .ant-menu.ant-menu-inline .ant-menu-selected::after,
  .ant-menu-dark.ant-menu-inline .ant-menu-item-selected::after,
  .ant-menu-dark > .ant-menu.ant-menu-inline .ant-menu-item-selected::after {
    transform: scaleY(1);
    opacity: 1;
    transition:
      transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-menu-rtl {
    direction: rtl;
  }
  .ant-menu-submenu-rtl {
    transform-origin: 100% 0;
  }
  .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-arrow::before,
  .ant-menu-submenu-rtl .ant-menu-vertical .ant-menu-submenu-arrow::before {
    transform: rotate(-45deg) translateY(-2.142857142857143px);
  }
  .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-arrow::after,
  .ant-menu-submenu-rtl .ant-menu-vertical .ant-menu-submenu-arrow::after {
    transform: rotate(45deg) translateY(2.142857142857143px);
  }
  .ant-menu .ant-motion-collapse-legacy {
    overflow: hidden;
  }
  .ant-menu .ant-motion-collapse-legacy-active {
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .ant-menu .ant-motion-collapse {
    overflow: hidden;
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .ant-slide-up-enter,
  .ant-slide-up-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-enter.ant-slide-up-enter-active,
  .ant-slide-up-appear.ant-slide-up-appear-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-enter,
  .ant-slide-up-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-up-enter-prepare,
  .ant-slide-up-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-slide-down-enter,
  .ant-slide-down-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-enter.ant-slide-down-enter-active,
  .ant-slide-down-appear.ant-slide-down-appear-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-enter,
  .ant-slide-down-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-down-enter-prepare,
  .ant-slide-down-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-zoom-big-enter,
  .ant-zoom-big-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-zoom-big-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-zoom-big-enter.ant-zoom-big-enter-active,
  .ant-zoom-big-appear.ant-zoom-big-appear-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-enter,
  .ant-zoom-big-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-zoom-big-enter-prepare,
  .ant-zoom-big-appear-prepare {
    transform: none;
  }
  .ant-zoom-big-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-pagination {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-pagination::before,
  .ant-pagination::after {
    box-sizing: border-box;
  }
  .ant-pagination [class^='ant-pagination'],
  .ant-pagination [class*=' ant-pagination'] {
    box-sizing: border-box;
  }
  .ant-pagination [class^='ant-pagination']::before,
  .ant-pagination [class*=' ant-pagination']::before,
  .ant-pagination [class^='ant-pagination']::after,
  .ant-pagination [class*=' ant-pagination']::after {
    box-sizing: border-box;
  }
  .ant-pagination {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .ant-pagination-start {
    justify-content: start;
  }
  .ant-pagination-center {
    justify-content: center;
  }
  .ant-pagination-end {
    justify-content: end;
  }
  .ant-pagination ul,
  .ant-pagination ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ant-pagination::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: '';
  }
  .ant-pagination .ant-pagination-total-text {
    display: inline-block;
    height: 32px;
    margin-inline-end: 8px;
    line-height: 30px;
    vertical-align: middle;
  }
  .ant-pagination .ant-pagination-item {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin-inline-end: 8px;
    font-family: inherit;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-pagination .ant-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-pagination .ant-pagination-item a:hover {
    text-decoration: none;
  }
  .ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover {
    transition: all 0.1s;
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-pagination .ant-pagination-item:not(.ant-pagination-item-active):active {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-pagination .ant-pagination-item-active {
    font-weight: 600;
    background-color: #ffffff;
    border-color: #00b453;
  }
  .ant-pagination .ant-pagination-item-active a {
    color: #00b453;
  }
  .ant-pagination .ant-pagination-item-active:hover {
    border-color: #1fc266;
  }
  .ant-pagination .ant-pagination-item-active:hover a {
    color: #1fc266;
  }
  .ant-pagination .ant-pagination-jump-prev,
  .ant-pagination .ant-pagination-jump-next {
    outline: 0;
  }
  .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-container,
  .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container {
    position: relative;
  }
  .ant-pagination
    .ant-pagination-jump-prev
    .ant-pagination-item-container
    .ant-pagination-item-link-icon,
  .ant-pagination
    .ant-pagination-jump-next
    .ant-pagination-item-container
    .ant-pagination-item-link-icon {
    color: #00b453;
    font-size: 10px;
    opacity: 0;
    transition: all 0.1s;
  }
  .ant-pagination
    .ant-pagination-jump-prev
    .ant-pagination-item-container
    .ant-pagination-item-link-icon-svg,
  .ant-pagination
    .ant-pagination-jump-next
    .ant-pagination-item-container
    .ant-pagination-item-link-icon-svg {
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    margin: auto;
  }
  .ant-pagination
    .ant-pagination-jump-prev
    .ant-pagination-item-container
    .ant-pagination-item-ellipsis,
  .ant-pagination
    .ant-pagination-jump-next
    .ant-pagination-item-container
    .ant-pagination-item-ellipsis {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    display: block;
    margin: auto;
    color: rgba(0, 0, 0, 0.25);
    letter-spacing: 2px;
    text-align: center;
    text-indent: 0.13em;
    opacity: 1;
    transition: all 0.1s;
  }
  .ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
  .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
    opacity: 1;
  }
  .ant-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
  .ant-pagination .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
    opacity: 0;
  }
  .ant-pagination .ant-pagination-prev,
  .ant-pagination .ant-pagination-jump-prev,
  .ant-pagination .ant-pagination-jump-next {
    margin-inline-end: 8px;
  }
  .ant-pagination .ant-pagination-prev,
  .ant-pagination .ant-pagination-next,
  .ant-pagination .ant-pagination-jump-prev,
  .ant-pagination .ant-pagination-jump-next {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, 0.88);
    font-family: inherit;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.1s;
  }
  .ant-pagination .ant-pagination-prev,
  .ant-pagination .ant-pagination-next {
    outline: 0;
  }
  .ant-pagination .ant-pagination-prev button,
  .ant-pagination .ant-pagination-next button {
    color: rgba(0, 0, 0, 0.88);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-pagination .ant-pagination-prev .ant-pagination-item-link,
  .ant-pagination .ant-pagination-next .ant-pagination-item-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 10px;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: none;
    transition: all 0.1s;
  }
  .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
  .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-pagination .ant-pagination-prev:active .ant-pagination-item-link,
  .ant-pagination .ant-pagination-next:active .ant-pagination-item-link {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-pagination .ant-pagination-prev.ant-pagination-disabled:hover .ant-pagination-item-link,
  .ant-pagination .ant-pagination-next.ant-pagination-disabled:hover .ant-pagination-item-link {
    background-color: transparent;
  }
  .ant-pagination .ant-pagination-slash {
    margin-inline-end: 12px;
    margin-inline-start: 12px;
  }
  .ant-pagination .ant-pagination-options {
    display: inline-block;
    margin-inline-start: 16px;
    vertical-align: middle;
  }
  .ant-pagination .ant-pagination-options-size-changer {
    display: inline-block;
    width: auto;
  }
  .ant-pagination .ant-pagination-options-quick-jumper {
    display: inline-block;
    height: 32px;
    margin-inline-start: 8px;
    line-height: 32px;
    vertical-align: top;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 0;
    padding: 5px 11px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    border-radius: 6px;
    transition: all 0.1s;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    height: 32px;
    box-sizing: border-box;
    margin: 0;
    margin-inline-start: 8px;
    margin-inline-end: 8px;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input::-moz-placeholder {
    opacity: 1;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input:placeholder-shown {
    text-overflow: ellipsis;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input-lg {
    padding: 8px 11px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    border-radius: 8px;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input-sm {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 4px;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input-rtl,
  .ant-pagination .ant-pagination-options-quick-jumper input-textarea-rtl {
    direction: rtl;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input:hover {
    border-color: #1fc266;
    background-color: #ffffff;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input:focus,
  .ant-pagination .ant-pagination-options-quick-jumper input:focus-within {
    border-color: #00b453;
    box-shadow: 0 0 0 2px rgba(5, 184, 62, 0.14);
    outline: 0;
    background-color: #ffffff;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input[disabled] input[disabled],
  .ant-pagination .ant-pagination-options-quick-jumper input[disabled] textarea[disabled] {
    cursor: not-allowed;
  }
  .ant-pagination .ant-pagination-options-quick-jumper input[disabled]:hover:not([disabled]) {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-prev,
  .ant-pagination.ant-pagination-simple .ant-pagination-next {
    height: 32px;
    line-height: 32px;
    vertical-align: top;
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
  .ant-pagination.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
    height: 32px;
    background-color: transparent;
    border: 0;
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:hover,
  .ant-pagination.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:hover {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:active,
  .ant-pagination.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:active {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
  .ant-pagination.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
    height: 32px;
    line-height: 32px;
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-simple-pager {
    display: inline-flex;
    align-items: center;
    height: 32px;
    margin-inline-end: 8px;
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input {
    box-sizing: border-box;
    height: 100%;
    width: 50px;
    padding: 0 6px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.1s;
    color: inherit;
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input:hover {
    border-color: #00b453;
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input:focus {
    border-color: #1fc266;
    box-shadow: 0px 0 2px rgba(5, 184, 62, 0.14);
  }
  .ant-pagination.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
    cursor: not-allowed;
  }
  .ant-pagination.ant-pagination-simple.ant-pagination-disabled
    .ant-pagination-prev
    .ant-pagination-item-link:hover,
  .ant-pagination.ant-pagination-simple.ant-pagination-disabled
    .ant-pagination-next
    .ant-pagination-item-link:hover,
  .ant-pagination.ant-pagination-simple.ant-pagination-disabled
    .ant-pagination-prev
    .ant-pagination-item-link:active,
  .ant-pagination.ant-pagination-simple.ant-pagination-disabled
    .ant-pagination-next
    .ant-pagination-item-link:active {
    background-color: transparent;
  }
  .ant-pagination.ant-pagination-simple.ant-pagination-mini .ant-pagination-prev,
  .ant-pagination.ant-pagination-simple.ant-pagination-mini .ant-pagination-next {
    height: 24px;
    line-height: 24px;
  }
  .ant-pagination.ant-pagination-simple.ant-pagination-mini
    .ant-pagination-prev
    .ant-pagination-item-link,
  .ant-pagination.ant-pagination-simple.ant-pagination-mini
    .ant-pagination-next
    .ant-pagination-item-link {
    height: 24px;
  }
  .ant-pagination.ant-pagination-simple.ant-pagination-mini
    .ant-pagination-prev
    .ant-pagination-item-link::after,
  .ant-pagination.ant-pagination-simple.ant-pagination-mini
    .ant-pagination-next
    .ant-pagination-item-link::after {
    height: 24px;
    line-height: 24px;
  }
  .ant-pagination.ant-pagination-simple.ant-pagination-mini .ant-pagination-simple-pager {
    height: 24px;
  }
  .ant-pagination.ant-pagination-simple.ant-pagination-mini .ant-pagination-simple-pager input {
    width: 44px;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-total-text,
  .ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
    height: 24px;
    line-height: 24px;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-item {
    min-width: 24px;
    height: 24px;
    margin: 0;
    line-height: 22px;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-prev,
  .ant-pagination.ant-pagination-mini .ant-pagination-next {
    min-width: 24px;
    height: 24px;
    margin: 0;
    line-height: 24px;
  }
  .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled)
    .ant-pagination-prev:hover
    .ant-pagination-item-link,
  .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled)
    .ant-pagination-next:hover
    .ant-pagination-item-link {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled)
    .ant-pagination-prev:active
    .ant-pagination-item-link,
  .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled)
    .ant-pagination-next:active
    .ant-pagination-item-link {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled)
    .ant-pagination-prev.ant-pagination-disabled:hover
    .ant-pagination-item-link,
  .ant-pagination.ant-pagination-mini:not(.ant-pagination-disabled)
    .ant-pagination-next.ant-pagination-disabled:hover
    .ant-pagination-item-link {
    background-color: transparent;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
  .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
    background-color: transparent;
    border-color: transparent;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
  .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
    height: 24px;
    line-height: 24px;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
  .ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
    height: 24px;
    margin-inline-end: 0;
    line-height: 24px;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-options {
    margin-inline-start: 2px;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
    top: 0;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
    height: 24px;
    line-height: 24px;
  }
  .ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
    padding: 1px 7px;
    font-size: 12px;
    border-radius: 4px;
    width: 44px;
    height: 24px;
  }
  .ant-pagination .ant-pagination-disabled,
  .ant-pagination .ant-pagination-disabled:hover {
    cursor: not-allowed;
  }
  .ant-pagination .ant-pagination-disabled .ant-pagination-item-link,
  .ant-pagination .ant-pagination-disabled:hover .ant-pagination-item-link {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-pagination .ant-pagination-disabled:focus-visible {
    cursor: not-allowed;
  }
  .ant-pagination .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-pagination.ant-pagination-disabled {
    cursor: not-allowed;
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-item {
    cursor: not-allowed;
    background-color: transparent;
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-item:hover,
  .ant-pagination.ant-pagination-disabled .ant-pagination-item:active {
    background-color: transparent;
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-item a {
    color: rgba(0, 0, 0, 0.25);
    background-color: transparent;
    border: none;
    cursor: not-allowed;
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
    border-color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-item-active:hover,
  .ant-pagination.ant-pagination-disabled .ant-pagination-item-active:active {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
  .ant-pagination.ant-pagination-disabled .ant-pagination-item-link:active {
    background-color: transparent;
  }
  .ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
    background-color: transparent;
  }
  .ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
  .ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:active {
    background-color: transparent;
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev .ant-pagination-item-link-icon,
  .ant-pagination.ant-pagination-disabled .ant-pagination-jump-next .ant-pagination-item-link-icon {
    opacity: 0;
  }
  .ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev .ant-pagination-item-ellipsis,
  .ant-pagination.ant-pagination-disabled .ant-pagination-jump-next .ant-pagination-item-ellipsis {
    opacity: 1;
  }
  @media only screen and (max-width: 992px) {
    .ant-pagination .ant-pagination-item-after-jump-prev,
    .ant-pagination .ant-pagination-item-before-jump-next {
      display: none;
    }
  }
  @media only screen and (max-width: 576px) {
    .ant-pagination .ant-pagination-options {
      display: none;
    }
  }
  .ant-pagination-rtl {
    direction: rtl;
  }
  .ant-pagination:not(.ant-pagination-disabled) .ant-pagination-item:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-pagination:not(.ant-pagination-disabled) .ant-pagination-jump-prev:focus-visible,
  .ant-pagination:not(.ant-pagination-disabled) .ant-pagination-jump-next:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-pagination:not(.ant-pagination-disabled)
    .ant-pagination-jump-prev:focus-visible
    .ant-pagination-item-link-icon,
  .ant-pagination:not(.ant-pagination-disabled)
    .ant-pagination-jump-next:focus-visible
    .ant-pagination-item-link-icon {
    opacity: 1;
  }
  .ant-pagination:not(.ant-pagination-disabled)
    .ant-pagination-jump-prev:focus-visible
    .ant-pagination-item-ellipsis,
  .ant-pagination:not(.ant-pagination-disabled)
    .ant-pagination-jump-next:focus-visible
    .ant-pagination-item-ellipsis {
    opacity: 0;
  }
  .ant-pagination:not(.ant-pagination-disabled)
    .ant-pagination-prev:focus-visible
    .ant-pagination-item-link,
  .ant-pagination:not(.ant-pagination-disabled)
    .ant-pagination-next:focus-visible
    .ant-pagination-item-link {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-progress {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-progress::before,
  .ant-progress::after {
    box-sizing: border-box;
  }
  .ant-progress [class^='ant-progress'],
  .ant-progress [class*=' ant-progress'] {
    box-sizing: border-box;
  }
  .ant-progress [class^='ant-progress']::before,
  .ant-progress [class*=' ant-progress']::before,
  .ant-progress [class^='ant-progress']::after,
  .ant-progress [class*=' ant-progress']::after {
    box-sizing: border-box;
  }
  .ant-progress {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-block;
  }
  .ant-progress-rtl {
    direction: rtl;
  }
  .ant-progress-line {
    position: relative;
    width: 100%;
    font-size: 12px;
  }
  .ant-progress .ant-progress-outer {
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .ant-progress .ant-progress-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    flex: 1;
    overflow: hidden;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 100px;
  }
  .ant-progress .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
    stroke: #00b453;
  }
  .ant-progress .ant-progress-success-bg,
  .ant-progress .ant-progress-bg {
    position: relative;
    background: #00b453;
    border-radius: 100px;
    transition: all 0.15s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-progress .ant-progress-layout-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ant-progress .ant-progress-layout-bottom .ant-progress-text {
    width: -moz-max-content;
    width: max-content;
    margin-inline-start: 0;
    margin-top: 4px;
  }
  .ant-progress .ant-progress-bg {
    overflow: hidden;
  }
  .ant-progress .ant-progress-bg::after {
    content: '';
    background: inherit;
    background: var(--progress-line-stroke-color);
    height: 100%;
    width: calc(1 / var(--progress-percent) * 100%);
    display: block;
  }
  .ant-progress .ant-progress-bg.ant-progress-bg-inner {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .ant-progress .ant-progress-bg.ant-progress-bg-inner::after {
    content: none;
  }
  .ant-progress .ant-progress-bg.ant-progress-bg-inner .ant-progress-text-inner {
    color: #fff;
  }
  .ant-progress
    .ant-progress-bg.ant-progress-bg-inner
    .ant-progress-text-inner.ant-progress-text-bright {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-progress .ant-progress-success-bg {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    background-color: #00b453;
  }
  .ant-progress .ant-progress-text {
    display: inline-block;
    margin-inline-start: 8px;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1;
    width: 2em;
    white-space: nowrap;
    text-align: start;
    vertical-align: middle;
    word-break: normal;
  }
  .ant-progress .ant-progress-text .anticon {
    font-size: 12px;
  }
  .ant-progress .ant-progress-text.ant-progress-text-outer {
    width: -moz-max-content;
    width: max-content;
  }
  .ant-progress .ant-progress-text.ant-progress-text-outer.ant-progress-text-start {
    width: -moz-max-content;
    width: max-content;
    margin-inline-start: 0;
    margin-inline-end: 8px;
  }
  .ant-progress .ant-progress-text-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-inline-start: 0;
    padding: 0 4px;
  }
  .ant-progress .ant-progress-text-inner.ant-progress-text-start {
    justify-content: start;
  }
  .ant-progress .ant-progress-text-inner.ant-progress-text-end {
    justify-content: end;
  }
  .ant-progress.ant-progress-status-active .ant-progress-bg::before {
    position: absolute;
    inset: 0;
    background-color: #ffffff;
    border-radius: 100px;
    opacity: 0;
    animation-name: antProgressLTRActive;
    animation-duration: 2.4s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-iteration-count: infinite;
    content: '';
  }
  .ant-progress.ant-progress-rtl.ant-progress-status-active .ant-progress-bg::before {
    animation-name: antProgressRTLActive;
  }
  .ant-progress.ant-progress-status-exception .ant-progress-bg {
    background-color: #ff4d4f;
  }
  .ant-progress.ant-progress-status-exception .ant-progress-text {
    color: #ff4d4f;
  }
  .ant-progress.ant-progress-status-exception
    .ant-progress-inner:not(.ant-progress-circle-gradient)
    .ant-progress-circle-path {
    stroke: #ff4d4f;
  }
  .ant-progress.ant-progress-status-success .ant-progress-bg {
    background-color: #00b453;
  }
  .ant-progress.ant-progress-status-success .ant-progress-text {
    color: #00b453;
  }
  .ant-progress.ant-progress-status-success
    .ant-progress-inner:not(.ant-progress-circle-gradient)
    .ant-progress-circle-path {
    stroke: #00b453;
  }
  .ant-progress .ant-progress-circle-trail {
    stroke: rgba(0, 0, 0, 0.06);
  }
  .ant-progress.ant-progress-circle .ant-progress-inner {
    position: relative;
    line-height: 1;
    background-color: transparent;
  }
  .ant-progress.ant-progress-circle .ant-progress-text {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 1em;
    line-height: 1;
    white-space: normal;
    text-align: center;
    transform: translateY(-50%);
  }
  .ant-progress.ant-progress-circle .ant-progress-text .anticon {
    font-size: 1.2em;
  }
  .ant-progress-circle.ant-progress-status-exception .ant-progress-text {
    color: #ff4d4f;
  }
  .ant-progress-circle.ant-progress-status-success .ant-progress-text {
    color: #00b453;
  }
  .ant-progress-inline-circle {
    line-height: 1;
  }
  .ant-progress-inline-circle .ant-progress-inner {
    vertical-align: bottom;
  }
  .ant-progress .ant-progress-steps {
    display: inline-block;
  }
  .ant-progress .ant-progress-steps-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .ant-progress .ant-progress-steps-item {
    flex-shrink: 0;
    min-width: 2px;
    margin-inline-end: 2px;
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.15s;
  }
  .ant-progress .ant-progress-steps-item-active {
    background-color: #00b453;
  }
  .ant-progress-small.ant-progress-line,
  .ant-progress-small.ant-progress-line .ant-progress-text .anticon {
    font-size: 10px;
  }
  @keyframes antProgressLTRActive {
    0% {
      transform: translateX(-100%) scaleX(0);
      opacity: 0.1;
    }
    20% {
      transform: translateX(-100%) scaleX(0);
      opacity: 0.5;
    }
    to {
      transform: translateX(0) scaleX(1);
      opacity: 0;
    }
  }
  @keyframes antProgressRTLActive {
    0% {
      transform: translateX(100%) scaleX(0);
      opacity: 0.1;
    }
    20% {
      transform: translateX(100%) scaleX(0);
      opacity: 0.5;
    }
    to {
      transform: translateX(0) scaleX(1);
      opacity: 0;
    }
  }
  .ant-qrcode {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-qrcode::before,
  .ant-qrcode::after {
    box-sizing: border-box;
  }
  .ant-qrcode [class^='ant-qrcode'],
  .ant-qrcode [class*=' ant-qrcode'] {
    box-sizing: border-box;
  }
  .ant-qrcode [class^='ant-qrcode']::before,
  .ant-qrcode [class*=' ant-qrcode']::before,
  .ant-qrcode [class^='ant-qrcode']::after,
  .ant-qrcode [class*=' ant-qrcode']::after {
    box-sizing: border-box;
  }
  .ant-qrcode {
    box-sizing: border-box;
    margin: 0;
    padding: 12px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(5, 5, 5, 0.06);
    position: relative;
    overflow: hidden;
  }
  .ant-qrcode > .ant-qrcode-mask {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1.6666666666666667;
    background: rgba(255, 255, 255, 0.96);
    text-align: center;
  }
  .ant-qrcode > .ant-qrcode-mask > .ant-qrcode-expired,
  .ant-qrcode > .ant-qrcode-mask > .ant-qrcode-scanned {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-qrcode > canvas {
    align-self: stretch;
    flex: auto;
    min-width: 0;
  }
  .ant-qrcode-icon {
    margin-block-end: 8px;
    font-size: 32px;
  }
  .ant-qrcode-borderless {
    border-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .ant-rate {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-rate::before,
  .ant-rate::after {
    box-sizing: border-box;
  }
  .ant-rate [class^='ant-rate'],
  .ant-rate [class*=' ant-rate'] {
    box-sizing: border-box;
  }
  .ant-rate [class^='ant-rate']::before,
  .ant-rate [class*=' ant-rate']::before,
  .ant-rate [class^='ant-rate']::after,
  .ant-rate [class*=' ant-rate']::after {
    box-sizing: border-box;
  }
  .ant-rate {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fadb14;
    font-size: 20px;
    line-height: 1;
    list-style: none;
    font-family: inherit;
    display: inline-block;
    outline: none;
  }
  .ant-rate-disabled.ant-rate .ant-rate-star {
    cursor: default;
  }
  .ant-rate-disabled.ant-rate .ant-rate-star > div:hover {
    transform: scale(1);
  }
  .ant-rate .ant-rate-star {
    position: relative;
    display: inline-block;
    color: inherit;
    cursor: pointer;
  }
  .ant-rate .ant-rate-star:not(:last-child) {
    margin-inline-end: 8px;
  }
  .ant-rate .ant-rate-star > div {
    transition:
      all 0.1s,
      outline 0s;
  }
  .ant-rate .ant-rate-star > div:hover {
    transform: scale(1.1);
  }
  .ant-rate .ant-rate-star > div:focus {
    outline: 0;
  }
  .ant-rate .ant-rate-star > div:focus-visible {
    outline: 1px dashed #fadb14;
    transform: scale(1.1);
  }
  .ant-rate .ant-rate-star-first,
  .ant-rate .ant-rate-star-second {
    color: rgba(0, 0, 0, 0.06);
    transition: all 0.1s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-rate .ant-rate-star-first {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
  }
  .ant-rate .ant-rate-star-half .ant-rate-star-first,
  .ant-rate .ant-rate-star-half .ant-rate-star-second {
    opacity: 1;
  }
  .ant-rate .ant-rate-star-half .ant-rate-star-first,
  .ant-rate .ant-rate-star-full .ant-rate-star-second {
    color: inherit;
  }
  .ant-rate-rtl.ant-rate {
    direction: rtl;
  }
  .ant-result {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-result::before,
  .ant-result::after {
    box-sizing: border-box;
  }
  .ant-result [class^='ant-result'],
  .ant-result [class*=' ant-result'] {
    box-sizing: border-box;
  }
  .ant-result [class^='ant-result']::before,
  .ant-result [class*=' ant-result']::before,
  .ant-result [class^='ant-result']::after,
  .ant-result [class*=' ant-result']::after {
    box-sizing: border-box;
  }
  .ant-result {
    padding: 48px 32px;
  }
  .ant-result-rtl {
    direction: rtl;
  }
  .ant-result .ant-result-image {
    width: 250px;
    height: 295px;
    margin: auto;
  }
  .ant-result .ant-result-icon {
    margin-bottom: 24px;
    text-align: center;
  }
  .ant-result .ant-result-icon > .anticon {
    font-size: 60px;
  }
  .ant-result .ant-result-title {
    color: rgba(0, 0, 0, 0.88);
    font-size: 20px;
    line-height: 1.4;
    margin-block: 8px;
    text-align: center;
  }
  .ant-result .ant-result-subtitle {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 1.6666666666666667;
    text-align: center;
  }
  .ant-result .ant-result-content {
    margin-top: 24px;
    padding: 24px 40px;
    background-color: rgba(0, 0, 0, 0.02);
  }
  .ant-result .ant-result-extra {
    margin: 24px 0 0 0;
    text-align: center;
  }
  .ant-result .ant-result-extra > * {
    margin-inline-end: 8px;
  }
  .ant-result .ant-result-extra > *:last-child {
    margin-inline-end: 0;
  }
  .ant-result-success .ant-result-icon > .anticon {
    color: #00b453;
  }
  .ant-result-error .ant-result-icon > .anticon {
    color: #ff4d4f;
  }
  .ant-result-info .ant-result-icon > .anticon {
    color: #00b453;
  }
  .ant-result-warning .ant-result-icon > .anticon {
    color: #faad14;
  }
  .ant-row {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-row::before,
  .ant-row::after {
    box-sizing: border-box;
  }
  .ant-row [class^='ant-row'],
  .ant-row [class*=' ant-row'] {
    box-sizing: border-box;
  }
  .ant-row [class^='ant-row']::before,
  .ant-row [class*=' ant-row']::before,
  .ant-row [class^='ant-row']::after,
  .ant-row [class*=' ant-row']::after {
    box-sizing: border-box;
  }
  .ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
  }
  .ant-row::before,
  .ant-row::after {
    display: flex;
  }
  .ant-row-no-wrap {
    flex-wrap: nowrap;
  }
  .ant-row-start {
    justify-content: flex-start;
  }
  .ant-row-center {
    justify-content: center;
  }
  .ant-row-end {
    justify-content: flex-end;
  }
  .ant-row-space-between {
    justify-content: space-between;
  }
  .ant-row-space-around {
    justify-content: space-around;
  }
  .ant-row-space-evenly {
    justify-content: space-evenly;
  }
  .ant-row-top {
    align-items: flex-start;
  }
  .ant-row-middle {
    align-items: center;
  }
  .ant-row-bottom {
    align-items: flex-end;
  }
  .ant-segmented {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-segmented::before,
  .ant-segmented::after {
    box-sizing: border-box;
  }
  .ant-segmented [class^='ant-segmented'],
  .ant-segmented [class*=' ant-segmented'] {
    box-sizing: border-box;
  }
  .ant-segmented [class^='ant-segmented']::before,
  .ant-segmented [class*=' ant-segmented']::before,
  .ant-segmented [class^='ant-segmented']::after,
  .ant-segmented [class*=' ant-segmented']::after {
    box-sizing: border-box;
  }
  .ant-segmented {
    box-sizing: border-box;
    margin: 0;
    padding: 2px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-block;
    background: white;
    border-radius: 6px;
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-segmented:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-segmented .ant-segmented-group {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-items: flex-start;
    flex-direction: row;
    width: 100%;
  }
  .ant-segmented.ant-segmented-rtl {
    direction: rtl;
  }
  .ant-segmented.ant-segmented-vertical .ant-segmented-group {
    flex-direction: column;
  }
  .ant-segmented.ant-segmented-vertical .ant-segmented-thumb {
    width: 100%;
    height: 0;
    padding: 0 4px;
  }
  .ant-segmented.ant-segmented-block {
    display: flex;
  }
  .ant-segmented.ant-segmented-block .ant-segmented-item {
    flex: 1;
    min-width: 0;
  }
  .ant-segmented .ant-segmented-item {
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px;
    transform: translateZ(0);
  }
  .ant-segmented .ant-segmented-item-selected {
    background-color: #ffffff;
    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);
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-segmented .ant-segmented-item-focused {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-segmented .ant-segmented-item::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.1s;
    pointer-events: none;
  }
  .ant-segmented
    .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-segmented
    .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(
      .ant-segmented-item-disabled
    )::after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-segmented
    .ant-segmented-item:active:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-segmented
    .ant-segmented-item:active:not(.ant-segmented-item-selected):not(
      .ant-segmented-item-disabled
    )::after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-segmented .ant-segmented-item-label {
    min-height: 28px;
    line-height: 28px;
    padding: 0 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ant-segmented .ant-segmented-item-icon + * {
    margin-inline-start: 6px;
  }
  .ant-segmented .ant-segmented-item-input {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .ant-segmented .ant-segmented-thumb {
    background-color: #ffffff;
    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);
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 0;
    height: 100%;
    padding: 4px 0;
    border-radius: 4px;
    transition:
      transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-segmented
    .ant-segmented-thumb
    ~ .ant-segmented-item:not(.ant-segmented-item-selected):not(
      .ant-segmented-item-disabled
    )::after {
    background-color: transparent;
  }
  .ant-segmented.ant-segmented-lg {
    border-radius: 8px;
  }
  .ant-segmented.ant-segmented-lg .ant-segmented-item-label {
    min-height: 36px;
    line-height: 36px;
    padding: 0 11px;
    font-size: 14px;
  }
  .ant-segmented.ant-segmented-lg .ant-segmented-item,
  .ant-segmented.ant-segmented-lg .ant-segmented-thumb {
    border-radius: 6px;
  }
  .ant-segmented.ant-segmented-sm {
    border-radius: 4px;
  }
  .ant-segmented.ant-segmented-sm .ant-segmented-item-label {
    min-height: 20px;
    line-height: 20px;
    padding: 0 7px;
  }
  .ant-segmented.ant-segmented-sm .ant-segmented-item,
  .ant-segmented.ant-segmented-sm .ant-segmented-thumb {
    border-radius: 2px;
  }
  .ant-segmented-disabled .ant-segmented-item,
  .ant-segmented-disabled .ant-segmented-item:hover,
  .ant-segmented-disabled .ant-segmented-item:focus {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-segmented .ant-segmented-item-disabled,
  .ant-segmented .ant-segmented-item-disabled:hover,
  .ant-segmented .ant-segmented-item-disabled:focus {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-segmented .ant-segmented-thumb-motion-appear-active {
    transition:
      transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      width 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform, width;
  }
  .ant-segmented.ant-segmented-shape-round {
    border-radius: 9999px;
  }
  .ant-segmented.ant-segmented-shape-round .ant-segmented-item,
  .ant-segmented.ant-segmented-shape-round .ant-segmented-thumb {
    border-radius: 9999px;
  }
  .ant-skeleton {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-skeleton::before,
  .ant-skeleton::after {
    box-sizing: border-box;
  }
  .ant-skeleton [class^='ant-skeleton'],
  .ant-skeleton [class*=' ant-skeleton'] {
    box-sizing: border-box;
  }
  .ant-skeleton [class^='ant-skeleton']::before,
  .ant-skeleton [class*=' ant-skeleton']::before,
  .ant-skeleton [class^='ant-skeleton']::after,
  .ant-skeleton [class*=' ant-skeleton']::after {
    box-sizing: border-box;
  }
  .ant-skeleton {
    display: table;
    width: 100%;
  }
  .ant-skeleton .ant-skeleton-header {
    display: table-cell;
    padding-inline-end: 16px;
    vertical-align: top;
  }
  .ant-skeleton .ant-skeleton-header .ant-skeleton-avatar {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.06);
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .ant-skeleton .ant-skeleton-header .ant-skeleton-avatar-circle {
    border-radius: 50%;
  }
  .ant-skeleton .ant-skeleton-header .ant-skeleton-avatar-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .ant-skeleton .ant-skeleton-header .ant-skeleton-avatar-sm {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .ant-skeleton .ant-skeleton-content {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }
  .ant-skeleton .ant-skeleton-content .ant-skeleton-title {
    width: 100%;
    height: 16px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
  }
  .ant-skeleton .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
    margin-block-start: 24px;
  }
  .ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph {
    padding: 0;
  }
  .ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph > li {
    width: 100%;
    height: 16px;
    list-style: none;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
  }
  .ant-skeleton .ant-skeleton-content .ant-skeleton-paragraph > li + li {
    margin-block-start: 16px;
  }
  .ant-skeleton
    .ant-skeleton-content
    .ant-skeleton-paragraph
    > li:last-child:not(:first-child):not(:nth-child(2)) {
    width: 61%;
  }
  .ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
  .ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
    border-radius: 100px;
  }
  .ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
    margin-block-start: 12px;
  }
  .ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
    margin-block-start: 28px;
  }
  .ant-skeleton.ant-skeleton-element {
    display: inline-block;
    width: auto;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 64px;
    min-width: 64px;
    height: 32px;
    line-height: 32px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
    width: 32px;
    min-width: 32px;
    border-radius: 50%;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
    border-radius: 32px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button-lg {
    width: 80px;
    min-width: 80px;
    height: 40px;
    line-height: 40px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
    border-radius: 40px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button-sm {
    width: 48px;
    min-width: 48px;
    height: 24px;
    line-height: 24px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
    width: 24px;
    min-width: 24px;
    border-radius: 50%;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
    border-radius: 24px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-avatar {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.06);
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
    border-radius: 50%;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-sm {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-input {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 160px;
    min-width: 160px;
    height: 32px;
    line-height: 32px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-input-lg {
    width: 200px;
    min-width: 200px;
    height: 40px;
    line-height: 40px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-input-sm {
    width: 120px;
    min-width: 120px;
    height: 24px;
    line-height: 24px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 96px;
    height: 96px;
    line-height: 96px;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-image .ant-skeleton-image-path {
    fill: #bfbfbf;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-image .ant-skeleton-image-svg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    max-width: 192px;
    max-height: 192px;
  }
  .ant-skeleton.ant-skeleton-element
    .ant-skeleton-image
    .ant-skeleton-image-svg.ant-skeleton-image-svg-circle {
    border-radius: 50%;
  }
  .ant-skeleton.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
    border-radius: 50%;
  }
  .ant-skeleton.ant-skeleton-block {
    width: 100%;
  }
  .ant-skeleton.ant-skeleton-block .ant-skeleton-button {
    width: 100%;
  }
  .ant-skeleton.ant-skeleton-block .ant-skeleton-input {
    width: 100%;
  }
  .ant-skeleton.ant-skeleton-active .ant-skeleton-title,
  .ant-skeleton.ant-skeleton-active .ant-skeleton-paragraph > li,
  .ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,
  .ant-skeleton.ant-skeleton-active .ant-skeleton-button,
  .ant-skeleton.ant-skeleton-active .ant-skeleton-input,
  .ant-skeleton.ant-skeleton-active .ant-skeleton-image {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.06) 25%,
      rgba(0, 0, 0, 0.15) 37%,
      rgba(0, 0, 0, 0.06) 63%
    );
    background-size: 400% 100%;
    animation-name: ant-skeleton-loading;
    animation-duration: 1.4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
  }
  @keyframes ant-skeleton-loading {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  .ant-slider {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-slider::before,
  .ant-slider::after {
    box-sizing: border-box;
  }
  .ant-slider [class^='ant-slider'],
  .ant-slider [class*=' ant-slider'] {
    box-sizing: border-box;
  }
  .ant-slider [class^='ant-slider']::before,
  .ant-slider [class*=' ant-slider']::before,
  .ant-slider [class^='ant-slider']::after,
  .ant-slider [class*=' ant-slider']::after {
    box-sizing: border-box;
  }
  .ant-slider {
    box-sizing: border-box;
    margin: 11px 5px;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    height: 10px;
    cursor: pointer;
    touch-action: none;
  }
  .ant-slider-vertical {
    margin: 5px 11px;
  }
  .ant-slider .ant-slider-rail {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    transition: background-color 0.1s;
  }
  .ant-slider .ant-slider-track,
  .ant-slider .ant-slider-tracks {
    position: absolute;
    transition: background-color 0.1s;
  }
  .ant-slider .ant-slider-track {
    background-color: #69db93;
    border-radius: 2px;
  }
  .ant-slider .ant-slider-track-draggable {
    box-sizing: content-box;
    background-clip: content-box;
    border: solid rgba(0, 0, 0, 0);
  }
  .ant-slider:hover .ant-slider-rail {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-slider:hover .ant-slider-track {
    background-color: #42cf7a;
  }
  .ant-slider:hover .ant-slider-dot {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .ant-slider:hover .ant-slider-handle::after {
    box-shadow: 0 0 0 2px #42cf7a;
  }
  .ant-slider:hover .ant-slider-dot-active {
    border-color: #69db93;
  }
  .ant-slider .ant-slider-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-slider .ant-slider-handle-dragging-delete {
    opacity: 0;
  }
  .ant-slider .ant-slider-handle::before {
    content: '';
    position: absolute;
    inset-inline-start: -2px;
    inset-block-start: -2px;
    width: 14px;
    height: 14px;
    background-color: transparent;
  }
  .ant-slider .ant-slider-handle::after {
    content: '';
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #69db93;
    outline: 0px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    transition:
      inset-inline-start 0.1s,
      inset-block-start 0.1s,
      width 0.1s,
      height 0.1s,
      box-shadow 0.1s,
      outline 0.1s;
  }
  .ant-slider .ant-slider-handle:hover::before,
  .ant-slider .ant-slider-handle:active::before,
  .ant-slider .ant-slider-handle:focus::before {
    inset-inline-start: -3.5px;
    inset-block-start: -3.5px;
    width: 17px;
    height: 17px;
  }
  .ant-slider .ant-slider-handle:hover::after,
  .ant-slider .ant-slider-handle:active::after,
  .ant-slider .ant-slider-handle:focus::after {
    box-shadow: 0 0 0 2.5px #00b453;
    outline: 6px solid rgba(0, 180, 83, 0.2);
    width: 12px;
    height: 12px;
    inset-inline-start: -1px;
    inset-block-start: -1px;
  }
  .ant-slider-lock .ant-slider-handle::before,
  .ant-slider-lock .ant-slider-handle::after {
    transition: none;
  }
  .ant-slider .ant-slider-mark {
    position: absolute;
    font-size: 12px;
  }
  .ant-slider .ant-slider-mark-text {
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
    word-break: keep-all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-slider .ant-slider-mark-text-active {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-slider .ant-slider-step {
    position: absolute;
    background: transparent;
    pointer-events: none;
  }
  .ant-slider .ant-slider-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    transition: border-color 0.15s;
    pointer-events: auto;
  }
  .ant-slider .ant-slider-dot-active {
    border-color: #69db93;
  }
  .ant-slider.ant-slider-disabled {
    cursor: not-allowed;
  }
  .ant-slider.ant-slider-disabled .ant-slider-rail {
    background-color: rgba(0, 0, 0, 0.04) !important;
  }
  .ant-slider.ant-slider-disabled .ant-slider-track {
    background-color: rgba(0, 0, 0, 0.04) !important;
  }
  .ant-slider.ant-slider-disabled .ant-slider-dot {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
    cursor: not-allowed;
  }
  .ant-slider.ant-slider-disabled .ant-slider-handle::after {
    background-color: #ffffff;
    cursor: not-allowed;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 2px #bfbfbf;
    inset-inline-start: 0;
    inset-block-start: 0;
  }
  .ant-slider.ant-slider-disabled .ant-slider-mark-text,
  .ant-slider.ant-slider-disabled .ant-slider-dot {
    cursor: not-allowed !important;
  }
  .ant-slider-tooltip .ant-tooltip-inner {
    min-width: unset;
  }
  .ant-slider-horizontal {
    padding-block: 4px;
    height: 12px;
  }
  .ant-slider-horizontal .ant-slider-rail {
    width: 100%;
    height: 4px;
  }
  .ant-slider-horizontal .ant-slider-track,
  .ant-slider-horizontal .ant-slider-tracks {
    height: 4px;
  }
  .ant-slider-horizontal .ant-slider-track-draggable {
    border-width: 3px 0;
    transform: translateY(-3px);
  }
  .ant-slider-horizontal .ant-slider-handle {
    inset-block-start: 1px;
  }
  .ant-slider-horizontal .ant-slider-mark {
    inset-inline-start: 0;
    top: 12px;
    width: 100%;
  }
  .ant-slider-horizontal .ant-slider-step {
    inset-inline-start: 0;
    top: 4px;
    width: 100%;
    height: 4px;
  }
  .ant-slider-horizontal .ant-slider-dot {
    position: absolute;
    inset-block-start: -2px;
  }
  .ant-slider-horizontal.ant-slider-with-marks {
    margin-bottom: 30px;
  }
  .ant-slider-vertical {
    padding-inline: 4px;
    width: 12px;
    height: 100%;
  }
  .ant-slider-vertical .ant-slider-rail {
    height: 100%;
    width: 4px;
  }
  .ant-slider-vertical .ant-slider-track,
  .ant-slider-vertical .ant-slider-tracks {
    width: 4px;
  }
  .ant-slider-vertical .ant-slider-track-draggable {
    border-width: 0 3px;
    transform: translateX(-3px);
  }
  .ant-slider-vertical .ant-slider-handle {
    inset-inline-start: 1px;
  }
  .ant-slider-vertical .ant-slider-mark {
    inset-inline-start: 17px;
    top: 0;
    height: 100%;
  }
  .ant-slider-vertical .ant-slider-step {
    inset-inline-start: 4px;
    top: 0;
    height: 100%;
    width: 4px;
  }
  .ant-slider-vertical .ant-slider-dot {
    position: absolute;
    inset-inline-start: -2px;
  }
  .ant-tooltip {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: absolute;
    z-index: 1070;
    display: block;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    visibility: visible;
    --valid-offset-x: var(--arrow-offset-horizontal, var(--arrow-x));
    transform-origin: var(--valid-offset-x, 50%) var(--arrow-y, 50%);
    --antd-arrow-background-color: rgba(0, 0, 0, 0.85);
  }
  .ant-tooltip-hidden {
    display: none;
  }
  .ant-tooltip .ant-tooltip-inner {
    min-width: 28px;
    min-height: 32px;
    padding: 6px 8px;
    color: var(--ant-tooltip-color, #fff);
    text-align: start;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 6px;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .ant-tooltip-placement-topLeft,
  .ant-tooltip-placement-topRight,
  .ant-tooltip-placement-bottomLeft,
  .ant-tooltip-placement-bottomRight {
    min-width: 34px;
  }
  .ant-tooltip-placement-left .ant-tooltip-inner,
  .ant-tooltip-placement-leftTop .ant-tooltip-inner,
  .ant-tooltip-placement-leftBottom .ant-tooltip-inner,
  .ant-tooltip-placement-right .ant-tooltip-inner,
  .ant-tooltip-placement-rightTop .ant-tooltip-inner,
  .ant-tooltip-placement-rightBottom .ant-tooltip-inner {
    border-radius: 6px;
  }
  .ant-tooltip .ant-tooltip-content {
    position: relative;
  }
  .ant-tooltip.ant-tooltip-blue .ant-tooltip-inner {
    background-color: #1677ff;
  }
  .ant-tooltip.ant-tooltip-blue .ant-tooltip-arrow {
    --antd-arrow-background-color: #1677ff;
  }
  .ant-tooltip.ant-tooltip-purple .ant-tooltip-inner {
    background-color: #722ed1;
  }
  .ant-tooltip.ant-tooltip-purple .ant-tooltip-arrow {
    --antd-arrow-background-color: #722ed1;
  }
  .ant-tooltip.ant-tooltip-cyan .ant-tooltip-inner {
    background-color: #13c2c2;
  }
  .ant-tooltip.ant-tooltip-cyan .ant-tooltip-arrow {
    --antd-arrow-background-color: #13c2c2;
  }
  .ant-tooltip.ant-tooltip-green .ant-tooltip-inner {
    background-color: #52c41a;
  }
  .ant-tooltip.ant-tooltip-green .ant-tooltip-arrow {
    --antd-arrow-background-color: #52c41a;
  }
  .ant-tooltip.ant-tooltip-magenta .ant-tooltip-inner {
    background-color: #eb2f96;
  }
  .ant-tooltip.ant-tooltip-magenta .ant-tooltip-arrow {
    --antd-arrow-background-color: #eb2f96;
  }
  .ant-tooltip.ant-tooltip-pink .ant-tooltip-inner {
    background-color: #eb2f96;
  }
  .ant-tooltip.ant-tooltip-pink .ant-tooltip-arrow {
    --antd-arrow-background-color: #eb2f96;
  }
  .ant-tooltip.ant-tooltip-red .ant-tooltip-inner {
    background-color: #f5222d;
  }
  .ant-tooltip.ant-tooltip-red .ant-tooltip-arrow {
    --antd-arrow-background-color: #f5222d;
  }
  .ant-tooltip.ant-tooltip-orange .ant-tooltip-inner {
    background-color: #fa8c16;
  }
  .ant-tooltip.ant-tooltip-orange .ant-tooltip-arrow {
    --antd-arrow-background-color: #fa8c16;
  }
  .ant-tooltip.ant-tooltip-yellow .ant-tooltip-inner {
    background-color: #fadb14;
  }
  .ant-tooltip.ant-tooltip-yellow .ant-tooltip-arrow {
    --antd-arrow-background-color: #fadb14;
  }
  .ant-tooltip.ant-tooltip-volcano .ant-tooltip-inner {
    background-color: #fa541c;
  }
  .ant-tooltip.ant-tooltip-volcano .ant-tooltip-arrow {
    --antd-arrow-background-color: #fa541c;
  }
  .ant-tooltip.ant-tooltip-geekblue .ant-tooltip-inner {
    background-color: #2f54eb;
  }
  .ant-tooltip.ant-tooltip-geekblue .ant-tooltip-arrow {
    --antd-arrow-background-color: #2f54eb;
  }
  .ant-tooltip.ant-tooltip-lime .ant-tooltip-inner {
    background-color: #a0d911;
  }
  .ant-tooltip.ant-tooltip-lime .ant-tooltip-arrow {
    --antd-arrow-background-color: #a0d911;
  }
  .ant-tooltip.ant-tooltip-gold .ant-tooltip-inner {
    background-color: #faad14;
  }
  .ant-tooltip.ant-tooltip-gold .ant-tooltip-arrow {
    --antd-arrow-background-color: #faad14;
  }
  .ant-tooltip-rtl {
    direction: rtl;
  }
  .ant-tooltip .ant-tooltip-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
  }
  .ant-tooltip .ant-tooltip-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 16px;
    height: 8px;
    background: var(--antd-arrow-background-color);
    clip-path: polygon(
      1.6568542494923806px 100%,
      50% 1.6568542494923806px,
      14.34314575050762px 100%,
      1.6568542494923806px 100%
    );
    clip-path: path(
      'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z'
    );
    content: '';
  }
  .ant-tooltip .ant-tooltip-arrow::after {
    content: '';
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 0;
    background: transparent;
  }
  .ant-tooltip .ant-tooltip-arrow:before {
    background: var(--antd-arrow-background-color);
  }
  .ant-tooltip-placement-top > .ant-tooltip-arrow,
  .ant-tooltip-placement-topLeft > .ant-tooltip-arrow,
  .ant-tooltip-placement-topRight > .ant-tooltip-arrow {
    bottom: 0;
    transform: translateY(100%) rotate(180deg);
  }
  .ant-tooltip-placement-top > .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(100%) rotate(180deg);
  }
  .ant-tooltip-placement-topLeft {
    --arrow-offset-horizontal: 12px;
  }
  .ant-tooltip-placement-topLeft > .ant-tooltip-arrow {
    left: 12px;
  }
  .ant-tooltip-placement-topRight {
    --arrow-offset-horizontal: calc(100% - 12px);
  }
  .ant-tooltip-placement-topRight > .ant-tooltip-arrow {
    right: 12px;
  }
  .ant-tooltip-placement-bottom > .ant-tooltip-arrow,
  .ant-tooltip-placement-bottomLeft > .ant-tooltip-arrow,
  .ant-tooltip-placement-bottomRight > .ant-tooltip-arrow {
    top: 0;
    transform: translateY(-100%);
  }
  .ant-tooltip-placement-bottom > .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
  .ant-tooltip-placement-bottomLeft {
    --arrow-offset-horizontal: 12px;
  }
  .ant-tooltip-placement-bottomLeft > .ant-tooltip-arrow {
    left: 12px;
  }
  .ant-tooltip-placement-bottomRight {
    --arrow-offset-horizontal: calc(100% - 12px);
  }
  .ant-tooltip-placement-bottomRight > .ant-tooltip-arrow {
    right: 12px;
  }
  .ant-tooltip-placement-left > .ant-tooltip-arrow,
  .ant-tooltip-placement-leftTop > .ant-tooltip-arrow,
  .ant-tooltip-placement-leftBottom > .ant-tooltip-arrow {
    right: 0;
    transform: translateX(100%) rotate(90deg);
  }
  .ant-tooltip-placement-left > .ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(100%) rotate(90deg);
  }
  .ant-tooltip-placement-leftTop > .ant-tooltip-arrow {
    top: 8px;
  }
  .ant-tooltip-placement-leftBottom > .ant-tooltip-arrow {
    bottom: 8px;
  }
  .ant-tooltip-placement-right > .ant-tooltip-arrow,
  .ant-tooltip-placement-rightTop > .ant-tooltip-arrow,
  .ant-tooltip-placement-rightBottom > .ant-tooltip-arrow {
    left: 0;
    transform: translateX(-100%) rotate(-90deg);
  }
  .ant-tooltip-placement-right > .ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%) translateX(-100%) rotate(-90deg);
  }
  .ant-tooltip-placement-rightTop > .ant-tooltip-arrow {
    top: 8px;
  }
  .ant-tooltip-placement-rightBottom > .ant-tooltip-arrow {
    bottom: 8px;
  }
  .ant-tooltip-pure {
    position: relative;
    max-width: none;
    margin: 16px;
  }
  .ant-zoom-big-fast-enter,
  .ant-zoom-big-fast-appear {
    animation-duration: 0.05s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-zoom-big-fast-leave {
    animation-duration: 0.05s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
  .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-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-enter,
  .ant-zoom-big-fast-appear {
    transform: scale(0);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  }
  .ant-zoom-big-fast-enter-prepare,
  .ant-zoom-big-fast-appear-prepare {
    transform: none;
  }
  .ant-zoom-big-fast-leave {
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  }
  .ant-space {
    display: inline-flex;
  }
  .ant-space-rtl {
    direction: rtl;
  }
  .ant-space-vertical {
    flex-direction: column;
  }
  .ant-space-align {
    flex-direction: column;
  }
  .ant-space-align-center {
    align-items: center;
  }
  .ant-space-align-start {
    align-items: flex-start;
  }
  .ant-space-align-end {
    align-items: flex-end;
  }
  .ant-space-align-baseline {
    align-items: baseline;
  }
  .ant-space .ant-space-item:empty {
    display: none;
  }
  .ant-space .ant-space-item > .ant-badge-not-a-wrapper:only-child {
    display: block;
  }
  .ant-space-gap-row-small {
    row-gap: 8px;
  }
  .ant-space-gap-row-middle {
    row-gap: 16px;
  }
  .ant-space-gap-row-large {
    row-gap: 24px;
  }
  .ant-space-gap-col-small {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .ant-space-gap-col-middle {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .ant-space-gap-col-large {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .ant-space-block {
    display: flex;
    width: 100%;
  }
  .ant-space-vertical {
    flex-direction: column;
  }
  [class^='ant-splitter'],
  [class*=' ant-splitter'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-splitter']::before,
  [class*=' ant-splitter']::before,
  [class^='ant-splitter']::after,
  [class*=' ant-splitter']::after {
    box-sizing: border-box;
  }
  [class^='ant-splitter'] [class^='ant-splitter'],
  [class*=' ant-splitter'] [class^='ant-splitter'],
  [class^='ant-splitter'] [class*=' ant-splitter'],
  [class*=' ant-splitter'] [class*=' ant-splitter'] {
    box-sizing: border-box;
  }
  [class^='ant-splitter'] [class^='ant-splitter']::before,
  [class*=' ant-splitter'] [class^='ant-splitter']::before,
  [class^='ant-splitter'] [class*=' ant-splitter']::before,
  [class*=' ant-splitter'] [class*=' ant-splitter']::before,
  [class^='ant-splitter'] [class^='ant-splitter']::after,
  [class*=' ant-splitter'] [class^='ant-splitter']::after,
  [class^='ant-splitter'] [class*=' ant-splitter']::after,
  [class*=' ant-splitter'] [class*=' ant-splitter']::after {
    box-sizing: border-box;
  }
  .ant-splitter {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
  }
  .ant-splitter > .ant-splitter-bar {
    flex: none;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-dragger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-dragger::before {
    content: '';
    background: rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-dragger::after {
    content: '';
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ant-splitter
    > .ant-splitter-bar
    .ant-splitter-bar-dragger:hover:not(.ant-splitter-bar-dragger-active)::before {
    background: #dcf5e4;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-dragger-active {
    z-index: 2;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-dragger-active::before {
    background: #95e8b0;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger {
    z-index: 0;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger,
  .ant-splitter
    > .ant-splitter-bar
    .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger:hover,
  .ant-splitter
    > .ant-splitter-bar
    .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger-active {
    cursor: default;
  }
  .ant-splitter
    > .ant-splitter-bar
    .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger::before,
  .ant-splitter
    > .ant-splitter-bar
    .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger:hover::before,
  .ant-splitter
    > .ant-splitter-bar
    .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger-active::before {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-splitter
    > .ant-splitter-bar
    .ant-splitter-bar-dragger-disabled.ant-splitter-bar-dragger::after {
    display: none;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-collapse-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(0, 0, 0, 0.04);
    font-size: 10px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.88);
    cursor: pointer;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-collapse-bar:hover {
    background: #dcf5e4;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-collapse-bar:active {
    background: #95e8b0;
  }
  .ant-splitter > .ant-splitter-bar:hover .ant-splitter-bar-collapse-bar-hover-only,
  .ant-splitter > .ant-splitter-bar:active .ant-splitter-bar-collapse-bar-hover-only {
    opacity: 1;
  }
  @media (hover: none) {
    .ant-splitter > .ant-splitter-bar .ant-splitter-bar-collapse-bar-hover-only {
      opacity: 1;
    }
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-collapse-bar-always-hidden {
    display: none;
  }
  .ant-splitter > .ant-splitter-bar .ant-splitter-bar-collapse-bar-always-visible {
    opacity: 1;
  }
  .ant-splitter .ant-splitter-mask {
    position: fixed;
    z-index: 1000;
    inset: 0;
  }
  .ant-splitter .ant-splitter-mask-horizontal {
    cursor: col-resize;
  }
  .ant-splitter .ant-splitter-mask-vertical {
    cursor: row-resize;
  }
  .ant-splitter-horizontal {
    flex-direction: row;
  }
  .ant-splitter-horizontal > .ant-splitter-bar {
    width: 0;
  }
  .ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-preview {
    height: 100%;
    width: 2px;
    position: absolute;
    background: #00b453;
    opacity: 0.2;
    pointer-events: none;
    transition: none;
    z-index: 1;
    display: none;
  }
  .ant-splitter-horizontal
    > .ant-splitter-bar
    .ant-splitter-bar-preview.ant-splitter-bar-preview-active {
    display: block;
    transform: translateX(var(--ant-splitter-bar-preview-offset));
  }
  .ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger {
    cursor: col-resize;
    height: 100%;
    width: 6px;
  }
  .ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger::before {
    height: 100%;
    width: 2px;
  }
  .ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-dragger::after {
    height: 20px;
    width: 2px;
  }
  .ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar {
    width: 10px;
    height: 24px;
  }
  .ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar-start {
    left: auto;
    right: 3px;
    transform: translateY(-50%);
  }
  .ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-bar-end {
    left: 3px;
    right: auto;
    transform: translateY(-50%);
  }
  .ant-splitter-vertical {
    flex-direction: column;
  }
  .ant-splitter-vertical > .ant-splitter-bar {
    height: 0;
  }
  .ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-preview {
    height: 2px;
    width: 100%;
    position: absolute;
    background: #00b453;
    opacity: 0.2;
    pointer-events: none;
    transition: none;
    z-index: 1;
    display: none;
  }
  .ant-splitter-vertical
    > .ant-splitter-bar
    .ant-splitter-bar-preview.ant-splitter-bar-preview-active {
    display: block;
    transform: translateY(var(--ant-splitter-bar-preview-offset));
  }
  .ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger {
    cursor: row-resize;
    width: 100%;
    height: 6px;
  }
  .ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger::before {
    width: 100%;
    height: 2px;
  }
  .ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-dragger::after {
    width: 20px;
    height: 2px;
  }
  .ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar {
    height: 10px;
    width: 24px;
  }
  .ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar-start {
    top: auto;
    bottom: 3px;
    transform: translateX(-50%);
  }
  .ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-bar-end {
    top: 3px;
    bottom: auto;
    transform: translateX(-50%);
  }
  .ant-splitter .ant-splitter-panel {
    overflow: auto;
    padding: 0 1px;
    scrollbar-width: thin;
    box-sizing: border-box;
  }
  .ant-splitter .ant-splitter-panel-hidden {
    padding: 0;
    overflow: hidden;
  }
  .ant-splitter .ant-splitter-panel:has(.ant-splitter:only-child) {
    overflow: hidden;
  }
  .ant-splitter-rtl.ant-splitter-horizontal
    > .ant-splitter-bar
    .ant-splitter-bar-collapse-previous {
    inset-inline-end: 0;
    inset-inline-start: unset;
  }
  .ant-splitter-rtl.ant-splitter-horizontal > .ant-splitter-bar .ant-splitter-bar-collapse-next {
    inset-inline-end: unset;
    inset-inline-start: 0;
  }
  .ant-splitter-rtl.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-previous {
    inset-inline-end: 50%;
    inset-inline-start: unset;
  }
  .ant-splitter-rtl.ant-splitter-vertical > .ant-splitter-bar .ant-splitter-bar-collapse-next {
    inset-inline-end: 50%;
    inset-inline-start: unset;
  }
  .ant-statistic {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-statistic::before,
  .ant-statistic::after {
    box-sizing: border-box;
  }
  .ant-statistic [class^='ant-statistic'],
  .ant-statistic [class*=' ant-statistic'] {
    box-sizing: border-box;
  }
  .ant-statistic [class^='ant-statistic']::before,
  .ant-statistic [class*=' ant-statistic']::before,
  .ant-statistic [class^='ant-statistic']::after,
  .ant-statistic [class*=' ant-statistic']::after {
    box-sizing: border-box;
  }
  .ant-statistic {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
  }
  .ant-statistic .ant-statistic-title {
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
  }
  .ant-statistic .ant-statistic-skeleton {
    padding-top: 16px;
  }
  .ant-statistic .ant-statistic-content {
    color: rgba(0, 0, 0, 0.88);
    font-size: 20px;
    font-family: inherit;
  }
  .ant-statistic .ant-statistic-content .ant-statistic-content-value {
    display: inline-block;
    direction: ltr;
  }
  .ant-statistic .ant-statistic-content .ant-statistic-content-prefix,
  .ant-statistic .ant-statistic-content .ant-statistic-content-suffix {
    display: inline-block;
  }
  .ant-statistic .ant-statistic-content .ant-statistic-content-prefix {
    margin-inline-end: 4px;
  }
  .ant-statistic .ant-statistic-content .ant-statistic-content-suffix {
    margin-inline-start: 4px;
  }
  .ant-steps {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-steps::before,
  .ant-steps::after {
    box-sizing: border-box;
  }
  .ant-steps [class^='ant-steps'],
  .ant-steps [class*=' ant-steps'] {
    box-sizing: border-box;
  }
  .ant-steps [class^='ant-steps']::before,
  .ant-steps [class*=' ant-steps']::before,
  .ant-steps [class^='ant-steps']::after,
  .ant-steps [class*=' ant-steps']::after {
    box-sizing: border-box;
  }
  .ant-steps {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 0;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: flex;
    width: 100%;
    text-align: initial;
  }
  .ant-steps .ant-steps-item {
    position: relative;
    display: inline-block;
    flex: 1;
    overflow: hidden;
    vertical-align: top;
  }
  .ant-steps .ant-steps-item:last-child {
    flex: none;
  }
  .ant-steps .ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
  .ant-steps
    .ant-steps-item:last-child
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps .ant-steps-item-container {
    outline: none;
  }
  .ant-steps .ant-steps-item-container:focus-visible .ant-steps-item-icon {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-steps .ant-steps-item-icon,
  .ant-steps .ant-steps-item-content {
    display: inline-block;
    vertical-align: top;
  }
  .ant-steps .ant-steps-item-icon {
    width: 32px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    margin-inline-start: 0;
    margin-inline-end: 8px;
    font-size: 12px;
    font-family: inherit;
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
    border: 1px solid transparent;
    transition:
      background-color 0.15s,
      border-color 0.15s;
  }
  .ant-steps .ant-steps-item-icon .ant-steps-icon {
    position: relative;
    top: -0.5px;
    color: #00b453;
    line-height: 1;
  }
  .ant-steps .ant-steps-item-tail {
    position: absolute;
    top: 16px;
    inset-inline-start: 0;
    width: 100%;
  }
  .ant-steps .ant-steps-item-tail::after {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(5, 5, 5, 0.06);
    border-radius: 1px;
    transition: background 0.15s;
    content: '';
  }
  .ant-steps .ant-steps-item-title {
    position: relative;
    display: inline-block;
    padding-inline-end: 16px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 32px;
  }
  .ant-steps .ant-steps-item-title::after {
    position: absolute;
    top: 16px;
    inset-inline-start: 100%;
    display: block;
    width: 9999px;
    height: 1px;
    background: rgba(5, 5, 5, 0.06);
    content: '';
  }
  .ant-steps .ant-steps-item-subtitle {
    display: inline;
    margin-inline-start: 8px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: normal;
    font-size: 12px;
  }
  .ant-steps .ant-steps-item-description {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
  }
  .ant-steps .ant-steps-item-wait .ant-steps-item-icon {
    background-color: rgba(0, 0, 0, 0.06);
    border-color: transparent;
  }
  .ant-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
    color: rgba(0, 0, 0, 0.65);
  }
  .ant-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
    background: rgba(0, 0, 0, 0.25);
  }
  .ant-steps .ant-steps-item-wait.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-steps
    .ant-steps-item-wait
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-steps
    .ant-steps-item-wait
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    background-color: rgba(5, 5, 5, 0.06);
  }
  .ant-steps
    .ant-steps-item-wait
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-description {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
    background-color: rgba(5, 5, 5, 0.06);
  }
  .ant-steps .ant-steps-item-process .ant-steps-item-icon {
    background-color: #00b453;
    border-color: #00b453;
  }
  .ant-steps .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
    color: #fff;
  }
  .ant-steps .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
    background: #00b453;
  }
  .ant-steps .ant-steps-item-process.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
    color: #00b453;
  }
  .ant-steps
    .ant-steps-item-process
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-steps
    .ant-steps-item-process
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    background-color: rgba(5, 5, 5, 0.06);
  }
  .ant-steps
    .ant-steps-item-process
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-description {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
    background-color: rgba(5, 5, 5, 0.06);
  }
  .ant-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
    font-weight: 600;
  }
  .ant-steps .ant-steps-item-finish .ant-steps-item-icon {
    background-color: #dcf5e4;
    border-color: #dcf5e4;
  }
  .ant-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
    color: #00b453;
  }
  .ant-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
    background: #00b453;
  }
  .ant-steps .ant-steps-item-finish.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
    color: #00b453;
  }
  .ant-steps
    .ant-steps-item-finish
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-steps
    .ant-steps-item-finish
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    background-color: #00b453;
  }
  .ant-steps
    .ant-steps-item-finish
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-description {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
    background-color: #00b453;
  }
  .ant-steps .ant-steps-item-error .ant-steps-item-icon {
    background-color: #ff4d4f;
    border-color: #ff4d4f;
  }
  .ant-steps .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
    color: #fff;
  }
  .ant-steps .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
    background: #ff4d4f;
  }
  .ant-steps .ant-steps-item-error.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
    color: #ff4d4f;
  }
  .ant-steps
    .ant-steps-item-error
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title {
    color: #ff4d4f;
  }
  .ant-steps
    .ant-steps-item-error
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    background-color: rgba(5, 5, 5, 0.06);
  }
  .ant-steps
    .ant-steps-item-error
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-description {
    color: #ff4d4f;
  }
  .ant-steps .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
    background-color: rgba(5, 5, 5, 0.06);
  }
  .ant-steps .ant-steps-item.ant-steps-next-error > .ant-steps-item-title::after {
    background: #ff4d4f;
  }
  .ant-steps .ant-steps-item-disabled {
    cursor: not-allowed;
  }
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button'] {
    cursor: pointer;
  }
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button']
    .ant-steps-item-title,
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button']
    .ant-steps-item-subtitle,
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button']
    .ant-steps-item-description,
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button']
    .ant-steps-item-icon
    .ant-steps-icon {
    transition: color 0.15s;
  }
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button']:hover
    .ant-steps-item-title,
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button']:hover
    .ant-steps-item-subtitle,
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button']:hover
    .ant-steps-item-description {
    color: #00b453;
  }
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
    > .ant-steps-item-container[role='button']:hover
    .ant-steps-item-icon {
    border-color: #00b453;
  }
  .ant-steps
    .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
    > .ant-steps-item-container[role='button']:hover
    .ant-steps-item-icon
    .ant-steps-icon {
    color: #00b453;
  }
  .ant-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
    padding-inline-start: 16px;
    white-space: nowrap;
  }
  .ant-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
    padding-inline-start: 0;
  }
  .ant-steps.ant-steps-horizontal:not(.ant-steps-label-vertical)
    .ant-steps-item:last-child
    .ant-steps-item-title {
    padding-inline-end: 0;
  }
  .ant-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
    display: none;
  }
  .ant-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
    max-width: 140px;
    white-space: normal;
  }
  .ant-steps .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
    height: auto;
    background: none;
    border: 0;
  }
  .ant-steps
    .ant-steps-item-custom
    > .ant-steps-item-container
    > .ant-steps-item-icon
    > .ant-steps-icon {
    top: 0;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
  }
  .ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
    width: auto;
    background: none;
  }
  .ant-steps.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
    padding-inline-start: 12px;
  }
  .ant-steps.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical)
    .ant-steps-item:first-child {
    padding-inline-start: 0;
  }
  .ant-steps.ant-steps-small .ant-steps-item-icon {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-inline: 0 8px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
  }
  .ant-steps.ant-steps-small .ant-steps-item-title {
    padding-inline-end: 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .ant-steps.ant-steps-small .ant-steps-item-title::after {
    top: 10px;
  }
  .ant-steps.ant-steps-small .ant-steps-item-description {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
  }
  .ant-steps.ant-steps-small .ant-steps-item-tail {
    top: 6px;
  }
  .ant-steps.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
    width: inherit;
    height: inherit;
    line-height: inherit;
    background: none;
    border: 0;
    border-radius: 0;
  }
  .ant-steps.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
    font-size: 20px;
    line-height: 20px;
    transform: none;
  }
  .ant-steps.ant-steps-vertical {
    display: flex;
    flex-direction: column;
  }
  .ant-steps.ant-steps-vertical > .ant-steps-item {
    display: block;
    flex: 1 0 auto;
    padding-inline-start: 0;
    overflow: visible;
  }
  .ant-steps.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
    float: left;
    margin-inline-end: 16px;
  }
  .ant-steps.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }
  .ant-steps.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
    line-height: 32px;
  }
  .ant-steps.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
    padding-bottom: 12px;
  }
  .ant-steps.ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    inset-inline-start: 15px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }
  .ant-steps.ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }
  .ant-steps.ant-steps-vertical
    > .ant-steps-item:not(:last-child)
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    display: block;
  }
  .ant-steps.ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-content
    > .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    position: absolute;
    top: 0;
    inset-inline-start: 9px;
    padding: 26px 0 6px;
  }
  .ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 20px;
  }
  .ant-steps .ant-steps-horizontal .ant-steps-item-tail {
    transform: translateY(-50%);
  }
  .ant-steps.ant-steps-label-vertical .ant-steps-item {
    overflow: visible;
  }
  .ant-steps.ant-steps-label-vertical .ant-steps-item-tail {
    margin-inline-start: 56px;
    padding: 0 24px;
  }
  .ant-steps.ant-steps-label-vertical .ant-steps-item-content {
    display: block;
    width: 112px;
    margin-top: 12px;
    text-align: center;
  }
  .ant-steps.ant-steps-label-vertical .ant-steps-item-icon {
    display: inline-block;
    margin-inline-start: 40px;
  }
  .ant-steps.ant-steps-label-vertical .ant-steps-item-title {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .ant-steps.ant-steps-label-vertical .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps.ant-steps-label-vertical .ant-steps-item-subtitle {
    display: block;
    margin-bottom: 4px;
    margin-inline-start: 0;
    line-height: 1.6666666666666667;
  }
  .ant-steps.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
    margin-inline-start: 46px;
  }
  .ant-steps.ant-steps-dot .ant-steps-item-title,
  .ant-steps.ant-steps-dot.ant-steps-small .ant-steps-item-title {
    line-height: 1.6666666666666667;
  }
  .ant-steps.ant-steps-dot .ant-steps-item-tail,
  .ant-steps.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
    top: 2.5px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-inline: 70px 0;
    padding: 0;
  }
  .ant-steps.ant-steps-dot .ant-steps-item-tail::after,
  .ant-steps.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
    width: calc(100% - 24px);
    height: 3px;
    margin-inline-start: 12px;
  }
  .ant-steps.ant-steps-dot .ant-steps-item-icon,
  .ant-steps.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
    width: 8px;
    height: 8px;
    margin-inline-start: 66px;
    padding-inline-end: 0;
    line-height: 8px;
    background: transparent;
    border: 0;
  }
  .ant-steps.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
  .ant-steps.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transition: all 0.15s;
  }
  .ant-steps.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
  .ant-steps.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
    position: absolute;
    top: -12px;
    inset-inline-start: -26px;
    width: 60px;
    height: 32px;
    background: transparent;
    content: '';
  }
  .ant-steps.ant-steps-dot .ant-steps-item-content,
  .ant-steps.ant-steps-dot.ant-steps-small .ant-steps-item-content {
    width: 140px;
  }
  .ant-steps.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
  .ant-steps.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
    position: relative;
    top: -1px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: none;
    margin-inline-start: 65px;
  }
  .ant-steps.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
  .ant-steps.ant-steps-dot.ant-steps-small
    .ant-steps-item-process
    .ant-steps-icon:first-child
    .ant-steps-icon-dot {
    inset-inline-start: 0;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
    margin-top: 12px;
    margin-inline-start: 0;
    background: none;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
    margin-top: 11px;
    top: 0;
    inset-inline-start: -1px;
    margin-inline-start: 0;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot
    .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    top: 12px;
    inset-inline-start: 0;
    margin: 0;
    padding: 16px 0 8px;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot
    .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail::after {
    margin-inline-start: 3.5px;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
    margin-top: 8px;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot.ant-steps-small
    .ant-steps-item-process
    .ant-steps-item-icon {
    margin-top: 7px;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot.ant-steps-small
    .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    top: 8px;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
    inset-inline-start: 0;
  }
  .ant-steps.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
    width: inherit;
  }
  .ant-steps.ant-steps-navigation {
    padding-top: 12px;
  }
  .ant-steps.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
    margin-inline-start: -12px;
  }
  .ant-steps.ant-steps-navigation .ant-steps-item {
    overflow: visible;
    text-align: center;
  }
  .ant-steps.ant-steps-navigation .ant-steps-item-container {
    display: inline-block;
    height: 100%;
    margin-inline-start: -16px;
    padding-bottom: 12px;
    text-align: start;
    transition: opacity 0.15s;
  }
  .ant-steps.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
    max-width: unset;
  }
  .ant-steps.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
    max-width: 100%;
    padding-inline-end: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ant-steps.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps.ant-steps-navigation
    .ant-steps-item:not(.ant-steps-item-active)
    .ant-steps-item-container[role='button'] {
    cursor: pointer;
  }
  .ant-steps.ant-steps-navigation
    .ant-steps-item:not(.ant-steps-item-active)
    .ant-steps-item-container[role='button']:hover {
    opacity: 0.85;
  }
  .ant-steps.ant-steps-navigation .ant-steps-item:last-child {
    flex: 1;
  }
  .ant-steps.ant-steps-navigation .ant-steps-item:last-child::after {
    display: none;
  }
  .ant-steps.ant-steps-navigation .ant-steps-item::after {
    position: absolute;
    top: calc(50% - 6px);
    inset-inline-start: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: none;
    border-inline-start: none;
    border-inline-end: 1px solid rgba(0, 0, 0, 0.25);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    content: '';
  }
  .ant-steps.ant-steps-navigation .ant-steps-item::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 50%;
    display: inline-block;
    width: 0;
    height: 2px;
    background-color: #00b453;
    transition:
      width 0.15s,
      inset-inline-start 0.15s;
    transition-timing-function: ease-out;
    content: '';
  }
  .ant-steps.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
    inset-inline-start: 0;
    width: 100%;
  }
  .ant-steps.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
    margin-inline-end: 0;
  }
  .ant-steps.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
    display: none;
  }
  .ant-steps.ant-steps-navigation.ant-steps-vertical
    > .ant-steps-item.ant-steps-item-active::before {
    top: 0;
    inset-inline-end: 0;
    inset-inline-start: unset;
    display: block;
    width: 3px;
    height: calc(100% - 24px);
  }
  .ant-steps.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
    position: relative;
    inset-inline-start: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  .ant-steps.ant-steps-navigation.ant-steps-vertical > .ant-steps-item:last-child::after {
    display: none;
  }
  .ant-steps.ant-steps-navigation.ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    visibility: hidden;
  }
  .ant-steps.ant-steps-navigation.ant-steps-horizontal
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    visibility: hidden;
  }
  .ant-steps.ant-steps-rtl {
    direction: rtl;
  }
  .ant-steps.ant-steps-rtl .ant-steps-item-subtitle {
    float: left;
  }
  .ant-steps.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
    transform: rotate(-45deg);
  }
  .ant-steps.ant-steps-rtl.ant-steps-vertical > .ant-steps-item::after {
    transform: rotate(225deg);
  }
  .ant-steps.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
    float: right;
  }
  .ant-steps.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
  .ant-steps.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
    float: right;
  }
  .ant-steps.ant-steps-with-progress .ant-steps-item {
    padding-top: 4px;
  }
  .ant-steps.ant-steps-with-progress
    .ant-steps-item-process
    .ant-steps-item-container
    .ant-steps-item-icon
    .ant-steps-icon {
    color: #fff;
  }
  .ant-steps.ant-steps-with-progress.ant-steps-vertical > .ant-steps-item {
    padding-inline-start: 4px;
  }
  .ant-steps.ant-steps-with-progress.ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    top: 4px;
    inset-inline-start: 19px;
  }
  .ant-steps.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,
  .ant-steps.ant-steps-with-progress.ant-steps-small.ant-steps-horizontal
    .ant-steps-item:first-child {
    padding-bottom: 4px;
    padding-inline-start: 4px;
  }
  .ant-steps.ant-steps-with-progress.ant-steps-small.ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail {
    inset-inline-start: 13px;
  }
  .ant-steps.ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail {
    top: 20px;
  }
  .ant-steps.ant-steps-with-progress .ant-steps-item-icon {
    position: relative;
  }
  .ant-steps.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
    position: absolute;
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ant-steps.ant-steps-with-progress .ant-steps-item-icon .ant-progress-inner {
    width: 40px !important;
    height: 40px !important;
  }
  .ant-steps.ant-steps-with-progress.ant-steps-small.ant-steps-label-vertical
    .ant-steps-item
    .ant-steps-item-tail {
    top: 14px;
  }
  .ant-steps.ant-steps-with-progress.ant-steps-small .ant-steps-item-icon .ant-progress-inner {
    width: 24px !important;
    height: 24px !important;
  }
  .ant-steps.ant-steps-inline {
    width: auto;
    display: inline-flex;
  }
  .ant-steps.ant-steps-inline .ant-steps-item {
    flex: none;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-container {
    padding: 9px 4px 0;
    margin: 0 2px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.1s;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-container:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-steps.ant-steps-inline .ant-steps-item-container[role='button']:hover {
    opacity: 1;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-icon {
    width: 6px;
    height: 6px;
    margin-inline-start: calc(50% - 3px);
  }
  .ant-steps.ant-steps-inline .ant-steps-item-icon > .ant-steps-icon {
    top: 0;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-icon .ant-steps-icon-dot {
    border-radius: 2.5px;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-icon .ant-steps-icon-dot::after {
    display: none;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-content {
    width: auto;
    margin-top: 7px;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.25);
    font-size: 10px;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 2px;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-description {
    display: none;
  }
  .ant-steps.ant-steps-inline .ant-steps-item-tail {
    margin-inline-start: 0;
    top: 12px;
    transform: translateY(-50%);
  }
  .ant-steps.ant-steps-inline .ant-steps-item-tail:after {
    width: 100%;
    height: 1px;
    border-radius: 0;
    margin-inline-start: 0;
    background: #f0f0f0;
  }
  .ant-steps.ant-steps-inline .ant-steps-item:first-child .ant-steps-item-tail {
    width: 50%;
    margin-inline-start: 50%;
  }
  .ant-steps.ant-steps-inline .ant-steps-item:last-child .ant-steps-item-tail {
    display: block;
    width: 50%;
  }
  .ant-steps.ant-steps-inline
    .ant-steps-item-wait
    .ant-steps-item-icon
    .ant-steps-icon
    .ant-steps-icon-dot {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
  }
  .ant-steps.ant-steps-inline
    .ant-steps-item-wait
    .ant-steps-item-container
    .ant-steps-item-content
    .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-steps.ant-steps-inline .ant-steps-item-finish .ant-steps-item-tail::after {
    background-color: #f0f0f0;
  }
  .ant-steps.ant-steps-inline
    .ant-steps-item-finish
    .ant-steps-item-icon
    .ant-steps-icon
    .ant-steps-icon-dot {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
  }
  .ant-steps.ant-steps-inline
    .ant-steps-item-finish
    .ant-steps-item-container
    .ant-steps-item-content
    .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-steps.ant-steps-inline
    .ant-steps-item-error
    .ant-steps-item-container
    .ant-steps-item-content
    .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-steps.ant-steps-inline .ant-steps-item-active .ant-steps-item-icon,
  .ant-steps.ant-steps-inline .ant-steps-item-process .ant-steps-item-icon {
    width: 6px;
    height: 6px;
    margin-inline-start: calc(50% - 3px);
    top: 0;
  }
  .ant-steps.ant-steps-inline
    .ant-steps-item-active
    .ant-steps-item-container
    .ant-steps-item-content
    .ant-steps-item-title,
  .ant-steps.ant-steps-inline
    .ant-steps-item-process
    .ant-steps-item-container
    .ant-steps-item-content
    .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-steps.ant-steps-inline
    .ant-steps-item:not(.ant-steps-item-active)
    > .ant-steps-item-container[role='button']:hover
    .ant-steps-item-title {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-switch {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-switch::before,
  .ant-switch::after {
    box-sizing: border-box;
  }
  .ant-switch [class^='ant-switch'],
  .ant-switch [class*=' ant-switch'] {
    box-sizing: border-box;
  }
  .ant-switch [class^='ant-switch']::before,
  .ant-switch [class*=' ant-switch']::before,
  .ant-switch [class^='ant-switch']::after,
  .ant-switch [class*=' ant-switch']::after {
    box-sizing: border-box;
  }
  .ant-switch {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: inline-block;
    min-width: 40px;
    height: 20px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.1s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-switch:hover:not(.ant-switch-disabled) {
    background: rgba(0, 0, 0, 0.45);
  }
  .ant-switch:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-switch.ant-switch-checked {
    background: #00b453;
  }
  .ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled) {
    background: #1fc266;
  }
  .ant-switch.ant-switch-loading,
  .ant-switch.ant-switch-disabled {
    cursor: not-allowed;
    opacity: 0.65;
  }
  .ant-switch.ant-switch-loading *,
  .ant-switch.ant-switch-disabled * {
    box-shadow: none;
    cursor: not-allowed;
  }
  .ant-switch.ant-switch-rtl {
    direction: rtl;
  }
  .ant-switch .ant-switch-inner {
    display: block;
    overflow: hidden;
    border-radius: 100px;
    height: 100%;
    padding-inline-start: 22px;
    padding-inline-end: 8px;
    transition:
      padding-inline-start 0.1s ease-in-out,
      padding-inline-end 0.1s ease-in-out;
  }
  .ant-switch .ant-switch-inner .ant-switch-inner-checked,
  .ant-switch .ant-switch-inner .ant-switch-inner-unchecked {
    display: block;
    color: #fff;
    font-size: 10px;
    transition:
      margin-inline-start 0.1s ease-in-out,
      margin-inline-end 0.1s ease-in-out;
    pointer-events: none;
    min-height: 20px;
  }
  .ant-switch .ant-switch-inner .ant-switch-inner-checked {
    margin-inline-start: calc(-100% + 20px - 44px);
    margin-inline-end: calc(100% - 20px + 44px);
  }
  .ant-switch .ant-switch-inner .ant-switch-inner-unchecked {
    margin-top: -20px;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .ant-switch.ant-switch-checked .ant-switch-inner {
    padding-inline-start: 8px;
    padding-inline-end: 22px;
  }
  .ant-switch.ant-switch-checked .ant-switch-inner .ant-switch-inner-checked {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .ant-switch.ant-switch-checked .ant-switch-inner .ant-switch-inner-unchecked {
    margin-inline-start: calc(100% - 20px + 44px);
    margin-inline-end: calc(-100% + 20px - 44px);
  }
  .ant-switch:not(.ant-switch-disabled):active:not(.ant-switch-checked)
    .ant-switch-inner
    .ant-switch-inner-unchecked {
    margin-inline-start: 4px;
    margin-inline-end: -4px;
  }
  .ant-switch:not(.ant-switch-disabled):active.ant-switch-checked
    .ant-switch-inner
    .ant-switch-inner-checked {
    margin-inline-start: -4px;
    margin-inline-end: 4px;
  }
  .ant-switch .ant-switch-handle {
    position: absolute;
    top: 2px;
    inset-inline-start: 2px;
    width: 16px;
    height: 16px;
    transition: all 0.1s ease-in-out;
  }
  .ant-switch .ant-switch-handle::before {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
    transition: all 0.1s ease-in-out;
    content: '';
  }
  .ant-switch.ant-switch-checked .ant-switch-handle {
    inset-inline-start: calc(100% - 18px);
  }
  .ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
    inset-inline-end: -30%;
    inset-inline-start: 0;
  }
  .ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
    inset-inline-end: 0;
    inset-inline-start: -30%;
  }
  .ant-switch .ant-switch-loading-icon.anticon {
    position: relative;
    top: 2px;
    color: rgba(0, 0, 0, 0.65);
    vertical-align: top;
  }
  .ant-switch.ant-switch-checked .ant-switch-loading-icon {
    color: #00b453;
  }
  .ant-switch.ant-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 16px;
  }
  .ant-switch.ant-switch-small .ant-switch-inner {
    padding-inline-start: 18px;
    padding-inline-end: 6px;
  }
  .ant-switch.ant-switch-small .ant-switch-inner .ant-switch-inner-checked,
  .ant-switch.ant-switch-small .ant-switch-inner .ant-switch-inner-unchecked {
    min-height: 16px;
  }
  .ant-switch.ant-switch-small .ant-switch-inner .ant-switch-inner-checked {
    margin-inline-start: calc(-100% + 16px - 36px);
    margin-inline-end: calc(100% - 16px + 36px);
  }
  .ant-switch.ant-switch-small .ant-switch-inner .ant-switch-inner-unchecked {
    margin-top: -16px;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .ant-switch.ant-switch-small .ant-switch-handle {
    width: 12px;
    height: 12px;
  }
  .ant-switch.ant-switch-small .ant-switch-loading-icon {
    top: 2.25px;
    font-size: 7.5px;
  }
  .ant-switch.ant-switch-small.ant-switch-checked .ant-switch-inner {
    padding-inline-start: 6px;
    padding-inline-end: 18px;
  }
  .ant-switch.ant-switch-small.ant-switch-checked .ant-switch-inner .ant-switch-inner-checked {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .ant-switch.ant-switch-small.ant-switch-checked .ant-switch-inner .ant-switch-inner-unchecked {
    margin-inline-start: calc(100% - 16px + 36px);
    margin-inline-end: calc(-100% + 16px - 36px);
  }
  .ant-switch.ant-switch-small.ant-switch-checked .ant-switch-handle {
    inset-inline-start: calc(100% - 14px);
  }
  .ant-switch.ant-switch-small:not(.ant-switch-disabled):active:not(.ant-switch-checked)
    .ant-switch-inner
    .ant-switch-inner-unchecked {
    margin-inline-start: 2px;
    margin-inline-end: -2px;
  }
  .ant-switch.ant-switch-small:not(.ant-switch-disabled):active.ant-switch-checked
    .ant-switch-inner
    .ant-switch-inner-checked {
    margin-inline-start: -2px;
    margin-inline-end: 2px;
  }
  [class^='ant-table'],
  [class*=' ant-table'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-table']::before,
  [class*=' ant-table']::before,
  [class^='ant-table']::after,
  [class*=' ant-table']::after {
    box-sizing: border-box;
  }
  [class^='ant-table'] [class^='ant-table'],
  [class*=' ant-table'] [class^='ant-table'],
  [class^='ant-table'] [class*=' ant-table'],
  [class*=' ant-table'] [class*=' ant-table'] {
    box-sizing: border-box;
  }
  [class^='ant-table'] [class^='ant-table']::before,
  [class*=' ant-table'] [class^='ant-table']::before,
  [class^='ant-table'] [class*=' ant-table']::before,
  [class*=' ant-table'] [class*=' ant-table']::before,
  [class^='ant-table'] [class^='ant-table']::after,
  [class*=' ant-table'] [class^='ant-table']::after,
  [class^='ant-table'] [class*=' ant-table']::after,
  [class*=' ant-table'] [class*=' ant-table']::after {
    box-sizing: border-box;
  }
  .ant-table-wrapper {
    clear: both;
    max-width: 100%;
    --rc-virtual-list-scrollbar-bg: rgba(5, 5, 5, 0.06);
  }
  .ant-table-wrapper::before {
    display: table;
    content: '';
  }
  .ant-table-wrapper::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-table-wrapper .ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(5, 5, 5, 0.06);
  }
  .ant-table-wrapper table {
    width: 100%;
    text-align: start;
    border-radius: 8px 8px 0 0;
    border-collapse: separate;
    border-spacing: 0;
  }
  .ant-table-wrapper .ant-table-cell,
  .ant-table-wrapper .ant-table-thead > tr > th,
  .ant-table-wrapper .ant-table-tbody > tr > th,
  .ant-table-wrapper .ant-table-tbody > tr > td,
  .ant-table-wrapper tfoot > tr > th,
  .ant-table-wrapper tfoot > tr > td {
    position: relative;
    padding: 16px 16px;
    overflow-wrap: break-word;
  }
  .ant-table-wrapper .ant-table-title {
    padding: 16px 16px;
  }
  .ant-table-wrapper .ant-table-thead > tr > th,
  .ant-table-wrapper .ant-table-thead > tr > td {
    position: relative;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    text-align: start;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.1s ease;
  }
  .ant-table-wrapper .ant-table-thead > tr > th[colspan]:not([colspan='1']),
  .ant-table-wrapper .ant-table-thead > tr > td[colspan]:not([colspan='1']) {
    text-align: center;
  }
  .ant-table-wrapper
    .ant-table-thead
    > tr
    > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not(
      [colspan]
    )::before,
  .ant-table-wrapper
    .ant-table-thead
    > tr
    > td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not(
      [colspan]
    )::before {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 1.6em;
    background-color: #f0f0f0;
    transform: translateY(-50%);
    transition: background-color 0.1s;
    content: '';
  }
  .ant-table-wrapper .ant-table-thead > tr:not(:last-child) > th[colspan] {
    border-bottom: 0;
  }
  .ant-table-wrapper .ant-table-tbody > tr > th,
  .ant-table-wrapper .ant-table-tbody > tr > td {
    transition:
      background 0.1s,
      border-color 0.1s;
    border-bottom: 1px solid #f0f0f0;
  }
  .ant-table-wrapper .ant-table-tbody > tr > th > .ant-table-wrapper:only-child .ant-table,
  .ant-table-wrapper .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed
    > .ant-table-wrapper:only-child
    .ant-table,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed
    > .ant-table-wrapper:only-child
    .ant-table {
    margin-block: -16px;
    margin-inline: 32px -16px;
  }
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > th
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > td
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td {
    border-bottom-width: 0;
  }
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > th
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td:first-child,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > td
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td:first-child,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td:first-child,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td:first-child,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > th
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td:last-child,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > td
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td:last-child,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td:last-child,
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed
    > .ant-table-wrapper:only-child
    .ant-table
    .ant-table-tbody
    > tr:last-child
    > td:last-child {
    border-radius: 0;
  }
  .ant-table-wrapper .ant-table-tbody > tr > th {
    position: relative;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    text-align: start;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.1s ease;
  }
  .ant-table-wrapper .ant-table-tbody > tr > .ant-table-measure-cell {
    padding-block: 0 !important;
    border-block: 0 !important;
  }
  .ant-table-wrapper
    .ant-table-tbody
    > tr
    > .ant-table-measure-cell
    .ant-table-measure-cell-content {
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .ant-table-wrapper .ant-table-footer {
    padding: 16px 16px;
    color: rgba(0, 0, 0, 0.88);
    background: #fafafa;
  }
  .ant-table-wrapper .ant-table-pagination.ant-pagination {
    margin: 16px 0;
  }
  .ant-table-wrapper .ant-table-summary {
    position: relative;
    z-index: 2;
    background: #ffffff;
  }
  .ant-table-wrapper .ant-table-summary > tr > th,
  .ant-table-wrapper .ant-table-summary > tr > td {
    border-bottom: 1px solid #f0f0f0;
  }
  .ant-table-wrapper div.ant-table-summary {
    box-shadow: 0 -1px 0 #f0f0f0;
  }
  .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters {
    outline: none;
    cursor: pointer;
    transition:
      all 0.15s,
      left 0s;
  }
  .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover {
    background: #f0f0f0;
  }
  .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover::before {
    background-color: transparent !important;
  }
  .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
    color: #00b453;
  }
  .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
  .ant-table-wrapper
    .ant-table-thead
    th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
    background: #f0f0f0;
  }
  .ant-table-wrapper .ant-table-thead th.ant-table-column-sort {
    background: #f0f0f0;
  }
  .ant-table-wrapper .ant-table-thead th.ant-table-column-sort::before {
    background-color: transparent !important;
  }
  .ant-table-wrapper td.ant-table-column-sort {
    background: #fafafa;
  }
  .ant-table-wrapper .ant-table-column-title {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
  }
  .ant-table-wrapper .ant-table-column-sorters {
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: space-between;
  }
  .ant-table-wrapper .ant-table-column-sorters::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: '';
  }
  .ant-table-wrapper .ant-table-column-sorters-tooltip-target-sorter::after {
    content: none;
  }
  .ant-table-wrapper .ant-table-column-sorter {
    margin-inline-start: 4px;
    color: rgba(0, 0, 0, 0.29250000000000004);
    font-size: 0;
    transition: color 0.15s;
  }
  .ant-table-wrapper .ant-table-column-sorter-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .ant-table-wrapper .ant-table-column-sorter-up,
  .ant-table-wrapper .ant-table-column-sorter-down {
    font-size: 10px;
  }
  .ant-table-wrapper .ant-table-column-sorter-up.active,
  .ant-table-wrapper .ant-table-column-sorter-down.active {
    color: #00b453;
  }
  .ant-table-wrapper
    .ant-table-column-sorter
    .ant-table-column-sorter-up
    + .ant-table-column-sorter-down {
    margin-top: -0.3em;
  }
  .ant-table-wrapper .ant-table-column-sorters:hover .ant-table-column-sorter {
    color: rgba(0, 0, 0, 0.5720000000000001);
  }
  .ant-table-wrapper .ant-table-filter-column {
    display: flex;
    justify-content: space-between;
  }
  .ant-table-wrapper .ant-table-filter-trigger {
    position: relative;
    display: flex;
    align-items: center;
    margin-block: -4px;
    margin-inline: 4px -8px;
    padding: 0 4px;
    color: rgba(0, 0, 0, 0.29250000000000004);
    font-size: 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s;
  }
  .ant-table-wrapper .ant-table-filter-trigger:hover {
    color: rgba(0, 0, 0, 0.45);
    background: rgba(0, 0, 0, 0.06);
  }
  .ant-table-wrapper .ant-table-filter-trigger.active {
    color: #00b453;
  }
  .ant-dropdown .ant-table-filter-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    min-width: 120px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-dropdown-menu {
    max-height: 264px;
    overflow-x: hidden;
    border: 0;
    box-shadow: none;
    border-radius: unset;
    background-color: #ffffff;
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
    display: block;
    padding: 8px 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 10px;
    text-align: center;
    content: 'Not Found';
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree {
    padding-block: 8px 0;
    padding-inline: 8px;
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-tree .ant-tree {
    padding: 0;
  }
  .ant-dropdown
    .ant-table-filter-dropdown
    .ant-table-filter-dropdown-tree
    .ant-tree-treenode
    .ant-tree-node-content-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-dropdown
    .ant-table-filter-dropdown
    .ant-table-filter-dropdown-tree
    .ant-tree-treenode-checkbox-checked
    .ant-tree-node-content-wrapper,
  .ant-dropdown
    .ant-table-filter-dropdown
    .ant-table-filter-dropdown-tree
    .ant-tree-treenode-checkbox-checked
    .ant-tree-node-content-wrapper:hover {
    background-color: #dcf5e4;
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search {
    padding: 8px;
    border-bottom: 1px solid #f0f0f0;
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search-input input {
    min-width: 140px;
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-search-input .anticon {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-checkall {
    width: 100%;
    margin-bottom: 4px;
    margin-inline-start: 4px;
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-table-filter-dropdown-btns {
    display: flex;
    justify-content: space-between;
    padding: 7px 8px;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
  }
  .ant-dropdown .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
  .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
    padding-inline-start: 8px;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-dropdown .ant-table-filter-dropdown > ul,
  .ant-table-filter-dropdown-submenu > ul {
    max-height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-title {
    border: 1px solid #f0f0f0;
    border-bottom: 0;
  }
  .ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-container {
    border-inline-start: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > thead
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > thead
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > thead
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > thead
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > thead
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > thead
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > thead
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > thead
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tbody
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tbody
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tbody
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tbody
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tfoot
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tfoot
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tfoot
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tfoot
    > tr
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tfoot
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tfoot
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tfoot
    > tr
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tfoot
    > tr
    > td {
    border-inline-end: 1px solid #f0f0f0;
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > thead
    > tr:not(:last-child)
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > thead
    > tr:not(:last-child)
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > thead
    > tr:not(:last-child)
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > thead
    > tr:not(:last-child)
    > th {
    border-bottom: 1px solid #f0f0f0;
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > thead
    > tr
    > th::before,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > thead
    > tr
    > th::before,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > thead
    > tr
    > th::before,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > thead
    > tr
    > th::before {
    background-color: transparent !important;
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > thead
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > thead
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > thead
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > thead
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tbody
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tbody
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tfoot
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tfoot
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tfoot
    > tr
    > .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tfoot
    > tr
    > .ant-table-cell-fix-right-first::after {
    border-inline-end: 1px solid #f0f0f0;
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed {
    margin: -16px -17px;
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-header
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed::after,
  .ant-table-wrapper
    .ant-table.ant-table-bordered
    > .ant-table-container
    > .ant-table-summary
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed::after {
    position: absolute;
    top: 0;
    inset-inline-end: 1px;
    bottom: 0;
    border-inline-end: 1px solid #f0f0f0;
    content: '';
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-scroll-horizontal
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr.ant-table-expanded-row
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-scroll-horizontal
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr.ant-table-placeholder
    > th,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-scroll-horizontal
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr.ant-table-expanded-row
    > td,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-scroll-horizontal
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr.ant-table-placeholder
    > td {
    border-inline-end: 0;
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-middle
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-middle
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-middle
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-middle
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed {
    margin: -12px -9px;
  }
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-small
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-small
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > th
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-small
    > .ant-table-container
    > .ant-table-content
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed,
  .ant-table-wrapper
    .ant-table.ant-table-bordered.ant-table-small
    > .ant-table-container
    > .ant-table-body
    > table
    > tbody
    > tr
    > td
    > .ant-table-expanded-row-fixed {
    margin: -4px -9px;
  }
  .ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-footer {
    border: 1px solid #f0f0f0;
    border-top: 0;
  }
  .ant-table-wrapper .ant-table-cell .ant-table-container:first-child {
    border-top: 0;
  }
  .ant-table-wrapper .ant-table-cell-scrollbar:not([rowspan]) {
    box-shadow: 0 1px 0 1px #fafafa;
  }
  .ant-table-wrapper .ant-table-bordered .ant-table-cell-scrollbar {
    border-inline-end: 1px solid #f0f0f0;
  }
  .ant-table-wrapper .ant-table .ant-table-title,
  .ant-table-wrapper .ant-table .ant-table-header {
    border-radius: 8px 8px 0 0;
  }
  .ant-table-wrapper .ant-table .ant-table-title + .ant-table-container {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
  }
  .ant-table-wrapper .ant-table .ant-table-title + .ant-table-container .ant-table-header,
  .ant-table-wrapper .ant-table .ant-table-title + .ant-table-container table {
    border-radius: 0;
  }
  .ant-table-wrapper
    .ant-table
    .ant-table-title
    + .ant-table-container
    table
    > thead
    > tr:first-child
    th:first-child,
  .ant-table-wrapper
    .ant-table
    .ant-table-title
    + .ant-table-container
    table
    > thead
    > tr:first-child
    th:last-child,
  .ant-table-wrapper
    .ant-table
    .ant-table-title
    + .ant-table-container
    table
    > thead
    > tr:first-child
    td:first-child,
  .ant-table-wrapper
    .ant-table
    .ant-table-title
    + .ant-table-container
    table
    > thead
    > tr:first-child
    td:last-child {
    border-radius: 0;
  }
  .ant-table-wrapper .ant-table-container {
    border-start-start-radius: 8px;
    border-start-end-radius: 8px;
  }
  .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:first-child {
    border-start-start-radius: 8px;
  }
  .ant-table-wrapper .ant-table-container table > thead > tr:first-child > *:last-child {
    border-start-end-radius: 8px;
  }
  .ant-table-wrapper .ant-table-footer {
    border-radius: 0 0 8px 8px;
  }
  .ant-table-wrapper .ant-table-expand-icon-col {
    width: 48px;
  }
  .ant-table-wrapper .ant-table-row-expand-icon-cell {
    text-align: center;
  }
  .ant-table-wrapper .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
    display: inline-flex;
    float: none;
    vertical-align: sub;
  }
  .ant-table-wrapper .ant-table-row-indent {
    height: 1px;
    float: left;
  }
  .ant-table-wrapper .ant-table-row-expand-icon {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.15s;
    border: 1px solid #f0f0f0;
    padding: 0;
    background: #ffffff;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: relative;
    float: left;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 6px;
    transform: scale(0.9411764705882353);
  }
  .ant-table-wrapper .ant-table-row-expand-icon:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-table-wrapper .ant-table-row-expand-icon:hover {
    color: #42cf7a;
    text-decoration: none;
  }
  .ant-table-wrapper .ant-table-row-expand-icon:focus {
    color: #42cf7a;
    text-decoration: none;
  }
  .ant-table-wrapper .ant-table-row-expand-icon:active {
    color: #008f47;
    text-decoration: none;
  }
  .ant-table-wrapper .ant-table-row-expand-icon:focus,
  .ant-table-wrapper .ant-table-row-expand-icon:hover,
  .ant-table-wrapper .ant-table-row-expand-icon:active {
    border-color: currentcolor;
  }
  .ant-table-wrapper .ant-table-row-expand-icon::before,
  .ant-table-wrapper .ant-table-row-expand-icon::after {
    position: absolute;
    background: currentcolor;
    transition: transform 0.15s ease-out;
    content: '';
  }
  .ant-table-wrapper .ant-table-row-expand-icon::before {
    top: 7px;
    inset-inline-end: 3px;
    inset-inline-start: 3px;
    height: 1px;
  }
  .ant-table-wrapper .ant-table-row-expand-icon::after {
    top: 3px;
    bottom: 3px;
    inset-inline-start: 7px;
    width: 1px;
    transform: rotate(90deg);
  }
  .ant-table-wrapper .ant-table-row-expand-icon-collapsed::before {
    transform: rotate(-180deg);
  }
  .ant-table-wrapper .ant-table-row-expand-icon-collapsed::after {
    transform: rotate(0deg);
  }
  .ant-table-wrapper .ant-table-row-expand-icon-spaced {
    background: transparent;
    border: 0;
    visibility: hidden;
  }
  .ant-table-wrapper .ant-table-row-expand-icon-spaced::before,
  .ant-table-wrapper .ant-table-row-expand-icon-spaced::after {
    display: none;
    content: none;
  }
  .ant-table-wrapper .ant-table-row-indent + .ant-table-row-expand-icon {
    margin-top: 2.5px;
    margin-inline-end: 8px;
  }
  .ant-table-wrapper tr.ant-table-expanded-row > th,
  .ant-table-wrapper tr.ant-table-expanded-row:hover > th,
  .ant-table-wrapper tr.ant-table-expanded-row > td,
  .ant-table-wrapper tr.ant-table-expanded-row:hover > td {
    background: rgba(0, 0, 0, 0.02);
  }
  .ant-table-wrapper tr.ant-table-expanded-row .ant-descriptions-view {
    display: flex;
  }
  .ant-table-wrapper tr.ant-table-expanded-row .ant-descriptions-view table {
    flex: auto;
    width: 100%;
  }
  .ant-table-wrapper .ant-table-expanded-row-fixed {
    position: relative;
    margin: -16px -16px;
    padding: 16px 16px;
  }
  .ant-table-wrapper .ant-table-summary {
    position: relative;
    z-index: 2;
    background: #ffffff;
  }
  .ant-table-wrapper .ant-table-summary > tr > th,
  .ant-table-wrapper .ant-table-summary > tr > td {
    border-bottom: 1px solid #f0f0f0;
  }
  .ant-table-wrapper div.ant-table-summary {
    box-shadow: 0 -1px 0 #f0f0f0;
  }
  .ant-table-wrapper .ant-table-tbody > tr.ant-table-placeholder {
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-table-wrapper .ant-table-tbody > tr.ant-table-placeholder:hover > th,
  .ant-table-wrapper .ant-table-tbody > tr.ant-table-placeholder:hover > td,
  .ant-table-wrapper .ant-table-tbody > tr.ant-table-placeholder {
    background: #ffffff;
  }
  .ant-table-wrapper .ant-table-selection-col {
    width: 32px;
  }
  .ant-table-wrapper .ant-table-selection-col.ant-table-selection-col-with-dropdown {
    width: 46px;
  }
  .ant-table-wrapper .ant-table-bordered .ant-table-selection-col {
    width: 48px;
  }
  .ant-table-wrapper
    .ant-table-bordered
    .ant-table-selection-col.ant-table-selection-col-with-dropdown {
    width: 62px;
  }
  .ant-table-wrapper table tr th.ant-table-selection-column,
  .ant-table-wrapper table tr td.ant-table-selection-column,
  .ant-table-wrapper .ant-table-selection-column {
    padding-inline-end: 8px;
    padding-inline-start: 8px;
    text-align: center;
  }
  .ant-table-wrapper table tr th.ant-table-selection-column .ant-radio-wrapper,
  .ant-table-wrapper table tr td.ant-table-selection-column .ant-radio-wrapper,
  .ant-table-wrapper .ant-table-selection-column .ant-radio-wrapper {
    margin-inline-end: 0;
  }
  .ant-table-wrapper table tr th.ant-table-selection-column.ant-table-cell-fix-left {
    z-index: 3;
  }
  .ant-table-wrapper table tr th.ant-table-selection-column::after {
    background-color: transparent !important;
  }
  .ant-table-wrapper .ant-table-selection {
    position: relative;
    display: inline-flex;
    flex-direction: column;
  }
  .ant-table-wrapper .ant-table-selection-extra {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s;
    margin-inline-start: 100%;
    padding-inline-start: 4px;
  }
  .ant-table-wrapper .ant-table-selection-extra .anticon {
    color: rgba(0, 0, 0, 0.29250000000000004);
    font-size: 10px;
    vertical-align: baseline;
  }
  .ant-table-wrapper .ant-table-selection-extra .anticon:hover {
    color: rgba(0, 0, 0, 0.5720000000000001);
  }
  .ant-table-wrapper .ant-table-tbody .ant-table-row.ant-table-row-selected > .ant-table-cell {
    background: #dcf5e4;
  }
  .ant-table-wrapper
    .ant-table-tbody
    .ant-table-row.ant-table-row-selected
    > .ant-table-cell-row-hover {
    background: #95e8b0;
  }
  .ant-table-wrapper .ant-table-tbody .ant-table-row > .ant-table-cell-row-hover {
    background: #fafafa;
  }
  .ant-table-wrapper .ant-table-cell-fix-left,
  .ant-table-wrapper .ant-table-cell-fix-right {
    position: sticky !important;
    z-index: 2;
    background: #ffffff;
  }
  .ant-table-wrapper .ant-table-cell-fix-left-first::after,
  .ant-table-wrapper .ant-table-cell-fix-left-last::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translateX(100%);
    transition: box-shadow 0.15s;
    content: '';
    pointer-events: none;
    will-change: transform;
  }
  .ant-table-wrapper .ant-table-cell-fix-left-all::after {
    display: none;
  }
  .ant-table-wrapper .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper .ant-table-cell-fix-right-last::after {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 30px;
    transform: translateX(-100%);
    transition: box-shadow 0.15s;
    content: '';
    pointer-events: none;
  }
  .ant-table-wrapper .ant-table-container {
    position: relative;
  }
  .ant-table-wrapper .ant-table-container::before,
  .ant-table-wrapper .ant-table-container::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 30px;
    transition: box-shadow 0.15s;
    content: '';
    pointer-events: none;
  }
  .ant-table-wrapper .ant-table-container::before {
    inset-inline-start: 0;
  }
  .ant-table-wrapper .ant-table-container::after {
    inset-inline-end: 0;
  }
  .ant-table-wrapper
    .ant-table-ping-left:not(.ant-table-has-fix-left)
    .ant-table-container::before {
    box-shadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.06);
  }
  .ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-first::after,
  .ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.06);
  }
  .ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::before {
    background-color: transparent !important;
  }
  .ant-table-wrapper
    .ant-table-ping-right:not(.ant-table-has-fix-right)
    .ant-table-container::after {
    box-shadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.06);
  }
  .ant-table-wrapper .ant-table-ping-right .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper .ant-table-ping-right .ant-table-cell-fix-right-last::after {
    box-shadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.06);
  }
  .ant-table-wrapper .ant-table-fixed-column-gapped .ant-table-cell-fix-left-first::after,
  .ant-table-wrapper .ant-table-fixed-column-gapped .ant-table-cell-fix-left-last::after,
  .ant-table-wrapper .ant-table-fixed-column-gapped .ant-table-cell-fix-right-first::after,
  .ant-table-wrapper .ant-table-fixed-column-gapped .ant-table-cell-fix-right-last::after {
    box-shadow: none;
  }
  .ant-table-wrapper .ant-table-sticky-holder {
    position: sticky;
    z-index: 3;
    background: #ffffff;
  }
  .ant-table-wrapper .ant-table-sticky-scroll {
    position: sticky;
    bottom: 0;
    height: 8px !important;
    z-index: 3;
    display: flex;
    align-items: center;
    background: rgba(5, 5, 5, 0.06);
    border-top: 1px solid #f0f0f0;
    opacity: 0.65;
  }
  .ant-table-wrapper .ant-table-sticky-scroll:hover {
    transform-origin: center bottom;
  }
  .ant-table-wrapper .ant-table-sticky-scroll-bar {
    height: 8px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    transition:
      all 0.15s,
      transform 0s;
    position: absolute;
    bottom: 0;
  }
  .ant-table-wrapper .ant-table-sticky-scroll-bar:hover,
  .ant-table-wrapper .ant-table-sticky-scroll-bar-active {
    background-color: rgba(0, 0, 0, 0.88);
  }
  .ant-table-wrapper .ant-table-cell-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
  }
  .ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
  .ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
    overflow: visible;
  }
  .ant-table-wrapper .ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
  .ant-table-wrapper
    .ant-table-cell-ellipsis.ant-table-cell-fix-right-first
    .ant-table-cell-content {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ant-table-wrapper .ant-table-cell-ellipsis .ant-table-column-title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
  }
  .ant-table-wrapper .ant-table.ant-table-middle {
    font-size: 12px;
  }
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-title,
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-footer,
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-cell,
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead > tr > th,
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody > tr > th,
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody > tr > td,
  .ant-table-wrapper .ant-table.ant-table-middle tfoot > tr > th,
  .ant-table-wrapper .ant-table.ant-table-middle tfoot > tr > td {
    padding: 12px 8px;
  }
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-filter-trigger {
    margin-inline-end: -4px;
  }
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-expanded-row-fixed {
    margin: -12px -8px;
  }
  .ant-table-wrapper
    .ant-table.ant-table-middle
    .ant-table-tbody
    .ant-table-wrapper:only-child
    .ant-table {
    margin-block: -12px;
    margin-inline: 40px -8px;
  }
  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-selection-extra {
    padding-inline-start: 2px;
  }
  .ant-table-wrapper .ant-table.ant-table-small {
    font-size: 12px;
  }
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-title,
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-footer,
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-cell,
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-thead > tr > th,
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody > tr > th,
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-tbody > tr > td,
  .ant-table-wrapper .ant-table.ant-table-small tfoot > tr > th,
  .ant-table-wrapper .ant-table.ant-table-small tfoot > tr > td {
    padding: 4px 8px;
  }
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-filter-trigger {
    margin-inline-end: -4px;
  }
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-expanded-row-fixed {
    margin: -4px -8px;
  }
  .ant-table-wrapper
    .ant-table.ant-table-small
    .ant-table-tbody
    .ant-table-wrapper:only-child
    .ant-table {
    margin-block: -4px;
    margin-inline: 40px -8px;
  }
  .ant-table-wrapper .ant-table.ant-table-small .ant-table-selection-extra {
    padding-inline-start: 2px;
  }
  .ant-table-wrapper-rtl {
    direction: rtl;
  }
  .ant-table-wrapper-rtl table {
    direction: rtl;
  }
  .ant-table-wrapper-rtl .ant-table-pagination-left {
    justify-content: flex-end;
  }
  .ant-table-wrapper-rtl .ant-table-pagination-right {
    justify-content: flex-start;
  }
  .ant-table-wrapper-rtl .ant-table-row-expand-icon {
    float: right;
  }
  .ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
    transform: rotate(-90deg);
  }
  .ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
    transform: rotate(180deg);
  }
  .ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
    transform: rotate(0deg);
  }
  .ant-table-wrapper-rtl .ant-table-container::before {
    inset-inline-start: unset;
    inset-inline-end: 0;
  }
  .ant-table-wrapper-rtl .ant-table-container::after {
    inset-inline-start: 0;
    inset-inline-end: unset;
  }
  .ant-table-wrapper-rtl .ant-table-container .ant-table-row-indent {
    float: right;
  }
  .ant-table-wrapper
    .ant-table-tbody-virtual
    .ant-table-tbody-virtual-holder-inner
    > .ant-table-row,
  .ant-table-wrapper
    .ant-table-tbody-virtual
    .ant-table-tbody-virtual-holder-inner
    > div:not(.ant-table-row)
    > .ant-table-row {
    display: flex;
    box-sizing: border-box;
    width: 100%;
  }
  .ant-table-wrapper .ant-table-tbody-virtual .ant-table-cell {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.1s;
  }
  .ant-table-wrapper
    .ant-table-tbody-virtual
    .ant-table-expanded-row
    .ant-table-expanded-row-cell.ant-table-expanded-row-cell-fixed {
    position: sticky;
    inset-inline-start: 0;
    overflow: hidden;
    width: calc(var(--virtual-width) - 1px);
    border-inline-end: none;
  }
  .ant-table-wrapper .ant-table-bordered .ant-table-tbody-virtual:after {
    content: '';
    inset-inline: 0;
    bottom: 0;
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
  }
  .ant-table-wrapper .ant-table-bordered .ant-table-tbody-virtual .ant-table-cell {
    border-inline-end: 1px solid #f0f0f0;
  }
  .ant-table-wrapper
    .ant-table-bordered
    .ant-table-tbody-virtual
    .ant-table-cell.ant-table-cell-fix-right-first:before {
    content: '';
    position: absolute;
    inset-block: 0;
    inset-inline-start: -1px;
    border-inline-start: 1px solid #f0f0f0;
  }
  .ant-table-wrapper .ant-table-bordered.ant-table-virtual .ant-table-placeholder .ant-table-cell {
    border-inline-end: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  [class^='ant-tabs'],
  [class*=' ant-tabs'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-tabs']::before,
  [class*=' ant-tabs']::before,
  [class^='ant-tabs']::after,
  [class*=' ant-tabs']::after {
    box-sizing: border-box;
  }
  [class^='ant-tabs'] [class^='ant-tabs'],
  [class*=' ant-tabs'] [class^='ant-tabs'],
  [class^='ant-tabs'] [class*=' ant-tabs'],
  [class*=' ant-tabs'] [class*=' ant-tabs'] {
    box-sizing: border-box;
  }
  [class^='ant-tabs'] [class^='ant-tabs']::before,
  [class*=' ant-tabs'] [class^='ant-tabs']::before,
  [class^='ant-tabs'] [class*=' ant-tabs']::before,
  [class*=' ant-tabs'] [class*=' ant-tabs']::before,
  [class^='ant-tabs'] [class^='ant-tabs']::after,
  [class*=' ant-tabs'] [class^='ant-tabs']::after,
  [class^='ant-tabs'] [class*=' ant-tabs']::after,
  [class*=' ant-tabs'] [class*=' ant-tabs']::after {
    box-sizing: border-box;
  }
  .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
    padding: 8px 0;
    font-size: 12px;
  }
  .ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.5714285714285714;
  }
  .ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
    padding: 8px 14px;
  }
  .ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-nav-add {
    min-width: 32px;
    min-height: 32px;
  }
  .ant-tabs-card.ant-tabs-small.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab {
    border-radius: 0 0 6px 6px;
  }
  .ant-tabs-card.ant-tabs-small.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
    border-radius: 6px 6px 0 0;
  }
  .ant-tabs-card.ant-tabs-small.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab {
    border-radius: 0 6px 6px 0;
  }
  .ant-tabs-card.ant-tabs-small.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab {
    border-radius: 6px 0 0 6px;
  }
  .ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
    padding: 12px 16px;
  }
  .ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-nav-add {
    min-width: 48px;
    min-height: 48px;
  }
  .ant-tabs-rtl {
    direction: rtl;
  }
  .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
    margin: 0 0 0 32px;
  }
  .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab:last-of-type {
    margin-left: 0;
  }
  .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
    margin-right: 0;
    margin-left: 12px;
  }
  .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
    margin-right: 8px;
    margin-left: -4px;
  }
  .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
    margin: 0;
  }
  .ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
    order: 1;
  }
  .ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
    order: 0;
  }
  .ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
    order: 0;
  }
  .ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
    order: 1;
  }
  .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
    margin-right: 2px;
    margin-left: 0;
  }
  .ant-tabs-dropdown-rtl {
    direction: rtl;
  }
  .ant-tabs-menu-item .ant-tabs-dropdown-rtl {
    text-align: right;
  }
  .ant-tabs-top,
  .ant-tabs-bottom {
    flex-direction: column;
  }
  .ant-tabs-top > .ant-tabs-nav,
  .ant-tabs-bottom > .ant-tabs-nav,
  .ant-tabs-top > div > .ant-tabs-nav,
  .ant-tabs-bottom > div > .ant-tabs-nav {
    margin: 0;
  }
  .ant-tabs-top > .ant-tabs-nav::before,
  .ant-tabs-bottom > .ant-tabs-nav::before,
  .ant-tabs-top > div > .ant-tabs-nav::before,
  .ant-tabs-bottom > div > .ant-tabs-nav::before {
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 1px solid #e2e2e2;
    content: '';
  }
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
    height: 2px;
  }
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
    transition:
      width 0.15s,
      left 0.15s,
      right 0.15s;
  }
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    top: 0;
    bottom: 0;
    width: 32px;
  }
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
    left: 0;
    box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  }
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    right: 0;
    box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
  }
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
    opacity: 1;
  }
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
    opacity: 1;
  }
  .ant-tabs-top > .ant-tabs-nav::before,
  .ant-tabs-top > div > .ant-tabs-nav::before {
    bottom: 0;
  }
  .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
    bottom: 0;
  }
  .ant-tabs-bottom > .ant-tabs-nav,
  .ant-tabs-bottom > div > .ant-tabs-nav {
    order: 1;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .ant-tabs-bottom > .ant-tabs-nav::before,
  .ant-tabs-bottom > div > .ant-tabs-nav::before {
    top: 0;
  }
  .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
    top: 0;
  }
  .ant-tabs-bottom > .ant-tabs-content-holder,
  .ant-tabs-bottom > div > .ant-tabs-content-holder {
    order: 0;
  }
  .ant-tabs-left > .ant-tabs-nav,
  .ant-tabs-right > .ant-tabs-nav,
  .ant-tabs-left > div > .ant-tabs-nav,
  .ant-tabs-right > div > .ant-tabs-nav {
    flex-direction: column;
    min-width: 40px;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
    padding: 8px 24px;
    text-align: center;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
    margin: 16px 0 0 0;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
    flex-direction: column;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    right: 0;
    left: 0;
    height: 32px;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
    top: 0;
    box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    bottom: 0;
    box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
    opacity: 1;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
    opacity: 1;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
    width: 2px;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
    transition:
      height 0.15s,
      top 0.15s;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
    flex: 1 0 auto;
    flex-direction: column;
  }
  .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
    right: 0;
  }
  .ant-tabs-left > .ant-tabs-content-holder,
  .ant-tabs-left > div > .ant-tabs-content-holder {
    margin-left: -1px;
    border-left: 1px solid #d9d9d9;
  }
  .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
  .ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
    padding-left: 24px;
  }
  .ant-tabs-right > .ant-tabs-nav,
  .ant-tabs-right > div > .ant-tabs-nav {
    order: 1;
  }
  .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
    left: 0;
  }
  .ant-tabs-right > .ant-tabs-content-holder,
  .ant-tabs-right > div > .ant-tabs-content-holder {
    order: 0;
    margin-right: -1px;
    border-right: 1px solid #d9d9d9;
  }
  .ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
  .ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
    padding-right: 24px;
  }
  .ant-tabs-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    display: block;
  }
  .ant-tabs-dropdown-hidden {
    display: none;
  }
  .ant-tabs-dropdown .ant-tabs-dropdown-menu {
    max-height: 200px;
    margin: 0;
    padding: 4px 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    list-style-type: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 8px;
    outline: none;
    box-shadow:
      0 6px 16px 0 rgba(0, 0, 0, 0.08),
      0 3px 6px -4px rgba(0, 0, 0, 0.12),
      0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
  .ant-tabs-dropdown .ant-tabs-dropdown-menu-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    min-width: 120px;
    margin: 0;
    padding: 4px 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6666666666666667;
    cursor: pointer;
    transition: all 0.15s;
  }
  .ant-tabs-dropdown .ant-tabs-dropdown-menu-item > span {
    flex: 1;
    white-space: nowrap;
  }
  .ant-tabs-dropdown .ant-tabs-dropdown-menu-item-remove {
    flex: none;
    margin-left: 12px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 10px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  .ant-tabs-dropdown .ant-tabs-dropdown-menu-item-remove:hover {
    color: #1fc266;
  }
  .ant-tabs-dropdown .ant-tabs-dropdown-menu-item:hover {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-tabs-dropdown .ant-tabs-dropdown-menu-item-disabled,
  .ant-tabs-dropdown .ant-tabs-dropdown-menu-item-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    background: transparent;
    cursor: not-allowed;
  }
  .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
  .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
    margin: 0;
    padding: 9px 16px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e2e2;
    transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
  .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
    color: #00b453;
    background: #ffffff;
  }
  .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-focus:has(.ant-tabs-tab-btn:focus-visible),
  .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-focus:has(.ant-tabs-tab-btn:focus-visible) {
    outline: 3px solid #69db93;
    outline-offset: -3px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-focus .ant-tabs-tab-btn:focus-visible,
  .ant-tabs-card
    > div
    > .ant-tabs-nav
    .ant-tabs-tab.ant-tabs-tab-focus
    .ant-tabs-tab-btn:focus-visible {
    outline: none;
  }
  .ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
  .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
    visibility: hidden;
  }
  .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
    margin-left: 2px;
  }
  .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
    border-radius: 8px 8px 0 0;
  }
  .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
  .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
    border-bottom-color: #ffffff;
  }
  .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
    border-radius: 0 0 8px 8px;
  }
  .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
  .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
    border-top-color: #ffffff;
  }
  .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
    margin-top: 2px;
  }
  .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
    border-radius: 8px 0 0 8px;
  }
  .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
  .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
    border-right-color: #ffffff;
  }
  .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
  .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
    border-radius: 0 8px 8px 0;
  }
  .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
  .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
    border-left-color: #ffffff;
  }
  .ant-tabs {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: flex;
  }
  .ant-tabs > .ant-tabs-nav,
  .ant-tabs > div > .ant-tabs-nav {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
    position: relative;
    display: flex;
    flex: auto;
    align-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    transform: translate(0);
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.15s;
    content: '';
    pointer-events: none;
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
    position: relative;
    display: flex;
    transition: opacity 0.15s;
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
    display: flex;
    align-self: stretch;
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
    position: relative;
    padding: 9px 16px;
    background: transparent;
    border: 0;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    transform: translateY(100%);
    content: '';
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
    min-width: 40px;
    min-height: 40px;
    margin-left: 2px;
    background: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 8px 8px 0 0;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.88);
    transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
    color: #1fc266;
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus:not(:focus-visible),
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus:not(:focus-visible) {
    color: #008f47;
  }
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus-visible,
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: -3px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tabs .ant-tabs-extra-content {
    flex: none;
  }
  .ant-tabs .ant-tabs-ink-bar {
    position: absolute;
    background: #00b453;
    pointer-events: none;
  }
  .ant-tabs .ant-tabs-tab {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    font-size: 12px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-tabs .ant-tabs-tab-btn:focus:not(:focus-visible),
  .ant-tabs .ant-tabs-tab-remove:focus:not(:focus-visible),
  .ant-tabs .ant-tabs-tab-btn:active,
  .ant-tabs .ant-tabs-tab-remove:active {
    color: #008f47;
  }
  .ant-tabs .ant-tabs-tab-btn {
    outline: none;
    transition: all 0.15s;
  }
  .ant-tabs .ant-tabs-tab-btn .ant-tabs-tab-icon:not(:last-child) {
    margin-inline-end: 12px;
  }
  .ant-tabs .ant-tabs-tab-remove {
    flex: none;
    line-height: 1;
    margin-right: -4px;
    margin-left: 8px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 10px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.15s;
  }
  .ant-tabs .ant-tabs-tab-remove:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-tabs .ant-tabs-tab-remove:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tabs .ant-tabs-tab:hover {
    color: #1fc266;
  }
  .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #00b453;
    text-shadow: 0 0 0.25px currentcolor;
  }
  .ant-tabs .ant-tabs-tab.ant-tabs-tab-focus .ant-tabs-tab-btn:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
  .ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-remove:focus,
  .ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
  .ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-remove:active {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-tabs .ant-tabs-tab .ant-tabs-tab-remove .anticon {
    margin: 0;
    vertical-align: middle;
  }
  .ant-tabs .ant-tabs-tab .anticon:not(:last-child) {
    margin-right: 12px;
  }
  .ant-tabs .ant-tabs-tab + .ant-tabs-tab {
    margin: 0 0 0 32px;
  }
  .ant-tabs .ant-tabs-content {
    position: relative;
    width: 100%;
  }
  .ant-tabs .ant-tabs-content-holder {
    flex: auto;
    min-width: 0;
    min-height: 0;
  }
  .ant-tabs .ant-tabs-tabpane:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tabs .ant-tabs-tabpane-hidden {
    display: none;
  }
  .ant-tabs-centered
    > .ant-tabs-nav
    .ant-tabs-nav-wrap:not([class*='.ant-tabs-nav-wrap-ping'])
    > .ant-tabs-nav-list,
  .ant-tabs-centered
    > div
    > .ant-tabs-nav
    .ant-tabs-nav-wrap:not([class*='.ant-tabs-nav-wrap-ping'])
    > .ant-tabs-nav-list {
    margin: auto;
  }
  .ant-tabs .ant-tabs-switch-appear,
  .ant-tabs .ant-tabs-switch-enter {
    transition: none;
  }
  .ant-tabs .ant-tabs-switch-appear-start,
  .ant-tabs .ant-tabs-switch-enter-start {
    opacity: 0;
  }
  .ant-tabs .ant-tabs-switch-appear-active,
  .ant-tabs .ant-tabs-switch-enter-active {
    opacity: 1;
    transition: opacity 0.15s;
  }
  .ant-tabs .ant-tabs-switch-leave {
    position: absolute;
    transition: none;
    inset: 0;
  }
  .ant-tabs .ant-tabs-switch-leave-start {
    opacity: 1;
  }
  .ant-tabs .ant-tabs-switch-leave-active {
    opacity: 0;
    transition: opacity 0.15s;
  }
  .ant-slide-up-enter,
  .ant-slide-up-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-up-enter.ant-slide-up-enter-active,
  .ant-slide-up-appear.ant-slide-up-appear-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-enter,
  .ant-slide-up-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-up-enter-prepare,
  .ant-slide-up-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-up-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-slide-down-enter,
  .ant-slide-down-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-slide-down-enter.ant-slide-down-enter-active,
  .ant-slide-down-appear.ant-slide-down-appear-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-enter,
  .ant-slide-down-appear {
    transform: scale(0);
    transform-origin: 0% 0%;
    opacity: 0;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ant-slide-down-enter-prepare,
  .ant-slide-down-appear-prepare {
    transform: scale(1);
  }
  .ant-slide-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  .ant-tag {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-tag::before,
  .ant-tag::after {
    box-sizing: border-box;
  }
  .ant-tag [class^='ant-tag'],
  .ant-tag [class*=' ant-tag'] {
    box-sizing: border-box;
  }
  .ant-tag [class^='ant-tag']::before,
  .ant-tag [class*=' ant-tag']::before,
  .ant-tag [class^='ant-tag']::after,
  .ant-tag [class*=' ant-tag']::after {
    box-sizing: border-box;
  }
  .ant-tag {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 10px;
    line-height: 18px;
    list-style: none;
    font-family: inherit;
    display: inline-block;
    height: auto;
    margin-inline-end: 8px;
    padding-inline: 7px;
    white-space: nowrap;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.1s;
    text-align: start;
    position: relative;
  }
  .ant-tag.ant-tag-rtl {
    direction: rtl;
  }
  .ant-tag,
  .ant-tag a,
  .ant-tag a:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-tag .ant-tag-close-icon {
    margin-inline-start: 3px;
    font-size: 8px;
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: all 0.1s;
  }
  .ant-tag .ant-tag-close-icon:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-tag.ant-tag-has-color {
    border-color: transparent;
  }
  .ant-tag.ant-tag-has-color,
  .ant-tag.ant-tag-has-color a,
  .ant-tag.ant-tag-has-color a:hover,
  .ant-tag.ant-tag-has-color .anticon-close,
  .ant-tag.ant-tag-has-color .anticon-close:hover {
    color: #fff;
  }
  .ant-tag-checkable {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
  }
  .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
    color: #00b453;
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-tag-checkable:active,
  .ant-tag-checkable-checked {
    color: #fff;
  }
  .ant-tag-checkable-checked {
    background-color: #00b453;
  }
  .ant-tag-checkable-checked:hover {
    background-color: #1fc266;
  }
  .ant-tag-checkable:active {
    background-color: #008f47;
  }
  .ant-tag-hidden {
    display: none;
  }
  .ant-tag > .anticon + span,
  .ant-tag > span + .anticon {
    margin-inline-start: 7px;
  }
  .ant-tag-borderless {
    border-color: transparent;
    background: #fafafa;
  }
  [class^='ant-timeline'],
  [class*=' ant-timeline'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-timeline']::before,
  [class*=' ant-timeline']::before,
  [class^='ant-timeline']::after,
  [class*=' ant-timeline']::after {
    box-sizing: border-box;
  }
  [class^='ant-timeline'] [class^='ant-timeline'],
  [class*=' ant-timeline'] [class^='ant-timeline'],
  [class^='ant-timeline'] [class*=' ant-timeline'],
  [class*=' ant-timeline'] [class*=' ant-timeline'] {
    box-sizing: border-box;
  }
  [class^='ant-timeline'] [class^='ant-timeline']::before,
  [class*=' ant-timeline'] [class^='ant-timeline']::before,
  [class^='ant-timeline'] [class*=' ant-timeline']::before,
  [class*=' ant-timeline'] [class*=' ant-timeline']::before,
  [class^='ant-timeline'] [class^='ant-timeline']::after,
  [class*=' ant-timeline'] [class^='ant-timeline']::after,
  [class^='ant-timeline'] [class*=' ant-timeline']::after,
  [class*=' ant-timeline'] [class*=' ant-timeline']::after {
    box-sizing: border-box;
  }
  .ant-timeline {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
  }
  .ant-timeline .ant-timeline-item {
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    font-size: 12px;
    list-style: none;
  }
  .ant-timeline .ant-timeline-item-tail {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-start: 4px;
    height: calc(100% - 10px);
    border-inline-start: 2px solid rgba(5, 5, 5, 0.06);
  }
  .ant-timeline .ant-timeline-item-pending .ant-timeline-item-head {
    font-size: 10px;
    background-color: transparent;
  }
  .ant-timeline .ant-timeline-item-pending .ant-timeline-item-tail {
    display: none;
  }
  .ant-timeline .ant-timeline-item-head {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 3px solid transparent;
    border-radius: 50%;
  }
  .ant-timeline .ant-timeline-item-head-blue {
    color: #00b453;
    border-color: #00b453;
  }
  .ant-timeline .ant-timeline-item-head-red {
    color: #ff4d4f;
    border-color: #ff4d4f;
  }
  .ant-timeline .ant-timeline-item-head-green {
    color: #00b453;
    border-color: #00b453;
  }
  .ant-timeline .ant-timeline-item-head-gray {
    color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.25);
  }
  .ant-timeline .ant-timeline-item-head-custom {
    position: absolute;
    inset-block-start: 5px;
    inset-inline-start: 5px;
    width: auto;
    height: auto;
    margin-block-start: 0;
    padding-block: 4px;
    line-height: 1;
    text-align: center;
    border: 0;
    border-radius: 0;
    transform: translate(-50%, -50%);
  }
  .ant-timeline .ant-timeline-item-content {
    position: relative;
    inset-block-start: -7px;
    margin-inline-start: 26px;
    margin-inline-end: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    word-break: break-word;
  }
  .ant-timeline .ant-timeline-item-last > .ant-timeline-item-tail {
    display: none;
  }
  .ant-timeline .ant-timeline-item-last > .ant-timeline-item-content {
    min-height: 48px;
  }
  .ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
  .ant-timeline.ant-timeline-right .ant-timeline-item-tail,
  .ant-timeline.ant-timeline-label .ant-timeline-item-tail,
  .ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
  .ant-timeline.ant-timeline-right .ant-timeline-item-head,
  .ant-timeline.ant-timeline-label .ant-timeline-item-head,
  .ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
  .ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
  .ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
    inset-inline-start: 50%;
  }
  .ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
  .ant-timeline.ant-timeline-right .ant-timeline-item-head,
  .ant-timeline.ant-timeline-label .ant-timeline-item-head {
    margin-inline-start: -4px;
  }
  .ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
  .ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
  .ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
    margin-inline-start: 1px;
  }
  .ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
  .ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
  .ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
    inset-inline-start: calc(50% - 4px);
    width: calc(50% - 12px);
    text-align: start;
  }
  .ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
  .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
  .ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
    width: calc(50% - 12px);
    margin: 0;
    text-align: end;
  }
  .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
  .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
  .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
    inset-inline-start: calc(100% - 6px);
  }
  .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
    width: calc(100% - 18px);
  }
  .ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
    display: block;
    height: calc(100% - 16px);
    border-inline-start: 2px dotted rgba(5, 5, 5, 0.06);
  }
  .ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
    display: none;
  }
  .ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
    inset-block-start: 16px;
    display: block;
    height: calc(100% - 16px);
    border-inline-start: 2px dotted rgba(5, 5, 5, 0.06);
  }
  .ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
    min-height: 48px;
  }
  .ant-timeline.ant-timeline-label .ant-timeline-item-label {
    position: absolute;
    inset-block-start: -6px;
    width: calc(50% - 12px);
    text-align: end;
  }
  .ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
    inset-inline-start: calc(50% + 12px);
    width: calc(50% - 12px);
    text-align: start;
  }
  .ant-timeline-rtl {
    direction: rtl;
  }
  .ant-timeline-rtl .ant-timeline-item-head-custom {
    transform: translate(50%, -50%);
  }
  .ant-transfer {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-transfer::before,
  .ant-transfer::after {
    box-sizing: border-box;
  }
  .ant-transfer [class^='ant-transfer'],
  .ant-transfer [class*=' ant-transfer'] {
    box-sizing: border-box;
  }
  .ant-transfer [class^='ant-transfer']::before,
  .ant-transfer [class*=' ant-transfer']::before,
  .ant-transfer [class^='ant-transfer']::after,
  .ant-transfer [class*=' ant-transfer']::after {
    box-sizing: border-box;
  }
  .ant-transfer {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    position: relative;
    display: flex;
    align-items: stretch;
  }
  .ant-transfer .ant-transfer-disabled .ant-transfer-list {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-transfer .ant-transfer-list {
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 200px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
  }
  .ant-transfer .ant-transfer-list-with-pagination {
    width: 250px;
    height: auto;
  }
  .ant-transfer .ant-transfer-list-search .anticon-search {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-transfer .ant-transfer-list-header {
    display: flex;
    flex: none;
    align-items: center;
    height: 40px;
    padding: 9px 12px 10px;
    color: rgba(0, 0, 0, 0.88);
    background: #ffffff;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
    border-radius: 8px 8px 0 0;
  }
  .ant-transfer .ant-transfer-list-header > *:not(:last-child) {
    margin-inline-end: 4px;
  }
  .ant-transfer .ant-transfer-list-header > * {
    flex: none;
  }
  .ant-transfer .ant-transfer-list-header-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: auto;
    text-align: end;
  }
  .ant-transfer .ant-transfer-list-header-dropdown {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    transform: translateY(10%);
    cursor: pointer;
  }
  .ant-transfer .ant-transfer-list-header-dropdown > * {
    line-height: 1;
  }
  .ant-transfer .ant-transfer-list-header-dropdown svg {
    display: inline-block;
  }
  .ant-transfer .ant-transfer-list-header-dropdown[disabled] {
    cursor: not-allowed;
  }
  .ant-transfer .ant-transfer-list-body {
    display: flex;
    flex: auto;
    flex-direction: column;
    font-size: 12px;
    min-height: 0;
  }
  .ant-transfer .ant-transfer-list-body-search-wrapper {
    position: relative;
    flex: none;
    padding: 12px;
  }
  .ant-transfer .ant-transfer-list-content {
    flex: auto;
    margin: 0;
    padding: 0;
    overflow: auto;
    list-style: none;
    border-radius: 0 0 7px 7px;
  }
  .ant-transfer .ant-transfer-list-content-item {
    display: flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    transition: all 0.15s;
  }
  .ant-transfer .ant-transfer-list-content-item > *:not(:last-child) {
    margin-inline-end: 8px;
  }
  .ant-transfer .ant-transfer-list-content-item > * {
    flex: none;
  }
  .ant-transfer .ant-transfer-list-content-item-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: auto;
  }
  .ant-transfer .ant-transfer-list-content-item-remove {
    color: #d9d9d9;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.15s;
    border: 0;
    padding: 0;
    background: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-transfer .ant-transfer-list-content-item-remove:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-transfer .ant-transfer-list-content-item-remove:hover {
    color: #42cf7a;
    text-decoration: none;
  }
  .ant-transfer .ant-transfer-list-content-item-remove:focus {
    color: #42cf7a;
    text-decoration: none;
  }
  .ant-transfer .ant-transfer-list-content-item-remove:active {
    color: #008f47;
    text-decoration: none;
  }
  .ant-transfer .ant-transfer-list-content-item-remove:hover,
  .ant-transfer .ant-transfer-list-content-item-remove:focus {
    color: rgba(0, 0, 0, 0.65);
  }
  .ant-transfer
    .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
  }
  .ant-transfer
    .ant-transfer-list-content-item:not(
      .ant-transfer-list-content-item-disabled
    ).ant-transfer-list-content-item-checked:hover {
    background-color: #95e8b0;
  }
  .ant-transfer .ant-transfer-list-content-item-checked {
    background-color: #dcf5e4;
  }
  .ant-transfer .ant-transfer-list-content-item-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-transfer
    .ant-transfer-list-content-show-remove
    .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
    background: transparent;
    cursor: default;
  }
  .ant-transfer .ant-transfer-list-pagination {
    padding: 8px;
    text-align: end;
    border-top: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-transfer .ant-transfer-list-pagination .ant-pagination-options {
    padding-inline-end: 8px;
  }
  .ant-transfer .ant-transfer-list-body-not-found {
    flex: none;
    width: 100%;
    margin: auto 0;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
  }
  .ant-transfer .ant-transfer-list-footer {
    border-top: 1px solid rgba(5, 5, 5, 0.06);
  }
  .ant-transfer .ant-transfer-list-checkbox {
    line-height: 1;
  }
  .ant-transfer .ant-transfer-operation {
    display: flex;
    flex: none;
    flex-direction: column;
    align-self: center;
    margin: 0 8px;
    vertical-align: middle;
    gap: 4px;
  }
  .ant-transfer .ant-transfer-operation .ant-btn .anticon {
    font-size: 10px;
  }
  .ant-transfer-customize-list .ant-transfer-list {
    flex: 1 1 50%;
    width: auto;
    height: auto;
    min-height: 200px;
    min-width: 0;
  }
  .ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
    border: 0;
    border-radius: 0;
  }
  .ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
    width: 40px;
    min-width: 40px;
  }
  .ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-table-pagination {
    margin: 0;
    padding: 8px;
  }
  .ant-transfer-customize-list .ant-input[disabled] {
    background-color: transparent;
  }
  .ant-transfer-status-error .ant-transfer-list {
    border-color: #ff4d4f;
  }
  .ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
    border-color: #d9d9d9;
  }
  .ant-transfer-status-warning .ant-transfer-list {
    border-color: #faad14;
  }
  .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
    border-color: #d9d9d9;
  }
  .ant-transfer-rtl {
    direction: rtl;
  }
  .ant-tree {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-tree::before,
  .ant-tree::after {
    box-sizing: border-box;
  }
  .ant-tree [class^='ant-tree'],
  .ant-tree [class*=' ant-tree'] {
    box-sizing: border-box;
  }
  .ant-tree [class^='ant-tree']::before,
  .ant-tree [class*=' ant-tree']::before,
  .ant-tree [class^='ant-tree']::after,
  .ant-tree [class*=' ant-tree']::after {
    box-sizing: border-box;
  }
  .ant-tree .ant-tree-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .ant-tree .ant-tree-checkbox-group > .ant-row {
    flex: 1;
  }
  .ant-tree .ant-tree-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
  }
  .ant-tree .ant-tree-checkbox-wrapper:after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: '\a0';
  }
  .ant-tree .ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
    margin-inline-start: 0;
  }
  .ant-tree
    .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item
    input[type='checkbox'] {
    width: 14px;
    height: 14px;
  }
  .ant-tree .ant-tree-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1;
    list-style: none;
    font-family: inherit;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    align-self: center;
  }
  .ant-tree .ant-tree-checkbox .ant-tree-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
  }
  .ant-tree .ant-tree-checkbox .ant-tree-checkbox-input:focus-visible + .ant-tree-checkbox-inner {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tree .ant-tree-checkbox .ant-tree-checkbox-inner {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    border-collapse: separate;
    transition: all 0.15s;
  }
  .ant-tree .ant-tree-checkbox .ant-tree-checkbox-inner:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    inset-inline-start: 25%;
    display: table;
    width: 5.7142857142857135px;
    height: 9.142857142857142px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: '';
    transition:
      all 0.05s cubic-bezier(0.71, -0.46, 0.88, 0.6),
      opacity 0.05s;
  }
  .ant-tree .ant-tree-checkbox + span {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
  .ant-tree
    .ant-tree-checkbox-wrapper:not(.ant-tree-checkbox-wrapper-disabled):hover
    .ant-tree-checkbox-inner,
  .ant-tree .ant-tree-checkbox:not(.ant-tree-checkbox-disabled):hover .ant-tree-checkbox-inner {
    border-color: #00b453;
  }
  .ant-tree
    .ant-tree-checkbox-wrapper:not(.ant-tree-checkbox-wrapper-disabled):hover
    .ant-tree-checkbox-checked:not(.ant-tree-checkbox-disabled)
    .ant-tree-checkbox-inner {
    background-color: #1fc266;
    border-color: transparent;
  }
  .ant-tree
    .ant-tree-checkbox-wrapper:not(.ant-tree-checkbox-wrapper-disabled):hover
    .ant-tree-checkbox-checked:not(.ant-tree-checkbox-disabled):after {
    border-color: #1fc266;
  }
  .ant-tree .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
    background-color: #00b453;
    border-color: #00b453;
  }
  .ant-tree .ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
    opacity: 1;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.05s;
  }
  .ant-tree
    .ant-tree-checkbox-wrapper-checked:not(.ant-tree-checkbox-wrapper-disabled):hover
    .ant-tree-checkbox-inner,
  .ant-tree
    .ant-tree-checkbox-checked:not(.ant-tree-checkbox-disabled):hover
    .ant-tree-checkbox-inner {
    background-color: #1fc266;
    border-color: transparent;
  }
  .ant-tree .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
    background-color: #ffffff;
    border-color: #d9d9d9;
  }
  .ant-tree .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
    top: 50%;
    inset-inline-start: 50%;
    width: 7px;
    height: 7px;
    background-color: #00b453;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: '';
  }
  .ant-tree .ant-tree-checkbox-indeterminate:hover .ant-tree-checkbox-inner {
    background-color: #ffffff;
    border-color: #00b453;
  }
  .ant-tree .ant-tree-checkbox-wrapper-disabled {
    cursor: not-allowed;
  }
  .ant-tree .ant-tree-checkbox-disabled,
  .ant-tree .ant-tree-checkbox-disabled .ant-tree-checkbox-input {
    cursor: not-allowed;
    pointer-events: none;
  }
  .ant-tree .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
    background: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
  }
  .ant-tree .ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
    border-color: rgba(0, 0, 0, 0.25);
  }
  .ant-tree .ant-tree-checkbox-disabled:after {
    display: none;
  }
  .ant-tree .ant-tree-checkbox-disabled + span {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-tree
    .ant-tree-checkbox-disabled.ant-tree-checkbox-indeterminate
    .ant-tree-checkbox-inner::after {
    background: rgba(0, 0, 0, 0.25);
  }
  .ant-tree {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    --rc-virtual-list-scrollbar-bg: rgba(5, 5, 5, 0.06);
    background: #ffffff;
    border-radius: 6px;
    transition: background-color 0.15s;
  }
  .ant-tree-rtl {
    direction: rtl;
  }
  .ant-tree.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
    transform: rotate(90deg);
  }
  .ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tree .ant-tree-list-holder-inner {
    align-items: flex-start;
  }
  .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
    align-items: stretch;
  }
  .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
    flex: auto;
  }
  .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging:after {
    position: absolute;
    inset: 0;
    border: 1px solid #00b453;
    opacity: 0;
    animation-name: ant-tree-node-fx-do-not-use;
    animation-duration: 0.15s;
    animation-play-state: running;
    animation-fill-mode: forwards;
    content: '';
    pointer-events: none;
    border-radius: 6px;
  }
  .ant-tree .ant-tree-treenode {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
    line-height: 24px;
    position: relative;
  }
  .ant-tree .ant-tree-treenode:before {
    content: '';
    position: absolute;
    z-index: 1;
    inset-inline-start: 0;
    width: 100%;
    top: 100%;
    height: 4px;
  }
  .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
    background: transparent;
  }
  .ant-tree .ant-tree-treenode .ant-tree-checkbox-disabled + .ant-tree-node-selected,
  .ant-tree
    .ant-tree-treenode.ant-tree-treenode-disabled.ant-tree-treenode-selected
    .ant-tree-node-content-wrapper {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-tree .ant-tree-treenode .ant-tree-checkbox-disabled {
    pointer-events: unset;
  }
  .ant-tree
    .ant-tree-treenode:not(.ant-tree-treenode-disabled)
    .ant-tree-node-content-wrapper:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-tree .ant-tree-treenode:not(.ant-tree-treenode-disabled).filter-node .ant-tree-title {
    color: #00b453;
    font-weight: 600;
  }
  .ant-tree .ant-tree-treenode-draggable {
    cursor: grab;
  }
  .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon {
    flex-shrink: 0;
    width: 24px;
    text-align: center;
    visibility: visible;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon {
    visibility: hidden;
  }
  .ant-tree .ant-tree-indent {
    align-self: stretch;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-tree .ant-tree-indent-unit {
    display: inline-block;
    width: 24px;
  }
  .ant-tree .ant-tree-draggable-icon {
    visibility: hidden;
  }
  .ant-tree .ant-tree-switcher,
  .ant-tree .ant-tree-checkbox {
    margin-inline-end: 4px;
  }
  .ant-tree .ant-tree-switcher {
    position: relative;
    flex: none;
    align-self: stretch;
    width: 24px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: all 0.15s;
  }
  .ant-tree .ant-tree-switcher .ant-tree-switcher-icon {
    display: inline-block;
    font-size: 10px;
    vertical-align: baseline;
  }
  .ant-tree .ant-tree-switcher .ant-tree-switcher-icon svg {
    transition: transform 0.15s;
  }
  .ant-tree .ant-tree-switcher-noop {
    cursor: unset;
  }
  .ant-tree .ant-tree-switcher:before {
    pointer-events: none;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px;
    transition: all 0.15s;
  }
  .ant-tree .ant-tree-switcher:not(.ant-tree-switcher-noop):hover:before {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-tree .ant-tree-switcher_close .ant-tree-switcher-icon svg {
    transform: rotate(-90deg);
  }
  .ant-tree .ant-tree-switcher-loading-icon {
    color: #00b453;
  }
  .ant-tree .ant-tree-switcher-leaf-line {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .ant-tree .ant-tree-switcher-leaf-line:before {
    position: absolute;
    top: 0;
    inset-inline-end: 12px;
    bottom: -4px;
    margin-inline-start: -1px;
    border-inline-end: 1px solid #d9d9d9;
    content: '';
  }
  .ant-tree .ant-tree-switcher-leaf-line:after {
    position: absolute;
    width: 9.600000000000001px;
    height: 12px;
    border-bottom: 1px solid #d9d9d9;
    content: '';
  }
  .ant-tree .ant-tree-node-content-wrapper {
    position: relative;
    min-height: 24px;
    padding-block: 0;
    padding-inline: 8px;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    transition:
      all 0.1s,
      border 0s,
      line-height 0s,
      box-shadow 0s;
  }
  .ant-tree .ant-tree-node-content-wrapper .ant-tree-drop-indicator {
    position: absolute;
    z-index: 1;
    height: 2px;
    background-color: #00b453;
    border-radius: 1px;
    pointer-events: none;
  }
  .ant-tree .ant-tree-node-content-wrapper .ant-tree-drop-indicator:after {
    position: absolute;
    top: -3px;
    inset-inline-start: -6px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid #00b453;
    border-radius: 50%;
    content: '';
  }
  .ant-tree .ant-tree-node-content-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
    color: rgba(0, 0, 0, 0.88);
    background-color: #dcf5e4;
  }
  .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: top;
  }
  .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
    display: none;
  }
  .ant-tree .ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
    background-color: transparent;
  }
  .ant-tree .ant-tree-treenode.drop-container > [draggable] {
    box-shadow: 0 0 0 2px #00b453;
  }
  .ant-tree-show-line .ant-tree-indent-unit {
    position: relative;
    height: 100%;
  }
  .ant-tree-show-line .ant-tree-indent-unit:before {
    position: absolute;
    top: 0;
    inset-inline-end: 12px;
    bottom: -4px;
    border-inline-end: 1px solid #d9d9d9;
    content: '';
  }
  .ant-tree-show-line .ant-tree-indent-unit-end:before {
    display: none;
  }
  .ant-tree-show-line .ant-tree-switcher {
    background: transparent;
  }
  .ant-tree-show-line .ant-tree-switcher-line-icon {
    vertical-align: -0.15em;
  }
  .ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line:before {
    top: auto !important;
    bottom: auto !important;
    height: 12px !important;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
    position: static;
  }
  .ant-tree.ant-tree-directory
    .ant-tree-treenode
    .ant-tree-node-content-wrapper:has(.ant-tree-drop-indicator) {
    position: relative;
  }
  .ant-tree.ant-tree-directory
    .ant-tree-treenode
    .ant-tree-node-content-wrapper
    > *:not(.ant-tree-drop-indicator) {
    position: relative;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
    background: transparent;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:before {
    position: absolute;
    inset: 0;
    transition: background-color 0.1s;
    content: '';
    border-radius: 6px;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover:before {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher,
  .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-checkbox,
  .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-draggable-icon {
    z-index: 1;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected {
    background: #00b453;
    border-radius: 6px;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher,
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-draggable-icon {
    color: #fff;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
    color: #fff;
    background: transparent;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper,
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper:hover {
    color: #fff;
  }
  .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper:before,
  .ant-tree.ant-tree-directory
    .ant-tree-treenode-selected
    .ant-tree-node-content-wrapper:hover:before {
    background: #00b453;
  }
  .ant-tree .ant-motion-collapse-legacy {
    overflow: hidden;
  }
  .ant-tree .ant-motion-collapse-legacy-active {
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .ant-tree .ant-motion-collapse {
    overflow: hidden;
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  @keyframes ant-tree-node-fx-do-not-use {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  [class^='ant-tree-select'],
  [class*=' ant-tree-select'] {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  [class^='ant-tree-select']::before,
  [class*=' ant-tree-select']::before,
  [class^='ant-tree-select']::after,
  [class*=' ant-tree-select']::after {
    box-sizing: border-box;
  }
  [class^='ant-tree-select'] [class^='ant-tree-select'],
  [class*=' ant-tree-select'] [class^='ant-tree-select'],
  [class^='ant-tree-select'] [class*=' ant-tree-select'],
  [class*=' ant-tree-select'] [class*=' ant-tree-select'] {
    box-sizing: border-box;
  }
  [class^='ant-tree-select'] [class^='ant-tree-select']::before,
  [class*=' ant-tree-select'] [class^='ant-tree-select']::before,
  [class^='ant-tree-select'] [class*=' ant-tree-select']::before,
  [class*=' ant-tree-select'] [class*=' ant-tree-select']::before,
  [class^='ant-tree-select'] [class^='ant-tree-select']::after,
  [class*=' ant-tree-select'] [class^='ant-tree-select']::after,
  [class^='ant-tree-select'] [class*=' ant-tree-select']::after,
  [class*=' ant-tree-select'] [class*=' ant-tree-select']::after {
    box-sizing: border-box;
  }
  .ant-tree-select-dropdown {
    padding: 8px 4px;
  }
  .ant-tree-select-dropdown .ant-select-tree {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    --rc-virtual-list-scrollbar-bg: rgba(5, 5, 5, 0.06);
    background: #ffffff;
    border-radius: 6px;
    transition: background-color 0.15s;
  }
  .ant-tree-select-dropdown .ant-select-tree-rtl {
    direction: rtl;
  }
  .ant-tree-select-dropdown
    .ant-select-tree.ant-select-tree-rtl
    .ant-select-tree-switcher_close
    .ant-select-tree-switcher-icon
    svg {
    transform: rotate(90deg);
  }
  .ant-tree-select-dropdown
    .ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-list-holder-inner {
    align-items: flex-start;
  }
  .ant-tree-select-dropdown
    .ant-select-tree.ant-select-tree-block-node
    .ant-select-tree-list-holder-inner {
    align-items: stretch;
  }
  .ant-tree-select-dropdown
    .ant-select-tree.ant-select-tree-block-node
    .ant-select-tree-list-holder-inner
    .ant-select-tree-node-content-wrapper {
    flex: auto;
  }
  .ant-tree-select-dropdown
    .ant-select-tree.ant-select-tree-block-node
    .ant-select-tree-list-holder-inner
    .ant-select-tree-treenode.dragging:after {
    position: absolute;
    inset: 0;
    border: 1px solid #00b453;
    opacity: 0;
    animation-name: ant-tree-node-fx-do-not-use;
    animation-duration: 0.15s;
    animation-play-state: running;
    animation-fill-mode: forwards;
    content: '';
    pointer-events: none;
    border-radius: 6px;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
    line-height: 24px;
    position: relative;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode:before {
    content: '';
    position: absolute;
    z-index: 1;
    inset-inline-start: 0;
    width: 100%;
    top: 100%;
    height: 4px;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode-disabled
    .ant-select-tree-node-content-wrapper {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode-disabled
    .ant-select-tree-node-content-wrapper:hover {
    background: transparent;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode
    .ant-select-tree-checkbox-disabled
    + .ant-select-tree-node-selected,
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode.ant-select-tree-treenode-disabled.ant-select-tree-treenode-selected
    .ant-select-tree-node-content-wrapper {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode
    .ant-select-tree-checkbox-disabled {
    pointer-events: unset;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode:not(.ant-select-tree-treenode-disabled)
    .ant-select-tree-node-content-wrapper:hover {
    color: rgba(0, 0, 0, 0.88);
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode-active
    .ant-select-tree-node-content-wrapper {
    background: rgba(0, 0, 0, 0.04);
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode:not(.ant-select-tree-treenode-disabled).filter-node
    .ant-select-tree-title {
    color: #00b453;
    font-weight: 600;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode-draggable {
    cursor: grab;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode-draggable
    .ant-select-tree-draggable-icon {
    flex-shrink: 0;
    width: 24px;
    text-align: center;
    visibility: visible;
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled
    .ant-select-tree-draggable-icon {
    visibility: hidden;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-indent {
    align-self: stretch;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-indent-unit {
    display: inline-block;
    width: 24px;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-draggable-icon {
    visibility: hidden;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher,
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-checkbox {
    margin-inline-end: 4px;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher {
    position: relative;
    flex: none;
    align-self: stretch;
    width: 24px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: all 0.15s;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-switcher
    .ant-select-tree-switcher-icon {
    display: inline-block;
    font-size: 10px;
    vertical-align: baseline;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-switcher
    .ant-select-tree-switcher-icon
    svg {
    transition: transform 0.15s;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-noop {
    cursor: unset;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher:before {
    pointer-events: none;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px;
    transition: all 0.15s;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-switcher:not(.ant-select-tree-switcher-noop):hover:before {
    background-color: rgba(0, 0, 0, 0.06);
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-switcher_close
    .ant-select-tree-switcher-icon
    svg {
    transform: rotate(-90deg);
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-loading-icon {
    color: #00b453;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-leaf-line {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-leaf-line:before {
    position: absolute;
    top: 0;
    inset-inline-end: 12px;
    bottom: -4px;
    margin-inline-start: -1px;
    border-inline-end: 1px solid #d9d9d9;
    content: '';
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-leaf-line:after {
    position: absolute;
    width: 9.600000000000001px;
    height: 12px;
    border-bottom: 1px solid #d9d9d9;
    content: '';
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper {
    position: relative;
    min-height: 24px;
    padding-block: 0;
    padding-inline: 8px;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    transition:
      all 0.1s,
      border 0s,
      line-height 0s,
      box-shadow 0s;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-node-content-wrapper
    .ant-select-tree-drop-indicator {
    position: absolute;
    z-index: 1;
    height: 2px;
    background-color: #00b453;
    border-radius: 1px;
    pointer-events: none;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-node-content-wrapper
    .ant-select-tree-drop-indicator:after {
    position: absolute;
    top: -3px;
    inset-inline-start: -6px;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid #00b453;
    border-radius: 50%;
    content: '';
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
    color: rgba(0, 0, 0, 0.88);
    background-color: #dcf5e4;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-node-content-wrapper
    .ant-select-tree-iconEle {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: top;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-node-content-wrapper
    .ant-select-tree-iconEle:empty {
    display: none;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-unselectable
    .ant-select-tree-node-content-wrapper:hover {
    background-color: transparent;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode.drop-container
    > [draggable] {
    box-shadow: 0 0 0 2px #00b453;
  }
  .ant-tree-select-dropdown .ant-select-tree-show-line .ant-select-tree-indent-unit {
    position: relative;
    height: 100%;
  }
  .ant-tree-select-dropdown .ant-select-tree-show-line .ant-select-tree-indent-unit:before {
    position: absolute;
    top: 0;
    inset-inline-end: 12px;
    bottom: -4px;
    border-inline-end: 1px solid #d9d9d9;
    content: '';
  }
  .ant-tree-select-dropdown .ant-select-tree-show-line .ant-select-tree-indent-unit-end:before {
    display: none;
  }
  .ant-tree-select-dropdown .ant-select-tree-show-line .ant-select-tree-switcher {
    background: transparent;
  }
  .ant-tree-select-dropdown .ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
    vertical-align: -0.15em;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-treenode-leaf-last
    .ant-select-tree-switcher-leaf-line:before {
    top: auto !important;
    bottom: auto !important;
    height: 12px !important;
  }
  .ant-tree-select-dropdown .ant-select-tree {
    border-radius: 0;
  }
  .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-list-holder-inner {
    align-items: stretch;
  }
  .ant-tree-select-dropdown
    .ant-select-tree
    .ant-select-tree-list-holder-inner
    .ant-select-tree-treenode
    .ant-select-tree-node-content-wrapper {
    flex: auto;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-group > .ant-row {
    flex: 1;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-wrapper:after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: '\a0';
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
    margin-inline-start: 0;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item
    input[type='checkbox'] {
    width: 14px;
    height: 14px;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1;
    list-style: none;
    font-family: inherit;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    align-self: center;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox .ant-select-tree-checkbox-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox
    .ant-select-tree-checkbox-input:focus-visible
    + .ant-select-tree-checkbox-inner {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox .ant-select-tree-checkbox-inner {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    border-collapse: separate;
    transition: all 0.15s;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox .ant-select-tree-checkbox-inner:after {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    inset-inline-start: 25%;
    display: table;
    width: 5.7142857142857135px;
    height: 9.142857142857142px;
    border: 2px solid #fff;
    border-top: 0;
    border-inline-start: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: '';
    transition:
      all 0.05s cubic-bezier(0.71, -0.46, 0.88, 0.6),
      opacity 0.05s;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox + span {
    padding-inline-start: 8px;
    padding-inline-end: 8px;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-wrapper:not(.ant-select-tree-checkbox-wrapper-disabled):hover
    .ant-select-tree-checkbox-inner,
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox:not(.ant-select-tree-checkbox-disabled):hover
    .ant-select-tree-checkbox-inner {
    border-color: #00b453;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-wrapper:not(.ant-select-tree-checkbox-wrapper-disabled):hover
    .ant-select-tree-checkbox-checked:not(.ant-select-tree-checkbox-disabled)
    .ant-select-tree-checkbox-inner {
    background-color: #1fc266;
    border-color: transparent;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-wrapper:not(.ant-select-tree-checkbox-wrapper-disabled):hover
    .ant-select-tree-checkbox-checked:not(.ant-select-tree-checkbox-disabled):after {
    border-color: #1fc266;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
    background-color: #00b453;
    border-color: #00b453;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-checked
    .ant-select-tree-checkbox-inner:after {
    opacity: 1;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all 0.1s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.05s;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-wrapper-checked:not(.ant-select-tree-checkbox-wrapper-disabled):hover
    .ant-select-tree-checkbox-inner,
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-checked:not(.ant-select-tree-checkbox-disabled):hover
    .ant-select-tree-checkbox-inner {
    background-color: #1fc266;
    border-color: transparent;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-indeterminate
    .ant-select-tree-checkbox-inner {
    background-color: #ffffff;
    border-color: #d9d9d9;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-indeterminate
    .ant-select-tree-checkbox-inner:after {
    top: 50%;
    inset-inline-start: 50%;
    width: 7px;
    height: 7px;
    background-color: #00b453;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: '';
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-indeterminate:hover
    .ant-select-tree-checkbox-inner {
    background-color: #ffffff;
    border-color: #00b453;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-wrapper-disabled {
    cursor: not-allowed;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-disabled,
  .ant-tree-select-dropdown .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
    cursor: not-allowed;
    pointer-events: none;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
    background: rgba(0, 0, 0, 0.04);
    border-color: #d9d9d9;
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-disabled
    .ant-select-tree-checkbox-inner:after {
    border-color: rgba(0, 0, 0, 0.25);
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-disabled:after {
    display: none;
  }
  .ant-tree-select-dropdown .ant-select-tree-checkbox-disabled + span {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-tree-select-dropdown
    .ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-indeterminate
    .ant-select-tree-checkbox-inner::after {
    background: rgba(0, 0, 0, 0.25);
  }
  .ant-tree-select-dropdown-rtl {
    direction: rtl;
  }
  .ant-tree-select-dropdown-rtl
    .ant-select-tree-switcher.ant-select-tree-switcher_close
    .ant-select-tree-switcher-icon
    svg {
    transform: rotate(90deg);
  }
  .ant-typography {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-typography::before,
  .ant-typography::after {
    box-sizing: border-box;
  }
  .ant-typography [class^='ant-typography'],
  .ant-typography [class*=' ant-typography'] {
    box-sizing: border-box;
  }
  .ant-typography [class^='ant-typography']::before,
  .ant-typography [class*=' ant-typography']::before,
  .ant-typography [class^='ant-typography']::after,
  .ant-typography [class*=' ant-typography']::after {
    box-sizing: border-box;
  }
  .ant-typography {
    color: rgba(0, 0, 0, 0.88);
    word-break: break-word;
    line-height: 1.6666666666666667;
  }
  .ant-typography.ant-typography-secondary {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-typography.ant-typography-success {
    color: #00b453;
  }
  .ant-typography.ant-typography-warning {
    color: #faad14;
  }
  .ant-typography.ant-typography-danger {
    color: #ff4d4f;
  }
  a.ant-typography.ant-typography-danger:active,
  a.ant-typography.ant-typography-danger:focus {
    color: #d9363e;
  }
  a.ant-typography.ant-typography-danger:hover {
    color: #ff7875;
  }
  .ant-typography.ant-typography-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  div.ant-typography,
  .ant-typography p {
    margin-bottom: 1em;
  }
  h1.ant-typography,
  div.ant-typography-h1,
  div.ant-typography-h1 > textarea,
  .ant-typography h1 {
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
  }
  h2.ant-typography,
  div.ant-typography-h2,
  div.ant-typography-h2 > textarea,
  .ant-typography h2 {
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3076923076923077;
  }
  h3.ant-typography,
  div.ant-typography-h3,
  div.ant-typography-h3 > textarea,
  .ant-typography h3 {
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
  }
  h4.ant-typography,
  div.ant-typography-h4,
  div.ant-typography-h4 > textarea,
  .ant-typography h4 {
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
  }
  h5.ant-typography,
  div.ant-typography-h5,
  div.ant-typography-h5 > textarea,
  .ant-typography h5 {
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5714285714285714;
  }
  .ant-typography + h1.ant-typography,
  .ant-typography + h2.ant-typography,
  .ant-typography + h3.ant-typography,
  .ant-typography + h4.ant-typography,
  .ant-typography + h5.ant-typography {
    margin-top: 1.2em;
  }
  .ant-typography div + h1,
  .ant-typography ul + h1,
  .ant-typography li + h1,
  .ant-typography p + h1,
  .ant-typography h1 + h1,
  .ant-typography h2 + h1,
  .ant-typography h3 + h1,
  .ant-typography h4 + h1,
  .ant-typography h5 + h1,
  .ant-typography div + h2,
  .ant-typography ul + h2,
  .ant-typography li + h2,
  .ant-typography p + h2,
  .ant-typography h1 + h2,
  .ant-typography h2 + h2,
  .ant-typography h3 + h2,
  .ant-typography h4 + h2,
  .ant-typography h5 + h2,
  .ant-typography div + h3,
  .ant-typography ul + h3,
  .ant-typography li + h3,
  .ant-typography p + h3,
  .ant-typography h1 + h3,
  .ant-typography h2 + h3,
  .ant-typography h3 + h3,
  .ant-typography h4 + h3,
  .ant-typography h5 + h3,
  .ant-typography div + h4,
  .ant-typography ul + h4,
  .ant-typography li + h4,
  .ant-typography p + h4,
  .ant-typography h1 + h4,
  .ant-typography h2 + h4,
  .ant-typography h3 + h4,
  .ant-typography h4 + h4,
  .ant-typography h5 + h4,
  .ant-typography div + h5,
  .ant-typography ul + h5,
  .ant-typography li + h5,
  .ant-typography p + h5,
  .ant-typography h1 + h5,
  .ant-typography h2 + h5,
  .ant-typography h3 + h5,
  .ant-typography h4 + h5,
  .ant-typography h5 + h5 {
    margin-top: 1.2em;
  }
  .ant-typography code {
    margin: 0 0.2em;
    padding-inline: 0.4em;
    padding-block: 0.2em 0.1em;
    font-size: 85%;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    background: rgba(150, 150, 150, 0.1);
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 3px;
  }
  .ant-typography kbd {
    margin: 0 0.2em;
    padding-inline: 0.4em;
    padding-block: 0.15em 0.1em;
    font-size: 90%;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    background: rgba(150, 150, 150, 0.06);
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-bottom-width: 2px;
    border-radius: 3px;
  }
  .ant-typography mark {
    padding: 0;
    background-color: #ffe58f;
  }
  .ant-typography u,
  .ant-typography ins {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
  }
  .ant-typography s,
  .ant-typography del {
    text-decoration: line-through;
  }
  .ant-typography strong {
    font-weight: 600;
  }
  .ant-typography ul,
  .ant-typography ol {
    margin-inline: 0;
    margin-block: 0 1em;
    padding: 0;
  }
  .ant-typography ul li,
  .ant-typography ol li {
    margin-inline: 20px 0;
    margin-block: 0;
    padding-inline: 4px 0;
    padding-block: 0;
  }
  .ant-typography ul {
    list-style-type: circle;
  }
  .ant-typography ul ul {
    list-style-type: disc;
  }
  .ant-typography ol {
    list-style-type: decimal;
  }
  .ant-typography pre,
  .ant-typography blockquote {
    margin: 1em 0;
  }
  .ant-typography pre {
    padding: 0.4em 0.6em;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: rgba(150, 150, 150, 0.1);
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 3px;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  }
  .ant-typography pre code {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    background: transparent;
    border: 0;
  }
  .ant-typography blockquote {
    padding-inline: 0.6em 0;
    padding-block: 0;
    border-inline-start: 4px solid rgba(100, 100, 100, 0.2);
    opacity: 0.85;
  }
  a.ant-typography,
  .ant-typography a {
    color: #00b453;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.15s;
    border: 0;
    padding: 0;
    background: none;
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }
  a.ant-typography:focus-visible,
  .ant-typography a:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  a.ant-typography:hover,
  .ant-typography a:hover {
    color: #42cf7a;
    text-decoration: none;
  }
  a.ant-typography:focus,
  .ant-typography a:focus {
    color: #42cf7a;
    text-decoration: none;
  }
  a.ant-typography:active,
  .ant-typography a:active {
    color: #008f47;
    text-decoration: none;
  }
  a.ant-typography[disabled],
  .ant-typography a[disabled],
  a.ant-typography.ant-typography-disabled,
  .ant-typography a.ant-typography-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  a.ant-typography[disabled]:active,
  .ant-typography a[disabled]:active,
  a.ant-typography.ant-typography-disabled:active,
  .ant-typography a.ant-typography-disabled:active,
  a.ant-typography[disabled]:hover,
  .ant-typography a[disabled]:hover,
  a.ant-typography.ant-typography-disabled:hover,
  .ant-typography a.ant-typography-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
  }
  a.ant-typography[disabled]:active,
  .ant-typography a[disabled]:active,
  a.ant-typography.ant-typography-disabled:active,
  .ant-typography a.ant-typography-disabled:active {
    pointer-events: none;
  }
  .ant-typography .ant-typography-expand,
  .ant-typography .ant-typography-collapse,
  .ant-typography .ant-typography-edit,
  .ant-typography .ant-typography-copy {
    color: #00b453;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.15s;
    border: 0;
    padding: 0;
    background: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-inline-start: 4px;
  }
  .ant-typography .ant-typography-expand:focus-visible,
  .ant-typography .ant-typography-collapse:focus-visible,
  .ant-typography .ant-typography-edit:focus-visible,
  .ant-typography .ant-typography-copy:focus-visible {
    outline: 3px solid #69db93;
    outline-offset: 1px;
    transition:
      outline-offset 0s,
      outline 0s;
  }
  .ant-typography .ant-typography-expand:hover,
  .ant-typography .ant-typography-collapse:hover,
  .ant-typography .ant-typography-edit:hover,
  .ant-typography .ant-typography-copy:hover {
    color: #42cf7a;
    text-decoration: none;
  }
  .ant-typography .ant-typography-expand:focus,
  .ant-typography .ant-typography-collapse:focus,
  .ant-typography .ant-typography-edit:focus,
  .ant-typography .ant-typography-copy:focus {
    color: #42cf7a;
    text-decoration: none;
  }
  .ant-typography .ant-typography-expand:active,
  .ant-typography .ant-typography-collapse:active,
  .ant-typography .ant-typography-edit:active,
  .ant-typography .ant-typography-copy:active {
    color: #008f47;
    text-decoration: none;
  }
  .ant-typography-edit-content {
    position: relative;
  }
  div.ant-typography-edit-content {
    inset-inline-start: -12px;
    inset-block-start: -5px;
    margin-bottom: 4px;
  }
  .ant-typography-edit-content .ant-typography-edit-content-confirm {
    position: absolute;
    inset-inline-end: 10px;
    inset-block-end: 8px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    pointer-events: none;
  }
  .ant-typography-edit-content textarea {
    margin: 0 !important;
    -moz-transition: none;
    height: 1em;
  }
  .ant-typography .ant-typography-copy-success,
  .ant-typography .ant-typography-copy-success:hover,
  .ant-typography .ant-typography-copy-success:focus {
    color: #00b453;
  }
  .ant-typography .ant-typography-copy-icon-only {
    margin-inline-start: 0;
  }
  a.ant-typography-ellipsis,
  span.ant-typography-ellipsis {
    display: inline-block;
    max-width: 100%;
  }
  .ant-typography-ellipsis-single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  a.ant-typography-ellipsis-single-line,
  span.ant-typography-ellipsis-single-line {
    vertical-align: bottom;
  }
  .ant-typography-ellipsis-single-line > code {
    padding-block: 0;
    max-width: calc(100% - 1.2em);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    box-sizing: content-box;
  }
  .ant-typography-ellipsis-multiple-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .ant-typography-rtl {
    direction: rtl;
  }
  .ant-upload-wrapper {
    font-family: inherit;
    font-size: 12px;
    box-sizing: border-box;
  }
  .ant-upload-wrapper::before,
  .ant-upload-wrapper::after {
    box-sizing: border-box;
  }
  .ant-upload-wrapper [class^='ant-upload'],
  .ant-upload-wrapper [class*=' ant-upload'] {
    box-sizing: border-box;
  }
  .ant-upload-wrapper [class^='ant-upload']::before,
  .ant-upload-wrapper [class*=' ant-upload']::before,
  .ant-upload-wrapper [class^='ant-upload']::after,
  .ant-upload-wrapper [class*=' ant-upload']::after {
    box-sizing: border-box;
  }
  .ant-upload-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    line-height: 1.6666666666666667;
    list-style: none;
    font-family: inherit;
  }
  .ant-upload-wrapper .ant-upload {
    outline: 0;
  }
  .ant-upload-wrapper .ant-upload input[type='file'] {
    cursor: pointer;
  }
  .ant-upload-wrapper .ant-upload-select {
    display: inline-block;
  }
  .ant-upload-wrapper .ant-upload-hidden {
    display: none;
  }
  .ant-upload-wrapper .ant-upload-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
  }
  .ant-upload-wrapper .ant-upload-drag {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.02);
    border: 1px dashed #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.15s;
  }
  .ant-upload-wrapper .ant-upload-drag .ant-upload {
    padding: 16px;
  }
  .ant-upload-wrapper .ant-upload-drag .ant-upload-btn {
    display: table;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 8px;
  }
  .ant-upload-wrapper .ant-upload-drag .ant-upload-btn:focus-visible {
    outline: 3px solid #69db93;
  }
  .ant-upload-wrapper .ant-upload-drag .ant-upload-drag-container {
    display: table-cell;
    vertical-align: middle;
  }
  .ant-upload-wrapper .ant-upload-drag:not(.ant-upload-disabled):hover,
  .ant-upload-wrapper .ant-upload-drag-hover:not(.ant-upload-disabled) {
    border-color: #1fc266;
  }
  .ant-upload-wrapper .ant-upload-drag p.ant-upload-drag-icon {
    margin-bottom: 16px;
  }
  .ant-upload-wrapper .ant-upload-drag p.ant-upload-drag-icon .anticon {
    color: #00b453;
    font-size: 40px;
  }
  .ant-upload-wrapper .ant-upload-drag p.ant-upload-text {
    margin: 0 0 4px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
  }
  .ant-upload-wrapper .ant-upload-drag p.ant-upload-hint {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
  }
  .ant-upload-wrapper .ant-upload-drag.ant-upload-disabled p.ant-upload-drag-icon .anticon,
  .ant-upload-wrapper .ant-upload-drag.ant-upload-disabled p.ant-upload-text,
  .ant-upload-wrapper .ant-upload-drag.ant-upload-disabled p.ant-upload-hint {
    color: rgba(0, 0, 0, 0.25);
  }
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture .ant-upload-list-item,
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item,
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item {
    position: relative;
    height: 58px;
    padding: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
  }
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture .ant-upload-list-item:hover,
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item:hover,
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item:hover {
    background: transparent;
  }
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 40px;
    height: 40px;
    line-height: 52px;
    text-align: center;
    flex: none;
  }
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail
    .anticon,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail
    .anticon,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail
    .anticon {
    font-size: 26px;
    color: #00b453;
  }
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail
    img,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail
    img,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail
    img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture
    .ant-upload-list-item
    .ant-upload-list-item-progress,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item
    .ant-upload-list-item-progress,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item
    .ant-upload-list-item-progress {
    bottom: 11px;
    width: calc(100% - 24px);
    margin-top: 0;
    padding-inline-start: 48px;
  }
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture .ant-upload-list-item-error,
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-error,
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-error {
    border-color: #ff4d4f;
  }
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture
    .ant-upload-list-item-error
    .ant-upload-list-item-thumbnail
    .anticon
    svg
    path[fill='#e6f4ff'],
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-error
    .ant-upload-list-item-thumbnail
    .anticon
    svg
    path[fill='#e6f4ff'],
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-error
    .ant-upload-list-item-thumbnail
    .anticon
    svg
    path[fill='#e6f4ff'] {
    fill: #fff2f0;
  }
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture
    .ant-upload-list-item-error
    .ant-upload-list-item-thumbnail
    .anticon
    svg
    path[fill='#1677ff'],
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-error
    .ant-upload-list-item-thumbnail
    .anticon
    svg
    path[fill='#1677ff'],
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-error
    .ant-upload-list-item-thumbnail
    .anticon
    svg
    path[fill='#1677ff'] {
    fill: #ff4d4f;
  }
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture .ant-upload-list-item-uploading,
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-uploading,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading {
    border-style: dashed;
  }
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture
    .ant-upload-list-item-uploading
    .ant-upload-list-item-name,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading
    .ant-upload-list-item-name,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading
    .ant-upload-list-item-name {
    margin-bottom: 11px;
  }
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item,
  .ant-upload-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item::before,
  .ant-upload-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item
    .ant-upload-list-item-thumbnail {
    border-radius: 50%;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper {
    display: block;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper::before {
    display: table;
    content: '';
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper::after,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload.ant-upload-select {
    width: 102px;
    height: 102px;
    text-align: center;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px dashed #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.15s;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select > .ant-upload,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload.ant-upload-select
    > .ant-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload.ant-upload-select:not(.ant-upload-disabled):hover,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload.ant-upload-select:not(.ant-upload-disabled):hover {
    border-color: #00b453;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle {
    display: flex;
    flex-wrap: wrap;
  }
  @supports not (gap: 1px) {
    .ant-upload-wrapper.ant-upload-picture-card-wrapper
      .ant-upload-list.ant-upload-list-picture-card
      > *,
    .ant-upload-wrapper.ant-upload-picture-circle-wrapper
      .ant-upload-list.ant-upload-list-picture-card
      > *,
    .ant-upload-wrapper.ant-upload-picture-card-wrapper
      .ant-upload-list.ant-upload-list-picture-circle
      > *,
    .ant-upload-wrapper.ant-upload-picture-circle-wrapper
      .ant-upload-list.ant-upload-list-picture-circle
      > * {
      margin-block-end: 8px;
      margin-inline-end: 8px;
    }
  }
  @supports (gap: 1px) {
    .ant-upload-wrapper.ant-upload-picture-card-wrapper
      .ant-upload-list.ant-upload-list-picture-card,
    .ant-upload-wrapper.ant-upload-picture-circle-wrapper
      .ant-upload-list.ant-upload-list-picture-card,
    .ant-upload-wrapper.ant-upload-picture-card-wrapper
      .ant-upload-list.ant-upload-list-picture-circle,
    .ant-upload-wrapper.ant-upload-picture-circle-wrapper
      .ant-upload-list.ant-upload-list-picture-circle {
      gap: 8px;
    }
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-container,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-container,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-container,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-container {
    display: inline-block;
    width: 102px;
    height: 102px;
    vertical-align: top;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card::after,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card::after,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle::after,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle::after {
    display: none;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card::before,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle::before {
    display: none;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item {
    height: 100%;
    margin: 0;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item::before,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item::before {
    position: absolute;
    z-index: 1;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: all 0.15s;
    content: ' ';
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item:hover::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item:hover::before,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item:hover::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item:hover::before,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item:hover
    .ant-upload-list-item-actions,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item:hover
    .ant-upload-list-item-actions,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item:hover
    .ant-upload-list-item-actions,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item:hover
    .ant-upload-list-item-actions {
    opacity: 1;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions {
    position: absolute;
    inset-inline-start: 0;
    z-index: 10;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    opacity: 0;
    transition: all 0.15s;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-eye,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-eye,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-eye,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-eye,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-download,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-download,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-download,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-download,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-delete,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-delete,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-delete,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-delete {
    z-index: 10;
    width: 14px;
    margin: 0 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.15s;
    color: #fff;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-eye:hover,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-eye:hover,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-eye:hover,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-eye:hover,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-download:hover,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-download:hover,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-download:hover,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-download:hover,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-delete:hover,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-delete:hover,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-delete:hover,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-delete:hover {
    color: #fff;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-eye
    svg,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-eye
    svg,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-eye
    svg,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-eye
    svg,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-download
    svg,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-download
    svg,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-download
    svg,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-download
    svg,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-delete
    svg,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-actions
    .anticon-delete
    svg,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-delete
    svg,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-actions
    .anticon-delete
    svg {
    vertical-align: baseline;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-thumbnail,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-thumbnail,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-thumbnail,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-thumbnail,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-thumbnail
    img,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-thumbnail
    img,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-thumbnail
    img,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-thumbnail
    img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-name,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-name,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-name,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-name {
    display: none;
    text-align: center;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-file
    + .ant-upload-list-item-name,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-file
    + .ant-upload-list-item-name,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-file
    + .ant-upload-list-item-name,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-file
    + .ant-upload-list-item-name {
    position: absolute;
    bottom: 16px;
    display: block;
    width: calc(100% - 16px);
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading.ant-upload-list-item,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading.ant-upload-list-item,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading.ant-upload-list-item,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading.ant-upload-list-item {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading::before,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading::before,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading::before,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading
    .anticon-eye,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading
    .anticon-eye,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading
    .anticon-eye,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading
    .anticon-eye,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading
    .anticon-download,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading
    .anticon-download,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading
    .anticon-download,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading
    .anticon-download,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading
    .anticon-delete,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-uploading
    .anticon-delete,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading
    .anticon-delete,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-uploading
    .anticon-delete {
    display: none;
  }
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-progress,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-card
    .ant-upload-list-item-progress,
  .ant-upload-wrapper.ant-upload-picture-card-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-progress,
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper
    .ant-upload-list.ant-upload-list-picture-circle
    .ant-upload-list-item-progress {
    bottom: 32px;
    width: calc(100% - 16px);
    padding-inline-start: 0;
  }
  .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload.ant-upload-select {
    border-radius: 50%;
  }
  .ant-upload-wrapper .ant-upload-list {
    line-height: 1.6666666666666667;
  }
  .ant-upload-wrapper .ant-upload-list::before {
    display: table;
    content: '';
  }
  .ant-upload-wrapper .ant-upload-list::after {
    display: table;
    clear: both;
    content: '';
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item {
    position: relative;
    height: 20px;
    margin-top: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    transition: background-color 0.15s;
    border-radius: 4px;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item .ant-upload-list-item-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 8px;
    line-height: 1.6666666666666667;
    flex: auto;
    transition: all 0.15s;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item .ant-upload-list-item-actions {
    white-space: nowrap;
  }
  .ant-upload-wrapper
    .ant-upload-list
    .ant-upload-list-item
    .ant-upload-list-item-actions
    .ant-upload-list-item-action {
    opacity: 0;
  }
  .ant-upload-wrapper
    .ant-upload-list
    .ant-upload-list-item
    .ant-upload-list-item-actions
    .anticon {
    color: rgba(0, 0, 0, 0.45);
    transition: all 0.15s;
  }
  .ant-upload-wrapper
    .ant-upload-list
    .ant-upload-list-item
    .ant-upload-list-item-actions
    .ant-upload-list-item-action:focus-visible,
  .ant-upload-wrapper
    .ant-upload-list
    .ant-upload-list-item
    .ant-upload-list-item-actions.picture
    .ant-upload-list-item-action {
    opacity: 1;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item .ant-upload-icon .anticon {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item .ant-upload-list-item-progress {
    position: absolute;
    bottom: -11px;
    width: 100%;
    padding-inline-start: 20px;
    font-size: 12px;
    line-height: 0;
    pointer-events: none;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item .ant-upload-list-item-progress > div {
    margin: 0;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover .ant-upload-list-item-action {
    opacity: 1;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error {
    color: #ff4d4f;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error .ant-upload-list-item-name,
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error .ant-upload-icon .anticon {
    color: #ff4d4f;
  }
  .ant-upload-wrapper
    .ant-upload-list
    .ant-upload-list-item-error
    .ant-upload-list-item-actions
    .anticon,
  .ant-upload-wrapper
    .ant-upload-list
    .ant-upload-list-item-error
    .ant-upload-list-item-actions
    .anticon:hover {
    color: #ff4d4f;
  }
  .ant-upload-wrapper
    .ant-upload-list
    .ant-upload-list-item-error
    .ant-upload-list-item-actions
    .ant-upload-list-item-action {
    opacity: 1;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-container {
    transition:
      opacity 0.15s,
      height 0.15s;
  }
  .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-container::before {
    display: table;
    width: 0;
    height: 0;
    content: '';
  }
  .ant-upload-wrapper .ant-upload-animate-inline-appear,
  .ant-upload-wrapper .ant-upload-animate-inline-enter,
  .ant-upload-wrapper .ant-upload-animate-inline-leave {
    animation-duration: 0.15s;
    animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
    animation-fill-mode: forwards;
  }
  .ant-upload-wrapper .ant-upload-animate-inline-appear,
  .ant-upload-wrapper .ant-upload-animate-inline-enter {
    animation-name: uploadAnimateInlineIn;
  }
  .ant-upload-wrapper .ant-upload-animate-inline-leave {
    animation-name: uploadAnimateInlineOut;
  }
  .ant-upload-wrapper .ant-fade-enter,
  .ant-upload-wrapper .ant-fade-appear {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-upload-wrapper .ant-fade-leave {
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-play-state: paused;
  }
  .ant-upload-wrapper .ant-fade-enter.ant-fade-enter-active,
  .ant-upload-wrapper .ant-fade-appear.ant-fade-appear-active {
    animation-name: antFadeIn;
    animation-play-state: running;
  }
  .ant-upload-wrapper .ant-fade-leave.ant-fade-leave-active {
    animation-name: antFadeOut;
    animation-play-state: running;
    pointer-events: none;
  }
  .ant-upload-wrapper .ant-fade-enter,
  .ant-upload-wrapper .ant-fade-appear {
    opacity: 0;
    animation-timing-function: linear;
  }
  .ant-upload-wrapper .ant-fade-leave {
    animation-timing-function: linear;
  }
  .ant-upload-rtl {
    direction: rtl;
  }
  .ant-upload .ant-motion-collapse-legacy {
    overflow: hidden;
  }
  .ant-upload .ant-motion-collapse-legacy-active {
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .ant-upload .ant-motion-collapse {
    overflow: hidden;
    transition:
      height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  @keyframes uploadAnimateInlineIn {
    from {
      width: 0;
      height: 0;
      padding: 0;
      opacity: 0;
      margin: -4px;
    }
  }
  @keyframes uploadAnimateInlineOut {
    to {
      width: 0;
      height: 0;
      padding: 0;
      opacity: 0;
      margin: -4px;
    }
  }
  .anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .anticon > * {
    line-height: 1;
  }
  .anticon svg {
    display: inline-block;
  }
  .anticon .anticon .anticon-icon {
    display: block;
  }
  .data-ant-cssinjs-cache-path {
    content: '1ypsd8t|ant-design-icons|anticon:uggb7r;z87mkj|Shared|ant:ejkr7c;z87mkj|Affix-Affix|ant-affix|anticon:pzjgrw;z87mkj|Alert-Alert|ant-alert|anticon:12ac740;z87mkj|Anchor-Anchor|ant-anchor|anticon:1t0xb3i;z87mkj|App-App|ant-app|anticon:sjjoty;z87mkj|Select-Select|ant-select|anticon:1qaggso;z87mkj|Avatar-Avatar|ant-avatar|anticon:r9b1jj;z87mkj|Badge-Badge|ant-badge|anticon:mriims;z87mkj|Breadcrumb-Breadcrumb|ant-breadcrumb|anticon:1co7fy;z87mkj|Button-Button|ant-btn|anticon:1bhn1wq;z87mkj|Wave-Wave|ant-wave|anticon:mq6trh;z87mkj|Calendar-Calendar|ant-picker|anticon:uu20a3;z87mkj|Radio-Radio|ant-radio|anticon:jhb9g;z87mkj|Card-Card|ant-card|anticon:3kqg8x;z87mkj|Carousel-Carousel|ant-carousel|anticon:1y1qaqv;z87mkj|Cascader-Cascader|ant-cascader|anticon:1qgpegr;z87mkj|Checkbox-Checkbox|ant-checkbox|anticon:1ddkx55;z87mkj|Grid-Grid|ant-col|anticon:p47sy4;z87mkj|Collapse-Collapse|ant-collapse|anticon:1w1y8ce;z87mkj|ColorPicker-ColorPicker|ant-color-picker|anticon:yqym5d;z87mkj|Popover-Popover|ant-popover|anticon:1xfvn99;z87mkj|Tooltip-Tooltip|ant-popover|anticon:1ngq5xh;z87mkj|DatePicker-DatePicker|ant-picker|anticon:fq2m8t;z87mkj|Descriptions-Descriptions|ant-descriptions|anticon:1kt9nje;z87mkj|Divider-Divider|ant-divider|anticon:12qheo;z87mkj|Dropdown-Dropdown|ant-dropdown|anticon:18ctfym;z87mkj|Empty-Empty|ant-empty|anticon:1ddwmm6;z87mkj|Flex-Flex|ant-flex|anticon:yjde7q;z87mkj|FloatButton-FloatButton|ant-float-btn|anticon:4ggc1p;z87mkj|Form-Form|ant-form|anticon:164thmd;z87mkj|Image-Image|ant-image|anticon:1e1u4r5;z87mkj|Input-Shared|ant-input|anticon:phj75y;z87mkj|Input-Component|ant-input|anticon:17xm5tg;z87mkj|InputNumber-InputNumber|ant-input-number|anticon:1ak2tqi;z87mkj|Layout-Layout|ant-layout|anticon:e4rzqm;z87mkj|List-List|ant-list|anticon:osi2vm;z87mkj|Spin-Spin|ant-spin|anticon:o1u1o7;z87mkj|Mentions-Mentions|ant-mentions|anticon:h8f90h;z87mkj|Menu-Menu|ant-menu|anticon:1va79w4;z87mkj|Pagination-Pagination|ant-pagination|anticon:12um64u;z87mkj|Progress-Progress|ant-progress|anticon:qprd2u;z87mkj|QRCode-QRCode|ant-qrcode|anticon:16eaiji;z87mkj|Rate-Rate|ant-rate|anticon:tjxnfc;z87mkj|Result-Result|ant-result|anticon:1i9u4g;z87mkj|Grid-Grid|ant-row|anticon:1mq63hw;z87mkj|Segmented-Segmented|ant-segmented|anticon:4vezn2;z87mkj|Skeleton-Skeleton|ant-skeleton|anticon:k2egjx;z87mkj|Slider-Slider|ant-slider|anticon:1ewyjnd;z87mkj|Tooltip-Tooltip|ant-tooltip|anticon:1vcm9qn;z87mkj|Space-Space|ant-space|anticon:ac2zle;z87mkj|Splitter-Splitter|ant-splitter|anticon:s6a5mm;z87mkj|Statistic-Statistic|ant-statistic|anticon:kbvnr5;z87mkj|Steps-Steps|ant-steps|anticon:56z28u;z87mkj|Switch-Switch|ant-switch|anticon:2ui0x1;z87mkj|Table-Table|ant-table|anticon:1y7ynf8;z87mkj|Tabs-Tabs|ant-tabs|anticon:1nxpgos;z87mkj|Tag-Tag|ant-tag|anticon:18d62ay;z87mkj|Timeline-Timeline|ant-timeline|anticon:9fjea4;z87mkj|Transfer-Transfer|ant-transfer|anticon:1xqeiel;z87mkj|Tree-Tree|ant-tree|anticon:cxu4zb;z87mkj|TreeSelect-TreeSelect|ant-tree-select|anticon:173wdya;z87mkj|Typography-Typography|ant-typography|anticon:1m2lt1z;z87mkj|Upload-Upload|ant-upload|anticon:z56f8g';
  }
}
