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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-\[10px\] {
  right: 10px;
}

.top-\[10px\] {
  top: 10px;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

.me-auto {
  margin-inline-end: auto;
}

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.aspect-auto {
  aspect-ratio: auto;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

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

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

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

.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-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

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

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

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

.border {
  border-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

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

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

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

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

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

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

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

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

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

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

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

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

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

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

.\!bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

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

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-\[linear-gradient\(120deg\2c \#4f46e5\2c \#3b82f6\2c \#81b0fc\)\] {
  background-image: linear-gradient(120deg,#4f46e5,#3b82f6,#81b0fc);
}

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

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

.from-\[\#009dff\] {
  --tw-gradient-from: #009dff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 157 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#4f46e5\] {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.bg-\[length\:200\%_100\%\] {
  background-size: 200% 100%;
}

.bg-\[position\:100\%_0\] {
  background-position: 100% 0;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

.px-\[1\.2em\] {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

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

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

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

.py-\[0\.6em\] {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

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

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

.pt-3 {
  padding-top: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.\!text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}

.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}

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

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

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.opacity-50 {
  opacity: 0.5;
}

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

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --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 {
  outline-style: solid;
}

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

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

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-position\] {
  transition-property: background-position;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.shadow-pink {
  box-shadow: 0px 5px 15px 0px rgba(118, 88, 198, 0.1);
}

@font-face {
  font-family: "SF-Pro";

  src: url("/fonts/SF Pro/SF-Pro.ttf");
}

.tox-promotion, .tox-statusbar__branding {
  display: none !important;
}

.tox-tinymce {
  border: 1px solid #e5e7eb !important;
}

* {
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  font-family: SF-Pro, sans-serif;
}

::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--app-violet);
}

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

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--app-violet);
}

::selection {
  color: #fff;
  background: var(--app-violet);
}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: opacity 0.3s ease-out;
  overflow: auto;
}

.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.1);
}

.modal-content {
  padding: 50px 0;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 99;
}

.modal-body {
  background: rgba(255, 255, 255, 0.75);
  padding: 25px;
  max-width: 1400px;
  opacity: 0;
  transform: translateY(50px);
  /* Départ en bas */
  transition: all 0.3s ease-out;
  box-shadow: 0px 16px 25px 0px rgba(118, 88, 198, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
}

/*.modal-close {*/

/*    color: #fff;*/

/*    position: absolute;*/

/*    top: 5px;*/

/*    right: 5px;*/

/*}*/

.modal.is-active {
  display: flex;
  opacity: 1;
}

.modal.is-active .modal-body {
  transform: translateY(0);
  /* Remonte à sa position normale */
  opacity: 1;
}

.task-notif {
  position: absolute;
  background: #ff0018;
  height: 20px;
  aspect-ratio: 1;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

a {
  text-decoration: none;
  color: var(--app-violet);
  transition: all 0.5s;
}

.highlighted {
  color: var(--app-violet);
}

a:hover {
  color: inherit;
}

hr {
  width: 100%;
}

h5 {
  font-size: 15px;
  margin-bottom: 0;
}

.w-6 {
  width: 25px;
}

.btn svg {
  width: 20px;
}

.btn {
  display: flex;
  gap: 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-a-primary {
  color: var(--app-violet);
}

.btn-primary {
  color: #fff;
  background-color: var(--app-violet);
  border-color: var(--app-violet);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--app-violet-hover);
  border-color: var(--app-violet-hover);
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: var(--app-violet-hover);
  border-color: var(--app-violet-hover);
  box-shadow: 0 0 0 0.25rem rgba(67, 56, 202, 0.5);
}

.btn-outline-primary {
  color: var(--app-violet-hover);
  border-color: var(--app-violet-hover);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--app-violet-hover);
  border-color: var(--app-violet-hover);
}

.btn-blank {
  color: var(--app-violet-hover);
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-blank:hover {
  color: var(--app-violet-hover);
  background-color: rgba(255, 255, 255, 0.5);
  border-color: var(--app-violet-hover);
}

.btn-check:focus+.btn-blank, .btn-blank:focus {
  color: var(--app-violet-hover);
  background-color: rgba(255, 255, 255, 0.5);
  border-color: var(--app-violet-hover);
  box-shadow: 0 0 0 0.25rem rgba(67, 56, 202, 0.5);
}

:root {
  --app-violet: #4f46e5;
  --app-violet-hover: #4338ca;
}

[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,.bootstrap-select > .dropdown-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  padding: 0.3rem 0.75rem;
  font-size: 14px;
  line-height: inherit;
}

[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, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid var(--app-violet) !important;
  outline-offset: 0 !important;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --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(--app-violet);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: var(--app-violet);
}

.form-field {
  margin: 5px 0;
  margin-right: 10px;
}

.bootstrap-select .dropdown-menu {
  padding: 0;
  font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #4f46e58c;
}

.bootstrap-select.form-select {
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

.background-overlay {
  position: fixed;
  background-image: url("/images/dashboard-background0.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100vw;
  display: flex;
}

#accordionContact .bootstrap-select {
  width: 100%;
}

#accordionContact .bootstrap-select .dropdown-menu.show {
  max-width: 100%;
}

#accordionContact .accordion-button:not(.collapsed) {
  color: var(--app-violet);
  background-color: transparent;
  box-shadow: none;
}

#accordionContact .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

#accordionContact .accordion-button {
  padding: 1rem 0.5rem;
}

