/*
! tailwindcss v3.2.2 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@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;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[var\(--global-header-height\)\] {
  top: var(--global-header-height);
}

.left-0 {
  left: 0px;
}

.right-3 {
  right: 0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.right-8 {
  right: 2rem;
}

.top-16 {
  top: 4rem;
}

.bottom-8 {
  bottom: 2rem;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-30 {
  z-index: 30;
}

.z-0 {
  z-index: 0;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-auto {
  margin-left: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.ml-4 {
  margin-left: 1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.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-10 {
  height: 2.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-16 {
  height: 4rem;
}

.h-\[var\(--global-header-height\)\] {
  height: var(--global-header-height);
}

.h-\[calc\(100vh-4rem\)\] {
  height: calc(100vh - 4rem);
}

.h-12 {
  height: 3rem;
}

.h-\[600px\] {
  height: 600px;
}

.h-5 {
  height: 1.25rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.max-h-80 {
  max-height: 20rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-8 {
  width: 2rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[20rem\] {
  width: 20rem;
}

.w-full {
  width: 100%;
}

.w-\[600px\] {
  width: 600px;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-12 {
  width: 3rem;
}

.w-80 {
  width: 20rem;
}

.w-5 {
  width: 1.25rem;
}

.w-16 {
  width: 4rem;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.basis-full {
  flex-basis: 100%;
}

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

.basis-1 {
  flex-basis: 0.25rem;
}

.basis-2 {
  flex-basis: 0.5rem;
}

.origin-top-right {
  transform-origin: top right;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  align-content: center;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 3px;
}

.\!rounded-none {
  border-radius: 0 !important;
}

.rounded-lg {
  border-radius: 8px;
}

.rounded-br {
  border-bottom-right-radius: 3px;
}

.rounded-bl {
  border-bottom-left-radius: 3px;
}

.rounded-tl-lg {
  border-top-left-radius: 8px;
}

.rounded-tr-lg {
  border-top-right-radius: 8px;
}

.border {
  border-width: 1px;
}

.\!border-l {
  border-left-width: 1px !important;
}

.border-r {
  border-right-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t-primary-light {
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-primary-light) / var(--tw-border-opacity));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.\!border-l-t-primary-light\/30 {
  border-left-color: rgb(var(--t-primary-light) / 0.3) !important;
}

.\!border-l-t-primary-light {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(var(--t-primary-light) / var(--tw-border-opacity)) !important;
}

.bg-t-warning\/10 {
  background-color: rgb(var(--t-warning) / 0.1);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-t-success\/10 {
  background-color: rgb(var(--t-success) / 0.1);
}

.bg-t-danger\/10 {
  background-color: rgb(var(--t-danger) / 0.1);
}

.bg-t-offwhite {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-offwhite) / var(--tw-bg-opacity));
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-t-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary) / var(--tw-bg-opacity));
}

.bg-t-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-highlight) / var(--tw-bg-opacity));
}

.bg-t-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary-light) / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.fill-t-primary-dark {
  fill: rgb(var(--t-primary-dark) / 1);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[center_67\%\] {
  -o-object-position: center 67%;
     object-position: center 67%;
}

.p-8 {
  padding: 2rem;
}

.p-\[5vw\] {
  padding: 5vw;
}

.p-16 {
  padding: 4rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-20 {
  padding: 5rem;
}

.p-2 {
  padding: 0.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.font-sans {
  font-family: system-ui, sans-serif;
}

.font-display {
  font-family: Gotham, sans-serif;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-t-primary\/70 {
  color: rgb(var(--t-primary) / 0.7);
}

.text-t-warning {
  --tw-text-opacity: 1;
  color: rgb(var(--t-warning) / var(--tw-text-opacity));
}

.text-t-success {
  --tw-text-opacity: 1;
  color: rgb(var(--t-success) / var(--tw-text-opacity));
}

.text-t-danger {
  --tw-text-opacity: 1;
  color: rgb(var(--t-danger) / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-t-primary\/40 {
  color: rgb(var(--t-primary) / 0.4);
}

.text-t-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary) / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-t-danger-dark {
  --tw-text-opacity: 1;
  color: rgb(var(--t-danger-dark) / var(--tw-text-opacity));
}

.text-t-success-dark {
  --tw-text-opacity: 1;
  color: rgb(var(--t-success-dark) / var(--tw-text-opacity));
}

.text-t-warning-dark {
  --tw-text-opacity: 1;
  color: rgb(var(--t-warning-dark) / var(--tw-text-opacity));
}

.text-t-primary-light {
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary-light) / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.accent-t-danger {
  accent-color: rgb(var(--t-danger) / 1);
}

.opacity-0 {
  opacity: 0;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-50 {
  opacity: 0.5;
}

.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);
}

.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);
}

.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);
}

.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 {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-XLight_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-XLight_Web.woff") format("woff");

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-XLightItalic_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-XLightItalic_Web.woff") format("woff");

  font-weight: 200;

  font-style: italic;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-Light_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-Light_Web.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-LightItalic_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-LightItalic_Web.woff") format("woff");

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-Book_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-Book_Web.woff") format("woff");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-BookItalic_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-BookItalic_Web.woff") format("woff");

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-Medium_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-Medium_Web.woff") format("woff");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-MediumItalic_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-MediumItalic_Web.woff") format("woff");

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-Bold_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-Bold_Web.woff") format("woff");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-BoldItalic_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-BoldItalic_Web.woff") format("woff");

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-Black_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-Black_Web.woff") format("woff");

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: Gotham;

  src: url("/fonts/woff2/GothamSSm-BlackItalic_Web.woff2") format("woff2"), url("/fonts/woff/GothamSSm-BlackItalic_Web.woff") format("woff");

  font-weight: 800;

  font-style: italic;
}

:root {
  --t-primary: 39 38 36;
  /* #272624; */
  --t-primary-light: 74 73 71;
  /* #4A4947 */
  --t-primary-dark: 33 32 30;
  /* #21201e */
  --t-secondary: 63 117 93;
  /* #386049 */
  --t-secondary-light: 88 121 102;
  /* #587966 */
  --t-secondary-dark: 47 81 61;
  /* #2F513D */
  --t-success: 26 163 84;
  /* #1AA354 */
  --t-success-light: 26 163 84;
  /* #3FB26F */
  --t-success-dark: 22 137 71;
  /* #168947 */
  --t-highlight: 0 163 255;
  /* #00A3FF */
  --t-offwhite: 252 250 248;
  /* #fcfaf8 */
  --t-danger: 220 96 46;
  /* #dc602e */
  --t-danger-light: 226 121 79;
  /* #e2794f */
  --t-danger-dark: 185 81 39;
  /* #b95127 */
  --t-warning: 255 191 0;
  /* #ffbf00 */
  --t-warning-light: 255 204 51;
  /* #ffcc33 */
  --t-warning-dark: 235 176 0;
  /* #ebb000 */
  --t-info: 181 181 169;
  /* #b5b5a9 */
  --t-info-light: 193 193 183;
  /* #c1c1b7 */
  --t-info-dark: 152 152 142;
  /* #98988e */
  --global-header-height: 4rem;
}

