@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

.choices{
  position:relative;
  overflow:hidden;
  margin-bottom:24px;
  font-size:16px
}

.choices:focus{
  outline:0
}

.choices:last-child{
  margin-bottom:0
}

.choices.is-open{
  overflow:visible
}

.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{
  background-color:#eaeaea;
  cursor:not-allowed;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.choices.is-disabled .choices__item{
  cursor:not-allowed
}

.choices [hidden]{
  display:none!important
}

.choices[data-type*=select-one]{
  cursor:pointer
}

.choices[data-type*=select-one] .choices__inner{
  padding-bottom:7.5px
}

.choices[data-type*=select-one] .choices__input{
  display:block;
  width:100%;
  padding:10px;
  border-bottom:1px solid #ddd;
  background-color:#fff;
  margin:0
}

.choices[data-type*=select-one] .choices__button{
  background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding:0;
  background-size:8px;
  position:absolute;
  top:50%;
  right:0;
  margin-top:-10px;
  margin-right:25px;
  height:20px;
  width:20px;
  border-radius:10em;
  opacity:.25
}

.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{
  opacity:1
}

.choices[data-type*=select-one] .choices__button:focus{
  box-shadow:0 0 0 2px #00bcd4
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{
  display:none
}

.choices[data-type*=select-one]::after{
  content:"";
  height:0;
  width:0;
  border-style:solid;
  border-color:#333 transparent transparent;
  border-width:5px;
  position:absolute;
  right:11.5px;
  top:50%;
  margin-top:-2.5px;
  pointer-events:none
}

.choices[data-type*=select-one].is-open::after{
  border-color:transparent transparent #333;
  margin-top:-7.5px
}

.choices[data-type*=select-one][dir=rtl]::after{
  left:11.5px;
  right:auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button{
  right:auto;
  left:0;
  margin-left:25px;
  margin-right:0
}

.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{
  cursor:text
}

.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{
  position:relative;
  display:inline-block;
  margin:0-4px 0 8px;
  padding-left:16px;
  border-left:1px solid #008fa1;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size:8px;
  width:8px;
  line-height:1;
  opacity:.75;
  border-radius:0
}

.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{
  opacity:1
}

.choices__inner{
  display:inline-block;
  vertical-align:top;
  width:100%;
  background-color:#f9f9f9;
  padding:7.5px 7.5px 3.75px;
  border:1px solid #ddd;
  border-radius:2.5px;
  font-size:14px;
  min-height:44px;
  overflow:hidden
}

.is-focused .choices__inner,.is-open .choices__inner{
  border-color:#b7b7b7
}

.is-open .choices__inner{
  border-radius:2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner{
  border-radius:0 0 2.5px 2.5px
}

.choices__list{
  margin:0;
  padding-left:0;
  list-style:none
}

.choices__list--single{
  display:inline-block;
  padding:4px 16px 4px 4px;
  width:100%
}

[dir=rtl] .choices__list--single{
  padding-right:4px;
  padding-left:16px
}

.choices__list--single .choices__item{
  width:100%
}

.choices__list--multiple{
  display:inline
}

.choices__list--multiple .choices__item{
  display:inline-block;
  vertical-align:middle;
  border-radius:20px;
  padding:4px 10px;
  font-size:12px;
  font-weight:500;
  margin-right:3.75px;
  margin-bottom:3.75px;
  background-color:#00bcd4;
  border:1px solid #00a5bb;
  color:#fff;
  word-break:break-all;
  box-sizing:border-box
}

.choices__list--multiple .choices__item[data-deletable]{
  padding-right:5px
}

[dir=rtl] .choices__list--multiple .choices__item{
  margin-right:0;
  margin-left:3.75px
}

.choices__list--multiple .choices__item.is-highlighted{
  background-color:#00a5bb;
  border:1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item{
  background-color:#aaa;
  border:1px solid #919191
}

.choices__list--dropdown,.choices__list[aria-expanded]{
  visibility:hidden;
  z-index:1;
  position:absolute;
  width:100%;
  background-color:#fff;
  border:1px solid #ddd;
  top:100%;
  margin-top:-1px;
  border-bottom-left-radius:2.5px;
  border-bottom-right-radius:2.5px;
  overflow:hidden;
  word-break:break-all;
  will-change:visibility
}

.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{
  visibility:visible
}

.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{
  border-color:#b7b7b7
}

.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{
  top:auto;
  bottom:100%;
  margin-top:0;
  margin-bottom:-1px;
  border-radius:.25rem .25rem 0 0
}

.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{
  position:relative;
  max-height:300px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  will-change:scroll-position
}

.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{
  position:relative;
  padding:10px;
  font-size:14px
}

[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{
  text-align:right
}

@media (min-width:640px){
  .choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{
    padding-right:100px
  }

  .choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{
    content:attr(data-select-text);
    font-size:12px;
    opacity:0;
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%)
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{
    text-align:right;
    padding-left:100px;
    padding-right:10px
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{
    right:auto;
    left:10px
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{
  background-color:#f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{
  opacity:.5
}

.choices__item{
  cursor:default
}

.choices__item--selectable{
  cursor:pointer
}

.choices__item--disabled{
  cursor:not-allowed;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none;
  opacity:.5
}

.choices__heading{
  font-weight:600;
  font-size:12px;
  padding:10px;
  border-bottom:1px solid #f7f7f7;
  color:gray
}

.choices__button{
  text-indent:-9999px;
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none;
  border:0;
  background-color:transparent;
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer
}

.choices__button:focus,.choices__input:focus{
  outline:0
}

.choices__input{
  display:inline-block;
  vertical-align:baseline;
  background-color:#f9f9f9;
  font-size:14px;
  margin-bottom:5px;
  border:0;
  border-radius:0;
  max-width:100%;
  padding:4px 0 4px 2px
}

.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{
  display:none
}

.choices__input::-ms-clear,.choices__input::-ms-reveal{
  display:none;
  width:0;
  height:0
}

[dir=rtl] .choices__input{
  padding-right:2px;
  padding-left:0
}

.choices__placeholder{
  opacity:.5
}

/*
! tailwindcss v3.4.3 | 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: #D5D5DD;
  /* 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: Poppins, sans-serif;
  /* 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: #74738C;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #74738C;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color:#2563eb
}

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

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

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

::-webkit-date-and-time-value{
  min-height:1.5em
}

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

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

[multiple]{
  background-image:initial;
  background-position:initial;
  background-repeat:unset;
  background-size:initial;
  padding-right:0.75rem;
  -webkit-print-color-adjust:unset;
          print-color-adjust:unset
}

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

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

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

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

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

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

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

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

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

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

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

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

:root,
[data-theme]{
  background-color:var(--fallback-b1,oklch(var(--b1)/1));
  color:var(--fallback-bc,oklch(var(--bc)/1))
}

@supports not (color: oklch(0 0 0)){
  :root{
    color-scheme:light;
    --fallback-p:#491eff;
    --fallback-pc:#d4dbff;
    --fallback-s:#ff41c7;
    --fallback-sc:#fff9fc;
    --fallback-a:#00cfbd;
    --fallback-ac:#00100d;
    --fallback-n:#2b3440;
    --fallback-nc:#d7dde4;
    --fallback-b1:#ffffff;
    --fallback-b2:#e5e6e6;
    --fallback-b3:#e5e6e6;
    --fallback-bc:#1f2937;
    --fallback-in:#00b3f0;
    --fallback-inc:#000000;
    --fallback-su:#00ca92;
    --fallback-suc:#000000;
    --fallback-wa:#ffc22d;
    --fallback-wac:#000000;
    --fallback-er:#ff6f70;
    --fallback-erc:#000000
  }

  @media (prefers-color-scheme: dark){
    :root{
      color-scheme:dark;
      --fallback-p:#7582ff;
      --fallback-pc:#050617;
      --fallback-s:#ff71cf;
      --fallback-sc:#190211;
      --fallback-a:#00c7b5;
      --fallback-ac:#000e0c;
      --fallback-n:#2a323c;
      --fallback-nc:#a6adbb;
      --fallback-b1:#1d232a;
      --fallback-b2:#191e24;
      --fallback-b3:#15191e;
      --fallback-bc:#a6adbb;
      --fallback-in:#00b3f0;
      --fallback-inc:#000000;
      --fallback-su:#00ca92;
      --fallback-suc:#000000;
      --fallback-wa:#ffc22d;
      --fallback-wac:#000000;
      --fallback-er:#ff6f70;
      --fallback-erc:#000000
    }
  }
}

html{
  -webkit-tap-highlight-color:transparent
}

:root{
  --p:0.558588 0.226818 263.928653;
  --b1:100 0 0;
  --in:0.7206 0.191 231.6;
  --su:64.8% 0.150 160;
  --wa:0.8471 0.199 83.87;
  --er:0.7176 0.221 22.18;
  --pc:0.911718 0.045364 263.928653;
  --inc:0 0 0;
  --suc:0 0 0;
  --wac:0 0 0;
  --erc:0 0 0;
  --rounded-box:1rem;
  --rounded-btn:0.5rem;
  --rounded-badge:1.9rem;
  --animation-btn:0.25s;
  --animation-input:.2s;
  --btn-focus-scale:0.95;
  --border-btn:1px;
  --tab-border:1px;
  --tab-radius:0.5rem
}

@media (prefers-color-scheme: dark){
  :root{
    color-scheme:light;
    --in:0.7206 0.191 231.6;
    --su:64.8% 0.150 160;
    --wa:0.8471 0.199 83.87;
    --er:0.7176 0.221 22.18;
    --pc:0.89824 0.06192 275.75;
    --ac:0.15352 0.0368 183.61;
    --inc:0 0 0;
    --suc:0 0 0;
    --wac:0 0 0;
    --erc:0 0 0;
    --rounded-box:1rem;
    --rounded-btn:0.5rem;
    --rounded-badge:1.9rem;
    --animation-btn:0.25s;
    --animation-input:.2s;
    --btn-focus-scale:0.95;
    --border-btn:1px;
    --tab-border:1px;
    --tab-radius:0.5rem;
    --p:0.4912 0.3096 275.75;
    --s:0.6971 0.329 342.55;
    --sc:0.9871 0.0106 342.55;
    --a:0.7676 0.184 183.61;
    --n:0.321785 0.02476 255.701624;
    --nc:0.894994 0.011585 252.096176;
    --b1:1 0 0;
    --b2:0.961151 0 0;
    --b3:0.924169 0.00108 197.137559;
    --bc:0.278078 0.029596 256.847952
  }
}

[data-theme=calcommuter]{
  --p:0.558588 0.226818 263.928653;
  --b1:100 0 0;
  --in:0.7206 0.191 231.6;
  --su:64.8% 0.150 160;
  --wa:0.8471 0.199 83.87;
  --er:0.7176 0.221 22.18;
  --pc:0.911718 0.045364 263.928653;
  --inc:0 0 0;
  --suc:0 0 0;
  --wac:0 0 0;
  --erc:0 0 0;
  --rounded-box:1rem;
  --rounded-btn:0.5rem;
  --rounded-badge:1.9rem;
  --animation-btn:0.25s;
  --animation-input:.2s;
  --btn-focus-scale:0.95;
  --border-btn:1px;
  --tab-border:1px;
  --tab-radius:0.5rem
}

[data-theme=light]{
  color-scheme:light;
  --in:0.7206 0.191 231.6;
  --su:64.8% 0.150 160;
  --wa:0.8471 0.199 83.87;
  --er:0.7176 0.221 22.18;
  --pc:0.89824 0.06192 275.75;
  --ac:0.15352 0.0368 183.61;
  --inc:0 0 0;
  --suc:0 0 0;
  --wac:0 0 0;
  --erc:0 0 0;
  --rounded-box:1rem;
  --rounded-btn:0.5rem;
  --rounded-badge:1.9rem;
  --animation-btn:0.25s;
  --animation-input:.2s;
  --btn-focus-scale:0.95;
  --border-btn:1px;
  --tab-border:1px;
  --tab-radius:0.5rem;
  --p:0.4912 0.3096 275.75;
  --s:0.6971 0.329 342.55;
  --sc:0.9871 0.0106 342.55;
  --a:0.7676 0.184 183.61;
  --n:0.321785 0.02476 255.701624;
  --nc:0.894994 0.011585 252.096176;
  --b1:1 0 0;
  --b2:0.961151 0 0;
  --b3:0.924169 0.00108 197.137559;
  --bc:0.278078 0.029596 256.847952
}

[data-theme="calcommuter"] body {
    font-size: 16px;
  }

[data-theme="calcommuter"] body{
    --tw-text-opacity:1;
    color:rgb(6 8 23 / var(--tw-text-opacity))
  }

[data-theme="calcommuter"] svg:not(.no-fill) path {
    fill: currentColor;
  }

[data-theme="calcommuter"] h1 {
    font-size: 3.052rem;
  }

[data-theme="calcommuter"] h2 {
    font-size: 2.441rem;
  }

[data-theme="calcommuter"] h3 {
    font-size: 1.953rem;
  }

[data-theme="calcommuter"] h4 {
    font-size: 1.563rem;
  }

[data-theme="calcommuter"] h5 {
    font-size: 1.25rem;
  }

[data-theme="calcommuter"] p{
    --tw-text-opacity:1;
    color:rgb(116 115 140 / var(--tw-text-opacity))
  }

[data-theme="calcommuter"] .bg-half-blue {
    background: linear-gradient(var(--fallback-p,oklch(var(--p)/1)) 50%, transparent 50%) no-repeat;
  }

[data-theme="calcommuter"] .bg-half-gray {
    background: linear-gradient(#060817 50%, transparent 50%) no-repeat;
  }

[data-theme="calcommuter"] .bg-half-green {
    background: linear-gradient(#00B71D 50%, transparent 50%) no-repeat;
  }

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

.alert{
  display:grid;
  width:100%;
  grid-auto-flow:row;
  align-content:flex-start;
  align-items:center;
  justify-items:center;
  gap:1rem;
  text-align:center;
  border-radius:var(--rounded-box, 1rem);
  border-width:1px;
  --tw-border-opacity:1;
  border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  padding:1rem;
  --tw-text-opacity:1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --alert-bg:var(--fallback-b2,oklch(var(--b2)/1));
  --alert-bg-mix:var(--fallback-b1,oklch(var(--b1)/1));
  background-color:var(--alert-bg)
}

@media (min-width: 640px){
  .alert{
    grid-auto-flow:column;
    grid-template-columns:auto minmax(auto,1fr);
    justify-items:start;
    text-align:start
  }
}

@media (hover:hover){
  .checkbox-primary:hover{
    --tw-border-opacity:1;
    border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)))
  }

  .label a:hover{
    --tw-text-opacity:1;
    color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active{
    --tw-bg-opacity:1;
    background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity:1;
    color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
  }

  .tab:hover{
    --tw-text-opacity:1
  }

  .tabs-boxed .tab-active:not(.tab-disabled):not([disabled]):hover,
  .tabs-boxed :is(input:checked):hover{
    --tw-text-opacity:1;
    color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover{
    --tw-bg-opacity:1;
    background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))
  }
}

.btn{
  display:inline-flex;
  height:3rem;
  min-height:3rem;
  flex-shrink:0;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  border-radius:var(--rounded-btn, 0.5rem);
  border-color:transparent;
  border-color:oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left:1rem;
  padding-right:1rem;
  text-align:center;
  font-size:0.875rem;
  line-height:1em;
  gap:0.5rem;
  font-weight:600;
  text-decoration-line:none;
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  border-width:var(--border-btn, 1px);
  animation:button-pop var(--animation-btn, 0.25s) ease-out;
  transition-property:color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity:1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow:0 1px 2px 0 rgb(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);
  outline-color:var(--fallback-bc,oklch(var(--bc)/1));
  background-color:oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity:1;
  --tw-border-opacity:1
}

.btn-disabled,
  .btn[disabled],
  .btn:disabled{
  pointer-events:none
}

:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])){
  width:auto;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none
}

.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after{
  --tw-content:attr(aria-label);
  content:var(--tw-content)
}

.card{
  position:relative;
  display:flex;
  flex-direction:column;
  border-radius:var(--rounded-box, 1rem)
}

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

.card-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  padding:var(--padding-card, 2rem);
  gap:0.5rem
}

.card-body :where(p){
  flex-grow:1
}

.card-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.5rem
}

.card figure{
  display:flex;
  align-items:center;
  justify-content:center
}

.card.image-full{
  display:grid
}

.card.image-full:before{
  position:relative;
  content:"";
  z-index:10;
  border-radius:var(--rounded-box, 1rem);
  --tw-bg-opacity:1;
  background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity:0.75
}

.card.image-full:before,
    .card.image-full > *{
  grid-column-start:1;
  grid-row-start:1
}

.card.image-full > figure img{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover
}

.card.image-full > .card-body{
  position:relative;
  z-index:20;
  --tw-text-opacity:1;
  color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
}

.checkbox{
  flex-shrink:0;
  --chkbg:var(--fallback-bc,oklch(var(--bc)/1));
  --chkfg:var(--fallback-b1,oklch(var(--b1)/1));
  height:1.5rem;
  width:1.5rem;
  cursor:pointer;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-radius:var(--rounded-btn, 0.5rem);
  border-width:1px;
  border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity:0.2
}

@media (hover: hover){
  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover{
    pointer-events:none;
    --tw-border-opacity:0;
    background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity:0.1;
    color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity:0.2
  }

  .btn:hover{
    --tw-border-opacity:1;
    border-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity:1;
    background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)){
    .btn:hover{
      background-color:color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color:color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          )
    }
  }

  @supports not (color: oklch(0 0 0)){
    .btn:hover{
      background-color:var(--btn-color, var(--fallback-b2));
      border-color:var(--btn-color, var(--fallback-b2))
    }
  }

  .btn.glass:hover{
    --glass-opacity:25%;
    --glass-border-opacity:15%
  }

  .btn-outline.btn-primary:hover{
    --tw-text-opacity:1;
    color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
  }

  @supports (color: color-mix(in oklab, black, black)){
    .btn-outline.btn-primary:hover{
      background-color:color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color:color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
    }
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover{
    --tw-border-opacity:0;
    background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity:0.2;
    color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity:0.2
  }

  @supports (color: color-mix(in oklab, black, black)){
    .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover{
      background-color:color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color:color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
    }
  }

  :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover{
    cursor:pointer;
    outline:2px solid transparent;
    outline-offset:2px
  }

  @supports (color: oklch(0 0 0)){
    :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover{
      background-color:var(--fallback-bc,oklch(var(--bc)/0.1))
    }
  }

  .tab[disabled],
    .tab[disabled]:hover{
    cursor:not-allowed;
    color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity:0.2
  }
}

.form-control{
  display:flex;
  flex-direction:column
}

.label{
  display:flex;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  align-items:center;
  justify-content:space-between;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.input{
  flex-shrink:1;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  height:3rem;
  padding-left:1rem;
  padding-right:1rem;
  font-size:1rem;
  line-height:2;
  line-height:1.5rem;
  border-radius:var(--rounded-btn, 0.5rem);
  border-width:1px;
  border-color:transparent;
  --tw-bg-opacity:1;
  background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}

.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button{
  margin-top:-1rem;
  margin-bottom:-1rem;
  -webkit-margin-end:-1rem;
          margin-inline-end:-1rem
}

.join{
  display:inline-flex;
  align-items:stretch;
  border-radius:var(--rounded-btn, 0.5rem)
}

.join :where(.join-item){
  border-start-end-radius:0;
  border-end-end-radius:0;
  border-end-start-radius:0;
  border-start-start-radius:0
}

.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item{
  border-start-end-radius:0;
  border-end-end-radius:0;
  border-end-start-radius:0;
  border-start-start-radius:0
}

.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item{
  border-start-end-radius:0;
  border-end-end-radius:0
}

.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item{
  border-start-end-radius:inherit;
  border-end-end-radius:inherit
}

.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item){
  border-end-start-radius:inherit;
  border-start-start-radius:inherit
}

.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item{
  border-end-start-radius:0;
  border-start-start-radius:0
}

.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item){
  border-start-end-radius:inherit;
  border-end-end-radius:inherit
}

@supports not selector(:has(*)){
  :where(.join *){
    border-radius:inherit
  }
}

@supports selector(:has(*)){
  :where(.join *:has(.join-item)){
    border-radius:inherit
  }
}

.link{
  cursor:pointer;
  text-decoration-line:underline
}

.menu{
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  font-size:0.875rem;
  line-height:1.25rem;
  padding:0.5rem
}

.menu :where(li ul){
  position:relative;
  white-space:nowrap;
  -webkit-margin-start:1rem;
          margin-inline-start:1rem;
  -webkit-padding-start:0.5rem;
          padding-inline-start:0.5rem
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
  display:grid;
  grid-auto-flow:column;
  align-content:flex-start;
  align-items:center;
  gap:0.5rem;
  grid-auto-columns:minmax(auto, max-content) auto max-content;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.menu li.disabled{
  cursor:not-allowed;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  color:var(--fallback-bc,oklch(var(--bc)/0.3))
}

.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)){
  display:none
}

:where(.menu li){
  position:relative;
  display:flex;
  flex-shrink:0;
  flex-direction:column;
  flex-wrap:wrap;
  align-items:stretch
}

:where(.menu li) .badge{
  justify-self:end
}

.radio{
  flex-shrink:0;
  --chkbg:var(--bc);
  height:1.5rem;
  width:1.5rem;
  cursor:pointer;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-radius:9999px;
  border-width:1px;
  border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity:0.2
}

.select{
  display:inline-flex;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  height:3rem;
  min-height:3rem;
  padding-left:1rem;
  padding-right:2.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  line-height:2;
  border-radius:var(--rounded-btn, 0.5rem);
  border-width:1px;
  border-color:transparent;
  --tw-bg-opacity:1;
  background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image:linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size:4px 4px,
    4px 4px;
  background-repeat:no-repeat
}

.select[multiple]{
  height:auto
}

.steps{
  display:inline-grid;
  grid-auto-flow:column;
  overflow:hidden;
  overflow-x:auto;
  counter-reset:step;
  grid-auto-columns:1fr
}

.steps .step{
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  grid-template-columns:auto;
  grid-template-rows:repeat(2, minmax(0, 1fr));
  grid-template-rows:40px 1fr;
  place-items:center;
  text-align:center;
  min-width:4rem
}

.swap{
  position:relative;
  display:inline-grid;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  place-content:center;
  cursor:pointer
}

.swap > *{
  grid-column-start:1;
  grid-row-start:1;
  transition-duration:300ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-property:transform, opacity
}

.swap input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none
}

.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on{
  opacity:0
}

.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off{
  opacity:0
}

.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate{
  opacity:1
}

.tabs{
  display:grid;
  align-items:flex-end
}

.tabs-lifted:has(.tab-content[class^="rounded-"]) .tab:first-child:not(.tab-active),
  .tabs-lifted:has(.tab-content[class*=" rounded-"]) .tab:first-child:not(.tab-active){
  border-bottom-color:transparent
}

.tab{
  position:relative;
  grid-row-start:1;
  display:inline-flex;
  height:2rem;
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:0.875rem;
  line-height:1.25rem;
  line-height:2;
  --tab-padding:1rem;
  --tw-text-opacity:0.5;
  --tab-color:var(--fallback-bc,oklch(var(--bc)/1));
  --tab-bg:var(--fallback-b1,oklch(var(--b1)/1));
  --tab-border-color:var(--fallback-b3,oklch(var(--b3)/1));
  color:var(--tab-color);
  -webkit-padding-start:var(--tab-padding, 1rem);
          padding-inline-start:var(--tab-padding, 1rem);
  -webkit-padding-end:var(--tab-padding, 1rem);
          padding-inline-end:var(--tab-padding, 1rem)
}

.tab:is(input[type="radio"]){
  width:auto;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px
}

.tab:is(input[type="radio"]):after{
  --tw-content:attr(aria-label);
  content:var(--tw-content)
}

.tab:not(input):empty{
  cursor:default;
  grid-column-start:span 9999
}

:checked + .tab-content:nth-child(2),
  .tab-active + .tab-content:nth-child(2){
  border-start-start-radius:0px
}

input.tab:checked + .tab-content,
.tab-active + .tab-content{
  display:block
}

.table{
  position:relative;
  width:100%;
  border-radius:var(--rounded-box, 1rem);
  text-align:left;
  font-size:0.875rem;
  line-height:1.25rem
}

.table :where(.table-pin-rows thead tr){
  position:sticky;
  top:0px;
  z-index:1;
  --tw-bg-opacity:1;
  background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}

.table :where(.table-pin-rows tfoot tr){
  position:sticky;
  bottom:0px;
  z-index:1;
  --tw-bg-opacity:1;
  background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}

.table :where(.table-pin-cols tr th){
  position:sticky;
  left:0px;
  right:0px;
  --tw-bg-opacity:1;
  background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}

.toggle{
  flex-shrink:0;
  --tglbg:var(--fallback-b1,oklch(var(--b1)/1));
  --handleoffset:1.5rem;
  --handleoffsetcalculator:calc(var(--handleoffset) * -1);
  --togglehandleborder:0 0;
  height:1.5rem;
  width:3rem;
  cursor:pointer;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-radius:var(--rounded-badge, 1.9rem);
  border-width:1px;
  border-color:currentColor;
  background-color:currentColor;
  color:var(--fallback-bc,oklch(var(--bc)/0.5));
  transition:background,
    box-shadow var(--animation-input, 0.2s) ease-out;
  box-shadow:var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder)
}

.alert-success{
  border-color:var(--fallback-su,oklch(var(--su)/0.2));
  --tw-text-opacity:1;
  color:var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  --alert-bg:var(--fallback-su,oklch(var(--su)/1));
  --alert-bg-mix:var(--fallback-b1,oklch(var(--b1)/1))
}

.alert-error{
  border-color:var(--fallback-er,oklch(var(--er)/0.2));
  --tw-text-opacity:1;
  color:var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  --alert-bg:var(--fallback-er,oklch(var(--er)/1));
  --alert-bg-mix:var(--fallback-b1,oklch(var(--b1)/1))
}

.btm-nav > *:where(.active){
  border-top-width:2px;
  --tw-bg-opacity:1;
  background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}

.btm-nav > *.disabled,
    .btm-nav > *[disabled]{
  pointer-events:none;
  --tw-border-opacity:0;
  background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity:0.1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity:0.2
}

.btm-nav > * .label{
  font-size:1rem;
  line-height:1.5rem
}

.btn:active:hover,
  .btn:active:focus{
  animation:button-pop 0s ease-out;
  transform:scale(var(--btn-focus-scale, 0.97))
}

@supports not (color: oklch(0 0 0)){
  .btn{
    background-color:var(--btn-color, var(--fallback-b2));
    border-color:var(--btn-color, var(--fallback-b2))
  }

  .btn-primary{
    --btn-color:var(--fallback-p)
  }

  .btn-neutral{
    --btn-color:var(--fallback-n)
  }
}

@supports (color: color-mix(in oklab, black, black)){
  .btn-outline.btn-primary.btn-active{
    background-color:color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color:color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
  }
}

.btn:focus-visible{
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px
}

.btn-primary{
  --tw-text-opacity:1;
  color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color:var(--fallback-p,oklch(var(--p)/1))
}

@supports (color: oklch(0 0 0)){
  .btn-primary{
    --btn-color:var(--p)
  }

  .btn-neutral{
    --btn-color:var(--n)
  }
}

.btn-neutral{
  --tw-text-opacity:1;
  color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  outline-color:var(--fallback-n,oklch(var(--n)/1))
}

.btn.glass{
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color:currentColor
}

.btn.glass.btn-active{
  --glass-opacity:25%;
  --glass-border-opacity:15%
}

.btn-outline.btn-primary{
  --tw-text-opacity:1;
  color:var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)))
}

.btn-outline.btn-primary.btn-active{
  --tw-text-opacity:1;
  color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled{
  --tw-border-opacity:0;
  background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity:0.2;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity:0.2
}

.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked){
  --tw-border-opacity:1;
  border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity:1;
  background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible{
  outline-color:var(--fallback-p,oklch(var(--p)/1))
}

@keyframes button-pop{
  0%{
    transform:scale(var(--btn-focus-scale, 0.98))
  }

  40%{
    transform:scale(1.02)
  }

  100%{
    transform:scale(1)
  }
}

.card :where(figure:first-child){
  overflow:hidden;
  border-start-start-radius:inherit;
  border-start-end-radius:inherit;
  border-end-start-radius:unset;
  border-end-end-radius:unset
}

.card :where(figure:last-child){
  overflow:hidden;
  border-start-start-radius:unset;
  border-start-end-radius:unset;
  border-end-start-radius:inherit;
  border-end-end-radius:inherit
}

.card:focus-visible{
  outline:2px solid currentColor;
  outline-offset:2px
}

.card.bordered{
  border-width:1px;
  --tw-border-opacity:1;
  border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))
}

.card.compact .card-body{
  padding:1rem;
  font-size:0.875rem;
  line-height:1.25rem
}

.card-title{
  display:flex;
  align-items:center;
  gap:0.5rem;
  font-size:1.25rem;
  line-height:1.75rem;
  font-weight:600
}

.card.image-full :where(figure){
  overflow:hidden;
  border-radius:inherit
}

.checkbox:focus{
  box-shadow:none
}

.checkbox:focus-visible{
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  outline-color:var(--fallback-bc,oklch(var(--bc)/1))
}

.checkbox:checked,
  .checkbox[checked="true"],
  .checkbox[aria-checked="true"]{
  background-repeat:no-repeat;
  animation:checkmark var(--animation-input, 0.2s) ease-out;
  background-color:var(--chkbg);
  background-image:linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%)
}

.checkbox:indeterminate{
  --tw-bg-opacity:1;
  background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-repeat:no-repeat;
  animation:checkmark var(--animation-input, 0.2s) ease-out;
  background-image:linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%)
}

.checkbox-primary{
  --chkbg:var(--fallback-p,oklch(var(--p)/1));
  --chkfg:var(--fallback-pc,oklch(var(--pc)/1));
  --tw-border-opacity:1;
  border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)))
}

.checkbox-primary:focus-visible{
  outline-color:var(--fallback-p,oklch(var(--p)/1))
}

.checkbox-primary:checked,
    .checkbox-primary[checked="true"],
    .checkbox-primary[aria-checked="true"]{
  --tw-border-opacity:1;
  border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity:1;
  background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

.checkbox:disabled{
  cursor:not-allowed;
  border-color:transparent;
  --tw-bg-opacity:1;
  background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity:0.2
}

@keyframes checkmark{
  0%{
    background-position-y:5px
  }

  50%{
    background-position-y:-2px
  }

  100%{
    background-position-y:0
  }
}

.label-text{
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
}

.input input{
  --tw-bg-opacity:1;
  background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color:transparent
}

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

.input[list]::-webkit-calendar-picker-indicator{
  line-height:1em
}

.input-bordered{
  border-color:var(--fallback-bc,oklch(var(--bc)/0.2))
}

.input:focus,
  .input:focus-within{
  box-shadow:none;
  border-color:var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  outline-color:var(--fallback-bc,oklch(var(--bc)/0.2))
}

.input-disabled,
  .input:disabled,
  .input[disabled]{
  cursor:not-allowed;
  --tw-border-opacity:1;
  border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity:1;
  background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color:var(--fallback-bc,oklch(var(--bc)/0.4))
}

.input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder{
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity:0.2
}

.input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder{
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity:0.2
}

.input::-webkit-date-and-time-value{
  text-align:inherit
}

.join > :where(*:not(:first-child)){
  margin-top:0px;
  margin-bottom:0px;
  -webkit-margin-start:-1px;
          margin-inline-start:-1px
}

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

.link:focus-visible{
  outline:2px solid currentColor;
  outline-offset:2px
}

:where(.menu li:empty){
  --tw-bg-opacity:1;
  background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity:0.1;
  margin:0.5rem 1rem;
  height:1px
}

.menu :where(li ul):before{
  position:absolute;
  bottom:0.75rem;
  inset-inline-start:0px;
  top:0.75rem;
  width:1px;
  --tw-bg-opacity:1;
  background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity:0.1;
  content:""
}

.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
  border-radius:var(--rounded-btn, 0.5rem);
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  text-align:start;
  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-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transition-duration:200ms;
  text-wrap:balance
}

:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible{
  cursor:pointer;
  background-color:var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity:1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline:2px solid transparent;
  outline-offset:2px
}

.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active{
  --tw-bg-opacity:1;
  background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
}

.menu :where(li > details > summary)::-webkit-details-marker{
  display:none
}

.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after{
  justify-self:end;
  display:block;
  margin-top:-0.5rem;
  height:0.5rem;
  width:0.5rem;
  transform:rotate(45deg);
  transition-property:transform, margin-top;
  transition-duration:0.3s;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  content:"";
  transform-origin:75% 75%;
  box-shadow:2px 2px;
  pointer-events:none
}

.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after{
  transform:rotate(225deg);
  margin-top:0
}

.mockup-phone .display{
  overflow:hidden;
  border-radius:40px;
  margin-top:-25px
}

.mockup-browser .mockup-browser-toolbar .input{
  position:relative;
  margin-left:auto;
  margin-right:auto;
  display:block;
  height:1.75rem;
  width:24rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  --tw-bg-opacity:1;
  background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left:2rem;
  direction:ltr
}

.mockup-browser .mockup-browser-toolbar .input:before{
  content:"";
  position:absolute;
  left:0.5rem;
  top:50%;
  aspect-ratio:1 / 1;
  height:0.75rem;
  --tw-translate-y:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius:9999px;
  border-width:2px;
  border-color:currentColor;
  opacity:0.6
}

.mockup-browser .mockup-browser-toolbar .input:after{
  content:"";
  position:absolute;
  left:1.25rem;
  top:50%;
  height:0.5rem;
  --tw-translate-y:25%;
  --tw-rotate:-45deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius:9999px;
  border-width:1px;
  border-color:currentColor;
  opacity:0.6
}

@keyframes modal-pop{
  0%{
    opacity:0
  }
}

@keyframes progress-loading{
  50%{
    background-position-x:-115%
  }
}

.radio:focus{
  box-shadow:none
}

.radio:focus-visible{
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  outline-color:var(--fallback-bc,oklch(var(--bc)/1))
}

.radio:checked,
  .radio[aria-checked="true"]{
  --tw-bg-opacity:1;
  background-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-image:none;
  animation:radiomark var(--animation-input, 0.2s) ease-out;
  box-shadow:0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset
}

.radio:disabled{
  cursor:not-allowed;
  opacity:0.2
}

@keyframes radiomark{
  0%{
    box-shadow:0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset
  }

  50%{
    box-shadow:0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset
  }

  100%{
    box-shadow:0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset
  }
}

@keyframes rating-pop{
  0%{
    transform:translateY(-0.125em)
  }

  40%{
    transform:translateY(-0.125em)
  }

  100%{
    transform:translateY(0)
  }
}

.select:focus{
  box-shadow:none;
  border-color:var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  outline-color:var(--fallback-bc,oklch(var(--bc)/0.2))
}

.select-disabled,
  .select:disabled,
  .select[disabled]{
  cursor:not-allowed;
  --tw-border-opacity:1;
  border-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity:1;
  background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity:0.2
}

.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder{
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity:0.2
}

.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder{
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity:0.2
}

.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]){
  background-image:none;
  padding-right:1rem
}

[dir="rtl"] .select{
  background-position:calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%)
}

@keyframes skeleton{
  from{
    background-position:150%
  }

  to{
    background-position:-50%
  }
}

.steps .step:before{
  top:0px;
  grid-column-start:1;
  grid-row-start:1;
  height:0.5rem;
  width:100%;
  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));
  --tw-bg-opacity:1;
  background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  content:"";
  -webkit-margin-start:-100%;
          margin-inline-start:-100%
}

.steps .step:after{
  content:counter(step);
  counter-increment:step;
  z-index:1;
  position:relative;
  grid-column-start:1;
  grid-row-start:1;
  display:grid;
  height:2rem;
  width:2rem;
  place-items:center;
  place-self:center;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
}

.steps .step:first-child:before{
  content:none
}

.steps .step[data-content]:after{
  content:attr(data-content)
}

.steps .step-neutral + .step-neutral:before,
  .steps .step-neutral:after{
  --tw-bg-opacity:1;
  background-color:var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
}

.steps .step-primary + .step-primary:before,
  .steps .step-primary:after{
  --tw-bg-opacity:1;
  background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

.steps .step-secondary + .step-secondary:before,
  .steps .step-secondary:after{
  --tw-bg-opacity:1;
  background-color:var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)))
}

.steps .step-accent + .step-accent:before,
  .steps .step-accent:after{
  --tw-bg-opacity:1;
  background-color:var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)))
}

.steps .step-info + .step-info:before{
  --tw-bg-opacity:1;
  background-color:var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)))
}

.steps .step-info:after{
  --tw-bg-opacity:1;
  background-color:var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)))
}

.steps .step-success + .step-success:before{
  --tw-bg-opacity:1;
  background-color:var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)))
}

.steps .step-success:after{
  --tw-bg-opacity:1;
  background-color:var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)))
}

.steps .step-warning + .step-warning:before{
  --tw-bg-opacity:1;
  background-color:var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)))
}

.steps .step-warning:after{
  --tw-bg-opacity:1;
  background-color:var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)))
}

.steps .step-error + .step-error:before{
  --tw-bg-opacity:1;
  background-color:var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)))
}

.steps .step-error:after{
  --tw-bg-opacity:1;
  background-color:var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)))
}

.tabs-lifted > .tab:focus-visible{
  border-end-end-radius:0;
  border-end-start-radius:0
}

.tab.tab-active:not(.tab-disabled):not([disabled]),
  .tab:is(input:checked){
  border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity:1;
  --tw-text-opacity:1
}

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

.tab:focus-visible{
  outline:2px solid currentColor;
  outline-offset:-5px
}

.tab-disabled,
  .tab[disabled]{
  cursor:not-allowed;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity:0.2
}

.tabs-bordered > .tab{
  border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity:0.2;
  border-style:solid;
  border-bottom-width:calc(var(--tab-border, 1px) + 1px)
}

.tabs-lifted > .tab{
  border:var(--tab-border, 1px) solid transparent;
  border-width:0 0 var(--tab-border, 1px) 0;
  border-start-start-radius:var(--tab-radius, 0.5rem);
  border-start-end-radius:var(--tab-radius, 0.5rem);
  border-bottom-color:var(--tab-border-color);
  -webkit-padding-start:var(--tab-padding, 1rem);
          padding-inline-start:var(--tab-padding, 1rem);
  -webkit-padding-end:var(--tab-padding, 1rem);
          padding-inline-end:var(--tab-padding, 1rem);
  padding-top:var(--tab-border, 1px)
}

.tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]),
  .tabs-lifted > .tab:is(input:checked){
  background-color:var(--tab-bg);
  border-width:var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
  border-inline-start-color:var(--tab-border-color);
  border-inline-end-color:var(--tab-border-color);
  border-top-color:var(--tab-border-color);
  -webkit-padding-start:calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
          padding-inline-start:calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  -webkit-padding-end:calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
          padding-inline-end:calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-bottom:var(--tab-border, 1px);
  padding-top:0
}

.tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked):before{
  z-index:1;
  content:"";
  display:block;
  position:absolute;
  width:calc(100% + var(--tab-radius, 0.5rem) * 2);
  height:var(--tab-radius, 0.5rem);
  bottom:0;
  background-size:var(--tab-radius, 0.5rem);
  background-position:top left,
        top right;
  background-repeat:no-repeat;
  --tab-grad:calc(69% - var(--tab-border, 1px));
  --radius-start:radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  --radius-end:radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  background-image:var(--radius-start), var(--radius-end)
}

.tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):first-child:before, .tabs-lifted > .tab:is(input:checked):first-child:before{
  background-image:var(--radius-end);
  background-position:top right
}

[dir="rtl"] .tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):first-child:before{
  background-image:var(--radius-start);
  background-position:top left
}

.tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):last-child:before, .tabs-lifted > .tab:is(input:checked):last-child:before{
  background-image:var(--radius-start);
  background-position:top left
}

[dir="rtl"] .tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before{
  background-image:var(--radius-end);
  background-position:top right
}

.tabs-lifted
  > .tab-active:not(.tab-disabled):not([disabled])
  + .tabs-lifted
  .tab-active:not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before{
  background-image:var(--radius-end);
  background-position:top right
}

.tabs-boxed .tab{
  border-radius:var(--rounded-btn, 0.5rem)
}

.tabs-boxed .tab-active:not(.tab-disabled):not([disabled]),
  .tabs-boxed :is(input:checked){
  --tw-bg-opacity:1;
  background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity:1;
  color:var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}

:is([dir="rtl"] .table){
  text-align:right
}

.table :where(th, td){
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  vertical-align:middle
}

.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even){
  --tw-bg-opacity:1;
  background-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))
}

.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even){
  --tw-bg-opacity:1;
  background-color:var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))
}

.table :where(thead, tbody) :where(tr:not(:last-child)),
    .table :where(thead, tbody) :where(tr:first-child:last-child){
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-bottom-color:var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))
}

.table :where(thead, tfoot){
  white-space:nowrap;
  font-size:0.75rem;
  line-height:1rem;
  font-weight:700;
  color:var(--fallback-bc,oklch(var(--bc)/0.6))
}

@keyframes toast-pop{
  0%{
    transform:scale(0.9);
    opacity:0
  }

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

[dir="rtl"] .toggle{
  --handleoffsetcalculator:calc(var(--handleoffset) * 1)
}

.toggle:focus-visible{
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  outline-color:var(--fallback-bc,oklch(var(--bc)/0.2))
}

.toggle:hover{
  background-color:currentColor
}

.toggle:checked,
  .toggle[checked="true"],
  .toggle[aria-checked="true"]{
  background-image:none;
  --handleoffsetcalculator:var(--handleoffset);
  --tw-text-opacity:1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
}

[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[checked="true"], [dir="rtl"] .toggle[aria-checked="true"]{
  --handleoffsetcalculator:calc(var(--handleoffset) * -1)
}

.toggle:indeterminate{
  --tw-text-opacity:1;
  color:var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  box-shadow:calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset
}

[dir="rtl"] .toggle:indeterminate{
  box-shadow:calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset
}

.toggle:disabled{
  cursor:not-allowed;
  --tw-border-opacity:1;
  border-color:var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  background-color:transparent;
  opacity:0.3;
  --togglehandleborder:0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset
}

.btm-nav-xs > *:where(.active){
  border-top-width:1px
}

.btm-nav-sm > *:where(.active){
  border-top-width:2px
}

.btm-nav-md > *:where(.active){
  border-top-width:2px
}

.btm-nav-lg > *:where(.active){
  border-top-width:4px
}

.btn-block{
  width:100%
}

.join.join-vertical{
  flex-direction:column
}

.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item{
  border-end-start-radius:0;
  border-end-end-radius:0;
  border-start-start-radius:inherit;
  border-start-end-radius:inherit
}

.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item{
  border-start-start-radius:0;
  border-start-end-radius:0;
  border-end-start-radius:inherit;
  border-end-end-radius:inherit
}

.join.join-horizontal{
  flex-direction:row
}

.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item{
  border-end-end-radius:0;
  border-start-end-radius:0;
  border-end-start-radius:inherit;
  border-start-start-radius:inherit
}

.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item{
  border-end-start-radius:0;
  border-start-start-radius:0;
  border-end-end-radius:inherit;
  border-start-end-radius:inherit
}

.steps-horizontal .step{
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  grid-template-rows:repeat(2, minmax(0, 1fr));
  place-items:center;
  text-align:center
}

.steps-vertical .step{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  grid-template-rows:repeat(1, minmax(0, 1fr))
}

.tabs-md :where(.tab){
  height:2rem;
  font-size:0.875rem;
  line-height:1.25rem;
  line-height:2;
  --tab-padding:1rem
}

.tabs-lg :where(.tab){
  height:3rem;
  font-size:1.125rem;
  line-height:1.75rem;
  line-height:2;
  --tab-padding:1.25rem
}

.tabs-sm :where(.tab){
  height:1.5rem;
  font-size:0.875rem;
  line-height:.75rem;
  --tab-padding:0.75rem
}

.tabs-xs :where(.tab){
  height:1.25rem;
  font-size:0.75rem;
  line-height:.75rem;
  --tab-padding:0.5rem
}

.card-compact .card-body{
  padding:1rem;
  font-size:0.875rem;
  line-height:1.25rem
}

.card-compact .card-title{
  margin-bottom:0.25rem
}

.card-normal .card-body{
  padding:var(--padding-card, 2rem);
  font-size:1rem;
  line-height:1.5rem
}

.card-normal .card-title{
  margin-bottom:0.75rem
}

.join.join-vertical > :where(*:not(:first-child)){
  margin-left:0px;
  margin-right:0px;
  margin-top:-1px
}

.join.join-horizontal > :where(*:not(:first-child)){
  margin-top:0px;
  margin-bottom:0px;
  -webkit-margin-start:-1px;
          margin-inline-start:-1px
}

.steps-horizontal .step{
  grid-template-rows:40px 1fr;
  grid-template-columns:auto;
  min-width:4rem
}

.steps-horizontal .step:before{
  height:0.5rem;
  width:100%;
  --tw-translate-x:0px;
  --tw-translate-y:0px;
  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));
  content:"";
  -webkit-margin-start:-100%;
          margin-inline-start:-100%
}

:is([dir="rtl"] .steps-horizontal .step):before{
  --tw-translate-x:0px;
  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))
}

.steps-vertical .step{
  gap:0.5rem;
  grid-template-columns:40px 1fr;
  grid-template-rows:auto;
  min-height:4rem;
  justify-items:start
}

.steps-vertical .step:before{
  height:100%;
  width:0.5rem;
  --tw-translate-x:-50%;
  --tw-translate-y:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-margin-start:50%;
          margin-inline-start:50%
}

:is([dir="rtl"] .steps-vertical .step):before{
  --tw-translate-x:50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

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

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.bottom-4{
  bottom:1rem
}

.left-3{
  left:0.75rem
}

.right-4{
  right:1rem
}

.top-1\/2{
  top:50%
}

.top-1\/4{
  top:25%
}

.top-4{
  top:1rem
}

.z-10{
  z-index:10
}

.z-20{
  z-index:20
}

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

.col-span-2{
  grid-column:span 2 / span 2
}

.col-span-4{
  grid-column:span 4 / span 4
}

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

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

.my-12{
  margin-top:3rem;
  margin-bottom:3rem
}

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

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

.mb-16{
  margin-bottom:4rem
}

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

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

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

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

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

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

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

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

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

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

.mr-5{
  margin-right:1.25rem
}

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

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

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

.mt-16{
  margin-top:4rem
}

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

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

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

.mt-32{
  margin-top:8rem
}

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

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

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

.mt-\[-1px\]{
  margin-top:-1px
}

.mt-auto{
  margin-top:auto
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.inline{
  display:inline
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.table{
  display:table
}

.grid{
  display:grid
}

.hidden{
  display:none
}

.size-6{
  width:1.5rem;
  height:1.5rem
}

.h-1{
  height:0.25rem
}

.h-10{
  height:2.5rem
}

.h-12{
  height:3rem
}

.h-16{
  height:4rem
}

.h-20{
  height:5rem
}

.h-32{
  height:8rem
}

.h-5{
  height:1.25rem
}

.h-6{
  height:1.5rem
}

.h-8{
  height:2rem
}

.h-\[100px\]{
  height:100px
}

.h-\[256px\]{
  height:256px
}

.h-full{
  height:100%
}

.min-h-20{
  min-height:5rem
}

.min-h-24{
  min-height:6rem
}

.min-h-full{
  min-height:100%
}

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

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

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

.w-12{
  width:3rem
}

.w-2\/3{
  width:66.666667%
}

.w-32{
  width:8rem
}

.w-5{
  width:1.25rem
}

.w-6{
  width:1.5rem
}

.w-64{
  width:16rem
}

.w-8{
  width:2rem
}

.w-96{
  width:24rem
}

.w-\[256px\]{
  width:256px
}

.w-full{
  width:100%
}

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

.min-w-64{
  min-width:16rem
}

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

.max-w-screen-2xl{
  max-width:1536px
}

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

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

.flex-1{
  flex:1 1
}

.flex-none{
  flex:none
}

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

.shrink-0{
  flex-shrink:0
}

.border-collapse{
  border-collapse:collapse
}

.-translate-x-\[2px\]{
  --tw-translate-x:-2px;
  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))
}

.-translate-y-1\/2{
  --tw-translate-y:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0{
  --tw-translate-x:0px;
  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))
}

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

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

.cursor-pointer{
  cursor:pointer
}

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

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

.grid-flow-row{
  grid-auto-flow:row
}

.auto-rows-max{
  grid-auto-rows:max-content
}

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

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

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

.grid-cols-\[minmax\(4\.5rem\2c 1fr\)_repeat\(2\2c minmax\(3\.5rem\2c 1fr\)\)\]{
  grid-template-columns:minmax(4.5rem,1fr) repeat(2,minmax(3.5rem,1fr))
}

.grid-cols-\[minmax\(4\.5rem\2c 1fr\)_repeat\(3\2c minmax\(3\.5rem\2c 1fr\)\)\]{
  grid-template-columns:minmax(4.5rem,1fr) repeat(3,minmax(3.5rem,1fr))
}

.flex-row{
  flex-direction:row
}

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

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

.items-end{
  align-items:flex-end
}

.items-center{
  align-items:center
}

.items-stretch{
  align-items:stretch
}

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

.justify-center{
  justify-content:center
}

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

.gap-3{
  gap:0.75rem
}

.gap-4{
  gap:1rem
}

.gap-8{
  gap:2rem
}

.gap-x-2{
  -moz-column-gap:0.5rem;
       column-gap:0.5rem
}

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

.gap-y-6{
  row-gap:1.5rem
}

.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-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(3rem * var(--tw-space-y-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-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))
}

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

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * 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-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(213 213 221 / var(--tw-divide-opacity))
}

.overflow-auto{
  overflow:auto
}

.overflow-hidden{
  overflow:hidden
}

.truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.rounded{
  border-radius:0.25rem
}

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

.rounded-md{
  border-radius:0.375rem
}

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

.border{
  border-width:1px
}

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

.border-b{
  border-bottom-width:1px
}

.border-l-\[4px\]{
  border-left-width:4px
}

.border-t{
  border-top-width:1px
}

.border-gray-100{
  --tw-border-opacity:1;
  border-color:rgb(241 241 244 / var(--tw-border-opacity))
}

.border-gray-300{
  --tw-border-opacity:1;
  border-color:rgb(146 146 165 / var(--tw-border-opacity))
}

.border-gray-400{
  --tw-border-opacity:1;
  border-color:rgb(116 115 140 / var(--tw-border-opacity))
}

.border-primary{
  --tw-border-opacity:1;
  border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)))
}

.border-red-300{
  --tw-border-opacity:1;
  border-color:rgb(239 68 68 / var(--tw-border-opacity))
}

.border-l-gray-100{
  --tw-border-opacity:1;
  border-left-color:rgb(241 241 244 / var(--tw-border-opacity))
}

.bg-base-100{
  --tw-bg-opacity:1;
  background-color:var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}

.bg-blue-100{
  --tw-bg-opacity:1;
  background-color:rgb(231 237 254 / var(--tw-bg-opacity))
}

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

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

.bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgb(6 8 23 / var(--tw-bg-opacity))
}

.bg-primary{
  --tw-bg-opacity:1;
  background-color:var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)))
}

.bg-red-100{
  --tw-bg-opacity:1;
  background-color:rgb(254 216 216 / var(--tw-bg-opacity))
}

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

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

.bg-dots{
  background-image:url("/assets/dot-grid-2a8791e0.png")
}

.stroke-current{
  stroke:currentColor
}

.p-2{
  padding:0.5rem
}

.p-4{
  padding:1rem
}

.p-8{
  padding:2rem
}

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

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

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

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

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

.py-0{
  padding-top:0px;
  padding-bottom:0px
}

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

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

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

.py-20{
  padding-top:5rem;
  padding-bottom:5rem
}

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

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

.pb-12{
  padding-bottom:3rem
}

.pl-5{
  padding-left:1.25rem
}

.pl-8{
  padding-left:2rem
}

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

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

.align-top{
  vertical-align:top
}

.align-middle{
  vertical-align:middle
}

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

.text-\[10rem\]{
  font-size:10rem
}

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

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

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

.font-bold{
  font-weight:700
}

.font-medium{
  font-weight:500
}

.font-semibold{
  font-weight:600
}

.leading-5{
  line-height:1.25rem
}

.leading-6{
  line-height:1.5rem
}

.leading-9{
  line-height:2.25rem
}

.leading-none{
  line-height:1
}

.leading-tight{
  line-height:1.25
}

.tracking-tight{
  letter-spacing:-0.025em
}

.text-blue-400{
  --tw-text-opacity:1;
  color:rgb(58 75 155 / var(--tw-text-opacity))
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgb(116 115 140 / var(--tw-text-opacity))
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgb(6 8 23 / var(--tw-text-opacity))
}

.text-green{
  --tw-text-opacity:1;
  color:rgb(0 183 29 / var(--tw-text-opacity))
}

.text-red-400{
  --tw-text-opacity:1;
  color:rgb(220 38 38 / var(--tw-text-opacity))
}

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

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

.underline{
  text-decoration-line:underline
}

.opacity-0{
  opacity:0
}

.opacity-100{
  opacity:1
}

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

.shadow-xl{
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

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

.duration-1000{
  transition-duration:1000ms
}

.first\:border-t-0:first-child{
  border-top-width:0px
}

.last\:border-b-0:last-child{
  border-bottom-width:0px
}

.hover\:border-b-transparent:hover{
  border-bottom-color:transparent
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity:1;
  background-color:rgb(58 75 155 / var(--tw-bg-opacity))
}

.hover\:text-red-500:hover{
  --tw-text-opacity:1;
  color:rgb(153 27 27 / var(--tw-text-opacity))
}

.focus\:border-primary:focus{
  --tw-border-opacity:1;
  border-color:var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)))
}

.active\:shadow-none:active{
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:-m-8{
  margin:-2rem
}

.group:hover .group-hover\:rounded-lg{
  border-radius:0.5rem
}

.group:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity:1;
  background-color:rgb(116 115 140 / var(--tw-bg-opacity))
}

.group:hover .group-hover\:p-8{
  padding:2rem
}

.group[aria-selected="true"] .group-aria-selected\:-m-8{
  margin:-2rem
}

.group[aria-selected="true"] .group-aria-selected\:rounded-lg{
  border-radius:0.5rem
}

.group[aria-selected="true"] .group-aria-selected\:bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}

.group[aria-selected="true"] .group-aria-selected\:p-8{
  padding:2rem
}

.group[aria-selected="true"] .group-aria-selected\:text-gray-500{
  --tw-text-opacity:1;
  color:rgb(6 8 23 / var(--tw-text-opacity))
}

.group[aria-selected="true"] .group-aria-selected\:shadow-lg{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px){
  .sm\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .sm\:mr-8{
    margin-right:2rem
  }

  .sm\:block{
    display:block
  }

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

  .sm\:w-full{
    width:100%
  }

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

  .sm\:max-w-sm{
    max-width:24rem
  }

  .sm\:grid-cols-\[minmax\(10rem\2c 16rem\)_repeat\(2\2c minmax\(0\2c 1fr\)\)\]{
    grid-template-columns:minmax(10rem,16rem) repeat(2,minmax(0,1fr))
  }

  .sm\:grid-cols-\[minmax\(10rem\2c 16rem\)_repeat\(3\2c minmax\(0\2c 1fr\)\)\]{
    grid-template-columns:minmax(10rem,16rem) repeat(3,minmax(0,1fr))
  }

  .sm\:flex-row{
    flex-direction:row
  }

  .sm\:items-start{
    align-items:flex-start
  }

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

  .sm\:text-left{
    text-align:left
  }

  @media not all and (min-width: 768px){
    .sm\:max-md\:w-\[200px\]{
      width:200px
    }
  }
}

@media (min-width: 768px){
  .md\:w-1\/4{
    width:25%
  }

  .md\:w-2\/3{
    width:66.666667%
  }

  @media not all and (min-width: 1024px){
    .md\:max-lg\:w-\[300px\]{
      width:300px
    }
  }
}

@media (min-width: 1024px){
  .lg\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

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

  .lg\:mb-0{
    margin-bottom:0px
  }

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

  .lg\:h-full{
    height:100%
  }

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

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

  .lg\:flex-1{
    flex:1 1
  }

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

  .lg\:flex-row{
    flex-direction:row
  }

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

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

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

  .lg\:px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .lg\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .lg\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .lg\:text-left{
    text-align:left
  }
}

@media (min-width: 1280px){
  .xl\:w-3\/4{
    width:75%
  }

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

@media (min-width: 1536px){
  .\32xl\:w-2\/3{
    width:66.666667%
  }

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

@media print{
  .print\:hidden{
    display:none
  }
}
