/*
! tailwindcss v3.3.0 | 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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],[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, [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: #1C64F2;
  --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: #1C64F2;
}

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

select:not([size]) {
  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] {
  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: #1C64F2;
  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: #1C64F2;
  --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,.dark [type='checkbox']:checked,.dark [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");
}

[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");
}

[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;
}

[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 auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(63 131 248 / 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:  ;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.m-10 {
  margin: 2.5rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

.mt-20 {
  margin-top: 5rem;
}

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

.box-border {
  box-sizing: border-box;
}

.flex {
  display: flex;
}

.h-20 {
  height: 5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-36 {
  width: 9rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

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

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

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

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

.from-neutral-800 {
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(38 38 38 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-yellow-300 {
  --tw-gradient-via-position:  ;
  --tw-gradient-to: rgb(250 202 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), #FACA15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-purple-300 {
  --tw-gradient-to: #CABFFD var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}

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

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

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(141 162 251 / var(--tw-text-opacity));
}

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

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

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

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

.opacity-75 {
  opacity: 0.75;
}

.shadow-blue-500\/50 {
  --tw-shadow-color: rgb(63 131 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

body {
  background-color: #444444;
  background-size: cover;
  background-position: center center;
  color: #353535;
}

.plan-label.selected {
  border: 2px solid #444444;
}

.steps-right {
  width: 100%;
}

.steps-left {
  width: 2rem;
  margin-right:1rem;
}

.steps-left::after {
  content: ' ';
  background: #444444;
  width: 0.5rem;
  display: block;
  position: absolute;
  left: 0.6rem;
  top: 3rem;
  bottom: 0rem;
}

.credits-button {
  background-color: rgba(0,0,0,0.3);
  color:#dadada;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  position: relative;
}

.credits-button:hover {
  background-color: rgba(0,0,0,0.5);
}

.credits-button.selected {
  background-color: #ff8361;
  color: rgb(255,255,255);
  font-weight: 700;
}

.payment-method-button {
  display: flex;
  justify-content:space-between;
  border: 2px solid;
  border-color: rgba(255,255,255,0.3);
  border-radius: 0.8rem;
  padding: 0.5rem;
}

.payment-method-button.selected {
  background-color: #FF6161;
  border-color: #FF6161;
  color: #ffffff;
}

.payment-method-button:hover {
  cursor: pointer;
  border-color: #FF6161;
}

.payment-methods-wrapper .payment-method-button {
  margin-bottom: 0.75rem;
}

.payment-methods-wrapper .payment-method-button:last-child {
  margin-bottom: 0;
}

.auth-form {
  color: rgb(49, 49, 49);
}

.auth-form input:not([type=checkbox]),.auth-form select {
  border: 2px solid rgba(0,0,0,0.3);
  background: rgba(255,255,255,1);
  border-radius: 0.8rem;
  padding: 0.8rem;
}

.generate-form input:not([type=checkbox]):not([type=range]),.generate-form select,.generate-form textarea {
  border: 2px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.1);
  border-radius: 0.8rem;
  padding: 0.8rem;
}

.generate-form input:not([type=checkbox]):not([type=range]):hover,.generate-form select:hover,.generate-form textarea:hover {
  border: 2px solid rgba(255,255,255,0.3);
}

.generate-form input::-moz-placeholder, textarea::-moz-placeholder {
  color: #737373;
}

.generate-form input::placeholder, textarea::placeholder {
  color: #737373;
}

.auth-form input:focus,.auth-form select:focus {
  border-color: #FF6161;
}

.generate-form input:focus,.generate-form select:focus,.generate-form textarea:focus  {
  border-color: #FF6161;
}

/*
.generate-form label {
	color: rgb(115 115 115);
} */

input:focus, select:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  outline-width: 0px;
}

input[type="range"]::-webkit-slider-thumb, input[type="range"]::-moz-range-thumb  {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -12px;
  /* Centers thumb on the track */
  background-color: #eb9f5c;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
}

