/*
! tailwindcss v3.2.7 | 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: currentColor;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Pretendard, Inter, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(86 95 115 / 1) rgb(215 218 224 / 1);
  background-color: rgb(255 255 255 / 1);
}

html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.005625rem;
}

body {
  min-width: 107.5rem;
  line-height: 1.375rem !important;
  color: rgb(54 58 68 / 1);
  font-family: Pretendard, Inter, ui-sans-serif, system-ui, sans-serif;
  scrollbar-width: thin;
  scrollbar-color: rgb(86 95 115 / 1) rgb(215 218 224 / 1);
  background-color: rgb(252 252 252 / 1);
}

/* maxOS 에서만 */

.is-mac .top-bar,
  .is-mac .content_wrap {
  zoom: 0.9;
}

.is-mac .side-nav {
  height: calc(111.111dvh - 4.875rem);
}

.content_wrap {
  position: relative;
  display: flex;
  min-width: 107.5rem;
  min-height: calc(100dvh - 4.875rem);
}

.content {
  min-width: 0;
  flex: 1 1 0%;
  min-width: calc(107.5rem - 15.625rem);
  padding-top: 2rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  background-color: rgb(246 250 253 / 1);
}

.content::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}

.lucide {
  stroke-width: 1.5px;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.375rem;
  background-color: rgb(86 95 115 / 1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(107 118 139 / 1);
}

::-webkit-scrollbar-track {
  background-color: rgb(215 218 224 / 1);
}

.overflow-x-auto {
  overflow-x: auto !important;
  scrollbar-gutter: stable;
}

@media (max-width: 107.499rem) {
  html {
    overflow-x: scroll !important;
  }

  .content_wrap {
    min-height: calc(100dvh - 4.875rem - 0.375rem);
  }

  .side-nav {
    height: calc(100dvh - 4.875rem - 0.375rem);
  }
}

*, ::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-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:  ;
}

