html[data-theme="theme1"] {
  --color-primary-50: #f8fcfd;
  --color-primary-100: #e3f1f8;
  --color-primary-200: #bfe1ee;
  --color-primary-300: #8dc9e1;
  --color-primary-600: #4dabd1;
  --color-primary-700: #326e86;
}

html[data-theme="theme2"] {
  --color-primary-50: #f1f8ff;
  --color-primary-100: #d1e9ff;
  --color-primary-200: #a4d3ff;
  --color-primary-300: #76bcff;
  --color-primary-600: #1b90ff;
  --color-primary-700: #105699;
}

html[data-theme="theme3"] {
  --color-primary-50: #f7f5ff;
  --color-primary-100: #f1eeff;
  --color-primary-200: #e4deff;
  --color-primary-300: #c2b4ff;
  --color-primary-600: #7858ff;
  --color-primary-700: #483599;
}

html[data-theme="theme4"] {
  --color-primary-50: #f0f9f9;
  --color-primary-100: #e6f5f5;
  --color-primary-200: #cdeceb;
  --color-primary-300: #9bd9d7;
  --color-primary-600: #049f9a;
  --color-primary-700: #025f5c;
}

/*
! tailwindcss v3.4.3 | 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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: 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::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] {
  display: none;
}

*, ::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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1756px) {

  .\!container {
    max-width: 1756px !important;
  }

  .container {
    max-width: 1756px;
  }
}
.wapper_small {
  margin: auto;
  max-width: 1024px;
}
.__content {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow_antd {
  cursor: pointer;
}
.shadow_antd > :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));
}
.shadow_antd {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
    box-shadow:
      0 3px 6px -4px #0000001f,
      0 6px 16px #00000014,
      0 9px 28px 8px #0000000d;
}
.show__sider {
    flex: 0 0 260px;
    max-width: 260px;
    min-width: 260px;
    width: 260px;
  }
.hide__sider {
    flex: 0 0 88px;
    max-width: 88px;
    min-width: 88px;
    width: 88px;
  }
.text-filter {
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(100 105 112 / var(--tw-text-opacity));
}
.menu__item {
  display: flex;
  height: 2.75rem;
  align-items: center;
  gap: 1rem;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.\!inset-0 {
  inset: 0px !important;
}
.\!right-2 {
  right: 0.5rem !important;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-left-2 {
  left: -0.5rem;
}
.-left-\[7px\] {
  left: -7px;
}
.-right-10 {
  right: -2.5rem;
}
.-right-\[9px\] {
  right: -9px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-\[120px\] {
  bottom: 120px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[1px\] {
  left: 1px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-10 {
  right: 2.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-\[1px\] {
  right: 1px;
}
.right-\[45px\] {
  right: 45px;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[-25px\] {
  top: -25px;
}
.top-\[1px\] {
  top: 1px;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.\!m-0 {
  margin: 0px !important;
}
.-m-3 {
  margin: -0.75rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.\!my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mb-\[16px\] {
  margin-bottom: 16px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1\.75rem\] {
  margin-bottom: 1.75rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-\[100px\] {
  margin-left: 100px;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-\[50px\] {
  margin-left: 50px;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!size-10 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[142px\] {
  width: 142px;
  height: 142px;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-20 {
  height: 5rem !important;
}
.\!h-7 {
  height: 1.75rem !important;
}
.\!h-\[45px\] {
  height: 45px !important;
}
.\!h-\[48px\] {
  height: 48px !important;
}
.\!h-auto {
  height: auto !important;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21\.375rem\] {
  height: 21.375rem;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[610px\] {
  height: 610px;
}
.h-\[63px\] {
  height: 63px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[87px\] {
  height: 87px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[calc\(100vh-62\.8px\)\] {
  height: calc(100vh - 62.8px);
}
.h-\[calc\(100vh-92px\)\] {
  height: calc(100vh - 92px);
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!max-h-7 {
  max-height: 1.75rem !important;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[460px\] {
  max-height: 460px;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-\[90px\] {
  max-height: 90px;
}
.max-h-none {
  max-height: none;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[665px\] {
  min-height: 665px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-1\/2 {
  width: 50% !important;
}
.\!w-16 {
  width: 4rem !important;
}
.\!w-3\/4 {
  width: 75% !important;
}
.\!w-36 {
  width: 9rem !important;
}
.\!w-\[10\.375rem\] {
  width: 10.375rem !important;
}
.\!w-\[10\.75rem\] {
  width: 10.75rem !important;
}
.\!w-\[130px\] {
  width: 130px !important;
}
.\!w-\[135px\] {
  width: 135px !important;
}
.\!w-\[15\.625rem\] {
  width: 15.625rem !important;
}
.\!w-\[19\.5rem\] {
  width: 19.5rem !important;
}
.\!w-\[216px\] {
  width: 216px !important;
}
.\!w-\[256px\] {
  width: 256px !important;
}
.\!w-\[26\.5rem\] {
  width: 26.5rem !important;
}
.\!w-\[270px\] {
  width: 270px !important;
}
.\!w-\[28px\] {
  width: 28px !important;
}
.\!w-\[312px\] {
  width: 312px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9\/12 {
  width: 75%;
}
.w-96 {
  width: 24rem;
}
.w-\[-webkit-fill-available\] {
  width: -webkit-fill-available;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1036px\] {
  width: 1036px;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[11\.625rem\] {
  width: 11.625rem;
}
.w-\[117px\] {
  width: 117px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[124px\] {
  width: 124px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[13\.6875rem\] {
  width: 13.6875rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[1465px\] {
  width: 1465px;
}
.w-\[15\.625rem\] {
  width: 15.625rem;
}
.w-\[15\.6875rem\] {
  width: 15.6875rem;
}
.w-\[1500px\] {
  width: 1500px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[1512px\] {
  width: 1512px;
}
.w-\[1518px\] {
  width: 1518px;
}
.w-\[1531px\] {
  width: 1531px;
}
.w-\[154px\] {
  width: 154px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[19\.5rem\] {
  width: 19.5rem;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[21\.25rem\] {
  width: 21.25rem;
}
.w-\[216px\] {
  width: 216px;
}
.w-\[218px\] {
  width: 218px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[222px\] {
  width: 222px;
}
.w-\[228px\] {
  width: 228px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[22rem\] {
  width: 22rem;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[24rem\] {
  width: 24rem;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[26\.6875rem\] {
  width: 26.6875rem;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[294px\] {
  width: 294px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-\[312px\] {
  width: 312px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[32rem\] {
  width: 32rem;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[348px\] {
  width: 348px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[364px\] {
  width: 364px;
}
.w-\[373px\] {
  width: 373px;
}
.w-\[375px\] {
  width: 375px;
}
.w-\[385px\] {
  width: 385px;
}
.w-\[388px\] {
  width: 388px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[465px\] {
  width: 465px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[590px\] {
  width: 590px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[7\.5rem\] {
  width: 7.5rem;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[701px\] {
  width: 701px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[736px\] {
  width: 736px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[906px\] {
  width: 906px;
}
.w-\[full\] {
  width: full;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -webkit-max-content;
  width: max-content;
}
.\!min-w-\[170px\] {
  min-width: 170px !important;
}
.\!min-w-\[190px\] {
  min-width: 190px !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.min-w-\[102px\] {
  min-width: 102px;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[128px\] {
  min-width: 128px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[1465px\] {
  min-width: 1465px;
}
.min-w-\[154px\] {
  min-width: 154px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[312px\] {
  min-width: 312px;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[450px\] {
  min-width: 450px;
}
.min-w-\[50\%\] {
  min-width: 50%;
}
.min-w-\[500px\] {
  min-width: 500px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-\[99px\] {
  min-width: 99px;
}
.\!max-w-\[17\.5rem\] {
  max-width: 17.5rem !important;
}
.\!max-w-\[280px\] {
  max-width: 280px !important;
}
.\!max-w-\[28px\] {
  max-width: 28px !important;
}
.\!max-w-\[350px\] {
  max-width: 350px !important;
}
.\!max-w-\[39rem\] {
  max-width: 39rem !important;
}
.\!max-w-\[400px\] {
  max-width: 400px !important;
}
.\!max-w-\[480px\] {
  max-width: 480px !important;
}
.\!max-w-\[626px\] {
  max-width: 626px !important;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-9 {
  max-width: 2.25rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1040px\] {
  max-width: 1040px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[1465px\] {
  max-width: 1465px;
}
.max-w-\[14rem\] {
  max-width: 14rem;
}
.max-w-\[15\.625rem\] {
  max-width: 15.625rem;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[200x\] {
  max-width: 200x;
}
.max-w-\[216px\] {
  max-width: 216px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[312px\] {
  max-width: 312px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-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));
}
.-translate-x-\[10\%\] {
  --tw-translate-x: -10%;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.translate-y-\[5\%\] {
  --tw-translate-y: 5%;
  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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.\!resize-none {
  resize: none !important;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-\[120px_1fr\] {
  grid-template-columns: 120px 1fr;
}
.grid-cols-\[1fr_106px\] {
  grid-template-columns: 1fr 106px;
}
.grid-cols-\[1fr_3fr_1fr\] {
  grid-template-columns: 1fr 3fr 1fr;
}
.grid-cols-\[3fr_1fr\] {
  grid-template-columns: 3fr 1fr;
}
.grid-cols-\[repeat\(4\2c minmax\(0\2c 216px\)\)\] {
  grid-template-columns: repeat(4,minmax(0,216px));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.\!justify-between {
  justify-content: space-between !important;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-\[3px\] {
  gap: 3px !important;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-x-\[2px\] {
  column-gap: 2px;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.\!text-nowrap {
  text-wrap: nowrap !important;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-keep {
  word-break: keep-all;
}
.\!rounded-2xl {
  border-radius: 1rem !important;
}
.\!rounded-\[16px\] {
  border-radius: 16px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-br-\[8px\] {
  border-bottom-right-radius: 8px;
}
.rounded-se-lg {
  border-start-end-radius: 0.5rem;
}
.rounded-ss-lg {
  border-start-start-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-\[8px\] {
  border-top-right-radius: 8px;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}
.border-\[\#12B981\] {
  --tw-border-opacity: 1;
  border-color: rgb(18 185 129 / var(--tw-border-opacity));
}
.border-\[\#86BFD4\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 191 212 / var(--tw-border-opacity));
}
.border-\[\#C2C2C2\] {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
}
.border-\[\#E3F1F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 241 248 / var(--tw-border-opacity));
}
.border-\[\#E6EDF2\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 237 242 / var(--tw-border-opacity));
}
.border-\[\#F87171\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-\[\#FBB7B7\] {
  --tw-border-opacity: 1;
  border-color: rgb(251 183 183 / var(--tw-border-opacity));
}
.border-\[\#FDDF92\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 223 146 / var(--tw-border-opacity));
}
.border-\[\#c2c2c2\] {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(77 171 209 / var(--tw-border-opacity));
}
.border-dark-100 {
  --tw-border-opacity: 1;
  border-color: rgb(230 237 242 / var(--tw-border-opacity));
}
.border-dark-200 {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
}
.border-dark-300 {
  --tw-border-opacity: 1;
  border-color: rgb(162 162 162 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-primary-300 {
  border-color: var(--color-primary-300);
}
.border-primary-50 {
  border-color: var(--color-primary-50);
}
.border-primary-600 {
  border-color: var(--color-primary-600);
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.\!border-l-dark-100 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(230 237 242 / var(--tw-border-opacity)) !important;
}
.border-b-\[\#E6EDF2\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 237 242 / var(--tw-border-opacity));
}
.border-b-\[\#EAECF0\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-b-dark-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 237 242 / var(--tw-border-opacity));
}
.border-t-dark-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 237 242 / var(--tw-border-opacity));
}
.border-t-primary-100 {
  border-top-color: var(--color-primary-100);
}
.\!bg-\[\#E3F1F8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 241 248 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#f87171\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}
.\!bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 171 209 / var(--tw-bg-opacity)) !important;
}
.\!bg-dark-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 237 242 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
}
.\!bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#12B981\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 185 129 / var(--tw-bg-opacity));
}
.bg-\[\#344054\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 84 / var(--tw-bg-opacity));
}
.bg-\[\#4DABD1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 171 209 / var(--tw-bg-opacity));
}
.bg-\[\#86BFD4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(134 191 212 / var(--tw-bg-opacity));
}
.bg-\[\#BFE1EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(191 225 238 / var(--tw-bg-opacity));
}
.bg-\[\#C2C2C2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 194 194 / var(--tw-bg-opacity));
}
.bg-\[\#E1E8ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 232 237 / var(--tw-bg-opacity));
}
.bg-\[\#E3F1F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 241 248 / var(--tw-bg-opacity));
}
.bg-\[\#E6EDF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 242 / var(--tw-bg-opacity));
}
.bg-\[\#ECFBF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 251 243 / var(--tw-bg-opacity));
}
.bg-\[\#F5F8FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 250 / var(--tw-bg-opacity));
}
.bg-\[\#F8FAFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 253 / var(--tw-bg-opacity));
}
.bg-\[\#F8FCFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 252 253 / var(--tw-bg-opacity));
}
.bg-\[\#FAC8BE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 200 190 / var(--tw-bg-opacity));
}
.bg-\[\#FBB7B7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 183 183 / var(--tw-bg-opacity));
}
.bg-\[\#FCBF25\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 191 37 / var(--tw-bg-opacity));
}
.bg-\[\#FDDF92\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 223 146 / var(--tw-bg-opacity));
}
.bg-\[\#FEF0EF4D\] {
  background-color: #FEF0EF4D;
}
.bg-\[\#FEF0EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 239 / var(--tw-bg-opacity));
}
.bg-\[\#FEFEFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity));
}
.bg-\[\#FFE9B2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 178 / var(--tw-bg-opacity));
}
.bg-\[\#FFFAF04D\] {
  background-color: #FFFAF04D;
}
.bg-\[\#FFFAF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 240 / var(--tw-bg-opacity));
}
.bg-\[\#e1e8ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 232 237 / var(--tw-bg-opacity));
}
.bg-\[\#f77171\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 113 113 / var(--tw-bg-opacity));
}
.bg-\[\#f8fafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-\[\#f8fafd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 253 / var(--tw-bg-opacity));
}
.bg-\[\#fef0ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 239 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(77 171 209 / var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(50 110 134 / var(--tw-bg-opacity));
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(227 241 248 / var(--tw-bg-opacity));
}
.bg-dark-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 242 / var(--tw-bg-opacity));
}
.bg-dark-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 250 / var(--tw-bg-opacity));
}
.bg-error-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 200 190 / var(--tw-bg-opacity));
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 239 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-primary-100 {
  background-color: var(--color-primary-100);
}
.bg-primary-200 {
  background-color: var(--color-primary-200);
}
.bg-primary-50 {
  background-color: var(--color-primary-50);
}
.bg-primary-600 {
  background-color: var(--color-primary-600);
}
.bg-primary-700 {
  background-color: var(--color-primary-700);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 178 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.object-cover {
  object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!p-\[4px\] {
  padding: 4px !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[5px\] {
  padding: 5px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-\[40px\] {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.\!px-\[47px\] {
  padding-left: 47px !important;
  padding-right: 47px !important;
}
.\!px-\[4px\] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.\!py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[\.875rem\] {
  padding-top: .875rem;
  padding-bottom: .875rem;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[300px\] {
  padding-top: 300px;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.\!text-right {
  text-align: right !important;
}
.text-right {
  text-align: right;
}
.\!text-start {
  text-align: start !important;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.\!font-\[bold\] {
  font-family: bold !important;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-\[18\.75px\] {
  font-size: 18.75px !important;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[\.75rem\] {
  font-size: .75rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-\[18\.2px\] {
  line-height: 18.2px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.\!text-\[\#0D7FAB\] {
  --tw-text-opacity: 1 !important;
  color: rgb(13 127 171 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#0E2026\] {
  --tw-text-opacity: 1 !important;
  color: rgb(14 32 38 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#161616\] {
  --tw-text-opacity: 1 !important;
  color: rgb(22 22 22 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#4DABD1\] {
  --tw-text-opacity: 1 !important;
  color: rgb(77 171 209 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#646970\] {
  --tw-text-opacity: 1 !important;
  color: rgb(100 105 112 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#A2A2A2\] {
  --tw-text-opacity: 1 !important;
  color: rgb(162 162 162 / var(--tw-text-opacity)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-blue-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(50 110 134 / var(--tw-text-opacity)) !important;
}
.\!text-dark-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 105 112 / var(--tw-text-opacity)) !important;
}
.\!text-error-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.\!text-primary-600 {
  color: var(--color-primary-600) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#\#E6EDF2\] {
  color: ##E6EDF2;
}
.text-\[\#008080\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 128 / var(--tw-text-opacity));
}
.text-\[\#081216\] {
  --tw-text-opacity: 1;
  color: rgb(8 18 22 / var(--tw-text-opacity));
}
.text-\[\#0D7FAB\] {
  --tw-text-opacity: 1;
  color: rgb(13 127 171 / var(--tw-text-opacity));
}
.text-\[\#0E20260\] {
  color: #0E20260;
}
.text-\[\#0E2026\] {
  --tw-text-opacity: 1;
  color: rgb(14 32 38 / var(--tw-text-opacity));
}
.text-\[\#101828\] {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-\[\#12B981\] {
  --tw-text-opacity: 1;
  color: rgb(18 185 129 / var(--tw-text-opacity));
}
.text-\[\#161616\] {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}
.text-\[\#1C3E4B\] {
  --tw-text-opacity: 1;
  color: rgb(28 62 75 / var(--tw-text-opacity));
}
.text-\[\#326E86\] {
  --tw-text-opacity: 1;
  color: rgb(50 110 134 / var(--tw-text-opacity));
}
.text-\[\#326e86\] {
  --tw-text-opacity: 1;
  color: rgb(50 110 134 / var(--tw-text-opacity));
}
.text-\[\#4DABD1\] {
  --tw-text-opacity: 1;
  color: rgb(77 171 209 / var(--tw-text-opacity));
}
.text-\[\#646970\] {
  --tw-text-opacity: 1;
  color: rgb(100 105 112 / var(--tw-text-opacity));
}
.text-\[\#80B1F6\] {
  --tw-text-opacity: 1;
  color: rgb(128 177 246 / var(--tw-text-opacity));
}
.text-\[\#A2A2A2\] {
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity));
}
.text-\[\#E1E8ED\] {
  --tw-text-opacity: 1;
  color: rgb(225 232 237 / var(--tw-text-opacity));
}
.text-\[\#F87171\] {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-\[\#FCBF25\] {
  --tw-text-opacity: 1;
  color: rgb(252 191 37 / var(--tw-text-opacity));
}
.text-\[\#ff9800\] {
  --tw-text-opacity: 1;
  color: rgb(255 152 0 / var(--tw-text-opacity));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(77 171 209 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(50 110 134 / var(--tw-text-opacity));
}
.text-dark-300 {
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity));
}
.text-dark-400 {
  --tw-text-opacity: 1;
  color: rgb(100 105 112 / var(--tw-text-opacity));
}
.text-dark-500 {
  --tw-text-opacity: 1;
  color: rgb(14 32 38 / var(--tw-text-opacity));
}
.text-error-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-primary-200 {
  color: var(--color-primary-200);
}
.text-primary-300 {
  color: var(--color-primary-300);
}
.text-primary-50 {
  color: var(--color-primary-50);
}
.text-primary-500 {
  color: var(--color-primary-500);
}
.text-primary-600 {
  color: var(--color-primary-600);
}
.text-primary-700 {
  color: var(--color-primary-700);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-75 {
  opacity: 0.75;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_1px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 1px 6px -1px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 1px 6px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.sepia {
  --tw-sepia: sepia(100%);
  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);
}
.\!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) !important;
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.w-btn {
  min-width: 128px;
}

.h-btn {
  height: 48px !important;
}

/* tabs__custom */
.tabs__custom .ant-tabs-nav {
  margin: 0px !important;
}

