/** https://github.com/orgs/mantinedev/discussions/1672#discussioncomment-7870643 */

@layer tailwind {
  /*! 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: currentColor;
    /* 2 */
  }

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

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

  html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    /* 3 */
    tab-size: 4;
    /* 3 */
    font-family: "Open Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    -webkit-font-feature-settings: normal;
            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 */
    -webkit-font-feature-settings: normal;
            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 */
    -webkit-font-feature-settings: inherit;
            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::-webkit-input-placeholder, textarea::-webkit-input-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;
  }

  * {
    scrollbar-color: initial;
    scrollbar-width: initial;
  }

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-popover {
  z-index: 80;
}

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

.m-6 {
  margin: 3rem;
}

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

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

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

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

.my-1\.25 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 1.5rem;
}

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

.ml-5\.5 {
  margin-left: 2.75rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.mr-5\.5 {
  margin-right: 2.75rem;
}

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

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

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

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

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-4\.5 {
  margin-top: 2.25rem;
}

.mt-6 {
  margin-top: 3rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.25rem;
}

.h-2 {
  height: 1rem;
}

.h-3 {
  height: 1.5rem;
}

.h-4 {
  height: 2rem;
}

.h-5 {
  height: 2.5rem;
}

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

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

.h-full {
  height: 100%;
}

.h-icon-small {
  height: 1.25rem;
}

.h-icon-standard {
  height: 1.5rem;
}

.h-icon-xs {
  height: 1rem;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

.min-h-5 {
  min-height: 2.5rem;
}

.min-h-5\.5 {
  min-height: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

.\!w-full {
  width: 100% !important;
}

.w-2 {
  width: 1rem;
}

.w-3 {
  width: 1.5rem;
}

.w-4 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%\+32px\)\] {
  width: calc(100% + 32px);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-icon-small {
  width: 1.25rem;
}

.w-icon-standard {
  width: 1.5rem;
}

.w-icon-xs {
  width: 1rem;
}

.w-max {
  width: -webkit-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.basis-\[44vw\] {
  flex-basis: 44vw;
}

.basis-\[66vw\] {
  flex-basis: 66vw;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.\!gap-0 {
  gap: 0px !important;
}

.\!gap-px {
  gap: 1px !important;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.25 {
  gap: 0.125rem;
}

.gap-0\.5 {
  gap: 0.25rem;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-1\.25 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-6 {
  gap: 3rem;
}

.gap-y-2 {
  row-gap: 1rem;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.border-0\.25 {
  border-width: 0.125rem;
}

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

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

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

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

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

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

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

.border-burntOrange {
  --tw-border-opacity: 1;
  border-color: rgb(194 81 0 / var(--tw-border-opacity));
}

.border-darkSpringGreen {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 89 / var(--tw-border-opacity));
}

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

.border-silver {
  --tw-border-opacity: 1;
  border-color: rgb(202 185 185 / var(--tw-border-opacity));
}

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

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

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

.bg-chocolate {
  --tw-bg-opacity: 1;
  background-color: rgb(79 14 19 / var(--tw-bg-opacity));
}

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

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

.bg-licorice {
  --tw-bg-opacity: 1;
  background-color: rgb(35 8 8 / var(--tw-bg-opacity));
}

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

.bg-roseTaupe {
  --tw-bg-opacity: 1;
  background-color: rgb(126 88 88 / var(--tw-bg-opacity));
}

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

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

.\!fill-battleshipGray {
  fill: #878787 !important;
}

.\!fill-none {
  fill: none !important;
}

.fill-\[\#D9D9D9\] {
  fill: #D9D9D9;
}

.fill-chocolate {
  fill: #4F0E13;
}

.fill-currentColor {
  fill: currentColor;
}

.fill-fireEngineRed {
  fill: #8F0808;
}

.fill-none {
  fill: none;
}

.fill-offWhite {
  fill: #FCFCFC;
}

.fill-whiteSmoke {
  fill: #EBEBEB;
}

.stroke-battleshipGray {
  stroke: #878787;
}

.stroke-burntOrange {
  stroke: #C25100;
}

.stroke-fireEngineRed {
  stroke: #8F0808;
}

.stroke-fireRed {
  stroke: #C61A1B;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.\!pb-3 {
  padding-bottom: 1.5rem !important;
}

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

.pb-1\.5 {
  padding-bottom: 0.75rem;
}

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

.pr-0\.5 {
  padding-right: 0.25rem;
}

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

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

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.25rem;
}

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

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

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

.pt-3\.5 {
  padding-top: 1.75rem;
}

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

.pt-4\.5 {
  padding-top: 2.25rem;
}

.pt-px {
  padding-top: 1px;
}

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

.\!text-center {
  text-align: center !important;
}

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

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

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

.capitalize {
  text-transform: capitalize;
}

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

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

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

.text-burntOrange {
  --tw-text-opacity: 1;
  color: rgb(194 81 0 / var(--tw-text-opacity));
}

.text-darkSpringGreen {
  --tw-text-opacity: 1;
  color: rgb(0 128 89 / var(--tw-text-opacity));
}

.text-fireEngineRed {
  --tw-text-opacity: 1;
  color: rgb(143 8 8 / var(--tw-text-opacity));
}

.text-fireRed {
  --tw-text-opacity: 1;
  color: rgb(198 26 27 / var(--tw-text-opacity));
}

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

.text-licorice {
  --tw-text-opacity: 1;
  color: rgb(35 8 8 / var(--tw-text-opacity));
}

.text-silver {
  --tw-text-opacity: 1;
  color: rgb(202 185 185 / var(--tw-text-opacity));
}

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

.line-through {
  text-decoration-line: line-through;
}

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

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

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

.outline {
  outline-style: solid;
}

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

.\!filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.duration-\[250ms\] {
  transition-duration: 250ms;
}

.scrollbar-none {
  scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:\!fill-licorice {
  fill: #230808 !important;
}

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:text-licorice {
  --tw-text-opacity: 1;
  color: rgb(35 8 8 / var(--tw-text-opacity));
}

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

.hover\:bg-roseTaupe:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 88 88 / var(--tw-bg-opacity));
}

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

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

.focus-visible\:ring-px: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-snow:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 249 249 / var(--tw-ring-opacity));
}

.dark\:border-dimGray:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(143 143 143 / var(--tw-border-opacity));
}

.dark\:border-emerald:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(0 214 150 / var(--tw-border-opacity));
}