/*.dashboard .modal-content {*/

/*    background-color: transparent;*/

/*    backdrop-filter: blur(15px);*/

/*}*/

/*.modal-backdrop.show {*/

/*    opacity: 0 !important;*/

/*}*/

/*body {*/

/*    background-image: url("/images/dashboard-background0.webp");*/

/*    background-size: cover;*/

/*    background-repeat: no-repeat;*/

/*    background-position: center;*/

/*    background-attachment: fixed;*/

/*    */

/*    */

/*}*/

body {
  /*background: rgba(215, 230, 255, 1);*/
  /*background: -moz-linear-gradient(-45deg, rgba(215, 230, 255, 1) 0%, rgba(243, 219, 246, 1) 50%, rgba(240, 220, 247, 1) 55%, rgba(217, 227, 255, 1) 100%);*/
  /*background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(215, 230, 255, 1)), color-stop(50%, rgba(243, 219, 246, 1)), color-stop(55%, rgba(240, 220, 247, 1)), color-stop(100%, rgba(217, 227, 255, 1)));*/
  /*background: -webkit-linear-gradient(-45deg, rgba(215, 230, 255, 1) 0%, rgba(243, 219, 246, 1) 50%, rgba(240, 220, 247, 1) 55%, rgba(217, 227, 255, 1) 100%);*/
  /*background: -o-linear-gradient(-45deg, rgba(215, 230, 255, 1) 0%, rgba(243, 219, 246, 1) 50%, rgba(240, 220, 247, 1) 55%, rgba(217, 227, 255, 1) 100%);*/
  /*background: -ms-linear-gradient(-45deg, rgba(215, 230, 255, 1) 0%, rgba(243, 219, 246, 1) 50%, rgba(240, 220, 247, 1) 55%, rgba(217, 227, 255, 1) 100%);*/
  /*background: linear-gradient(135deg, rgba(215, 230, 255, 1) 0%, rgba(250, 213, 255, 1) 50%, rgba(240, 220, 247, 1) 55%, rgb(199 213 253) 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7e6ff', endColorstr='#d9e3ff', GradientType=1);*/
  background: url("/images/background.webp") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #4c5f99;
  font-weight: 500;
  overflow: hidden;
}

body:before {
  content: "";
  right: 0;
  top: 0;
  position: fixed;
  width: 587px;
  height: 705px;
  background: url("/images/right_top.png") no-repeat left top;
  filter: blur(20px);
  transform: scale(2);
  transform-origin: top right;
}

