/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Nunito, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

body {
  font-size: 0.813rem;
  line-height: 20px;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #0A1B27;
  text-align: left;
  background-color: #e4e5e6;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.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-invisible {
  visibility: hidden;
}

.tw-static {
  position: static;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: sticky;
}

.tw-inset-0 {
  inset: 0px;
}

.tw-bottom-0 {
  bottom: 0px;
}

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

.tw-bottom-3 {
  bottom: 0.75rem;
}

.tw-bottom-\[-32px\] {
  bottom: -32px;
}

.tw-left-0 {
  left: 0px;
}

.tw-left-0\.5 {
  left: 0.125rem;
}

.tw-left-3 {
  left: 0.75rem;
}

.tw-left-4 {
  left: 1rem;
}

.tw-left-8 {
  left: 2rem;
}

.tw-right-0 {
  right: 0px;
}

.tw-right-1 {
  right: 0.25rem;
}

.tw-right-1\.5 {
  right: 0.375rem;
}

.tw-right-2 {
  right: 0.5rem;
}

.tw-right-2\.5 {
  right: 0.625rem;
}

.tw-right-3 {
  right: 0.75rem;
}

.tw-right-8 {
  right: 2rem;
}

.tw-right-\[-10px\] {
  right: -10px;
}

.tw-top-0 {
  top: 0px;
}

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

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

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

.tw-top-12 {
  top: 3rem;
}

.tw-top-2 {
  top: 0.5rem;
}

.tw-top-24 {
  top: 6rem;
}

.tw-top-\[-10px\] {
  top: -10px;
}

.tw-top-\[30px\] {
  top: 30px;
}

.\!tw-z-0 {
  z-index: 0 !important;
}

.tw-z-10 {
  z-index: 10;
}

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

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

.tw-z-\[100\] {
  z-index: 100;
}

.tw-col-span-1 {
  grid-column: span 1 / span 1;
}

.tw-col-span-12 {
  grid-column: span 12 / span 12;
}

.tw-col-span-2 {
  grid-column: span 2 / span 2;
}

.tw-col-span-3 {
  grid-column: span 3 / span 3;
}

.tw-col-span-6 {
  grid-column: span 6 / span 6;
}

.tw-col-span-7 {
  grid-column: span 7 / span 7;
}

.tw-col-end-13 {
  grid-column-end: 13;
}

.tw-col-end-4 {
  grid-column-end: 4;
}

.tw-float-right {
  float: right;
}

.tw-float-left {
  float: left;
}

.\!tw-m-0 {
  margin: 0px !important;
}

.tw-m-0 {
  margin: 0px;
}

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

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

.tw-m-2 {
  margin: 0.5rem;
}

.tw-m-2\.5 {
  margin: 0.625rem;
}

.tw-m-3 {
  margin: 0.75rem;
}

.tw-m-3\.5 {
  margin: 0.875rem;
}

.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.tw-mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

.tw-mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tw-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.tw-mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tw-my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

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

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

.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.\!tw-ml-2 {
  margin-left: 0.5rem !important;
}

.\!tw-mt-\[23px\] {
  margin-top: 23px !important;
}

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

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

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

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

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

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

.tw-mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

.tw-ml-2\.5 {
  margin-left: 0.625rem;
}

.tw-ml-3 {
  margin-left: 0.75rem;
}

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

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

.tw-ml-\[-15px\] {
  margin-left: -15px;
}

.tw-ml-\[64px\] {
  margin-left: 64px;
}

.tw-ml-auto {
  margin-left: auto;
}

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

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

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

.tw-mr-2\.5 {
  margin-right: 0.625rem;
}

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

.tw-mr-4 {
  margin-right: 1rem;
}

.tw-mr-\[18px\] {
  margin-right: 18px;
}

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

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

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

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

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

.tw-mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

.tw-mt-5 {
  margin-top: 1.25rem;
}

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

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-mt-\[36px\] {
  margin-top: 36px;
}

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

.tw-block {
  display: block;
}

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

.tw-inline {
  display: inline;
}

.tw-flex {
  display: flex;
}

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

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.\!tw-h-11 {
  height: 2.75rem !important;
}

