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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  /* border-style: solid;  */
  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: Nunito, 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: #b00e0e;
  /* color: #9ca3af;  */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-auto {
  margin-inline-end: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * 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));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Nunito, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --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);
}
.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);
}
.ring-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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.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-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
@media (min-width: 640px) {

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .sm\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {

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

.last-part
{
  width: 100%;
  height: 50px;
}

.last-part > a 
{
  margin:0!important;
  --tw-text-opacity: 1;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.70rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-color: transparent;
  border-width: 1px;
  border-radius: 0.375rem;
}

.size-logo
{
  /* width: 20px; */
  height: 20px;
  margin-top: 3px;
} 

.card-action
{
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 10px;
  min-width: 70%;
}

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

.rowDirection
{
  display: flex;
  gap: 7px;
  flex-direction: row;
  text-decoration: none!important;
  text-transform: uppercase;
}

.italicMe
{
  font-style: italic;
}

.flex-gap-logo
{
  gap: 2px;
  transition: color 0.2s;
}

.flex-gap-logo:hover
{
  color: hsl(210, 20%, 94%);
}
.flex-gap-min
{
  gap: 10px;
}

.flex-gap-medium
{
  gap: 15px;
}
.section_admin
{
  width: 100%;
  min-height: 93svh;
  background-color: rgb(250, 250, 250);
}

.btn-connected, .btn-dash, .btn-deconnect
{
  margin:0!important;
  --tw-text-opacity: 1;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.70rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-color: transparent;
  border-width: 1px;
  border-radius: 0.375rem;
  display: inline-block;
  cursor: pointer;
}

.btn-off
{
  font-weight: 600;
  border-radius: 0.30rem;
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* font-size: 13px; */
}

.btn-size-min
{
  width: 127px;
  height: 33px;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
}

.btn-etat
{
  max-width: 125px;
  width: 90%;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
}

.btn-imported
{
  font-weight: 600;
  border-radius: 0.30rem;
  max-width: 125px;
  width: 90%;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.btn-size-static
{
  width: 120px;
  height: 30px;
}

.btn-color-danger
{
  background-color: rgb(221 31 31);
  transition: background-color 0.2s;
}

.btn-color-danger:hover
{
  background-color: rgb(181, 60, 60);
}

.btn-color-ticket
{
  background-color: rgb(229 137 22);
  transition: background-color 0.2s;
}

.btn-color-ticket:hover
{
  background-color:rgb(239 170 85);
}

.btn-color-ticket-cours
{
  background-color: rgb(132, 78, 13);
  transition: background-color 0.2s;
}

.btn-color-ticket-cours:hover
{
  background-color:rgba(132, 78, 13, 0.718);
}

.btn-color-modify
{
  background-color: rgb(62 159 21);
  transition: background-color 0.2s;
}

.btn-color-modify:hover
{
  background-color:rgb(62 159 21 / 73%);
}

.btn-color-fiche 
{
  background-color: rgb(31 41 55);
  transition: background-color 0.2s;
}

.btn-color-fiche:hover
{
  background-color:rgb(30 39 53 / 73%);
}

.btn-color-ticketed
{
  background-color: #ffbf00;
  transition: background-color 0.2s;
}

.btn-color-ticketed:hover
{
  background-color:#ffbf00dd;
}

.btn-color-info
{
  background-color: #00adff;
}

.btn-color-info:hover
{
  background-color: #00aeffd2;
}

.part, .first-part
{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#resultSearch
{
  display: none;
}

.part, .first-part {
  display: flex;
  align-content: flex-start;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  min-height: 600px;
  gap: 25px;
}

.basicFlex
{
  display: flex;
}

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

.flexDirectionRow
{
  flex-direction: row;
}

.flexDirectionColumn
{
  flex-direction: column;
}

.ticket_display_v2
{
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.title-ticket_v2
{
  padding: 7px;
  color: white;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  align-items: center;
  text-align:center;
}

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

.flex-50{
  width: 40%;
}

.basicCenter
{
  margin: 0 auto;
}

.card 
{
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  min-height: 200px;
  max-width: 400px;
  position: relative; /* Permet de positionner le footer correctement */
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}


.card-footer-modify {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px!important;
}

.card-footer-modify > a 
{
  text-decoration: none;
  color: white!important;
}

.force-color-white
{
  text-decoration: none;
  color: white!important;
}

.displayBlock
{
  display: block;
}

.withbtn-dash {
  text-decoration: none !important;
  cursor: pointer;
  outline: none; 
  transition: background-color 0.3s;
  min-width: 190px;
  text-align: center;
}

.withbtn-dash:hover {
  background-color: rgb(88, 99, 115); /* Changement de couleur au survol */
}

.title-part
{
  width: 100%;
  text-align: center;
  font-size: large;
  text-transform: uppercase;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  height: 50px;
}

.flexContainer
{
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.table-container
{
  width: 100%;
}

.no_need_table
{
  width: 100%;
  position: relative;
  overflow: hidden;
}

.table-container th, .table-container td {
  padding: 8px 12px;
  text-align: left;
  /* border: 1px solid #ddd; */
  text-align: center;
}

.table-container tr {
  border: 1px solid #ede0e0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  padding: 15px;
}

.table-container th {
  background-color: #f4f4f4;
  font-weight: bold;
  font-size: 0.785rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-container tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-container tbody tr:nth-child(even) {
  background-color: #ffffff;
}

/* .table-container tbody tr:hover {
  background-color: #f1f1f1;
} */

.table-container a {
  color: #007bff;
  text-decoration: none;
}

.bg-color-b
{
  /* background-color: hsl(210, 23%, 87%); */
  background-color: #2c3e50;
}

/* .table-container a:hover {
  text-decoration: underline;
} */

.new_machine
{
  margin-top: 25px;
  /* min-width: 70%; */
  width: clamp(300px, 80%, 950px);
}

/* Ancienne title */
.container_new_machine > h2
{
  width: 100%;
  padding: 15px;
  position: relative;
  top: 0;
  color: #317a9f;
  font-size: 16px;
  border-bottom: 1px solid #80808052;
}

/* Nouveau title */

.place-title-redirect
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  color: #317a9f;
  /* font-size: 16px; */
  border-bottom: 1px solid #80808052;
}

.place-title-redirect > h2 
{
  font-size: 17px;
}

.form-ben
{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  gap: 25px;
  padding: 25px;
  flex: 1;
}

.form-ben-start
{
  display: flex;
  /* justify-content:center; */
  align-items: flex-start;
  flex-direction: column;
  gap: 25px;
  padding: 25px;
  flex: 1;
}

.form-ben-user
{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  /* padding: 25px; */
  flex: 1;
}

.desactive-decoration
{
  text-decoration: none;
}

.form-retract-size
{
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.radiusMe
{
  border-radius: 6px;
}

.shadowMe
{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fixed-top-nav
{
  position: fixed;
  /* width: calc(100% - 5px); */
  width: 100%;
  /* width: 100vw; */
  top: 0;
  z-index: 100000;
}

.size-height-max
{
  height: 62px;
}

.force-bg-white
{
  background-color: white;
}

.width-max
{
  width: 100%;
}

.place-info 
{
  font-style: italic;
  padding: 15px;
}

.place-info-v2
{
  font-size: 1.5rem;
}

.place-info-important
{
  padding: 15px;
  font-size: 17px;
  text-align: center;
  max-width: 70%;
}

.place-info-important > b
{
  color: red;
}

.no-m-force
{
  margin: 0!important;
}

.container_by_nav
{
  width: 100%;
  min-height: 93vh;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-left: 3rem;
  margin-top: 62px;
}


.container_new_machine
{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  flex-direction: column;
  flex-grow: 1;
}


.header_container_fav
{
  width: 100%;
  min-height: 50px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}

.container_fav
{
  padding: 12px;
  min-height: 685px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.container_new_machine em
{
  font-size: 0.8rem;
  color: red;
}

.container_new_machine > .title
{
  width: 100%;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  text-align: center;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  color: white;
}

.form-ben-reponsive 
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}

.input-part
{
  width: 100%;
}

.body-container-machine {
  display: flex;
  justify-content: center;
  min-width: 70%;
  padding: 15px;
}

.size-my-form {

  height: 500px;
}

.force-flex-start
{
  justify-content: flex-start!important;
}

.noticked 
{
  width: 100%;
  font-size: 18px;
  position: relative;
  top: 190px;
  text-align: center;
}

.flex-nav-principal
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

/** title msg formulaire */

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

.disabled-tooltip .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the tooltip above the element */
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.disabled-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.ticket_display
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.ticket_display > label
{
  min-width: 35%;
  font-weight: 600;
}

.disabled_color {  
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.max-width-input
{
  flex: 1;
}


.table-container th, .table-container td
{
  border: 1px solid #e5e5e57a;
}

.bin-deleted, .eyes-clear
{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cliked-tri
{
  color:rgb(32, 114, 161)!important;
  cursor: pointer;
}

/** V1 **/

.bin-deleted-color, .eyes-clear-color
{
  background-color: rgb(235 235 235);
  padding: 0.750rem;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 50%;
}

.bin-deleted-color:hover
{
  background-color: rgb(185, 72, 72);
  color: white;
}

.eyes-clear-color:hover
{
  background-color: rgb(98, 137, 163);
  color: white;
}

/* .selectByRoom
{
  margin-bottom: 22px;
}

.selectByRoom > *
{
  position: relative;

  width: 100%;
} */

.top_start
{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  border-bottom: 1px solid #80808052;
}

.place-btn-top, .place-ticket-btn
{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}


/* .place-btn-top
{
  width: 50%;
} */

.explicatif_page 
{
  width: 100%;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  gap: 10px;
}

.flex-between > span
{
  color: #15a3db;
  font-size: 22px;
}

.title-span-tilte
{
  color: #15a3db;
  font-size: 22px;
}

.flex-between, .flex-ticket
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}


.selectByRoom, .selectByRoom > *
{
  /* display: flex; */
  flex: 1;
  width: 100%;
  gap: 15px;
}

.camera_block_settings
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  min-width: 70%;
}

.spctext {
  /* max-width: 225px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: inline-block; */
  vertical-align: top; /* Alignement correct si nécessaire */
}

.row-table-machine
{
  width: 100%;
}

.min-width-btn-camera
{
  min-width: 35%;
}

.container_settings
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  gap: 25px;
}

.in_setting
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid gainsboro;
  min-height: 170px;
  flex-wrap: wrap;
  gap: 25px;
}

.title-set
{
  padding: 6px;
  background-color: antiquewhite;
}

.first_set
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* flex: 0 0 66%; */
  flex: 1 0 55%;
  /* min-width: 300px; */
  border-right: 1px solid rgba(128, 128, 128, 0.479);
  padding-left: 10px;
  padding-right: 10px;
  gap: 7px;
}

.description-set
{
  display: flex;
  align-items: center;
  flex: 0 0 66%;
}

.second_set
{
  display: flex;
  flex-direction: row;
  justify-content:center;
  /* flex: 0 0 33%; */
  flex: 1;
  min-width: 200px;
  align-items: center;
  gap: 25px;
}

.second_set > * 
{
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-set {
  margin: 0 auto;
}

.force-color-nav
{
  color: white!important;
}

.accueil-logo
{
  text-decoration: none;
  /* text-transform: uppercase; */
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  /* margin-top: 1px; */
}

.accueil-logo img
{

  max-height: 25px;
}

.size-logo-in-dash
{
  width: 30%;
}

.padds-me-logo
{
  padding: 1em 0;
}

.point-me-btn
{
  cursor: pointer;
}

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

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

.btn-dash-size-medium
{
  min-width: 40%;
}

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

.margin-me-video
{
  margin-top:15px;
  margin-bottom: 15px;
}

/** LES STATS **/

/* .container-base
{
  display: flex;
  gap: 10px;
} */


/* .stats
{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  flex: 0 0 70%;
} */

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

.ticket-prio
{
  
  background-color:rgb(231 128 128 / 46%) !important;
}

/* .lien-direct
{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 1 0 25%;
} */

/* .container-direct
{
  display: flex;
  flex-direction: column;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  width: 100%;
  flex: 1;
  padding: 15px;
  min-width: 200px;
  max-height: 600px;
  height: 85vh;
  gap: 15px;
} */

.title-direct{
  background-color: #317a9f;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reset-list-direct
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  padding: 10px;
}


.reset-list-direct, .reset-list-direct > li
{
  margin: 0;
  width: 100%;

}
.reset-list-direct > li > a
{
  text-decoration: none;
  text-align: center;
}

.force-border-gray
{
  border: 1px solid #ced4da;
}

.desactive-outline-checkbox
{
  outline: none!important;
  outline-offset: 0px!important;
  --tw-ring-inset: none!important;
}

/* .container_stats_ticket
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  flex: 1;

  min-width: 300px;
  max-height: 460px;
  height: 85vh;

  padding: 15px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
} */

#ticketChart, #ticketChartClasse, #ticketChartProbleme, #ticketChartGroupe{
  width: 100%!important;
  height: 100%!important;
  position: relative!important;
}


.dashboard-header > b
{
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.dashboard-content
{
  /* width: 240px;
  height: 240px; */
  position: relative;
  margin: 0 auto;
  display: flex;
  /* flex-grow: 1; */
}

.dashboard-content-ticket
{
  width: 240px;
  height: 240px;
  position: relative;
  margin: 0 auto;
}

.dashboard-content-line
{
  width: 90%;
  position: relative;
}


.dashboard-container-stats
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
}

.dashboard-content-machine
{
  max-width: 440px;
  height: 240px;
  position: relative;
  margin: 0 auto;
}

.information-stats
{
  font-size: 12px;
  width: 100%;
  position: relative;

}

/******************************************************/
/******************** V2 DES STATS ********************/
/******************************************************/
.change-form-select
{
  padding: .305rem 2.05rem .305rem .45rem!important;
  font-size: 0.7rem!important;
  border-radius: 0!important;
  /* background-color: #6f5d5d00!important; */
  /* color: white!important; */
}

.change-form-select *
{
  background-color: #000000c9!important;
  color: white!important;
}

.stats
{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  /* flex: 0 0 70%; */
}

.container_stats_ticket
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  max-height: 460px;
  padding: 15px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.container_stats_ticket-v2
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  max-height: 460px;
  padding: 15px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; 
}

.container_stats_ticket-v3
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  max-height: 460px;
  padding: 15px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px; 
}

.center-label
{
  text-align: center;
  padding: 10px;
  width: 100%;
}

.container-base
{
  display: flex;
  gap: 10px;
  flex-grow: 1;
}


.container-direct
{
  display: flex;
  flex-direction: column;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  width: 100%;
  padding: 15px;
  min-width: 225px;
  gap: 15px;
}

.information
{
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(128, 128, 128, 0.397);
}
.flex-5
{
  flex: 5;
}

.stats-line
{
  flex: 3;
}

.stats-donuts
{
  flex: 2;
}

.lien-direct
{
  display: flex;
  flex-direction: column;
  flex: 1;
}

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

.dashboard-header
{
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  color: white;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content:space-around;
  min-height:44px;
}

.little-p
{
  padding: 05px;
}

.container-h-title
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.container-h-body
{
  display: flex;
  margin-left: auto;
}

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

.flex-2
{
  flex: 2;
}

.flex-6
{
  flex: 6;
}


.dashboard-header > span
{
  font-weight: 600;
  padding: 10px;
}

.dashboard-content-groupe
{
  /* width: 240px;
    height: 240px; */
    position: relative;
    margin: 0 auto;
}

.force-padding-dash
{
  padding: 0px 10px 0px 10px;
}

.noTicketMachine
{
  color: red;
  flex-grow: 1;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noTicketTable
{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(23, 171, 25, 0.735);
  font-style: italic;
}


/******************************************************/
/******************************************************/
/******************************************************/



#noTicketsMessage, #noTicketsMessageProbleme
{
  display: none;
  color: red;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.save_db
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-wrap-settings
{
  display: flex;
  /* justify-content: space-between; */
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

/* .flex-size-auto {
  flex: 1 1 33%;
  min-width: 320px !important; 
  max-width: 100%;
  width: 200px;
} */

.box_save_restaure
{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 12px;
  background-color: rgb(253 253 253);
}

.center-contact
{
  border: none;
  height: 50px!important;
}

.margin-me-logo
{
  margin-right: 3px;
}

.noraccourci 
{
  font-style: italic;
  color: #15a3db;
}

.font-size-adj
{
  font-size: 13px;
}

.force-font-table
{
  font-size: 13px!important;
}

.font-size-btn-dash
{
  font-size: 0.80rem !important;
}

.selected-machine
{
 border-top: 1px solid rgb(192, 186, 186); 
 width: 100%;
 padding: 15px;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 gap: 25px;
 text-align: center;
}

.exported, .imported
{
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  /* height: 60%; */
  gap: 25px;
  flex-wrap: wrap;
  flex-direction: column;
  /* background-color: rgb(184, 164, 164); */
}

.title-exported
{
  padding: 15px;
  width: 100%;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  color: white;
}

.bardef {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2c3e50 #ecf0f1; /* Couleurs adaptées au design */
}

/* Style pour Chrome, Edge et Safari */
.bardef::-webkit-scrollbar {
  width: 8px;
}

.bardef::-webkit-scrollbar-track {
  background: #ecf0f1; /* Couleur de fond */
  border-radius: 4px;
}

.bardef::-webkit-scrollbar-thumb {
  background-color: #2c3e50; /* Couleur de la barre */
  border-radius: 4px;
  border: 2px solid #ecf0f1;
}

.bardef::-webkit-scrollbar-thumb:hover {
  background-color: #34495e; /* Légèrement plus clair au survol */
}

.fonctionnalite
{

  border-radius: 8px;
  /* height: 40%; */
  gap: 15px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /* flex-direction: column; */
  padding: 15px;
  font-size: 13px;
}

.fonction-export
{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  min-width: 305px;
  min-height: 285px;
  padding: 15px;
  font-size: 13px;
}

.fonction-import
{
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* flex-basis: 405px;  */
  width: 305px;
  min-height: 385px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.fonction-import p , .fonction-export p
{
  margin: 0;
  width: 100%;
  padding: 15px;
  color: white;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  text-align: center;
}

.form-fonctionnalite
{
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.height-maxed
{
  height: 100%;
}

.range-checkbox
{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.range-checkbox-import
{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px;
}

.container_export
{
  display: flex;
  gap: 25px;
  flex-direction: column;
}

.radius-input
{
  border-radius: .25em;
}

.all_machine_select
{
  padding: 15px;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;} */
  border-top: 1px solid #ddd;
  text-align: right;
}

.label-select
{
  margin: 0;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  color: white;
  text-transform: uppercase;
  border-color: transparent;
  border-width: 1px;
  border-radius: 0.375rem;
  display: inline-block;
  font-weight: 600;
  font-size: 0.70rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.label-select:hover {
  background-color: rgb(63, 70, 80);
}

.description-page
{
  width: 100%;
  background-color: #2c3e50;
  color: white;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-follow
{
  background-color: white;
  color: black;
  padding: 3px 20px;
  border-radius: 8px;
}

.textarea-size
{
  height: 15px;
}

/** REFACTO VUE MACHINE **/

.machine-view
{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 100%;
}

.first-part-mach, .second-part-mach {
  flex: 5;
  padding: 10px;
  /* border: 1px solid black; */
  width: 100%;
  border-radius: 8px;
}

.first-part-mach
{
  display: flex;
  width: 100%;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
}

.second-part-mach
{
  min-width: 270px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--bs-body-bg);
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px
}

.adj01
{
  width: 20%;
  min-width: 175px;
  min-height: 125px;
  text-align: center;
  /* height: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow:1;
  border-radius: 8px;
  /* font-size: 1.05rem; */
  /* border:1px solid black; */
}

.title-am
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  padding: 10px;
  background-color: #2c3e50;
  color: white;
  font-weight: 600;
  width: 100%;
  font-size: 1.7rem;
  /* height: 15%; */
}

.one-create
{
  background-color: rgb(49, 185, 49);
  color: white;
}

.two-update
{
  background-color: rgb(32, 80, 211);
  color: white;
}

.three-tickets
{
  background-color: rgb(216, 128, 13);
  color: white;
}

.four-delete
{
  background-color: rgb(216, 13, 13);
  color: white;
}

.hover-mach
{
  transition: transform 0.3s;
  color: white!important;
}

.hover-mach:hover
{
  transform: scale(1.02);
}

.stats-machine
{
  flex: 3;
  padding: 10px;
  max-width: 460px;
  min-width: 260px;
  background-color: var(--bs-body-bg);
  /* border: 1px solid black; */
}

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

.formulaire-machine
{
  flex: 7;
  /* min-width: 680px; */
  display: flex;
  padding: 5px;
  flex-direction: row;
  /* padding: 10px; */
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  gap: 5px;
  flex-wrap: wrap;
  background-color: var(--bs-body-bg);

}

/* .info-1, .info-2
{

} */

.info-1
{
  flex: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items:flex-start;
  padding: 15px;
  border-right: 1px solid rgb(224, 216, 216);
}

.info-1 > div
{
  width: 100%;
  border-radius: 8px;
  padding: 05px;
}

.info-2
{
  flex: 3;
  display: flex;
  flex-direction: column;
  padding: 6px;
}

.container-token
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
  flex-grow: 1;
  /* border: 1px solid rgb(215 209 209 / 46%);
  border-radius: 8px; */
}

.container-token > label
{
  font-size: 2.5rem;

}

.select-machine
{
  display: block;
  /* justify-content: center;
  align-items: center; */
  /* gap: 10px; */
  width: 100%;
  /* padding: .375rem 2.25rem .375rem .75rem; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background-color: var(--bs-body-bg); */
  /* background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none); */
  /* background-repeat: no-repeat; */
  /* background-position: right .75rem center; */
  /* background-size: 16px 12px; */
  /* border: var(--bs-border-width) solid var(--bs-border-color); */
  border-radius: var(--bs-border-radius);
}

.select-machine > label
{
  font-weight: 600;
}

.select-form-other
{
  border: 1px solid #362cf317;
  border-radius: 8px;
  /* flex-grow: 1; */
  display: flex;
  width: 100%;
  transition: border-color .1s ease-in-out, box-shadow .1s ease-in-out;

}

.select-form-other:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.ticket-progress, .ticket-untreated, .ticket-valide
{
  font-weight: 600;
}


.ticket-untreated
{
  color: red;
}

.ticket-valide
{
  color: green;
}

.ticket-progress
{
  color: brown;
}

.chield-mach 
{
  position: relative;
  width: 20%;
  min-width: 175px;
  min-height: 125px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-radius: 8px;
}

.desactivateCreate{
  top: 0;
  left: 0;
  background: rgb(72 88 103 / 28%);
  backdrop-filter: blur(5px); /* Applique un effet de flou */
}

.desactivateCreate::before
{
  content: 'Ticket en cours..';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5); 
  border-radius: 5px;
  text-align: center;
}

.ticket-title
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px ;
  color: white;

}

.ticket-title span
{
  margin: 0;
  font-size: 1.8rem;
}

.ticket-bg-v
{
  background-color: green;
}


.ticket-bg-en-c
{
  background-color: rgb(132, 78, 13);
}

.ticket-bg-n-t
{
  background-color: #ffbf00;
}

.color-w
{
  color: white;
}