::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-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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 40rem) {
  .container {
    max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .container {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
  }
}

@media (min-width: 96rem) {
  .container {
    max-width: 96rem;
  }
}

@media (min-width: 107.5rem) {
  .container {
    max-width: 107.5rem;
  }
}

/* 
    .side-nav
    .top-bar
    .dropdown-menu
    .litepicker
    .tippy
  */

.custom_hover {
  position: relative;
  height: 1rem;
}

.custom_hover .hover_box {
  border-radius: 0.5rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -999;
  width: 28.125rem;
  padding: 0.5rem 1rem;
  color: rgb(255 255 255 / 1);
  background-color: rgb(138 147 166 / 1);
  opacity: 0;
  transition: opacity 0.3s;
}

.custom_hover:hover .hover_box {
  z-index: 10;
  opacity: 1;
}

.side-nav {
  overflow-x: hidden;
  position: sticky;
  top: 4.875rem;
  z-index: 99;
  width: 15.625rem;
  height: calc(100dvh - 4.875rem);
  padding-top: 1.25rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(255 255 255 / 1);
}

.side-nav .side-nav__devider {
  position: relative;
  z-index: 10;
  height: 1px;
  width: 100%;
  background-color: rgb(54 58 68 / 8%);
}

.side-nav .side-depth {
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: 100%;
  height: 2.875rem;
}

.side-nav .side-depth::before {
  margin-right: 0.5rem;
  margin-left: 1rem;
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: '';
  background-color: rgb(237 238 241 / 1);
}

.side-nav .side-depth .side-menu__title {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  color: rgb(138 147 166 / 1);
}

.side-nav .side-depth.side-depth--active {
  background-color: rgb(55 110 255 / 10%);
}

.side-nav .side-depth.side-depth--active::before {
  background-color: rgb(55 110 255 / 1);
}

.side-nav .side-depth.side-depth--active .side-menu__title {
  color: rgb(55 110 255 / 1);
  font-weight: 600;
}

.side-nav .side-depth:not(.side-depth--active):hover {
  background-color: rgb(252 252 252 / 1);
}

.side-nav .side-depth:not(.side-depth--active):hover::before {
  background-color: rgb(55 110 255 / 40%);
}

.side-nav .side-depth:not(.side-depth--active):hover .side-menu__title {
  color: rgb(86 95 115 / 1);
  font-weight: 400;
}

.side-nav .side-menu {
  position: relative;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  height: 3.5rem;
  padding-top: 1rem;
  padding-right: 0.75rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  color: rgb(107 118 139 / 1);
}

.side-nav .side-menu .side-menu__icon {
  color: rgb(107 118 139 / 1);
  transition: color 0.2s ease-in-out;
}

.side-nav .side-menu .side-menu__title {
  margin-left: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.side-nav .side-menu .side-menu__title .side-menu__sub-icon {
  margin-left: auto;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.side-nav .side-menu .side-menu__title .side-menu__sub-icon svg {
  height: 1rem;
  width: 1rem;
}

.side-nav > ul.side-menu__sub-open {
  display: block;
}

.side-nav > ul > li > a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.side-nav > ul > li > a:not(.side-menu--active):not(.side-menu--open) {
  color: rgb(86 95 115 / 1);
}

.side-nav > ul > li > a:not(.side-menu--active):not(.side-menu--open):hover {
  background-color: rgb(252 252 252 / 1);
}

.side-nav > ul > li > a:not(.side-menu--active):not(.side-menu--open):hover .side-menu__title {
  color: rgb(54 58 68 / 1);
}

.side-nav > ul > li > a:not(.side-menu--active):not(.side-menu--open):hover .side-menu__icon {
  color: rgb(142 185 255 / 1);
}

.side-nav > ul > li > a:not(.side-menu--active):not(.side-menu--open) .side-menu__icon svg {
  stroke-width: 1px;
}

.side-nav > ul > li > a.side-menu--active .side-menu__icon svg,
  .side-nav > ul > li > a.side-menu--open .side-menu__icon svg {
  stroke-width: 1px;
}

.side-nav > ul > li > a.side-menu--active {
  background-color: rgb(55 110 255 / 15%);
}

.side-nav > ul > li > a.side-menu--active .side-menu__title {
  color: rgb(55 110 255 / 1);
  font-weight: 600;
}

.side-nav > ul > li > a.side-menu--active .side-menu__icon {
  color: rgb(55 110 255 / 1);
  font-weight: 500;
}

.side-nav > ul > li > a.side-menu--open {
  background-color: rgb(252 252 252 / 1);
}

.side-nav > ul > li > a.side-menu--open .side-menu__title {
  color: rgb(54 58 68 / 1);
  font-weight: 600;
}

.side-nav > ul > li > a.side-menu--open .side-menu__icon {
  color: rgb(70 77 94 / 1);
  font-weight: 500;
}

.side-nav > ul > li > a.side-menu--active.side-menu--open .side-menu__title {
  color: rgb(55 110 255 / 1);
}

.side-nav > ul > li > a.side-menu--active.side-menu--open .side-menu__icon {
  color: rgb(55 110 255 / 1);
}

.side-nav > ul ul {
  display: none;
  padding-top: 0.75rem;
}

.side-nav > ul ul.side-sub-menu {
  display: block;
  overflow: hidden;
  padding-top: 0;
  transition:
      max-height 0.3s ease-in-out,
      margin-top 0.3s ease-in-out;
}

.side-nav > ul ul.side-menu__sub-open {
  display: block;
}

.side-nav > li > .side-menu.side-menu--active {
  background-color: rgb(252 252 252 / 1);
  color: rgb(55 110 255 / 1);
}

.side-nav > li > .side-menu.side-menu--active .side-menu__icon {
  color: rgb(55 110 255 / 1);
}

.side-nav > li > .side-menu.side-menu--active .side-menu__title {
  color: rgb(55 110 255 / 1);
  font-weight: 600;
}

.side-nav > li > .side-menu .side-menu__icon {
  color: inherit;
}

.side-nav > li > .side-menu .side-menu__title {
  color: inherit;
}

button:disabled svg {
  color: rgb(179 185 198 / 1) !important;
}

[type='text'],
  [type='email'],
  [type='url'],
  [type='password'],
  [type='number'],
  [type='date'],
  [type='datetime-local'],
  [type='month'],
  [type='search'],
  [type='tel'],
  [type='time'],
  [type='week'],
  [multiple],
  textarea,
  select {
  border-color: rgb(215 218 224 / 1);
}

[type='checkbox'] {
  background-color: transparent;
  width: 0.8125rem;
  height: 0.8125rem;
  background-position: 0 1.875rem;
  --tw-border-opacity: 0.5 !important;
  border-color: rgb(107 118 139 / 1) !important;
  border-radius: 0.125rem !important;
}

[type='checkbox']:disabled {
  border-color: rgb(179 185 198 / 1);
  background-color: rgb(237 238 241 / 1);
}

[type='radio'] {
  background-color: transparent;
  width: 0.8125rem;
  height: 0.8125rem;
  background-position: 0 1.875rem;
  --tw-border-opacity: 0.5 !important;
  border-color: rgb(107 118 139 / 1) !important;
  border-radius: 9999px !important;
}

[type='radio']:disabled {
  border-color: rgb(179 185 198 / 1);
  background-color: rgb(237 238 241 / 1);
}

[type='checkbox']:checked,
  [type='radio']:checked {
  background-position: 0 0;
  border-color: rgb(55 110 255 / 1);
}

[type='checkbox']:focus,
  [type='radio']:focus {
  box-shadow: none !important;
}

.litepicker {
  border-radius: 0.375rem;
  z-index: 999999 !important;
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.005625rem;
  background-color: rgb(255 255 255 / 1);
  box-shadow: 0 0.1875rem 1.25rem #00000014;
}

.litepicker::before {
  position: absolute;
  display: inline-block;
  content: '';
  top: -0.4375rem;
  left: 0.5625rem;
  border-right: 0.4375rem solid transparent;
  border-bottom: 0.4375rem solid #e8e8e8;
  border-left: 0.4375rem solid transparent;
  border-bottom-color: #f7f7f7;
}

.litepicker::after {
  position: absolute;
  display: inline-block;
  content: '';
  top: -0.375rem;
  left: 0.625rem;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid rgb(255 255 255 / 1);
  border-left: 0.375rem solid transparent;
}

.litepicker .container__months,
  .litepicker .container__footer {
  background-color: transparent;
  padding-top: 0;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.litepicker .container__footer {
  margin: 0;
  border-top-width: 1px;
  padding: 0.75rem;
  border-color: rgb(215 218 224 / 60%);
}

.litepicker .container__footer .button-apply,
  .litepicker .container__footer .button-cancel {
  margin-left: 0.25rem;
  margin-right: 0;
  width: 5rem;
  border-radius: 0.375rem;
  padding-top: 0.25rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-weight: 500;
}

.litepicker .container__footer .button-apply {
  color: rgb(255 255 255 / 1);
  background-color: rgb(55 110 255 / 1);
}

.litepicker .container__footer .button-cancel {
  color: rgb(107 118 139 / 1);
  background-color: rgb(215 218 224 / 70%);
}

.litepicker .container__months {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.litepicker .container__months .month-item-weekdays-row {
  margin-top: 0.75rem;
  color: rgb(138 147 166 / 1);
}

.litepicker .container__months .month-item-header {
  padding-top: 0.5rem;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.litepicker .container__months .month-item-header .button-previous-month {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}

.litepicker .container__months .month-item-header .button-previous-month:hover {
  background-color: rgb(237 238 241 / 1);
}

.litepicker .container__months .month-item-header .button-previous-month svg {
  margin-right: -0.25rem;
  transform: rotate(135deg);
}

.litepicker .container__months .month-item-header .button-next-month {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}

.litepicker .container__months .month-item-header .button-next-month:hover {
  background-color: rgb(237 238 241 / 1);
}

.litepicker .container__months .month-item-header .button-next-month svg {
  margin-left: -0.25rem;
  transform: rotate(-45deg);
}

.litepicker .container__months .month-item-header .button-previous-month:hover svg,
  .litepicker .container__months .month-item-header .button-previous-month svg,
  .litepicker .container__months .month-item-header .button-next-month:hover svg,
  .litepicker .container__months .month-item-header .button-next-month svg {
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  fill: transparent;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  border-radius: 0;
  border-color: #4a5568;
}

.litepicker .container__months .month-item-header div > .month-item-name,
  .litepicker .container__months .month-item-header div > .month-item-year {
  border-width: 1px;
  background-color: transparent;
  background-repeat: no-repeat;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
}

.litepicker .container__months .month-item-header div > .month-item-name:focus,
  .litepicker .container__months .month-item-header div > .month-item-year:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: transparent;
}

.litepicker .container__months .month-item-header div > .month-item-name,
  .litepicker .container__months .month-item-header div > .month-item-year {
  border-radius: 0.375rem;
  border-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.005625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'  stroke='rgb(74, 85, 104)'  stroke-width='2'  stroke-linecap='round'  stroke-linejoin='round' class='lucide lucide-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-size: 0.9375rem;
  background-position: center right 0.6rem;
}

.litepicker .container__months .month-item-header div > .month-item-name:focus,
  .litepicker .container__months .month-item-header div > .month-item-year:focus {
  border-color: rgb(215 218 224 / 1);
}

.litepicker .container__days .day-item {
  color: rgb(61 67 79 / 1);
}

.litepicker .container__days .day-item:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgb(61 67 79 / 1);
  background-color: rgb(237 238 241 / 1);
}

.litepicker .container__days .day-item.is-today,
  .litepicker .container__days .day-item.is-today:hover {
  color: rgb(55 110 255 / 1);
  font-weight: 500;
}

.litepicker .container__days .day-item.is-start-date,
  .litepicker .container__days .day-item.is-start-date:hover,
  .litepicker .container__days .day-item.is-end-date,
  .litepicker .container__days .day-item.is-end-date:hover {
  color: rgb(255 255 255 / 1);
  background-color: rgb(55 110 255 / 1);
}

.litepicker .container__days .day-item.is-in-range,
  .litepicker .container__days .day-item.is-in-range:hover {
  background-color: rgb(237 238 241 / 1);
}

.litepicker .container__days .week-number {
  color: rgb(138 147 166 / 1);
}

.ts-control {
  position: relative;
}

.ts-dropdown,
  .ts-input,
  .ts-input input {
  color: #303030;
  font-family: inherit;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.ts-input,
  .ts-control.single .ts-input.input-active {
  background: rgb(255 255 255 / 1);
  cursor: text;
}

.ts-input {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.5rem;
  border: 1px solid #d0d0d0;
  border-radius: 0.1875rem;
  box-shadow: none;
}

.ts-input.full {
  background-color: rgb(255 255 255 / 1);
}

.ts-input.disabled,
  .ts-input.disabled * {
  cursor: default !important;
}

.ts-input.focus {
  box-shadow: none;
}

.ts-input > * {
  display: inline-block;
  vertical-align: baseline;
}

.ts-input > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  background: none !important;
  box-shadow: none !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.ts-input > input::-ms-clear {
  display: none;
}

.ts-input > input:focus {
  outline: none !important;
}

.ts-input.has-items > input {
  margin: 0 0.25rem !important;
}

.ts-input.dropdown-active::before {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 0.0625rem;
  background: #f0f0f0;
}

.ts-input.rtl {
  text-align: right;
}

.ts-input.rtl.single .ts-input::after {
  right: auto;
  left: 0.9375rem;
}

.ts-input.rtl .ts-input > input {
  margin: 0 0.25rem 0 -0.125rem !important;
}

.ts-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-input > input {
  position: absolute;
  left: -625rem;
  opacity: 0;
}

.ts-control.multi .ts-input.has-items {
  padding: calc(0.5rem - 0.125rem) 0.5rem calc(0.5rem - 0.125rem - 0.1875rem);
}

.ts-control.multi .ts-input > div {
  margin: 0 0.1875rem 0.1875rem 0;
  padding: 0.125rem 0.375rem;
  border: 0 solid #d0d0d0;
  color: #303030;
  background: #f2f2f2;
  cursor: pointer;
}

.ts-control.multi .ts-input > div.active {
  border: 0 solid #cacaca;
  color: #303030;
  background: #e8e8e8;
}

.ts-control.multi .ts-input.disabled > div,
  .ts-control.multi .ts-input.disabled > div.active {
  border: 0 solid rgb(255 255 255 / 1);
  color: #7d7c7c;
  background: rgb(255 255 255 / 1);
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  margin: 0.5rem 0 0 0;
  padding: 0.5rem;
  border: 0 none;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0.06);
}

.ts-dropdown.dropup {
  margin-top: 0;
}

.ts-dropdown-content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 17rem;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.ts-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.ts-dropdown [data-selectable] .highlight {
  border-radius: 0.0625rem;
  background: rgba(125, 168, 208, 0.2);
}

.ts-dropdown .option,
  .ts-dropdown .optgroup-header,
  .ts-dropdown .no-results,
  .ts-dropdown .create {
  padding: 0.3125rem 0.5rem;
}

.ts-dropdown .option,
  .ts-dropdown [data-disabled],
  .ts-dropdown [data-disabled] [data-selectable].option {
  opacity: 0.5;
  cursor: inherit;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .create:hover,
  .ts-dropdown .option:hover,
  .ts-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .option {
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(54 58 68 / var(--tw-text-opacity));
}

.ts-dropdown .option:hover:not(.active) {
  color: rgb(54 58 68 / 1);
  background-color: rgb(238 244 255 / 1);
}

.ts-dropdown .option.active {
  color: rgb(54 58 68 / 1);
  font-weight: 600;
  letter-spacing: 0.015rem;
  background-color: rgb(55 110 255 / 15%);
}

.ts-control.plugin-drag_drop.multi > .ts-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  border: 0 none !important;
  background: rgba(0, 0, 0, 0.06) !important;
  box-shadow: inset 0 0 0.75rem 0.25rem rgb(255 255 255 / 1);
}

.ts-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.ts-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}

.plugin-clear_button .items {
  padding-right: calc(1em + (3 * 0.375rem)) !important;
}

.plugin-clear_button.single .clear-button {
  right: calc(0.5rem - 0.375rem + 2rem);
}

.plugin-clear_button .has-items.focus .clear-button,
  .plugin-clear_button:hover .has-items .clear-button {
  opacity: 1;
}

.ts-control .dropdown-header {
  position: relative;
  padding: 0.625rem 0.5rem;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0.1875rem 0.1875rem 0 0;
  background: #f8f8f8;
}

.ts-control .dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.75rem;
  color: #303030;
  font-size: 1.25rem !important;
  line-height: 1.25rem;
  opacity: 0.4;
}

.ts-control .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input .ts-input.focus {
  border: 1px solid #d0d0d0;
  box-shadow: none;
}

.ts-control.plugin-input_autogrow .ts-input.has-items > input {
  min-width: 0;
}

.ts-control.plugin-input_autogrow .ts-input.focus.has-items > input {
  flex: none;
  min-width: 0.25rem;
}

.ts-control.plugin-input_autogrow .ts-input.focus.has-items > input::-webkit-input-placeholder,
  .ts-control.plugin-input_autogrow .ts-input.focus.has-items > input::-ms-input-placeholder,
  .ts-control.plugin-input_autogrow .ts-input.focus.has-items > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.ts-control.plugin-remove_button .item .remove {
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0.375rem;
  padding: 0.125rem 0.375rem;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 0.125rem 0.125rem 0;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

.ts-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.ts-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}

.ts-control.plugin-remove_button .disabled .item .remove {
  border-left-color: white;
}

.ts-control.plugin-remove_button .remove-single {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4375rem;
}

.tom-select .ts-input .item {
  overflow: hidden;
  font-size: inherit;
  line-height: 1.375rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tom-select .ts-input.dropdown-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='8.414' viewBox='0 0 14.828 8.414'%3E%3Cpath d='M6,9l6,6,6-6' transform='translate(19.414 16) rotate(180)' fill='none'  stroke='%234a5568'  stroke-linecap='round'  stroke-linejoin='round'  stroke-width='2'/%3E%3C/svg%3E") !important;
  background-size: 0.6875rem !important;
  background-position: center right 0.8rem !important;
  background-repeat: no-repeat !important;
}

.tom-select .ts-input input {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 1.4375rem;
}

.tom-select.multi .ts-input {
  padding-top: 0.25rem;
  padding-right: 0.375rem;
  padding-bottom: 0.25rem;
  padding-left: 0.375rem;
}

.tom-select.multi .ts-input > div {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin-right: 0.25rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(215 218 224 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.tom-select.multi .ts-input > div.active {
  background-color: rgb(179 185 198 / 1);
}

.tom-select.multi .ts-input > div.active .remove {
  border-color: rgb(138 147 166 / 1);
}

.tom-select.plugin-remove_button .item .remove {
  border-color: rgb(179 185 198 / 1);
  margin-left: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.tom-select.plugin-dropdown_input .ts-input.focus {
  border-color: rgb(215 218 224 / 1);
}

.tom-select .ts-dropdown .optgroup-header {
  padding: 0.5625rem 0.625rem;
  font-weight: 500;
}

.tom-select .ts-dropdown .option .highlight {
  color: rgb(255 255 255 / 1);
  background-color: rgb(227 31 30 / 1);
}

.tom-select .ts-dropdown.plugin-dropdown_input .dropdown-input-wrap {
  padding: 0.5rem;
}

.tom-select .ts-dropdown.plugin-dropdown_input .dropdown-input-wrap input {
  border-radius: 0.375rem;
  border-width: 1px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  border-color: rgb(215 218 224 / 1);
}

.tom-select .ts-dropdown .dropdown-header {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-color: rgb(215 218 224 / 1);
  background-color: rgb(237 238 241 / 1);
}

.tom-select .ts-dropdown .dropdown-header .dropdown-header-close {
  margin-right: 0.125rem;
  color: rgb(138 147 166 / 1);
  opacity: 1;
  cursor: pointer;
}

.tom-select .ts-input {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  padding-right: 2.25rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(54 58 68 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 2.375rem;
  min-height: 2.375rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  border-color: rgb(237 238 241 / 1);
  background-size: 1rem;
  background-position: center right 0.6875rem;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4%206L8%2010L12%206%22%20 stroke%3D%22%23464D5E%22%20 stroke-linecap%3D%22round%22%20 stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
  cursor: pointer;
}

.tom-select .ts-input:hover {
  background-color: rgb(246 247 249 / 1);
}

.tom-select .ts-input input::-moz-placeholder {
  color: rgb(179 185 198 / 1);
}

.tom-select .ts-input input::placeholder {
  color: rgb(179 185 198 / 1);
}

.tom-select .ts-input.has-items input {
  display: none !important;
}

.tom-select .ts-input.focus {
  border-color: rgb(55 110 255 / 1);
}

.tom-select.tom-select-lg .ts-input {
  height: 3rem;
  padding-right: 2.25rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 300;
}

.tom-select.tom-select-lg .ts-input input {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tippy-box[data-animation='fade'][data-state='hidden'] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 0.625rem);
}

.tippy-box {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-shadow: 0 4px 12px 0 rgb(0 0 0 / 0.06);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  color: rgb(54 58 68 / 1);
  background-color: rgb(252 252 252 / 1);
  border-color: rgb(237 238 241 / 1);
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^='top'] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
  bottom: -0.4375rem;
  left: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^='bottom'] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
  top: -0.4375rem;
  left: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^='left'] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^='left'] > .tippy-arrow::before {
  right: -0.4375rem;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: initial;
  transform-origin: center left;
}

.tippy-box[data-placement^='right'] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^='right'] > .tippy-arrow::before {
  left: -0.4375rem;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state='visible'] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-box[data-placement^='top'] > .tippy-svg-arrow {
  bottom: 0;
}

.tippy-box[data-placement^='top'] > .tippy-svg-arrow::after,
  .tippy-box[data-placement^='top'] > .tippy-svg-arrow > svg {
  top: 1rem;
  transform: rotate(180deg);
}

.tippy-box[data-placement^='bottom'] > .tippy-svg-arrow {
  top: 0;
}

.tippy-box[data-placement^='bottom'] > .tippy-svg-arrow > svg {
  bottom: 1rem;
}

.tippy-box[data-placement^='left'] > .tippy-svg-arrow {
  right: 0;
}

.tippy-box[data-placement^='left'] > .tippy-svg-arrow::after,
  .tippy-box[data-placement^='left'] > .tippy-svg-arrow > svg {
  top: calc(50% - 0.1875rem);
  left: 0.6875rem;
  transform: rotate(90deg);
}

.tippy-box[data-placement^='right'] > .tippy-svg-arrow {
  left: 0;
}

.tippy-box[data-placement^='right'] > .tippy-svg-arrow::after,
  .tippy-box[data-placement^='right'] > .tippy-svg-arrow > svg {
  top: calc(50% - 0.1875rem);
  right: 0.6875rem;
  transform: rotate(-90deg);
}

.tippy-svg-arrow {
  position: absolute;
  width: 1rem;
  height: 1rem;
  fill: #333;
  text-align: initial;
}

.tippy-svg-arrow > svg {
  position: absolute;
}

.tooltip-content {
  position: fixed;
  left: 625rem;
}

.tippy-svg-arrow {
  display: none;
}

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-1\.5 {
  bottom: -0.375rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-0 {
  left: 0;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-7 {
  left: 1.75rem;
}

.right-0 {
  right: 0;
}

.right-14 {
  right: 3.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.75 {
  top: 0.6875rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-\[11px\] {
  top: 11px;
}

.top-full {
  top: 100%;
}

.bottom-full {
  bottom: 100%;
}

.left-1\/2 {
  left: 50%;
}

.z-100 {
  z-index: 100;
}

.z-10000 {
  z-index: 10000;
}

.z-9999 {
  z-index: 9999;
}

.z-\[10001\] {
  z-index: 10001;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[9998\] {
  z-index: 9998;
}

.z-5 {
  z-index: 5;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.m-0 {
  margin: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[3px\] {
  margin-top: 3px;
  margin-bottom: 3px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.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;
}

.ml-4 {
  margin-left: 1rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-15 {
  height: 3.75rem;
}

.h-15\.5 {
  height: 3.875rem;
}

.h-16 {
  height: 4rem;
}

.h-18 {
  height: 4.5rem;
}

.h-19 {
  height: 4.75rem;
}

.h-19\.5 {
  height: 4.875rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.25 {
  height: 0.8125rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-5\.5 {
  height: 1.375rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-7\.5 {
  height: 1.875rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-9\.5 {
  height: 2.375rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-schedule-panel {
  height: 49.5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-\[480px\] {
  max-height: 480px;
}

.max-h-\[calc\(100dvh-6rem\)\] {
  max-height: calc(100dvh - 6rem);
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-0 {
  min-height: 0;
}

.\!w-28 {
  width: 7rem !important;
}

.w-0 {
  width: 0;
}

.w-10 {
  width: 2.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-18 {
  width: 4.5rem;
}

.w-19 {
  width: 4.75rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.25 {
  width: 0.8125rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[125\%\] {
  width: 125%;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[306px\] {
  width: 306px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[387px\] {
  width: 387px;
}

.w-\[420px\] {
  width: 420px;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[460px\] {
  width: 460px;
}

.w-\[520px\] {
  width: 520px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[65\%\] {
  width: 65%;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-full {
  width: 100%;
}

.w-schedule-panel {
  width: 19.125rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-115 {
  width: 28.75rem;
}

.w-px {
  width: 1px;
}

.w-modal-xs {
  width: 26.25rem;
}

.min-w-0 {
  min-width: 0;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-10\.5 {
  min-width: 2.625rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-25 {
  min-width: 6.25rem;
}

.min-w-35 {
  min-width: 8.75rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[1920px\] {
  min-width: 1920px;
}

.min-w-\[96px\] {
  min-width: 96px;
}

.min-w-bid-group-table {
  min-width: 143.75rem;
}

.min-w-bid-item-table {
  min-width: 161.25rem;
}

.min-w-28 {
  min-width: 7rem;
}

.max-w-128 {
  max-width: 32rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-modal-lg {
  max-width: 60rem;
}

.max-w-modal-md {
  max-width: 43.75rem;
}

.max-w-modal-sm {
  max-width: 32.5rem;
}

.max-w-modal-xs {
  max-width: 26.25rem;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-x-0 {
  --tw-border-spacing-x: 0;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.translate-y-0 {
  --tw-translate-y: 0;
  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-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));
}

.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-45 {
  --tw-rotate: 45deg;
  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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.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));
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.375rem;
}

.rounded-2xs {
  border-radius: 0.125rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

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

.\!border-none {
  border-style: none !important;
}

.border-danger {
  --tw-border-opacity: 1;
  border-color: rgb(227 31 30 / var(--tw-border-opacity));
}

.border-point-100 {
  --tw-border-opacity: 1;
  border-color: rgb(217 230 255 / var(--tw-border-opacity));
}

.border-point-200 {
  --tw-border-opacity: 1;
  border-color: rgb(188 212 255 / var(--tw-border-opacity));
}

.border-point-500 {
  --tw-border-opacity: 1;
  border-color: rgb(55 110 255 / var(--tw-border-opacity));
}

.border-point-75 {
  --tw-border-opacity: 1;
  border-color: rgb(238 244 255 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(55 110 255 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 241 / var(--tw-border-opacity));
}

.border-sgreen-200 {
  --tw-border-opacity: 1;
  border-color: rgb(176 237 241 / var(--tw-border-opacity));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 241 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(215 218 224 / var(--tw-border-opacity));
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 118 139 / var(--tw-border-opacity));
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(70 77 94 / var(--tw-border-opacity));
}

.border-sred-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 225 225 / var(--tw-border-opacity));
}

.border-sred-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 200 200 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

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

.border-b-slate-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 238 241 / var(--tw-border-opacity));
}

.border-r-transparent {
  border-right-color: transparent;
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-page {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 253 / var(--tw-bg-opacity));
}

.bg-point-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-point-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 110 255 / var(--tw-bg-opacity));
}

.bg-point-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(55 110 255 / var(--tw-bg-opacity));
}

.bg-sgreen-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 247 248 / var(--tw-bg-opacity));
}

.bg-sgreen-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 199 213 / var(--tw-bg-opacity));
}

.bg-sgreen-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 253 253 / var(--tw-bg-opacity));
}

.bg-sgreen-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 178 194 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 241 / var(--tw-bg-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 118 139 / var(--tw-bg-opacity));
}

.bg-slate-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 67 79 / var(--tw-bg-opacity));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 58 68 / var(--tw-bg-opacity));
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 38 45 / var(--tw-bg-opacity));
}

.bg-sred-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 225 / var(--tw-bg-opacity));
}

.bg-sred-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 162 / var(--tw-bg-opacity));
}

.bg-sred-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-sred-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 62 61 / var(--tw-bg-opacity));
}

.bg-sred-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 31 30 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-point-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 147 255 / var(--tw-bg-opacity));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-\[0\.15\] {
  --tw-bg-opacity: 0.15;
}

.fill-danger {
  fill: rgb(227 31 30 / 1);
}

.fill-primary {
  fill: rgb(55 110 255 / 1);
}

.fill-sgreen-500 {
  fill: rgb(33 178 194 / 1);
}

.fill-slate-300 {
  fill: rgb(179 185 198 / 1);
}

.fill-sred-500 {
  fill: rgb(246 62 61 / 1);
}

.stroke-danger {
  stroke: rgb(227 31 30 / 1);
}

.stroke-primary {
  stroke: rgb(55 110 255 / 1);
}

.stroke-sgreen-500 {
  stroke: rgb(33 178 194 / 1);
}

.stroke-1 {
  stroke-width: 1px;
}

.stroke-1\.5 {
  stroke-width: 1.5px;
}

.stroke-2 {
  stroke-width: 2px;
}

.stroke-\[1\.2\] {
  stroke-width: 1.2;
}

.stroke-\[2\.25\] {
  stroke-width: 2.25;
}

.p-0 {
  padding: 0;
}

.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-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-px {
  padding: 1px;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.25 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.25 {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4\.5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[8px\] {
  font-size: 8px;
}

.text-\[9px\] {
  font-size: 9px;
}

.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;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-20 {
  line-height: 1.25rem;
}

.leading-26 {
  line-height: 1.625rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-5\.5 {
  line-height: 1.375rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-none {
  line-height: 1;
}

.tracking-24 {
  letter-spacing: 0.015rem;
}

.tracking-9 {
  letter-spacing: -0.005625rem;
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(227 31 30 / var(--tw-text-opacity));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(54 58 68 / var(--tw-text-opacity));
}

.text-pending {
  --tw-text-opacity: 1;
  color: rgb(29 138 157 / var(--tw-text-opacity));
}

.text-point-100 {
  --tw-text-opacity: 1;
  color: rgb(217 230 255 / var(--tw-text-opacity));
}

.text-point-200 {
  --tw-text-opacity: 1;
  color: rgb(188 212 255 / var(--tw-text-opacity));
}

.text-point-300 {
  --tw-text-opacity: 1;
  color: rgb(142 185 255 / var(--tw-text-opacity));
}

.text-point-400 {
  --tw-text-opacity: 1;
  color: rgb(89 147 255 / var(--tw-text-opacity));
}

.text-point-50 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.text-point-500 {
  --tw-text-opacity: 1;
  color: rgb(55 110 255 / var(--tw-text-opacity));
}

.text-point-600 {
  --tw-text-opacity: 1;
  color: rgb(27 72 245 / var(--tw-text-opacity));
}

.text-point-700 {
  --tw-text-opacity: 1;
  color: rgb(20 53 225 / var(--tw-text-opacity));
}

.text-point-800 {
  --tw-text-opacity: 1;
  color: rgb(23 43 182 / var(--tw-text-opacity));
}

.text-point-900 {
  --tw-text-opacity: 1;
  color: rgb(25 43 143 / var(--tw-text-opacity));
}

.text-point-950 {
  --tw-text-opacity: 1;
  color: rgb(20 28 87 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(55 110 255 / var(--tw-text-opacity));
}

.text-sgreen-100 {
  --tw-text-opacity: 1;
  color: rgb(213 247 248 / var(--tw-text-opacity));
}

.text-sgreen-200 {
  --tw-text-opacity: 1;
  color: rgb(176 237 241 / var(--tw-text-opacity));
}

.text-sgreen-300 {
  --tw-text-opacity: 1;
  color: rgb(121 223 247 / var(--tw-text-opacity));
}

.text-sgreen-400 {
  --tw-text-opacity: 1;
  color: rgb(59 199 213 / var(--tw-text-opacity));
}

.text-sgreen-50 {
  --tw-text-opacity: 1;
  color: rgb(238 253 253 / var(--tw-text-opacity));
}

.text-sgreen-500 {
  --tw-text-opacity: 1;
  color: rgb(33 178 194 / var(--tw-text-opacity));
}

.text-sgreen-600 {
  --tw-text-opacity: 1;
  color: rgb(29 138 157 / var(--tw-text-opacity));
}

.text-sgreen-700 {
  --tw-text-opacity: 1;
  color: rgb(30 112 128 / var(--tw-text-opacity));
}

.text-sgreen-800 {
  --tw-text-opacity: 1;
  color: rgb(33 91 105 / var(--tw-text-opacity));
}

.text-sgreen-900 {
  --tw-text-opacity: 1;
  color: rgb(32 77 89 / var(--tw-text-opacity));
}

.text-sgreen-950 {
  --tw-text-opacity: 1;
  color: rgb(15 50 61 / var(--tw-text-opacity));
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(237 238 241 / var(--tw-text-opacity));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(215 218 224 / var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(179 185 198 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(138 147 166 / var(--tw-text-opacity));
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(107 118 139 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(86 95 115 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(70 77 94 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(61 67 79 / var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(54 58 68 / var(--tw-text-opacity));
}

.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(36 38 45 / var(--tw-text-opacity));
}

.text-sred-100 {
  --tw-text-opacity: 1;
  color: rgb(255 225 225 / var(--tw-text-opacity));
}

.text-sred-200 {
  --tw-text-opacity: 1;
  color: rgb(255 200 200 / var(--tw-text-opacity));
}

.text-sred-300 {
  --tw-text-opacity: 1;
  color: rgb(255 162 162 / var(--tw-text-opacity));
}

.text-sred-400 {
  --tw-text-opacity: 1;
  color: rgb(253 109 108 / var(--tw-text-opacity));
}

.text-sred-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-sred-500 {
  --tw-text-opacity: 1;
  color: rgb(246 62 61 / var(--tw-text-opacity));
}

.text-sred-600 {
  --tw-text-opacity: 1;
  color: rgb(227 31 30 / var(--tw-text-opacity));
}

.text-sred-700 {
  --tw-text-opacity: 1;
  color: rgb(191 23 22 / var(--tw-text-opacity));
}

.text-sred-800 {
  --tw-text-opacity: 1;
  color: rgb(158 23 22 / var(--tw-text-opacity));
}

.text-sred-900 {
  --tw-text-opacity: 1;
  color: rgb(131 26 25 / var(--tw-text-opacity));
}

.text-sred-950 {
  --tw-text-opacity: 1;
  color: rgb(71 8 8 / var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(141 82 162 / var(--tw-text-opacity));
}

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

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 0 8px 0 rgb(0 0 0 / 0.04);
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-floating {
  --tw-shadow: 0 4px 12px 0 rgb(0 0 0 / 0.06);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 4px 24px 0 rgb(55 110 255 / 0.12);
  --tw-shadow-colored: 0 4px 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 12px 0 rgb(0 0 0 / 0.04);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md2 {
  --tw-shadow: 0 4px 12px 0 rgb(0 0 0 / 0.06);
  --tw-shadow-colored: 0 4px 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-\[margin-top\] {
  transition-property: margin-top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.delay-200 {
  transition-delay: 200ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#loadingContainer {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 28%);
}

.login_body {
  min-width: 100%;
}

.login_wrap {
  min-height: 100dvh;
  background:
      url('../assets/images/login_bg.png') no-repeat center top,
      linear-gradient(180deg, rgb(217 230 255 / 1) 0%, rgb(238 244 255 / 1) 100%);
}

.placeholder\:text-slate-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 185 198 / var(--tw-text-opacity));
}

.placeholder\:text-slate-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(179 185 198 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.before\:left-1::before {
  content: var(--tw-content);
  left: 0.25rem;
}

.before\:top-1::before {
  content: var(--tw-content);
  top: 0.25rem;
}

.before\:top-1\.25::before {
  content: var(--tw-content);
  top: 0.3125rem;
}

.before\:-bottom-1::before {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.before\:-bottom-1\.5::before {
  content: var(--tw-content);
  bottom: -0.375rem;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:z-1::before {
  content: var(--tw-content);
  z-index: 1;
}

.before\:h-5::before {
  content: var(--tw-content);
  height: 1.25rem;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:w-4::before {
  content: var(--tw-content);
  width: 1rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --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));
}

.before\:rotate-45::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.before\:rounded-md::before {
  content: var(--tw-content);
  border-radius: 0.375rem;
}

.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}

.before\:border-b::before {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.before\:border-r::before {
  content: var(--tw-content);
  border-right-width: 1px;
}

.before\:border-slate-75::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(246 247 249 / var(--tw-border-opacity));
}

.before\:border-slate-100::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(237 238 241 / var(--tw-border-opacity));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.checked\:border-slate-500:checked {
  --tw-border-opacity: 1;
  border-color: rgb(107 118 139 / var(--tw-border-opacity));
}

.checked\:bg-primary:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(55 110 255 / var(--tw-bg-opacity));
}

.read-only\:cursor-not-allowed:-moz-read-only {
  cursor: not-allowed;
}

.read-only\:cursor-not-allowed:read-only {
  cursor: not-allowed;
}

.read-only\:border-slate-200:-moz-read-only {
  --tw-border-opacity: 1;
  border-color: rgb(215 218 224 / var(--tw-border-opacity));
}

.read-only\:border-slate-200:read-only {
  --tw-border-opacity: 1;
  border-color: rgb(215 218 224 / var(--tw-border-opacity));
}

.read-only\:bg-slate-100:-moz-read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 241 / var(--tw-bg-opacity));
}

.read-only\:bg-slate-100:read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 241 / var(--tw-bg-opacity));
}

.read-only\:text-slate-300:-moz-read-only {
  --tw-text-opacity: 1;
  color: rgb(179 185 198 / var(--tw-text-opacity));
}

.read-only\:text-slate-300:read-only {
  --tw-text-opacity: 1;
  color: rgb(179 185 198 / var(--tw-text-opacity));
}

.hover\:border-danger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 31 30 / var(--tw-border-opacity));
}

.hover\:border-point-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 230 255 / var(--tw-border-opacity));
}

.hover\:border-point-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 72 245 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 110 255 / var(--tw-border-opacity));
}

.hover\:border-slate-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(215 218 224 / var(--tw-border-opacity));
}

.hover\:border-sred-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 200 200 / var(--tw-border-opacity));
}

.hover\:bg-point-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 230 255 / var(--tw-bg-opacity));
}

