/*
! tailwindcss v3.4.0 | 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)
*/
  .tw *,
.tw ::before,
.tw ::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
  }
  .tw ::before,
.tw ::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
*/
  .tw html,
.tw :host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
       tab-size: 4;
    /* 3 */
    font-family: 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.
*/
  .tw 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.
*/
  .tw hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
  }
  /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
  .tw abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  /*
Remove the default font size and weight for headings.
*/
  .tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
  .tw a {
    color: inherit;
    text-decoration: inherit;
  }
  /*
Add the correct font weight in Edge and Safari.
*/
  .tw b,
.tw 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.
*/
  .tw code,
.tw kbd,
.tw samp,
.tw 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.
*/
  .tw small {
    font-size: 80%;
  }
  /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
  .tw sub,
.tw sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .tw sub {
    bottom: -0.25em;
  }
  .tw 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.
*/
  .tw 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.
*/
  .tw button,
.tw input,
.tw optgroup,
.tw select,
.tw 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 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
  }
  /*
Remove the inheritance of text transform in Edge and Firefox.
*/
  .tw button,
.tw select {
    text-transform: none;
  }
  /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
  .tw button,
.tw [type='button'],
.tw [type='reset'],
.tw [type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
  }
  /*
Use the modern Firefox focus style for all focusable elements.
*/
  .tw :-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)
*/
  .tw :-moz-ui-invalid {
    box-shadow: none;
  }
  /*
Add the correct vertical alignment in Chrome and Firefox.
*/
  .tw progress {
    vertical-align: baseline;
  }
  /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
  .tw ::-webkit-inner-spin-button,
.tw ::-webkit-outer-spin-button {
    height: auto;
  }
  /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
  .tw [type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /*
Remove the inner padding in Chrome and Safari on macOS.
*/
  .tw ::-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.
*/
  .tw ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /*
Add the correct display in Chrome and Safari.
*/
  .tw summary {
    display: list-item;
  }
  /*
Removes the default spacing and border for appropriate elements.
*/
  .tw blockquote,
.tw dl,
.tw dd,
.tw h1,
.tw h2,
.tw h3,
.tw h4,
.tw h5,
.tw h6,
.tw hr,
.tw figure,
.tw p,
.tw pre {
    margin: 0;
  }
  .tw fieldset {
    margin: 0;
    padding: 0;
  }
  .tw legend {
    padding: 0;
  }
  .tw ol,
.tw ul,
.tw menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /*
Reset default styling for dialogs.
*/
  .tw dialog {
    padding: 0;
  }
  /*
Prevent resizing textareas horizontally by default.
*/
  .tw 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.
*/
  .tw input::-moz-placeholder, .tw textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
  }
  .tw input::placeholder,
.tw textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
  }
  /*
Set the default cursor for buttons.
*/
  .tw button,
.tw [role="button"] {
    cursor: pointer;
  }
  /*
Make sure disabled buttons don't get the pointer cursor.
*/
  .tw :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.
*/
  .tw img,
.tw svg,
.tw video,
.tw canvas,
.tw audio,
.tw iframe,
.tw embed,
.tw 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)
*/
  .tw img,