body:after {
  content: "";
  left: 0;
  bottom: 0;
  position: fixed;
  width: 472px;
  height: 354px;
  background: url("/images/left_bottom.png") no-repeat left top;
  z-index: -1;
  filter: blur(35px);
  transform: scale(2);
  transform-origin: left bottom;
}

/*body::before {*/

/*    position: fixed;*/

/*    content: "";*/

/*    left: 5%;*/

/*    top: 5%;*/

/*    width: 90%;*/

/*    height: 90%;*/

/*    background: linear-gradient(135deg, rgb(207 225 255) 0%, rgb(243 206 247) 50%, rgb(242 211 253) 55%, rgb(198 212 251) 100%);    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;*/

/*    will-change: border-radius, transform, opacity;*/

/*    animation: sliderShape 20s linear infinite;*/

/*    display: block;*/

/*    z-index: -1;*/

/*    -webkit-animation: sliderShape 20s linear infinite;*/

/*    filter: blur(20px);  !* Effet de flou *!*/

/*}*/

/*@keyframes sliderShape {*/

/*    0%, 100% {*/

/*        border-radius: 42% 58% 100% 30% / 45% 45% 55% 55%;*/

/*        transform: translate3d(0, 0, 0) rotate(0deg);  !* Position initiale *!*/

/*        filter: blur(10px);*/

/*    }*/

/*    25% {*/

/*        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;*/

/*        transform: translate3d(0, 5px, 0) rotate(-2deg);  !* Rotation à -45° *!*/

/*        filter: blur(25px);*/

/*    }*/

/*    50% {*/

/*        transform: translate3d(0, 0, 0) rotate(0deg);  !* Retour au centre *!*/

/*        filter: blur(15px);*/

/*    }*/

/*    75% {*/

/*        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;*/

/*        transform: translate3d(0, -3px, 0) rotate(2deg);  !* Rotation à 45° *!*/

/*        filter: blur(30px);*/

/*    }*/

/*}*/

body .ts-wrapper {
  min-height: auto;
  color: #4c5f99;
}

body .ts-dropdown, body .ts-control, body .ts-control input {
  font-size: 14px;
  color: #4c5f99;
  line-height: inherit;
}

body .ts-wrapper.single .ts-control, body .ts-dropdown.single {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 0.3rem 0.75rem;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: none;
}

body .ts-wrapper.single .ts-control::after {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}

body .ts-dropdown .selected {
  background: #f3f3f3;
  color: #4f46e5;
}

body .ts-wrapper.multiple-select .ts-control{
  flex-wrap: nowrap;
}

body .ts-wrapper.multiple-select .item {
  white-space: nowrap;
}

#toggle-aside, #toggle-aside-label {
  display: none;
}

.wrapper {
  min-height: 100vh;
  min-width: 100%;
  /*background: rgb(255 255 255 / 50%);*/
  /*backdrop-filter: blur(25px);*/
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

#open-aside {
  /*position: fixed;*/
  /*top: 36px;*/
  /*left: 0;*/
  display: none;
  font-size: 13px;
  cursor: pointer;
}

#close-aside {
  font-size: 13px;
  cursor: pointer;
}

.app-name span {
  display: block;
}

aside .container {
  width: 175px;
  /*background: rgb(255 255 255 / 50%);*/
  padding: 0;
  /*border: 1px solid #fff;*/
  /*border-radius: 15px;*/
  /*box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 5%);*/
  display: flex;
  flex-direction: column;
  flex: 1;
}

aside {
  position: sticky;
  position: -webkit-sticky;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-right: 1px solid rgba(255,255,255,0.2);
}

main {
  flex: 1;
  padding: 25px;
  max-height: 100vh;
  max-width: calc(100vw - 206px);
  overflow: auto;
}

body.folded main {
  max-width: calc(100vw - 80.8px);
}

body.login main {
  max-width: 100%;
}

/*.cursor-not-allowed {*/