/* Trimco Global Styling */

body {
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary) / var(--tw-text-opacity));
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-bottom: .5em;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  line-height: 1;
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3,
.h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}

* {
  accent-color: rgb(var(--t-primary) / 1);
  outline-color: rgb(var(--t-highlight) / 1);
}

::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background-color: #d6f0ff;
  opacity: 1;
}

::selection {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background-color: #d6f0ff;
  opacity: 1;
}

/* Trimco Layouts */

.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px) {
  .container-xl {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container-xl {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container-xl {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container-xl {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container-xl {
    max-width: 1536px;
  }
}

.container-xl {
  max-width: 36rem;
}

.page-header {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

/* MainLayout body scroll and height fix */
.main-layout-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
}

.main-layout-body {
  flex: 1 1 0%;
  min-height: 0;
  overflow-y: auto;
}

/* Trimco Componets */

.button {
  display: inline-flex;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-primary-light) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary-light) / var(--tw-text-opacity));
  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;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.button:disabled {
  opacity: 0.4;
}

.button.icon {
  width: -moz-max-content;
  width: max-content;
  padding-left: 1em;
  padding-right: 1em;
}

.button.primary {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary-light) / var(--tw-bg-opacity));
}

.button.small {
  font-size: 0.75rem;
  line-height: 1rem;
}

.button.large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.button.secondary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-secondary) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-secondary) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-secondary-light) / var(--tw-bg-opacity));
}

.button.warning {
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-warning-dark) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--t-warning-dark) / var(--tw-text-opacity));
}

.button.warning:hover {
  background-color: rgb(var(--t-warning-light) / 0.2);
}

.button.danger {
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-danger) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--t-danger) / var(--tw-text-opacity));
}

.button.danger:hover {
  background-color: rgb(var(--t-danger-light) / 0.2);
}

.button.success {
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-success) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--t-success) / var(--tw-text-opacity));
}