.tw video {
    max-width: 100%;
    height: auto;
  }
  /* Make elements with the HTML hidden attribute stay hidden by default */
  .tw [hidden] {
    display: none;
  }
  .tw *, .tw ::before, .tw ::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 ::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 .headline-h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tw .headline-h1 {
    font-weight: 600;
  }
  .tw .link-default {
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity));
  }
  .tw .link-default:hover {
    --tw-text-opacity: 1;
    color: rgb(12 74 110 / var(--tw-text-opacity));
  }
  /* Btns */
  .tw .btn {
    min-height: 1.625rem;
  }
  .tw .btn {
    cursor: pointer;
  }
  .tw .btn {
    border-radius: 0.25rem;
  }
  .tw .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tw .btn {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tw .btn {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .tw .btn {
    font-weight: 400;
  }
  .tw .btn {
    line-height: 1rem;
  }
  .tw .btn {
    --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);
  }
  .tw .btn:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .tw .btn: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);
  }
  .tw .btn:focus {
    --tw-ring-offset-width: 0px;
  }
  .tw .btn:focus-visible {
    outline-width: 2px;
  }
  .tw .btn:focus-visible {
    --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(2px + 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);
  }
  .tw .btn:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(145 152 163 / var(--tw-ring-opacity));
  }
  .tw .btn:focus-visible {
    --tw-ring-offset-width: 2px;
  }
  .tw .btn.disabled, .tw .btn:disabled {
    pointer-events: none;
  }
  .tw .btn.disabled, .tw .btn:disabled {
    opacity: 0.5;
  }
  .tw .btn.\!disabled {
    pointer-events: none;
  }
  .tw .btn.\!disabled {
    opacity: 0.5;
  }
  .tw .btn-primary,
    .tw .btn-success {
    border-width: 1px !important;
  }
  .tw .btn-primary,
    .tw .btn-success {
    --tw-border-opacity: 1 !important;
    border-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
  }
  .tw .btn-primary,
    .tw .btn-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-primary,
    .tw .btn-success {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .tw .btn-primary:hover,
    .tw .btn-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
  }
  .tw .btn-primary:hover,
    .tw .btn-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-primary:active,
    .tw .btn-success:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-secondary {
    border-width: 1px !important;
  }
  .tw .btn-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
  }
  .tw .btn-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-secondary {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .tw .btn-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-secondary:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-secondary--outlined {
    border-width: 1px !important;
  }
  .tw .btn-secondary--outlined {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  }
  .tw .btn-secondary--outlined {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-secondary--outlined {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  }
  .tw .btn-secondary--outlined:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-secondary--outlined:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-tertiary,
    .tw .btn-info {
    border-width: 1px !important;
  }
  .tw .btn-tertiary,
    .tw .btn-info {
    --tw-border-opacity: 1 !important;
    border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
  }
  .tw .btn-tertiary,
    .tw .btn-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-tertiary,
    .tw .btn-info {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .tw .btn-tertiary:hover,
    .tw .btn-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
  }
  .tw .btn-tertiary:hover,
    .tw .btn-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-tertiary:active,
    .tw .btn-info:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-tertiary--outlined {
    border-width: 1px !important;
  }
  .tw .btn-tertiary--outlined {
    --tw-border-opacity: 1 !important;
    border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
  }
  .tw .btn-tertiary--outlined {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-tertiary--outlined {
    --tw-text-opacity: 1 !important;
    color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
  }
  .tw .btn-tertiary--outlined:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
  }
  .tw .btn-tertiary--outlined:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-tertiary--outlined:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-danger {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .tw .btn-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-danger:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-warning {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .tw .btn-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-warning:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
  }
  .tw .btn-group > .btn:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .tw .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  /* Forms */
  .tw .form-row__default {
    display: grid;
  }
  .tw .form-row__default {
    grid-template-columns: minmax(0,1fr);
  }
  .tw .form-row__default {
    align-items: center;
  }
  .tw .form-row__default {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .tw .form-row__default {
    row-gap: 0.25rem;
  }
  @media (min-width: 768px) {
    .tw .form-row__default {
      grid-template-columns: minmax(0,4fr) minmax(0,8fr);
    }
  }
  @media (min-width: 768px) {
    .tw .form-label__default {
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .tw .form-label__default {
      height: -moz-min-content;
      height: min-content;
    }
  }
  @media (min-width: 768px) {
    .tw .form-label__default {
      min-height: 27px;
    }
  }
  @media (min-width: 768px) {
    .tw .form-label__default {
      align-items: center;
    }
  }
  @media (min-width: 768px) {
    .tw .form-label__default {
      align-self: flex-start;
    }
  }
  /* Alerts */
  .tw .\!alert {
    margin-bottom: 0.5rem;
  }
  .tw .\!alert {
    list-style-type: none;
  }
  .tw .\!alert {
    border-radius: 0.25rem;
  }
  .tw .\!alert {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tw .\!alert {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tw .alert {
    margin-bottom: 0.5rem;
  }
  .tw .alert {
    list-style-type: none;
  }
  .tw .alert {
    border-radius: 0.25rem;
  }
  .tw .alert {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tw .alert {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tw .\!alert button.close {
    display: flex;
  }
  .tw .\!alert button.close {
    height: 1.25rem;
  }
  .tw .\!alert button.close {
    align-items: center;
  }
  .tw .\!alert button.close {
    align-self: flex-start;
  }
  .tw .\!alert button.close {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tw .\!alert button.close {
    font-weight: 700;
  }
  .tw .\!alert button.close {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
  .tw .alert button.close {
    display: flex;
  }
  .tw .alert button.close {
    height: 1.25rem;
  }
  .tw .alert button.close {
    align-items: center;
  }
  .tw .alert button.close {
    align-self: flex-start;
  }
  .tw .alert button.close {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tw .alert button.close {
    font-weight: 700;
  }
  .tw .alert button.close {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
  .tw .alert-danger {
    border-width: 1px;
  }
  .tw .alert-danger {
    --tw-border-opacity: 1;
    border-color: rgb(248 113 113 / var(--tw-border-opacity));
  }
  .tw .alert-danger {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }
  .tw .alert-danger {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
  }
  .tw .alert-warning {
    border-width: 1px;
  }
  .tw .alert-warning {
    --tw-border-opacity: 1;
    border-color: rgb(251 191 36 / var(--tw-border-opacity));
  }
  .tw .alert-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity));
  }
  .tw .alert-warning {
    --tw-text-opacity: 1;
    color: rgb(180 83 9 / var(--tw-text-opacity));
  }
  .tw .alert-info {
    border-width: 1px;
  }
  .tw .alert-info {
    --tw-border-opacity: 1;
    border-color: rgb(125 211 252 / var(--tw-border-opacity));
  }
  .tw .alert-info {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  }
  .tw .alert-info {
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity));
  }
  .tw .alert-success {
    border-width: 1px;
  }
  .tw .alert-success {
    --tw-border-opacity: 1;
    border-color: rgb(74 222 128 / var(--tw-border-opacity));
  }
  .tw .alert-success {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  }
  .tw .alert-success {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
  }
  /* Badges */
  .tw .badge {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .tw .badge {
    border-radius: 9999px;
  }
  .tw .badge {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .tw .badge {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .tw .badge {
    font-weight: 700;
  }
  .tw .badge-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity));
  }
  .tw .badge-orange {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  /* Tables */
  .tw .\!table {
    margin-bottom: 0px;
  }
  .tw .\!table {
    width: 100%;
  }
  .tw .\!table td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tw .\!table td {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .tw .\!table th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tw .\!table th {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .tw .table {
    margin-bottom: 0px;
  }
  .tw .table {
    width: 100%;
  }
  .tw .table td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tw .table td {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .tw .table th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tw .table th {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .tw .\!table:not(.table-borderless) {
    border-width: 1px;
  }
  .tw .table:not(.table-borderless) {
    border-width: 1px;
  }
  .tw .table-bordered:not(.table-borderless) td {
    border-width: 1px;
  }
  .tw .table-bordered:not(.table-borderless) th {
    border-width: 1px;
  }
  .tw .table-striped :not(thead) tr:nth-of-type(2n+1) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .tw .table-striped tr:nth-of-type(2n) {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
  /* Bootstrap dropdown */
  .tw .dropdown-toggle::after {
    content: var(--tw-content);
    border-bottom-width: 0px;
  }
  .tw .dropdown-toggle::after {
    content: var(--tw-content);
    border-top-width: 4px;
  }
  .tw .dropdown-toggle::after {
    content: var(--tw-content);
    border-left-width: 4px;
  }
  .tw .dropdown-toggle::after {
    content: var(--tw-content);
    border-right-width: 4px;
  }
  .tw .dropdown-toggle::after {
    content: var(--tw-content);
    border-right-color: transparent;
  }
  .tw .dropdown-toggle::after {
    content: var(--tw-content);
    border-left-color: transparent;
  }
  .tw .dropdown-toggle::after {
    content: var(--tw-content);
    border-top-color: currentColor;
  }
  .tw .dropdown-toggle::after {
    content: var(--tw-content);
    vertical-align: .1em;
  }
  .tw .dropdown-menu {
    border-width: 1px;
  }
  .tw .dropdown-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  /* Bootstrap modal */
  .tw .modal-content {
    position: relative;
  }
  .tw .modal-content {
    display: flex;
  }
  .tw .modal-content {
    width: 100%;
  }
  .tw .modal-content {
    flex-direction: column;
  }
  .tw .modal-content {
    border-radius: 0.25rem;
  }
  .tw .modal-content {
    border-width: 1px;
  }
  .tw .modal-content {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .tw .modal-header {
    display: flex;
  }
  .tw .modal-header {
    align-items: flex-start;
  }
  .tw .modal-header {
    justify-content: space-between;
  }
  .tw .modal-header {
    border-bottom-width: 1px;
  }
  .tw .modal-header {
    padding: 1rem;
  }
  .tw .modal-header .close {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tw .modal-header .close {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
  }
  .tw .modal-header .close:hover {
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }
  .tw .modal-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .tw .modal-title {
    font-weight: 600;
  }
  .tw .modal-footer {
    display: flex;
  }
  .tw .modal-footer {
    flex-wrap: wrap;
  }
  .tw .modal-footer {
    align-items: center;
  }
  .tw .modal-footer {
    justify-content: flex-end;
  }
  .tw .modal-footer {
    border-top-width: 1px;
  }
  .tw .modal-footer {
    padding: 0.75rem;
  }
  /* Bootstrap spinner */
  .tw .spinner-border {
    border-width: 2px;
  }
  .tw .spinner-border {
    border-color: currentColor;
  }
  .tw .spinner-border {
    border-right-color: transparent;
  }
  .tw .spinner-border-sm {
    width: 1rem;
    height: 1rem;
  }
  .tw .spinner-border-sm {
    border-width: 2px;
  }

.tw :is(.tw-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;
}

.tw :is(.tw-pointer-events-none) {
  pointer-events: none;
}

.tw :is(.tw-invisible) {
  visibility: hidden;
}

.tw :is(.tw-fixed) {
  position: fixed;
}

.tw :is(.tw-absolute) {
  position: absolute;
}

.tw :is(.tw-relative) {
  position: relative;
}

.tw :is(.tw-sticky) {
  position: sticky;
}

.tw :is(.tw--top-3) {
  top: -0.75rem;
}

.tw :is(.tw--top-3\.5) {
  top: -0.875rem;
}

.tw :is(.tw-bottom-0) {
  bottom: 0px;
}

.tw :is(.tw-left-0) {
  left: 0px;
}

.tw :is(.tw-left-14) {
  left: 3.5rem;
}

.tw :is(.tw-right-\[-2px\]) {
  right: -2px;
}

.tw :is(.tw-top-0) {
  top: 0px;
}

.tw :is(.tw-top-14) {
  top: 3.5rem;
}

.tw :is(.tw-top-\[-47px\]) {
  top: -47px;
}

.tw :is(.tw-top-\[5px\]) {
  top: 5px;
}

.tw :is(.tw-top-\[96dvh\]) {
  top: 96dvh;
}

.tw :is(.tw-z-10) {
  z-index: 10;
}

.tw :is(.tw-z-\[1000\]) {
  z-index: 1000;
}

.tw :is(.tw-z-\[1020\]) {
  z-index: 1020;
}

.tw :is(.tw-z-\[1\]) {
  z-index: 1;
}

.tw :is(.tw-z-\[8998\]) {
  z-index: 8998;
}

.tw :is(.tw-z-\[900\]) {
  z-index: 900;
}

.tw :is(.tw-col-start-1) {
  grid-column-start: 1;
}

.tw :is(.tw-col-start-2) {
  grid-column-start: 2;
}

.tw :is(.tw-col-end-3) {
  grid-column-end: 3;
}

.tw :is(.tw-row-start-1) {
  grid-row-start: 1;
}

.tw :is(.tw-row-end-2) {
  grid-row-end: 2;
}

.tw :is(.tw-float-right) {
  float: right;
}

.tw :is(.tw-m-0) {
  margin: 0px;
}

.tw :is(.tw-m-0\.5) {
  margin: 0.125rem;
}

.tw :is(.tw-m-1) {
  margin: 0.25rem;
}

.tw :is(.tw-m-auto) {
  margin: auto;
}

.tw :is(.tw-mx-2) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tw :is(.tw-mx-auto) {
  margin-left: auto;
  margin-right: auto;
}

.tw :is(.tw-my-1) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.tw :is(.tw-my-2) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tw :is(.tw-my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw :is(.tw--ml-12) {
  margin-left: -3rem;
}

.tw :is(.tw-mb-0) {
  margin-bottom: 0px;
}

.tw :is(.tw-mb-0\.5) {
  margin-bottom: 0.125rem;
}

.tw :is(.tw-mb-1) {
  margin-bottom: 0.25rem;
}

.tw :is(.tw-mb-2) {
  margin-bottom: 0.5rem;
}

.tw :is(.tw-mb-3) {
  margin-bottom: 0.75rem;
}

.tw :is(.tw-mb-4) {
  margin-bottom: 1rem;
}

.tw :is(.tw-mb-6) {
  margin-bottom: 1.5rem;
}

.tw :is(.tw-ml-0) {
  margin-left: 0px;
}

.tw :is(.tw-ml-0\.5) {
  margin-left: 0.125rem;
}

.tw :is(.tw-ml-1) {
  margin-left: 0.25rem;
}

.tw :is(.tw-ml-1\.5) {
  margin-left: 0.375rem;
}

.tw :is(.tw-ml-2) {
  margin-left: 0.5rem;
}

.tw :is(.tw-ml-auto) {
  margin-left: auto;
}

.tw :is(.tw-mr-0) {
  margin-right: 0px;
}

.tw :is(.tw-mr-0\.5) {
  margin-right: 0.125rem;
}

.tw :is(.tw-mr-1) {
  margin-right: 0.25rem;
}

.tw :is(.tw-mr-1\.5) {
  margin-right: 0.375rem;
}

.tw :is(.tw-mr-2) {
  margin-right: 0.5rem;
}

.tw :is(.tw-mr-3) {
  margin-right: 0.75rem;
}

.tw :is(.tw-mt-0) {
  margin-top: 0px;
}

.tw :is(.tw-mt-1) {
  margin-top: 0.25rem;
}

.tw :is(.tw-mt-1\.5) {
  margin-top: 0.375rem;
}

.tw :is(.tw-mt-12) {
  margin-top: 3rem;
}

.tw :is(.tw-mt-2) {
  margin-top: 0.5rem;
}

.tw :is(.tw-mt-3) {
  margin-top: 0.75rem;
}

.tw :is(.tw-mt-4) {
  margin-top: 1rem;
}

.tw :is(.tw-mt-6) {
  margin-top: 1.5rem;
}

.tw :is(.\!tw-block) {
  display: block !important;
}

.tw :is(.tw-block) {
  display: block;
}

.tw :is(.tw-inline-block) {
  display: inline-block;
}

.tw :is(.tw-inline) {
  display: inline;
}

.tw :is(.tw-flex) {
  display: flex;
}

.tw :is(.tw-inline-flex) {
  display: inline-flex;
}

.tw :is(.tw-grid) {
  display: grid;
}

.tw :is(.tw-hidden) {
  display: none;
}

.tw :is(.\!tw-h-\[100dvh\]) {
  height: 100dvh !important;
}

.tw :is(.\!tw-h-auto) {
  height: auto !important;
}

.tw :is(.tw-h-0) {
  height: 0px;
}

.tw :is(.tw-h-1) {
  height: 0.25rem;
}

.tw :is(.tw-h-10) {
  height: 2.5rem;
}

.tw :is(.tw-h-12) {
  height: 3rem;
}

.tw :is(.tw-h-14) {
  height: 3.5rem;
}

.tw :is(.tw-h-2) {
  height: 0.5rem;
}

.tw :is(.tw-h-3) {
  height: 0.75rem;
}

.tw :is(.tw-h-3\.5) {
  height: 0.875rem;
}

.tw :is(.tw-h-4) {
  height: 1rem;
}

.tw :is(.tw-h-5) {
  height: 1.25rem;
}

.tw :is(.tw-h-6) {
  height: 1.5rem;
}

.tw :is(.tw-h-\[2\.125rem\]) {
  height: 2.125rem;
}

.tw :is(.tw-h-\[21px\]) {
  height: 21px;
}

.tw :is(.tw-h-auto) {
  height: auto;
}

.tw :is(.tw-h-full) {
  height: 100%;
}

.tw :is(.tw-h-max) {
  height: -moz-max-content;
  height: max-content;
}

.tw :is(.tw-h-screen) {
  height: 100vh;
}

.tw :is(.tw-max-h-0) {
  max-height: 0px;
}

.tw :is(.tw-max-h-6) {
  max-height: 1.5rem;
}

.tw :is(.tw-max-h-8) {
  max-height: 2rem;
}

.tw :is(.tw-max-h-80) {
  max-height: 20rem;
}

.tw :is(.tw-max-h-\[500px\]) {
  max-height: 500px;
}

.tw :is(.\!tw-min-h-dvh) {
  min-height: 100dvh !important;
}

.tw :is(.tw-min-h-8) {
  min-height: 2rem;
}

.tw :is(.tw-min-h-\[calc\(100\%-1rem\)\]) {
  min-height: calc(100% - 1rem);
}

.tw :is(.tw-min-h-dvh) {
  min-height: 100dvh;
}

.tw :is(.tw-min-h-max) {
  min-height: -moz-max-content;
  min-height: max-content;
}

.tw :is(.tw-min-h-screen) {
  min-height: 100vh;
}

.tw :is(.tw-w-0) {
  width: 0px;
}

.tw :is(.tw-w-1) {
  width: 0.25rem;
}

.tw :is(.tw-w-1\/5) {
  width: 20%;
}

.tw :is(.tw-w-10) {
  width: 2.5rem;
}

.tw :is(.tw-w-12) {
  width: 3rem;
}

.tw :is(.tw-w-14) {
  width: 3.5rem;
}

.tw :is(.tw-w-16) {
  width: 4rem;
}

.tw :is(.tw-w-2) {
  width: 0.5rem;
}

.tw :is(.tw-w-2\/4) {
  width: 50%;
}

.tw :is(.tw-w-2\/5) {
  width: 40%;
}

.tw :is(.tw-w-20) {
  width: 5rem;
}

.tw :is(.tw-w-24) {
  width: 6rem;
}

.tw :is(.tw-w-32) {
  width: 8rem;
}

.tw :is(.tw-w-36) {
  width: 9rem;
}

.tw :is(.tw-w-40) {
  width: 10rem;
}

.tw :is(.tw-w-44) {
  width: 11rem;
}

.tw :is(.tw-w-5) {
  width: 1.25rem;
}

.tw :is(.tw-w-5\/6) {
  width: 83.333333%;
}

.tw :is(.tw-w-52) {
  width: 13rem;
}

.tw :is(.tw-w-6) {
  width: 1.5rem;
}

.tw :is(.tw-w-60) {
  width: 15rem;
}

.tw :is(.tw-w-7) {
  width: 1.75rem;
}

.tw :is(.tw-w-72) {
  width: 18rem;
}

.tw :is(.tw-w-8) {
  width: 2rem;
}

.tw :is(.tw-w-\[10\%\]) {
  width: 10%;
}

.tw :is(.tw-w-\[35\%\]) {
  width: 35%;
}

.tw :is(.tw-w-\[5\%\]) {
  width: 5%;
}

.tw :is(.tw-w-\[800px\]) {
  width: 800px;
}

.tw :is(.tw-w-fit) {
  width: -moz-fit-content;
  width: fit-content;
}

.tw :is(.tw-w-full) {
  width: 100%;
}

.tw :is(.tw-w-max) {
  width: -moz-max-content;
  width: max-content;
}

.tw :is(.tw-min-w-112) {
  min-width: 28rem;
}

.tw :is(.tw-min-w-12) {
  min-width: 3rem;
}

.tw :is(.tw-min-w-144) {
  min-width: 36rem;
}

.tw :is(.tw-min-w-16) {
  min-width: 4rem;
}

.tw :is(.tw-min-w-20) {
  min-width: 5rem;
}

.tw :is(.tw-min-w-24) {
  min-width: 6rem;
}

.tw :is(.tw-min-w-28) {
  min-width: 7rem;
}

.tw :is(.tw-min-w-32) {
  min-width: 8rem;
}

.tw :is(.tw-min-w-36) {
  min-width: 9rem;
}

.tw :is(.tw-min-w-4) {
  min-width: 1rem;
}

.tw :is(.tw-min-w-48) {
  min-width: 12rem;
}

.tw :is(.tw-min-w-8) {
  min-width: 2rem;
}

.tw :is(.tw-min-w-\[0\]) {
  min-width: 0;
}

.tw :is(.tw-min-w-\[1\.5rem\]) {
  min-width: 1.5rem;
}

.tw :is(.tw-min-w-\[90dvw\]) {
  min-width: 90dvw;
}

.tw :is(.tw-min-w-screen-lg) {
  min-width: 1024px;
}

.tw :is(.tw-min-w-screen-md) {
  min-width: 768px;
}

.tw :is(.tw-min-w-screen-sm) {
  min-width: 640px;
}

.tw :is(.tw-min-w-screen-xl) {
  min-width: 1280px;
}

.tw :is(.tw-max-w-0) {
  max-width: 0px;
}

.tw :is(.tw-max-w-10) {
  max-width: 2.5rem;
}

.tw :is(.tw-max-w-20) {
  max-width: 5rem;
}

.tw :is(.tw-max-w-24) {
  max-width: 6rem;
}

.tw :is(.tw-max-w-28) {
  max-width: 7rem;
}

.tw :is(.tw-max-w-2xl) {
  max-width: 42rem;
}

.tw :is(.tw-max-w-32) {
  max-width: 8rem;
}

.tw :is(.tw-max-w-36) {
  max-width: 9rem;
}

.tw :is(.tw-max-w-3xl) {
  max-width: 48rem;
}

.tw :is(.tw-max-w-4) {
  max-width: 1rem;
}

.tw :is(.tw-max-w-44) {
  max-width: 11rem;
}

.tw :is(.tw-max-w-4xl) {
  max-width: 56rem;
}

.tw :is(.tw-max-w-52) {
  max-width: 13rem;
}

.tw :is(.tw-max-w-5xl) {
  max-width: 64rem;
}

.tw :is(.tw-max-w-64) {
  max-width: 16rem;
}

.tw :is(.tw-max-w-6xl) {
  max-width: 72rem;
}

.tw :is(.tw-max-w-72) {
  max-width: 18rem;
}

.tw :is(.tw-max-w-7xl) {
  max-width: 80rem;
}

.tw :is(.tw-max-w-80) {
  max-width: 20rem;
}

.tw :is(.tw-max-w-\[20rem\]) {
  max-width: 20rem;
}

.tw :is(.tw-max-w-\[calc\(100vw-1rem\)\]) {
  max-width: calc(100vw - 1rem);
}

.tw :is(.tw-max-w-lg) {
  max-width: 32rem;
}

.tw :is(.tw-max-w-max) {
  max-width: -moz-max-content;
  max-width: max-content;
}

.tw :is(.tw-max-w-md) {
  max-width: 28rem;
}

.tw :is(.tw-max-w-screen-2xl) {
  max-width: 1536px;
}

.tw :is(.tw-max-w-screen-lg) {
  max-width: 1024px;
}

.tw :is(.tw-max-w-screen-md) {
  max-width: 768px;
}

.tw :is(.tw-max-w-screen-sm) {
  max-width: 640px;
}

.tw :is(.tw-max-w-screen-xl) {
  max-width: 1280px;
}

.tw :is(.tw-max-w-sm) {
  max-width: 24rem;
}

.tw :is(.tw-max-w-xl) {
  max-width: 36rem;
}

.tw :is(.tw-shrink-0) {
  flex-shrink: 0;
}

.tw :is(.tw-flex-grow) {
  flex-grow: 1;
}

.tw :is(.tw-grow) {
  flex-grow: 1;
}

.tw :is(.tw-grow-0) {
  flex-grow: 0;
}

.tw :is(.tw-table-auto) {
  table-layout: auto;
}

@keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.tw :is(.tw-animate-ping) {
  animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.tw :is(.\!tw-cursor-default) {
  cursor: default !important;
}

.tw :is(.tw-cursor-default) {
  cursor: default;
}

.tw :is(.tw-cursor-grab) {
  cursor: grab;
}

.tw :is(.tw-cursor-help) {
  cursor: help;
}

.tw :is(.tw-cursor-pointer) {
  cursor: pointer;
}

.tw :is(.tw-list-inside) {
  list-style-position: inside;
}

.tw :is(.tw-list-disc) {
  list-style-type: disc;
}

.tw :is(.tw-grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw :is(.tw-grid-cols-2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw :is(.tw-grid-cols-\[120px_auto\]) {
  grid-template-columns: 120px auto;
}

.tw :is(.tw-grid-cols-\[1fr_auto\]) {
  grid-template-columns: 1fr auto;
}

.tw :is(.tw-grid-cols-\[minmax\(0\,1fr\)\]) {
  grid-template-columns: minmax(0,1fr);
}

.tw :is(.tw-grid-cols-\[minmax\(0\,5fr\)_minmax\(0\,6fr\)\]) {
  grid-template-columns: minmax(0,5fr) minmax(0,6fr);
}

.tw :is(.tw-flex-row-reverse) {
  flex-direction: row-reverse;
}

.tw :is(.tw-flex-col) {
  flex-direction: column;
}

.tw :is(.tw-flex-wrap) {
  flex-wrap: wrap;
}

.tw :is(.tw-items-start) {
  align-items: flex-start;
}

.tw :is(.tw-items-center) {
  align-items: center;
}

.tw :is(.tw-items-stretch) {
  align-items: stretch;
}

.tw :is(.tw-justify-start) {
  justify-content: flex-start;
}

.tw :is(.tw-justify-end) {
  justify-content: flex-end;
}

.tw :is(.\!tw-justify-center) {
  justify-content: center !important;
}

.tw :is(.tw-justify-center) {
  justify-content: center;
}

.tw :is(.tw-justify-between) {
  justify-content: space-between;
}

.tw :is(.tw-justify-around) {
  justify-content: space-around;
}

.tw :is(.tw-justify-items-center) {
  justify-items: center;
}

.tw :is(.tw-gap-0) {
  gap: 0px;
}

.tw :is(.tw-gap-0\.5) {
  gap: 0.125rem;
}

.tw :is(.tw-gap-1) {
  gap: 0.25rem;
}

.tw :is(.tw-gap-1\.5) {
  gap: 0.375rem;
}

.tw :is(.tw-gap-2) {
  gap: 0.5rem;
}

.tw :is(.tw-gap-3) {
  gap: 0.75rem;
}

.tw :is(.tw-gap-4) {
  gap: 1rem;
}

.tw :is(.tw-gap-x-1) {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.tw :is(.tw-gap-x-2) {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.tw :is(.tw-gap-x-3) {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.tw :is(.tw-gap-x-4) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.tw :is(.tw-gap-x-6) {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.tw :is(.tw-gap-y-0) {
  row-gap: 0px;
}

.tw :is(.tw-gap-y-0\.5) {
  row-gap: 0.125rem;
}

.tw :is(.tw-gap-y-1) {
  row-gap: 0.25rem;
}

.tw :is(.tw-gap-y-2) {
  row-gap: 0.5rem;
}

.tw :is(.tw-gap-y-3) {
  row-gap: 0.75rem;
}

.tw :is(.tw-gap-y-4) {
  row-gap: 1rem;
}

.tw :is(.tw-gap-y-8) {
  row-gap: 2rem;
}

.tw :is(.tw-gap-y-\[1px\]) {
  row-gap: 1px;
}

.tw :is(.tw-self-center) {
  align-self: center;
}

.tw :is(.tw-justify-self-start) {
  justify-self: start;
}

.tw :is(.tw-overflow-auto) {
  overflow: auto;
}

.tw :is(.tw-overflow-hidden) {
  overflow: hidden;
}

.tw :is(.tw-overflow-x-auto) {
  overflow-x: auto;
}

.tw :is(.tw-overflow-y-auto) {
  overflow-y: auto;
}

.tw :is(.tw-truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw :is(.tw-text-ellipsis) {
  text-overflow: ellipsis;
}

.tw :is(.\!tw-whitespace-normal) {
  white-space: normal !important;
}

.tw :is(.tw-whitespace-nowrap) {
  white-space: nowrap;
}

.tw :is(.tw-whitespace-pre-line) {
  white-space: pre-line;
}

.tw :is(.tw-whitespace-pre-wrap) {
  white-space: pre-wrap;
}

.tw :is(.tw-break-words) {
  overflow-wrap: break-word;
}

.tw :is(.tw-break-all) {
  word-break: break-all;
}

.tw :is(.tw-rounded) {
  border-radius: 0.25rem;
}

.tw :is(.tw-rounded-full) {
  border-radius: 9999px;
}

.tw :is(.tw-rounded-lg) {
  border-radius: 0.5rem;
}

.tw :is(.tw-rounded-b) {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw :is(.tw-rounded-l) {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw :is(.tw-rounded-l-none) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tw :is(.tw-rounded-r) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tw :is(.tw-rounded-r-none) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tw :is(.tw-border) {
  border-width: 1px;
}

.tw :is(.tw-border-b) {
  border-bottom-width: 1px;
}

.tw :is(.tw-border-b-\[0\.1rem\]) {
  border-bottom-width: 0.1rem;
}

.tw :is(.tw-border-l) {
  border-left-width: 1px;
}

.tw :is(.tw-border-l-0) {
  border-left-width: 0px;
}

.tw :is(.tw-border-r) {
  border-right-width: 1px;
}

.tw :is(.tw-border-r-0) {
  border-right-width: 0px;
}

.tw :is(.tw-border-t) {
  border-top-width: 1px;
}

.tw :is(.tw-border-t-\[0\.1rem\]) {
  border-top-width: 0.1rem;
}

.tw :is(.tw-border-dotted) {
  border-style: dotted;
}

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

.tw :is(.tw-border-amber-400) {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.tw :is(.tw-border-amber-500) {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}

.tw :is(.tw-border-black\/10) {
  border-color: rgb(0 0 0 / 0.1);
}

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

.tw :is(.tw-border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

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

.tw :is(.tw-border-gray-800) {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.tw :is(.tw-border-gray-900) {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.tw :is(.tw-border-green-500) {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.tw :is(.tw-border-green-600) {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.tw :is(.tw-border-red-500) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

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

.tw :is(.tw-border-zinc-400) {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.tw :is(.\!tw-bg-green-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
}

.tw :is(.\!tw-bg-green-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}

.tw :is(.\!tw-bg-red-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}

.tw :is(.\!tw-bg-red-500) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}

.tw :is(.tw-bg-adminblue-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(56 70 89 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-adminblue-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 49 70 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-adminblue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(27 39 56 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-amber-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-amber-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-amber-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-amber-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-amber-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-amber-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-cyan-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-cyan-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-cyan-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

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

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

.tw :is(.tw-bg-gray-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-gray-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-gray-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-green-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-green-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-red-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-red-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-red-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

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

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

.tw :is(.tw-bg-yellow-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-zinc-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.tw :is(.tw-bg-\[linear-gradient\(135deg\,rgba\(255\,255\,255\,0\.5\)25\%\,rgba\(0\,0\,0\,0\)_25\%\,rgba\(0\,0\,0\,0\)_50\%\,rgba\(255\,255\,255\,0\.5\)_50\%\,rgba\(255\,255\,255\,0\.5\)_75\%\,rgba\(0\,0\,0\,0\)_75\%\,rgba\(0\,0\,0\,0\)\)\]) {
  background-image: linear-gradient(135deg,rgba(255,255,255,0.5)25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
}

.tw :is(.tw-bg-gradient-to-b) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.tw :is(.tw-bg-gradient-to-r) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.tw :is(.tw-from-cyan-500) {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw :is(.tw-from-white) {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw :is(.tw-from-yellow-500) {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw :is(.tw-to-amber-500) {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.tw :is(.tw-to-blue-100) {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.tw :is(.tw-to-cyan-600) {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.tw :is(.tw-to-sky-100) {
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.tw :is(.\!tw-p-0) {
  padding: 0px !important;
}

.tw :is(.tw-p-0) {
  padding: 0px;
}

.tw :is(.tw-p-0\.5) {
  padding: 0.125rem;
}

.tw :is(.tw-p-1) {
  padding: 0.25rem;
}

.tw :is(.tw-p-1\.5) {
  padding: 0.375rem;
}

.tw :is(.tw-p-2) {
  padding: 0.5rem;
}

.tw :is(.tw-p-3) {
  padding: 0.75rem;
}

.tw :is(.tw-p-4) {
  padding: 1rem;
}

.tw :is(.\!tw-px-0) {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tw :is(.\!tw-py-1) {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw :is(.tw-px-0) {
  padding-left: 0px;
  padding-right: 0px;
}

.tw :is(.tw-px-0\.5) {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.tw :is(.tw-px-1) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.tw :is(.tw-px-1\.5) {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.tw :is(.tw-px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw :is(.tw-px-2\.5) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.tw :is(.tw-px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw :is(.tw-px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw :is(.tw-px-6) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tw :is(.tw-py-0) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tw :is(.tw-py-0\.5) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.tw :is(.tw-py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw :is(.tw-py-1\.5) {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tw :is(.tw-py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw :is(.tw-py-2\.5) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.tw :is(.tw-py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tw :is(.tw-py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw :is(.\!tw-pl-3) {
  padding-left: 0.75rem !important;
}

.tw :is(.tw-pb-0) {
  padding-bottom: 0px;
}

.tw :is(.tw-pb-0\.5) {
  padding-bottom: 0.125rem;
}

.tw :is(.tw-pb-1) {
  padding-bottom: 0.25rem;
}

.tw :is(.tw-pb-1\.5) {
  padding-bottom: 0.375rem;
}

.tw :is(.tw-pb-2) {
  padding-bottom: 0.5rem;
}

.tw :is(.tw-pb-24) {
  padding-bottom: 6rem;
}

.tw :is(.tw-pb-4) {
  padding-bottom: 1rem;
}

.tw :is(.tw-pl-1) {
  padding-left: 0.25rem;
}

.tw :is(.tw-pl-2) {
  padding-left: 0.5rem;
}

.tw :is(.tw-pr-1) {
  padding-right: 0.25rem;
}

.tw :is(.tw-pr-2) {
  padding-right: 0.5rem;
}

.tw :is(.tw-pr-3) {
  padding-right: 0.75rem;
}

.tw :is(.tw-pr-4) {
  padding-right: 1rem;
}

.tw :is(.tw-pt-1) {
  padding-top: 0.25rem;
}

.tw :is(.tw-pt-12) {
  padding-top: 3rem;
}

.tw :is(.tw-pt-2) {
  padding-top: 0.5rem;
}

.tw :is(.tw-pt-4) {
  padding-top: 1rem;
}

.tw :is(.tw-text-left) {
  text-align: left;
}

.tw :is(.tw-text-center) {
  text-align: center;
}

.tw :is(.\!tw-text-right) {
  text-align: right !important;
}

.tw :is(.tw-text-right) {
  text-align: right;
}

.tw :is(.tw-align-top) {
  vertical-align: top;
}

.tw :is(.tw-align-middle) {
  vertical-align: middle;
}

.tw :is(.tw-text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw :is(.tw-text-\[1\.5rem\]) {
  font-size: 1.5rem;
}

.tw :is(.tw-text-\[11px\]) {
  font-size: 11px;
}

.tw :is(.tw-text-base) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw :is(.tw-text-lg) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tw :is(.tw-text-sm) {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw :is(.tw-text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tw :is(.\!tw-font-bold) {
  font-weight: 700 !important;
}

.tw :is(.tw-font-bold) {
  font-weight: 700;
}

.tw :is(.tw-font-medium) {
  font-weight: 500;
}

.tw :is(.tw-font-normal) {
  font-weight: 400;
}

.tw :is(.tw-font-semibold) {
  font-weight: 600;
}

.tw :is(.\!tw-text-red-500) {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

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

.tw :is(.tw-text-amber-500) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.tw :is(.tw-text-amber-600) {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.tw :is(.tw-text-amber-800) {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}

.tw :is(.tw-text-cyan-100) {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}

.tw :is(.tw-text-cyan-300) {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}

.tw :is(.tw-text-cyan-600) {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.tw :is(.tw-text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.tw :is(.tw-text-gray-50) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.tw :is(.tw-text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.tw :is(.tw-text-gray-600) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.tw :is(.tw-text-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.tw :is(.tw-text-gray-900) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.tw :is(.tw-text-green-500) {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.tw :is(.tw-text-green-600) {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.tw :is(.tw-text-green-700) {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.tw :is(.tw-text-green-900) {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.tw :is(.tw-text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.tw :is(.tw-text-red-600) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.tw :is(.tw-text-red-700) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.tw :is(.tw-text-sky-700) {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

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

.tw :is(.tw-text-zinc-600) {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.tw :is(.tw-underline) {
  text-decoration-line: underline;
}

.tw :is(.tw-line-through) {
  text-decoration-line: line-through;
}

.tw :is(.tw-placeholder-gray-500)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.tw :is(.tw-placeholder-gray-500)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.tw :is(.tw-opacity-0) {
  opacity: 0;
}

.tw :is(.tw-opacity-100) {
  opacity: 1;
}

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

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

.tw :is(.tw-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);
}

.tw :is(.tw-transition-\[width\]) {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.tw :is(.tw-duration-150) {
  transition-duration: 150ms;
}

.tw :is(.tw-duration-200) {
  transition-duration: 200ms;
}

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

.\[ko_memo\:\"\+b\+\"\] {
  ko_memo: "+b+";
}

.\[transform\:translateX\(-50\%\)\] {
  transform: translateX(-50%);
}

.\[word-break\:break-word\] {
  word-break: break-word;
}

.\[word-wrap\:break-word\] {
  word-wrap: break-word;
}

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

.tw :is(.after\:tw-left-16)::after {
  content: var(--tw-content);
  left: 4rem;
}

.tw :is(.after\:tw-right-1)::after {
  content: var(--tw-content);
  right: 0.25rem;
}

.tw :is(.after\:tw-rounded-full)::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

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

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

.tw :is(.after\:tw-px-2)::after {
  content: var(--tw-content);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw :is(.after\:tw-px-2\.5)::after {
  content: var(--tw-content);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.tw :is(.after\:tw-py-1)::after {
  content: var(--tw-content);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw :is(.after\:tw-py-1\.5)::after {
  content: var(--tw-content);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tw :is(.after\:tw-font-bold)::after {
  content: var(--tw-content);
  font-weight: 700;
}

.tw :is(.after\:tw-text-gray-700)::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw :is(.after\:tw-content-\[\"\1433\"\])::after {
  --tw-content: "ᐳ";
  content: var(--tw-content);
}

.tw :is(.after\:tw-content-\[\"\1438\"\])::after {
  --tw-content: "ᐸ";
  content: var(--tw-content);
}

.tw :is(.after\:tw-content-none)::after {
  --tw-content: none;
  content: var(--tw-content);
}

.tw :is(.after\:tw-content-\[\\\"\1433\\\"\])::after {
  --tw-content: \"ᐳ\";
  content: var(--tw-content);
}

.tw :is(.after\:tw-content-\[\\\"\1438\\\"\])::after {
  --tw-content: \"ᐸ\";
  content: var(--tw-content);
}

.tw :is(.hover\:\!tw-bg-red-600:hover) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.tw :is(.hover\:tw-bg-adminblue-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(27 39 56 / var(--tw-bg-opacity));
}

.tw :is(.hover\:tw-bg-adminblue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 29 42 / var(--tw-bg-opacity));
}

.tw :is(.hover\:tw-bg-cyan-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}

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

.tw :is(.hover\:tw-bg-gray-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tw :is(.hover\:tw-text-cyan-800:hover) {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

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

.tw :is(.hover\:tw-text-gray-800:hover) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.tw :is(.hover\:tw-text-sky-900:hover) {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

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

.tw :is(.hover\:\!tw-opacity-100:hover) {
  opacity: 1 !important;
}

.hover\:\[background\:transparent\!important\]:hover {
  background: transparent !important;
}

.tw :is(.after\:hover\:tw-bg-gray-50:hover)::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tw :is(.disabled\:tw-border-zinc-300:disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

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

.tw :is(.tw-group:hover .group-hover\:tw-block) {
  display: block;
}

.tw :is(.tw-group:hover .group-hover\:tw-bg-gray-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tw :is(.tw-group:hover .group-hover\:\!tw-text-sky-300) {
  --tw-text-opacity: 1 !important;
  color: rgb(125 211 252 / var(--tw-text-opacity)) !important;
}

.tw :is(.tw-group:hover .group-hover\:tw-text-cyan-800) {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}

.tw :is(.tw-group:focus .group-focus\:tw-block) {
  display: block;
}

@media (min-width: 475px) {
  .tw :is(.xs\:tw-row-start-1) {
    grid-row-start: 1;
  }

  .tw :is(.xs\:tw-row-end-2) {
    grid-row-end: 2;
  }

  .tw :is(.xs\:tw-grid) {
    display: grid;
  }

  .tw :is(.xs\:tw-h-full) {
    height: 100%;
  }

  .tw :is(.xs\:tw-grid-cols-\[auto_1fr\]) {
    grid-template-columns: auto 1fr;
  }

  .tw :is(.xs\:tw-grid-rows-1) {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tw :is(.xs\:tw-justify-end) {
    justify-content: flex-end;
  }

  .tw :is(.xs\:tw-whitespace-nowrap) {
    white-space: nowrap;
  }

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

@media (min-width: 640px) {
  .tw :is(.sm\:tw-ml-4) {
    margin-left: 1rem;
  }

  .tw :is(.sm\:tw-block) {
    display: block;
  }

  .tw :is(.sm\:tw-min-h-\[calc\(100\%-3\.5rem\)\]) {
    min-height: calc(100% - 3.5rem);
  }

  .tw :is(.sm\:tw-w-60) {
    width: 15rem;
  }

  .tw :is(.sm\:tw-w-80) {
    width: 20rem;
  }

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

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

@media (min-width: 768px) {
  .tw :is(.md\:tw-col-start-2) {
    grid-column-start: 2;
  }

  .tw :is(.md\:tw-col-start-3) {
    grid-column-start: 3;
  }

  .tw :is(.md\:tw-col-end-3) {
    grid-column-end: 3;
  }

  .tw :is(.md\:tw-col-end-4) {
    grid-column-end: 4;
  }

  .tw :is(.md\:tw-ml-\[unset\]) {
    margin-left: unset;
  }

  .tw :is(.md\:tw-ml-auto) {
    margin-left: auto;
  }

  .tw :is(.md\:tw-mt-1) {
    margin-top: 0.25rem;
  }

  .tw :is(.md\:tw-mt-1\.5) {
    margin-top: 0.375rem;
  }

  .tw :is(.md\:tw-mt-16) {
    margin-top: 4rem;
  }

  .tw :is(.md\:tw-mt-24) {
    margin-top: 6rem;
  }

  .tw :is(.md\:tw-inline-block) {
    display: inline-block;
  }

  .tw :is(.md\:tw-flex) {
    display: flex;
  }

  .tw :is(.md\:tw-grid) {
    display: grid;
  }

  .tw :is(.md\:tw-h-min) {
    height: -moz-min-content;
    height: min-content;
  }

  .tw :is(.md\:tw-min-h-\[27px\]) {
    min-height: 27px;
  }

  .tw :is(.md\:tw-w-48) {
    width: 12rem;
  }

  .tw :is(.md\:tw-w-auto) {
    width: auto;
  }

  .tw :is(.md\:tw-w-full) {
    width: 100%;
  }

  .tw :is(.md\:tw-min-w-112) {
    min-width: 28rem;
  }

  .tw :is(.md\:tw-min-w-144) {
    min-width: 36rem;
  }

  .tw :is(.md\:tw-min-w-48) {
    min-width: 12rem;
  }

  .tw :is(.md\:tw-min-w-96) {
    min-width: 24rem;
  }

  .tw :is(.md\:tw-min-w-\[512px\]) {
    min-width: 512px;
  }

  .tw :is(.md\:tw-min-w-\[576px\]) {
    min-width: 576px;
  }

  .tw :is(.md\:tw-min-w-screen-md) {
    min-width: 768px;
  }

  .tw :is(.md\:tw-max-w-none) {
    max-width: none;
  }

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

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

  .tw :is(.md\:tw-grid-cols-6) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tw :is(.md\:tw-grid-cols-\[1fr_auto_1fr\]) {
    grid-template-columns: 1fr auto 1fr;
  }

  .tw :is(.md\:tw-grid-cols-\[2fr_10fr\]) {
    grid-template-columns: 2fr 10fr;
  }

  .tw :is(.md\:tw-grid-cols-\[5fr_7fr\]) {
    grid-template-columns: 5fr 7fr;
  }

  .tw :is(.md\:tw-grid-cols-\[minmax\(0\2c 2fr\)_minmax\(0\2c 10fr\)\]) {
    grid-template-columns: minmax(0,2fr) minmax(0,10fr);
  }

  .tw :is(.md\:tw-grid-cols-\[minmax\(0\2c 4fr\)_minmax\(0\2c 6fr\)\]) {
    grid-template-columns: minmax(0,4fr) minmax(0,6fr);
  }

  .tw :is(.md\:tw-grid-cols-\[minmax\(0\2c 4fr\)_minmax\(0\2c 8fr\)\]) {
    grid-template-columns: minmax(0,4fr) minmax(0,8fr);
  }

  .tw :is(.md\:tw-grid-cols-\[minmax\(0\2c 5fr\)_minmax\(0\2c 7fr\)\]) {
    grid-template-columns: minmax(0,5fr) minmax(0,7fr);
  }

  .tw :is(.md\:tw-flex-row) {
    flex-direction: row;
  }

  .tw :is(.md\:tw-flex-col) {
    flex-direction: column;
  }

  .tw :is(.md\:tw-items-center) {
    align-items: center;
  }

  .tw :is(.md\:tw-justify-start) {
    justify-content: flex-start;
  }

  .tw :is(.md\:tw-justify-between) {
    justify-content: space-between;
  }

  .tw :is(.md\:tw-gap-2) {
    gap: 0.5rem;
  }

  .tw :is(.md\:tw-gap-x-2) {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .tw :is(.md\:tw-self-start) {
    align-self: flex-start;
  }

  .tw :is(.md\:tw-border-l-0) {
    border-left-width: 0px;
  }

  .tw :is(.md\:tw-border-r) {
    border-right-width: 1px;
  }

  .tw :is(.md\:tw-border-r-0) {
    border-right-width: 0px;
  }

  .tw :is(.md\:tw-py-2) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tw :is(.md\:tw-py-3) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tw :is(.md\:tw-text-left) {
    text-align: left;
  }

  .tw :is(.md\:tw-text-2xl) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .tw :is(.lg\:tw-block) {
    display: block;
  }

  .tw :is(.lg\:tw-hidden) {
    display: none;
  }

  .tw :is(.lg\:tw-min-w-\[1000px\]) {
    min-width: 1000px;
  }

  .tw :is(.lg\:tw-max-w-screen-md) {
    max-width: 768px;
  }

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

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

  .tw :is(.lg\:tw-flex-row) {
    flex-direction: row;
  }

  .tw :is(.lg\:tw-gap-1) {
    gap: 0.25rem;
  }

  .tw :is(.lg\:tw-gap-1\.5) {
    gap: 0.375rem;
  }

  .tw :is(.lg\:tw-gap-x-5) {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .tw :is(.xl\:tw-static) {
    position: static;
  }

  .tw :is(.xl\:tw-block) {
    display: block;
  }

  .tw :is(.xl\:tw-flex) {
    display: flex;
  }

  .tw :is(.xl\:tw-hidden) {
    display: none;
  }

  .tw :is(.xl\:tw-min-w-\[1100px\]) {
    min-width: 1100px;
  }

  .tw :is(.xl\:tw-min-w-screen-lg) {
    min-width: 1024px;
  }

  .tw :is(.xl\:tw-flex-row) {
    flex-direction: row;
  }

  .tw :is(.xl\:tw-items-start) {
    align-items: flex-start;
  }

  .tw :is(.xl\:tw-justify-start) {
    justify-content: flex-start;
  }

  .tw :is(.xl\:tw-justify-center) {
    justify-content: center;
  }

  .tw :is(.xl\:tw-justify-between) {
    justify-content: space-between;
  }

  .tw :is(.xl\:tw-rounded-none) {
    border-radius: 0px;
  }

  .tw :is(.xl\:tw-border) {
    border-width: 1px;
  }

  .tw :is(.xl\:tw-border-0) {
    border-width: 0px;
  }

  .tw :is(.xl\:tw-border-r) {
    border-right-width: 1px;
  }

  .tw :is(.xl\:tw-bg-transparent) {
    background-color: transparent;
  }

  .tw :is(.xl\:tw-pb-0) {
    padding-bottom: 0px;
  }

  .tw :is(.xl\:tw-text-left) {
    text-align: left;
  }

  .tw :is(.xl\:first\:tw-rounded-l:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tw :is(.xl\:last\:tw-rounded-r:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tw :is(.xl\:last\:tw-border-r-0:last-child) {
    border-right-width: 0px;
  }
}

@media (max-height: 1024px) {
  .tw :is(.hlg\:tw--top-10) {
    top: -2.5rem;
  }

  .tw :is(.hlg\:tw-max-h-\[350px\]) {
    max-height: 350px;
  }
}

@media (max-height: 475px) {
  .tw :is(.hxs\:tw-relative) {
    position: relative;
  }

  .tw :is(.hxs\:tw-mt-0) {
    margin-top: 0px;
  }

  .tw :is(.hxs\:tw-mt-10) {
    margin-top: 2.5rem;
  }

  .tw :is(.hxs\:tw-mt-6) {
    margin-top: 1.5rem;
  }

  .tw :is(.hxs\:tw-max-w-52) {
    max-width: 13rem;
  }
}

.tw :is(.\[\&\:has\(\.btn\)\]\:tw-text-center:has(.btn)) {
  text-align: center;
}

@media (min-width: 768px) {
  .tw :is(.md\:\[\&\:has\(\.btn\)\]\:tw-text-left:has(.btn)) {
    text-align: left;
  }
}

.tw :is(.\[\&\:has\(\.fc-daygrid-event\)\]\:\!tw-table-row:has(.fc-daygrid-event)) {
  display: table-row !important;
}

.tw :is(.\[\&\:has\(input\[type\=text\]\)\]\:tw-grid:has(input[type=text])) {
  display: grid;
}

.tw :is(.\[\&\:hover_td\]\:tw-bg-blue-200:hover td) {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\:hover_td\]\:tw-bg-red-200:hover td) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\:hover_td\]\:tw-bg-sky-200:hover td) {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\:not\(\.active\)\]\:tw-bg-\[length\:5px_5px\]:not(.active)) {
  background-size: 5px 5px;
}

.tw :is(.\[\&\:not\(\[level\=\'0\'\]\)\]\:tw-hidden:not([level='0'])) {
  display: none;
}

.tw :is(.\[\&\>label\]\:tw-block>label) {
  display: block;
}

.tw :is(.\[\&\[level\=\"1\"\]\]\:tw-pl-2[level="1"]) {
  padding-left: 0.5rem;
}

.tw :is(.\[\&\[level\=\"2\"\]\]\:tw-bg-\[\#2D415E\][level="2"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(45 65 94 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\[level\=\"2\"\]\]\:tw-pl-9[level="2"]) {
  padding-left: 2.25rem;
}

.tw :is(.\[\&\[level\=\"2\"\]\]\:hover\:tw-bg-adminblue-600:hover[level="2"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(27 39 56 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\[level\=\"3\"\]\]\:tw-bg-\[\#364E6F\][level="3"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(54 78 111 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\[level\=\"3\"\]\]\:tw-pl-12[level="3"]) {
  padding-left: 3rem;
}

.tw :is(.\[\&\[level\=\"3\"\]\]\:hover\:tw-bg-adminblue-600:hover[level="3"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(27 39 56 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\[level\=\"4\"\]\]\:tw-bg-\[\#3E5980\][level="4"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(62 89 128 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\[level\=\"4\"\]\]\:tw-pl-16[level="4"]) {
  padding-left: 4rem;
}

.tw :is(.\[\&\[level\=\"4\"\]\]\:hover\:tw-bg-adminblue-600:hover[level="4"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(27 39 56 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\[readonly\=false\]\]\:\!tw-pointer-events-auto[readonly=false]) {
  pointer-events: auto !important;
}

.tw :is(.\[\&\[readonly\=false\]\]\:\!tw-border-gray-200[readonly=false]) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.tw :is(.\[\&\[readonly\=false\]\]\:\!tw-bg-white[readonly=false]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.tw :is(.\[\&\[readonly\=false\]\]\:\!tw-text-gray-900[readonly=false]) {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.tw :is(.\[\&\[readonly\]\]\:tw-pointer-events-none[readonly]) {
  pointer-events: none;
}

.tw :is(.\[\&\[readonly\]\]\:tw-border-zinc-300[readonly]) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.tw :is(.\[\&\[readonly\]\]\:tw-bg-gray-200[readonly]) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.tw :is(.\[\&\[readonly\]\]\:tw-text-gray-700[readonly]) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw :is(.\[\&_\.file-caption-name\:\:placeholder\]\:tw-text-gray-700 .file-caption-name)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw :is(.\[\&_\.file-caption-name\:\:placeholder\]\:tw-text-gray-700 .file-caption-name)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw :is(.\[\&_input\]\:tw-rounded-l-none input) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tw :is(.\[\&_input\]\:tw-rounded-r-none input) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tw :is(.\[\&_td\]\:tw-break-words td) {
  overflow-wrap: break-word;
}

.tw :is(.\[\&_td\]\:tw-border td) {
  border-width: 1px;
}

.tw :is(.\[\&_td\]\:tw-border-0 td) {
  border-width: 0px;
}

.tw :is(.\[\&_td\]\:tw-border-blue-300 td) {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.tw :is(.\[\&_td\]\:tw-border-gray-200 td) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.tw :is(.\[\&_td\]\:tw-border-gray-300 td) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.tw :is(.\[\&_td\]\:tw-border-red-300 td) {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.tw :is(.\[\&_td\]\:tw-border-sky-300 td) {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}

.tw :is(.\[\&_td\]\:tw-bg-blue-200\/80 td) {
  background-color: rgb(191 219 254 / 0.8);
}

.tw :is(.\[\&_td\]\:tw-bg-red-200\/80 td) {
  background-color: rgb(254 202 202 / 0.8);
}

.tw :is(.\[\&_td\]\:tw-bg-sky-200\/80 td) {
  background-color: rgb(186 230 253 / 0.8);
}

.tw :is(.\[\&_td\]\:tw-p-1 td) {
  padding: 0.25rem;
}

.tw :is(.\[\&_td\]\:tw-px-1\.5 td) {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.tw :is(.\[\&_td\]\:tw-py-1 td) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw :is(.\[\&_td\]\:tw-py-2 td) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_td\]\:\[word-break\:break-word\] td {
  word-break: break-word;
}

.tw :is(.\[\&_tfoot\]\:tw-text-sm tfoot) {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_tfoot\]\:\[background\:transparent\] tfoot {
  background: transparent;
}

.tw :is(.\[\&_th\]\:tw-border th) {
  border-width: 1px;
}

.tw :is(.\[\&_th\]\:tw-border-gray-200 th) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.tw :is(.\[\&_th\]\:tw-border-gray-300 th) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.tw :is(.\[\&_th\]\:tw-bg-gray-100 th) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.tw :is(.\[\&_th\]\:tw-bg-gray-200 th) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.tw :is(.\[\&_th\]\:tw-px-1\.5 th) {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.tw :is(.\[\&_th\]\:tw-py-1 th) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw :is(.\[\&_th\]\:tw-py-2 th) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw :is(.\[\&_th\]\:tw-text-center th) {
  text-align: center;
}

.\[\&_th\]\:\[word-break\:break-word\] th {
  word-break: break-word;
}

.tw :is(.\[\&_thead\]\:tw-text-sm thead) {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_thead\]\:\[background\:transparent\] thead {
  background: transparent;
}

.tw :is(.\[\&_tr\:nth-of-type\(2n\)\]\:\!tw-bg-gray-100 tr:nth-of-type(2n)) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.tw :is(.\[\&_tr\:nth-of-type\(2n\)\]\:tw-bg-gray-100 tr:nth-of-type(2n)) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.tw :is(.\[\&_tr\:nth-of-type\(2n\)\]\:tw-bg-gray-50 tr:nth-of-type(2n)) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tw :is(.\[\&_tr\:nth-of-type\(2n\+1\)\]\:tw-bg-white tr:nth-of-type(2n+1)) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tw :is(.last\:\[\&_tr_td\]\:tw-px-4 tr td:last-child) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw :is(.cardmenu_nav__dropdown .\[\.cardmenu\\_nav\\_\\_dropdown_\&\]\:tw-flex) {
  display: flex;
}

.tw :is(.cardmenu_nav__dropdown .\[\.cardmenu\\_nav\\_\\_dropdown_\&\]\:tw-justify-between) {
  justify-content: space-between;
}

.tw :is(.cardmenu_nav__dropdown .\[\.cardmenu\\_nav\\_\\_dropdown_\&\]\:tw-border-r-0) {
  border-right-width: 0px;
}

.tw :is(.cardmenu_nav__dropdown .\[\.cardmenu\\_nav\\_\\_dropdown_\&\]\:tw-bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.tw :is(.cardmenu_nav__dropdown .\[\.cardmenu\\_nav\\_\\_dropdown_\&\]\:tw-bg-transparent) {
  background-color: transparent;
}

.tw :is(.cardmenu_nav__dropdown .\[\.cardmenu\\_nav\\_\\_dropdown_\&\]\:tw-pb-2) {
  padding-bottom: 0.5rem;
}

.tw :is(.cardmenu_nav__dropdown .\[\.cardmenu\\_nav\\_\\_dropdown_\&\]\:tw-pt-2) {
  padding-top: 0.5rem;
}

.tw :is(.flowpro-headerright .\[\.flowpro-headerright_\&\]\:tw-right-0) {
  right: 0px;
}

.tw :is(.flowpromenuheader .\[\.flowpromenuheader_\&\]\:tw-right-0) {
  right: 0px;
}

.tw :is(.jq-closed .\[\.jq-closed_\&\:not\(\[level\=\"1\"\]\)\]\:tw-bg-gray-500:not([level="1"])) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.tw :is(.jq-closed .\[\.jq-closed_\&\[level\=\"2\"\]\]\:tw-pl-2[level="2"]) {
  padding-left: 0.5rem;
}

.tw :is(.jq-closed .\[\.jq-closed_\&\[level\=\"3\"\]\]\:tw-pl-6[level="3"]) {
  padding-left: 1.5rem;
}

.tw :is(.jq-closed .\[\.jq-closed_\&\[level\=\"4\"\]\]\:tw-pl-10[level="4"]) {
  padding-left: 2.5rem;
}

.tw :is(.jq-closed .\[\.jq-closed_\&\]\:\!tw-h-6) {
  height: 1.5rem !important;
}

.tw :is(.jq-closed .\[\.jq-closed_\&\]\:\!tw-w-6) {
  width: 1.5rem !important;
}

.tw :is(.jq-navMainItemExpandableBtnOpened .\[\.jq-navMainItemExpandableBtnOpened_\&\]\:tw-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));
}

.tw :is(div:not(.priority-nav-has-dropdown)>ul:not(.cardmenu_nav__dropdown) .\[div\:not\(\.priority-nav-has-dropdown\)\>ul\:not\(\.cardmenu\\_nav\\_\\_dropdown\)_\&\>a\]\:last\:tw-rounded-tr-lg:last-child>a) {
  border-top-right-radius: 0.5rem;
}

.tw :is(ul:not(.cardmenu_nav__dropdown) .\[ul\:not\(\.cardmenu\\_nav\\_\\_dropdown\)_\&\>a\]\:first\:tw-rounded-tl-lg:first-child>a) {
  border-top-left-radius: 0.5rem;
}
