/*
! tailwindcss v3.4.4 | 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] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.-inset-1 {
  inset: -0.25rem !important;
}

.inset-0 {
  inset: 0px !important;
}

.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

.-top-40 {
  top: -10rem !important;
}

.left-\[calc\(50\%\+3rem\)\] {
  left: calc(50% + 3rem) !important;
}

.left-\[calc\(50\%-11rem\)\] {
  left: calc(50% - 11rem) !important;
}

.right-0 {
  right: 0px !important;
}

.right-\[-100px\] {
  right: -100px !important;
}

.top-0 {
  top: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.top-\[-50px\] {
  top: -50px !important;
}

.top-\[calc\(100\%-13rem\)\] {
  top: calc(100% - 13rem) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

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

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.aspect-\[1155\/678\] {
  aspect-ratio: 1155/678 !important;
}

.h-12 {
  height: 3rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

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

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

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

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

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

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

.h-full {
  height: 100% !important;
}

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

.max-h-\[200px\] {
  max-height: 200px !important;
}

.w-3 {
  width: 0.75rem !important;
}

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

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-56 {
  width: 14rem !important;
}

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

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

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

.w-\[36\.125rem\] {
  width: 36.125rem !important;
}

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

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

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

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

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

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

.flex-none {
  flex: none !important;
}

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

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

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

.origin-top-right {
  transform-origin: top right !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  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)) !important;
}

.rotate-\[30deg\] {
  --tw-rotate: 30deg !important;
  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)) !important;
}

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

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

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

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

.cursor-move {
  cursor: move !important;
}

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

.resize {
  resize: both !important;
}

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

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

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

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

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

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity)) !important;
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important;
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity)) !important;
}

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

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

.rounded-sm {
  border-radius: 0.125rem !important;
}

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

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

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

.border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

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

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-0 {
  border-left-width: 0px !important;
}

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

.border-t-0 {
  border-top-width: 0px !important;
}

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

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

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

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

.border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

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

.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}

.bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity)) !important;
}

.bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity)) !important;
}

.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.from-\[\#ff80b5\] {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.to-\[\#9089fc\] {
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position) !important;
}

.stroke-gray-600\/50 {
  stroke: rgb(75 85 99 / 0.5) !important;
}

.stroke-indigo-600\/50 {
  stroke: rgb(79 70 229 / 0.5) !important;
}

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

.p-4 {
  padding: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-medium {
  font-weight: 500 !important;
}

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

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

.lowercase {
  text-transform: lowercase !important;
}

.italic {
  font-style: italic !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

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

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

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

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

.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}

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

.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}

.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}

.text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(49 46 129 / var(--tw-text-opacity)) !important;
}

.text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity)) !important;
}

.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}

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

.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}

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

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

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.ring-inset {
  --tw-ring-inset: inset !important;
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
}

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

.ring-gray-600\/10 {
  --tw-ring-color: rgb(75 85 99 / 0.1) !important;
}

.ring-gray-600\/50 {
  --tw-ring-color: rgb(75 85 99 / 0.5) !important;
}

.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05) !important;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

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

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

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

/* latin-ext */

