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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.25rem;
  border-color: #2D6CDF;
  background-color: #F8F9FA;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="checkbox"]:checked {
  border-color: #2D6CDF;
  background-color: #2D6CDF;
}

input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.3rem;
  height: 0.6rem;
  border-right: 0.15rem solid #E9ECEF;
  border-bottom: 0.15rem solid #E9ECEF;
}

input[type="checkbox"]:hover {
  border-color: #34495e;
}

input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #34495e;
}

input[type="checkbox"]:disabled {
  background-color: #dcdde1;
  cursor: not-allowed;
}

input[type="checkbox"]:indeterminate {
  background-color: #2D6CDF;
  border-color: #2D6CDF;
}

input[type="checkbox"]:indeterminate::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 0.15rem;
  background-color: #E9ECEF;
  transform: translateY(-50%);
}

input[type="color"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="color"]-wrapper {
  position: relative;
  display: inline-block;
  padding: 0.25rem;
  border-radius: 0.625rem;
  background-color: #F8F9FA;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

input[type="color"]:focus-wrapper {
  box-shadow: 0 0 0 2px #34495e;
}

input[type="color"]:hover {
  transform: scale(1.05);
}

input[type="color"]:hover-wrapper {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

input[type="color"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 0.5rem;
}

input[type="date"] {
  max-width: 14rem;
}

input[type="datetime-local"] {
  max-width: 18rem;
}

input[type="file"] {
  width: 100%;
  font-size: 1rem;
}

input[type="file"] color {
  -d-e-f-a-u-l-t: #2D6CDF;
  light: #34495e;
  dark: #243342;
}

input[type="file"] {
  cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
}

input[type="file"]::-webkit-file-upload-button color {
  -d-e-f-a-u-l-t: #2D6CDF;
  light: #34495e;
  dark: #243342;
}

input[type="file"]::-webkit-file-upload-button {
  background-color: #F8F9FA;
  border: 2px solid #2D6CDF;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #2D6CDF;
  color: #E9ECEF;
}

input[type="file"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="month"] {
  max-width: 12rem;
}

input[type="month"]::after {
  content: "📅";
}

input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  border-color: #2D6CDF;
  background-color: #F8F9FA;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="radio"]:checked {
  border-color: #2D6CDF;
  background-color: #2D6CDF;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #E9ECEF;
}

input[type="radio"]:hover {
  background-color: #21385E;
}

input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #34495e;
}

input[type="radio"]:disabled {
  background-color: #dcdde1;
  cursor: not-allowed;
}

input[type="range"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 0.5rem;
  border-radius: 8px;
  background-color: #A9E4F5;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  display: grid;
  align-items: center;
}