input[type="range"]::-webkit-progress-value,input[type="range"]::-moz-range-progress {
  background-color: #eb9f5c;
}

input[type="range"] {
  border: 1px solid;
  border-color: #525252;
  border-radius: 0.4rem;
}

input[type="range"]:focus {
  border-color: #525252;
}

input[type=checkbox] {
  outline: none;
}

input[type=checkbox]:focus {
  outline: none;
}

.error a {
  text-decoration: underline;
}

.selector-button {
  padding: 0.25rem;
  font-size: 0.75rem;
  background-color:#737373;
  border-radius:0.2rem;
}

.selector-button:hover {
  background-color:#5f5f5f;
}

.selector-button.selected {
  padding: 0.25rem;
  font-size: 0.75rem;
}

.selector-button.selected.green {
  background-color: #00bd52;
}

.selector-button.selected.green:hover {
  background-color: #019742;
}

.selector-button.selected.red {
  background-color: #bd0000;
}

.selector-button.selected.red:hover {
  background-color: #970101;
}

.data-field {
  background-color:rgba(0,0,0,0.3);
  padding: 0.25rem;
  font-size: 0.75rem;
  border-radius:0.2rem;
}

a {
  cursor: pointer;
}

#dropdownDivider a {
  text-decoration: none;
}

.tabs {
  font-weight: 900;
  color:#737373;
}

.tabs li {
  border-bottom: 3px solid rgba(255,255,255,0);
  transition: all .1s;
}

.tabs li:hover {
  font-weight: 900;
  border-bottom: 3px solid rgb(250, 76, 76);
  color: #242424;
}

.tabs .selected {
  font-weight: 900;
  border-bottom: 3px solid rgb(250, 76, 76);
  color: rgb(250, 76, 76);
}

.tabs .selected:hover {
  font-weight: 900;
  border-bottom: 3px solid rgb(250, 76, 76);
  color: #242424;
}

.under-tabs {
  font-weight: 700;
  color:#737373;
  transition: all .1s;
}

.under-tabs li:hover {
  font-weight: 900;
  color: #c3c3c3;
}

.under-tabs .selected {
  font-weight: 900;
  color: #ffffff;
}

.under-tabs .selected:hover {
  font-weight: 900;
  color: #ffffff;
}

:focus-visible {
  outline: none;
}

#data-table td {
  padding: 0.2rem;
}

#data-table tr td:first-child {
  padding-left: 1rem;
}

#data-table tr td:last-child {
  padding-right: 1rem;
}

#data-table thead {
  font-weight: 900;
}

#top-menu a {
  color:rgb(255,255,255);
  font-weight: 700;
  text-decoration: none;
  transition: transform .1s;
}

#top-menu a:hover {
  color:#fb7185;
  transform: scale(1.1);
}

#social-icons svg {
  transition: transform .1s;
  opacity: 0.75;
  color: #ffffff;
}

#social-icons svg:hover {
  transform: scale(1.2);
  opacity: 1;
  color: #ffffff;
}

#very-bottom a:hover {
  color: #ffffff;
}

#textblock h1, #faq h1 {
  font-size: 2rem;
  font-weight:900;
  margin-bottom: 2rem;
}

#textblock h2 {
  font-size: 1.4rem;
  font-weight:700;
  margin-bottom: 1rem;
}

#textblock h3 {
  font-size: 1rem;
  font-weight:700;
  margin-bottom: 1rem;
}

#textblock p {
  margin-bottom: 1rem;
}

#textblock ul {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

#textblock li {
  list-style-type: circle;
  list-style-position: inside;
}

#faq .faq-box {
  cursor: pointer;
  border: 1px solid #444444;
  padding: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.4rem;
}

#faq .faq-box:hover {
  border-color: rgb(217,119,6);
}

.example-category:hover {
  cursor:pointer;
}

.example-category:hover h1 {
  color: rgb(217,119,6);
}