.button.success:hover {
  background-color: rgb(var(--t-success-light) / 0.2);
}

.button_split .button {
  border-style: none;
}

.link {
  cursor: pointer;
  text-decoration-line: underline;
}

.link:hover {
  text-decoration-line: none;
}

.tag {
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-primary-light) / var(--tw-border-opacity));
  padding-left: .65em;
  padding-right: .65em;
  padding-top: .10em;
  padding-bottom: .10em;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary-light) / var(--tw-text-opacity));
}

.tag.small {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tag:empty {
  display: none;
}

label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary-light) / var(--tw-text-opacity));
}

label > .label {
  display: inline-block;
}

label:has(input[type="checkbox"]) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

label:has(input[type="checkbox"].small) {
  gap: 0.5rem;
}

label.h3 {
  margin-bottom: 0px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[list],
.input,
textarea {
  display: block;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary) / var(--tw-text-opacity));
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[list]:focus,
.input:focus,
textarea:focus {
  outline-offset: 1px;
  outline-color: rgb(var(--t-highlight) / 1);
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[list]:disabled,
.input:disabled,
textarea:disabled {
  opacity: 0.4;
}

.validation-message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--t-warning-dark) / var(--tw-text-opacity));
}

datalist {
  overflow-x: hidden;
}

datalist option {
  padding: 0.5rem;
}

datalist option:hover {
  background-color: rgb(var(--t-highlight) / 0.05);
}

datalist option:focus {
  background-color: rgb(var(--t-primary) / 0.05);
}

datalist:empty {
  display: none !important;
}

select {
  margin: 0px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  background-clip: padding-box;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-padding-start: calc(0.75rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

label > input[type="text"],
label > input[type="password"],
label > input[type="tel"],
label > input[type="email"],
label > textarea {
  margin-top: 0.5rem;
}

input.toggle {
  position: relative;
  height: 1.5rem;
  width: 2.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
  outline-color: rgb(var(--t-highlight) / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

input.toggle::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1.5rem;
  width: 1.5rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

input.toggle:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary) / var(--tw-bg-opacity));
}

input.toggle:checked::before {
  content: var(--tw-content);
  left: 1rem;
}

input.toggle.small {
  height: 1rem;
  width: 1.5rem;
}

input.toggle.small::before {
  height: 1rem;
  width: 1rem;
  content: var(--tw-content);
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

input.toggle.small:checked::before {
  content: var(--tw-content);
  left: 0.5rem;
}

.toggle-label-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

input[type="checkbox"]:not(.toggle) {
  height: 1rem;
  width: 1rem;
  border-radius: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--t-highlight) / var(--tw-text-opacity));
}

input[type="checkbox"]:not(.toggle):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(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-ring-opacity: 1;
  --tw-ring-color: rgb(var(--t-highlight) / var(--tw-ring-opacity));
}

.panel {
  margin-bottom: 2rem;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  --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);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label:only-child {
  margin-bottom: 0px;
}

.button-group {
  display: flex;
  gap: 0.5rem;
}

.t-dropdown-list {
  position: absolute;
  display: none;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

.t-dropdown-list.is-active {
  display: flex;
}

.message {
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-info-light) / var(--tw-border-opacity));
  background-color: rgb(var(--t-info) / 0.1);
  padding: 2rem;
}

.message.success {
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-success) / var(--tw-border-opacity));
  background-color: rgb(var(--t-success) / 0.1);
}

.message.warning {
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-warning) / var(--tw-border-opacity));
  background-color: rgb(var(--t-warning) / 0.1);
}

.message.danger {
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-danger) / var(--tw-border-opacity));
  background-color: rgb(var(--t-danger) / 0.1);
}

/* TODO: Optimize and style @anand */

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

/* -----------------------

   Trimco SSO Login Screen

   ----------------------- */

#api {
  width: 20rem;
  max-width: 100%;
}

#api h1 {
  margin-bottom: 2rem;
}

#api h1:after {
  content: ".";
}

#api h2 {
  display: none;
}

#api .attrEntry {
  margin-bottom: 1rem;
}

#api .entry-item {
  margin-bottom: 1.5rem;
}

#api .helpLink {
  display: none;
}

[aria-disabled="true"] {
  display: none;
}

#api .error {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--t-danger) / var(--tw-text-opacity));
}

#api label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary-light) / var(--tw-text-opacity));
}

#api div:empty,
#api label:empty {
  display: none;
}

#api input[type="password"],
#api input[type="email"],
#api input[type="text"],
#api .textInput {
  display: block;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary) / var(--tw-text-opacity));
}