input[type="range"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #2D6CDF;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #34495e;
  transform: scale(1.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-webkit-slider-thumb:active {
  background-color: #243342;
  transform: scale(0.95);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #2D6CDF;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="range"]::-moz-range-thumb:hover {
  background-color: #34495e;
  transform: scale(1.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb:active {
  background-color: #243342;
  transform: scale(0.95);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 8px;
  background-color: #A9E4F5;
  border: none;
  cursor: pointer;
}

input[type="range"]::-ms-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #2D6CDF;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
}

input[type="range"]::-ms-fill-lower {
  background-color: #2D6CDF;
  border-radius: 8px;
}

input[type="range"]::-ms-fill-upper {
  background-color: #A9E4F5;
  border-radius: 8px;
}

input[type="range"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #dcdde1;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
  background-color: #dcdde1;
  transform: none;
}

input[type="range"]:disabled::-webkit-slider-thumb:hover {
  transform: none;
  background-color: #dcdde1;
}

input[type="range"]:disabled::-moz-range-thumb {
  cursor: not-allowed;
  background-color: #dcdde1;
  transform: none;
}

input[type="range"]:disabled::-moz-range-thumb:hover {
  transform: none;
  background-color: #dcdde1;
}

@media (prefers-reduced-motion: reduce) {
  input[type="range"] {
    transition: none;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }

  input[type="range"]::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }

  .slider-value.floating {
    transition: none;
  }

  .slider-progress::before {
    transition: none;
  }
}

@media (prefers-contrast: high) {
  input[type="range"] {
    background-color: ButtonFace;
    border-color: ButtonText;
  }

  input[type="range"]::-webkit-slider-thumb {
    background-color: ButtonText;
    border-color: ButtonFace;
  }

  input[type="range"]::-moz-range-thumb {
    background-color: ButtonText;
    border-color: ButtonFace;
  }
}

select {
  display: block;
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  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 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  border: 1px solid undefined;
  border-radius: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
}

select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px undefined;
}

select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

select[multiple] {
  min-height: 6rem;
}

select[multiple] option {
  padding: 0.25rem 0.5rem;
  border-radius: 0.125rem;
  margin: 1px 0;
}

select[multiple] option:checked {
  background-color: #2D6CDF;
  color: #FFFFFF;
  font-weight: 500;
}

select[multiple] option:hover:not(:checked) {
  background-color: #A9E4F5;
}

select[multiple] option:focus {
  outline: none;
  background-color: #34495e;
}

select[multiple].is-invalid {
  border-color: #E63946;
  background-color: #fef2f2;
}

select[multiple].is-invalid option:checked {
  background-color: #E63946;
  color: #FFFFFF;
}

input[type="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 1.5;
}

input[type="tel"] color {
  -d-e-f-a-u-l-t: #2D6CDF;
  light: #34495e;
  dark: #243342;
}

input[type="tel"] {
  background-color: #F8F9FA;
  border: 1px solid undefined;
  border-radius: 0.375rem;
  text-align: center;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="tel"]::-webkit-inner-spin-button, input[type="tel"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type="tel"]:hover {
  border-color: #2D6CDF;
  background-color: #A9E4F5;
}

input[type="tel"]:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

input[type="tel"]:disabled {
  background-color: #dcdde1;
  color: #dcdde1;
  cursor: not-allowed;
}

input[type="tel"]::-moz-placeholder {
  color: #9EA0A5;
  text-align: center;
}

input[type="tel"]::placeholder {
  color: #9EA0A5;
  text-align: center;
}

input[type="tel"].is-invalid {
  border-color: #E63946;
}

input[type="tel"].is-invalid:focus {
  box-shadow: 0 0 0 2px #E6394633;
}

input[type="tel"].success {
  border-color: #3BBF7D;
}

input[type="tel"].success:focus {
  box-shadow: 0 0 0 2px #3BBF7D33;
}

input[type="tel"]:-moz-read-only {
  background-color: #dcdde1;
  cursor: default;
}

input[type="tel"]:read-only {
  background-color: #dcdde1;
  cursor: default;
}

input[type="text"], input[type="number"], input[type="image"], input[type="email"], input[type="tel"], input[type="password"], input[type="url"], textarea, select {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  background-color: #F8F9FA;
  border: 1px solid #50B8E7;
  border-radius: 0.25rem;
  box-sizing: border-box;
}

input::-moz-placeholder {
  color: #9EA0A5;
}

input::placeholder {
  color: #9EA0A5;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="image"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea {
  min-height: 100px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  background-color: #F8F9FA;
  border: 1px solid #50B8E7;
  border-radius: 0.25rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #9EA0A5;
}

.form-control::placeholder {
  color: #9EA0A5;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

.form-group label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-group label .required {
  color: #E63946;
  margin-left: 0.25rem;
}

.form-group .form-control {
  width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group.has-error label {
  color: #E63946;
}

.form-group.has-success label {
  color: #3BBF7D;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

input[type="date"] color, input[type="time"] color, input[type="datetime-local"] color, input[type="week"] color, input[type="month"] color {
  -d-e-f-a-u-l-t: #2D6CDF;
  light: #34495e;
  dark: #243342;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"] {
  background-color: #F8F9FA;
  border: 1px solid undefined;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="date"]::after, input[type="time"]::after, input[type="datetime-local"]::after, input[type="week"]::after, input[type="month"]::after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

input[type="date"]:hover, input[type="time"]:hover, input[type="datetime-local"]:hover, input[type="week"]:hover, input[type="month"]:hover {
  border-color: #2D6CDF;
  background-color: #A9E4F5;
}

input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

input[type="date"]:disabled, input[type="time"]:disabled, input[type="datetime-local"]:disabled, input[type="week"]:disabled, input[type="month"]:disabled {
  background-color: #dcdde1;
  color: #dcdde1;
  cursor: not-allowed;
}

input[type="time"] {
  max-width: 10rem;
  letter-spacing: 0.05em;
}

input[type="time"]::-webkit-datetime-edit {
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="time"]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

input[type="time"]::-webkit-datetime-edit-text color {
  -d-e-f-a-u-l-t: #50B8E7;
  light: #A9E4F5;
  dark: #2A85AB;
}

input[type="time"]::-webkit-datetime-edit-text {
  padding: 0 0.25rem;
}

input[type="time"]::-webkit-datetime-edit-hour-field, input[type="time"]::-webkit-datetime-edit-minute-field, input[type="time"]::-webkit-datetime-edit-ampm-field {
  padding: 0.25rem;
  border-radius: 0.25rem;
}

input[type="time"]::-webkit-datetime-edit-hour-field:hover, input[type="time"]::-webkit-datetime-edit-minute-field:hover, input[type="time"]::-webkit-datetime-edit-ampm-field:hover {
  background-color: #34495e;
  color: #E9ECEF;
}

input[type="time"]::-webkit-datetime-edit-hour-field:focus, input[type="time"]::-webkit-datetime-edit-minute-field:focus, input[type="time"]::-webkit-datetime-edit-ampm-field:focus {
  background-color: #2D6CDF;
  color: #E9ECEF;
}

input[type="time"]::-webkit-inner-spin-button {
  display: none;
}

input[type="text"].is-invalid, input[type="image"].is-invalid, input[type="email"].is-invalid, input[type="tel"].is-invalid, input[type="password"].is-invalid, input[type="url"].is-invalid, input[type="number"].is-invalid, textarea.is-invalid, select.is-invalid {
  border-color: #E63946;
  background-color: #fef2f2;
}

input[type="text"].is-invalid:focus, input[type="image"].is-invalid:focus, input[type="email"].is-invalid:focus, input[type="tel"].is-invalid:focus, input[type="password"].is-invalid:focus, input[type="url"].is-invalid:focus, input[type="number"].is-invalid:focus, textarea.is-invalid:focus, select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  border-color: #E63946;
}

.form-error {
  color: #E63946;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  display: flex;
  align-items: flex-start;
  animation: shake 0.3s ease-in-out;
}

.form-error svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

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

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

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }
}

.domain-input-group {
  transition: all 0.3s ease-in-out;
}

.domain-input-group.removing {
  opacity: 0;
  transform: scale(0.95);
}

input[type="week"] {
  max-width: 16rem;
}

input[type="week"]::after {
  content: "📅";
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

li {
  margin-bottom: 0.5rem;
}

ul {
  list-style-type: disc;
  padding-left: 1rem;
}

ul li {
  margin-left: 0.5rem;
}

ol {
  list-style-type: decimal;
  padding-left: 1rem;
}

ol li {
  margin-left: 0.5rem;
}

section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.container > section {
  padding-top: 0;
  padding-bottom: 0;
}

.\!window > section {
  padding-top: 0 !important;
  padding-bottom: 1rem !important;
}

.window > section {
  padding-top: 0;
  padding-bottom: 1rem;
}

.card > section {
  background-color: #F8F9FA;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

table th, table td {
  padding: 0.5rem;
  border-bottom: 1px solid #A9E4F5;
  text-align: left;
}

table th, thead tr {
  font-weight: bold;
  background-color: #50B8E7;
}

table tbody tr:nth-child(even), table tbody tr.even-row {
  background-color: #A9E4F5;
}

table tbody tr:hover {
  background-color: #2A85AB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sort-icon {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.sortable-column:hover .sort-icon {
  opacity: 1;
}

.sort-icon.sort-asc {
  opacity: 1;
  transform: rotate(0deg);
}

.sort-icon.sort-desc {
  opacity: 1;
  transform: rotate(180deg);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #2D6CDF;
  text-decoration: none;
  cursor: default;
}

a:hover {
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.container {
  width: 100%;
}

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

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

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #F8F9FA;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0.25rem;
}

.alert-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.alert-icon {
  width: calc(1rem * 2);
}

.alert-success {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #F8F9FA;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0.25rem;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #3BBF7D;
  border-color: #3BBF7D;
}

.alert-success > .alert-header > .alert-icon, .alert-success > .alert-header > button > .alert-icon {
  color: #3BBF7D;
}

.alert-success > .alert-header > button {
  margin-left: auto;
}

.alert-warning > .alert-header > .alert-icon, .alert-warning > .alert-header > button > .alert-icon {
  color: #FFD166;
}

.alert-warning > .alert-header > button {
  margin-left: auto;
}

.alert-error {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #F8F9FA;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0.25rem;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #E63946;
  border-color: #E63946;
}

.alert-error > .alert-header > .alert-icon, .alert-error > .alert-header > button > .alert-icon {
  color: #E63946;
}

.alert-error > .alert-header > button {
  margin-left: auto;
}

.alert-info > .alert-header > .alert-icon, .alert-info > .alert-header > button > .alert-icon {
  color: #243342;
}

.alert-info > .alert-header > button {
  margin-left: auto;
}

.button {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button {
  transition: all 0.2s ease-in-out;
}

.button:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button:disabled:hover {
  cursor: not-allowed;
}

.button-primary {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-primary {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-primary:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-primary:disabled:hover {
  cursor: not-allowed;
}

.button-primary {
  width: 7.5rem;
}

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

.button-primary {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
}

.button-primary:hover {
  background-color: #243342;
  border-color: #243342;
}

.button-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2D6CDF66;
}

.button-secondary {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-secondary {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-secondary:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-secondary:disabled:hover {
  cursor: not-allowed;
}

.button-secondary color {
  -d-e-f-a-u-l-t: #2D6CDF;
  light: #34495e;
  dark: #243342;
}

.button-secondary {
  background-color: #A9E4F5;
  border-color: #A9E4F5;
}

.button-secondary:hover backgroundColor {
  -d-e-f-a-u-l-t: #50B8E7;
  light: #A9E4F5;
  dark: #2A85AB;
}

.button-secondary:hover borderColor {
  -d-e-f-a-u-l-t: #50B8E7;
  light: #A9E4F5;
  dark: #2A85AB;
}

.button-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 2px #50B8E766;
}

.button-success {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-success {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-success:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-success:disabled:hover {
  cursor: not-allowed;
}

.button-success {
  color: #E9ECEF;
  background-color: #3BBF7D;
  border-color: #3BBF7D;
}

.button-success:hover {
  background-color: color-mix(in srgb, #3BBF7D black 20%);
  border-color: color-mix(in srgb, #3BBF7D black 20%);
}

.button-success:focus {
  outline: none;
  box-shadow: 0 0 0 2px #3BBF7D66;
}

.button-warning {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-warning {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-warning:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-warning:disabled:hover {
  cursor: not-allowed;
}

.button-warning color {
  -d-e-f-a-u-l-t: #2D6CDF;
  light: #34495e;
  dark: #243342;
}

.button-warning {
  background-color: #FFD166;
  border-color: #FFD166;
}

.button-warning:hover {
  background-color: color-mix(in srgb, #FFD166 black 20%);
  border-color: color-mix(in srgb, #FFD166 black 20%);
}

.button-warning:focus {
  outline: none;
  box-shadow: 0 0 0 2px #FFD16666;
}

.button-error {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-error {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-error:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-error:disabled:hover {
  cursor: not-allowed;
}

.button-error {
  color: #E9ECEF;
  background-color: #E63946;
  border-color: #E63946;
}

.button-error:hover {
  background-color: color-mix(in srgb, #E63946 black 20%);
  border-color: color-mix(in srgb, #E63946 black 20%);
}

.button-error:focus {
  outline: none;
  box-shadow: 0 0 0 2px #E6394666;
}

.button-outline-primary {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-outline-primary {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-outline-primary:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-outline-primary:disabled:hover {
  cursor: not-allowed;
}

.button-outline-primary {
  background-color: transparent;
  border-color: #2D6CDF;
  color: #2D6CDF;
}

.button-outline-primary:hover {
  background-color: #34495e;
  color: #E9ECEF;
}

.button-outline-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2D6CDF66;
}

.button-icon {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-icon {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-icon:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-icon:disabled:hover {
  cursor: not-allowed;
}

.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-icon > svg {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.button-icon.icon-right > svg {
  margin-right: 0;
  margin-left: 0.5rem;
  order: 2;
}

.button-sm {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-sm:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-sm:disabled:hover {
  cursor: not-allowed;
}

.button-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
}

.button-circular {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .button-circular {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button-circular:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.button-circular:disabled:hover {
  cursor: not-allowed;
}

.button-circular {
  border-radius: 50%;
  place-content: center;
}

.card {
  position: relative;
  background-color: #F8F9FA;
  border: 1px solid #A9E4F5;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.card-header {
  padding: 1rem;
  background-color: #A9E4F5;
  border-bottom: 1px solid #A9E4F5;
}

.card-footer {
  padding: 1rem;
  background-color: #A9E4F5;
  border-top: 1px solid #A9E4F5;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.card-body {
  padding: 1rem;
}

.metric-card {
  background-color: #F8F9FA;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  border: 1px solid #A9E4F5;
  transition: box-shadow 0.3s ease-in-out;
}

.metric-card:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.main-container > section {
  padding-top: 0;
  padding-bottom: 0;
}

.main-container {
  width: 100%;
}

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

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

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

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

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

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

.main-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: -0.125rem;
}

.component {
  margin: 1rem;
  padding: 1rem;
}

.\!row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: calc(1rem * -1) !important;
  margin-right: calc(1rem * -1) !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(1rem * -1);
  margin-right: calc(1rem * -1);
}

.col {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.left-side-menu {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0rem;
  top: 0rem;
  height: 100%;
  width: 22.5rem;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 228 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.left-side-menu.active {
  display: block;
  width: 22.5rem;
  opacity: 1;
}

.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-spinner.active {
  display: flex;
}

.spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #F8F9FA;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-width: 200px;
}

.\!spinner {
  width: 48px !important;
  height: 48px !important;
  border: 4px solid #A9E4F5 !important;
  border-top-color: #2D6CDF !important;
  border-radius: 50% !important;
  animation: spin 1s linear infinite !important;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #A9E4F5;
  border-top-color: #2D6CDF;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.spinner-sm {
  width: 24px;
  height: 24px;
  border: 2px solid #A9E4F5;
  border-top-color: #2D6CDF;
}

.spinner-lg {
  width: 64px;
  height: 64px;
  border: 6px solid #A9E4F5;
  border-top-color: #2D6CDF;
}

.spinner-dots {
  display: flex;
  gap: 0.25rem;
}

.spinner-dots > div {
  width: 8px;
  height: 8px;
  background-color: #2D6CDF;
  border-radius: 50%;
  animation: spinDots 1.4s ease-in-out infinite both;
}

.spinner-dots > div:nth-child(1) {
  animation-delay: -0.32s;
}

.spinner-dots > div:nth-child(2) {
  animation-delay: -0.16s;
}

.spinner-pulse {
  border: none;
  background: none;
}

.spinner-pulse > div {
  width: 16px;
  height: 16px;
  background-color: #2D6CDF;
  border-radius: 50%;
  animation: fadePulse 1.5s ease-in-out infinite;
}

.spinner-text {
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
}

.inline-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: -2px;
  margin-right: 0.25rem;
}

.nav-link:hover, .nav-link.active {
  color: #2D6CDF;
  text-decoration: underline;
}

.\!notification {
  position: fixed !important;
  width: calc(100% - 2rem) !important;
  max-width: 24rem !important;
  z-index: 150 !important;
  padding: 1rem !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  opacity: 0 !important;
  transform: translateY(-20px) !important;
}

.notification {
  position: fixed;
  width: calc(100% - 2rem);
  max-width: 24rem;
  z-index: 150;
  padding: 1rem;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(-20px);
}

.\!notification.active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.notification.active {
  opacity: 1;
  transform: translateY(0);
}

.notification-top-right {
  top: 1rem;
  right: 1rem;
}

@media (max-width: 640px) {
  .notification-top-right {
    right: 1rem;
    left: 1rem;
  }
}

.notification-top-left {
  top: 1rem;
  left: 1rem;
}

@media (max-width: 640px) {
  .notification-top-left {
    right: 1rem;
    left: 1rem;
  }
}

.notification-bottom-right {
  bottom: 1rem;
  right: 1rem;
}

@media (max-width: 640px) {
  .notification-bottom-right {
    right: 1rem;
    left: 1rem;
  }
}

.notification-bottom-left {
  bottom: 1rem;
  left: 1rem;
}

@media (max-width: 640px) {
  .notification-bottom-left {
    right: 1rem;
    left: 1rem;
  }
}

.notification-top-center {
  top: 1rem;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
}

.notification-top-center.active {
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 640px) {
  .notification-top-center {
    width: calc(100% - 2rem);
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
  }

  .notification-top-center.active {
    transform: translateX(-50%) translateY(0);
  }
}

.notification-bottom-center {
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
}

.notification-bottom-center.active {
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 640px) {
  .notification-bottom-center {
    width: calc(100% - 2rem);
    left: 50%;
    transform: translateX(-50%) translateY(20px);
  }

  .notification-bottom-center.active {
    transform: translateX(-50%) translateY(0);
  }
}

.notification-success {
  background-color: #3BBF7D;
  color: #FFFFFF;
}

.notification-success .close-button {
  color: #FFFFFF;
}

.notification-success .close-button:hover {
  background-color: color-mix(in srgb, #E63946 transparent 80%);
  color: #E63946;
}

.notification-success .close-button.focus-visible {
  background-color: color-mix(in srgb, #FFFFFF transparent 80%);
  color: #FFFFFF;
  box-shadow: 0 0 0 2px #FFFFFF, 0 2px 8px rgba(0, 0, 0, 0.15);
}

.notification-error {
  background-color: #E63946;
  color: #FFFFFF;
}

.notification-error .close-button {
  color: #FFFFFF;
}

.notification-warning {
  background-color: #FFD166;
}

.notification-warning .close-button {
}

.notification-info .close-button {
  color: #FFFFFF;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: auto;
}

.overlay.active {
  display: flex;
}

.\!window {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: #F8F9FA !important;
  border: 1px solid #A9E4F5 !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: auto !important;
  overflow: auto !important;
  max-height: 90dvh !important;
  max-width: 90dvw !important;
  display: none !important;
}

.window, .dialog, .modal, .popup, .tooltip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F8F9FA;
  border: 1px solid #A9E4F5;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: auto;
  overflow: auto;
  max-height: 90dvh;
  max-width: 90dvw;
  display: none;
}

 .\!dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: #F8F9FA !important;
  border: 1px solid #A9E4F5 !important;
  border-radius: 0.25rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: auto !important;
  overflow: auto !important;
  max-height: 90dvh !important;
  max-width: 90dvw !important;
  display: none !important;
}

.\!window.active {
  display: block !important;
}

.window.active, .dialog.active, .modal.active, .popup.active, .tooltip.active {
  display: block;
}

 .\!dialog.active {
  display: block !important;
}

.\!window {
  height: 80dvh !important;
  resize: both !important;
  width: 95dvw;
}

@media (min-width: 768px) {
  .\!window {
    max-width: 80dvw;
  }
}

.window {
  height: 80dvh;
  resize: both;
  width: 95dvw;
}

@media (min-width: 768px) {
  .window {
    max-width: 80dvw;
  }
}

.\!dialog {
  height: auto !important;
  width: 90dvw;
}

@media (min-width: 768px) {
  .\!dialog {
    max-width: 60dvw;
  }
}

@media (min-width: 1280px) {
  .\!dialog {
    max-width: 48dvw;
  }
}

@media (min-width: 1536px) {
  .\!dialog {
    max-width: 40dvw;
  }
}

.dialog {
  height: auto;
  width: 90dvw;
}

@media (min-width: 768px) {
  .dialog {
    max-width: 60dvw;
  }
}

@media (min-width: 1280px) {
  .dialog {
    max-width: 48dvw;
  }
}

@media (min-width: 1536px) {
  .dialog {
    max-width: 40dvw;
  }
}

.modal {
  height: auto;
  width: 90dvw;
}

@media (min-width: 768px) {
  .modal {
    max-width: 60dvw;
  }
}

@media (min-width: 1280px) {
  .modal {
    max-width: 48dvw;
  }
}

@media (min-width: 1536px) {
  .modal {
    max-width: 40dvw;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999;
  background-color: #21385E;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.25;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  white-space: nowrap;
  max-width: 20rem;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #21385E transparent transparent transparent;
}

.tooltip:hover .tooltip-content, .tooltip:focus .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.window-header, .dialog-header, .modal-header, .popup-header {
  padding: 1rem;
  background-color: #A9E4F5;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A9E4F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.window-body, .dialog-body, .modal-body, .popup-body, .tooltip-body {
  padding: 1rem;
}

.window-footer, .dialog-footer, .modal-footer, .popup-footer {
  padding: 1rem;
  background-color: #A9E4F5;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A9E4F5;
  text-align: right;
}

.close-button {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.close-button color {
  -d-e-f-a-u-l-t: #2D6CDF;
  light: #34495e;
  dark: #243342;
}

.close-button {
  border-radius: 50%;
  padding: 0.375rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.close-button:hover {
  background-color: color-mix(in srgb, #E63946 transparent 85%);
  color: #E63946;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.close-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #34495e, 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.close-button:focus:not(:focus-visible) {
  box-shadow: none;
  transform: none;
}

.close-button.focus-visible {
  box-shadow: 0 0 0 2px #34495e, 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: color-mix(in srgb, #2D6CDF transparent 90%);
  color: #2D6CDF;
  transform: scale(1.05);
}

.close-button:active {
  transform: scale(0.95);
  background-color: color-mix(in srgb, #E63946 transparent 75%);
}

.close-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.close-button:disabled:hover {
  background-color: transparent;
}

.close-button:disabled:hover color {
  -d-e-f-a-u-l-t: #2D6CDF;
  light: #34495e;
  dark: #243342;
}

.close-button:disabled:hover {
  transform: none;
  box-shadow: none;
}

.close-button svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2.5;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.close-button:hover svg {
  transform: rotate(90deg);
}

.close-button:active svg {
  transform: rotate(90deg) scale(0.9);
}

.window-title, .dialog-title, .modal-title, .popup-title {
  font-weight: bold;
  margin: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.pagination .pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #50B8E7;
  border-radius: 8px;
  background-color: #fff;
  color: #374151;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.pagination .pagination-link:hover:not(.disabled):not(.active) {
  background-color: #A9E4F5;
  border-color: #2A85AB;
  color: #111827;
}

.pagination .pagination-link:focus {
  outline: none;
  box-shadow: 0 0 0 2px #2D6CDF66;
  z-index: 10;
}

.pagination .pagination-link.active {
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  color: white;
  font-weight: bold;
  cursor: default;
}

.pagination .pagination-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  color: #9ca3af;
}

.pagination .pagination-link.dots {
  border: none;
  background-color: transparent;
  cursor: default;
  pointer-events: none;
  color: #6b7280;
}

.pagination .pagination-link.dots:hover {
  background-color: transparent;
  border-color: transparent;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  background-color: #fff;
}

@media (max-width: 768px) {
  .pagination-container {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
}

.pagination-per-page {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: #4b5563;
}

.pagination-per-page label {
  font-weight: 500;
  white-space: nowrap;
}

.pagination-per-page select {
  width: 5rem;
  font-size: 0.9375rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid #50B8E7;
  border-radius: 8px;
  background-color: #fff;
}

.pagination-per-page select:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 1px #2D6CDF;
}

.pagination-info {
  font-size: 0.9375rem;
  color: #4b5563;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .pagination-info {
    order: -1;
  }
}

@media (max-width: 640px) {
  .pagination {
    gap: 0.25rem;
  }

  .pagination .pagination-link {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
  }

  .pagination-container {
    padding: 0.5rem;
  }
}

.\!tab {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .\!tab {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.\!tab:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.\!tab:disabled:hover {
  cursor: not-allowed;
}

.\!tab {
  position: relative !important;
  margin: 0 !important;
  padding: 0.75rem 1rem !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: 3px solid transparent !important;
  font-weight: 500 !important;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tab {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .tab {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.tab:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.tab:disabled:hover {
  cursor: not-allowed;
}

.tab {
  position: relative;
  margin: 0;
  padding: 0.75rem 1rem;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.\!tab:hover {
  color: #2D6CDF !important;
  background-color: #A9E4F5 !important;
  border-bottom-color: #34495e !important;
  transform: translateY(-1px) !important;
}

.tab:hover {
  color: #2D6CDF;
  background-color: #A9E4F5;
  border-bottom-color: #34495e;
  transform: translateY(-1px);
}

.\!tab.active {
  color: #2D6CDF !important;
  background-color: #A9E4F5 !important;
  border-bottom-color: #2D6CDF !important;
  font-weight: 600 !important;
}

.tab.active {
  color: #2D6CDF;
  background-color: #A9E4F5;
  border-bottom-color: #2D6CDF;
  font-weight: 600;
}

.\!tab:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #34495e, inset 0 0 0 2px #F8F9FA !important;
}

.tab:focus {
  outline: none;
  box-shadow: 0 0 0 2px #34495e, inset 0 0 0 2px #F8F9FA;
}

.\!tab:focus:not(:focus-visible) {
  box-shadow: none !important;
}

.tab:focus:not(:focus-visible) {
  box-shadow: none;
}

.\!tab.focus-visible {
  box-shadow: 0 0 0 2px #2D6CDF, inset 0 0 0 2px #F8F9FA !important;
  background-color: #34495e !important;
  color: #FFFFFF !important;
  border-bottom-color: #2D6CDF !important;
}

.tab.focus-visible {
  box-shadow: 0 0 0 2px #2D6CDF, inset 0 0 0 2px #F8F9FA;
  background-color: #34495e;
  color: #FFFFFF;
  border-bottom-color: #2D6CDF;
}

.\!tab:disabled {
  color: #dcdde1 !important;
  cursor: not-allowed !important;
  border-bottom-color: transparent !important;
}

.tab:disabled {
  color: #dcdde1;
  cursor: not-allowed;
  border-bottom-color: transparent;
}

.\!tab:disabled:hover {
  background-color: transparent !important;
  color: #dcdde1 !important;
  transform: none !important;
}

.tab:disabled:hover {
  background-color: transparent;
  color: #dcdde1;
  transform: none;
}

.\!tab svg {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tab svg {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.\!tab:hover svg {
  transform: scale(1.1) !important;
}

.tab:hover svg {
  transform: scale(1.1);
}

.\!tab.active svg {
  transform: scale(1.05) !important;
}

.tab.active svg {
  transform: scale(1.05);
}

.tab-content {
  display: block;
}

.tab-content.hidden {
  display: none;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  align-items: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease-in-out;
}

.toggle-label.checked {
  background-color: #3BBF7D;
}

.toggle:disabled, .toggle.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.toggle:disabled .toggle-checkbox, .toggle.disabled .toggle-checkbox {
  cursor: not-allowed;
}

.toggle:disabled .toggle-label, .toggle.disabled .toggle-label {
  cursor: not-allowed;
}

.toggle-primary .toggle-label.checked {
  background-color: #2D6CDF;
}

.toggle-warning .toggle-label.checked {
  background-color: #FFD166;
}

.toggle-error .toggle-label.checked {
  background-color: #E63946;
}

[data-tooltip] {
  position: relative;
  cursor: help;
}

[data-tooltip]::after {
  background-color: #21385E;
  border-radius: 0.375rem;
  color: #fff;
  padding: 0.5rem 0.75rem;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
  line-height: 1.625;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  white-space: pre-wrap;
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform-origin: bottom center;
}

[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}

.chat-luncher {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #2D6CDF;
  color: #FFFFFF;
  border: none;
  box-shadow: 0 4px 12px rgba(45, 108, 223, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  transform: scale(0.8);
  animation: chatLauncherAppear 0.2s ease-out 0.1s forwards;
}

.chat-luncher:hover {
  transform: translateY(-2px) scale(1);
  box-shadow: 0 6px 16px rgba(45, 108, 223, 0.4);
  background-color: #243342;
}

.chat-luncher:active {
  transform: translateY(0) scale(0.95);
  box-shadow: 0 2px 8px rgba(45, 108, 223, 0.3);
}

.chat-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: #F5F5F5;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1000;
}

.chat-window-hidden {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.window-header {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 0.5rem;
  margin: 0.5rem;
  background: linear-gradient(135deg, #0F94C4 0%, #0F73C4 50%, #7882B3 100%);
  color: #FFFFFF;
  border-radius: 1rem;
  gap: 0.5rem;
  flex-shrink: 0;
}

.window-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
}

.window-title-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.usage-status-list {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}

.usage-status-item {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mode-switch-btn, .new-chat-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mode-switch-btn:hover, .new-chat-btn:hover {
  background-color: #FFFFFF;
  color: #2D6CDF;
}

.close-btn {
  padding: 0.25rem;
  font-size: 0.875rem;
  background-color: white;
  color: #7882B3;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.mode-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-left: 1rem;
  gap: 0.5rem;
}

.mode-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #dddddd;
  color: black;
  border-top-width: 2px;
  font-weight: 700;
  flex: 1 1 0%;
  padding: 0.5rem 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mode-tab-btn.active {
  background: #0F73C4;
  color: white;
}

.mode-tab-btn:hover {
  background: #0F94C4;
}

.submode-tabs {
  display: flex;
  gap: 0.5rem;
  background-color: #F8F9FA;
  border-bottom: 1px solid #E9ECEF;
  flex-shrink: 0;
  margin: 0.5rem;
}

.tab-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .tab-btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.tab-btn:disabled {
  color: #E9ECEF;
  background-color: #2D6CDF;
  border-color: #2D6CDF;
  opacity: 0.5;
  cursor: not-allowed;
}

.tab-btn:disabled:hover {
  cursor: not-allowed;
}

.tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  flex: 1;
  padding: 0.5rem;
  font-size: 0.9375rem;
  background-color: #FFFFFF;
  color: #cccccc;
  border: 2px solid transparent;
  border-color: #cccccc;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-btn:hover:not(:disabled) {
  background-color: #E9ECEF;
  color: #333740;
}

.tab-btn.active {
  background-color: #edf7ff;
  color: #0f73c4;
  border-color: #0f73c4;
}

.tab-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.chat-history {
  flex: 1;
  padding: 0.75rem;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  min-height: 0;
}

.chat-history::-webkit-scrollbar {
  width: 6px;
}

.chat-history::-webkit-scrollbar-track {
  background-color: #E9ECEF;
  border-radius: 3px;
}

.chat-history::-webkit-scrollbar-thumb {
  background-color: #6C757D;
  border-radius: 3px;
}

.chat-history::-webkit-scrollbar-thumb:hover {
  background-color: #2D6CDF;
}

.chat-history {
  scrollbar-width: thin;
  scrollbar-color: #6C757D #E9ECEF;
}

.user-message, .ai-message, .error-message {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.user-message {
  align-items: flex-end;
}

.user-message .message-content {
  background-color: #2D6CDF;
  color: #FFFFFF;
  padding: 0.5rem;
  border-radius: 0.75rem 0.75rem 0.25rem 0.75rem;
  max-width: 85%;
  word-wrap: break-word;
}

.user-message .message-image {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.user-message .message-image img {
  max-width: 50%;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid #E9ECEF;
}

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

.ai-message .message-content {
  background-color: #FFFFFF;
  color: #333740;
  padding: 0.5rem;
  border-radius: 0.75rem 0.75rem 0.75rem 0.25rem;
  border: 1px solid #E9ECEF;
  max-width: 85%;
  word-wrap: break-word;
}

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

.error-message .message-content {
  background-color: #f8d7da;
  color: #E63946;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #E63946;
  font-size: 0.9375rem;
  text-align: center;
  white-space: pre-wrap;
}

.category-template-text {
  white-space: pre-wrap;
  margin-bottom: 0.75rem;
}

.message-text {
  white-space: pre-wrap;
}

.message-image {
  margin-top: 0.25rem;
}

.message-image img {
  max-width: 50%;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid #E9ECEF;
}

.message-actions, .image-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.message-actions button, .image-actions button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  background-color: transparent;
  color: #6C757D;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.message-actions button:hover, .image-actions button:hover {
  color: #2D6CDF;
}

.message-actions {
  max-width: 85%;
}

.image-actions {
  max-width: 60%;
}

.empty-state {
  text-align: center;
  color: #6C757D;
  font-size: 0.9375rem;
  padding: 2rem;
  font-style: italic;
}

.loading-message {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 0.75rem 0.75rem 0.75rem 0.25rem;
  color: #6C757D;
  font-size: 0.9375rem;
  max-width: 85%;
}

.loading-message .message-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.loading-icon {
  width: 1rem;
  height: 1rem;
  border: 2px solid #E9ECEF;
  border-top: 2px solid #2D6CDF;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.user-action-area {
  padding: 0.75rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  background-color: #FFFFFF;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-shrink: 0;
}

.template-category-select, .prompt-template-select, .template-question-input {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.category-select-title, .template-select-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333740;
  margin: 0;
}

.category-select, .template-select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #E9ECEF;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  font-size: 0.9375rem;
  color: #333740;
}

.category-select:focus, .template-select:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

.back-category-select-button, .back-template-select-button {
  align-self: flex-start;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  background-color: #e4f0fa;
  color: #6C757D;
  border: none;
  border-radius: 0.3rem;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease;
}

.back-category-select-button:hover, .back-template-select-button:hover {
  color: #2D6CDF;
}

.template-category-select-dropdown {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.template-category-select-dropdown:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.template-category-select-dropdown:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.template-category-select-dropdown {
  background: #F5F5F5;
}

.template-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding-right: 0.75rem;
  color: #333740;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  word-break: break-word;
}

.template-breadcrumb-text {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
}

.progress-indicator {
  text-align: center;
  font-size: 0.875rem;
  color: #6C757D;
  background-color: #E9ECEF;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.question-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333740;
  margin-bottom: 0.5rem;
  display: block;
}

.text-input-wrapper textarea, .text-input-wrapper input[type='text'], .text-input-wrapper input[type='number'], .text-input-wrapper input[type='url'], .text-input-wrapper input[type='email'], .text-input-wrapper input[type='date'], .text-input-wrapper input[type='tel'] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #E9ECEF;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  font-size: 0.9375rem;
  color: #333740;
  resize: vertical;
}

.text-input-wrapper textarea:focus, .text-input-wrapper input[type='text']:focus, .text-input-wrapper input[type='number']:focus, .text-input-wrapper input[type='url']:focus, .text-input-wrapper input[type='email']:focus, .text-input-wrapper input[type='date']:focus, .text-input-wrapper input[type='tel']:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

.text-input-wrapper textarea::-moz-placeholder, .text-input-wrapper input[type='text']::-moz-placeholder, .text-input-wrapper input[type='number']::-moz-placeholder, .text-input-wrapper input[type='url']::-moz-placeholder, .text-input-wrapper input[type='email']::-moz-placeholder, .text-input-wrapper input[type='date']::-moz-placeholder, .text-input-wrapper input[type='tel']::-moz-placeholder {
  color: #9EA0A5;
}

.text-input-wrapper textarea::placeholder, .text-input-wrapper input[type='text']::placeholder, .text-input-wrapper input[type='number']::placeholder, .text-input-wrapper input[type='url']::placeholder, .text-input-wrapper input[type='email']::placeholder, .text-input-wrapper input[type='date']::placeholder, .text-input-wrapper input[type='tel']::placeholder {
  color: #9EA0A5;
}

.checkbox-group, .radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.checkbox-legend, .radio-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox-container, .radio-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem;
}

.checkbox-container label, .radio-container label {
  font-size: 0.9375rem;
  color: #333740;
  cursor: pointer;
}

.image-upload-section {
  width: 100%;
}

.drag-zone {
  position: relative;
  width: 100%;
  min-height: 5rem;
  border: 2px dashed #E9ECEF;
  border-radius: 0.5rem;
  background-color: #F8F9FA;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.drag-zone:hover {
  border-color: #2D6CDF;
  background-color: #2D6CDF08;
}

.drag-zone-active {
  border-color: #2D6CDF;
  background-color: #2D6CDF15;
  transform: scale(1.02);
  box-shadow: 0 4px 12px #2D6CDF25;
}

.drag-zone-has-image {
  min-height: auto;
  border: 2px solid #3BBF7D;
  background-color: #3BBF7D08;
}

.drag-zone-disabled .drag-icon, .drag-zone-disabled .drag-text-primary, .drag-zone-disabled .drag-text-secondary {
  color: #dcdde1;
}

.drag-zone-disabled .drag-browse-button {
  color: #dcdde1;
  cursor: not-allowed;
}

.drag-zone-disabled .drag-browse-button:hover {
  color: #dcdde1;
}

.file-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.drag-zone-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  text-align: center;
  height: 100%;
  min-height: 5rem;
}

.drag-icon {
  margin-bottom: 0.25rem;
  color: #6C757D;
  transition: color 0.3s ease;
}

.drag-zone:hover .drag-icon {
  color: #2D6CDF;
}

.drag-icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1.5;
}

.drag-text-primary {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333740;
  margin-bottom: 0.25rem;
  transition: color 0.3s ease;
}

.drag-zone:hover .drag-text-primary {
  color: #2D6CDF;
}

.drag-text-secondary {
  font-size: 0.875rem;
  color: #6C757D;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.drag-browse-button {
  color: #2D6CDF;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  font-size: inherit;
  font-weight: 500;
  transition: color 0.2s ease;
}

.drag-browse-button:hover {
  color: #243342;
}

.drag-browse-button:focus {
  outline: none;
  color: #243342;
}

.drag-help-text {
  font-size: 0.875rem;
  color: #9EA0A5;
  font-style: italic;
}

.uploaded-image-preview {
  position: relative;
  width: 100%;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
}

.preview-image {
  max-width: 100%;
  max-height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.preview-overlay {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  gap: 0.5rem;
}

.image-delete-button {
  width: 2rem;
  height: 2rem;
  background-color: #E63946;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.image-delete-button:hover {
  background-color: #c62828;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.image-delete-button:active {
  transform: scale(0.95);
}

.image-replace-button {
  padding: 0.25rem 0.5rem;
  background-color: #2D6CDF;
  color: #FFFFFF;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.image-replace-button:hover {
  background-color: #243342;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.image-replace-button:active {
  transform: translateY(0);
}

.navigation-buttons {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.nav-left {
  display: flex;
  justify-content: flex-start;
}

.nav-right {
  display: flex;
  justify-content: flex-end;
}

.prev-button, .next-submit-button {
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.prev-button:disabled, .next-submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.prev-button {
  background-color: #E9ECEF;
  color: #333740;
}

.prev-button:hover:not(:disabled) {
  background-color: #6C757D;
  color: #FFFFFF;
}

.next-submit-button {
  background-color: #2D6CDF;
  color: #FFFFFF;
}

.next-submit-button:hover:not(:disabled) {
  background-color: #243342;
}

.free-chat-mode, .free-image-generation-mode, .free-image-edit-mode {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.free-chat-input-group {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  min-height: 38px;
}

.image-upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 36px;
  border-radius: 0.375rem;
  border: none;
  background-color: #2D6CDF;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.image-upload-btn:hover:not(:disabled) {
  background-color: #243342;
}

.image-upload-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.image-upload-btn-active {
  background-color: #3BBF7D;
  color: #FFFFFF;
}

.image-upload-btn-active:hover:not(:disabled) {
  background-color: #2e7d32;
}

.image-upload-btn-expanded {
  background-color: #E63946;
  color: #FFFFFF;
}

.image-upload-btn-expanded:hover:not(:disabled) {
  background-color: #c62828;
}

.free-chat-textarea {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #E9ECEF;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  font-size: 0.9375rem;
  color: #333740;
  resize: none;
  min-height: 36px;
  max-height: 80px;
  line-height: 1.4;
}

.free-chat-textarea:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

.free-chat-textarea::-moz-placeholder {
  color: #9EA0A5;
}

.free-chat-textarea::placeholder {
  color: #9EA0A5;
}

.free-chat-submit-btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background-color: #2D6CDF;
  color: #FFFFFF;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 36px;
  flex-shrink: 0;
}

.free-chat-submit-btn:hover:not(:disabled) {
  background-color: #243342;
}

.free-chat-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.free-generation-image-input-group {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  min-height: 38px;
}

.free-generation-image-textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #E9ECEF;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  font-size: 0.9375rem;
  color: #333740;
  resize: none;
  min-height: 36px;
  max-height: 80px;
  line-height: 1.4;
}

.free-generation-image-textarea:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

.free-generation-image-textarea::-moz-placeholder {
  color: #9EA0A5;
}

.free-generation-image-textarea::placeholder {
  color: #9EA0A5;
}

.free-generation-image-submit-btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background-color: #2D6CDF;
  color: #FFFFFF;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 36px;
  flex-shrink: 0;
}

.free-generation-image-submit-btn:hover:not(:disabled) {
  background-color: #243342;
}

.free-generation-image-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.free-edit-image-input-group {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  min-height: 38px;
}

.free-edit-image-textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #E9ECEF;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  font-size: 0.9375rem;
  color: #333740;
  resize: none;
  min-height: 36px;
  max-height: 80px;
  line-height: 1.4;
}

.free-edit-image-textarea:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

.free-edit-image-textarea::-moz-placeholder {
  color: #9EA0A5;
}

.free-edit-image-textarea::placeholder {
  color: #9EA0A5;
}

.free-edit-image-submit-btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background-color: #2D6CDF;
  color: #FFFFFF;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 36px;
  flex-shrink: 0;
}

.free-edit-image-submit-btn:hover:not(:disabled) {
  background-color: #243342;
}

.free-edit-image-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.error-text {
  font-size: 0.9375rem;
  color: #E63946;
  background-color: #f8d7da;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #E63946;
}

.loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
}

.template-action-buttons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.retry-button, .reply-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  background-color: transparent;
  color: #6C757D;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.retry-button:hover:not(:disabled), .reply-button:hover:not(:disabled) {
  color: #2D6CDF;
}

.retry-button:disabled, .reply-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.retry-button svg, .reply-button svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2;
}

.template-reply-area {
  margin-top: 0.75rem;
  background-color: #F8F9FA;
  border: 1px solid #E9ECEF;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.reply-input-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.reply-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reply-label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333740;
}

.cancel-reply-button {
  padding: 0.25rem;
  background-color: transparent;
  color: #6C757D;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.cancel-reply-button:hover {
  color: #333740;
}

.cancel-reply-button svg {
  width: 1rem;
  height: 1rem;
}

.reply-input-field {
  position: relative;
}

.reply-textarea {
  width: 100%;
  min-height: 3rem;
  max-height: 8rem;
  padding: 0.5rem;
  border: 1px solid #E9ECEF;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  font-size: 0.9375rem;
  color: #333740;
  resize: none;
}

.reply-textarea:focus {
  outline: none;
  border-color: #2D6CDF;
  box-shadow: 0 0 0 2px #2D6CDF33;
}

.reply-textarea::-moz-placeholder {
  color: #9EA0A5;
}

.reply-textarea::placeholder {
  color: #9EA0A5;
}

.reply-textarea:disabled {
  background-color: #E9ECEF;
  opacity: 0.7;
  cursor: not-allowed;
}

.reply-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 0.5rem;
}

.send-reply-button {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background-color: #2D6CDF;
  color: #FFFFFF;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.send-reply-button:hover:not(:disabled) {
  background-color: #243342;
}

.send-reply-button:disabled {
  background-color: #6C757D;
  cursor: not-allowed;
}

.validation-error {
  font-size: 0.9375rem;
  color: #E63946;
  background-color: #f8d7da;
  padding: 0.5rem;
  border: 1px solid #E63946;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
}

.message-content.markdown-content {
  white-space: normal;
}

.markdown-content h1, .markdown-content h2, .markdown-content h3, .markdown-content h4, .markdown-content h5, .markdown-content h6 {
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.markdown-content h1 {
  font-size: 1.5rem;
}

.markdown-content h2 {
  font-size: 1.25rem;
}

.markdown-content h3 {
  font-size: 1.125rem;
}

.markdown-content h4, .markdown-content h5, .markdown-content h6 {
  font-size: 1rem;
}

.markdown-content p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.markdown-content ul, .markdown-content ol {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.markdown-content li {
  margin-bottom: 0.25rem;
}

.markdown-content li p {
  margin-bottom: 0;
}

.markdown-content ul {
  list-style-type: disc;
}

.markdown-content ol {
  list-style-type: decimal;
}

.markdown-content pre {
  background-color: #E9ECEF;
  padding: 0.75rem;
  border-radius: 0.375rem;
  overflow: auto;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.markdown-content code {
  background-color: #E9ECEF;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-family: monospace;
}

.markdown-content pre code {
  background-color: transparent;
  padding: 0;
}

.markdown-content blockquote {
  border-left: 4px solid #2D6CDF;
  padding-left: 1rem;
  margin-bottom: 0.75rem;
  font-style: italic;
  color: #6C757D;
}

.markdown-content a {
  color: #2D6CDF;
  text-decoration: underline;
}

.markdown-content a:hover {
  color: #243342;
}

.markdown-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.markdown-content th, .markdown-content td {
  border: 1px solid #E9ECEF;
  padding: 0.5rem;
  text-align: left;
}

.markdown-content th {
  background-color: #F8F9FA;
  font-weight: 600;
}

.markdown-content strong, .markdown-content b {
  font-weight: 600;
}

.markdown-content em, .markdown-content i {
  font-style: italic;
}

.markdown-content hr {
  border: none;
  border-top: 1px solid #E9ECEF;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.markdown-content > *:first-child {
  margin-top: 0;
}

.markdown-content > *:last-child {
  margin-bottom: 0;
}

.chat-footer {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #FFFFFF;
  border-top: 1px solid #E9ECEF;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-shrink: 0;
  text-align: center;
}

.terms-link {
  font-size: 0.875rem;
  color: #6C757D;
  text-decoration: none;
  transition: color 0.2s ease;
}

.terms-link:hover {
  color: #2D6CDF;
  text-decoration: underline;
}

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

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

@keyframes chatLauncherAppear {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .drag-zone-content {
    padding: 0.5rem;
    min-height: 4rem;
  }

  .drag-icon-svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .drag-text-primary {
    font-size: 0.875rem;
  }

  .drag-text-secondary {
    font-size: 0.625rem;
  }

  .preview-image {
    max-height: 6rem;
  }

  .uploaded-image-preview {
    min-height: 4rem;
  }
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0rem;
}

.inset-y-0 {
  top: 0rem;
  bottom: 0rem;
}

.bottom-0 {
  bottom: 0rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0rem;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0rem;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-full {
  top: 100%;
}

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[101\] {
  z-index: 101;
}

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

.m-0 {
  margin: 0rem;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0rem;
}

.max-h-32 {
  max-height: 8rem;
}

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

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

.max-h-\[50dvh\] {
  max-height: 50dvh;
}

.max-h-full {
  max-height: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-3\/5 {
  width: 60%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-70 {
  width: 17.5rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.min-w-24 {
  min-width: 6rem;
}

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

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

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

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

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

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

.min-w-34 {
  min-width: 8.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate-fade-out {
  animation: fadeOut 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(20px);
    opacity: 0;
  }
}

.animate-slide-out-down {
  animation: slideOutDown 300ms cubic-bezier(0.4, 0, 1, 1);
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-20px);
    opacity: 0;
  }
}

.animate-slide-out-left {
  animation: slideOutLeft 300ms cubic-bezier(0.4, 0, 1, 1);
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(20px);
    opacity: 0;
  }
}

.animate-slide-out-right {
  animation: slideOutRight 300ms cubic-bezier(0.4, 0, 1, 1);
}

@keyframes slideOutUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-20px);
    opacity: 0;
  }
}

.animate-slide-out-up {
  animation: slideOutUp 300ms cubic-bezier(0.4, 0, 1, 1);
}

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

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

.cursor-default {
  cursor: default;
}

.cursor-grab {
  cursor: grab;
}

.cursor-move {
  cursor: move;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

.divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(169 228 245 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 8px;
}

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

.rounded-lg {
  border-radius: 12px;
}

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

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(230 57 70 / var(--tw-border-opacity, 1));
}

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

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

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

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(45 108 223 / var(--tw-border-opacity, 1));
}

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

.border-secondary-light {
  --tw-border-opacity: 1;
  border-color: rgb(169 228 245 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

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

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

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

.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(230 57 70 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

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

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(45 108 223 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(80 184 231 / var(--tw-bg-opacity, 1));
}

.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(169 228 245 / var(--tw-bg-opacity, 1));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(59 191 125 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

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

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

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

.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-emerald-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.font-jp {
  font-family: NotoSansJP, Meiryo, sans-serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-lg {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}

.text-sm {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(230 57 70 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

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

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

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

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

.text-link {
  --tw-text-opacity: 1;
  color: rgb(45 108 223 / var(--tw-text-opacity, 1));
}

.text-muted {
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(45 108 223 / var(--tw-text-opacity, 1));
}

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(80 184 231 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(59 191 125 / var(--tw-text-opacity, 1));
}

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

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

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

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

.transition-standard {
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-transform {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.page-enter.active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 300ms cubic-bezier(0, 0, 0.2, 1), transform 300ms cubic-bezier(0, 0, 0.2, 1);
}

.page-exit.active {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 300ms cubic-bezier(0.4, 0, 1, 1), transform 300ms cubic-bezier(0.4, 0, 1, 1);
}

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

@font-face {
  /* tailwind.config.jsで指定したフォント名 */

  font-family: "NotoSansJP";

  /* フォントファイルのパス, フォントファイルの形式を指定します（例: 'woff2', 'woff', 'truetype', 'otf'） */

  src: url("../font/NotoSansJP/NotoSansJP-Thin.ttf") format("truetype");

  /* フォントの太さを指定します（例: normal, bold, 100～900 の数値） */

  font-weight: 100;

  /* フォントのスタイルを指定します（例: normal, italic, oblique） */

  font-style: normal;

  /* フォントの読み込みと表示方法を制御します（オプション）。
  swap を指定すると、フォントが読み込まれるまで代替フォントを表示し、読み込み完了後にカスタムフォントに切り替わるため、表示のちらつきを軽減できます。
  他に auto, block, fallback, optional があります */

  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";

  src: url("../font/NotoSansJP/NotoSansJP-ExtraLight.ttf") format("truetype");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";

  src: url("../font/NotoSansJP/NotoSansJP-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";

  src: url("../font/NotoSansJP/NotoSansJP-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";

  src: url("../font/NotoSansJP/NotoSansJP-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";

  src: url("../font/NotoSansJP/NotoSansJP-SemiBold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";

  src: url("../font/NotoSansJP/NotoSansJP-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";

  src: url("../font/NotoSansJP/NotoSansJP-ExtraBold.ttf") format("truetype");

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "NotoSansJP";

  src: url("../font/NotoSansJP/NotoSansJP-Black.ttf") format("truetype");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-ExtraLight.ttf") format("truetype");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-ExtraLightItalic.ttf") format("truetype");

  font-weight: 200;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-LightItalic.ttf") format("truetype");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-RegularItalic.ttf") format("truetype");

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-MediumItalic.ttf") format("truetype");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-SemiBold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-SemiBoldItalic.ttf") format("truetype");

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-BoldItalic.ttf") format("truetype");

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-ExtraBold.ttf") format("truetype");

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-ExtraBoldItalic.ttf") format("truetype");

  font-weight: 800;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-Black.ttf") format("truetype");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Roboto";

  src: url("../font/Roboto/Roboto-BlackItalic.ttf") format("truetype");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@media (min-width: 640px) {
  .sm\:hidden.tab-content {
    display: none;
  }
}

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

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 57 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 51 66 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(169 228 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

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

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:text-link-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(26 86 197 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(45 108 223 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(36 51 66 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(45 108 223 / var(--tw-border-opacity, 1));
}

.focus\:bg-slate-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 108 223 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary\/50:focus {
  --tw-ring-color: rgb(45 108 223 / 0.5);
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

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

.group:hover .group-hover\:text-error-dark {
  --tw-text-opacity: 1;
  color: rgb(198 40 40 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(45 108 223 / var(--tw-text-opacity, 1));
}

.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

.dark\:hover\:text-gray-300:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:focus\:border-blue-700:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.dark\:focus\:border-blue-800:focus:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.dark\:active\:bg-gray-700:active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:active\:text-gray-300:active:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .sm\:text-sm {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
}