.tabs__custom .ant-tabs-nav::before {
  border-bottom: none !important;
}

.tabs__custom .ant-tabs-tab {
  background-color: var(--color-primary-50) !important;
  margin-left: 0px !important;
  border: none !important;
  border-radius: 12px 12px 0px 0px !important;
  box-shadow:
    0px 9px 28px 8px #00000005,
    0px 3px 6px -4px #0000000f,
    0px 6px 16px 0px #0000000a;
}

.tabs__custom .ant-tabs-tab .ant-tabs-tab-btn {
  color: var(--color-primary-300);
}

.tabs__custom .ant-tabs-tab-active {
  background-color: white !important;
  box-shadow: 4px 6px 16px 0px #0000000a;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.tabs__custom .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--color-primary-700);
}

/* tabs__custom__secondary*/
.tabs__custom__secondary .ant-tabs-nav {
  margin: 0px !important;
}

.tabs__custom__secondary .ant-tabs-nav::before {
  border-bottom: none !important;
}

.tabs__custom__secondary .ant-tabs-tab {
  background-color: white !important;
  margin-left: 0px !important;
  border: none !important;
  border-radius: none;
  box-shadow: none;
}

.tabs__custom__secondary .ant-tabs-tab .ant-tabs-tab-btn {
  color: #646970;
  padding: 0 12px;
  font-size: 16px;
}