/*    cursor: not-allowed;*/

/*}*/

/*.opacity-50 {*/

/*    opacity: 50%;*/

/*}*/

/*::-webkit-scrollbar {*/

/*    width: 10px;*/

/*    height: 10px;*/

/*    background: transparent;*/

/*}*/

/*!* Track *!*/

/*::-webkit-scrollbar-track {*/

/*    -webkit-box-shadow: none;*/

/*    border-radius: 10px;*/

/*}*/

/*!* Handle *!*/

/*::-webkit-scrollbar-thumb {*/

/*    border-radius: 10px;*/

/*    background: #555555;*/

/*    -webkit-box-shadow: none;*/

/*}*/

/*::-webkit-scrollbar-corner {*/

/*    background: transparent;*/

/*}*/

.main-card {
  padding: 30px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 5%);
  border: 1px outset rgb(255 255 255 / 25%);
  background-color: rgb(255 255 255 / 10%);
}

.show-element {
  display: block !important;
}

.notif {
  color: #ff0018;
  animation: pulsate 0.5s ease-in-out infinite alternate;
  background: red;
  height: 10px;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 2px;
  top: 5px;
  right: -7px;
}

@keyframes pulsate {
  100% {
    box-shadow:
                0 0 7px #ff0018,
                0 0 11px #ff0018,
                0 0 19px #ff0018,
                0 0 40px #ff0018
  }

  0% {
    box-shadow:
                0 0 9px #ff0018,
                0 0 10px #ff0018,
                0 0 18px #ff0018,
                0 0 25px #ff0018
  }
}

.sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.sidebar a {
  display: flex;
  gap: 10px;
  height: 49px;
  padding: .375rem .75rem;
  border-radius: 7px;
  color: #50639c;
  cursor: pointer;
  transition: all 0.25s;
  align-items: center;
}

.sidebar a:hover {
  /*background: #f3e5f5;*/
  color: var(--app-violet);
}

.sidebar svg {
  width: 25px;
}

aside.aside-hidden .container {
  width: auto !important;
}

aside.aside-hidden span, aside.aside-hidden #close-aside {
  display: none !important;
}

aside ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

header > div {
  display: flex;
  gap: 25px;
  align-items: center;
}