.example-category:hover img, .example-category:hover .blurrer, #gallery img:hover,#last_image_preview:hover  {
  transform: scale(1.05);
}

#examples a {
  text-decoration: none;
}

#mini_history img:hover,#img2img_source_grid img:hover {
  transform: scale(1.2);
}

#mini_history img:hover,#img2img_source_grid img:hover,.example-category:hover img, .example-category:hover .blurrer, #gallery img:hover,#last_image_preview:hover {
  filter: brightness(125%);
}

#mini_history img,#last_image_preview,#img2img_source_grid img, .example-category img,#gallery img{
  transition: transform .2s;
  cursor: pointer;
}

#mini_history .deleted {
  opacity: 30;
}

.main-button-color {
  color: rgba(255,255,255,1);
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  background-image: linear-gradient(to right, #FF6161 0%, #FF753A 35%, #e96f23 50%, #da5151 100%);
  background-size: 200% auto;
  transition: 0.2s;
}

.small-main-button-color {
  color: rgba(255,255,255,1);
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  background-image: linear-gradient(to right, #FF6161 0%, #ff613a 35%, #e35959 100%);
  background-size: 200% auto;
  transition: 0.2s;
  font-weight: 700;
}

.small-main-button-color:active {
  opacity: 0.9;
}

.main-button {
  color: rgba(255,255,255,1);
  transition: 0.2s;
  border-radius: 0.8rem;
  padding: 0.8rem;
  font-weight: 700;
  background: #FF6161;
}

.main-button-colorless {
  color: rgba(255,255,255,1);
  transition: 0.2s;
  background-size: 200% auto;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  border-radius: 0.8rem;
  padding: 0.8rem;
  font-weight: 700;
}

.main-button:hover,.main-button-color:hover,.small-main-button-color:hover {
  background-position: right center;
}

.main-button:active {
  text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
  opacity: 0.9;
}

.border-button {
  position: relative;
  padding:0.8rem;
  font-weight: 700;
}

.border-button:hover {
  background: rgba(0,0,0,0.1);
}

.border-button:active {
  background: rgba(0,0,0,0.2);
}

.border-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.8rem;
  padding: 2px;
  background:linear-gradient(to right, #FF6161 0%, #FF753A 35%, #e96f23 50%, #da5151 100%);
  -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.main-input {
  border: 2px solid rgba(0,0,0,0.3);
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 0.8rem;
  color: rgba(0,0,0,0.8);
}

.main-input::-moz-placeholder {
  color:rgb(188, 188, 188);
}

.main-input::placeholder {
  color:rgb(188, 188, 188);
}

.main-input:focus {
  border-color: #FF6161;
}

.main-input:hover {
  border-color: #FF6161;
}

.main-input.merged {
  border-radius: 0.8rem 0 0 0.8rem;
}

.border-button:hover {
  background-position: right center;
}

.border-button:active {
  text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
  opacity: 0.9;
}

.error-text {
  background:linear-gradient(to right, #f79b9b 0%, #ffa0b8 35%, #ff8686 100%);
  padding: 0.8rem;
  border-radius: 0.8rem;
  color:rgb(25, 25, 25)
}

.success-text {
  background:linear-gradient(to right, #ccf79b 0%, #ccffa0 35%, #d7ff86 100%);
  padding: 0.8rem;
  border-radius: 0.8rem;
  color:rgb(25, 25, 25)
}

.info-text {
  background:linear-gradient(to right, #f7f19b 0%, #f2ffa0 35%, #ffed86 100%);
  padding: 0.8rem;
  border-radius: 0.8rem;
  color:rgb(25, 25, 25)
}

#bottom_notification {
  position: fixed;
  padding: 1rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  min-width: 50%;
}

.text-link {
  text-decoration-color: #dc4a4a;
  text-decoration: underline;
  color: #dc4a4a;
}

.text-link:hover {
  color: #ff8686;
}

#gallery .image_wrapper {
  transition: transform .1s;
  cursor: pointer;
}

#gallery .image_wrapper:hover {
  transform: scale(1.05);
}

#generated_content_wrap .on-image-button {
  opacity: 0.1;
  transition: all .2s;
  font-size: 2rem;
  filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.5));
}