@font-face {
  font-family: 'Josefin Sans';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(./fonts/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format('woff2');

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Josefin Sans';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(./fonts/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */

@font-face {
  font-family: 'Josefin Sans';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(./fonts/Qw3aZQNVED7rKGKxtqIqX5EUA3x4Vn8siqM7.woff2) format('woff2');

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Josefin Sans';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(./fonts/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */

@font-face {
  font-family: 'Open Sans';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./fonts/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');

  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Open Sans';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./fonts/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.loader {
  position: fixed;
  z-index: 200;
  top: 30px;
  right: 30px;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  100% {
    transform:rotate(360deg);
  }
}

:root {
  --blue: rgb(51,193,210);
  --red: rgb(199,53,60);
  --yellow: rgb(255,207,55);
  --dk-blue: rgb(94,160,194);
  --red-orange: rgb(255,100,0);
  --green: rgb(0,166,81);
  --orange: rgb(255,147,34);
  --lt-grey: rgb(148,162,178);
  --dk-grey: rgb(104,124,141);
  --nav-grey: rgb(207,213,220);
  --sidebar-grey: rgb(234,236,240);
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#ie-warning {
  text-align: center;
  width: 100%;
  display: none;
  margin-top: 100px;
}

h1, h2, h3, h4, h5, h6, button {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}

.hide {
  display: none;
}

.error {
  color: var(--red);
  font-family: 'Josefin Sans';
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 1em;
}

ul.langs {
  position: fixed;
  z-index: 9999;
  color: #fff;
  list-style: none;
  cursor: pointer;
}

ul.error {
  list-style: none;
  padding-left: 0px;
}

ul.error li {
  font-size: 20px;
}

.login ul.error li {
  font-size: 1rem;
}

button {
  white-space: nowrap;
  border: none;
  outline: none;
  border-radius: 25px;
  background-color: var(--yellow);
  color: var(--blue);
  font-size: 16px;
  font-weight: bold;
  padding: 13px 22px 11px 22px;
}

.container {
  padding: 60px;
  position: relative;
  top: 150px;
}

*:focus {
  outline: none;
}

/* Hero */

.hero,
.small-hero {
  height: 300px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 100px;
  background: url(/img/profile-hero.jpg) no-repeat var(--blue);
  position: relative;
}

.hero-name,
.small-hero-name {
  margin: 0px;
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 100px;
}

.small-hero {
  height: 150px;
  position: fixed;
  z-index: 50;
}

.small-hero-name {
  top: 50px;
}

/* Login */

.login form {
  display: block;
  max-width: 500px;
  margin: 60px auto;
}

.logos {
  display: block;
  max-width: 212px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.logos a:first-child img {
  width: 200px;
  margin-left: -200px;
  float: left;
}

.logos a:last-child img {
  width: 120px;
  float: right;
  margin-right: -120px;
}

.login-error {
  color: var(--red);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.login input {
  display: block;
  width: 212px;
  height: 35px;
  box-sizing: border-box;
  margin: auto auto 30px auto;
  padding: 0px 0px 0px 10px;
  line-height: 16px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.login-button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-button-login,
.login-button-register {
  border-radius: 25px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  font-size: 16px;
  border: none;
  outline: none;
}

.login-button-login,
.login-button-register,
.forgot-password {
  width: 210px;
  height: 40px;
}

.forgot-password {
  background: white;
  border: 1px solid var(--blue);
}

.login-button-login {
  color: var(--dk-blue);
  background-color: var(--yellow);
}

.login-button-login:hover {
  color: var(--yellow);
  background-color: var(--dk-blue);
}

.login-button-register {
  color: var(--yellow);
  background-color: var(--dk-blue);
}

.login-button-register:hover {
  color: var(--dk-blue);
  background-color: var(--yellow);
}

.login input:focus,
.login button:focus {
  outline: none;
}

.login h2 {
  margin-bottom: 40px;
  font-size: 26px;
  color: var(--red-orange);
}

/* Nav */

nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  background: var(--blue);
  z-index: 1;
}

nav img.logo {
  margin: 15px auto;
  width: 120px;
}

nav .logo-wrapper {
  box-sizing: border-box;
  background: var(--nav-grey);
  height: 150px;
}

nav ul {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  list-style: none;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px;
}

nav ul li {
  box-sizing: border-box;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 10px;
}

nav ul li:hover,
nav ul li:hover .icon {
  color: var(--yellow);
  stroke: var(--yellow);
}

nav ul li.active {
  border-left: 4px solid var(--red);
}

nav ul li .icon {
  display: block;
  width: 32px;
  padding: 0;
  margin: auto auto 10px;
}

/* Dashboard */

.tile {
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #f0f0f3;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.04),0 2px 20px 0 rgba(0,0,0,.06);
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 30px;
}

.tile h2 {
  font-size: 18px;
  height: 36px;
  margin-top: 25px;
  margin-left: 10px;
}

.tile h3 {
  margin: 0 auto;
  color: var(--red);
  font-size: 52px;
  font-family: 'Open Sans';
  font-weigth: normal;
}

.tile a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.help {
  width: 600px;
  text-align: justify;
  margin: 0px auto;
}

.help ul {
  list-style: none;
}

.cases table button,
.inquiries table button {
  text-align: center;
  line-height: 1.475rem;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 5px;
}

.inquiries .reminder {
  text-align: left;
  margin: 40px;
}

.cases button:first-child,
.inquiries button:first-child {
  margin-bottom: 0px;
}

.modal {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  background-color: rgba(0, 0, 0, .5);
}

.requestAHold, .addSibling {
  background: #fff;
  text-align: left;
  margin: 12% auto;
  border-radius: 2px;
  width: 500px;
  padding: 20px;
}

.addSibling {
  position: relative;
  width: 80%;
  max-width: 1000px;
}

.addSibling input {
  width: 212px;
  height: 35px;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  line-height: 16px;
  font-size: 16px;
}

.addSibling .selected-youth {
  overflow-x: scroll;
  max-height: 200px;
}

.requestAHold h2 {
  margin: 0 0 1rem;
}

.requestAHold p {
  margin: 0;
}

.requestAHold p.help {
  margin: 1rem 0 1rem 0;
}

.requestAHold button {
  font-size: 14px;
}

.requestAHold .cancel {
  border: 1px solid #dddbda;
  transition: border .15s linear;
  border-color: #dddbda;
  background-color: #fff;
  margin-left: 10px;
}

.addSibling ul.autocomplete {
  top: 138px;
  left: 20px;
  width: 212px;
  border: 1px solid #c5c5c5;
  position: absolute;
  background: #fff;
  padding-left: 0;
  border-radius: 2px;
}

.addSibling button.cancel{
  margin: 10px 0 0 10px;
}

.addSibling ul.autocomplete li {
  margin: 0;
  cursor: pointer;
  list-style: none;
  line-height: 25px;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
}

.addSibling .selected-youth table {
  padding: 0;
  margin: 0 0 20px 0;
}

.addSibling table td.center {
  text-align: center;
}

.addSibling table td.center span {
  cursor: pointer;
}

/* Tables */

table {
  margin: 40px;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid var(--blue);
}

tr:hover {
  background: #f4f4f4;
}

tr:hover td {
  color: #555;
}

th, td {
  color: #999;
  border: 1px solid #eee;
  padding: 12px;
  border-collapse: collapse;
  min-width: 100px;
}

th {
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
}

th:after {
  content: "↕";
  position: relative;
  left: 3px;
  bottom: 1px;
}

tr:last {
  border-right: none;
}

/* Status dependent row highlighting */

tr.overdue {
  background-color: var(--orange);
  background-image: linear-gradient(45deg,rgba(0,0,0,.025) 25%,transparent 0,transparent 50%,rgba(0,0,0,.025) 0,rgba(0,0,0,.025) 75%,transparent 0, transparent);
  background-size: 64px 64px;
}

tr.overdue td {
  color: #fff;
}

tr.open {
  background-color: rgba(75, 202, 129, .3);
}

.inquiries table thead tr th:nth-child(3) {
  min-width: 200px;
}

.search-bar {
  margin: 40px auto auto 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.search-bar input {
  width: 212px;
  height: 35px;
  box-sizing: border-box;
  padding: 0px 0px 0px 10px;
  line-height: 16px;
  font-size: 16px;
}

.search-bar button {
  margin-right: 120px;
}

p.locked {
  margin-bottom: -200px;
  margin-top: 200px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Form / render.mjs */

.form label.required:after {
  content: " *";
  color: red;
}

td.td.required:after,
th.td.required:after {
  content: " *";
  color: red;
}

.section {
  margin: auto;
  max-width: 80%;
  clear: both;
  margin-top: 50px;
}

.section-header {
  position: relative;
}

.section-collapse-button {
  position: absolute;
  top: 0rem;
  right: .5rem;
  font-size: 1.7rem;
}

.section-title {
  border-top: 1px solid black;
  text-align: left;
}

.collapsed .section-fields {
  display: none!important;
}

.field-previous-value {
  display: none;
}

.form-editable .section.critical .field-previous-value {
  display: block;
}

.single .section-fields {
  flex-flow: column;
}

.single .field {
  margin: auto;
}

.single .field input {
  margin: auto;
}

.single .field input[type=checkbox] {
  margin: 0;
}

.field {
  text-align: left;
  min-height: 65px;
  width: 380px;
}

.field.small {
  min-height: 20px;
}

.field label {
  margin: 10px 0 0 0;
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: left;
  height: 45px;
  float: left;
}

.field label span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.field.help-text label {
  height: auto;
}

.field.help-text label span {
  -webkit-line-clamp: initial;
}

.login .help-text {
  font-size: .8rem;
  text-align: justify;
}

.field .help-text {
  padding-bottom: 1rem;
  display: block;
}

.field img {
  width: 360px;
}

.field input,
.field select {
  font-size: 16px;
  display: block;
  border-color: rgb(221, 219, 218);
  border-left-radius: 4px;
  border-right-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: rgb(8, 7, 7);
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 0px 16px 0px 10px;
  transition-delay: 0s, 0s;
  transition-duration: 0.1s, 0.1s;
  transition-property: border, background-color;
  transition-timing-function: linear, linear;
  visibility: visible;
  width: 380px;
  clear: both;
  font-family: 'Open Sans', sans-serif;
}

.field select[multiple] {
  height: 5rem;
}

.field input[type=checkbox] {
  width: 2rem;
}

.field input:disabled {
  background: rgb(244, 244, 244);
  cursor: not-allowed;
}

.field select[multiple][disabled] {
  background-color: white;
}

.field.field-error {
  color: var(--red);
}

.field.field-error input,
.field.field-error select {
  border: 1px solid var(--red);
  outline: 1px solid var(--red);
}

input[type=file] {
  display: none;
}

.actions {
  display: none;
  clear: both;
  padding-top: 80px;
  padding-bottom: 40px;
}

.actions button {
  min-width: 75px;
  margin-left: 10px;
}

.form-editable input[type=file],
.form-editable .actions {
  display: block;
}

/* end of forms */

/* overrides */

.form .form-title {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  background: url(/img/profile-hero.jpg) no-repeat var(--blue);
  position: fixed;
  z-index: 100;
  text-align: center;
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  line-height: 150px;
  margin: 0px;
  top: 0px;
  padding-right: 225px;
  white-space: nowrap;
}

.form {
  padding-top: 200px;
}

.section-title {
  padding-top: 5px;
}

.profile .section-header,
.register .section-header {
  display: none;
}

.form-non-editable:after {
  content: "Record Locked";
  z-index: 100;
  position: absolute;
  top: 175px;
  right: 45px;
  width: 30px;
  height: 60px;
  background: url(./img/cases-locked.svg) no-repeat;
  position: fixed;
  padding-top: 30px;
  text-align: center;
}

.wrapper.child-registration {
  position: relative;
}

.wrapper.child-registration.new-registration option[value='Use Existing Photo'] {
  display: none;
}

.wrapper.child-registration .warn-msg {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.multiselect-all input {
  display: none;
}

li.selected {
  background-color: rgb(252, 231, 243);
}

@media only screen and (max-height: 750px) {
  nav ul {
    font-size: .8em;
  }

  nav ul li {
    height: 40px;
  }

  nav ul li .icon {
    width: 20px;
  }
}

@media only screen and (max-height: 500px) {
  nav ul li {
    height: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
  }

  nav ul li .icon {
    display: none;
  }
}

@media print {
  @page {
    size: letter;

    margin: 2cm 2.5cm;
  }

  body {
    font-size: 12pt;
  }

  nav,
  .loader,
  .form-title,
  .section-collapse-button {
    display: none;
  }

  .section-fields {
    justify-content: space-around;
  }

  .section {
    max-width: 100%;
  }

  .collapsed .section-fields {
    display: flex;
  }

  .form {
    padding-top: 0px;
  }

  .field {
    width: 275px;
  }

  .field input,
  .field select,
  .contents {
    margin-left: 0px;
  }

  select[multiple] {
    height: 250px;
  }
}

@media(min-width: 1200px) {
  .section {
    max-width: 900px;
  }
}

@media(max-width: 600px) {
  .logos {
    max-width: 100%;
  }

  .logos a:first-child img,
  .logos a:last-child img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    float: none;
    margin-top: 10px;
  }
}

.overflow-y-scroll::-webkit-scrollbar {
  display: none;
}

.section.single .help-text {
  text-align: left;
}

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

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

.after\:content-\[\'\'\]::after {
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.hover\:border-x-2:hover {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}

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

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-600\/20:hover {
  background-color: rgb(220 38 38 / 0.2) !important;
}

.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-sky-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity)) !important;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid !important;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px !important;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px !important;
}

.focus-visible\:outline-pink-600:focus-visible {
  outline-color: #db2777 !important;
}

.group:hover .group-hover\:stroke-gray-600\/75 {
  stroke: rgb(75 85 99 / 0.75) !important;
}

.group:hover .group-hover\:stroke-indigo-600\/75 {
  stroke: rgb(79 70 229 / 0.75) !important;
}

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

@media (min-width: 640px) {
  .sm\:-top-80 {
    top: -20rem !important;
  }

  .sm\:left-\[calc\(50\%\+36rem\)\] {
    left: calc(50% + 36rem) !important;
  }

  .sm\:left-\[calc\(50\%-30rem\)\] {
    left: calc(50% - 30rem) !important;
  }

  .sm\:top-\[calc\(100\%-30rem\)\] {
    top: calc(100% - 30rem) !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:w-\[72\.1875rem\] {
    width: 72.1875rem !important;
  }

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

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

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

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

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

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

  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

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

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

  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:block {
    display: block !important;
  }

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

  .lg\:max-w-\[80\%\] {
    max-width: 80% !important;
  }
}

@media (min-width: 1280px) {
  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:pt-16 {
    padding-top: 4rem !important;
  }
}