header img {
  height: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.modal-content {
  border-radius: 12px;
}

.suivi-actions a {
  cursor: pointer;
}

label {
  margin-right: 10px;
  font-size: 13px;
}

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

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

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

.trigger {
  transition: all 0.25s ease-in-out;
}

.rotation-45 {
  transform: rotate(45deg);
}

.child-stretch .mb-3{
  flex: 1;
}

.child-extend>div {
  flex: 1;
}

.child-stretch .mb-3 .bootstrap-select{
  width: 100% !important;
}

.dreiv-div>.mb-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dreiv-div .mb-3 .bootstrap-select {
  width: 100% !important;
}

.dreiv-div .d-flex>div {
  width: 100%;
}

/** Index des Evenement **/

.evenements tr {
  cursor: pointer;
}

/*.table>:not(caption)>*>* {*/

/*    background-color: rgb(255 255 255 / 50%);*/

/*}*/

.evenements table, .evenement table {
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

.pastille {
  font-size: 10px;
  position: absolute;
  border-radius: 4px;
  padding: 1px 3px;
  line-height: 1;
  margin-left: -10px;
}

.pastille.old {
  background: #9E9E9E;
  color: white;
}

.pastille.new {
  background: #F44336;
  color: white;
}

.new, .old {
  position: relative;
}

.old:after {
  content: "old";
  background: #9E9E9E;
  position: absolute;
  top: -10px;
  right: -15px;
  border-radius: 5px;
  font-size: 9px;
  padding: 1px 4px;
  color: #fff;
}

.new:after {
  content: "new";
  background: #F44336;
  position: absolute;
  top: -10px;
  right: -15px;
  border-radius: 5px;
  font-size: 9px;
  padding: 1px 4px;
  color: #fff;
}

label.new:after {
  top: -5px;
  right: auto;
}

[data-tooltip] {
  position: relative;
  display: flex;
}

[data-tooltip]::after {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  content: attr(data-tooltip);
  left: 0;
  top: calc(100% + 10px);
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  z-index: 10;
  padding: 5px;
  width: 200px;
  transform: translateY(-20px);
  transition: all 150ms cubic-bezier(.25, .8, .25, 1);
}

[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 300ms;
}

.tooltip-trigger {
  position:  relative;
}

.item-tooltip {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: -5px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  z-index: 10;
  padding: 5px;
  transform: translate(-50%, -100%);
  max-width: 150px;
  transition: all 150ms cubic-bezier(.25, .8, .25, 1);
}

/** Page évènement **/

.custom-card {
  background-color: #fff;
  /*border: 1px solid #fff;*/
  /*border-radius: 15px;*/
  padding: 20px;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}

.custom-card-secondary {
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  padding: 1rem;
  box-shadow: 0px 5px 15px 0px rgba(118, 88, 198, 0.1);
}

.evenement table {
  border-color: transparent;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 5%);
  /*background-color: rgb(255 255 255 / 50%);*/
}

.fs-6 {
  font-size: 0.9rem !important;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.form-label {
  margin-bottom: 0;
  font-size: 13px;
  white-space: nowrap;
}

.form-flex {
  display: flex;
  align-items: center;
}

.form-flex .dropdown {
  flex: 1;
}

.form-select.ux-autocomplete {
  border: 0;
  background: transparent;
}

#info-initiales .ux-autocomplete .ts-control{
  padding: 0.3rem 0.75rem;
  background-color: white !important;
  background-image: none !important;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#info-initiales .ux-autocomplete .ts-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.ts-wrapper.single .ts-control, .ts-dropdown.single {
  border: none;
}

body .ts-control {
  padding: 0.3rem 0.75rem;
  box-shadow: none;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
}

body .ts-dropdown-content {
  max-height: 50vh;
}

.table-hover>tbody>tr:hover>* {
  background: rgba(255, 255, 255, 0.4);
  color: #4f46e5;
}

.form-patient > div {
  flex: 1;
}

.card-container {
  background-color: rgb(255 255 255 / 15%);
  padding: 15px;
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 5%);
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(255, 255, 255, 1);
}

.card-container.column {
  width: 275px;
  min-width: 275px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  top: 10px;
  background: rgb(255 255 255 / 50%);
  box-shadow: 0px 16px 25px 0px rgba(118, 88, 198, 0.1);
}

.card-container h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.event-card {
  background-color: #fff;
  min-height: 20px;
  box-shadow: 5px 5px 15px 0px rgba(118, 88, 198, 0.1);
  border-radius: 0.375rem;
  transition: background-color 0.25s;
  cursor: pointer;
  z-index: 9;
}

.event-card:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.event-card.selected {
  transform: rotate(5deg);
  box-shadow: 5px 5px 10px 0px #00000025;
}

.event-card .last-step {
  font-size: 12px;
}

.event-card .numero {
  font-size: 12px;
  white-space: nowrap;
}

.event-card .card-header {
  display: flex;
  justify-content: space-between;
  padding: 3px 10px;
  align-items: center;
  border-radius: 13px;
  border: none;
  margin-bottom: 10px;
}

.event-card .card-body {
  font-size: 14px;
  padding: 0;
}

.card-object {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  font-size: 12px;
}