.hover\:bg-point-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 72 245 / var(--tw-bg-opacity));
}

.hover\:bg-point-75:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 110 255 / var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

.hover\:bg-slate-75:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
}

.hover\:bg-sred-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 200 / var(--tw-bg-opacity));
}

.hover\:bg-sred-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-opacity-\[0\.15\]:hover {
  --tw-bg-opacity: 0.15;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(54 58 68 / var(--tw-text-opacity));
}

.hover\:text-point-700:hover {
  --tw-text-opacity: 1;
  color: rgb(20 53 225 / var(--tw-text-opacity));
}

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

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(70 77 94 / var(--tw-text-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 110 255 / var(--tw-border-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary\/20:focus {
  --tw-ring-color: rgb(55 110 255 / 0.2);
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.active\:border-danger:active {
  --tw-border-opacity: 1;
  border-color: rgb(227 31 30 / var(--tw-border-opacity));
}

.active\:border-point-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(188 212 255 / var(--tw-border-opacity));
}

.active\:border-point-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(20 53 225 / var(--tw-border-opacity));
}

.active\:border-sred-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 162 162 / var(--tw-border-opacity));
}

.active\:bg-point-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 230 255 / var(--tw-bg-opacity));
}

.active\:bg-point-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(188 212 255 / var(--tw-bg-opacity));
}