.tabs__custom__secondary .ant-tabs-tab.ant-tabs-tab {
  border-bottom: 2px solid #e6edf2 !important;
  z-index: 2;
}

.tabs__custom__secondary .ant-tabs-tab.ant-tabs-tab-active {
  border-bottom: 2px solid var(--color-primary-600) !important;
  z-index: 2;
}

.tabs__custom__secondary .ant-tabs-tab-active {
  box-shadow: none;
  filter: none;
}

.tabs__custom__secondary .ant-tabs-tab-active .ant-tabs-tab-btn {
  padding: 0 12px;
  color: var(--color-primary-600) !important;
}

/* __approval_seting_form */
.__approval_seting_form .ant-select-selection-item {
  background-color: var(--color-primary-100) !important;
}

.__approval_seting_form .ant-select-selection-item .ant-select-selection-item-remove {
  color: var(--color-primary-700) !important;
}

/* custom collapse_month_result */
.collapse_month_result {

  .ant-collapse>.ant-collapse-item>.ant-collapse-header,
  .ant-collapse .ant-collapse-content>.ant-collapse-content-box {
    padding: 0px !important;
  }

  .ant-collapse .ant-collapse-content>.ant-collapse-content-box {
    padding-top: 16px !important;
  }

  .ant-steps.ant-steps-vertical>.ant-steps-item .ant-steps-item-content {
    min-height: 40px !important;
  }

  .ant-collapse {
    margin-top: 6px !important;
  }
}

