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

/*
! tailwindcss v3.4.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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]:where(:not([hidden="until-found"])) {
  display: none;
}

h1 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1020px) {
  h1 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 145 241 / var(--tw-text-opacity, 1));
}

h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 145 241 / var(--tw-text-opacity, 1));
}

h4 {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 145 241 / var(--tw-text-opacity, 1));
}

p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

li {
  margin-left: 1rem;
  list-style-type: disc;
}

/* Buttons / Links base */

a, button, .btn {
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 54 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1020px) {
  a, button, .btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

a:hover, button:hover,
		.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 83 83 / var(--tw-bg-opacity, 1));
  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: 200ms;
}

/* Form elements */

input[type=text],
	input[type=number],
	input[type=email],
	input[type=url],
	input[type=time],
	input[type=date],
	input[type=password] {
  display: block;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
  flex-grow: 1;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
  text-align: left;
  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(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);
}

@media (min-width: 765px) {
  input[type=text],
	input[type=number],
	input[type=email],
	input[type=url],
	input[type=time],
	input[type=date],
	input[type=password] {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

input[type=text],
	input[type=number],
	input[type=email],
	input[type=url],
	input[type=time],
	input[type=date],
	input[type=password]		{
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select {
  display: block;
  width: 100%;
  flex-grow: 1;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
  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(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);
}

@media (min-width: 765px) {
  select {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

textarea {
  display: block;
  width: 100%;
  flex-grow: 1;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
  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(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);
}

textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

textarea:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 765px) {
  textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.fileUpload {
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(1 12 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  transition-duration: 300ms;
}

.fileUpload	.browse {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* Tables */

table {
  margin-bottom: 0.5rem;
  width: 100%;
}

table th {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1020px) {
  table th {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

table th a {
  margin: 0px;
  padding: 0px;
}

table th a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(119 212 252 / var(--tw-text-opacity, 1));
}

@media (min-width: 1020px) {
  table th:first-child {
    border-top-left-radius: 0.5rem;
  }

  table th:last-child {
    border-top-right-radius: 0.5rem;
  }
}

tbody tr {
  line-height: 2.25rem;
  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: 200ms;
}

tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

tbody tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 185 185 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1020px) {
  table td {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

table td a {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1020px) {
  table td a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.nohover tbody tr {
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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: 200ms;
}

.nohover tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.nohover tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 765px) {
  .\!container {
    max-width: 765px !important;
  }

  .container {
    max-width: 765px;
  }
}

@media (min-width: 810px) {
  .\!container {
    max-width: 810px !important;
  }

  .container {
    max-width: 810px;
  }
}

@media (min-width: 1020px) {
  .\!container {
    max-width: 1020px !important;
  }

  .container {
    max-width: 1020px;
  }
}

@media (min-width: 1175px) {
  .\!container {
    max-width: 1175px !important;
  }

  .container {
    max-width: 1175px;
  }
}

@media (min-width: 1275px) {
  .\!container {
    max-width: 1275px !important;
  }

  .container {
    max-width: 1275px;
  }
}

@media (min-width: 1750px) {
  .\!container {
    max-width: 1750px !important;
  }

  .container {
    max-width: 1750px;
  }
}

/* Login */

.login-overlay {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 750ms;
}

.login {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 765px) {
  .login {
    padding-bottom: 3rem;
    padding-top: 8rem;
  }
}

.login .loading {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  height: 390px;
  max-width: 95%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 765px) {
  .login .loading {
    max-width: 24rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.login .loading	img {
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.25rem;
  margin-bottom: 1rem;
  display: block;
  max-width: 15rem;
}

.loginContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  min-width: 95%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(1 12 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 765px) {
  .loginContainer {
    min-width: 500px;
    max-width: 32rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.loginContainer				{
  transform: translate(-50%, -50%);
}

.loginContainer img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
  max-width: 15rem;
}

.loginContainer form div {
  margin-bottom: 1.5rem;
}

.loginContainer form label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.loginContainer .forgot {
  margin-right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 12 128 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.loginContainer .forgot:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.loginContainer input {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 765px) {
  .loginContainer input {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.loginContainer button {
  margin-right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 12 128 / var(--tw-bg-opacity, 1));
  padding: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.loginContainer button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.loginContainer
		input[type=checkbox] {
  display: inline-block !important;
  height: 1.5rem;
  width: 1.5rem !important;
  border-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.loginContainer .failure {
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(219 75 36 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity, 1));
}

.loginContainer .success {
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(11 139 17 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity, 1));
}

.login-slide-down			{
  transform: translateX(-50%) translateY(100vh) !important;
  transition: transform 0.5s ease;
}

/* Session */

.sessionWarning {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  min-width: 320px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 765px) {
  .sessionWarning {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.sessionWarning button {
  padding: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* PWA installing */

.installPWA {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1rem;
  display: block;
  max-height: 20rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  transition-property: max-height,margin-bottom,padding-bottom,border;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.installPWA.dismiss {
  margin-bottom: 0px;
  max-height: 0px;
  padding-bottom: 0px;
}

.installPWA.hidden {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.installPWA.\!hidden {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.installPWACarousel {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 42rem;
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.installPWATrack {
  display: flex;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.installPWATrack div {
  display: flex;
  height: 100%;
  min-height: 400px;
  width: 100%;
  flex: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 0px;
  text-align: center;
}

.installPWATrack div img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 66.666667%;
  max-width: 24rem;
}

.installPWADots {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.installPWADots button {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  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: 200ms;
}

.installPWADots button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
}

.installPWADots button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
}

.installPWADots button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
}

.installPWA .actions {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  gap: 1rem;
  text-align: center;
}

.installPWA .actions a {
  width: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1020px) {
  .installPWA .actions a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Push noficications */

.pushDiv {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1rem;
  display: block;
  max-height: 20rem;
  max-width: 36rem;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  transition-property: max-height,margin-bottom,padding-bottom,border;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1020px) {
  .pushDiv {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.pushDiv .actions {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  text-align: center !important;
}

.pushDiv .actions a {
  margin-right: 0px;
  width: 7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1020px) {
  .pushDiv .actions a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.pushToggle a {
  margin: 0px !important;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 54 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}

/* Menu */

.menuDiv {
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
}

.menu {
  position: relative;
  margin-right: 1rem;
  display: flex;
  height: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 765px) {
  .menu {
    margin-right: 2rem;
  }
}

.menu a {
  margin-right: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
}

.menu a.selected {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 12 128 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu a.selected:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 12 128 / var(--tw-bg-opacity, 1)) !important;
}

.menu .menuItems {
  width: 100%;
  flex: 1 1 auto;
  align-items: center;
}

.menu .\!menuItems {
  width: 100%;
  flex: 1 1 auto;
  align-items: center;
}

.menu .menuLogo {
  flex: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu .menuLogo a {
  padding: 0px;
}

.subMenu {
  display: flex;
  height: 2.75rem;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(1 12 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 765px) {
  .subMenu {
    padding-right: 1rem;
    padding-left: 2rem;
  }
}

.subMenu a {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(1 12 128 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
}

.subMenu .menuItems {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.subMenu .\!menuItems {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.subMenu .menuItems a {
  margin-right: 0.5rem;
  padding-top: 0.375rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.subMenu .menuItems a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.subMenu .\!menuItems a {
  margin-right: 0.5rem;
  padding-top: 0.375rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.subMenu .\!menuItems a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.subMenu .menuItems .select {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
}

.subMenu .menuItems .select:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.subMenu .\!menuItems .select {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
}

.subMenu .\!menuItems .select:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.installPWA.subMenu .moreMenu {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.subMenu .moreMenu {
  pointer-events: none;
  right: 0.125rem;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 1rem;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 765px) {
  .subMenu .moreMenu {
    display: block;
    border-right-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(119 212 252 / var(--tw-border-opacity, 1));
  }
}

.installPWA.subMenu .\!moreMenu {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.subMenu .\!moreMenu {
  pointer-events: none;
  right: 0.125rem;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 1rem;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 765px) {
  .subMenu .\!moreMenu {
    display: block;
    border-right-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(119 212 252 / var(--tw-border-opacity, 1));
  }
}

.subMenu .menuSearchDiv {
  margin-right: 0.5rem;
  width: 100%;
  white-space: nowrap;
  padding-top: 0.375rem;
  padding-left: 0.625rem;
}

@media (min-width: 765px) {
  .subMenu .menuSearchDiv {
    max-width: 14rem;
  }
}

@media (min-width: 1175px) {
  .subMenu .menuSearchDiv {
    max-width: 24rem;
  }
}

.subMenu .searchInput {
  height: 2rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.subMenu .searchSubmit {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.subMenu .searchSubmit:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.subMenu .notifyButton {
  margin-right: 0px;
  display: inline-block;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.375rem;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.subMenu .notifyButton:hover {
  --tw-text-opacity: 1;
  color: rgb(75 145 241 / var(--tw-text-opacity, 1));
  opacity: 0.75;
}

.subMenu .notifyButton
		.notifications {
  position: absolute;
  top: 0.25rem;
  right: 1px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 75 36 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.subMenu .settingsButton {
  margin-right: 0px;
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.subMenu .settingsButton:hover {
  --tw-text-opacity: 1;
  color: rgb(75 145 241 / var(--tw-text-opacity, 1));
  opacity: 0.75;
}

.notifyButtonParents {
  margin-right: 0.5rem !important;
  display: inline-block;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.75rem;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.notifyButtonParents:hover {
  --tw-text-opacity: 1;
  color: rgb(75 145 241 / var(--tw-text-opacity, 1));
  opacity: 0.75;
}

.notifyButtonParents
		.notifications {
  position: absolute;
  top: 0.875rem;
  right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 75 36 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobileMenu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.mobileMenu .mmOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
  opacity: .95;
}

.mobileMenu .mmContainer {
  position: fixed;
  z-index: 50;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.mobileMenu .mmClose {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 50;
  margin-top: 0.75rem;
  margin-right: 1rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.mobileMenu .mmContent {
  margin: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  height: auto;
  padding: 1rem;
  padding-top: 0px;
  text-align: left;
}

.mobileMenu .mmContent
		[class^="icon-"] {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.mobileMenu .mmContent
		.heading {
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(119 212 252 / var(--tw-text-opacity, 1));
}

.mobileMenu .mmContent
		.section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 765px) {
  .mobileMenu .mmContent
		.section {
    max-width: 36rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mobileMenu .mmContent
		.section div {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.25rem;
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobileMenu .mmContent
		.section div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 12 128 / var(--tw-bg-opacity, 1));
}

.mobileMenu .mmContent
		.select {
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.mobileMenu .mmContent
		.select:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.mobileMenuActive {
  overflow: hidden;
}

.mobileMenu .logout {
  margin: auto;
  margin-top: 1rem;
  margin-right: 1rem;
  max-width: 6rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(219 75 36 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Layouts */

.footerDiv {
  position: fixed;
  bottom: 0px;
  height: 5rem;
  width: 100%;
  overflow-y: scroll;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(1 12 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-right: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0.75rem;
}

@media (min-width: 1020px) {
  .footerDiv {
    padding-top: 1.75rem;
    padding-left: 1.5rem;
  }
}

.footerDiv a {
  margin-right: 1rem;
  padding: 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.popup-holder {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  will-change: transform;
  will-change: opacity;
}

.popup-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
  opacity: 0.75;
}

.popup-container {
  position: fixed;
  z-index: 50;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.popup-content {
  margin: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  height: auto;
  text-align: left;
}

@media (min-width: 765px) {
  .popup-content {
    padding: 1rem;
  }
}

.popup-data .inputDiv {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 765px) {
  .popup-data .inputDiv {
    flex-direction: row;
    align-items: center;
  }
}

.popup-data {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-width: 320px;
  border-radius: 0px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 765px) {
  .popup-data {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.popup-data h2 {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.popup-data p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.popup-data a,
	.popup-data #buttonsDiv {
  margin-top: 1rem;
  text-align: right;
}

.popup-data button {
  padding: 0.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.popup-data
		.contentDivScrollable {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1020px) {
  .popup-data
		.contentDivScrollable
		.locktop th {
    top: 0px;
  }
}

.popup-data
		table th:first-child {
  border-top-left-radius: 0.5rem;
}

.popup-data
		table th:last-child {
  border-top-right-radius: 0.5rem;
}

@media (min-width: 765px) {
  .popup-data	table td {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1020px) {
  .popup-data	table td {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.confirmDeleteForm {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  min-width: 320px;
  border-radius: 0.5rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(219 75 36 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 765px) {
  .confirmDeleteForm {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.confirmDeleteForm button {
  padding: 0.875rem;
}

.contentDiv {
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
}

@media (min-width: 1020px) {
  .contentDiv {
    margin-bottom: 3rem;
    padding: 1.75rem;
    padding-top: 1.25rem;
  }
}

.inputDiv {
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* THE HEIGHT FOR MOBILE LOOKS DIFFERENT ON PHONE COMPARED TO FIREFOX 6.8rem IN FF V 10.5rem IN iOS */

.contentDivScrollable {
  position: relative;
  margin-bottom: 0px !important;
  height: calc(100vh - 10.5rem);
  width: 100%;
  overflow-y: auto;
  padding: 0px;
}

@media (min-width: 1020px) {
  .contentDivScrollable {
    padding: 1.75rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1750px) {
  .contentDivScrollable {
    height: calc(100vh - 11.2rem);
  }
}

.contentDivScrollable h1 {
  margin-top: 1.5rem;
}

.installPWA.contentDivScrollable
		.whiteblockout {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.contentDivScrollable
		.whiteblockout {
  position: sticky;
  top: 0px;
  z-index: 20;
  display: none;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
}

@media (min-width: 1020px) {
  .contentDivScrollable
		.whiteblockout {
    display: table-cell;
  }
}

.contentDivScrollable
		.locktop th {
  position: sticky;
  top: 0px;
  z-index: 20;
}

@media (min-width: 1020px) {
  .contentDivScrollable
		.locktop th {
    top: 1rem;
  }
}

.displaySection {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  width: calc(100% - 1.5rem);
}

@media (min-width: 765px) {
  .displaySection {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1020px) {
  .displaySection {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

@media (min-width: 1275px) {
  .displaySection {
    grid-template-columns: repeat(auto-fill,27rem);
  }
}

.displaySection h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.displayBlock {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
}

@media (min-width: 765px) {
  .displayBlock {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 1020px) {
  .displayBlock {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    max-width: 42rem;
  }
}

.displayBlock .inputDiv {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 765px) {
  .displayBlock .inputDiv {
    flex-direction: row;
    align-items: center;
  }
}

.inputBlock {
  margin-bottom: 1rem;
  padding: 0.625rem;
}

@media (min-width: 765px) {
  .inputBlock {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 1020px) {
  .inputBlock {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 36rem;
  }
}

@media (min-width: 1175px) {
  .inputBlock {
    max-width: 42rem;
  }
}

.inputBlock .inputDiv {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 765px) {
  .inputBlock .inputDiv {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1020px) {
  .inputBlock .inputDiv {
    min-height: 2.5rem;
  }
}

.inputDiv label {
  margin-bottom: 0.25rem;
  min-width: 160px;
  font-weight: 700;
}

@media (min-width: 765px) {
  .inputDiv label {
    margin-bottom: 0px;
  }
}

.inputDiv .inputPart {
  width: 100%;
}

.inputDiv .inputPart
		.failureMessage {
  margin-bottom: 0px;
}

/* Semantic states */

.success, .selected {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 139 17 / var(--tw-bg-opacity, 1)) !important;
}

.success:hover,
	.selected:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 174 62 / var(--tw-bg-opacity, 1)) !important;
  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: 200ms;
}

.pending, .notselected {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 110 14 / var(--tw-bg-opacity, 1)) !important;
}

.pending:hover,
	.notselected:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 145 58 / var(--tw-bg-opacity, 1)) !important;
  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: 200ms;
}

.failure, cannotselect {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 75 36 / var(--tw-bg-opacity, 1)) !important;
}

.failure:hover,
	.cannotselect:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 111 80 / var(--tw-bg-opacity, 1)) !important;
  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: 200ms;
}

.lozenge {
  border-radius: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Messages */

.successMessage {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 139 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1020px) {
  .successMessage {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.failureMessage {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(219 75 36 / var(--tw-text-opacity, 1));
}

@media (min-width: 1020px) {
  .failureMessage {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.pendingMessage {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(228 110 14 / var(--tw-text-opacity, 1));
}

@media (min-width: 1020px) {
  .pendingMessage {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

/* Forms */

.input {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  padding: 0.5rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}

.input:focus {
  outline-width: 0px;
  --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);
}

@media (min-width: 765px) {
  .input {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.input-error {
  border-width: 4px !important;
  --tw-border-opacity: 1;
  border-color: rgb(219 75 36 / var(--tw-border-opacity, 1));
}

.input-complete {
  border-width: 4px !important;
  --tw-border-opacity: 1;
  border-color: rgb(11 139 17 / var(--tw-border-opacity, 1));
}

.required {
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
}

.dataError {
  border-width: 4px !important;
  --tw-border-opacity: 1;
  border-color: rgb(219 75 36 / var(--tw-border-opacity, 1));
}

.createButton {
  --tw-bg-opacity: 1;
  background-color: rgb(11 139 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}

.createButton:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 174 62 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.skipButton {
  --tw-bg-opacity: 1;
  background-color: rgb(228 110 14 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}

.skipButton:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 145 58 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.existsButton {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(219 75 36 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Info Blocks */

.infoBlocks {
  position: relative;
  margin: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 765px) {
  .infoBlocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1020px) {
  .infoBlocks {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1175px) {
  .infoBlocks {
    display: flex;
  }
}

.infoBlocks div {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(190 190 200 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
}

@media (min-width: 1175px) {
  .infoBlocks div {
    min-width: 12rem;
  }
}

.infoBlocks h3 {
  margin-top: 0px;
}

@media (min-width: 1750px) {
  .infoBlocks h3 {
    margin-top: 0.5rem;
  }
}

.infoBlocks p {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 765px) {
  .infoBlocks p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.infoBlocks big {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 765px) {
  .infoBlocks big {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/* Calendar pop up */

.calendarDays div.header {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.calendarDays div.date {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(1 12 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.calendarDays
		div.date:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}

/* New account setup */

.setupHolder {
  height: calc(100vh - 8.6rem) !important;
}

@media (min-width: 765px) {
  .setupHolder {
    height: calc(100vh - 5rem) !important;
  }
}

.installPWA.outcomeDiv {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.outcomeDiv {
  z-index: 50;
  margin-right: 0.75rem;
  display: none;
  --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));
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0px;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.setupwrapper {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 1020px) {
  .setupwrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.setupwrapper .setupblock {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(1 12 128 / var(--tw-border-opacity, 1));
}

.setupwrapper .imageWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 765px) {
  .setupwrapper .imageWrapper {
    flex-direction: row;
  }
}

.setupwrapper .newImageDiv {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  height: 10rem;
  opacity: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 765px) {
  .setupwrapper .newImageDiv {
    margin-bottom: 0px;
    margin-right: 0.5rem;
  }
}

.setupwrapper
		.newImageDiv img {
  height: 100%;
}

.setupwrapper .dropArea {
  display: flex;
  height: 10rem;
  width: 100%;
  flex: 1 1 0%;
  cursor: pointer;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(1 12 128 / var(--tw-border-opacity, 1));
  padding: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 765px) {
  .setupwrapper .dropArea {
    width: auto;
  }
}

.setupwrapper .\!dropArea {
  display: flex;
  height: 10rem;
  width: 100%;
  flex: 1 1 0%;
  cursor: pointer;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(1 12 128 / var(--tw-border-opacity, 1));
  padding: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 765px) {
  .setupwrapper .\!dropArea {
    width: auto;
  }
}

.input-complete {
  border-width: 4px !important;
  --tw-border-opacity: 1;
  border-color: rgb(11 139 17 / var(--tw-border-opacity, 1));
}

.input-error,
	.input-blank {
  border-width: 4px !important;
  --tw-border-opacity: 1;
  border-color: rgb(219 75 36 / var(--tw-border-opacity, 1));
}

.jumpButton {
  margin-right: 0px;
  display: flex;
  height: 2.5rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  justify-self: end;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Family section */

.familySection {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: calc(100% - 1.5rem);
}

@media (min-width: 765px) {
  .familySection {
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1020px) {
  .familySection {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (min-width: 1175px) {
  .familySection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1750px) {
  .familySection {
    grid-template-columns: repeat(auto-fill,27rem);
  }
}

.familySection h2 {
  grid-column: 1 / -1;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 0.5rem;
}

@media (min-width: 765px) {
  .familySection h2 {
    margin-bottom: 0px;
  }
}

.adults, .directdebit {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 765px) {
  .adults, .directdebit {
    margin-bottom: 0px;
  }
}

.adults .headerDiv {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.adults .inputDiv,
	.directdebit .inputDiv {
  margin-bottom: 0.125rem;
  display: block;
}

@media (min-width: 765px) {
  .adults .inputDiv,
	.directdebit .inputDiv {
    margin-bottom: 0.375rem;
    display: flex;
  }
}

.adults h3,	.directdebit h3 {
  margin-top: 0.125rem;
}

.adults div label,
	.directdebit div label {
  display: inline-block;
  min-width: 7rem;
}

.child {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  min-height: 200px;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 765px) {
  .child {
    margin-bottom: 0px;
  }
}

.child .headerDiv {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.child .detailsDiv {
  margin-top: 0.5rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.25rem;
}

.child .buttonsDiv {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}

.child .inputDiv {
  margin-bottom: 0.125rem;
  display: block;
}

@media (min-width: 765px) {
  .child .inputDiv {
    margin-bottom: 0.375rem;
    display: flex;
  }
}

.child h3 {
  margin-top: 0.125rem;
}

.child div label {
  display: inline-block;
  min-width: 9rem;
}

.fileDropArea {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  height: 30vh;
  min-height: 5rem;
  width: calc(100vw - 1.25rem);
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(1 12 128 / var(--tw-border-opacity, 1));
  padding: 2rem;
  text-align: center;
  transition-duration: 300ms;
}

@media (min-width: 765px) {
  .fileDropArea {
    min-width: 32rem;
  }
}

@media (min-width: 1020px) {
  .fileDropArea {
    margin-left: 0px;
    margin-right: 0px;
    width: 33.333333%;
  }
}

.childwait 					{
  background-image: repeating-linear-gradient(
									135deg,
									rgba(75,145,241,0.15) 0px,
									rgba(75,145,241,0.15) 15px,
									rgba(244,244,244,0.9) 15px,
									rgba(244,244,244,0.9) 25px
								);
}

.childleaver 				{
  background-image: repeating-linear-gradient(
									135deg,
									rgba(239,135,135,0.35) 0px,
									rgba(239,135,135,0.35) 15px,
									rgba(244,244,244,0.9) 15px,
									rgba(244,244,244,0.9) 25px
								);
}

.childtemp	 				{
  background-image: repeating-linear-gradient(
									135deg,
									rgba(235,155,52,0.35) 0px,
									rgba(235,155,52,0.35) 15px,
									rgba(244,244,244,0.9) 15px,
									rgba(244,244,244,0.9) 25px
								);
}

/* Attendance section */

.attendanceBlock {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.attendanceRoom {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 765px) {
  .attendanceRoom {
    margin-bottom: 0px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1020px) {
  .attendanceRoom {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1175px) {
  .attendanceRoom {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 1750px) {
  .attendanceRoom {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
}

.attendanceRoom a {
  display: flex;
  height: 3.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  padding-top: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.125rem;
}

@media (min-width: 1750px) {
  .attendanceRoom a {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    width: 9rem;
  }
}

.timeDiv {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

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

.collectionDiv a {
  margin-right: 0px;
  display: grid;
  height: 5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.collectionDiv span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.childFilter {
  margin-bottom: 0.5rem;
  display: flex;
  max-width: 48rem;
  align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1020px) {
  .childFilter {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.trackerFilterBlock {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1020px) {
  .trackerFilterBlock {
    margin-left: 0px;
  }
}

.trackerFilterDiv {
  max-width: 64rem;
}

@media (min-width: 765px) {
  .trackerFilterDiv {
    display: grid;
    grid-template-columns: 16rem 16rem 6rem 7rem;
  }
}

.trackerFilterDiv .update {
  display: grid;
  width: 100%;
  justify-content: flex-end;
  justify-items: end;
  text-align: center;
}

@media (min-width: 765px) {
  .trackerFilterDiv .update {
    margin-top: 0.25rem;
    margin-left: auto;
    display: flex;
    height: 100%;
    max-width: 4rem;
    flex-direction: column;
  }
}

@media (min-width: 1020px) {
  .trackerFilterDiv .update {
    margin-top: 0.125rem;
  }
}

.trackerFilterDiv .inputDiv {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 6rem 17rem;
}

@media (min-width: 765px) {
  .trackerFilterDiv .inputDiv {
    margin-bottom: 0px;
    display: block;
  }
}

@media (min-width: 1020px) {
  .trackerFilterDiv .inputDiv {
    margin-bottom: 0.25rem;
  }
}

.trackerFilterDiv
		.inputDiv label {
  min-width: 5rem;
}

.trackerFilterDiv
		.inputPart span {
  white-space: nowrap;
}

.trackerFilterDiv
		.inputPart span
		.dateDisplay {
  margin-right: 0.25rem;
  display: inline-block;
  min-width: 125px;
}

.installPWA.week1,.installPWA .week2,.installPWA
	.week3,.installPWA .week4 {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.week1, .week2,
	.week3, .week4 {
  display: none;
  text-align: center;
}

@media (min-width: 765px) {
  .week1, .week2,
	.week3, .week4 {
    display: table-cell;
  }
}

.installPWA.week5,.installPWA .week6 {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.week5, .week6 {
  display: none;
  text-align: center;
}

@media (min-width: 1175px) {
  .week5, .week6 {
    display: table-cell;
  }
}

.installPWA.week7,.installPWA .week8 {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.week7, .week8 {
  display: none;
  text-align: center;
}

@media (min-width: 1275px) {
  .week7, .week8 {
    display: table-cell;
  }
}

.inspectionBlock {
  margin-bottom: 1rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 765px) {
  .inspectionBlock {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1175px) {
  .inspectionBlock {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1750px) {
  .inspectionBlock {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
  }
}

.inspectionBlock div {
  display: flex;
  height: 5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.125rem;
}

@media (min-width: 1750px) {
  .inspectionBlock div {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    width: 12rem;
  }
}

/* Finance section */

.invoiceFilter {
  display: flex;
  align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1020px) {
  .invoiceFilter {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.ddMandates {
  float: left;
  width: 100%;
}

@media (min-width: 1750px) {
  .ddMandates {
    margin-right: 2rem;
    max-width: 70rem;
  }
}

.ddNoMandate {
  float: left;
  width: 100%;
}

@media (min-width: 1750px) {
  .ddNoMandate {
    max-width: 40rem;
  }
}

.paymentDetailsWrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 765px) {
  .paymentDetailsWrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1175px) {
  .paymentDetailsWrapper {
    display: flex;
  }
}

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

@media (min-width: 765px) {
  .paymentDetailsBlock {
    display: flex;
    align-items: flex-start;
  }
}

.paymentDetailsDiv {
  display: grid;
  width: 8rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 765px) {
  .paymentDetailsDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.paymentDetailsDiv div {
  margin-right: 1rem;
  display: flex;
  min-width: 5rem;
  flex-direction: column;
  align-items: flex-start;
}

.paymentDescDiv {
  display: grid;
  width: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 765px) {
  .paymentDescDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.invoiceSelectionDiv {
  margin-bottom: 1rem;
  padding-left: 0px;
  padding-right: 0px;
}

/* Communication section */

.commsCol1 {
  float: left;
  margin-right: 2rem;
  margin-left: 0px;
  width: 100%;
}

@media (min-width: 1020px) {
  .commsCol1 {
    max-width: 35rem;
  }
}

@media (min-width: 1175px) {
  .commsCol1 {
    max-width: 40rem;
  }
}

@media (min-width: 1275px) {
  .commsCol1 {
    max-width: 45rem;
  }
}

@media (min-width: 1750px) {
  .commsCol1 {
    max-width: 55rem;
  }
}

.commsCol2 {
  float: left;
  width: 100%;
}

@media (min-width: 1020px) {
  .commsCol2 {
    max-width: 23rem;
  }
}

@media (min-width: 1175px) {
  .commsCol2 {
    max-width: 28rem;
  }
}

@media (min-width: 1275px) {
  .commsCol2 {
    max-width: 34rem;
  }
}

@media (min-width: 1750px) {
  .commsCol2 {
    max-width: 45rem;
  }
}

.commsCol2 .header {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: stretch;
  gap: 1rem;
}

.commsCol2 .header a {
  margin-left: auto;
  display: flex;
  width: 10rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  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: 200ms;
}

@media (min-width: 1020px) {
  .commsCol2 .header a {
    margin-right: 0px;
  }
}

.commsCol2 .roomHeader {
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
  display: flex;
}

@media (min-width: 1020px) {
  .commsCol2 .roomHeader {
    margin-left: 0px;
  }
}

.commsCol2 .roomHeader a {
  margin-left: auto;
  display: flex;
  width: 8rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  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: 200ms;
}

@media (min-width: 1020px) {
  .commsCol2 .roomHeader a {
    margin-right: 0px;
  }
}

.commsCol2 .roomChildren {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 765px) {
  .commsCol2 .roomChildren {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1020px) {
  .commsCol2 .roomChildren {
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1175px) {
  .commsCol2 .roomChildren {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1275px) {
  .commsCol2 .roomChildren {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1750px) {
  .commsCol2 .roomChildren {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.commsCol2
		.roomChildren div {
  display: flex;
  height: 3.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 54 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-top: 0.25rem;
  text-align: center;
  line-height: 1.1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.subjectBlock {
  margin-right: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 765px) {
  .subjectBlock {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1020px) {
  .subjectBlock {
    margin-right: 0px;
    padding-left: 0px;
  }
}

.messageBlock {
  margin-right: 0.625rem;
  padding-bottom: 1rem;
  padding-left: 0.625rem;
}

@media (min-width: 1020px) {
  .messageBlock {
    margin-right: 0px;
    padding-left: 0px;
  }
}

.messageBlock
		.messageContent {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 765px) {
  .messageBlock
		.messageContent {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 1020px) {
  .messageBlock
		.messageContent {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1175px) {
  .messageBlock
		.messageContent {
    grid-template-columns: 3fr 1fr;
  }
}

.messageBlock
		.messageContent
		.themessage {
  display: flex;
  align-items: stretch;
  padding-top: 0.5rem;
}

.messageBlock
		.messageContent
		.personalise {
  display: flex;
  min-width: 15rem;
  align-items: flex-start;
}

.messageBlock
		.messageContent
		.personalise ul {
  margin-top: 0.5rem;
  margin-left: 0px;
  list-style-type: disc;
}

.messageBlock
		.messageContent
		.personalise li {
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  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: 200ms;
}

.messageBlock
		.messageContent
		.personalise li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.previewBlock {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1020px) {
  .previewBlock {
    margin-bottom: 0px;
  }
}

.previewBlock iframe {
  height: 24rem;
  width: 100%;
}

.fileToggle a {
  margin: 0px !important;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 54 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}

/* Parents App */

.pDisplaySection {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 810px) {
  .pDisplaySection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1020px) {
  .pDisplaySection {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1275px) {
  .pDisplaySection {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1750px) {
  .pDisplaySection {
    grid-template-columns: repeat(auto-fill,27rem);
  }
}

.pDisplaySection h2,
	.pDisplaySection h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pDisplaySection
		.pDisplayBlock {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.pDisplayBlock {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
}

@media (min-width: 765px) {
  .pDisplayBlock {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 1020px) {
  .pDisplayBlock {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    max-width: 42rem;
  }
}

.pDisplayBlock .pInputDiv {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media (min-width: 765px) {
  .pDisplayBlock .pInputDiv {
    align-items: center;
  }
}

.pInputBlock {
  margin-bottom: 1rem;
  padding: 0.625rem;
}

@media (min-width: 765px) {
  .pInputBlock {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (min-width: 1020px) {
  .pInputBlock {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 36rem;
  }
}

@media (min-width: 1175px) {
  .pInputBlock {
    max-width: 42rem;
  }
}

.pInputBlock .inputDiv {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 765px) {
  .pInputBlock .inputDiv {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1020px) {
  .pInputBlock .inputDiv {
    min-height: 2.5rem;
  }
}

.pInputDiv label {
  margin-bottom: 0.25rem;
  min-width: 7rem;
  font-weight: 700;
}

@media (min-width: 765px) {
  .pInputDiv label {
    margin-bottom: 0px;
  }
}

.pInputDiv .inputPart {
  width: 100%;
}

.pInputBlock
		.failureMessage {
  margin-left: 0px;
}

.schoolDayHolder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 1175px) {
  .schoolDayHolder {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.schoolDayHolder div {
  display: flex;
  height: 3.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Visibility helpers */

.hideSM {
  display: table-cell;
}

@media (min-width: 765px) {
  .hideSM.installPWA {
    margin-bottom: 0px;
    max-height: 0px;
    border-width: 0px;
    padding: 0px;
  }

  .hideSM {
    display: none;
  }
}

.installPWA.showSM {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showSM {
  display: none;
}

@media (min-width: 765px) {
  .showSM {
    display: table-cell;
  }
}

.installPWA.showSMSpan {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showSMSpan {
  display: none;
}

@media (min-width: 765px) {
  .showSMSpan {
    display: inline-block;
  }
}

.installPWA.showMD {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showMD {
  display: none;
}

@media (min-width: 810px) {
  .showMD {
    display: table-cell;
  }
}

.installPWA.showMDSpan {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showMDSpan {
  display: none;
}

@media (min-width: 810px) {
  .showMDSpan {
    display: inline-block;
  }
}

.installPWA.showLG {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showLG {
  display: none;
}

@media (min-width: 1020px) {
  .showLG {
    display: table-cell;
  }
}

.installPWA.showLGSpan {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showLGSpan {
  display: none;
}

@media (min-width: 1020px) {
  .showLGSpan {
    display: inline-block;
  }
}

.installPWA.showXL {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showXL {
  display: none;
}

@media (min-width: 1175px) {
  .showXL {
    display: table-cell;
  }
}

.installPWA.showSpanXL {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showSpanXL {
  display: none;
}

@media (min-width: 1175px) {
  .showSpanXL {
    display: inline-block;
  }
}

.installPWA.show2XL {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.show2XL {
  display: none;
}

@media (min-width: 1275px) {
  .show2XL {
    display: table-cell;
  }
}

.installPWA.showSpan2XL {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.showSpan2XL {
  display: none;
}

@media (min-width: 1275px) {
  .showSpan2XL {
    display: inline-block;
  }
}

.hide3XL {
  display: table-cell;
}

@media (min-width: 1750px) {
  .hide3XL.installPWA {
    margin-bottom: 0px;
    max-height: 0px;
    border-width: 0px;
    padding: 0px;
  }

  .hide3XL {
    display: none;
  }
}

.installPWA.show3XL {
  margin-bottom: 0px;
  max-height: 0px;
  border-width: 0px;
  padding: 0px;
}

.show3XL {
  display: none;
}

@media (min-width: 1750px) {
  .show3XL {
    display: table-cell;
  }
}

.pagination {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.pagination a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.pagination a:hover {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 1020px) {
  .pagination a {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* Resize some icons */

.icon-eye {
  position: relative;
  top: 1px !important;
}

.icon-pencil {
  font-size: 11px !important;
}

/* Fancy elements */

.slider {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

.slider .knob {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 2.5rem;
  width: 50%;
  border-radius: 9999px;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.slider .\!knob {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 2.5rem;
  width: 50%;
  border-radius: 9999px;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.slider .divL {
  position: relative;
  z-index: 10;
  display: flex;
  width: 50%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.slider .divR {
  position: relative;
  z-index: 10;
  display: flex;
  width: 50%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.slider3 {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

.slider3 .knob {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 2.5rem;
  width: 33.333333%;
  border-radius: 9999px;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.slider3 .\!knob {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 2.5rem;
  width: 33.333333%;
  border-radius: 9999px;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.slider3 .divL {
  position: relative;
  z-index: 10;
  display: flex;
  width: 33.333333%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.slider3 .divC {
  position: relative;
  z-index: 10;
  display: flex;
  width: 33.333333%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.slider3 .divR {
  position: relative;
  z-index: 10;
  display: flex;
  width: 33.333333%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.slider4 {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

.slider4 .knob {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 2.5rem;
  width: 25%;
  border-radius: 9999px;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.slider4 .\!knob {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 2.5rem;
  width: 25%;
  border-radius: 9999px;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.slider4 .divL {
  position: relative;
  z-index: 10;
  display: flex;
  width: 25%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.slider4 .divCL {
  position: relative;
  z-index: 10;
  display: flex;
  width: 25%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.slider4 .divCR {
  position: relative;
  z-index: 10;
  display: flex;
  width: 25%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.slider4 .divR {
  position: relative;
  z-index: 10;
  display: flex;
  width: 25%;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

/* Festive */

.settledSnow {
  position: relative;
  height: 0px;
  --tw-translate-y: -10.65rem;
  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));
}

@media (min-width: 765px) {
  .settledSnow {
    --tw-translate-y: -10.75rem;
    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));
  }
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-1 {
  top: 0.25rem;
}

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

.isolate {
  isolation: isolate;
}

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

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

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

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

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

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

.\!mb-0 {
  margin-bottom: 0px !important;
}

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

.\!mb-20 {
  margin-bottom: 5rem !important;
}

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

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-28 {
  margin-left: 7rem;
}

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

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

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

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

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

.mr-28 {
  margin-right: 7rem;
}

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.\!h-\[100dvh\] {
  height: 100dvh !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

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

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

.h-\[2\.5rem\] {
  height: 2.5rem;
}

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

.h-\[4\.5rem\] {
  height: 4.5rem;
}

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

.h-\[calc\(100vh-7rem\)\] {
  height: calc(100vh - 7rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.max-h-48 {
  max-height: 12rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-\[40rem\] {
  max-height: 40rem;
}

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

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

.\!w-40 {
  width: 10rem !important;
}

.w-0 {
  width: 0px;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-\[5em\] {
  width: 5em;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

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

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

.\!min-w-32 {
  min-width: 8rem !important;
}

.\!min-w-36 {
  min-width: 9rem !important;
}

.\!min-w-40 {
  min-width: 10rem !important;
}

.\!min-w-44 {
  min-width: 11rem !important;
}

.\!min-w-52 {
  min-width: 13rem !important;
}

.\!min-w-60 {
  min-width: 15rem !important;
}

.\!min-w-80 {
  min-width: 20rem !important;
}

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

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

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

.min-w-12 {
  min-width: 3rem;
}

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

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

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

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

.min-w-52 {
  min-width: 13rem;
}

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

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

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

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

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

.\!min-w-48 {
  min-width: 12rem !important;
}

.\!max-w-20 {
  max-width: 5rem !important;
}

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

.max-w-12 {
  max-width: 3rem;
}

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

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-\[80rem\] {
  max-width: 80rem;
}

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

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

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

.max-w-xl {
  max-width: 36rem;
}

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

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.origin-top {
  transform-origin: top;
}

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

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

.scale-y-100 {
  --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));
}

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

.cursor-grabbing {
  cursor: grabbing;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

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

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

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

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

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

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

.grid-cols-\[1fr_2fr\] {
  grid-template-columns: 1fr 2fr;
}

.grid-cols-\[5fr_3fr_2fr\] {
  grid-template-columns: 5fr 3fr 2fr;
}

.\!flex-row {
  flex-direction: row !important;
}

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

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

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

.\!items-start {
  align-items: flex-start !important;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-blues-dark {
  --tw-border-opacity: 1;
  border-color: rgb(1 12 128 / var(--tw-border-opacity, 1));
}

.border-failure-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 75 36 / var(--tw-border-opacity, 1));
}

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

.\!bg-blues-mid {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-culturedgrey-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(138 138 148 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-blues-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(1 12 128 / var(--tw-bg-opacity, 1));
}

.bg-blues-light {
  --tw-bg-opacity: 1;
  background-color: rgb(119 212 252 / var(--tw-bg-opacity, 1));
}

.bg-culturedgrey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.bg-failure-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 75 36 / var(--tw-bg-opacity, 1));
}

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

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

.bg-jetgrey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 166 166 / var(--tw-bg-opacity, 1));
}

.bg-jetgrey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
}

.bg-pending-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 110 14 / var(--tw-bg-opacity, 1));
}

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

.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 139 17 / var(--tw-bg-opacity, 1));
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

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

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

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

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

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

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

.pt-\[26px\] {
  padding-top: 26px;
}

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blues-dark {
  --tw-text-opacity: 1;
  color: rgb(1 12 128 / var(--tw-text-opacity, 1));
}

.text-blues-light {
  --tw-text-opacity: 1;
  color: rgb(119 212 252 / var(--tw-text-opacity, 1));
}

.text-failure-100 {
  --tw-text-opacity: 1;
  color: rgb(219 75 36 / var(--tw-text-opacity, 1));
}

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

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

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

.text-success-100 {
  --tw-text-opacity: 1;
  color: rgb(11 139 17 / var(--tw-text-opacity, 1));
}

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

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

.accent-\[\#2b3b91\] {
  accent-color: #2b3b91;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

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

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

.outline {
  outline-style: solid;
}

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

.ring-blues-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 12 128 / var(--tw-ring-opacity, 1));
}

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

.invert {
  --tw-invert: invert(100%);
  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 {
  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;
}

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

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

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

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

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

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

/* Global / legacy */

[class^="icon-"],
[class*=" icon-"]	{
  font-size: small;
}

.modal 				{
  transition: opacity 0.25s ease;
}

body.modal-active,
body.popup-active	{
  overflow-x: hidden;
  overflow-y: visible;
}

.animate-loading	{
  animation: loading 2s infinite ease-in-out;
  position: relative;
}

.opacity-95 		{
  opacity: .95;
}

@keyframes loading	{
  0% {
    margin-left: -25%;
  }

  50% {
    margin-left: 50%;
  }

  100% {
    margin-left: 100%;
  }
}

/* HTML: <div class="loader"></div> */

.loader {
  position: relative;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  aspect-ratio: 1;
  background:
			radial-gradient(farthest-side,#010c80 90%,#0000) 0 0/8px 8px no-repeat,
			conic-gradient(from -90deg at 30px 30px,#0000 90deg,#77d4fc 0) 0 0/40px 40px ,
			conic-gradient(from  90deg at 10px 10px,#0000 90deg,#77d4fc 0) 0 0/40px 40px no-repeat,
			conic-gradient(from -90deg at 30px 30px,#0000 90deg,#77d4fc 0) 100% 100%/40px 40px no-repeat;
  animation: l5 2s infinite;
}

@keyframes l5 {
  0%     {
    background-position:left 1px top 1px,0 0,0 0,100% 100%
  }

  16.67% {
    background-position:left 50% top 1px,0 0,0 0,100% 100%
  }

  33.33% {
    background-position:left 50% bottom 1px,0 0,0 0,100% 100%
  }

  50%    {
    background-position:right 1px bottom 1px,0 0,0 0,100% 100%
  }

  66.67% {
    background-position:right 1px bottom 50%,0 0,0 0,100% 100%
  }

  83.33% {
    background-position:left 1px bottom 50%,0 0,0 0,100% 100%
  }

  100%   {
    background-position:left 1px top 1px,0 0,0 0,100% 100%
  }
}

@media (min-width: 765px) {
  .sm\:hidden.installPWA {
    margin-bottom: 0px;
    max-height: 0px;
    border-width: 0px;
    padding: 0px;
  }
}

@media (min-width: 810px) {
  .md\:hidden.installPWA {
    margin-bottom: 0px;
    max-height: 0px;
    border-width: 0px;
    padding: 0px;
  }
}

@media (min-width: 1020px) {
  .lg\:hidden.installPWA {
    margin-bottom: 0px;
    max-height: 0px;
    border-width: 0px;
    padding: 0px;
  }
}

@media (min-width: 1175px) {
  .xl\:hidden.installPWA {
    margin-bottom: 0px;
    max-height: 0px;
    border-width: 0px;
    padding: 0px;
  }
}

@media (min-width: 1750px) {
  .\33xl\:hidden.installPWA {
    margin-bottom: 0px;
    max-height: 0px;
    border-width: 0px;
    padding: 0px;
  }
}

.hover\:\!bg-jetgrey-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 185 185 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blues-mid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 145 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-culturedgrey-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 54 / var(--tw-bg-opacity, 1));
}

.hover\:bg-culturedgrey-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 83 83 / var(--tw-bg-opacity, 1));
}

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

.hover\:\!text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 765px) {
  .sm\:top-0\.5 {
    top: 0.125rem;
  }

  .sm\:top-\[1px\] {
    top: 1px;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-h-60 {
    max-height: 15rem;
  }

  .sm\:w-0 {
    width: 0px;
  }

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

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

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

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

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

  .sm\:\!min-w-\[160px\] {
    min-width: 160px !important;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:\!max-w-60 {
    max-width: 15rem !important;
  }

  .sm\:\!max-w-\[4\.5rem\] {
    max-width: 4.5rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-40 {
    max-width: 10rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-\[72rem\] {
    max-width: 72rem;
  }

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

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:shrink {
    flex-shrink: 1;
  }

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

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

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

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

  .sm\:grid-cols-\[4fr_6fr_3fr_6fr_3fr_3fr\] {
    grid-template-columns: 4fr 6fr 3fr 6fr 3fr 3fr;
  }

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

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

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

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

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

  .sm\:rounded-none {
    border-radius: 0px;
  }

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

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\: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: 810px) {
  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }
}

@media (min-width: 1020px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!grid-cols-\[repeat\(auto-fill\2c 24rem\)\] {
    grid-template-columns: repeat(auto-fill,24rem) !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

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

  .lg\:pl-0 {
    padding-left: 0px;
  }

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1175px) {
  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

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

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:block {
    display: block;
  }

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

  .xl\:hidden {
    display: none;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:min-w-12 {
    min-width: 3rem;
  }

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

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

  .xl\:min-w-32 {
    min-width: 8rem;
  }

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

  .xl\:max-w-40 {
    max-width: 10rem;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

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

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

@media (min-width: 1275px) {
  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1750px) {
  .\33xl\:hidden {
    display: none;
  }

  .\33xl\:w-full {
    width: 100%;
  }

  .\33xl\:max-w-24 {
    max-width: 6rem;
  }

  .\33xl\:max-w-80 {
    max-width: 20rem;
  }

  .\33xl\:grid-cols-\[repeat\(auto-fill\2c 27rem\)\] {
    grid-template-columns: repeat(auto-fill,27rem);
  }

  .\33xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}