.event-card .card-object {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.event-card .event-structure {
  font-size: 12px;
  color: var(--app-violet);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-object-text {
  max-width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.placeholder {
  background: #e4e6ea;
  padding: 8px;
  border-radius: 8px;
  min-height: 20px;
  height: 40px;
}

/*[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, .bootstrap-select > .dropdown-toggle {*/

/*    border-color: #fff !important;*/

/*    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 5%);*/

/*    @apply rounded-md*/

/*}*/

[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, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline-width: 2px !important;
}

.btn {
  border-radius: 8px;
}

.btn-group-sm>.btn, .btn-sm {
  font-size: 12px;
  padding: 0px 7px;
  border-radius: 7px !important;
}

.transparentButton {
  display: inline-block;
  border: none;
  background: transparent;
}

.width-20px {
  width: 20px;
}

.event-etat span{
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  white-space: nowrap;
}

.event-warning {
  background-color: #D32F2F;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  white-space: nowrap;
}

#eigs-table .event-perimetre, #eigs-table .event-consequence {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#eigs-table .event-source {
  text-align: center;
}

#eigs-table .event-structure {
  font-size: 12px;
}

span.non-attribue {
  background-color: #FF5D2A;
}

span.initie {
  background-color: #FF2F64;
}

span.en-gestion {
  background-color: #E6299A;
}

span.finalisation {
  background-color: #A948C4;
}

span.cloture {
  background-color: #355FD8;
}

span.valide {
  background-color: #0069D0;
}

span.arrete {
  background-color: #D32F2F;
}

span.saisie-v2 {
  background-color: #009dfe;
}

.accordion-item {
  border: none;
}

.modal-dialog {
  max-width: 750px;
}

@media screen and (max-width: 768px) {
  aside .container{
    height: 100vh;
    transition: all 0.5s ease-in-out;
    border-radius: 0;
    margin-left: -175px;
  }

  aside > ul {
    display: none;
  }

  #toggle-aside {
    display: none;
  }

  #toggle-aside-label {
    display: block;
    transform: translate(10px, 10px);
  }

  .wrapper {
    padding: 0;
  }

  aside {
    flex-direction: row-reverse;
    top: 0;
    align-items: flex-start;
    z-index: 99;
    position: fixed;
    padding: 0;
    border: 0;
  }

  #toggle-aside:checked + .container {
    margin-left: 0;
    background: rgb(255 255 255 / 98%);
  }

  main {
    padding: 34px 14px;
    max-width: 100% !important;
  }

  .responsive-toggle-flex {
    flex-direction: column;
  }

  .card-container.column {
    width: 100%;
  }

  .modal-dialog {
    padding: 15px;
  }

  .table-eigs-recap thead {
    display: none;
  }

  .table-eigs-recap td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  .table-eigs-recap tbody tr {
    display: flex;
    flex-direction: column;
  }

  .table-eigs-recap tbody td {
    display: flex;
    justify-content: space-between;
    text-align: right;
  }

  .table-eigs-recap>:not(:first-child) {
    border-top: 0px solid currentColor;
  }

  .header-read-eigs, .abstract-read-eigs {
    flex-direction: column;
  }

  .abstract-read-eigs > div {
    max-width: 100% !important;
  }

  #css-notes-bloc {
    max-width: 100% !important;
    margin-top: 35px;
  }

  #post-it {
    min-width: 100% !important;
  }

  #suivis-container .custom-card .d-flex {
    flex-direction: column;
  }

  .modal-content {
    padding: 50px 10px;
  }

  .modal-body {
    padding: 10px;
  }
}

.ts-dropdown  .optgroup-header {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1)) !important;
  font-size: 15px !important;
}

.progress-bar-container {
  height: 5px;
  position:relative;
  /* relative here */
}