/* checkbox_custom size */
.ant-checkbox-inner {
  width: 20px !important;
  height: 20px !important;
}

/*custom radioButton*/

.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  background-color: white !important;
  border-color: var(--color-primary-600) !important;
}

.ant-radio-wrapper .ant-radio-checked .ant-radio-inner::after {
  background-color: var(--color-primary-600);
  /* transform: scale(0.577) !important; */
}

/*custom button primary*/
.ant-btn-primary {
  box-shadow: none !important;
}

.custom-video video {
  object-fit: cover;
}

.custom-tab .ant-tabs-tab {
  padding: 10px !important;
}

.custom-pagination .ant-pagination-item-ellipsis {
  color: black !important;
  letter-spacing: normal !important;
  font-size: 7px;
  margin-top: 3px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.custom-pag {
  white-space: nowrap !important;
}

.full-view {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.transition-1 {
  transition: 0.5s;
}

.highlight-row .ant-table-cell {
  background-color: #f5f5f5 !important;
  /* Màu highlight */
}

.ant-table-row:hover,
.ant-table-row-selected {
  background-color: #f5f5f5 !important;
}

.ant-table-cell-fixed-right.ant-table-cell-fix-right-first {
  background-color: inherit !important;
}

@media print {
  @page {
    size: A4 !important;
    margin: 0 !important;
  }

  html,
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .print-container {
    margin: 0 !important;
    padding: 0 !important;
    background-color: black;
    color: white;
  }

  #contentToPrint {
    z-index: 99999999999 !important;
    position: absolute;
  }
}

.datepicker-form .anticon-calendar {
  color: #646970 !important;
}

.billing-modal .ant-modal-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* .ant-table-body {
  overflow-y: hidden !important;
} */
.update-width-select .ant-select-selector {
  width: 230px !important;
}

.table-antd-cus .ant-table-thead tr .ant-table-selection-column div {
  display: none;
}

.hover-btn-calender:hover {
  background-color: #bbbbff !important;
}

.table-des {
  vertical-align: top;
}

.customTable .ant-table-thead>tr>th {
  border-bottom: 1px solid #a2a2a2 !important;
}

/* Đảm bảo fixed column cũng được highlight */
.ant-table-row.ant-table-row-selected>td {
  background-color: #e6f7ff !important;
}

/* Hover toàn bộ row, bao gồm cả fixed part */
.ant-table-tbody>tr:hover>td {
  background-color: #f5f5f5 !important;
}

.custom-alert .ant-alert-description .gap-1 {
  flex-wrap: wrap;
}

/* Tác động đến icon trong DatePicker */
.custom-datepicker .ant-picker-suffix svg {
  width: 20px;
  height: 20px;
}

.not_max_height .ant-table-body {
  max-height: 350px !important;
}

.delete_max_height .ant-table-body {
  /* max-height: 100px !important; */
}


.fullheight .ant-table-body {
  max-height: 800px !important
}

.custom-video video {
  transform: scaleX(-1) !important; /* ép đúng chiều, bỏ mirror */
  object-fit: cover;
}

.alignBtn {
  display: flex !important;
}

.placeholder\:text-dark-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 105 112 / var(--tw-text-opacity));
}