.active\:bg-point-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 53 225 / var(--tw-bg-opacity));
}

.active\:bg-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 110 255 / var(--tw-bg-opacity));
}

.active\:bg-slate-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 241 / var(--tw-bg-opacity));
}

.active\:bg-slate-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(215 218 224 / var(--tw-bg-opacity));
}

.active\:bg-sred-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 225 / var(--tw-bg-opacity));
}

.active\:bg-sred-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 162 / var(--tw-bg-opacity));
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:border-slate-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 241 / var(--tw-border-opacity));
}

.disabled\:border-slate-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(215 218 224 / var(--tw-border-opacity));
}

.disabled\:border-slate-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(179 185 198 / var(--tw-border-opacity));
}

.disabled\:bg-slate-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 241 / var(--tw-bg-opacity));
}

.disabled\:text-slate-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(179 185 198 / var(--tw-text-opacity));
}

.disabled\:checked\:opacity-70:checked:disabled {
  opacity: 0.7;
}

.disabled\:hover\:bg-slate-100:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 241 / var(--tw-bg-opacity));
}

.group\/tooltip:focus-within .group-focus-within\/tooltip\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(55 110 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group\/schedule-cell:hover .group-hover\/schedule-cell\:opacity-100 {
  opacity: 1;
}

.group\/tooltip:hover .group-hover\/tooltip\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:bg-sgreen-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 178 194 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:opacity-0 {
  opacity: 0;
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:before\:left-13\.25::before {
  content: var(--tw-content);
  left: 3.3125rem;
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

@media (min-width: 64rem) {
  .lg\:justify-center {
    justify-content: center;
  }
}

.\[\&\>img\]\:h-4>img {
  height: 1rem;
}

.\[\&\>img\]\:w-4>img {
  width: 1rem;
}

.\[\&_\.ts-control_\.has-items\]\:font-semibold .ts-control .has-items {
  font-weight: 600;
}

.\[\&_\.ts-control_\.has-items\]\:text-slate-900 .ts-control .has-items {
  --tw-text-opacity: 1;
  color: rgb(54 58 68 / var(--tw-text-opacity));
}

.\[\&_tbody_tr\:hover\>td\]\:bg-point-75\/30 tbody tr:hover>td {
  background-color: rgb(238 244 255 / 0.3);
}

.\[\&_td\:first-of-type\]\:pl-2 td:first-of-type {
  padding-left: 0.5rem;
}

.\[\&_td\:last-of-type\]\:pr-2 td:last-of-type {
  padding-right: 0.5rem;
}

.\[\&_td\:nth-of-type\(2\)\]\:p-6 td:nth-of-type(2) {
  padding: 1.5rem;
}

.\[\&_td\]\:border-b td {
  border-bottom-width: 1px;
}

.\[\&_td\]\:border-slate-100 td {
  --tw-border-opacity: 1;
  border-color: rgb(237 238 241 / var(--tw-border-opacity));
}

.\[\&_td\]\:px-0 td {
  padding-left: 0;
  padding-right: 0;
}

.\[\&_td\]\:px-4 td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_td\]\:py-3 td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_td\]\:py-4\.25 td {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.\[\&_td\]\:py-5\.25 td {
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
}

.\[\&_td\]\:py-6 td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\[\&_td\]\:align-top td {
  vertical-align: top;
}

.\[\&_td\]\:align-middle td {
  vertical-align: middle;
}

.\[\&_th\]\:relative th {
  position: relative;
}

.\[\&_th\]\:border-b-0 th {
  border-bottom-width: 0px;
}

.\[\&_th\]\:px-4 th {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_th\]\:py-3\.5 th {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.\[\&_th\]\:font-medium th {
  font-weight: 500;
}

.\[\&_th\]\:text-slate-600 th {
  --tw-text-opacity: 1;
  color: rgb(86 95 115 / var(--tw-text-opacity));
}