.dark\:border-teaRose:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(214 169 169 / var(--tw-border-opacity));
}

.dark\:bg-blackLicorice:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 3 3 / var(--tw-bg-opacity));
}

.dark\:bg-dimGray:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity));
}

.dark\:bg-eerieBlack:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}

.dark\:bg-emerald:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 214 150 / var(--tw-bg-opacity));
}

.dark\:bg-jet:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 46 46 / var(--tw-bg-opacity));
}

.dark\:bg-redwood:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(173 88 88 / var(--tw-bg-opacity));
}

.dark\:bg-spanishOrange:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 124 31 / var(--tw-bg-opacity));
}

.dark\:\!fill-blackLicorice:is(.dark *) {
  fill: #150303 !important;
}

.dark\:\!fill-dimGray:is(.dark *) {
  fill: #8F8F8F !important;
}

.dark\:\!fill-jet:is(.dark *) {
  fill: #332E2E !important;
}

.dark\:fill-currentColor:is(.dark *) {
  fill: currentColor;
}

.dark\:fill-mistyRose:is(.dark *) {
  fill: #FAE5E5;
}

.dark\:fill-snow:is(.dark *) {
  fill: #FFF9F9;
}

.dark\:stroke-bittersweet:is(.dark *) {
  stroke: #FF6565;
}

.dark\:stroke-dimGray:is(.dark *) {
  stroke: #8F8F8F;
}

.dark\:stroke-red:is(.dark *) {
  stroke: #F32020;
}

.dark\:stroke-snow:is(.dark *) {
  stroke: #FFF9F9;
}

.dark\:stroke-spanishOrange:is(.dark *) {
  stroke: #FF7C1F;
}

.dark\:text-bittersweet:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 101 101 / var(--tw-text-opacity));
}

.dark\:text-cadetGray:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}

.dark\:text-dimGray:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
}

.dark\:text-emerald:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 214 150 / var(--tw-text-opacity));
}

.dark\:text-offWhite:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}

.dark\:text-snow:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 249 249 / var(--tw-text-opacity));
}

.dark\:text-spanishOrange:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 124 31 / var(--tw-text-opacity));
}

.dark\:text-teaRose:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(214 169 169 / var(--tw-text-opacity));
}

.group:hover .dark\:group-hover\:\!fill-snow:is(.dark *) {
  fill: #FFF9F9 !important;
}

.group:hover .dark\:group-hover\:text-snow:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 249 249 / var(--tw-text-opacity));
}

.dark\:hover\:bg-jet:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 46 46 / var(--tw-bg-opacity));
}

.hover\:dark\:bg-redwood:is(.dark *):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 88 88 / var(--tw-bg-opacity));
}

.\[\&\>\*\]\:fill-battleshipGray>* {
  fill: #878787;
}

.\[\&\>\*\]\:fill-burntOrange>* {
  fill: #C25100;
}

.\[\&\>\*\]\:fill-snow>* {
  fill: #FFF9F9;
}

.\[\&\>\*\]\:\!text-burntOrange>* {
  --tw-text-opacity: 1 !important;
  color: rgb(194 81 0 / var(--tw-text-opacity)) !important;
}

.dark\:\[\&\>\*\]\:fill-spanishOrange>*:is(.dark *) {
  fill: #FF7C1F;
}

.dark\:\[\&\>\*\]\:\!text-spanishOrange>*:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 124 31 / var(--tw-text-opacity)) !important;
}

.\[\&\>path\]\:\!fill-snow>path {
  fill: #FFF9F9 !important;
}

.\[\&\>path\]\:fill-silver>path {
  fill: #CAB9B9;
}

.group:hover .group-hover\:\[\&\>path\]\:\!fill-snow>path {
  fill: #FFF9F9 !important;
}

.group:focus-visible .group-focus-visible\:\[\&\>path\]\:\!fill-snow>path {
  fill: #FFF9F9 !important;
}

.\[\&\>path\]\:dark\:fill-teaRose:is(.dark *)>path {
  fill: #D6A9A9;
}