.hover\:rounded-\[8px\]:hover {
  border-radius: 8px;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-dashed:hover {
  border-style: dashed;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:\!bg-red-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#E3F1F8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 241 248 / var(--tw-bg-opacity));
}

.hover\:bg-dark-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 250 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-primary-100:hover {
  background-color: var(--color-primary-100);
}

.hover\:bg-primary-200:hover {
  background-color: var(--color-primary-200);
}

.hover\:bg-primary-300:hover {
  background-color: var(--color-primary-300);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#326E86\]:hover {
  --tw-text-opacity: 1;
  color: rgb(50 110 134 / var(--tw-text-opacity));
}

.hover\:text-dark-500:hover {
  --tw-text-opacity: 1;
  color: rgb(14 32 38 / var(--tw-text-opacity));
}

.hover\:text-primary-200:hover {
  color: var(--color-primary-200);
}

.hover\:text-primary-300:hover {
  color: var(--color-primary-300);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

@media not all and (min-width: 1756px) {

  .max-3xl\:border-none {
    border-style: none;
  }

  .max-3xl\:pl-0 {
    padding-left: 0px;
  }
}

@media (min-width: 640px) {

  .sm\:max-w-\[450px\] {
    max-width: 450px;
  }
}

@media (min-width: 768px) {

  .md\:mt-0 {
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {

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

@media (min-width: 1280px) {

  .xl\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 1536px) {

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1756px) {

  .\33xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:border {
    border-width: 1px;
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
}

.\[\&\.ant-collapse-item-active_\.ant-collapse-header\]\:border-b.ant-collapse-item-active .ant-collapse-header {
  border-bottom-width: 1px;
}

.\[\&\.ant-collapse-item-active_\.ant-collapse-header\]\:border-b-dark-100.ant-collapse-item-active .ant-collapse-header {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 237 242 / var(--tw-border-opacity));
}

.\[\&_\.ant-checkbox-wrapper\]\:mt-2 .ant-checkbox-wrapper {
  margin-top: 0.5rem;
}

.\[\&_\.ant-checkbox\]\:\!self-start .ant-checkbox {
  align-self: flex-start !important;
}

.\[\&_\.ant-col\]\:min-h-fit .ant-col {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.\[\&_\.ant-collapse-header\]\:flex .ant-collapse-header {
  display: flex;
}

.\[\&_\.ant-collapse-header\]\:w-full .ant-collapse-header {
  width: 100%;
}

.\[\&_\.ant-collapse-header\]\:items-center .ant-collapse-header {
  align-items: center;
}

.\[\&_\.ant-collapse-header\]\:justify-between .ant-collapse-header {
  justify-content: space-between;
}

.\[\&_\.ant-collapse-header\]\:bg-primary-50 .ant-collapse-header {
  background-color: var(--color-primary-50);
}

.\[\&_\.ant-form-item\]\:\!mb-0 .ant-form-item {
  margin-bottom: 0px !important;
}

.\[\&_\.ant-form-item\]\:\!mb-1 .ant-form-item {
  margin-bottom: 0.25rem !important;
}

.\[\&_\.ant-form-item\]\:mb-0 .ant-form-item {
  margin-bottom: 0px;
}

.\[\&_\.ant-modal-body\]\:\!border-b-\[1px\] .ant-modal-body {
  border-bottom-width: 1px !important;
}

.\[\&_\.ant-modal-body\]\:border-gray-200 .ant-modal-body {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.\[\&_\.ant-modal-body\]\:\!p-4 .ant-modal-body {
  padding: 1rem !important;
}

.\[\&_\.ant-modal-content\]\:\!rounded-none .ant-modal-content {
  border-radius: 0px !important;
}

.\[\&_\.ant-modal-content\]\:\!p-0 .ant-modal-content {
  padding: 0px !important;
}

.\[\&_\.ant-modal-footer\]\:\!m-0 .ant-modal-footer {
  margin: 0px !important;
}

.\[\&_\.ant-modal-footer\]\:flex .ant-modal-footer {
  display: flex;
}

.\[\&_\.ant-modal-footer\]\:justify-end .ant-modal-footer {
  justify-content: flex-end;
}

.\[\&_\.ant-modal-footer\]\:gap-2 .ant-modal-footer {
  gap: 0.5rem;
}

.\[\&_\.ant-modal-footer\]\:\!p-4 .ant-modal-footer {
  padding: 1rem !important;
}

.\[\&_\.ant-modal-header\]\:\!m-0 .ant-modal-header {
  margin: 0px !important;
}

.\[\&_\.ant-modal-header\]\:\!mb-0 .ant-modal-header {
  margin-bottom: 0px !important;
}

.\[\&_\.ant-modal-header\]\:\!px-2 .ant-modal-header {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\[\&_\.ant-modal-header\]\:\!px-4 .ant-modal-header {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\[\&_\.ant-modal-header\]\:\!px-6 .ant-modal-header {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\[\&_\.ant-modal-header\]\:\!py-2 .ant-modal-header {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\[\&_\.ant-modal-header\]\:\!py-4 .ant-modal-header {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.\[\&_\.ant-modal-title\]\:\!mt-2 .ant-modal-title {
  margin-top: 0.5rem !important;
}

.\[\&_\.ant-pagination\]\:\!hidden .ant-pagination {
  display: none !important;
}

.\[\&_\.ant-picker-suffix\]\:\!text-gray-500 .ant-picker-suffix {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.\[\&_\.ant-radio-inner\:\:after\]\:\!bg-blue .ant-radio-inner::after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 171 209 / var(--tw-bg-opacity)) !important;
}

.\[\&_\.ant-radio-inner\]\:\!size-4 .ant-radio-inner {
  width: 1rem !important;
  height: 1rem !important;
}

.\[\&_\.ant-radio-inner\]\:\!border-blue .ant-radio-inner {
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 171 209 / var(--tw-border-opacity)) !important;
}

.\[\&_\.ant-radio-inner\]\:\!bg-white .ant-radio-inner {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.\[\&_\.ant-select-single\]\:\!h-7 .ant-select-single {
  height: 1.75rem !important;
}

.\[\&_\.ant-spin-dot-spin\]\:\!mt-64 .ant-spin-dot-spin {
  margin-top: 16rem !important;
}

.\[\&_\.ant-table-body\]\:\!overflow-auto .ant-table-body {
  overflow: auto !important;
}

.\[\&_\.ant-table-selection\]\:mt-14 .ant-table-selection {
  margin-top: 3.5rem;
}

.\[\&_\.ant-table-tbody\>tr\>td\]\:border-\[\#E6EDF2\] .ant-table-tbody>tr>td {
  --tw-border-opacity: 1;
  border-color: rgb(230 237 242 / var(--tw-border-opacity));
}

.\[\&_\.ant-table-tbody\>tr\>td\]\:p-2 .ant-table-tbody>tr>td {
  padding: 0.5rem;
}

.\[\&_\.ant-table-tbody\>tr\>td\]\:text-sm .ant-table-tbody>tr>td {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.ant-table-thead\>tr\>th\]\:border-\[\#E6EDF2\] .ant-table-thead>tr>th {
  --tw-border-opacity: 1;
  border-color: rgb(230 237 242 / var(--tw-border-opacity));
}

.\[\&_\.ant-table-thead\>tr\>th\]\:bg-white .ant-table-thead>tr>th {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&_\.ant-table-thead\>tr\>th\]\:p-2 .ant-table-thead>tr>th {
  padding: 0.5rem;
}

.\[\&_\.ant-table-thead\>tr\>th\]\:font-bold .ant-table-thead>tr>th {
  font-weight: 700;
}

.\[\&_\.ant-tabs-tab\]\:\!px-4 .ant-tabs-tab {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\[\&_\.ant-tabs-tab\]\:\!py-2 .ant-tabs-tab {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\[\&_\.ant-tag\]\:\!rounded .ant-tag {
  border-radius: 0.25rem !important;
}

.\[\&_\.ant-tag\]\:bg-\[\#F5F8FA\] .ant-tag {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 250 / var(--tw-bg-opacity));
}

.\[\&_\.ant-tag\]\:\!px-2 .ant-tag {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\[\&_\.ant-tag\]\:\!py-\[2px\] .ant-tag {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.\[\&_input\]\:h-\[30px\] input {
  height: 30px;
}

.\[\&_span\:last-child\]\:\!flex-1 span:last-child {
  flex: 1 1 !important;
}

.\[\&_span\:last-child\]\:\!text-dark-500 span:last-child {
  --tw-text-opacity: 1 !important;
  color: rgb(14 32 38 / var(--tw-text-opacity)) !important;
}

.\[\&_span\:last-child\]\:\!opacity-100 span:last-child {
  opacity: 1 !important;
}

.\[\&_thead_tr_th\]\:\!bg-white thead tr th {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}


.checkbox_setting .ant-checkbox-group{display:block}.checkbox_setting .ant-checkbox-group .ant-checkbox-wrapper{display:block;margin-bottom:.5rem}.even-row{background-color:#f8fcfd}.even-row .ant-table-cell-fix-left,.even-row .ant-table-cell-fix-right{background-color:#f8fcfd !important}.odd-row{background-color:#fff}.odd-row .ant-table-cell-fix-left,.odd-row .ant-table-cell-fix-right{background-color:#fff !important}.css-dev-only-do-not-override-umwta.ant-table-wrapper .ant-table-thead>tr>th{background-color:#fff !important}.ant-table-container{border-radius:12px !important;overflow:hidden !important;box-shadow:0px 2px 4px 0px rgba(0,0,0,.0196078431) !important}
.ant-select-single.ant-select-sm .ant-select-selector {
  font-size: 14px !important;
  color: #646970 !important;
}

.ant-pagination.ant-pagination-mini .ant-pagination-item {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  margin: 0 2px !important;
}

.ant-pagination .ant-pagination-item a {
  color: #646970 !important;
}

.ant-pagination .ant-pagination-item-active a {
  color: #4dabd1 !important;
  border-color: #4dabd1 !important;
}

.ant-pagination .ant-pagination-item a {
  /* width: 24px !important; */
  min-width: 24px !important;
  height: 24px !important;
  display: block !important;
  padding: 0 !important;
}
.__collapse {
  overflow: hidden;
  transition: 0.6s max-height;
}

.__collapse > div {
  overflow: auto;
}

.sub__menu:hover .collapse {
  display: block;
}

.show__sider {
  flex: 0 0 300px;
  max-width: 300px;
  min-width: 300px;
  width: 300px;
}

.hide__sider {
  flex: 0 0 88px;
  max-width: 88px;
  min-width: 88px;
  width: 88px;
}

.__scroll {
  height: calc(100vh - 70px);
}

.__scroll::-webkit-scrollbar {
  width: 6px;
}

.__scroll::-webkit-scrollbar-track {
  background-color: #3f4555;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.__scroll::-webkit-scrollbar-thumb {
  background-color: #596177;
  border-radius: 8px;
}

.sub__menu,
.sub__menu_2 {
  position: relative;
}

.hover-selection {
  display: none;
  position: absolute;
  top: -10px;
  left: 75px;
  /* width: 100px; */
  padding: 10px 20px;
  border-radius: 20px;
  /* overflow: hidden; */
  z-index: 1000;
  transition:
    visibility 0s,
    opacity 0.3s linear;
}
.hover-selection1 {
  display: none;
  position: absolute;
  top: -10px;
  left: 96%;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1000;
  transition:
    visibility 0s,
    opacity 0.3s linear;
}
.hover-selection:hover {
  visibility: visible;
  opacity: 1;
}

.sub__menu:hover .hover-selection {
  display: block;
}
.sub__menu_2:hover .hover-selection1 {
  display: block;
}

.border-tb .ant-table-thead th {
  border-right: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}

.border-tb .ant-table-thead th.merge {
  border-bottom: none !important;
  position: relative;
}

.border-tb .mergeChildText {
  position: relative;
  top: -15px; 
}

.box__phone .ant-input-group-addon {
  padding: 0 !important;
}

.__login .ant-alert{align-items:center}.__login .ant-alert-error{padding:10px 16px !important;background-color:#fef0ef;border:1px solid #f87171;border-radius:4px}.__login .ant-alert-error .ant-alert-description{font-size:14px;color:#0e2026;font-weight:600;line-height:18px}.__login .ant-alert-error .ant-alert-icon{margin-inline-end:6px !important}
@media only screen and (max-width: 640px){.img-background{display:none}}@media only screen and (min-width: 641px){.container-login{top:10%}}@media only screen and (max-height: 700px){.img__bg{min-height:780px !important}}.__login .ant-input{border-radius:8px}.__login .ant-input-affix-wrapper{border-radius:8px}
@media only screen and (max-height: 700px){.__image_maintanance{width:250px;height:250px}}
@media print{@page{size:757mm 200mm;margin-left:10mm;margin-right:10mm}}.ql-container{background-color:#fff}.app .ql-editor{font-family:"Lato"}.ql-picker.ql-font .ql-picker-label[data-value=Lato]::before,.ql-picker.ql-font .ql-picker-item[data-value=Lato]::before{font-family:"Lato",cursive;content:"Lato" !important}.ql-picker.ql-font .ql-picker-label[data-value=Roboto]::before,.ql-picker.ql-font .ql-picker-item[data-value=Roboto]::before{font-family:"Roboto",cursive;content:"Roboto" !important}.ql-picker.ql-font .ql-picker-label[data-value=Noto-Sans-JP]::before,.ql-picker.ql-font .ql-picker-item[data-value=Noto-Sans-JP]::before{font-family:"Noto Sans JP",cursive;content:"Noto Sans JP" !important}.ql-font-Lato{font-family:"Lato" !important}.ql-font-Roboto{font-family:"Roboto" !important}.ql-font-Noto-Sans-JP{font-family:"Noto Sans JP" !important}.ql-tooltip{left:0 !important}.ql-snow .ql-picker .ql-picker-options{overflow:auto;height:300px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:attr(data-value) !important}body{font-family:Lato,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;font-size:16px}.ant-modal-footer .ant-btn{min-width:128px}.btn-create{display:inline-flex !important;align-items:center !important;justify-content:center !important}.btn-save{min-width:128px}.bg_layout_content{background-color:#f8fafd}.ant-notification-notice{padding:16px !important;width:100% !important}.ant-notification-notice-close{top:15px !important;inset-inline-end:10px !important}.ant-notification-notice-message{margin-bottom:0 !important}.ant-notification-notice-wrapper{width:calc(100vw - 720px) !important;border-radius:2px !important;margin-right:400px}.ant-notification-topRight{right:-24px !important}.ant-notification-notice-warning{background-color:#fffbe6;border:#ffe58f !important}.ant-notification-notice-success{background-color:#f6ffed;border:#b7eb8f !important}.ant-notification-notice-error{background-color:#fff2f0;border:1px solid #ffccc7 !important}.shadow_antd .ant-btn{justify-content:left;text-align:start}.ant-modal-content .ant-modal-header{border-bottom:1px solid #e6edf2 !important;padding-bottom:16px !important}.ant-modal-title{font-size:20px !important}.address-input input,.address-input .ant-select{margin-bottom:15px !important}.modal_confirm .ant-modal-content{padding:0 !important}.modal_confirm .ant-modal-content .ant-modal-confirm-body{padding:16px}.modal_confirm .ant-modal-content .ant-modal-confirm-body .ant-modal-confirm-paragraph{max-width:100%}.modal_confirm .ant-modal-content .ant-modal-confirm-btns{padding:16px;text-align:center}.modal_confirm .ant-modal-content .ant-modal-confirm-btns .ant-btn{width:45%}.modal_confirm .ant-modal-content .ant-modal-confirm-btns .ant-btn-primary{background-color:#f87171}.modal_confirm .ant-modal-content .ant-modal-confirm-btns .ant-btn-primary:hover{background-color:#f87171}.modal_confirm_success .ant-modal-content{padding:0 !important}.modal_confirm_success .ant-modal-content .ant-modal-confirm-body{padding:16px}.modal_confirm_success .ant-modal-content .ant-modal-confirm-body .ant-modal-confirm-paragraph{max-width:100%}.modal_confirm_success .ant-modal-content .ant-modal-confirm-btns{padding:16px;text-align:center}.modal_confirm_success .ant-modal-content .ant-modal-confirm-btns .ant-btn{width:45%}.ant-select-dropdown .ant-select-item{padding:8px 12px !important}.ant-input-status-error{border-color:#ff4d4f !important}.ant-form-item-explain{margin-top:3px}.ant-form-item-explain .ant-form-item-explain-error{background-image:url(/static/media/close-circle.479ee9eef986a9f8dfd4.svg);background-repeat:no-repeat;background-size:16px;background-position:left center;padding-left:20px;padding-top:0px;font-size:12px;font-weight:400;color:#646970 !important}.collapse__detail .ant-collapse-header{padding:0px 16px !important}.ant-collapse-header-text{margin-inline-end:unset !important;flex:none !important}.report-item{box-shadow:0px 2px 4px 0px rgba(0,0,0,.0196078431),0px 1px 6px -1px rgba(0,0,0,.0196078431),0px 1px 2px 0px rgba(0,0,0,.031372549),0px -1px 4px 0px rgba(0,0,0,.031372549)}.report-item .ant-checkbox .ant-checkbox-inner{width:20px;height:20px}.ant-btn-color-dangerous.ant-btn-variant-solid{background-color:#f87171 !important}.ant-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#4dabd1 !important;border:0 !important}.ant-steps .ant-steps-item-finish .ant-steps-item-icon{background-color:#e3f1f8 !important;border:0 !important}.ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after{background-color:#e6edf2 !important}.ant-select-outlined.ant-select-multiple .ant-select-selection-item{background-color:#e3f1f8 !important;color:#1c3e4b !important;font-size:14px !important}.ant-select-multiple .ant-select-selection-overflow .ant-select-selection-item-remove{color:#1c3e4b !important;font-size:14px !important}.ant-form-vertical .ant-form-item:not(.ant-form-item-horizontal) .ant-form-item-label{padding-bottom:4px !important}.ant-modal .ant-modal-header{background-color:#f8fafd !important}.ant-modal .ant-modal-content{background-color:#f8fafd !important}.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover{border-color:#4dabd1 !important}.ant-picker-outlined:focus{border-color:#4dabd1 !important}button.ant-btn-variant-solid:disabled{background-color:#e1e8ed !important;border-color:rgba(0,0,0,0) !important}.ant-checkbox-disabled .ant-checkbox-inner{background-color:rgba(0,0,0,.04) !important;border-color:#c2c2c2 !important}.box__phone .ant-input-group-addon{background-color:#fff !important}.ant-tag{white-space:normal !important}.alert-warning{padding:8px 12px !important}.ant-table-expanded-row-fixed{background-color:#f5f8fa}.ant-steps-item .ant-steps-item-tail::after{background-color:#e6edf2 !important}.ant-steps-item-wait .ant-steps-item-icon{background-color:#e1e8ed !important}.ant-steps-item-wait .ant-steps-icon{color:#a2a2a2 !important}.ant-modal-close-icon svg{width:24px !important;height:24px !important}.ant-select-clear .anticon-close-circle svg{color:#646970 !important}h1{display:block;font-size:2em;margin-block-start:.67em;margin-block-end:.67em;margin-inline-start:0px;margin-inline-end:0px;font-weight:bold;unicode-bidi:isolate}h2{display:block;font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em;margin-inline-start:0px;margin-inline-end:0px;font-weight:bold;unicode-bidi:isolate}h3{display:block;font-size:1.17em;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;font-weight:bold;unicode-bidi:isolate}h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em;margin-inline-start:0px;margin-inline-end:0px;font-weight:bold;unicode-bidi:isolate}h5{display:block;font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em;margin-inline-start:0px;margin-inline-end:0px;font-weight:bold;unicode-bidi:isolate}h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em;margin-inline-start:0px;margin-inline-end:0px;font-weight:bold;unicode-bidi:isolate}

/*# sourceMappingURL=main.4c7ec21c.css.map*/