#generated_content_wrap .on-image-button.persisted {
  opacity: 0.7;
}

#generated_content_wrap:hover .on-image-button {
  opacity: 0.7;
}

#generated_content_wrap .on-image-button:hover {
  opacity: 1;
}

.style_wrapper {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  background: rgb(0,0,0,0.2);
  color:rgb(159, 159, 159)
}

.style_wrapper.selected {
  font-weight: 900;
  background: rgb(0,0,0,0.5);
  color:rgb(255,255,255)
}

.style_wrapper:hover {
  transition: transform .1s;
  transform: scale(1.05);
  cursor: pointer;
  filter: brightness(1.12);
}

.persist_checkmark {
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 0.2rem;
  font-size: 0.7rem;
  z-index:50;
}

#guide h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#guide h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#guide p {
  margin-bottom: 1em;
  line-height: 2em;
}

#guide .info-block {
  background: rgba(0,0,0,0.2);
  padding: 1rem;
  border-radius: 0.4rem;
}

#guide a, .info-tooltip a, .info-block a, #faq a {
  color: #ff8686;
  font-weight: 800;
}

#guide a:hover, .info-tooltip a:hover, .info-block a:hover,#faq a:hover {
  color: #db3a3a;
}

#guide .image_caption {
  font-size: 0.9rem;
  background: rgba(0,0,0,0.3);
  padding: 0.4rem;
  border-radius: 0.4rem;
}

#guide ol {
}

#guide ol li {
  margin-bottom: 2rem;
  background: rgba(0,0,0,0.3);
  padding: 1.25rem;
  border-radius: 1rem;
}

#guide img {
  border-radius: 0.4rem;
}

#guide h5 {
  font-size: 0.9rem;
  font-weight: bold;
  color: rgba(255,255,255,0.5);
}

#guide h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

#guide .code {
  margin-bottom: 0.5rem;
}

.code {
  font-family: Menlo,ui-monospace,SFMono-Regular,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size: 0.75rem;
}

.code.dark-bg {
  background: rgba(0,0,0,0.3);
  padding: 0.2rem;
  border-radius: 0.4rem;
  display: inline-block;
}

.infobox .title svg {
  opacity: 0.6;
}

.infobox .title h2 {
  color:rgb(255, 152, 124);
}

.infobox p {
  color:rgb(255,255,255,0.75);
}

footer a:hover {
  color: #ff8686;
}

.cc-box {
  background-color:rgb(25, 25, 25) !important;
  z-index: 100 !important;
  color: #dcdcdc;
  border-radius: 1rem;
}

.cc-btn-accept {
  color: rgba(255,255,255,1);
  transition: 0.2s;
  background-size: 200% auto;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  border-radius: 0.8rem;
  padding: 0.8rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #FF6161 0%, #FF753A 35%, #e96f23 50%, #da5151 100%) !important;
}

.cc-btn-reject {
  position: relative;
  padding:0.8rem;
  font-weight: 700;
  background: none !important;
  color: #ffffff !important;
}

.cc-btn-reject:hover{
  background: rgba(0,0,0,0.1);
}

.cc-btn-reject:active {
  background: rgba(0,0,0,0.2);
}

.cc-btn-reject::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 0.8rem !important;
  padding: 2px !important;
  background:linear-gradient(to right, #FF6161 0%, #FF753A 35%, #e96f23 50%, #da5151 100%) !important;
  -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
}

.cc-btn-settings:hover {
  background: none !important;
  text-decoration: underline !important;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dfc;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

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

.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}

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

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

@media (min-width: 768px) {
  .md\:w-36 {
    width: 9rem;
  }

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

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

@media (min-width: 976px) {
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

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

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