.\!tw-h-2 {
  height: 0.5rem !important;
}

.\!tw-h-6 {
  height: 1.5rem !important;
}

.\!tw-h-7 {
  height: 1.75rem !important;
}

.\!tw-h-8 {
  height: 2rem !important;
}

.\!tw-h-9 {
  height: 2.25rem !important;
}

.\!tw-h-\[38px\] {
  height: 38px !important;
}

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

.tw-h-11 {
  height: 2.75rem;
}

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

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

.tw-h-16 {
  height: 4rem;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-24 {
  height: 6rem;
}

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

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

.tw-h-32 {
  height: 8rem;
}

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

.tw-h-4\/6 {
  height: 66.666667%;
}

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

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

.tw-h-7 {
  height: 1.75rem;
}

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

.tw-h-9 {
  height: 2.25rem;
}

.tw-h-96 {
  height: 24rem;
}

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

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

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

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

.tw-h-auto {
  height: auto;
}

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

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

.tw-max-h-40 {
  max-height: 10rem;
}

.tw-max-h-96 {
  max-height: 24rem;
}

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

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

.tw-max-h-\[calc\(100vh-60px\)\] {
  max-height: calc(100vh - 60px);
}

.tw-max-h-full {
  max-height: 100%;
}

.\!tw-min-h-\[36px\] {
  min-height: 36px !important;
}

.\!tw-min-h-\[42px\] {
  min-height: 42px !important;
}

.tw-min-h-5 {
  min-height: 1.25rem;
}

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

.tw-min-h-\[15px\] {
  min-height: 15px;
}

.tw-min-h-\[200px\] {
  min-height: 200px;
}

.tw-min-h-\[35px\] {
  min-height: 35px;
}

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

.tw-min-h-full {
  min-height: 100%;
}

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

.\!tw-w-6 {
  width: 1.5rem !important;
}

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

.\!tw-w-8 {
  width: 2rem !important;
}

.\!tw-w-9 {
  width: 2.25rem !important;
}

.\!tw-w-\[38px\] {
  width: 38px !important;
}

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

.tw-w-1\/3 {
  width: 33.333333%;
}

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

.tw-w-11 {
  width: 2.75rem;
}

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

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

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

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

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

.tw-w-3 {
  width: 0.75rem;
}

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

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

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

.tw-w-4 {
  width: 1rem;
}

.tw-w-4\/12 {
  width: 33.333333%;
}

.tw-w-4\/6 {
  width: 66.666667%;
}

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

.tw-w-48 {
  width: 12rem;
}

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

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

.tw-w-64 {
  width: 16rem;
}

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

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

.tw-w-9 {
  width: 2.25rem;
}

.tw-w-96 {
  width: 24rem;
}

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

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

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

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

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

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

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

.tw-w-screen {
  width: 100vw;
}

.\!tw-min-w-\[0\] {
  min-width: 0 !important;
}

.tw-min-w-14 {
  min-width: 3.5rem;
}

.tw-min-w-96 {
  min-width: 24rem;
}

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

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

.tw-min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.tw-min-w-full {
  min-width: 100%;
}

.tw-max-w-\[500px\] {
  max-width: 500px;
}

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

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

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

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

.tw-flex-none {
  flex: none;
}

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

.tw-table-auto {
  table-layout: auto;
}

.tw-origin-center {
  transform-origin: center;
}

.-tw-translate-x-0 {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-tw-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-tw-translate-y-24 {
  --tw-translate-y: -6rem;
  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-translate-x-\[20\%\] {
  --tw-translate-x: 20%;
  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-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-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-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 tw-fall {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    transform: translateY(var(--final-position));
  }
}

.tw-animate-\[fall_3s_ease-out_infinite\] {
  animation: tw-fall 3s ease-out infinite;
}

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

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

@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

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

.\!tw-cursor-auto {
  cursor: auto !important;
}

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

.\!tw-cursor-not-allowed {
  cursor: not-allowed !important;
}

.\!tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-cursor-auto {
  cursor: auto;
}

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

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-cursor-text {
  cursor: text;
}

.tw-cursor-zoom-in {
  cursor: zoom-in;
}

.tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tw-list-disc {
  list-style-type: disc;
}

.tw-list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-content-center {
  align-content: center;
}

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

.\!tw-items-center {
  align-items: center !important;
}

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

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

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

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

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

.tw-justify-items-center {
  justify-items: center;
}

.tw-gap-1 {
  gap: 0.25rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

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

.tw-gap-3 {
  gap: 0.75rem;
}

.tw-gap-4 {
  gap: 1rem;
}

.-tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.tw-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.tw-self-end {
  align-self: flex-end;
}

.tw-self-center {
  align-self: center;
}

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

.\!tw-overflow-hidden {
  overflow: hidden !important;
}

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

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

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

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

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

.tw-text-ellipsis {
  text-overflow: ellipsis;
}

.tw-whitespace-normal {
  white-space: normal;
}

.\!tw-whitespace-nowrap {
  white-space: nowrap !important;
}

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

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

.\!tw-rounded-lg {
  border-radius: 0.5rem !important;
}

.\!tw-rounded-md {
  border-radius: 0.375rem !important;
}

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

.tw-rounded-\[20px\] {
  border-radius: 20px;
}

.tw-rounded-\[3px\] {
  border-radius: 3px;
}

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

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

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

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

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw-rounded-tl-none {
  border-top-left-radius: 0px;
}

.\!tw-border-0 {
  border-width: 0px !important;
}

.\!tw-border-2 {
  border-width: 2px !important;
}

.tw-border {
  border-width: 1px;
}

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

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

.tw-border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

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

.tw-border-l-8 {
  border-left-width: 8px;
}

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

.tw-border-solid {
  border-style: solid;
}

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

.\!tw-border-light-100 {
  border-color: rgba(179, 197, 212, 1) !important;
}

.tw-border-coorporative {
  --tw-border-opacity: 1;
  border-color: rgb(0 168 197 / var(--tw-border-opacity));
}

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

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

.tw-border-light-100 {
  border-color: rgba(179, 197, 212, 1);
}

.tw-border-light-20 {
  border-color: rgba(179, 197, 212, 0.2);
}

.tw-border-light-40 {
  border-color: rgba(179, 197, 212, 0.4);
}

.tw-border-success-100 {
  border-color: rgba(99, 206, 205, 1);
}

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

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

.tw-border-l-primary-100 {
  border-left-color: rgba(4, 168, 197, 1);
}

.\!tw-bg-light-20 {
  background-color: rgba(179, 197, 212, 0.2) !important;
}

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

.tw-bg-alert-100 {
  background-color: rgba(255, 161, 10, 1);
}

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

.tw-bg-coorporative {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 197 / var(--tw-bg-opacity));
}

.tw-bg-danger-100 {
  background-color: rgba(229, 78, 75, 1);
}

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

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

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

.tw-bg-light-10 {
  background-color: rgba(179, 197, 212, 0.1);
}

.tw-bg-light-100 {
  background-color: rgba(179, 197, 212, 1);
}

.tw-bg-light-20 {
  background-color: rgba(179, 197, 212, 0.2);
}

.tw-bg-light-40 {
  background-color: rgba(179, 197, 212, 0.4);
}

.tw-bg-light-60 {
  background-color: rgba(179, 197, 212, 0.6);
}

.tw-bg-light-80 {
  background-color: rgba(179, 197, 212, 0.8);
}

.tw-bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.tw-bg-primary-100 {
  background-color: rgba(4, 168, 197, 1);
}

.tw-bg-secondary-10 {
  background-color: rgba(54, 102, 148, 0.1);
}

.tw-bg-secondary-100 {
  background-color: rgba(54, 102, 148, 1);
}

.tw-bg-secondary-60 {
  background-color: rgba(54, 102, 148, 0.6);
}

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

.tw-bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.tw-bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.tw-bg-success-10 {
  background-color: rgba(99, 206, 205, 0.1);
}

.tw-bg-success-100 {
  background-color: rgba(99, 206, 205, 1);
}

.tw-bg-success-40 {
  background-color: rgba(99, 206, 205, 0.4);
}

.tw-bg-success-60 {
  background-color: rgba(99, 206, 205, 0.6);
}

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

.tw-bg-warning-100 {
  background-color: rgba(255, 212, 40, 1);
}

.tw-bg-warning-20 {
  background-color: rgba(255, 212, 40, 0.2);
}

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

.tw-bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

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

.tw-from-success-10 {
  --tw-gradient-from: rgba(99, 206, 205, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(99, 206, 205, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-to-light-10 {
  --tw-gradient-to: rgba(179, 197, 212, 0.1) var(--tw-gradient-to-position);
}

.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.tw-object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.tw-object-center {
  -o-object-position: center;
     object-position: center;
}

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

.tw-p-0 {
  padding: 0px;
}

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

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

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

.tw-p-2\.5 {
  padding: 0.625rem;
}

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

.tw-p-3\.5 {
  padding: 0.875rem;
}

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

.tw-p-8 {
  padding: 2rem;
}

.\!tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!tw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

.tw-px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.tw-px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.tw-px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

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

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

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

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

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

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

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

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

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

.tw-pb-80 {
  padding-bottom: 20rem;
}

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

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

.tw-pl-3 {
  padding-left: 0.75rem;
}

.tw-pl-4 {
  padding-left: 1rem;
}

.tw-pl-5 {
  padding-left: 1.25rem;
}

.tw-pl-\[18px\] {
  padding-left: 18px;
}

.tw-pr-0 {
  padding-right: 0px;
}

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

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

.tw-pr-3\.5 {
  padding-right: 0.875rem;
}

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

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

.tw-pt-2\.5 {
  padding-top: 0.625rem;
}

.tw-pt-20 {
  padding-top: 5rem;
}

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

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

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

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

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

.tw-text-end {
  text-align: end;
}

.tw-indent-96 {
  text-indent: 24rem;
}

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

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

.\!tw-text-base {
  font-size: 0.813rem !important;
  line-height: 20px !important;
}

.\!tw-text-sm {
  font-size: 11px !important;
  line-height: 16px !important;
}

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

.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.tw-text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.tw-text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.tw-text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.tw-text-base {
  font-size: 0.813rem;
  line-height: 20px;
}

.tw-text-icon-base {
  font-size: 14px;
  line-height: 20px;
}

.tw-text-icon-lg {
  font-size: 20px;
  line-height: 28px;
}

.tw-text-icon-sm {
  font-size: 12px;
  line-height: 16px;
}

.tw-text-icon-xl {
  font-size: 24px;
  line-height: 32px;
}

.tw-text-lg {
  font-size: 20px;
  line-height: 28px;
}

.tw-text-sm {
  font-size: 11px;
  line-height: 16px;
}

.tw-text-xl {
  font-size: 24px;
  line-height: 32px;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.\!tw-font-normal {
  font-weight: 400 !important;
}

.\!tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-extrabold {
  font-weight: 800;
}

.tw-font-light {
  font-weight: 300;
}

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

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

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

.tw-font-thin {
  font-weight: 100;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-capitalize {
  text-transform: capitalize;
}

.tw-italic {
  font-style: italic;
}

.tw-leading-3 {
  line-height: .75rem;
}

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

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

.tw-leading-normal {
  line-height: 1.5;
}

.tw-tracking-wider {
  letter-spacing: 0.05em;
}

.\!tw-text-current {
  --tw-text-opacity: 1 !important;
  color: rgb(64 89 103 / var(--tw-text-opacity)) !important;
}

.\!tw-text-danger-100 {
  color: rgba(229, 78, 75, 1) !important;
}

.\!tw-text-font-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(11 28 41 / var(--tw-text-opacity)) !important;
}

.\!tw-text-font-light {
  --tw-text-opacity: 1 !important;
  color: rgb(128 159 184 / var(--tw-text-opacity)) !important;
}

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

.\!tw-text-success-100 {
  color: rgba(99, 206, 205, 1) !important;
}

.tw-text-\[var\(--primary-color\)\] {
  color: var(--primary-color);
}

.tw-text-current {
  --tw-text-opacity: 1;
  color: rgb(64 89 103 / var(--tw-text-opacity));
}

.tw-text-danger-100 {
  color: rgba(229, 78, 75, 1);
}

.tw-text-font-dark {
  --tw-text-opacity: 1;
  color: rgb(11 28 41 / var(--tw-text-opacity));
}

.tw-text-font-light {
  --tw-text-opacity: 1;
  color: rgb(128 159 184 / var(--tw-text-opacity));
}

.tw-text-font-primary {
  --tw-text-opacity: 1;
  color: rgb(27 49 83 / var(--tw-text-opacity));
}

.tw-text-font-success {
  --tw-text-opacity: 1;
  color: rgb(99 206 205 / var(--tw-text-opacity));
}

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

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

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

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

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

.tw-text-primary-100 {
  color: rgba(4, 168, 197, 1);
}

.tw-text-secondary-100 {
  color: rgba(54, 102, 148, 1);
}

.tw-text-secondary-60 {
  color: rgba(54, 102, 148, 0.6);
}

.tw-text-secondary-80 {
  color: rgba(54, 102, 148, 0.8);
}

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

.tw-text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.tw-text-success-100 {
  color: rgba(99, 206, 205, 1);
}

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

.tw-no-underline {
  text-decoration-line: none;
}

.tw-opacity-0 {
  opacity: 0;
}

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

.tw-shadow-\[-20px_0_50px_-10px_rgba\(0\,0\,0\,0\.4\)\] {
  --tw-shadow: -20px 0 50px -10px rgba(0,0,0,0.4);
  --tw-shadow-colored: -20px 0 50px -10px 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-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-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-brightness-110 {
  --tw-brightness: brightness(1.1);
  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);
}

.tw-saturate-50 {
  --tw-saturate: saturate(.5);
  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);
}

.\!tw-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.tw-duration-500 {
  transition-duration: 500ms;
}

/**
 * Header
 */

header button:hover {
  background-color: rgba(0,168,183,0.2) !important;
}

header > nav > a:hover {
  background-color: transparent !important;
}

/**
 * Body
 */

#main-content {
  height: calc(100vh - 64px);
}

#main-content .page-content {
  height: 100%;
  padding: 0px 10px;
  overflow-y: auto;
}

.uppy-Dashboard-overlay {
  z-index: 1050 !important;
}

.uppy-Dashboard-inner {
  z-index: 1051 !important;
}

.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  height: 92px !important;
  width: 92px !important;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  line-height: 0;
}

.image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
  border: 2px solid #337ab7 !important;
}

.image-gallery-thumbnail:hover {
  outline: none;
  border: 2px solid #337ab7 !important;
}

.image-gallery-slide .image-gallery-image {
  width: 466px !important;
  height: 466px !important;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.image-gallery-left-nav .image-gallery-svg, .image-gallery-right-nav .image-gallery-svg {
  height: 80px !important;
  width: auto !important;
}

/**
 * Forms
 */

.form-group {
  margin-bottom: 0.2rem !important;
}

.form-control {
  display: block;
  width: 100%;
  min-width: 150px;
  min-height: calc(1.6em + 0.75rem + 3px) !important;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e7ea;
  border-radius: 8px !important;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

/**
 * tabs
 */

.tab-list-wrapper > div::before {
  background: none;
}

.tab-list-wrapper > div [role="tab"] {
  margin-bottom: -2px;
}

.tab-list-wrapper > div [role="tab"][aria-selected="true"]::after {
  border-bottom: 4px solid #4fbec9
}

/**
 * Switch Checkbox
 */

input:checked ~ .dot {
  transform: translateX(100%);
  background-color: #48bb78;
}

/**
 * Changes styles for nodes during creating a polygon or polyline in leaflet draw.
 */

.leaflet-marker-icon.leaflet-interactive, 
.leaflet-image-layer.leaflet-interactive, 
.leaflet-pane > svg path.leaflet-interactive, 
svg.leaflet-image-layer.leaflet-interactive path {
  border-radius: 100%;
}

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

.after\:tw-inset-x-0::after {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}

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

.after\:tw-block::after {
  content: var(--tw-content);
  display: block;
}

.after\:tw-h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:tw-h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

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

.after\:tw-rounded-lg::after {
  content: var(--tw-content);
  border-radius: 0.5rem;
}

.after\:tw-bg-light-60::after {
  content: var(--tw-content);
  background-color: rgba(179, 197, 212, 0.6);
}

.hover\:tw-z-10:hover {
  z-index: 10;
}

.hover\:tw-block:hover {
  display: block;
}

.hover\:tw-scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.hover\:\!tw-cursor-pointer:hover {
  cursor: pointer !important;
}

.hover\:tw-border-primary-100:hover {
  border-color: rgba(4, 168, 197, 1);
}

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

.hover\:\!tw-bg-light-10:hover {
  background-color: rgba(179, 197, 212, 0.1) !important;
}

.hover\:\!tw-bg-light-20:hover {
  background-color: rgba(179, 197, 212, 0.2) !important;
}

.hover\:\!tw-bg-primary-10:hover {
  background-color: rgba(4, 168, 197, 0.1) !important;
}

.hover\:tw-bg-light-20:hover {
  background-color: rgba(179, 197, 212, 0.2);
}

.hover\:tw-bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.hover\:tw-bg-primary-20:hover {
  background-color: rgba(4, 168, 197, 0.2);
}

.hover\:tw-bg-secondary-20:hover {
  background-color: rgba(54, 102, 148, 0.2);
}

.hover\:tw-bg-success-20:hover {
  background-color: rgba(99, 206, 205, 0.2);
}

.hover\:tw-bg-success-40:hover {
  background-color: rgba(99, 206, 205, 0.4);
}

.hover\:\!tw-text-current:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(64 89 103 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-current:hover {
  --tw-text-opacity: 1;
  color: rgb(64 89 103 / var(--tw-text-opacity));
}

.hover\:tw-text-font-success:hover {
  --tw-text-opacity: 1;
  color: rgb(99 206 205 / var(--tw-text-opacity));
}

.hover\:tw-text-secondary-40:hover {
  color: rgba(54, 102, 148, 0.4);
}

.hover\:tw-text-success-100:hover {
  color: rgba(99, 206, 205, 1);
}

.hover\:\!tw-underline:hover {
  text-decoration-line: underline !important;
}

.hover\:tw-no-underline:hover {
  text-decoration-line: none;
}

.hover\:tw-brightness-0:hover {
  --tw-brightness: brightness(0);
  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);
}

.hover\:tw-saturate-0:hover {
  --tw-saturate: saturate(0);
  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);
}

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

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

@media (min-width: 576px) {
  .sm\:tw-m-0 {
    margin: 0px;
  }

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-grid {
    display: grid;
  }

  .sm\:tw-w-auto {
    width: auto;
  }

  .sm\:tw-translate-x-1\/4 {
    --tw-translate-x: 25%;
    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));
  }

  .sm\:tw-flex-row {
    flex-direction: row;
  }

  .sm\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:tw-justify-start {
    justify-content: flex-start;
  }

  .sm\:tw-text-start {
    text-align: start;
  }
}

@media (min-width: 768px) {
  .md\:tw-absolute {
    position: absolute;
  }

  .md\:tw-m-2 {
    margin: 0.5rem;
  }

  .md\:tw-m-2\.5 {
    margin: 0.625rem;
  }

  .md\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:tw-ml-16 {
    margin-left: 4rem;
  }

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

  .md\:tw-mr-4 {
    margin-right: 1rem;
  }

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

  .md\:tw-block {
    display: block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-h-full {
    height: 100%;
  }

  .md\:tw-w-\[500px\] {
    width: 500px;
  }

  .md\:tw-min-w-\[500px\] {
    min-width: 500px;
  }

  .md\:tw-max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .md\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
    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));
  }

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

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

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

  .md\:tw-bg-light-20 {
    background-color: rgba(179, 197, 212, 0.2);
  }

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

  .md\:tw-p-3 {
    padding: 0.75rem;
  }

  .md\:tw-p-8 {
    padding: 2rem;
  }

  .md\:tw-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

  .md\:tw-pb-28 {
    padding-bottom: 7rem;
  }

  .md\:tw-pt-11 {
    padding-top: 2.75rem;
  }

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

  .md\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 992px) {
  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-max-w-sm {
    max-width: 24rem;
  }

  .lg\:tw-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));
  }

  .lg\:tw-p-8 {
    padding: 2rem;
  }

  .lg\:tw-px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:tw-pt-16 {
    padding-top: 4rem;
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-max-w-lg {
    max-width: 32rem;
  }

  .xl\:tw-p-12 {
    padding: 3rem;
  }

  .xl\:tw-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:tw-leading-snug {
    line-height: 1.375;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:tw-bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }

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

.first\:\[\&\>div\>div\>div\>dd\]\:\!tw-mb-0>div>div>div>dd:first-child {
  margin-bottom: 0px !important;
}

.\[\&\>div\>div\>div\>div\]\:\!tw-text-font-light>div>div>div>div {
  --tw-text-opacity: 1 !important;
  color: rgb(128 159 184 / var(--tw-text-opacity)) !important;
}

.\[\&\>div\>div\>div\]\:tw-mb-0>div>div>div {
  margin-bottom: 0px;
}

.\[\&\>div\>div\>h3\]\:tw-m-0>div>div>h3 {
  margin: 0px;
}

.\[\&\>div\>div\]\:\!tw-bg-light-20>div>div {
  background-color: rgba(179, 197, 212, 0.2) !important;
}

.last\:\[\&\>div\>div\]\:\!tw-max-h-\[700px\]>div>div:last-child {
  max-height: 700px !important;
}

.\[\&\>div\>input\]\:\!tw-min-w-0>div>input {
  min-width: 0px !important;
}

.\[\&\>div\>span\]\:\!tw-text-xs>div>span {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.first\:\[\&\>div\]\:\!tw-mb-0>div:first-child {
  margin-bottom: 0px !important;
}

.first\:\[\&\>div\]\:\!tw-pl-1>div:first-child {
  padding-left: 0.25rem !important;
}

.before\:\[\&\>input\:checked\~label\]\:\!tw-border-success-100>input:checked~label::before {
  content: var(--tw-content);
  border-color: rgba(99, 206, 205, 1) !important;
}

.before\:\[\&\>input\:checked\~label\]\:\!tw-border-success-80>input:checked~label::before {
  content: var(--tw-content);
  border-color: rgba(99, 206, 205, 0.8) !important;
}

.before\:\[\&\>input\:checked\~label\]\:\!tw-bg-success-100>input:checked~label::before {
  content: var(--tw-content);
  background-color: rgba(99, 206, 205, 1) !important;
}

.before\:\[\&\>input\:checked\~label\]\:\!tw-bg-success-80>input:checked~label::before {
  content: var(--tw-content);
  background-color: rgba(99, 206, 205, 0.8) !important;
}

.\[\&\>label\]\:\!tw-cursor-not-allowed>label {
  cursor: not-allowed !important;
}

.hover\:\[\&\>label\]\:\!tw-cursor-pointer>label:hover {
  cursor: pointer !important;
}

.\[\&\>span\>h2\]\:\!tw-m-0>span>h2 {
  margin: 0px !important;
}

.\[\&\>span\>h2\]\:\!tw-font-bold>span>h2 {
  font-weight: 700 !important;
}

.\[\&\>span\>h2\]\:\!tw-uppercase>span>h2 {
  text-transform: uppercase !important;
}

.\[\&\>span\>span\]\:\!tw-mt-0>span>span {
  margin-top: 0px !important;
}

.\[\&\>span\>span\]\:\!tw-text-left>span>span {
  text-align: left !important;
}

.first\:\[\&\>span\>span\]\:\!tw-w-auto>span>span:first-child {
  width: auto !important;
}

.first\:\[\&\>span\]\:\!tw-mr-1>span:first-child {
  margin-right: 0.25rem !important;
}

.first\:\[\&\>span\]\:\!tw-w-auto>span:first-child {
  width: auto !important;
}