#api input[type="password"]:focus,
#api input[type="email"]:focus,
#api input[type="text"]:focus,
#api .textInput:focus {
  outline-offset: 1px;
  outline-color: rgb(var(--t-highlight) / 1);
}

#api input[type="password"]:disabled,
#api input[type="email"]:disabled,
#api input[type="text"]:disabled,
#api .textInput:disabled {
  opacity: 0.4;
}

#api .entry-item:has(label ~ [aria-hidden="false"]) label,
#api .entry-item:has(.password-label ~ [aria-hidden="false"]) .password-label,
#api .attrEntry:has(label ~ [aria-hidden="false"]) label {
  display: none;
}

#api .error.pageLevel {
  margin-bottom: 1rem;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-warning-dark) / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#api .error.pageLevel p {
  margin: 0px;
}

#api .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#api button.verifyCode {
  order: 9999;
}

#api button.sendNewCode {
  background-color: transparent;
}

#api p,
#api .verificationSuccessText {
  margin-bottom: 1rem;
}

#api u #forgotPassword,
#api #cancel {
  margin-top: 2rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary) / var(--tw-text-opacity));
}

#api button:not(#cancel) {
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--t-primary) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary) / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#api button:not(#cancel):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary-dark) / var(--tw-bg-opacity));
}

#api button:not(#cancel):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

#api button#emailVerificationControl_but_send_new_code {
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary) / var(--tw-text-opacity));
  background-color: transparent;
}

#api button#emailVerificationControl_but_change_claims {
  display: none !important;
}

.odd\:bg-neutral-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.focus-within\:bg-t-highlight\/5:focus-within {
  background-color: rgb(var(--t-highlight) / 0.05);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-t-highlight\/5:hover {
  background-color: rgb(var(--t-highlight) / 0.05);
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-t-primary-light\/5:hover {
  background-color: rgb(var(--t-primary-light) / 0.05);
}

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:bg-t-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary-light) / var(--tw-bg-opacity));
}

.hover\:text-t-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--t-primary) / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.active\:bg-t-primary-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--t-primary-dark) / var(--tw-bg-opacity));
}

.group:focus-within .group-focus-within\:visible {
  visibility: visible;
}

.group:focus-within .group-focus-within\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

.group:active .group-active\:visible {
  visibility: visible;
}

.group:active .group-active\:scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:active .group-active\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  .md\:max-w-none {
    max-width: none;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1536px) {
  .\32xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .\32xl\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
}

.\[\&\>a\]\:flex>a {
  display: flex;
}

.\[\&\>a\]\:items-start>a {
  align-items: flex-start;
}

.\[\&\>a\]\:items-center>a {
  align-items: center;
}

.\[\&\>a\]\:gap-8>a {
  gap: 2rem;
}

.\[\&\>a\]\:gap-4>a {
  gap: 1rem;
}

.\[\&\>a\]\:rounded-lg>a {
  border-radius: 8px;
}

.\[\&\>a\]\:border>a {
  border-width: 1px;
}

.\[\&\>a\]\:border-black\/10>a {
  border-color: rgb(0 0 0 / 0.1);
}

.\[\&\>a\]\:px-4>a {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>a\]\:py-5>a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.\[\&\>a\]\:py-2>a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>a\]\:transition-all>a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\>a\:hover\]\:-translate-y-1>a:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.\[\&\>a\:hover\]\:-translate-y-0\.5>a:hover {
  --tw-translate-y: -0.125rem;
  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));
}

.\[\&\>a\:hover\]\:border-transparent>a:hover {
  border-color: transparent;
}

.\[\&\>a\:hover\]\:bg-white>a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>a\:hover\]\:shadow-lg>a:hover {
  --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);
}

.\[\&\>a\:hover\]\:shadow-md>a:hover {
  --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);
}

.\[\&\>li\>a\]\:flex>li>a {
  display: flex;
}

.\[\&\>li\>a\]\:items-center>li>a {
  align-items: center;
}

.\[\&\>li\>a\]\:gap-4>li>a {
  gap: 1rem;
}

.\[\&\>th\]\:sticky>th {
  position: sticky;
}

.\[\&\>th\]\:top-\[var\(--global-header-height\)\]>th {
  top: var(--global-header-height);
}

.\[\&\>th\]\:z-20>th {
  z-index: 20;
}

.\[\&\>th\]\:bg-white>th {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&\>th\]\:py-3>th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&\>th\]\:px-6>th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&\>th\]\:shadow-\[inset_0_-1px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\]>th {
  --tw-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: inset 0 -1px 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);
}