.progress-bar-indicator {
  height: 100%;
  border-radius: 25px;
  /* this will do the magic */
  -webkit-mask:linear-gradient(#fff 0 0);
  mask:linear-gradient(#fff 0 0);
}

.progress-bar-indicator::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: linear-gradient(90deg, rgba(52,255,0,1) 0%, rgba(255,154,0,1) 33%, rgba(255,0,0,1) 66%, rgba(0,0,0,1) 100%);
}

.wrapper .ts-wrapper.multi .ts-control [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: color-mix(#ee1d1d, #e91717, 60%);
  background-image: linear-gradient(to bottom, #bdbdbd);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.collapse {
  visibility: inherit;
}

.login-btn {
  position: relative;
  background: linear-gradient(45deg, rgba(250, 88, 205, 1) 0%, rgba(148, 83, 247, 1) 100%);
  transition: background 0.5s ease;
}

.login-btn::before {
  position: absolute;
  content: "Connexion";
  inset: 0;
  /* same as { top: 0; right: 0; bottom: 0; left: 0; } */
  background: linear-gradient(45deg, rgba(250, 88, 205, 1) 60%, rgba(148, 83, 247, 1) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

.login-btn:hover::before {
  opacity: 1;
}

#form-container input {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  box-shadow: 0px 16px 25px 0px rgba(118, 88, 198, 0.1);
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-\[position\:0_0\]:hover {
  background-position: 0 0;
}

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

.group\/logout:hover .group-hover\/logout\:fill-white {
  fill: #fff;
}

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

.group.aside-hidden .group-\[\.aside-hidden\]\:aspect-square {
  aspect-ratio: 1 / 1;
}

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

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

.\[\&\>span\]\:text-red-700>span {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.\[\&\>svg\]\:fill-red-700>svg {
  fill: #b91c1c;
}

.\[\&_\.form-check\]\:flex .form-check {
  display: flex;
}

.\[\&_\.form-check\]\:items-center .form-check {
  align-items: center;
}

.\[\&_\.form-check\]\:gap-2 .form-check {
  gap: 0.5rem;
}

.\[\&_\.ts-wrapper\]\:w-full .ts-wrapper {
  width: 100%;
}

.\[\&_div\]\:flex div {
  display: flex;
}

.\[\&_div\]\:gap-2 div {
  gap: 0.5rem;
}

.\[\&_fieldset\]\:rounded-md fieldset {
  border-radius: 0.375rem;
}

.\[\&_fieldset\]\:border fieldset {
  border-width: 1px;
}

.\[\&_fieldset\]\:border-white fieldset {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.\[\&_fieldset\]\:p-5 fieldset {
  padding: 1.25rem;
}

.\[\&_input\]\:\!py-0 input {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\[\&_label\]\:m-0 label {
  margin: 0px;
}

.\[\&_label\]\:mr-0 label {
  margin-right: 0px;
}

.\[\&_label\]\:flex label {
  display: flex;
}

.\[\&_label\]\:w-\[calc\(\(100\%-36px\)\/4\)\] label {
  width: calc((100% - 36px) / 4);
}

.\[\&_label\]\:w-\[calc\(100\%\/3\)\] label {
  width: calc(100% / 3);
}

.\[\&_label\]\:w-full label {
  width: 100%;
}

.\[\&_label\]\:max-w-\[calc\(\(100\%-36px\)\/4\)\] label {
  max-width: calc((100% - 36px) / 4);
}

.\[\&_label\]\:max-w-\[calc\(100\%\/3\)\] label {
  max-width: calc(100% / 3);
}

.\[\&_label\]\:items-center label {
  align-items: center;
}

.\[\&_label\]\:gap-1 label {
  gap: 0.25rem;
}

.\[\&_label\]\:gap-3 label {
  gap: 0.75rem;
}

.\[\&_label\]\:text-base label {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_legend\]\:mb-2 legend {
  margin-bottom: 0.5rem;
}

.\[\&_legend\]\:px-3 legend {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_legend\]\:font-bold legend {
  font-weight: 700;
}

.\[\&_select\]\:flex-1 select {
  flex: 1 1 0%;
}

.\[\&_svg\]\:h-5 svg {
  height: 1.25rem;
}

.\[\&_svg\]\:h-6 svg {
  height: 1.5rem;
}

.\[\&_svg\]\:text-indigo-300 svg {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.\[\&_svg\]\:text-indigo-600 svg {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.\[\&_th\]\:whitespace-nowrap th {
  white-space: nowrap;
}

.\[\&_th\]\:px-3 th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_th\]\:font-medium th {
  font-weight: 500;
}