@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

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

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

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

  .container{
    max-width: 640px;
  }
}

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

  .container{
    max-width: 768px;
  }
}

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

  .container{
    max-width: 1024px;
  }
}

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

  .container{
    max-width: 1280px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

.tw-btn-primary{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tw-btn-primary:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.tw-btn-primary{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #208CB2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 140 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #165F7C var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-btn-primary:hover{
  --tw-shadow-color: rgb(32 140 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-btn-success{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tw-btn-success:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.tw-btn-success{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-btn-success:hover{
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-btn-warning{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tw-btn-warning:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.tw-btn-warning{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #F7A831 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 168 49 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #E09312 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-btn-warning:hover{
  --tw-shadow-color: rgb(247 168 49 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-btn-danger{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tw-btn-danger:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.tw-btn-danger{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-btn-danger:hover{
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-btn-secondary{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tw-btn-secondary:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.tw-btn-secondary{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-btn-secondary:hover{
  --tw-shadow-color: rgb(107 114 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-btn-outline-success{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tw-btn-outline-success:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.tw-btn-outline-success{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.tw-btn-outline-success:hover{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-btn-generico{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tw-btn-generico:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-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);
}

.tw-btn-generico{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #208CB2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 140 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #165F7C var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-btn-generico:hover{
  --tw-shadow-color: rgb(32 140 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

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

.-top-2\.5{
  top: -0.625rem;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.top-0{
  top: 0px;
}

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

.top-20{
  top: 5rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

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

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

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

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

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

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

.m-2{
  margin: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0\.5{
  margin-right: 0.125rem;
}

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

.mr-1\.5{
  margin-right: 0.375rem;
}

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

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

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

.mr-6{
  margin-right: 1.5rem;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-40{
  max-height: 10rem;
}

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

.max-h-\[90vh\]{
  max-height: 90vh;
}

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

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

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

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

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

.w-1\.5{
  width: 0.375rem;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-11\/12{
  width: 91.666667%;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

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

.w-full{
  width: 100%;
}

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

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

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

.max-w-5xl{
  max-width: 64rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

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

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-full{
  border-radius: 9999px;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

.border-\[\#208CB2\]{
  --tw-border-opacity: 1;
  border-color: rgb(32 140 178 / var(--tw-border-opacity, 1));
}

.border-\[\#CA4C25\]{
  --tw-border-opacity: 1;
  border-color: rgb(202 76 37 / var(--tw-border-opacity, 1));
}

.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-amber-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

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

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

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

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

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

.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-emerald-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

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

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

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

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

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

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

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 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-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

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

.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-200\/60{
  border-color: rgb(226 232 240 / 0.6);
}

.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-teal-100{
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-violet-200{
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}

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

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}

.border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.\!bg-transparent{
  background-color: transparent !important;
}

.bg-\[\#008CB2\]\/10{
  background-color: rgb(0 140 178 / 0.1);
}

.bg-\[\#208CB2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(32 140 178 / var(--tw-bg-opacity, 1));
}

.bg-\[\#208CB2\]\/10{
  background-color: rgb(32 140 178 / 0.1);
}

.bg-\[\#3B9E63\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 158 99 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3B9E63\]\/10{
  background-color: rgb(59 158 99 / 0.1);
}

.bg-\[\#3B9E63\]\/15{
  background-color: rgb(59 158 99 / 0.15);
}

.bg-\[\#A53AA0\]\/10{
  background-color: rgb(165 58 160 / 0.1);
}

.bg-\[\#A53AA0\]\/15{
  background-color: rgb(165 58 160 / 0.15);
}

.bg-\[\#CA4C25\]{
  --tw-bg-opacity: 1;
  background-color: rgb(202 76 37 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7A817\]\/10{
  background-color: rgb(247 168 23 / 0.1);
}

.bg-\[\#F7A831\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 168 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7A831\]\/20{
  background-color: rgb(247 168 49 / 0.2);
}

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

.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

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

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

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.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-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}

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

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

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

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

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 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-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

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

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

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

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

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

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

.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-\[\#008CB2\]{
  --tw-gradient-from: #008CB2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 140 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#208CB2\]{
  --tw-gradient-from: #208CB2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 140 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#3B9E63\]{
  --tw-gradient-from: #3B9E63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 158 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#A53AA0\]{
  --tw-gradient-from: #A53AA0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 58 160 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#CA4C25\]{
  --tw-gradient-from: #CA4C25 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 76 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#F59E0B\]{
  --tw-gradient-from: #F59E0B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#F7A831\]{
  --tw-gradient-from: #F7A831 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 168 49 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#F7A831\]\/10{
  --tw-gradient-from: rgb(247 168 49 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 168 49 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-100\/80{
  --tw-gradient-from: rgb(254 243 199 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400{
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50{
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500{
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100\/80{
  --tw-gradient-from: rgb(209 250 229 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50{
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50{
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500{
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600{
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50{
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500{
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400{
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50{
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500{
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600{
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50{
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50{
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600{
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50{
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50{
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50{
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50{
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500{
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50{
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500{
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-blue-500{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

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

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

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

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

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

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

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

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

.to-amber-100{
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.to-amber-100\/50{
  --tw-gradient-to: rgb(254 243 199 / 0.5) var(--tw-gradient-to-position);
}

.to-amber-50{
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.to-amber-50\/80{
  --tw-gradient-to: rgb(255 251 235 / 0.8) var(--tw-gradient-to-position);
}

.to-amber-500{
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.to-amber-600{
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.to-blue-100{
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.to-blue-100\/50{
  --tw-gradient-to: rgb(219 234 254 / 0.5) var(--tw-gradient-to-position);
}

.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-cyan-50{
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.to-cyan-600{
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.to-emerald-100\/50{
  --tw-gradient-to: rgb(209 250 229 / 0.5) var(--tw-gradient-to-position);
}

.to-emerald-50{
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.to-emerald-600{
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.to-green-100{
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.to-green-100\/50{
  --tw-gradient-to: rgb(220 252 231 / 0.5) var(--tw-gradient-to-position);
}

.to-green-50{
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.to-green-600{
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.to-indigo-100{
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.to-indigo-50{
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.to-indigo-500{
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.to-indigo-600{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.to-orange-100{
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}

.to-orange-100\/50{
  --tw-gradient-to: rgb(255 237 213 / 0.5) var(--tw-gradient-to-position);
}

.to-orange-400{
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.to-orange-50{
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}

.to-orange-500{
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.to-orange-600{
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.to-pink-100{
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.to-pink-100\/50{
  --tw-gradient-to: rgb(252 231 243 / 0.5) var(--tw-gradient-to-position);
}

.to-pink-50{
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.to-purple-100{
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.to-purple-100\/50{
  --tw-gradient-to: rgb(243 232 255 / 0.5) var(--tw-gradient-to-position);
}

.to-purple-50{
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.to-purple-600{
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-purple-700{
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.to-red-100{
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.to-red-100\/50{
  --tw-gradient-to: rgb(254 226 226 / 0.5) var(--tw-gradient-to-position);
}

.to-red-50{
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.to-red-500{
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.to-red-600{
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.to-slate-100{
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.to-slate-100\/50{
  --tw-gradient-to: rgb(241 245 249 / 0.5) var(--tw-gradient-to-position);
}

.to-teal-100{
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}

.to-teal-50{
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.to-teal-50\/80{
  --tw-gradient-to: rgb(240 253 250 / 0.8) var(--tw-gradient-to-position);
}

.to-teal-500{
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-yellow-100{
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.to-yellow-50{
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-12{
  padding: 3rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

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

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

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

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

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

.pb-8{
  padding-bottom: 2rem;
}

.pe-\[2rem\]{
  padding-inline-end: 2rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

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

.pr-12{
  padding-right: 3rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-4{
  padding-top: 1rem;
}

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

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

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

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

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

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

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

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

.text-\[13px\]{
  font-size: 13px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-\[9px\]{
  font-size: 9px;
}

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

.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-black{
  font-weight: 900;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-4{
  line-height: 1rem;
}

.leading-relaxed{
  line-height: 1.625;
}

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

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-\[\#00556E\]{
  --tw-text-opacity: 1;
  color: rgb(0 85 110 / var(--tw-text-opacity, 1));
}

.text-\[\#008CB2\]{
  --tw-text-opacity: 1;
  color: rgb(0 140 178 / var(--tw-text-opacity, 1));
}

.text-\[\#208CB2\]{
  --tw-text-opacity: 1;
  color: rgb(32 140 178 / var(--tw-text-opacity, 1));
}

.text-\[\#3B9E63\]{
  --tw-text-opacity: 1;
  color: rgb(59 158 99 / var(--tw-text-opacity, 1));
}

.text-\[\#A53AA0\]{
  --tw-text-opacity: 1;
  color: rgb(165 58 160 / var(--tw-text-opacity, 1));
}

.text-\[\#CA4C25\]{
  --tw-text-opacity: 1;
  color: rgb(202 76 37 / var(--tw-text-opacity, 1));
}

.text-\[\#F7A817\]{
  --tw-text-opacity: 1;
  color: rgb(247 168 23 / var(--tw-text-opacity, 1));
}

.text-\[\#F7A831\]{
  --tw-text-opacity: 1;
  color: rgb(247 168 49 / var(--tw-text-opacity, 1));
}

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

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

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

.text-amber-900{
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

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

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

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

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

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-cyan-600{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-cyan-700{
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.text-emerald-100{
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-900{
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

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

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

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

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

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

.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

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

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-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-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-violet-600{
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-violet-800{
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

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

.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.opacity-0{
  opacity: 0;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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);
}

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

.shadow-\[\#208CB2\]\/20{
  --tw-shadow-color: rgb(32 140 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-\[\#3B9E63\]\/20{
  --tw-shadow-color: rgb(59 158 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-\[\#CA4C25\]\/20{
  --tw-shadow-color: rgb(202 76 37 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-\[\#F7A831\]\/20{
  --tw-shadow-color: rgb(247 168 49 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.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-blur{
  --tw-backdrop-blur: blur(8px);
  -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);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -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);
}

.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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

/*
 * NOTA: El nuevo layout principal (base.html.twig) usa SOLO Tailwind CSS
 * Los estilos de este archivo se mantienen para:
 * 1. Compatibilidad con plantillas antiguas que aún no han migrado
 * 2. Estilos específicos de componentes complejos (formularios, tablas, etc.)
 * 3. Casos especiales que requieren CSS custom
 */

/* ===== BOTONES TAILWIND REUTILIZABLES ===== */

.sf-minitoolbar svg, .sf-minitoolbar img{
  color: #F7A817 !important;
}

/* Estilos de compatibilidad para plantillas antiguas */

.impersonation-banner {
  /* Ya incluido en el nuevo base.html.twig con Tailwind */
}

/*Declaramos un mixin que contenga nuestra media querie, dentro de esta añadimos la at-rule @content,
esto hace que todos los estilos que escribamos dentro del mixin se apliquen a la media querie.*/

/* mixin mobile removed - inlined as @media */

*{
  font-family: 'Nunito', sans-serif;
}

a{
  text-decoration: none !important;
}

.sidebar_admin_wrapper a:hover, .sidebar_admin_wrapper a:focus{
  color: #eab308;
}

.sidebar_admin_wrapper_mobile a:hover, .sidebar_admin_wrapper_mobile a:focus{
  color: #eab308;
}

/*estilo para H1: 56-Escritorio, 46-Tablet, 36-Móvil H2: 48-Escritorio, 38-Tablet, 28-Móvil H3: 40-Escritorio, 34-Tablet, 24-Móvil H4: 30-Escritorio, 28-Tablet, 22-Móvil Cuerpo: 16px */

h1{
  font-size: 56px;
  font-weight: bold;
  @media screen and (max-width: 1024px) {
    font-size: 32px;
  }
}

h2{
  font-size: 48px;
  font-weight: bold;
}

h3{
  font-size: 40px;
  font-weight: bold;
}

h4{
  font-size: 30px;
  font-weight: bold;
}

p{
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

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

.table td, .table th{
  border: none;
}

.input-grid{
  border-top: 1px solid #dee2e6;
}

body {
  background-color: #f2f2f2;
  height: 100%;
  margin: 0 !important;
}

html {
  height: 100% ;
  max-height: 100%;
  background-color: white;
}

.ui-autocomplete {
  background-color: white;
  border: 1px solid black;
  display: block;
  padding: 5px 10px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.wrapper-body_admin {
  display: grid;
  grid-template-areas:
        "sidebar main";
  grid-template-columns:  min-content 1fr;
  height: 100%;
  @media screen and (max-width: 1024px) {
    grid-template-areas:
            "header"
            "main";

    grid-template-columns: 1fr;

    grid-template-rows: auto 1fr;
  }
}

@keyframes gradient {
  0% {
    border-right: 8px solid #E3F2FD;
  }

  20% {
    border-right: 8px solid #BBDEFB;
  }

  35% {
    border-right: 8px solid #64B5F6;
  }

  50% {
    border-right: 8px solid #008CB2;
  }

  65% {
    border-right: 8px solid #64B5F6;
  }

  80% {
    border-right: 8px solid #BBDEFB;
  }

  100% {
    border-right: 8px solid #E3F2FD;
  }
}

.sidebar_admin_wrapper {
  grid-area: sidebar;
  background-color: #008CB2;
  padding: 20px 30px;
  animation: gradient 5s infinite;
  overflow-y: auto;
}

.main_admin_wrapper {
  height: 100%;
  grid-area: main;
  padding: 40px;
  background-color: white;
  overflow: auto;
  /* -ms-overflow-style: none; */
  @media screen and (max-width: 1024px) {
    padding: 20px 10px;
  }
  &:has(.modern-dashboard-wrapper){
    padding: 0;
  }
  &:has(.modern-form-auditoria-wrapper){
    padding: 0;
  }
  &:has(.modern-form-limpieza-wrapper){
    padding: 0;
  }
  &:has(.registro-show-container){
    padding: 0;
  }
  &:has(.wrapper-forms-rellenar-respuestas){
    padding: 0;
  }
  &:has(.modern-form-temperatura-wrapper){
    padding: 0;
  }
  &:has(.modern-form-normal-wrapper){
    padding: 0;
  }
  &:has(.modern-alertas-wrapper){
    padding: 0;
  }
  &:has(.modern-alertas-public-container){
    padding: 0;
  }
  &:has(.modern-laboratorio-wrapper){
    padding: 0;
  }
  &:has(.wrapper-recepcion-materiasprimas){
    padding: 0;
  }
}

.logotipo-header  {
  display: flex;
  justify-content: center;
  img{
    width: 100%;
    height: auto;
    @media screen and (max-width: 1024px) {
      max-width: 200px;
    }
  }
}

.menu-sidebar-admin {
  align-items: center;
  justify-items: center;
  display: grid;
  grid-auto-rows: min-content;
  grid-template-columns: 1fr;
  padding: 30px 0;
  row-gap: 10px;
}

.elto-menu-sidebar:not(.separador-elto-menu-sidebar) {
  padding: 0 5px;
  font-size: 20px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-weight: bolder;
}

.elto-menu-sidebar .fa, .elto-menu-sidebar .fas, .elto-menu-sidebar .fa-solid {
  color: #004f62 !important;
  margin-right: 10px;
}

.grid-registros-menu-lateral{
  display: grid;
  text-align: start !important;
  justify-items: center;
}

.menu-sidebar-admin a {
  color: white;
}

.separador-elto-menu-sidebar {
  margin-top: 5px;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid white;
}

.menu-usuario-header {
  display: grid;
  grid-template-areas:
        "icono usuario"
        "icono sesion";
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}

.main-menu-usuario-admin {
  font-size: 20px;
}

.main-menu-usuario-admin > a {
  display: grid;
  grid-template-columns: max-content;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  color: white !important;
  font-weight: bold;
}

.sub-menu-usuario-admin a {
  /* text-align: end; */
  color: #F7A817 ;
  font-size: 20px;
  font-weight: bold;
}

.sub-menu-usuario-admin{
  width: -moz-max-content;
  width: max-content;
}

.icono-usuario-header {
  grid-area: icono;
  justify-self: end;
}

.icono-usuario-header i{
  color: #F7A817;
  font-size: 30px;
}

.sidebar_admin_wrapper_mobile{
  display: none;
  grid-area: sidebar;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 20;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 300px;
  background-color: #008CB2;
  padding: 20px 10px;
  animation: gradient 5s infinite;
  box-shadow: 4px 0 15px rgba(0,0,0,0.2);
}

.toggle-menu-sidebar-mobile{
  display: none;
  animation: gradient 5s infinite;
  cursor: pointer;
  @media screen and (max-width: 1024px) {
    grid-area: header;

    display: flex;

    align-items: center;

    justify-content: space-between;

    background-color: #008CB2;

    padding: 15px 20px;

    border-bottom: 3px solid #F7A817;

    i {
      color: white;
      font-size: 30px;
    }
  }
}

#btn-cerrar-menu-sidebar-mobile{
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
  cursor: pointer;
  color: white;
  font-size: 24px;
  z-index: 21;
  &:hover {
    color: #F7A817;
  }
}

/*Media query para pantallas mas pequeñas de 1024px*/

@media (max-width: 1024px) {
  .sidebar_admin_wrapper{
    display: none;
  }
}

/* Animacion para que el menu ".sidebar_admin_wrapper_mobile" cuando aparezca y desaparezca haga una animacion lateral de izquierda a derecha */

.sidebar_admin_wrapper_mobile{
  animation: aparecer 0.5s ease-in-out;
}

@keyframes aparecer {
  0%{
    transform: translateX(-100%);
  }

  100%{
    transform: translateX(0%);
  }
}

/* Login y registro */

.login-wrapper button[type=submit]:hover {
  background-color: #00556E;
}

.forgot-pass-login-form:hover {
  color: #00556E;
}

.registar-login-form:hover {
  color: #00556E;
}

.body-auth-wrapper {
  display: grid;
  align-content: normal;
  background-color: #008CB2;
  >img {
    width: auto;
    height: 125px;
    padding: 25px;
  }
}

.login-wrapper {
  /* background-color: white; */
  height: -moz-max-content;
  height: max-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  margin: 0 auto;
  align-items: center;
  border-radius: 10px;
  img {
    width: 300px;
    height: auto;
  }
  form {
    display: grid;
    padding: 20px 0;
    row-gap: 20px;
  }
  a{
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  button[type='submit'] {
    background-color: #F7A817;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }
}

.register-wrapper {
  /* background-color: white; */
  height: -moz-max-content;
  height: max-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  margin: 0 auto;
  align-items: center;
  border-radius: 10px;
  align-self: center;
  img {
    width: 300px;
    height: auto;
    justify-self: center;
  }
  form {
    display: grid;
    padding: 20px 0;
    row-gap: 20px;
  }
  a{
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  label{
    color: white;
  }
  input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: auto;
    margin-left: 10px;
  }
  button[type='submit'] {
    background-color: #F7A817;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }
}

input:not(input[type='checkbox']), optgroup, select, textarea {
  border: solid 1px lightgrey;
  border-radius: 6px;
  padding: 10px 10px;
  width: 100%;
}

.boton_registro{
  input:not(input[type=checkbox]), optgroup, select, textarea {
    max-width: 200px;
  }
  text-align: center;
}

/* CARPETAS - DISEÑO MODERNO */

.wrapper-carpetas-index {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  /* Header con título y migas */
  .documentos-header {
    background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
    border-radius: 16px;
    padding: 24px 32px;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 140, 178, 0.2);
    @media screen and (max-width: 1024px) {
      padding: 16px 20px;

      border-radius: 12px;
    }
    .documentos-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 12px;
      i {
        font-size: 1.3rem;
        opacity: 0.9;
      }
      @media screen and (max-width: 1024px) {
        font-size: 1.2rem;
      }
    }
    .migas-carpetas {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 4px;
      font-size: 0.9rem;
      opacity: 0.9;
      a {
        color: white;
        text-decoration: none;
        padding: 4px 8px;
        border-radius: 6px;
        transition: all 0.2s ease;
        &:hover {
          background: rgba(255, 255, 255, 0.2);
        }
      }
      .separator {
        opacity: 0.6;
        margin: 0 2px;
      }
      .current-folder {
        background: rgba(255, 255, 255, 0.2);
        padding: 4px 12px;
        border-radius: 6px;
        font-weight: 600;
      }
    }
  }
  /* Botones de acción */
  .wrapper-botones-documentos {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 20px;
      border-radius: 10px;
      font-weight: 600;
      font-size: 0.9rem;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      i {
        font-size: 1rem;
      }
      @media screen and (max-width: 1024px) {
        padding: 10px 16px;

        font-size: 0.85rem;
      }
    }
    .btn-add-carpeta-raiz,
        .btn-add-carpeta {
      background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
      color: white;
      border: none;
      &:hover {
        background: linear-gradient(135deg, #E09312 0%, #c98410 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(247, 168, 23, 0.3);
      }
    }
    .btn-add-archivo {
      background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
      color: white;
      border: none;
      &:hover {
        background: linear-gradient(135deg, #00556E 0%, #004455 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 140, 178, 0.3);
      }
    }
  }
  /* Grid de carpetas y archivos */
  .grid-carpetas-index {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    @media screen and (max-width: 1024px) {
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));

      gap: 12px;
    }
  }
  /* Elemento carpeta */
  .carpeta-elto-grid {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    &:hover {
      box-shadow: 0 8px 24px rgba(247, 168, 23, 0.2);
      .carpeta-elto-grid-icon {
        background: linear-gradient(135deg, #E09312 0%, #c98410 100%);
      }
      .carpeta-elto-grid-tag-borrar {
        opacity: 1;
      }
    }
    > a {
      display: block;
      text-decoration: none;
      color: inherit;
    }
    .carpeta-elto-grid-icon {
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
      transition: all 0.3s ease;
      position: relative;
      i {
        font-size: 3rem;
        color: white;
        opacity: 0.95;
      }
      @media screen and (max-width: 1024px) {
        height: 80px;

        i {
          font-size: 2.5rem;
        }
      }
    }
    .carpeta-elto-grid-img {
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
      transition: all 0.3s ease;
      position: relative;
      i {
        font-size: 3rem;
        color: white;
        opacity: 0.95;
      }
      img {
        width: 60px;
        height: auto;
        filter: brightness(0) invert(1);
        opacity: 0.95;
      }
      @media screen and (max-width: 1024px) {
        height: 80px;

        i {
          font-size: 2.5rem;
        }

        img {
          width: 50px;
        }
      }
    }
    .carpeta-elto-grid-tag {
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 10;
      padding: 4px 10px;
      border-radius: 20px;
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .proveedor-tag {
      background: rgba(255, 255, 255, 0.95);
      color: #E09312;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }
    .cliente-tag {
      background: rgba(0, 0, 0, 0.25);
      color: white;
    }
    .carpeta-elto-grid-tag-borrar {
      position: absolute;
      top: 8px;
      left: 8px;
      z-index: 10;
      opacity: 0;
      transition: all 0.3s ease;
      .form-carpeta-borrar {
        margin: 0 !important;
      }
      button {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: none;
        background: rgba(220, 38, 38, 0.9);
        color: white;
        font-size: 0.9rem;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        transition: all 0.2s ease;
        box-shadow: 0 2px 6px rgba(220, 38, 38, 0.3);
        &:hover {
          background: #dc2626;
          transform: scale(1.1);
        }
      }
    }
    .carpeta-elto-grid-nombre {
      padding: 12px 14px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #374151;
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.4;
      min-height: 48px;
      background: white;
      @media screen and (max-width: 1024px) {
        padding: 10px 12px;

        font-size: 0.8rem;
      }
    }
  }
  /* Elemento archivo */
  .archivo-elto-grid {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    &:hover {
      box-shadow: 0 8px 24px rgba(0, 140, 178, 0.2);
      .archivo-elto-grid-icon,
            .archivo-elto-grid-img {
        background: linear-gradient(135deg, #00556E 0%, #004455 100%);
      }
    }
    > a {
      display: block;
      text-decoration: none;
      color: inherit;
    }
    .archivo-elto-grid-icon {
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
      transition: all 0.3s ease;
      position: relative;
      i {
        font-size: 3rem;
        color: white;
        opacity: 0.95;
      }
      @media screen and (max-width: 1024px) {
        height: 80px;

        i {
          font-size: 2.5rem;
        }
      }
    }
    .archivo-elto-grid-img {
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
      transition: all 0.3s ease;
      position: relative;
      i {
        font-size: 3rem;
        color: white;
        opacity: 0.95;
      }
      img {
        width: 50px;
        height: auto;
        filter: brightness(0) invert(1);
        opacity: 0.95;
      }
      @media screen and (max-width: 1024px) {
        height: 80px;

        i {
          font-size: 2.5rem;
        }

        img {
          width: 40px;
        }
      }
    }
    .archivo-elto-grid-tag {
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 10;
      padding: 4px 10px;
      border-radius: 20px;
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      background: rgba(255, 255, 255, 0.95);
      color: #00556E;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }
    .archivo-elto-grid-nombre {
      padding: 12px 14px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #374151;
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.4;
      min-height: 48px;
      background: white;
      @media screen and (max-width: 1024px) {
        padding: 10px 12px;

        font-size: 0.8rem;
      }
    }
  }
  /* Error de acceso */
  .error_acceso_carpeta_usuario {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border: 1px solid #f87171;
    border-radius: 12px;
    padding: 24px;
    color: #b91c1c;
    font-weight: 600;
    text-align: center;
  }
}

.btn-add-carpeta-raiz{
  cursor: pointer;
}

/* Modal carpetas */

.modal {
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  width: 250px;
  position: absolute;
  z-index: 100;
  left: 35px;
  top: 35px;
  background-color: rgba(0, 140, 178, 0.40);
  /* transform: translate(-50%, -50%); */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  @media screen and (max-width: 1024px) {
    left: -27px;
  }
}

.modal-content {
  background-color: #ffffff;
  padding: 20px;
  row-gap: 15px;
  border-radius: 8px;
}

.close {
  color: #008CB2;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.close:hover,
.close:focus {
  color: #00556E;
  text-decoration: none;
}

button {
  /* background-color: #008CB2; */
  color: #ffffff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

button:hover {
  background-color: #00556E;
}

.imagenes-index-admin {
  height: auto;
  width: 200px;
}

/* DASHBOARD */

.titulo_registro{
  font-size: 20px;
  color: #1A1C1E;
  /* border-radius: 5px; */
  border-bottom: 2px solid #008CB2;
  text-align: center;
  padding-bottom: 10px;
  /* padding: 5px; */
  font-weight: bold;
  /* background-color: rgba(0, 140, 178, 0.56); */
}

.registros_dashboard{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 15px 0;
}

.imagen_dashboard {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.registro_dashboard{
  border: 2px solid cadetblue;
  background-color: aliceblue;
  margin: 20px;
  padding: 10px;
  display: grid;
  /* grid-template-columns: auto min-content min-content min-content 1fr min-content; */
  grid-template-columns: 1fr;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  /* overflow-x: auto; */
  .fecha_registro{
    /* margin-left: auto; */
  }
  .progress-bar {
    /* Establece el color de fondo de la barra de progreso */
    background-color: #f3f3f3;
    border: none;
    height: 20px;
    width: 100%;
    min-width: 100px;
    border-radius: 100px;
  }
  .progress-bar::-webkit-progress-bar {
    /* Establece el color de fondo de la barra de progreso */
    background-color: #f3f3f3;
    border: 1px solid grey;
    border-radius: 100px;
  }
  .progress-bar::-webkit-progress-value {
    /* Establece el color de la barra de progreso en función del valor de progreso */
    /* background: linear-gradient(to right, red, yellow, green); */
    border-radius: 100px;
  }
  /* progress-bar moz variant - disabled
    .progress-bar::-moz-progress-bar {
        border-radius: 100px;
    }
    */
  .progress-bar-red::-webkit-progress-value {
    background-color: red;
  }
  .progress-bar-orange::-webkit-progress-value {
    background-color: orange;
  }
  .progress-bar-yellow::-webkit-progress-value {
    background-color: yellow;
  }
  .progress-bar-green::-webkit-progress-value {
    background-color: green;
  }
  .progress-bar-blue::-webkit-progress-value {
    background-color: blue;
  }
}

.elemento-registro-registroproduccion{
  /* background-color: #e55a5a; */
  color: black;
  input{
    color: #00647F;
  }
  .marcador-color{
    background-color: #CA4C25;
  }
}

.elemento-registro-registrotemperaturacamara{
  /* background-color: #008CB2; */
  color: black;
  input{
    color: dodgerblue;
  }
  .marcador-color{
    background-color: #008CB2;
  }
}

.elemento-registro-registrolimpieza{
  /* background-color: #F7A817; */
  color: black;
  input{
    color: dodgerblue;
  }
  .marcador-color{
    background-color: #A53AA0;
  }
}

.elemento-registro-registromateriasprima{
  /* background-color: seagreen; */
  color: black;
  input{
    color: dodgerblue;
  }
  .marcador-color{
    background-color: #3B9E63;
  }
}

.elemento-registro-registroincidencia{
  /* background-color: #F7A817; */
  color: black;
  input{
    color: dodgerblue;
  }
  .marcador-color{
    background-color: #F7A817;
  }
}

.marcador-color{
  flex: 0 0 20px;
  min-width: 20px;
  width: 100%;
  height: 10px;
}

/* Form produccion */

.ingrediente-adicional-añadido{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  @media screen and (max-width: 1024px) {
    grid-template-columns: repeat(1, 1fr);

    row-gap: 10px;
  }
}

.wrapper-form-produccion{
  display: grid;
  justify-content: center;
  align-items: end;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 32%));
  .campo-form-produccion-datosproduccion{
    order: 1;
    grid-column: 1/-1;
  }
  .campo-form-produccion-normal{
    order: 2;
  }
  .campo-form-produccion-datostratamientos{
    order: 3;
    grid-column: 1/-1;
  }
  .campo-form-produccion-tratamiento{
    order: 4;
  }
  .campo-form-produccion-ingredientes{
    order: 5;
    grid-column: 1/-1;
  }
  .campo-form-produccion-materiaprima{
    order: 6;
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
  .campo-form-produccion-semielaborado{
    order: 7;
    grid-column: 1/-1;
  }
}

/* FORM RELLENAR*/

.input-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  align-items: center;
}

.input-grid-limpieza{
  grid-template-columns: 1fr 1fr;
}

.wrapper-form-registro-respuestas > form > div.grid  {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  gap: 15px;
  align-items: center;
  margin-top: 10px;
}

.wrapper-form-registro-respuestas input[type=checkbox]{
  width: 30px;
  height: 30px;
}

.cron-form{
  gap: 15px;
}

.cron-form select {
  -moz-column-count: 3;
       column-count: 3;
}

/* selector para todos los form con nombre de la forma "registro%" */

/* form[name^="registro"] > div{ */

/* display: grid; */

/* grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); */

/* gap: 15px; */

/* } */

/* todos los form que no sean de la forma "registro%" */

/*form:not([name^="registro"]) > div{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}*/

/* selector para solo los form de temperatura */

.wrapper-form-registro-temperatura{
  /*form:not([name^="registro"]) > div{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
        align-items: center;

        label{
            width: max-content;
        }
    }*/
  margin: 30px 0;
  .campoFormRespuesta > div{
    display: grid;
    grid-template-rows: min-content min-content;
    overflow-x: hidden;
  }
  .form-group{
    border-bottom: 4px double #008CB2;
  }
}

.nombre_camara_form{
  background: #008CB2;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
}

.campoFormRespuesta{
  display: grid;
  /* grid-template-columns: repeat(2, minmax(100px, 1fr)); */
  grid-template-columns: 100%;
  gap: 15px;
  > div{
    display: grid;
    grid-template-rows: min-content min-content;
    grid-template-columns: 100%;
  }
}

/* para los campos con clase "camara_{x}" que son los campos de las camaras darle un orden en el grid */

/* Tables */

table .btn{
  margin: 5px 5px;
}

/* Generic */

.btn {
  margin: 5px 0px;
}

.btn-generico{
  background-color: #28a745;
  color: white;
  border: none;
  margin-top: 15px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.btn-generico:hover{
  color: white;
}

.btn-volver{
  background-color: #F7A817;
  color: white;
  border: none;
  margin: 5px 0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0.375rem 0.75rem;
}

.btn-volver:hover{
  background-color: #946406 !important;
  color: white;
}

.btn-new{
  background-color: #28a745;
  color: white;
  border: none;
  margin: 5px 0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.btn-new:hover{
  background-color: #1e7e34 !important;
  color: white;
}

.form-checkbox-multiple{
  display: flex;
  align-items: center;
  gap: 3px;
  label{
    margin: 0 8px 0 0;
  }
}

/* todos los div padres que tengan otro div hijo con la clase "form-checkbox-multiple" */

form > div  div:has(div.form-checkbox-multiple){
  /* width: 100%; */
}

.wrapper-eltos-checkbox-form{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  label{
    display: inline;
  }
}

form{
  margin-bottom: 10px;
}

.btn{
  font-size: 18px;
  font-weight: bold;
}

/* Fin Generic */

/* Perfil */

.perfil-wrapper{
  height: 100%;
}

.grid-perfil{
  /* align-content: center; */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  /* height: 100%; */
  .elto-grid-perfil{
    border-radius: 10px;
    border: 1px solid #008CB2;
    padding: 20px 10px;
    text-decoration: none;
    /* hover */
    &:hover{
      background-color: aliceblue;
    }
  }
}

/* =================================== */

/* ALERTAS PÚBLICAS MODERNIZADAS */

/* =================================== */

.modern-alertas-public-container {
  margin: 0 auto;
  padding: 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
  /* Header modernizado */
  .alertas-public-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    border-left: 6px solid #F7A817;
    .alertas-public-header-content {
      display: flex;
      align-items: center;
      gap: 20px;
      .alertas-public-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        box-shadow: 0 4px 15px rgba(247,168,23,0.3);
      }
      h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin: 0;
        background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }
      p {
        font-size: 1.1rem;
        color: #64748b;
        margin: 0;
      }
    }
    .btn-new-incidence {
      display: flex;
      align-items: center;
      gap: 10px;
      background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
      color: white;
      padding: 15px 25px;
      border-radius: 12px;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      transition: all 0.3s ease;
      border: none;
      box-shadow: 0 4px 15px rgba(247,168,23,0.3);
      &:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(247,168,23,0.4);
        color: white;
      }
      &:active {
        transform: translateY(0);
      }
    }
  }
  /* Filtros modernizados */
  .filters-public-section {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    h3 {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 1.3rem;
      font-weight: 600;
      color: #1e293b;
      margin: 0 0 20px 0;
      svg {
        color: #F7A817;
      }
    }
    .filters-public-form {
      display: flex;
      gap: 20px;
      align-items: end;
    }
    .filter-public-group {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
      .filter-public-label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
        color: #374151;
        font-size: 14px;
        svg {
          color: #F7A817;
        }
      }
      .filter-public-input {
        padding: 12px 16px;
        border: 2px solid #e5e7eb;
        border-radius: 10px;
        font-size: 14px;
        transition: all 0.3s ease;
        background: white;
        &:focus {
          outline: none;
          border-color: #F7A817;
          box-shadow: 0 0 0 3px rgba(247,168,23,0.1);
        }
        &::-moz-placeholder {
          color: #9ca3af;
        }
        &::placeholder {
          color: #9ca3af;
        }
      }
    }
    .btn-filter-public-search {
      display: flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
      color: white;
      padding: 12px 20px;
      border-radius: 10px;
      border: none;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 2px 10px rgba(247,168,23,0.2);
      &:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(247,168,23,0.3);
      }
      &:active {
        transform: translateY(0);
      }
    }
  }
  /* Grid de alertas modernizado */
  .alertas-public-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
  }
  /* Card de alerta modernizada */
  .alerta-public-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    &:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 35px rgba(0,0,0,0.15);
      border-color: #F7A817;
    }
    &.alerta-public-no-leida {
      background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
      border-left: 6px solid #F7A817;
      .alerta-public-link:hover {
        background: rgba(247,168,23,0.05);
      }
    }
    &.alerta-public-cerrada {
      opacity: 0.7;
      .alerta-public-link {
        background: #f8fafc;
      }
    }
    .alerta-public-link {
      display: block;
      padding: 25px;
      text-decoration: none;
      color: inherit;
      height: 100%;
      transition: all 0.3s ease;
      &:hover {
        color: inherit;
        background: rgba(0,0,0,0.02);
      }
    }
    .alerta-public-header-card {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 20px;
      .alerta-public-status {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        .status-public-indicator {
          display: flex;
          align-items: center;
          gap: 6px;
          padding: 8px 12px;
          border-radius: 20px;
          font-size: 13px;
          font-weight: 600;
          &.status-public-abierta {
            background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
            color: #92400e;
            border: 1px solid #F59E0B;
          }
          &.status-public-pendiente {
            background: linear-gradient(135deg, #DBEAFE 0%, #BFDBFE 100%);
            color: #1e40af;
            border: 1px solid #3B82F6;
          }
          &.status-public-cerrada {
            background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);
            color: #065f46;
            border: 1px solid #10B981;
          }
        }
        .status-public-badge {
          display: flex;
          align-items: center;
          gap: 4px;
          padding: 4px 8px;
          border-radius: 12px;
          font-size: 11px;
          font-weight: 600;
          &.status-public-nueva {
            background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
            color: #dc2626;
            border: 1px solid #EF4444;
          }
        }
      }
    }
    .alerta-public-content {
      margin-bottom: 20px;
      .alerta-public-title {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        svg {
          color: #F7A817;
        }
        h3 {
          font-size: 1.2rem;
          font-weight: 600;
          color: #1e293b;
          margin: 0;
          line-height: 1.4;
        }
      }
      .alerta-public-description {
        color: #64748b;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
    }
    .alerta-public-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 15px;
      border-top: 1px solid #e5e7eb;
      .alerta-public-date {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #6b7280;
        font-size: 13px;
        svg {
          color: #9ca3af;
        }
      }
      .alerta-public-arrow {
        color: #F7A817;
        opacity: 0.7;
        transition: all 0.3s ease;
      }
    }
    &:hover .alerta-public-footer .alerta-public-arrow {
      opacity: 1;
      transform: translateX(3px);
    }
  }
  /* Mensaje de no hay alertas */
  .no-alertas-public-message {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    .no-alertas-public-icon {
      margin: 0 auto 20px;
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #065f46;
    }
    h3 {
      font-size: 1.8rem;
      font-weight: 600;
      color: #1e293b;
      margin: 0 0 10px 0;
    }
    p {
      color: #64748b;
      font-size: 16px;
      margin: 0;
    }
  }
  /* Paginación modernizada (usando los mismos estilos que el admin) */
  .modern-pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 30px 0 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    border-radius: 20px !important;
    margin: 30px 0 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
  }
  /* Responsive */
  @media (max-width: 768px) {
    padding: 15px;

    .alertas-public-header {
      flex-direction: column;
      text-align: center;
      gap: 20px;
      .alertas-public-header-content {
        justify-content: center;
      }
    }

    .filters-public-section .filters-public-form {
      flex-direction: column;
      gap: 15px;
    }

    .alertas-public-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
}

/* Colores de fondo para estados (mantenemos compatibilidad) */

.bg-alerta-abierta {
  background-color: #F7A817;
  color: white;
}

.bg-alerta-pendiente {
  background-color: #008CB2;
  color: white;
}

.bg-alerta-cerrada {
  background-color: #28a745;
  color: white;
}

/* Recetas */

.titulo-receta-form{
  color: #008CB2;
}

form[name="add_ingredientes"]{
  div{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    align-items: center;
  }
}

.label-formgroup-ingredientes {
  font-weight: bold;
  option{
    color: #3b82f6;
  }
}

.form-checkbox-multiple-columns  {
  display: grid;
  /* grid-template-columns: repeat(4, minmax(20px, 1fr)); */
  grid-template-areas: "checkbox label";
  grid-template-columns: auto auto auto auto;
  gap: 10px;
  align-items: center;
  justify-items: flex-start;
  justify-content: start;
  label{
    margin: 0;
  }
  @media screen and (max-width: 1024px) {
    grid-template-columns: auto auto  ;
  }
}

div[id^="registro"] div:has(input.nVecesDiario){
  display: none;
}

div[id^="registro"] div:has(div.diasSemana){
  display: none;
}

div[id^="registro"] div:has(div.meses){
  display: none;
}

/* Para los bloques de limpieza y sus cron */

.registro_dashboard{
  .bloques_limpieza{
    max-height: 100px;
    overflow-y: scroll;
  }
}

.cron-form div:has(input.nVecesDiario){
  display: none;
}

.cron-form div:has(div.diasSemana){
  display: none;
}

.cron-form div:has(div.meses){
  display: none;
}

.grid-alergenos{
  display: grid;
  grid-template-columns: repeat(12, min-content);
  gap: 15px;
  align-items: center;
  padding: 20px 0;
  @media screen and (max-width: 1024px) {
    grid-template-columns: repeat(4, min-content);
  }
}

/* OLD STYLES - REPLACED BY MODERN FORM DESIGN
.wrapper-form-recetas{
    display:grid;
    grid-template-areas:    "nombre caducidad espacio"
                            "titulo-termico titulo-termico titulo-termico"
                            "tratamiento_termico temperatura_tto_termico tiempo_tto_termico"
                            "titulo-enfriamiento titulo-enfriamiento titulo-enfriamiento"
                            "tratamiento_enfriamiento tratamiento_enfriamiento tratamiento_enfriamiento"
                            "titulo-regeneracion titulo-regeneracion titulo-regeneracion"
                            "tratamiento_regeneracion temperatura_tto_regeneracion temperatura_tto_regeneracion"
                            "titulo-desinfeccion titulo-desinfeccion titulo-desinfeccion"
                            "tratamiento_desinfeccion tratamiento_desinfeccion tratamiento_desinfeccion";
    align-items: end;
    column-gap: 20px;

    @media screen and (max-width: 1024px) {
        grid-template-areas:    "nombre"
                                "caducidad"
                                "titulo-termico"
                                "tratamiento_termico"
                                "temperatura_tto_termico"
                                "tiempo_tto_termico"
                                "titulo-enfriamiento"
                                "tratamiento_enfriamiento"
                                "titulo-regeneracion"
                                "tratamiento_regeneracion"
                                "temperatura_tto_regeneracion"
                                "titulo-desinfeccion"
                                "tratamiento_desinfeccion";
    }


    .campo-form-receta-nombre{
        grid-area: nombre;
    }
    .campo-form-receta-caducidad{
        grid-area: caducidad;
    }
    .campo-form-receta-tratamiento_termico{
        grid-area: tratamiento_termico;
    }
    .campo-form-receta-temperatura_tto_termico{
        grid-area: temperatura_tto_termico;
    }
    .campo-form-receta-tiempo_tto_termico{
        grid-area: tiempo_tto_termico;
    }
    .campo-form-receta-tratamiento_enfriamiento{
        grid-area: tratamiento_enfriamiento;
    }
    .campo-form-receta-tratamiento_regeneracion{
        grid-area: tratamiento_regeneracion;
    }
    .campo-form-receta-temperatura_tto_regeneracion{
        grid-area: temperatura_tto_regeneracion;
    }
    .campo-form-receta-tratamiento_desinfeccion{
        grid-area: tratamiento_desinfeccion;
    }
    .titulo-tratamiento-termico-form{
        grid-area: titulo-termico;
    }
    .titulo-tratamiento-enfriamiento-form{
        grid-area: titulo-enfriamiento;
    }
    .titulo-tratamiento-regeneracion-form{
        grid-area: titulo-regeneracion;
    }
    .titulo-tratamiento-desinfeccion-form{
        grid-area: titulo-desinfeccion;
    }



    .special-label {
        color: #008CB2;
        display: grid;
        grid-template-columns: min-content 1fr;
        align-items: center;
        gap: 20px;
        font-weight: bold;
        font-size: 1.2em;
        padding: 5px;
        margin-top: 20px;
        border-radius: 10px;
        margin-bottom: 10px;
        @media screen and (max-width: 1024px) {
            grid-template-columns: 1fr;
            text-align: center;
        }
        .linea-amarilla-horizontal{
            background-color: #F7A817;
            height: 5px;
            width: 100%;
            border-radius: 10px;

        }

        h4{
            width: max-content;
            @media screen and (max-width: 1024px) {
                width: 100%;
            }
        }
    }

    label{

    }
}
END OF OLD STYLES */

/* Recetas */

/* Pagination Pública - Usando estilo moderno de admin */

.navigation {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 30px 0 !important;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
  border-radius: 20px !important;
  margin: 30px 0 !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.pagination {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  /* Estilos para todos los elementos de la paginación */
  .current,
    a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 45px !important;
    height: 45px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    border: 2px solid transparent !important;
  }
  /* Página actual */
  .current {
    background: linear-gradient(135deg, #F7A817 0%, #E09312 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(247,168,23,0.4) !important;
    transform: translateY(-2px) !important;
  }
  /* Enlaces de páginas */
  a {
    color: #64748b !important;
    background: white !important;
    border: 2px solid #e2e8f0 !important;
    &:hover {
      background: linear-gradient(135deg, #F7A817 0%, #E09312 100%) !important;
      color: white !important;
      border-color: #F7A817 !important;
      transform: translateY(-2px) !important;
      box-shadow: 0 6px 20px rgba(247,168,23,0.3) !important;
    }
    &:active {
      transform: translateY(0) !important;
    }
  }
}

/* Estilos adicionales para la navegación de KnpPaginatorBundle */

.navigation > div > span.last > a, 
.navigation > div > span.first > a, 
.navigation > div > span.next > a, 
.navigation > div > span.previous > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 45px !important;
  height: 45px !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: none !important;
  border: 2px solid #e2e8f0 !important;
  background: white !important;
  color: #64748b !important;
}

.navigation > div > span.last > a:hover, 
.navigation > div > span.first > a:hover, 
.navigation > div > span.next > a:hover, 
.navigation > div > span.previous > a:hover {
  background: linear-gradient(135deg, #F7A817 0%, #E09312 100%) !important;
  color: white !important;
  border-color: #F7A817 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(247,168,23,0.3) !important;
}

/* Fin Pagination */

/* Analiticas */

.wrapper-index-analiticas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 30%));
  justify-content: center;
  gap: 10px;
  .elto-analitica {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #008CB2;
    text-decoration: none;
    /* hover */
    &:hover {
      background-color: #008CB2;
      color: white;
    }
  }
}

/* otro para mobiles pero pequeño */

/* mixin mobileSmall removed - inlined as @media */

/* FORMS */

.form-grid-responsive {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 32%));
  gap: 1em;
  justify-content: center;
  grid-auto-flow: dense;
  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
  }
  /* reglas para los distintos inputs */
  /* regla para los types text con el atributo maxlength */
  input[type="text"][maxlength] {
  }
  /* regla para los types textarea */
  div:has(textarea) {
    grid-column: 1/-1;
  }
  div:has(input[type="file"]) {
    grid-column: 1/-1;
  }
  div:has(.cron-form) {
    grid-column: 1/-1;
  }
  div:has(div[multiple]) {
    grid-column: 1/-1;
  }
}

.form-grid-responsiveAuditoria {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 32%));
  gap: 1em;
  justify-content: center;
  grid-auto-flow: dense;
  /* reglas para los distintos inputs */
}

.form-grid-responsiveAuditoriaNoDense {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 32%));
  gap: 1em;
  justify-content: center;
  /* grid-auto-flow: dense; */
  /* reglas para los distintos inputs */
}

.grid-responsive-botones-clientes{
  display: grid;
  grid-template-columns: repeat(15,minmax(max-content,1fr));
  @media screen and (max-width: 1024px) {
    grid-template-columns: repeat(auto-fill,minmax(100px,1fr));
  }
  a{
    /* width: fit-content; */
    align-self: start;
    span{
      white-space: nowrap;
    }
  }
  .btn{
    padding: 3px;
  }
}

table:has(.grid-responsive-botones-clientes) {
  width: 100%;
  table-layout: fixed;
  @media screen and (max-width: 1024px) {
    table-layout: auto;
  }
  td{
    /* width: 14.28%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .form-grid-responsiveAuditoria {
    grid-template-columns: 1fr;
  }
}

.form-grid-responsiveAuditoria div:has(.cron-form) {
  grid-column: 1/-1;
}

.form-grid-responsiveAuditoria div:has(div[multiple]) {
  grid-column: 1/-1;
}

.boton-eliminacion{
  background-color: #e55a5a;
  color: white;
  border: none;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none !important;
}

/* ===== NUEVO DISEÑO MODERNO DEL DASHBOARD ===== */

.modern-dashboard-wrapper {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
  padding: 20px;
}

.dashboard-hero {
  background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 30px;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 140, 178, 0.2);
  .hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    i {
      color: #F7A817;
    }
  }
  .hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
  }
}

/* Nueva cabecera compacta */

.dashboard-hero-compact {
  background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
  border-radius: 12px;
  padding: 20px 30px;
  margin-bottom: 25px;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 140, 178, 0.15);
  .hero-content-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    .company-logo-compact {
      flex-shrink: 0;
      img {
        height: 50px;
        width: auto;
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
    .hero-text-compact {
      flex: 1;
      min-width: 0;
      /* Permite que el contenido se comprima correctamente */
      .hero-title-compact {
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0 0 5px 0;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
        line-height: 1.2;
        i {
          color: rgba(255, 255, 255, 0.9);
          flex-shrink: 0;
        }
      }
      .hero-subtitle-compact {
        font-size: 0.95rem;
        opacity: 0.85;
        font-weight: 300;
        margin: 0;
        color: #E8F4F8;
        line-height: 1.3;
      }
    }
    .hero-actions {
      display: flex;
      gap: 12px;
      align-items: center;
      flex-shrink: 0;
      /* Evita que los botones se compriman */
    }
  }
  @media screen and (max-width: 1024px) {
    padding: 15px 20px;

    .hero-content-compact {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      text-align: left;
      .company-logo-compact img {
        height: 40px;
      }
      .hero-text-compact {
        width: 100%;
        .hero-title-compact {
          font-size: 1.4rem;
          flex-wrap: wrap;
        }
        .hero-subtitle-compact {
          font-size: 0.85rem;
        }
      }
      .hero-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
      }
    }
  }
}

.dashboard-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  .filter-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 140, 178, 0.1);
    transition: all 0.3s ease;
    /*mobile*/
    @media screen and (max-width: 1024px) {
      padding: 10px;
    }
    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(0, 140, 178, 0.15);
    }
    .filter-header {
      margin-bottom: 20px;
      .filter-title {
        color: #00556E;
        font-size: 1.3rem;
        margin: 0;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
        i {
          color: #F7A817;
          font-size: 1.1rem;
        }
      }
    }
    .filter-form {
      .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        gap: 20px;
        align-items: end;
        @media screen and (max-width: 1024px) {
          grid-template-columns: 1fr;

          gap: 15px;
        }
      }
      .button-group {
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        .modern-btn {
          white-space: nowrap;
          flex: 1;
          min-width: 120px;
        }
        @media screen and (max-width: 1024px) {
          gap: 8px;

          width: 100%;

          .modern-btn {
            width: 100%;
            flex: none;
            min-width: auto;
            justify-content: center;
          }
        }
      }
    }
    .modern-form-group {
      margin-bottom: 0;
      label {
        display: block;
        color: #374151;
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 0.9rem;
      }
      input[type="date"] {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #e5e7eb;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.3s ease;
        background: #f9fafb;
        &:focus {
          outline: none;
          border-color: #008CB2;
          background: white;
          box-shadow: 0 0 0 3px rgba(0, 140, 178, 0.1);
        }
        &:hover {
          border-color: #d1d5db;
        }
      }
      .modern-btn {
        background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 160px;
        &:hover {
          transform: translateY(-1px);
          box-shadow: 0 4px 15px rgba(0, 140, 178, 0.3);
        }
        i {
          font-size: 12px;
        }
      }
    }
  }
}

/* Estilos legacy para compatibilidad */

.modern-filters-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  .filters-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 140, 178, 0.1);
    transition: all 0.3s ease;
  }
}

/* Estilos globales para botones modernos */

.modern-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  i {
    font-size: 12px;
  }
  &.modern-btn-primary {
    background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
    color: white;
    &:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 15px rgba(0, 140, 178, 0.3);
      text-decoration: none;
      color: white;
    }
  }
  &.modern-btn-secondary {
    background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%);
    color: white;
    &:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 15px rgba(107, 114, 128, 0.3);
      text-decoration: none;
      color: white;
    }
  }
  &.modern-btn-outline {
    background: white;
    color: #6B7280;
    border: 2px solid #E5E7EB;
    &:hover {
      background: #F9FAFB;
      border-color: #D1D5DB;
      transform: translateY(-1px);
      text-decoration: none;
      color: #4B5563;
    }
  }
  &.modern-btn-success {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: white;
    &:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
      text-decoration: none;
      color: white;
    }
  }
  &.modern-btn-info {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    &:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
      text-decoration: none;
      color: white;
    }
  }
  &.modern-btn-warning {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: white;
    &:hover {
      transform: translateY(-1px);
      box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
      text-decoration: none;
      color: white;
    }
  }
}

/* Estilos para el grid de acciones de Excel */

.excel-actions-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  @media screen and (max-width: 1024px) {
    flex-direction: column;

    gap: 10px;

    .modern-btn {
      width: 100%;
      justify-content: center;
    }
  }
}

/* Estilos para el footer de acciones */

.modern-actions-footer {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  padding: 20px 0;
  flex-wrap: wrap;
  @media screen and (max-width: 1024px) {
    flex-direction: column;

    .modern-btn {
      width: 100%;
      justify-content: center;
    }
  }
}

.admin-section {
  margin-bottom: 25px;
  .admin-title {
    color: #00556E;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    i {
      color: #F7A817;
    }
  }
}

.registros-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.modern-registro-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 140, 178, 0.1);
  transition: all 0.3s ease;
  position: relative;
  &:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 140, 178, 0.15);
  }
  &.admin-card {
    border-left: 4px solid #F7A817;
    .card-type-badge{
      color: #1A1C1E !important;
    }
  }
  .card-header {
    position: relative;
    padding: 0;
    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      background: rgba(239, 68, 68, 0.1);
      border: none;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ef4444;
      transition: all 0.3s ease;
      z-index: 10;
      &:hover {
        background: #ef4444;
        color: white;
        transform: scale(1.1);
      }
      i {
        font-size: 12px;
      }
    }
    .card-type-badge {
      padding: 15px 25px;
      color: white;
      font-weight: 600;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      &.registrolimpieza-badge {
        background: linear-gradient(135deg, #A53AA0 0%, #8B5A95 100%);
      }
      &.registrotemperaturacamara-badge {
        background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
      }
      &.registroproduccion-badge {
        background: linear-gradient(135deg, #CA4C25 0%, #A53E20 100%);
      }
      &.registromateriasprima-badge {
        background: linear-gradient(135deg, #3B9E63 0%, #2D7A4F 100%);
      }
      &.registroincidencia-badge {
        background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
      }
      &.registronormal-badge {
        background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%);
      }
    }
  }
  .card-body {
    padding: 25px;
    .client-info {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #6B7280;
      font-size: 14px;
      margin-bottom: 15px;
      i {
        color: #008CB2;
      }
      .client-name {
        font-weight: 600;
        color: #374151;
      }
    }
    .card-title {
      color: #00556E;
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.3;
    }
    .progress-section {
      margin-bottom: 20px;
      .progress-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
        .progress-label {
          color: #6B7280;
          font-size: 14px;
          font-weight: 500;
        }
        .progress-value {
          color: #00556E;
          font-weight: 700;
          font-size: 16px;
        }
      }
      .modern-progress-bar {
        background: #f3f4f6;
        height: 8px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        .progress-fill {
          height: 100%;
          background: linear-gradient(90deg, #008CB2 0%, #F7A817 100%);
          border-radius: 20px;
          transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
          position: relative;
          &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
            animation: shimmer 2s infinite;
          }
        }
      }
    }
    .card-details {
      margin-bottom: 20px;
      h4 {
        color: #00556E;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        i {
          color: #F7A817;
          font-size: 14px;
        }
      }
      .details-list {
        list-style: none;
        padding: 0;
        margin: 0;
        li {
          padding: 8px 0;
          color: #6B7280;
          font-size: 14px;
          display: flex;
          align-items: center;
          gap: 10px;
          border-bottom: 1px solid #f3f4f6;
          &:last-child {
            border-bottom: none;
          }
          i {
            color: #008CB2;
            font-size: 12px;
            width: 16px;
          }
          .zone-label {
            background: rgba(0, 140, 178, 0.1);
            color: #008CB2;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
            margin-left: auto;
          }
        }
      }
    }
    .card-date {
      color: #6B7280;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 8px;
      background: #f9fafb;
      padding: 12px;
      border-radius: 8px;
      i {
        color: #008CB2;
      }
      strong {
        color: #00556E;
      }
    }
  }
  .card-actions {
    padding: 20px 25px;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
    .modern-action-btn {
      background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
      color: white;
      text-decoration: none;
      border: none;
      padding: 14px 24px;
      border-radius: 8px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 100%;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      &:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 15px rgba(0, 140, 178, 0.3);
        color: white;
      }
      &.admin-btn {
        background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
        &:hover {
          box-shadow: 0 4px 15px rgba(247, 168, 23, 0.3);
        }
      }
      i {
        font-size: 16px;
      }
    }
  }
}

/* Responsive Design */

@media screen and (max-width: 1024px) {
  .dashboard-hero .hero-title {
    font-size: 2rem;
  }

  .registros-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-filters {
    grid-template-columns: 1fr;
  }
}

/* Animaciones */

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modern-registro-card {
  animation: fadeIn 0.5s ease-out;
}

/* ===== MEJORAS ADICIONALES ===== */

/* 1. Scroll para listas de limpieza largas */

.limpieza-scroll-list {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
  /* Scrollbar personalizado */
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
  }
  &::-webkit-scrollbar-thumb {
    background: #A53AA0;
    border-radius: 3px;
    &:hover {
      background: #8B5A95;
    }
  }
  /* Para Firefox */
  scrollbar-width: thin;
  scrollbar-color: #A53AA0 #f8f9fa;
}

/* 2. Indicador de registros pendientes */

.registros-pendientes-alert {
  margin: 20px 0;
  padding: 0 20px;
  .alert-content {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
    color: white;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 4px solid #FF3D00;
    .alert-icon {
      font-size: 24px;
      color: #FFE0B2;
      flex-shrink: 0;
      animation: pulse 2s infinite;
    }
    .alert-text {
      flex: 1;
      h4 {
        margin: 0 0 5px 0;
        font-size: 16px;
        font-weight: 600;
      }
      p {
        margin: 0;
        font-size: 14px;
        opacity: 0.95;
        strong {
          font-weight: 700;
          color: #FFE0B2;
        }
      }
    }
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

/* Responsive para móviles */

@media (max-width: 768px) {
  .limpieza-scroll-list {
    max-height: 150px;
  }

  .registros-pendientes-alert {
    padding: 0 15px;
    .alert-content {
      padding: 12px 16px;
      .alert-icon {
        font-size: 20px;
      }
      .alert-text {
        h4 {
          font-size: 14px;
        }
        p {
          font-size: 13px;
        }
      }
    }
  }
}

/* Estilos para registros pendientes */

.registros-pendientes-alert {
  background: linear-gradient(135deg, #FFF3CD 0%, #FFF8E1 100%);
  border: 1px solid #FFEAA7;
  border-left: 4px solid #F7A817;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(247, 168, 23, 0.1);
  .alert-content {
    display: flex;
    align-items: center;
    gap: 15px;
    .alert-icon {
      color: #F7A817;
      font-size: 24px;
      flex-shrink: 0;
    }
    .alert-text {
      h4 {
        margin: 0 0 8px 0;
        color: #8B4513;
        font-weight: 600;
        font-size: 18px;
      }
      p {
        margin: 0;
        color: #6B4E3D;
        font-size: 14px;
        line-height: 1.4;
        strong {
          color: #8B4513;
          font-weight: 700;
        }
      }
    }
  }
  /* Animación de entrada suave */
  animation: slideInFromTop 0.5s ease-out;
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll genérico para listas largas */

.scroll-container {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
  /* Scrollbar personalizada */
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  &::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
    &:hover {
      background: #a8a8a8;
    }
  }
  /* Para mejor experiencia en mobile */
  @media (max-width: 768px) {
    max-height: 150px;
  }
}

/* ===================================
   FORMULARIO DE AUDITORÍA MODERNO
   =================================== */

.modern-form-auditoria-wrapper {
  background: #f8fafc;
  min-height: 100vh;
  padding: 20px;
  .auditoria-header {
    background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 25px rgba(0, 140, 178, 0.2);
    .auditoria-header-content {
      display: flex;
      align-items: center;
      gap: 20px;
      .auditoria-icon {
        background: rgba(255, 255, 255, 0.2);
        padding: 20px;
        border-radius: 50%;
        font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .auditoria-title-info {
        h1 {
          margin: 0;
          font-size: 32px;
          font-weight: 700;
        }
        p {
          margin: 5px 0 0 0;
          opacity: 0.9;
          font-size: 16px;
        }
      }
    }
    .auditoria-progress {
      .progress-container {
        display: flex;
        gap: 20px;
        align-items: center;
      }
      .progress-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
      }
      .progress-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid rgba(255, 255, 255, 0.3);
        .progress-text {
          font-size: 16px;
          font-weight: 700;
        }
        &.secondary {
          background: rgba(255, 255, 255, 0.1);
          border-color: rgba(255, 255, 255, 0.2);
        }
      }
      .progress-label {
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 500;
        text-align: center;
      }
    }
  }
  .modern-auditoria-form {
    .auditoria-sections-container {
      display: flex;
      flex-direction: column;
      gap: 25px;
      .auditoria-section-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: all 0.3s ease;
        &:hover {
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }
        &.collapsed {
          .section-fields-grid {
            display: none !important;
          }
        }
        .section-header {
          background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
          padding: 20px 25px;
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px solid #e2e8f0;
          transition: all 0.3s ease;
          &:hover {
            background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
          }
          .section-title {
            margin: 0;
            font-size: 20px;
            font-weight: 600;
            color: #334155;
            display: flex;
            align-items: center;
            gap: 12px;
            .section-icon {
              transition: transform 0.3s ease;
              color: #64748b;
              font-size: 16px;
            }
          }
          .section-progress {
            .fields-count {
              background: #008CB2;
              color: white;
              padding: 6px 12px;
              border-radius: 20px;
              font-size: 12px;
              font-weight: 600;
            }
          }
        }
        .section-fields-grid {
          padding: 20px;
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 15px;
          @media (max-width: 1200px) {
            grid-template-columns: 1fr;

            padding: 15px;
          }
          .modern-field-container {
            background: #f8fafc;
            padding: 15px;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            transition: all 0.2s ease;
            &:hover {
              border-color: #008CB2;
              background: #f1f9fc;
              transform: translateY(-1px);
              box-shadow: 0 2px 8px rgba(0, 140, 178, 0.1);
            }
            /* Estilos para los widgets de formulario específicos */
            .form-group {
              margin: 0;
              label {
                display: block;
                margin-bottom: 6px;
                font-weight: 600;
                color: #374151;
                font-size: 13px;
              }
              input[type="checkbox"] {
                width: 18px;
                height: 18px;
                margin-right: 8px;
                accent-color: #008CB2;
                cursor: pointer;
              }
              textarea {
                width: 100%;
                padding: 10px;
                border: 1px solid #d1d5db;
                border-radius: 6px;
                font-size: 13px;
                resize: vertical;
                min-height: 70px;
                &:focus {
                  outline: none;
                  border-color: #008CB2;
                  box-shadow: 0 0 0 3px rgba(0, 140, 178, 0.1);
                }
              }
              input[type="file"] {
                width: 100%;
                padding: 6px;
                border: 2px dashed #d1d5db;
                border-radius: 6px;
                background: white;
                &:hover {
                  border-color: #008CB2;
                }
              }
              /* Estilos para botones de imagen */
              .btn {
                background: #008CB2;
                color: white;
                border: none;
                padding: 8px 16px;
                border-radius: 6px;
                font-size: 12px;
                cursor: pointer;
                transition: all 0.3s ease;
                &:hover {
                  background: #00556E;
                }
              }
            }
          }
        }
      }
    }
    .auditoria-actions {
      background: white;
      padding: 25px 30px;
      border-radius: 12px;
      margin-top: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      @media (max-width: 768px) {
        flex-direction: column;

        gap: 15px;
      }
      .actions-left,
            .actions-right {
        display: flex;
        gap: 15px;
        @media (max-width: 768px) {
          width: 100%;

          justify-content: center;
        }
      }
      .btn-action {
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 14px;
        &.btn-primary {
          background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
          color: white;
          &:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 140, 178, 0.3);
          }
        }
        &.btn-secondary {
          background: #6b7280;
          color: white;
          &:hover {
            background: #4b5563;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(107, 114, 128, 0.3);
          }
        }
        &.btn-outline {
          background: white;
          color: #008CB2;
          border: 2px solid #008CB2;
          &:hover {
            background: #008CB2;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0, 140, 178, 0.2);
          }
        }
      }
    }
  }
}

/* Estilos para formulario de limpieza moderno */

.modern-form-limpieza-wrapper {
  margin: 0 auto;
  padding: 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  /* Color de limpieza según definición del proyecto */
  .limpieza-header {
    background: linear-gradient(135deg, #A53AA0 0%, #8B5A95 100%);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    box-shadow: 0 8px 24px rgba(165, 58, 160, 0.25);
    flex-wrap: wrap;
    .limpieza-header-content {
      display: flex;
      align-items: center;
      gap: 16px;
      flex: 1;
      min-width: 200px;
      .limpieza-icon {
        width: 48px;
        height: 48px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        flex-shrink: 0;
      }
      .limpieza-title-info {
        h1 {
          margin: 0 0 4px 0;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 1.2;
        }
        p {
          margin: 0;
          opacity: 0.9;
          font-size: 0.875rem;
        }
      }
    }
    .limpieza-progress {
      flex-shrink: 0;
      .progress-container {
        display: flex;
        gap: 12px;
        align-items: center;
      }
      .progress-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
      }
      .progress-circle {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(255, 255, 255, 0.3);
        .progress-text {
          font-size: 14px;
          font-weight: 700;
        }
        &.secondary {
          background: rgba(255, 255, 255, 0.1);
          border-color: rgba(255, 255, 255, 0.2);
        }
      }
      .progress-label {
        color: rgba(255, 255, 255, 0.8);
        font-size: 11px;
        font-weight: 500;
        text-align: center;
      }
    }
    /* Responsive para el header */
    @media screen and (max-width: 1024px) {
      flex-direction: column;

      align-items: stretch;

      padding: 20px;

      .limpieza-header-content {
        flex-direction: column;
        text-align: center;
        .limpieza-icon {
          width: 44px;
          height: 44px;
          font-size: 18px;
        }
        .limpieza-title-info {
          h1 {
            font-size: 1.25rem;
          }
          p {
            font-size: 0.8rem;
          }
        }
      }

      .limpieza-progress {
        width: 100%;
        .progress-container {
          justify-content: center;
          gap: 16px;
        }
        .progress-circle {
          width: 50px;
          height: 50px;
          .progress-text {
            font-size: 12px;
          }
        }
        .progress-label {
          font-size: 10px;
        }
      }
    }
  }
  .modern-limpieza-form {
    .limpieza-sections-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 20px;
      @media screen and (max-width: 1024px) {
        grid-template-columns: 1fr;
      }
      .limpieza-section-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        transition: all 0.3s ease;
        border: 1px solid #e5e7eb;
        &:hover {
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }
        .section-header {
          background: linear-gradient(135deg, #A53AA0 0%, #8B5A95 100%);
          color: white;
          padding: 14px 16px;
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 10px;
          transition: all 0.3s ease;
          &:hover {
            filter: brightness(1.05);
          }
          .section-title {
            margin: 0;
            font-size: 0.9rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
          }
          .section-icon {
            font-size: 12px;
            transition: transform 0.3s ease;
            transform: rotate(90deg);
          }
        }
        &.collapsed .section-icon {
          transform: rotate(0deg);
        }
        .section-content {
          padding: 16px;
          .bloque-container {
            margin-bottom: 20px;
            &:last-child {
              margin-bottom: 0;
            }
            .bloque-title {
              display: flex;
              align-items: center;
              gap: 8px;
              font-size: 1rem;
              font-weight: 600;
              color: #A53AA0;
              margin-bottom: 16px;
              padding-bottom: 10px;
              border-bottom: 2px solid #f3e8f4;
              .bloque-icon {
                color: #A53AA0;
                font-size: 0.9rem;
              }
            }
            /* Grid compacto para checkboxes */
            .campos-grid {
              display: grid;
              grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
              gap: 12px;
              @media screen and (max-width: 1024px) {
                grid-template-columns: 1fr;

                gap: 10px;
              }
              .campo-item {
                background: #faf7fa;
                border: 1px solid #ebe4eb;
                border-radius: 8px;
                padding: 12px;
                transition: all 0.2s ease;
                display: flex;
                align-items: center;
                gap: 10px;
                &:hover {
                  border-color: #A53AA0;
                  background: white;
                }
                /* Cuando el checkbox está marcado */
                &:has(input[type="checkbox"]:checked) {
                  background: linear-gradient(135deg, #f8f0f8 0%, #f3e8f4 100%);
                  border-color: #A53AA0;
                }
                .campo-label {
                  flex: 1;
                  margin: 0;
                  cursor: pointer;
                  .label-text {
                    font-weight: 500;
                    color: #374151;
                    font-size: 0.85rem;
                    display: block;
                    line-height: 1.3;
                  }
                }
                .campo-input-wrapper {
                  flex-shrink: 0;
                  .modern-input {
                    width: 100%;
                    padding: 10px 12px;
                    border: 1px solid #d1d5db;
                    border-radius: 6px;
                    font-size: 0.875rem;
                    transition: all 0.2s ease;
                    background: white;
                    &:focus {
                      outline: none;
                      border-color: #A53AA0;
                      box-shadow: 0 0 0 2px rgba(165, 58, 160, 0.15);
                    }
                    &::-moz-placeholder {
                      color: #9ca3af;
                    }
                    &::placeholder {
                      color: #9ca3af;
                    }
                  }
                  .checkbox-wrapper {
                    display: flex;
                    align-items: center;
                    .modern-checkbox {
                      display: none;
                      &:checked + .checkbox-label {
                        background: #A53AA0;
                        border-color: #A53AA0;
                        .check-icon {
                          opacity: 1;
                          transform: scale(1);
                        }
                      }
                    }
                    .checkbox-label {
                      width: 22px;
                      height: 22px;
                      border: 2px solid #d1d5db;
                      border-radius: 5px;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      cursor: pointer;
                      background: white;
                      transition: all 0.2s ease;
                      .check-icon {
                        color: white;
                        font-size: 11px;
                        opacity: 0;
                        transform: scale(0);
                        transition: all 0.2s ease;
                      }
                      &:hover {
                        border-color: #A53AA0;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
    .form-actions-container {
      background: white;
      border-radius: 12px;
      padding: 20px;
      margin-top: 24px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
      border: 1px solid #e5e7eb;
      .actions-wrapper {
        display: flex;
        gap: 12px;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        @media screen and (max-width: 1024px) {
          flex-direction: column;

          > * {
            width: 100%;
            justify-content: center;
          }
        }
        .btn {
          padding: 12px 20px;
          border: none;
          border-radius: 8px;
          font-weight: 600;
          font-size: 0.875rem;
          cursor: pointer;
          transition: all 0.2s ease;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          gap: 8px;
          &.btn-draft {
            background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
            color: white;
            &:hover {
              transform: translateY(-1px);
              box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
            }
          }
          &.btn-update {
            background: linear-gradient(135deg, #10B981 0%, #047857 100%);
            color: white;
            &:hover {
              transform: translateY(-1px);
              box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
            }
          }
          &.btn-back {
            background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
            color: white;
            &:hover {
              transform: translateY(-1px);
              box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
            }
          }
        }
      }
    }
  }
}

/* Super Rediseño para Registro Show */

.registro-show-container {
  margin: 0 auto;
  padding: 30px;
  .registro-header {
    background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
    color: white;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 140, 178, 0.2);
    .header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
      .registro-info {
        display: flex;
        align-items: center;
        gap: 20px;
        .registro-icon {
          width: 80px;
          height: 80px;
          background: rgba(255, 255, 255, 0.2);
          border-radius: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 32px;
          -webkit-backdrop-filter: blur(10px);
                  backdrop-filter: blur(10px);
        }
        .registro-title {
          h1 {
            margin: 0 0 8px 0;
            font-size: 32px;
            font-weight: 700;
          }
          .registro-type {
            margin: 0;
            font-size: 16px;
            opacity: 0.9;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
          }
        }
      }
      .header-actions {
        .btn-pdf {
          background: rgba(239, 68, 68, 0.9);
          color: white;
          padding: 12px 24px;
          border-radius: 10px;
          text-decoration: none;
          font-weight: 600;
          display: flex;
          align-items: center;
          gap: 10px;
          transition: all 0.3s ease;
          -webkit-backdrop-filter: blur(10px);
                  backdrop-filter: blur(10px);
          &:hover {
            background: rgba(239, 68, 68, 1);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
            color: white;
          }
        }
      }
    }
    .status-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      .status-card {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        padding: 20px;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        overflow: hidden;
        .status-icon {
          width: 50px;
          height: 50px;
          border-radius: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 15px;
          font-size: 20px;
          &.completed {
            background: rgba(34, 197, 94, 0.2);
            color: #22c55e;
          }
          &.pending {
            background: rgba(245, 158, 11, 0.2);
            color: #f59e0b;
          }
          &.progress {
            background: rgba(139, 92, 246, 0.2);
            color: #8b5cf6;
          }
          &.date, &.edit {
            background: rgba(255, 255, 255, 0.25);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.3);
          }
        }
        .status-info {
          .status-label {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.9;
            margin-bottom: 5px;
            font-weight: 600;
          }
          .status-value {
            font-size: 18px;
            font-weight: 700;
            display: block;
          }
        }
        .progress-bar {
          width: 100%;
          height: 6px;
          background: rgba(255, 255, 255, 0.2);
          border-radius: 3px;
          margin-top: 10px;
          overflow: hidden;
          .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #22c55e, #16a34a);
            border-radius: 3px;
            transition: width 0.3s ease;
          }
        }
      }
    }
  }
  .respuestas-section {
    .section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 2px solid #e5e7eb;
      h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: #1f2937;
        display: flex;
        align-items: center;
        gap: 12px;
        i {
          color: #008CB2;
        }
      }
      .respuestas-count {
        background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
        color: #6b7280;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 600;
      }
    }
    .respuestas-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      @media (max-width: 1200px) {
        grid-template-columns: 1fr;
      }
      .respuesta-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        border: 1px solid #f1f5f9;
        overflow: hidden;
        transition: all 0.2s ease;
        &:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }
        .respuesta-header {
          background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
          padding: 12px 15px;
          border-bottom: 1px solid #e2e8f0;
          .campo-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            .campo-nombre {
              font-weight: 600;
              font-size: 14px;
              color: #1e293b;
            }
            .campo-tipo {
              background: #e0f2f1;
              color: #00556E;
              padding: 3px 10px;
              border-radius: 10px;
              font-size: 11px;
              font-weight: 600;
              text-transform: uppercase;
              letter-spacing: 0.5px;
            }
          }
        }
        .respuesta-content {
          padding: 15px;
          .respuesta-value {
            margin-bottom: 12px;
            .value-badge {
              display: inline-flex;
              align-items: center;
              gap: 6px;
              padding: 6px 12px;
              border-radius: 8px;
              font-weight: 600;
              font-size: 13px;
              &.success {
                background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
                color: #166534;
              }
              &.danger {
                background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
                color: #dc2626;
              }
              &.date {
                background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
                color: #00556E;
              }
            }
            .value-text {
              background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
              padding: 8px 12px;
              border-radius: 8px;
              border: 1px solid #e2e8f0;
              font-size: 13px;
              color: #334155;
              display: block;
            }
          }
          .respuesta-image {
            margin: 12px 0;
            .image-preview {
              position: relative;
              display: inline-block;
              border-radius: 8px;
              overflow: hidden;
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
              transition: all 0.2s ease;
              &:hover {
                transform: scale(1.03);
                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
                .image-overlay {
                  opacity: 1;
                }
              }
              img {
                width: 100px;
                height: 100px;
                -o-object-fit: cover;
                   object-fit: cover;
                border-radius: 8px;
              }
              .image-overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0, 0, 0, 0.7);
                color: white;
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                transition: opacity 0.2s ease;
                font-size: 18px;
              }
            }
          }
          .auditoria-description, .auditoria-image, .auditoria-images-additional {
            margin: 12px 0;
            padding: 12px;
            background: linear-gradient(135deg, #fafafa 0%, #e0f2f1 100%);
            border-radius: 8px;
            border-left: 3px solid #008CB2;
            label {
              font-weight: 600;
              color: #00556E;
              margin-bottom: 8px;
              display: flex;
              align-items: center;
              gap: 6px;
              font-size: 13px;
            }
            p {
              margin: 0;
              color: #008CB2;
              line-height: 1.5;
              font-size: 13px;
            }
          }
          .additional-images-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            justify-items: center;
            gap: 10px;
            margin-top: 10px;
            .additional-image-item {
              position: relative;
              border-radius: 6px;
              overflow: hidden;
              background: white;
              box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
              transition: all 0.2s ease;
              &:hover {
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
              }
              .image-preview {
                display: block;
                position: relative;
                aspect-ratio: 1 / 1;
                img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover;
                }
                .image-overlay {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background: rgba(0, 140, 178, 0.8);
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  opacity: 0;
                  transition: opacity 0.2s ease;
                  i {
                    color: white;
                    font-size: 18px;
                  }
                }
                &:hover .image-overlay {
                  opacity: 1;
                }
              }
              .image-description {
                display: block;
                padding: 8px;
                color: #666;
                font-size: 11px;
                line-height: 1.3;
                background: #f8f9fa;
              }
            }
          }
        }
      }
    }
  }
  .actions-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 25px 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    .actions-left, .actions-right {
      display: flex;
      gap: 15px;
    }
    .btn {
      padding: 12px 24px;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
      border: none;
      cursor: pointer;
      &.btn-primary {
        background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
        color: white;
        &:hover {
          transform: translateY(-2px);
          box-shadow: 0 8px 20px rgba(0, 140, 178, 0.3);
          color: white;
        }
      }
      &.btn-secondary {
        background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
        color: white;
        &:hover {
          transform: translateY(-2px);
          box-shadow: 0 8px 20px rgba(107, 114, 128, 0.3);
          color: white;
        }
      }
    }
  }
}

/* Estilos para Registro Normal (Rediseño moderno) */

.modern-form-normal-wrapper {
  background: #f8fafc;
  min-height: 100vh;
  padding: 20px;
  .normal-header {
    background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 25px rgba(107, 114, 128, 0.2);
    .normal-header-content {
      display: flex;
      align-items: center;
      gap: 20px;
      .normal-icon {
        background: rgba(255, 255, 255, 0.2);
        padding: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
      }
      .normal-title-info {
        h1 {
          margin: 0;
          font-size: 32px;
          font-weight: 700;
        }
        p {
          margin: 5px 0 0 0;
          opacity: 0.9;
          font-size: 16px;
        }
      }
    }
    .normal-progress {
      .progress-container {
        display: flex;
        gap: 20px;
        align-items: center;
      }
      .progress-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
      }
      .progress-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid rgba(255, 255, 255, 0.3);
        color: white;
        .progress-text {
          font-size: 16px;
          font-weight: 700;
        }
        &.normal {
          background: rgba(255, 255, 255, 0.1);
          border-color: rgba(255, 255, 255, 0.2);
        }
        &.secondary {
          background: rgba(255, 255, 255, 0.1);
          border-color: rgba(255, 255, 255, 0.2);
        }
      }
      .progress-label {
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 500;
        text-align: center;
      }
    }
  }
  .normal-form-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 30px;
    .form-grid-responsiveAuditoria {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 32%));
      gap: 1.5em;
      justify-content: center;
      grid-auto-flow: dense;
      margin-bottom: 30px;
      @media (max-width: 768px) {
        grid-template-columns: 1fr;
      }
      > div {
        display: flex;
        flex-direction: column;
        gap: 8px;
        label {
          font-weight: 600;
          color: #334155;
          font-size: 14px;
        }
        input[type="text"],
                input[type="number"],
                input[type="date"],
                input[type="time"],
                input[type="email"],
                textarea,
                select {
          width: 100%;
          padding: 12px 16px;
          border: 2px solid #e2e8f0;
          border-radius: 8px;
          font-size: 14px;
          transition: all 0.3s ease;
          background: white;
          &:focus {
            outline: none;
            border-color: #6B7280;
            box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.1);
          }
          &:hover {
            border-color: #cbd5e1;
          }
        }
        select {
          cursor: pointer;
        }
        textarea {
          min-height: 100px;
          resize: vertical;
        }
        input[type="checkbox"] {
          width: 20px;
          height: 20px;
          cursor: pointer;
        }
      }
    }
    .form-actions {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 15px;
      padding-top: 20px;
      border-top: 2px solid #f1f5f9;
      @media (max-width: 768px) {
        flex-direction: column-reverse;

        gap: 12px;
      }
      .btn-submit {
        background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%);
        color: white;
        border: none;
        padding: 12px 28px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(107, 114, 128, 0.2);
        &:hover {
          background: linear-gradient(135deg, #4B5563 0%, #374151 100%);
          box-shadow: 0 6px 20px rgba(107, 114, 128, 0.3);
          transform: translateY(-1px);
        }
        &:active {
          transform: translateY(0);
        }
        @media (max-width: 768px) {
          width: 100%;

          justify-content: center;
        }
      }
      .btn-cancel {
        background: #f8fafc;
        color: #64748b;
        border: 2px solid #e2e8f0;
        padding: 12px 24px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        &:hover {
          background: #e2e8f0;
          color: #475569;
          border-color: #cbd5e1;
        }
        @media (max-width: 768px) {
          width: 100%;

          justify-content: center;
        }
      }
    }
  }
}

/* Estilos para Registro de Temperatura */

.modern-form-temperatura-wrapper {
  background: #f8fafc;
  min-height: 100vh;
  padding: 20px;
  .temperatura-header {
    background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 25px rgba(0, 140, 178, 0.2);
    .temperatura-header-content {
      display: flex;
      align-items: center;
      gap: 20px;
      .temperatura-icon {
        background: rgba(255, 255, 255, 0.2);
        padding: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
      }
      .temperatura-title-info {
        h1 {
          margin: 0;
          font-size: 32px;
          font-weight: 700;
        }
        p {
          margin: 5px 0 0 0;
          opacity: 0.9;
          font-size: 16px;
        }
      }
    }
    .temperatura-progress {
      .progress-container {
        display: flex;
        gap: 20px;
        align-items: center;
      }
      .progress-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
      }
      .progress-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid rgba(255, 255, 255, 0.3);
        color: white;
        .progress-text {
          font-size: 16px;
          font-weight: 700;
        }
        &.temperatura {
          background: rgba(255, 255, 255, 0.1);
          border-color: rgba(255, 255, 255, 0.2);
        }
        &.secondary {
          background: rgba(255, 255, 255, 0.1);
          border-color: rgba(255, 255, 255, 0.2);
        }
      }
      .progress-label {
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 500;
        text-align: center;
      }
    }
  }
  .modern-temperatura-form-container {
    .temperatura-form {
      display: flex;
      flex-direction: column;
      gap: 30px;
      .temperatura-zona-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: all 0.3s ease;
        &:hover {
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }
        .zona-header {
          background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
          padding: 20px 25px;
          color: white;
          .zona-title {
            margin: 0;
            font-size: 22px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 12px;
            .zona-icon {
              color: white;
            }
          }
        }
        .camaras-grid {
          padding: 25px;
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
          gap: 20px;
          @media (max-width: 768px) {
            grid-template-columns: 1fr;

            padding: 15px;
          }
          .camara-card {
            background: #f1f9fc;
            border: 2px solid #e0f2f8;
            border-radius: 8px;
            padding: 20px;
            transition: all 0.3s ease;
            &:hover {
              border-color: #008CB2;
              box-shadow: 0 4px 15px rgba(0, 140, 178, 0.1);
            }
            .camara-header {
              margin-bottom: 15px;
              .camara-name {
                margin: 0;
                font-size: 18px;
                font-weight: 600;
                color: #00556E;
                display: flex;
                align-items: center;
                gap: 8px;
                .camara-icon {
                  color: #008CB2;
                }
              }
            }
            .campos-container {
              display: flex;
              flex-direction: column;
              gap: 15px;
              .temperatura-field-group {
                .temperatura-label {
                  display: flex;
                  align-items: center;
                  gap: 8px;
                  font-size: 14px;
                  font-weight: 600;
                  color: #334155;
                  margin-bottom: 6px;
                  .field-icon {
                    color: #008CB2;
                  }
                }
                .temperatura-input,
                                .temperatura-select {
                  width: 100%;
                  padding: 12px 16px;
                  border: 2px solid #e2e8f0;
                  border-radius: 8px;
                  font-size: 14px;
                  transition: all 0.3s ease;
                  background: white;
                  &:focus {
                    outline: none;
                    border-color: #008CB2;
                    box-shadow: 0 0 0 3px rgba(0, 140, 178, 0.1);
                  }
                  &:hover {
                    border-color: #cbd5e1;
                  }
                }
                .temperatura-select {
                  cursor: pointer;
                }
              }
            }
          }
        }
      }
      .temperatura-form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
        @media (max-width: 768px) {
          flex-direction: column;

          gap: 15px;
        }
        .temperatura-btn-secondary {
          background: #f8fafc;
          color: #64748b;
          border: 2px solid #e2e8f0;
          padding: 12px 24px;
          border-radius: 8px;
          text-decoration: none;
          font-weight: 600;
          display: flex;
          align-items: center;
          gap: 8px;
          transition: all 0.3s ease;
          &:hover {
            background: #e2e8f0;
            color: #475569;
            border-color: #cbd5e1;
          }
        }
        .temperatura-btn-primary {
          background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
          color: white;
          border: none;
          padding: 12px 24px;
          border-radius: 8px;
          font-weight: 600;
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 8px;
          transition: all 0.3s ease;
          box-shadow: 0 4px 12px rgba(0, 140, 178, 0.2);
          &:hover {
            background: linear-gradient(135deg, #00556E 0%, #003d4a 100%);
            box-shadow: 0 6px 20px rgba(0, 140, 178, 0.3);
            transform: translateY(-1px);
          }
          &:active {
            transform: translateY(0);
          }
        }
      }
    }
  }
}

/* Responsivo */

@media (max-width: 768px) {
  .registro-show-container {
    padding: 20px;
    .registro-header {
      padding: 20px;
      .header-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        .registro-info {
          flex-direction: column;
          gap: 15px;
        }
      }
      .status-cards {
        grid-template-columns: 1fr;
      }
    }
    .respuestas-section .respuestas-grid {
      grid-template-columns: 1fr;
    }
    .actions-footer {
      flex-direction: column;
      gap: 20px;
      .actions-left, .actions-right {
        width: 100%;
        justify-content: center;
      }
    }
  }
}

/* ===== ESTILOS PARA SISTEMA DE ALERTAS MODERNO ===== */

.modern-alertas-wrapper {
  margin: 0 auto;
  padding: 20px;
  min-height: 100vh;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  .alertas-header {
    background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 32px rgba(247, 168, 23, 0.3);
    .alertas-header-content {
      display: flex;
      align-items: center;
      gap: 20px;
      .alertas-icon {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid rgba(255, 255, 255, 0.3);
      }
      .alertas-title-info {
        h1 {
          margin: 0 0 8px 0;
          font-size: 32px;
          font-weight: 700;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        }
        p {
          margin: 0;
          opacity: 0.9;
          font-size: 16px;
        }
      }
    }
    .alertas-actions {
      .btn-alerta-new {
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.3);
        color: white;
        padding: 12px 24px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        &:hover {
          background: rgba(255, 255, 255, 0.3);
          border-color: rgba(255, 255, 255, 0.5);
          transform: translateY(-2px);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
      }
    }
  }
  .alertas-filters-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    .filters-header {
      background: linear-gradient(135deg, #64748b 0%, #475569 100%);
      padding: 20px 25px;
      color: white;
      h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
      }
    }
    .filters-form {
      padding: 25px;
      .filters-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        margin-bottom: 25px;
        .filter-group {
          .filter-label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 600;
            color: #374151;
            margin-bottom: 8px;
          }
          .filter-input {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e5e7eb;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s ease;
            background: #f9fafb;
            &:focus {
              outline: none;
              border-color: #F7A817;
              background: white;
              box-shadow: 0 0 0 3px rgba(247, 168, 23, 0.1);
            }
            &::-moz-placeholder {
              color: #9ca3af;
            }
            &::placeholder {
              color: #9ca3af;
            }
          }
        }
      }
      .filters-actions {
        display: flex;
        gap: 15px;
        .btn-filter-search {
          display: flex;
          align-items: center;
          gap: 8px;
          background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
          color: white;
          border: none;
          padding: 12px 24px;
          border-radius: 8px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s ease;
          &:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(247, 168, 23, 0.3);
          }
        }
        .btn-filter-closed {
          display: flex;
          align-items: center;
          gap: 8px;
          background: white;
          color: #6b7280;
          border: 2px solid #e5e7eb;
          padding: 12px 24px;
          border-radius: 8px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s ease;
          &:hover {
            border-color: #d1d5db;
            background: #f9fafb;
          }
        }
      }
    }
  }
  .alertas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
    .alerta-card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: all 0.3s ease;
      border-left: 4px solid transparent;
      &:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
      }
      &.alerta-no-leida {
        border-left-color: #F7A817;
        box-shadow: 0 4px 12px rgba(247, 168, 23, 0.15);
      }
      &.alerta-leida {
        border-left-color: #10b981;
        opacity: 0.9;
      }
      &.alerta-cerrada {
        border-left-color: #6b7280;
        opacity: 0.7;
      }
      .alerta-link {
        display: block;
        text-decoration: none;
        color: inherit;
        height: 100%;
        .alerta-header {
          padding: 20px 25px 0;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          .alerta-status {
            display: flex;
            align-items: center;
            gap: 10px;
            .status-indicator {
              width: 32px;
              height: 32px;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              &.status-abierta {
                background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
                color: white;
              }
              &.status-cerrada {
                background: linear-gradient(135deg, #10b981 0%, #059669 100%);
                color: white;
              }
            }
            .status-text {
              font-weight: 600;
              font-size: 14px;
              color: #374151;
            }
          }
          .alerta-priority {
            .priority-badge {
              display: flex;
              align-items: center;
              gap: 4px;
              padding: 4px 8px;
              border-radius: 6px;
              font-size: 11px;
              font-weight: 600;
              &.priority-alta {
                background: #fef2f2;
                color: #dc2626;
                border: 1px solid #fecaca;
              }
            }
          }
        }
        .alerta-content {
          padding: 20px 25px;
          .alerta-tipo {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            span {
              font-size: 18px;
              font-weight: 700;
              color: #1f2937;
            }
          }
          .alerta-descripcion {
            color: #6b7280;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
          }
          .alerta-origen {
            display: flex;
            flex-direction: column;
            gap: 8px;
            .origen-item {
              display: flex;
              align-items: center;
              gap: 8px;
              font-size: 13px;
              .origen-label {
                font-weight: 600;
                color: #374151;
              }
              .origen-value {
                color: #6b7280;
                background: #f3f4f6;
                padding: 2px 8px;
                border-radius: 4px;
              }
            }
          }
        }
        .alerta-footer {
          padding: 0 25px 20px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-top: 1px solid #f3f4f6;
          margin-top: 15px;
          padding-top: 15px;
          .alerta-fecha {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: #9ca3af;
          }
          .alerta-action {
            color: #F7A817;
            opacity: 0.7;
            transition: all 0.3s ease;
          }
        }
        &:hover .alerta-action {
          opacity: 1;
          transform: translateX(3px);
        }
      }
    }
    .no-alertas {
      grid-column: 1 / -1;
      text-align: center;
      padding: 60px 20px;
      color: #6b7280;
      .no-alertas-icon {
        margin-bottom: 20px;
      }
      h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #374151;
      }
      p {
        font-size: 14px;
        margin: 0;
      }
    }
  }
  .modern-pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    .pagination {
      display: flex;
      gap: 8px;
      list-style: none;
      padding: 0;
      margin: 0;
      .page-item {
        .page-link {
          padding: 10px 16px;
          border: 2px solid #e5e7eb;
          border-radius: 8px;
          color: #6b7280;
          text-decoration: none;
          font-weight: 600;
          transition: all 0.3s ease;
          display: flex;
          align-items: center;
          justify-content: center;
          &:hover {
            border-color: #F7A817;
            color: #F7A817;
            background: #fffbeb;
          }
        }
        &.active .page-link {
          background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
          border-color: #F7A817;
          color: white;
        }
      }
    }
  }
  /* Responsive */
  @media (max-width: 768px) {
    padding: 15px;

    .alertas-header {
      flex-direction: column;
      text-align: center;
      gap: 20px;
      .alertas-header-content {
        justify-content: center;
      }
    }

    .filters-form .filters-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .filters-actions {
      flex-direction: column;
      .btn-filter-search,
            .btn-filter-closed {
        justify-content: center;
        width: 100%;
      }
    }

    .alertas-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }
  /* Paginador específico para KnpPaginatorBundle */
  .modern-pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 30px 0 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    border-radius: 20px !important;
    margin: 30px 0 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
  }
  .pagination {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    /* Estilos para todos los elementos de la paginación */
    .current,
        .page,
        .next,
        .prev,
        .last,
        .first {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-width: 45px !important;
      height: 45px !important;
      border-radius: 12px !important;
      font-weight: 600 !important;
      font-size: 15px !important;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
      text-decoration: none !important;
      border: 2px solid transparent !important;
    }
    /* Página actual */
    .current {
      background: linear-gradient(135deg, #F7A817 0%, #E09312 100%) !important;
      color: white !important;
      box-shadow: 0 4px 15px rgba(247,168,23,0.4) !important;
      transform: translateY(-2px) !important;
    }
    /* Enlaces de páginas */
    .page a,
        .next a,
        .prev a,
        .last a,
        .first a {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: 100% !important;
      height: 100% !important;
      color: #64748b !important;
      text-decoration: none !important;
      border-radius: 10px !important;
      background: white !important;
      border: 2px solid #e2e8f0 !important;
      transition: all 0.3s ease !important;
      &:hover {
        background: linear-gradient(135deg, #F7A817 0%, #E09312 100%) !important;
        color: white !important;
        border-color: #F7A817 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(247,168,23,0.3) !important;
      }
      &:active {
        transform: translateY(0) !important;
      }
    }
    .page:hover,
        .next:hover,
        .prev:hover,
        .last:hover,
        .first:hover {
      transform: translateY(-2px) !important;
    }
  }
}

/* ======================================== */

/* ANÁLISIS DE LABORATORIO - VISTA MODERNIZADA */

/* ======================================== */

.modern-laboratorio-wrapper {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
  padding: 20px;
  /* Header Hero específico para laboratorio */
  .laboratorio-hero-compact {
    background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 25px;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 140, 178, 0.15);
    position: relative;
    overflow: hidden;
    /* Efecto de laboratorio con iconos de fondo */
    &::before {
      content: '';
      position: absolute;
      top: -20px;
      right: -20px;
      width: 100px;
      height: 100px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="rgba(247,168,49,0.1)"><path d="M432 48H208c-17.67 0-32 14.33-32 32v160l-45.25 90.5C126.4 339.6 131.2 352 144 352h224c12.8 0 17.6-12.4 13.25-21.5L336 240V80C336 62.33 321.7 48 304 48h128zM288 304H224V272h64V304zM288 240H224v-32h64V240z"/></svg>') no-repeat center;
      opacity: 0.1;
      z-index: 1;
    }
    .hero-content-compact {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      position: relative;
      z-index: 2;
      .hero-text-compact {
        flex: 1;
        .hero-title-compact {
          font-size: 1.8rem;
          font-weight: 700;
          margin: 0 0 5px 0;
          display: flex;
          align-items: center;
          gap: 12px;
          i {
            color: #F7A831;
            font-size: 1.5rem;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
          }
        }
        .hero-subtitle-compact {
          font-size: 0.95rem;
          opacity: 0.9;
          font-weight: 300;
          margin: 0;
          color: #E8F4F8;
        }
      }
      .hero-actions {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
        .btn-group {
          display: flex;
          gap: 8px;
        }
        .modern-btn {
          display: flex;
          align-items: center;
          gap: 8px;
          padding: 10px 16px;
          border-radius: 8px;
          text-decoration: none;
          font-weight: 500;
          font-size: 0.9rem;
          transition: all 0.3s ease;
          border: none;
          cursor: pointer;
          &.modern-btn-primary {
            background: linear-gradient(135deg, #F7A831 0%, #E09312 100%);
            color: white;
            box-shadow: 0 2px 8px rgba(247, 168, 49, 0.3);
            &:hover {
              transform: translateY(-2px);
              box-shadow: 0 4px 16px rgba(247, 168, 49, 0.4);
            }
          }
          &.modern-btn-secondary {
            background: rgba(255, 255, 255, 0.1);
            color: white;
            border: 1px solid rgba(255, 255, 255, 0.2);
            &:hover {
              background: rgba(255, 255, 255, 0.2);
              transform: translateY(-1px);
            }
          }
          i {
            font-size: 0.9rem;
          }
        }
      }
    }
    @media screen and (max-width: 1024px) {
      padding: 15px 20px;

      .hero-content-compact {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        .hero-actions {
          width: 100%;
          justify-content: flex-start;
          .modern-btn {
            padding: 8px 12px;
            font-size: 0.85rem;
          }
        }
      }
    }
  }
  /* Filtros específicos para laboratorio */
  .laboratorio-filters {
    margin-bottom: 25px;
    .filter-card {
      background: white;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
      border: 1px solid #e2e8f0;
      .filter-header {
        margin-bottom: 20px;
        .filter-title {
          font-size: 1.1rem;
          font-weight: 600;
          color: #1e293b;
          display: flex;
          align-items: center;
          gap: 10px;
          margin: 0;
          i {
            color: #008CB2;
            font-size: 1rem;
          }
        }
      }
      .filter-form {
        .form-row {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
          gap: 16px;
          align-items: end;
          @media screen and (max-width: 1024px) {
            grid-template-columns: 1fr;
          }
        }
        .modern-form-group {
          display: flex;
          flex-direction: column;
          gap: 6px;
          label {
            font-size: 0.9rem;
            font-weight: 500;
            color: #475569;
          }
          input {
            padding: 10px 12px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            font-size: 0.9rem;
            transition: all 0.2s ease;
            &:focus {
              outline: none;
              border-color: #008CB2;
              box-shadow: 0 0 0 3px rgba(0, 140, 178, 0.1);
            }
            &::-moz-placeholder {
              color: #9ca3af;
            }
            &::placeholder {
              color: #9ca3af;
            }
          }
        }
      }
    }
  }
}

/* ===== ESTILOS ESPECÍFICOS PARA CLIENTES ===== */

/* Stats Grid específico para clientes */

.clientes-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  .stats-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 140, 178, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(0, 140, 178, 0.15);
    }
    .stats-icon {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: white;
      &.clients-icon {
        background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
      }
      &.active-icon {
        background: linear-gradient(135deg, #3B9E63 0%, #2D7A4F 100%);
      }
      &.selected-icon {
        background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
      }
    }
    .stats-content {
      flex: 1;
      h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #00556E;
        margin: 0 0 5px 0;
        line-height: 1;
      }
      p {
        color: #6B7280;
        font-size: 0.9rem;
        margin: 0;
        font-weight: 500;
      }
    }
    &.selected-client {
      border-left: 4px solid #F7A817;
      background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    }
  }
  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr;

    gap: 15px;

    .stats-card {
      padding: 20px;
      .stats-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
      }
      .stats-content h3 {
        font-size: 1.5rem;
      }
    }
  }
}

/* Grid de clientes moderno */

.modern-clientes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr;

    gap: 20px;
  }
}

.modern-cliente-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 140, 178, 0.1);
  transition: all 0.3s ease;
  position: relative;
  &:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 140, 178, 0.15);
  }
  .cliente-card-header {
    position: relative;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 140, 178, 0.1);
    .cliente-selection-indicator {
      position: absolute;
      top: 15px;
      right: 15px;
      .selected-badge {
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        color: white;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
        box-shadow: 0 2px 10px rgba(16, 185, 129, 0.3);
        i {
          font-size: 0.7rem;
        }
      }
    }
    .cliente-logo {
      width: 80px;
      height: 80px;
      margin: 0 auto 15px;
      border-radius: 12px;
      overflow: hidden;
      border: 3px solid rgba(0, 140, 178, 0.1);
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
    .cliente-logo-placeholder {
      width: 80px;
      height: 80px;
      margin: 0 auto 15px;
      border-radius: 12px;
      background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #9ca3af;
      font-size: 2rem;
    }
  }
  .cliente-card-body {
    padding: 25px;
    .cliente-main-info {
      margin-bottom: 20px;
      .cliente-name {
        font-size: 1.3rem;
        font-weight: 700;
        color: #00556E;
        margin-bottom: 15px;
        line-height: 1.3;
      }
      .cliente-empresa {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        padding: 8px 12px;
        background: rgba(247, 168, 23, 0.1);
        border-radius: 8px;
        font-size: 0.9rem;
        color: #E09312;
        border-left: 3px solid #F7A817;
        i {
          font-size: 0.8rem;
        }
      }
      .cliente-razon-social {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        font-size: 0.9rem;
        color: #6B7280;
        i {
          color: #008CB2;
          font-size: 0.8rem;
        }
      }
      .cliente-contact {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.85rem;
        color: #4B5563;
        i {
          color: #008CB2;
          font-size: 0.8rem;
        }
      }
    }
    .cliente-quick-actions {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
      .quick-action-btn {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.2s ease;
        font-size: 0.9rem;
        border: 1px solid transparent;
        &.select-btn {
          background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
          color: #6b7280;
          &.selected {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            box-shadow: 0 3px 12px rgba(16, 185, 129, 0.4);
          }
          &:hover {
            transform: scale(1.05);
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
          }
        }
        &.view-btn {
          background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
          color: white;
          &:hover {
            transform: scale(1.05);
            box-shadow: 0 3px 12px rgba(59, 130, 246, 0.4);
          }
        }
        &.login-as-btn {
          background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
          color: white;
          &:hover {
            transform: scale(1.05);
            box-shadow: 0 3px 12px rgba(139, 92, 246, 0.4);
          }
        }
        &.edit-btn {
          background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
          color: white;
          &:hover {
            transform: scale(1.05);
            box-shadow: 0 3px 12px rgba(245, 158, 11, 0.4);
          }
        }
        &.more-btn {
          background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
          color: white;
          &:hover {
            transform: scale(1.05);
            background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
          }
        }
      }
    }
  }
  .cliente-actions-panel {
    background: #f8fafc;
    border-top: 1px solid rgba(0, 140, 178, 0.1);
    padding: 20px;
    max-height: 300px;
    overflow-y: auto;
    .actions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      .action-group {
        h4 {
          font-size: 0.85rem;
          font-weight: 600;
          color: #00556E;
          margin-bottom: 12px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
        }
        .action-item {
          display: flex;
          align-items: center;
          gap: 10px;
          padding: 10px 12px;
          border-radius: 8px;
          text-decoration: none;
          font-size: 0.85rem;
          font-weight: 500;
          color: #374151;
          background: white;
          border: 1px solid #e5e7eb;
          transition: all 0.2s ease;
          margin-bottom: 8px;
          i {
            font-size: 0.8rem;
            width: 16px;
            text-align: center;
          }
          &:hover {
            background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
            color: white;
            transform: translateX(3px);
            border-color: #008CB2;
          }
          &.generate-key i {
            color: #f59e0b;
          }
          &.duplicate i {
            color: #3b82f6;
          }
          &.delete-logo i {
            color: #ef4444;
          }
          &.operarios i {
            color: #10b981;
          }
          &.zonas i {
            color: #8b5cf6;
          }
          &.camaras i {
            color: #06b6d4;
          }
          &.bloques i {
            color: #84cc16;
          }
          &.titulos i {
            color: #6366f1;
          }
          &.temperatura i {
            color: #f43f5e;
          }
          &.materias i {
            color: #22c55e;
          }
          &.limpieza i {
            color: #0ea5e9;
          }
          &.produccion i {
            color: #f97316;
          }
          &:last-child {
            margin-bottom: 0;
          }
        }
      }
    }
  }
  /* Estado seleccionado especial para la tarjeta */
  &.selected-cliente-card {
    border: 2px solid #10b981;
    box-shadow: 0 6px 25px rgba(16, 185, 129, 0.15);
    .cliente-card-header {
      background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    }
  }
  @media screen and (max-width: 1024px) {
    .cliente-card-body {
      padding: 20px;
      .cliente-main-info {
        .cliente-name {
          font-size: 1.1rem;
        }
        .cliente-empresa,
                .cliente-razon-social,
                .cliente-contact {
          font-size: 0.8rem;
        }
      }
      .cliente-quick-actions {
        .quick-action-btn {
          width: 36px;
          height: 36px;
          font-size: 0.8rem;
        }
      }
    }

    .cliente-actions-panel {
      padding: 15px;
      .actions-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        .action-item {
          font-size: 0.8rem;
          padding: 8px 10px;
        }
      }
    }
  }
}

/* Estado vacío mejorado */

.empty-state-card {
  grid-column: 1 / -1;
  background: white;
  border-radius: 16px;
  padding: 60px 40px;
  text-align: center;
  border: 2px dashed rgba(0, 140, 178, 0.2);
  margin: 40px 0;
  .empty-state-content {
    max-width: 400px;
    margin: 0 auto;
    .empty-state-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 20px;
      border-radius: 20px;
      background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      color: #9ca3af;
    }
    h3 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #374151;
      margin-bottom: 10px;
    }
    p {
      color: #6b7280;
      margin-bottom: 25px;
      font-size: 0.95rem;
      line-height: 1.5;
    }
  }
  @media screen and (max-width: 1024px) {
    padding: 40px 20px;

    margin: 20px 0;

    .empty-state-content {
      .empty-state-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
      }
      h3 {
        font-size: 1.2rem;
      }
      p {
        font-size: 0.9rem;
      }
    }
  }
}

/* ===================================
   SCROLLBAR GLOBAL PERSONALIZADO
   ================================== */

/* Scrollbar estilo Safood - acorde al diseño del sidebar */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #208CB2 0%, #00556E 100%);
  border-radius: 4px;
  &:hover {
    background: linear-gradient(135deg, #F7A831 0%, #E09312 100%);
  }
  &:active {
    background: linear-gradient(135deg, #004f62 0%, #003a4a 100%);
  }
}

/* Para Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: #208CB2 #f2f2f2;
}

/* Scrollbar específico para sidebar */

.sidebar_admin_wrapper {
  /* Scrollbar personalizado para sidebar */
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
  }
  &::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    &:hover {
      background: rgba(247, 168, 49, 0.8);
      /* Color amarillo en hover */
    }
    &:active {
      background: rgba(255, 255, 255, 0.5);
    }
  }
  /* Para Firefox en sidebar */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}

/* Scrollbar específico para sidebar mobile */

.sidebar_admin_wrapper_mobile {
  /* Mismo estilo que sidebar desktop */
  &::-webkit-scrollbar {
    width: 6px;
  }
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
  }
  &::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    &:hover {
      background: rgba(247, 168, 49, 0.8);
    }
    &:active {
      background: rgba(255, 255, 255, 0.5);
    }
  }
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}

/* ===================================
   BANNER DE IMPERSONACIÓN (LOGIN AS)
   =================================== */

.impersonation-banner {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  border-bottom: 3px solid #5b21b6;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  animation: slideDown 0.3s ease-out;
  .impersonation-banner-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    @media screen and (max-width: 1024px) {
      flex-direction: column;

      gap: 12px;

      padding: 15px 20px;
    }
    .impersonation-info {
      display: flex;
      align-items: center;
      gap: 12px;
      color: white;
      font-size: 14px;
      flex: 1;
      i {
        font-size: 20px;
        animation: pulse 2s infinite;
      }
      span {
        font-weight: 500;
        strong {
          font-weight: 700;
          font-size: 15px;
        }
      }
      @media screen and (max-width: 1024px) {
        font-size: 13px;

        text-align: center;

        i {
          font-size: 18px;
        }
      }
    }
    .impersonation-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      @media screen and (max-width: 1024px) {
        width: 100%;

        justify-content: center;
      }
    }
    .impersonation-minimize-btn {
      background: rgba(255, 255, 255, 0.15);
      color: white;
      padding: 8px 12px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      border: 1px solid rgba(255, 255, 255, 0.25);
      cursor: pointer;
      &:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      }
      &:active {
        transform: translateY(0);
      }
      i {
        font-size: 14px;
      }
    }
    .impersonation-exit-btn {
      background: rgba(255, 255, 255, 0.2);
      color: white;
      padding: 8px 20px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all 0.2s ease;
      border: 1px solid rgba(255, 255, 255, 0.3);
      text-decoration: none;
      &:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.05);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      }
      &:active {
        transform: scale(0.98);
      }
      i {
        font-size: 16px;
      }
      @media screen and (max-width: 1024px) {
        width: 100%;

        justify-content: center;

        padding: 10px;
      }
    }
  }
}

/* Botón para restaurar el banner minimizado */

.impersonation-restore-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  display: none;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 2px solid #5b21b6;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
  &:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.5);
    background: linear-gradient(135deg, #9d6cfd 0%, #7e3ce6 100%);
  }
  &:active {
    transform: translateY(0);
  }
  i:first-child {
    font-size: 16px;
    animation: pulse 2s infinite;
  }
  i:last-child {
    font-size: 12px;
  }
  span {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media screen and (max-width: 1024px) {
    bottom: 15px;

    right: 15px;

    padding: 10px 16px;

    font-size: 13px;

    span {
      max-width: 120px;
    }
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

/* Modern Form Header & Footer Styles */

.modern-form-header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.form-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #208CB2 0%, #00556E 100%);
  border-radius: 1rem;
  display: grid;
  place-items: center;
  color: white;
  font-size: 2rem;
}

.form-header-content h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}

.form-header-content p {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
}

.form-footer-actions {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  justify-content: start;
}

/* Danger Zone Styles */

.danger-zone {
  background: white;
  border-radius: 1rem;
  border: 2px solid #ef4444;
  overflow: hidden;
  margin-top: 2rem;
}

.danger-zone-header {
  padding: 1rem 1.5rem;
  background: #fef2f2;
  border-bottom: 1px solid #fecaca;
  display: grid;
  grid-auto-flow: column;
  gap: 0.75rem;
  justify-content: start;
  align-items: center;
  color: #dc2626;
  font-weight: 600;
}

.danger-zone-content {
  padding: 1.5rem;
}

.danger-zone-content p {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
}

.danger-zone-content form {
  margin: 0;
}

.danger-zone-content button[type="submit"] {
  background: #dc2626;
  color: white;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  display: grid;
  grid-auto-flow: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.danger-zone-content button[type="submit"]:hover {
  background: #b91c1c;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(220, 38, 38, 0.3);
}

/* LABORATORIO HERO COMPACT - ESTILOS GLOBALES */

/* ============================================ */

/* Header hero reutilizable con gradiente turquesa */

.laboratorio-hero-compact {
  background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
  border-radius: 12px;
  padding: 20px 30px;
  margin-bottom: 25px;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 140, 178, 0.15);
  position: relative;
  overflow: hidden;
  /* Efecto decorativo con icono de fondo */
  &::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="rgba(247,168,49,0.1)"><path d="M432 48H208c-17.67 0-32 14.33-32 32v160l-45.25 90.5C126.4 339.6 131.2 352 144 352h224c12.8 0 17.6-12.4 13.25-21.5L336 240V80C336 62.33 321.7 48 304 48h128zM288 304H224V272h64V304zM288 240H224v-32h64V240z"/></svg>') no-repeat center;
    opacity: 0.1;
    z-index: 1;
  }
  .hero-content-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 2;
    .hero-text-compact {
      flex: 1;
      h1 {
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0 0 5px 0;
        display: flex;
        align-items: center;
        gap: 12px;
        i {
          color: #F7A831;
          font-size: 1.5rem;
          filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
        }
      }
      p {
        font-size: 0.95rem;
        opacity: 0.9;
        font-weight: 300;
        margin: 0;
        color: #E8F4F8;
      }
    }
    .hero-actions {
      display: flex;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap;
      .btn-group {
        display: flex;
        gap: 8px;
      }
      .modern-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        &.modern-btn-primary {
          background: linear-gradient(135deg, #F7A831 0%, #E09312 100%);
          color: white;
          box-shadow: 0 2px 8px rgba(247, 168, 49, 0.3);
          &:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(247, 168, 49, 0.4);
          }
        }
        &.modern-btn-secondary {
          background: rgba(255, 255, 255, 0.1);
          color: white;
          border: 1px solid rgba(255, 255, 255, 0.2);
          &:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-1px);
          }
        }
        i {
          font-size: 0.9rem;
        }
      }
    }
  }
  @media screen and (max-width: 1024px) {
    padding: 15px 20px;

    .hero-content-compact {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      .hero-actions {
        width: 100%;
        justify-content: flex-start;
        .modern-btn {
          padding: 8px 12px;
          font-size: 0.85rem;
        }
      }
    }
  }
}

/* BUSCADORES DE INGREDIENTES - ESTILOS MODERNOS */

/* ============================================== */

.search-box-wrapper {
  margin: 15px;
  .search-input-container {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 12px;
    transition: all 0.3s ease;
    &:focus-within {
      border-color: #008CB2;
      box-shadow: 0 0 0 3px rgba(0, 140, 178, 0.1);
    }
    .search-icon {
      color: #94a3b8;
      font-size: 0.9rem;
      margin-right: 10px;
      transition: color 0.3s ease;
    }
    &:focus-within .search-icon {
      color: #008CB2;
    }
    .search-input {
      flex: 1;
      border: none;
      outline: none;
      padding: 12px 0;
      font-size: 0.95rem;
      color: #1e293b;
      background: transparent;
      &::-moz-placeholder {
        color: #94a3b8;
      }
      &::placeholder {
        color: #94a3b8;
      }
    }
    .clear-search {
      display: none;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border: none;
      background: #f1f5f9;
      color: #64748b;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.2s ease;
      margin-left: 8px;
      &:hover {
        background: #e2e8f0;
        color: #475569;
        transform: scale(1.1);
      }
      i {
        font-size: 0.75rem;
      }
    }
  }
  .search-results-info {
    margin-top: 8px;
    font-size: 0.85rem;
    min-height: 20px;
    .results-found {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #3B9E63;
      font-weight: 500;
      i {
        font-size: 0.8rem;
      }
    }
    .no-results {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #CA4C25;
      font-weight: 500;
      i {
        font-size: 0.8rem;
      }
    }
  }
}

/* ===== ESTILOS GLOBALES DE TABLA MODERNA ===== */

/* Estos estilos se aplican a todas las tablas modernas del sistema */

.dashboard-table-container,
.laboratorio-table-container {
  .modern-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    .card-header {
      padding: 20px 24px;
      background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
      border-bottom: 1px solid #e2e8f0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      .card-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: #1e293b;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
        i {
          color: #008CB2;
          font-size: 1.1rem;
        }
      }
      .card-stats {
        .stat-badge {
          background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
          color: white;
          padding: 4px 12px;
          border-radius: 20px;
          font-size: 0.8rem;
          font-weight: 500;
        }
      }
    }
    .table-responsive {
      overflow-x: auto;
      .modern-table {
        width: 100%;
        border-collapse: collapse;
        thead {
          background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
          th {
            padding: 16px 20px;
            text-align: left;
            font-weight: 600;
            font-size: 0.85rem;
            color: white;
            position: relative;
            white-space: nowrap;
            &:first-child {
              padding-left: 28px;
            }
            &:last-child {
              padding-right: 28px;
            }
            &.sortable {
              cursor: pointer;
              -webkit-user-select: none;
                 -moz-user-select: none;
                      user-select: none;
              &:hover {
                background: rgba(255, 255, 255, 0.1);
              }
            }
            &.actions-column {
              text-align: center;
              width: 120px;
            }
            i {
              color: #F7A831;
              margin-right: 6px;
              font-size: 0.8rem;
            }
          }
        }
        tbody {
          tr.table-row {
            transition: background-color 0.2s ease;
            border-bottom: 1px solid #f1f5f9;
            &:hover {
              background: #f8fafc;
            }
            td {
              padding: 16px 20px;
              &:first-child {
                padding-left: 28px;
              }
              &:last-child {
                padding-right: 28px;
              }
              vertical-align: middle;
              border-bottom: none;
              font-size: 0.9rem;
              &.nombre-cell {
                .cell-content {
                  display: flex;
                  align-items: center;
                  gap: 10px;
                  .cell-icon {
                    color: #008CB2;
                    font-size: 0.9rem;
                  }
                  .cell-text {
                    font-weight: 500;
                    color: #1e293b;
                  }
                }
              }
              &.temperatura-cell {
                .temp-badge {
                  display: inline-flex;
                  align-items: center;
                  gap: 6px;
                  padding: 4px 10px;
                  border-radius: 6px;
                  font-size: 0.8rem;
                  font-weight: 500;
                  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
                  color: #92400e;
                  border: 1px solid #fcd34d;
                  i {
                    font-size: 0.75rem;
                  }
                }
                .badge-secondary {
                  padding: 4px 10px;
                  border-radius: 6px;
                  background: #e5e7eb;
                  color: #6b7280;
                  font-size: 0.8rem;
                }
              }
              &.proveedor-cell,
                            &.cliente-cell {
                .link-primary {
                  color: #008CB2;
                  text-decoration: none;
                  display: flex;
                  align-items: center;
                  gap: 6px;
                  transition: all 0.2s ease;
                  &:hover {
                    color: #00556E;
                    text-decoration: underline;
                  }
                  i {
                    font-size: 0.85rem;
                  }
                }
              }
              &.alergenos-cell,
                            &.trazas-cell {
                .alergenos-content,
                                .trazas-content {
                  font-size: 0.85rem;
                  color: #475569;
                  line-height: 1.5;
                }
              }
              &.actions-cell {
                text-align: center;
                .action-buttons {
                  display: flex;
                  gap: 6px;
                  justify-content: center;
                  .action-btn {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 32px;
                    height: 32px;
                    border-radius: 6px;
                    text-decoration: none;
                    transition: all 0.2s ease;
                    font-size: 0.8rem;
                    &.action-view {
                      background: #e0f2fe;
                      color: #0369a1;
                      border: 1px solid #bae6fd;
                      &:hover {
                        background: #0369a1;
                        color: white;
                        transform: scale(1.1);
                      }
                    }
                    &.action-edit {
                      background: #fef3c7;
                      color: #d97706;
                      border: 1px solid #fed7aa;
                      &:hover {
                        background: #d97706;
                        color: white;
                        transform: scale(1.1);
                      }
                    }
                  }
                }
              }
            }
          }
          tr.empty-row {
            td.empty-cell {
              padding: 60px 20px;
              text-align: center;
              .empty-state {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 16px;
                color: #64748b;
                i {
                  font-size: 3rem;
                  color: #cbd5e1;
                }
                h3 {
                  font-size: 1.2rem;
                  font-weight: 600;
                  color: #475569;
                  margin: 0;
                }
                p {
                  font-size: 0.9rem;
                  margin: 0 0 20px 0;
                  max-width: 400px;
                  line-height: 1.5;
                }
              }
            }
          }
        }
      }
      .table-pagination {
        padding: 20px 24px;
        display: flex;
        justify-content: center;
        border-top: 1px solid #e2e8f0;
      }
      @media screen and (max-width: 1024px) {
        .modern-table {
          font-size: 0.8rem;
          th, td {
            padding: 10px 8px;
          }
        }
      }
    }
  }
}

/* ========================================== */

/* BADGES DE ESTADO - ANÁLISIS DE LABORATORIO */

/* ========================================== */

/* Badge base para estados */

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease;
  i {
    font-size: 0.7rem;
  }
  /* Badge pendiente (amarillo/naranja) */
  &.badge-pending {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border: 1px solid #fcd34d;
  }
  /* Badge secundario (gris) */
  &.badge-secondary {
    background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
    color: #4b5563;
    border: 1px solid #9ca3af;
  }
}

/* Status badges específicos para conformidad */

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease;
  i {
    font-size: 0.7rem;
  }
  /* Estado Conforme (verde) */
  &.status-conforme {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #065f46;
    border: 1px solid #6ee7b7;
    &:hover {
      box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
    }
  }
  /* Estado No Conforme (rojo) */
  &.status-no-conforme {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    border: 1px solid #f87171;
    &:hover {
      box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
    }
  }
  /* Estado para elaboración activa */
  &.status-elaboracion {
    background: linear-gradient(135deg, #3B9E63 0%, #2D7A4F 100%);
    color: white;
  }
  /* Estado inactivo */
  &.status-inactive {
    background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%);
    color: white;
  }
}

/* Date badges para fechas */

.date-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  i {
    font-size: 0.7rem;
  }
  &.date-registro {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
    border: 1px solid #93c5fd;
  }
  &.date-analisis {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    color: #3730a3;
    border: 1px solid #a5b4fc;
  }
}

/* Tipo badges para categorías */

.tipo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  color: #374151;
  border: 1px solid #d1d5db;
}

/* Parametro tags */

.parametros-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  max-width: 200px;
}

.parametro-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.7rem;
  font-weight: 500;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #92400e;
  border: 1px solid #fcd34d;
}

/* Cliente badge */

.cliente-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  color: #0369a1;
  border: 1px solid #7dd3fc;
  i {
    font-size: 0.7rem;
    color: #0284c7;
  }
}

/* Descripción contenido */

.descripcion-content {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.4;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========================================== */

/* ESTILOS PARA CLIENTE SHOW VIEW */

/* ========================================== */

.cliente-header-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.cliente-logo-show {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  border: 2px solid rgba(32, 140, 178, 0.2);
}

.cliente-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr;
  }
}

.full-width {
  grid-column: 1 / -1;
}

.info-list {
  padding: 1.5rem;
}

.info-item {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.info-item:last-child {
  border-bottom: none;
}

.info-label {
  font-weight: 600;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  i {
    color: #208CB2;
  }
}

.info-value {
  color: #1e293b;
  font-weight: 500;
  text-align: right;
}

/* Card de Administrador de Empresa */

.empresa-admin-card {
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
  border: 2px solid #208CB2;
}

.empresa-admin-content {
  padding: 1.5rem;
}

.badge-admin {
  background: linear-gradient(135deg, #F7A831 0%, #E09312 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

.admin-info-banner {
  background: white;
  border-left: 4px solid #208CB2;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 1rem;
  i {
    color: #208CB2;
    font-size: 1.5rem;
  }
  p {
    margin: 0;
    color: #475569;
  }
}

/* Cliente Seleccionado */

.cliente-seleccionado-box {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.selected-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #059669;
  i {
    font-size: 1.25rem;
  }
  h4 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
  }
}

.selected-cliente-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f0fdf4;
  border: 2px solid #059669;
  border-radius: 8px;
}

.selected-logo {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.selected-info {
  flex: 1;
  h5 {
    margin: 0 0 0.25rem 0;
    color: #1e293b;
    font-size: 1rem;
    font-weight: 600;
  }
  p {
    margin: 0;
    color: #64748b;
    font-size: 0.875rem;
  }
}

/* Clientes Gestionables */

.clientes-gestionables {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
}

.section-subtitle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  color: #1e293b;
  font-size: 1.25rem;
  font-weight: 600;
  i {
    color: #208CB2;
  }
}

.clientes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  @media screen and (max-width: 1024px) {
    grid-template-columns: 1fr;
  }
}

.cliente-empresa-card {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  background: white;
  display: flex;
  flex-direction: column;
  &:hover {
    border-color: #208CB2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(32, 140, 178, 0.15);
  }
  &.selected {
    border-color: #059669;
    background: #f0fdf4;
  }
}

.cliente-empresa-logo {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.cliente-empresa-logo-placeholder {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #208CB2 0%, #166180 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  i {
    font-size: 1.5rem;
    color: white;
  }
}

.cliente-empresa-info {
  flex: 1;
  margin-bottom: 1rem;
  h5 {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    color: #1e293b;
    font-weight: 600;
  }
}

.cliente-empresa-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.4;
}

.empty-state {
  text-align: center;
  padding: 3rem;
  color: #94a3b8;
  i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
  }
  p {
    margin: 0;
    font-size: 1rem;
  }
}

.delete-section {
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 2rem;
}

/* ========================================== */

/* ESTILOS PARA GESTIÓN DE RECETAS */

/* ========================================== */

.recetas-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  .stats-card {
    background: white;
    padding: 1.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 15px -3px rgba(0, 0, 0, 0.1);
    }
    .stats-icon {
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
      &.recetas-icon {
        background: linear-gradient(135deg, #208CB2 0%, #00556E 100%);
        color: white;
      }
      &.elaboraciones-icon {
        background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
        color: white;
      }
    }
    .stats-content {
      flex: 1;
      h3 {
        font-size: 1.875rem;
        font-weight: bold;
        margin: 0;
        line-height: 1;
        color: #1f2937;
      }
      p {
        font-size: 0.875rem;
        color: #6b7280;
        margin: 0.25rem 0 0 0;
      }
    }
  }
}

.recetas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 1.5rem;
  @media (max-width: 640px) {
    grid-template-columns: 1fr;
  }
}

.receta-card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  &:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }
  .receta-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .receta-info {
    flex: 1;
    h3.receta-nombre {
      font-size: 1.25rem;
      font-weight: 600;
      color: #1f2937;
      margin: 0 0 0.5rem 0;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      i {
        color: #208CB2;
      }
    }
    .receta-cliente {
      font-size: 0.875rem;
      color: #6b7280;
      margin: 0.25rem 0 0 0;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
  }
  .receta-details {
    margin: 1rem 0;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    .details-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      @media (max-width: 640px) {
        grid-template-columns: 1fr;
      }
    }
    .details-section {
      margin-bottom: 0.75rem;
      &:last-child {
        margin-bottom: 0;
      }
      h4 {
        font-size: 0.875rem;
        font-weight: 600;
        color: #374151;
        margin: 0 0 0.5rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }
    }
  }
  .ingredients-list {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    .ingredient-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.375rem 0.5rem;
      background: white;
      border-radius: 0.375rem;
      font-size: 0.8rem;
    }
  }
  .receta-card-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
  }
}

/* Action buttons para recetas */

.action-btn {
  flex: 1;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s;
  text-decoration: none;
  border: none;
  cursor: pointer;
  &.action-btn-view {
    background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
    color: white;
    &:hover {
      background: linear-gradient(135deg, #e09312 0%, #c87f0e 100%);
      transform: translateY(-1px);
    }
  }
  &.action-btn-edit {
    background: linear-gradient(135deg, #208CB2 0%, #00556E 100%);
    color: white;
    &:hover {
      background: linear-gradient(135deg, #1a7a9a 0%, #004458 100%);
      transform: translateY(-1px);
    }
  }
  &.action-btn-add {
    background: linear-gradient(135deg, #3B9E63 0%, #2D7A4F 100%);
    color: white;
    &:hover {
      background: linear-gradient(135deg, #338854 0%, #256640 100%);
      transform: translateY(-1px);
    }
  }
  &.action-btn-launch {
    background: linear-gradient(135deg, #CA4C25 0%, #A53E20 100%);
    color: white;
    &:hover {
      background: linear-gradient(135deg, #b3431f 0%, #8f351a 100%);
      transform: translateY(-1px);
    }
  }
  &.action-btn-outline {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
    &:hover {
      background: #f9fafb;
      border-color: #9ca3af;
    }
  }
}

/* Allergen badges */

.allergen-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #ef4444;
  color: white;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.traza-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #f59e0b;
  color: white;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Status badges para recetas */

.card-status {
  display: flex;
  gap: 0.5rem;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  &.status-elaboracion {
    background: linear-gradient(135deg, #3B9E63 0%, #2D7A4F 100%);
    color: white;
  }
  &.status-inactive {
    background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%);
    color: white;
  }
}

/* ========================================== */

/* ESTILOS PARA RECETA SHOW (DETALLE) */

/* ========================================== */

.receta-show-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-left {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5rem;
}

.receta-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #208CB2 0%, #00556E 100%);
  border-radius: 1rem;
  display: grid;
  place-items: center;
  color: white;
  font-size: 2rem;
}

.header-info h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}

.receta-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.meta-item {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: #6b7280;
  font-size: 0.875rem;
}

.meta-badge {
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  &.elaboracion-badge {
    background: linear-gradient(135deg, #3B9E63 0%, #2D7A4F 100%);
    color: white;
  }
}

.header-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* Grid principal */

.receta-show-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
  @media (max-width: 1024px) {
    grid-template-columns: 1fr;
  }
}

.receta-show-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  .card-header {
    padding: 1.5rem;
    border-bottom: 2px solid #e5e7eb;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    background: #f9fafb;
    h2 {
      font-size: 1.125rem;
      font-weight: 600;
      color: #1f2937;
      margin: 0;
    }
  }
  .card-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: grid;
    place-items: center;
    color: white;
    font-size: 1.125rem;
    &.ingredients-icon {
      background: linear-gradient(135deg, #3B9E63 0%, #2D7A4F 100%);
    }
    &.semielaborados-icon {
      background: linear-gradient(135deg, #F7A817 0%, #E09312 100%);
    }
    &.allergens-icon {
      background: linear-gradient(135deg, #CA4C25 0%, #A53E20 100%);
    }
    &.treatments-icon {
      background: linear-gradient(135deg, #208CB2 0%, #00556E 100%);
    }
  }
  .badge-count {
    padding: 0.25rem 0.625rem;
    background: #208CB2;
    color: white;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
  }
  .card-content {
    padding: 1.5rem;
  }
}

/* Ingredientes en show */

.receta-show-card .ingredients-list {
  display: grid;
  gap: 0.75rem;
  .ingredient-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
  }
  .ingredient-name {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    font-weight: 500;
    color: #374151;
    i {
      font-size: 0.5rem;
      color: #208CB2;
    }
  }
  .ingredient-quantity {
    display: inline-flex;
    gap: 0.25rem;
    align-items: baseline;
    .quantity-value {
      font-weight: 600;
      color: #208CB2;
      font-size: 1.125rem;
    }
    .quantity-unit {
      font-size: 0.75rem;
      color: #6b7280;
    }
  }
}

/* Alérgenos section */

.allergen-section {
  margin-bottom: 1.5rem;
  &:last-child {
    margin-bottom: 0;
  }
  h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 0.75rem 0;
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
  }
}

.allergen-tags {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
}

.allergen-tag {
  padding: 0.5rem 0.75rem;
  background: #ef4444;
  color: white;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.traza-tag {
  padding: 0.5rem 0.75rem;
  background: #f59e0b;
  color: white;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.no-allergens {
  color: #9ca3af;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0;
}

/* Tratamientos */

.treatments-grid {
  display: grid;
  gap: 1rem;
}

.treatment-item {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px solid #e5e7eb;
  &.active {
    border-color: #3B9E63;
    background: #f0fdf4;
  }
  &.inactive {
    border-color: #e5e7eb;
    background: #f9fafb;
    opacity: 0.6;
  }
  .treatment-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: #374151;
    i {
      color: #208CB2;
    }
  }
  .treatment-status {
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
  }
  &.active .treatment-status {
    background: #3B9E63;
    color: white;
  }
  &.inactive .treatment-status {
    background: #9ca3af;
    color: white;
  }
  .treatment-details {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #d1d5db;
    display: grid;
    gap: 0.5rem;
    .detail-row {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 0.5rem;
      font-size: 0.875rem;
      .detail-label {
        color: #6b7280;
      }
      .detail-value {
        font-weight: 600;
        color: #208CB2;
      }
    }
  }
}

/* Empty states pequeños */

.empty-state-small {
  text-align: center;
  padding: 2rem 1rem;
  color: #9ca3af;
  i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.5;
    display: block;
  }
  p {
    margin: 0;
    font-size: 0.875rem;
    font-style: italic;
  }
}

/* Danger Zone */

.danger-zone {
  background: white;
  border-radius: 1rem;
  border: 2px solid #ef4444;
  overflow: hidden;
  .danger-zone-header {
    padding: 1rem 1.5rem;
    background: #fef2f2;
    border-bottom: 1px solid #fecaca;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    color: #dc2626;
    font-weight: 600;
  }
  .danger-zone-content {
    padding: 1.5rem;
    p {
      color: #6b7280;
      font-size: 0.875rem;
      margin: 0 0 1rem 0;
    }
  }
}

/* Responsive para receta show */

@media (max-width: 768px) {
  .receta-show-header {
    grid-template-columns: 1fr;
  }

  .header-actions {
    flex-direction: column;
    .modern-btn {
      width: 100%;
      justify-content: center;
    }
  }

  .allergen-tags {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

/* ===================================================== */

/* PUBLIC HOME PAGE STYLES */

/* ===================================================== */

.public-home-wrapper {
  min-height: 100vh;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Container */

.home-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Hero Section */

.home-hero {
  background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
  padding: 4rem 1.5rem 6rem;
  position: relative;
  overflow: hidden;
  &::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(255,255,255,0.1) 0%, transparent 70%);
    pointer-events: none;
  }
}

.home-hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-hero-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.home-logo-clara {
  height: 80px;
  width: auto;
  @media (max-width: 640px) {
    height: 60px;
  }
}

.home-hero-by {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  font-style: italic;
}

.home-logo-safood {
  height: 40px;
  width: auto;
  @media (max-width: 640px) {
    height: 30px;
  }
}

.home-hero-description {
  color: rgba(255,255,255,0.9);
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.home-hero-tagline {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
  @media (max-width: 640px) {
    font-size: 1.75rem;
  }
  .text-orange {
    color: #F7A831;
  }
}

.home-hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.home-hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  svg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

/* Buttons */

.home-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  i {
    font-size: 1rem;
  }
}

.home-btn-primary {
  background: linear-gradient(135deg, #F7A831 0%, #E09312 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(247, 168, 49, 0.4);
  &:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(247, 168, 49, 0.5);
    color: white;
  }
}

.home-btn-secondary {
  background: rgba(255,255,255,0.15);
  color: white;
  border-color: rgba(255,255,255,0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  &:hover {
    background: rgba(255,255,255,0.25);
    color: white;
  }
}

.home-btn-outline {
  background: transparent;
  color: #008CB2;
  border-color: #008CB2;
  &:hover {
    background: #008CB2;
    color: white;
  }
}

.home-btn-secondary-outline {
  background: transparent;
  color: #6b7280;
  border-color: #d1d5db;
  &:hover {
    background: #f3f4f6;
    color: #374151;
  }
}

.home-btn-white {
  background: white;
  color: #008CB2;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  &:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: #006080;
  }
}

/* Features Section */

.home-features {
  padding: 4rem 0;
  background: white;
  margin-top: -1px;
  position: relative;
}

.home-section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 2.5rem;
  @media (max-width: 640px) {
    font-size: 1.5rem;
  }
}

.home-section-title-white {
  color: white;
}

.home-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.home-benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 1rem;
  transition: all 0.3s ease;
  &:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,140,178,0.1);
  }
}

.home-benefit-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #F7A831 0%, #E09312 100%);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  i {
    color: white;
    font-size: 1.25rem;
  }
}

.home-benefit-content {
  h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
  }
  p {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
  }
}

.home-divider {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 3rem 0;
}

.home-features-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #F7A831;
  margin-bottom: 2rem;
}

.home-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  @media (max-width: 640px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: #f0f9ff;
  border-radius: 0.5rem;
  color: #1f2937;
  font-size: 0.9rem;
  i {
    color: #008CB2;
    font-size: 1rem;
  }
}

/* Why Section */

.home-why {
  padding: 4rem 0;
  background: linear-gradient(135deg, #008CB2 0%, #00556E 100%);
  position: relative;
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.home-why-item {
  text-align: center;
  color: white;
  i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
    color: #F7A831;
  }
  p {
    font-size: 1rem;
    margin: 0;
    opacity: 0.95;
  }
}

/* Pricing Section */

.home-pricing {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.home-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.home-pricing-card {
  background: white;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  &:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  }
}

.home-pricing-featured {
  background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
  color: white;
  transform: scale(1.05);
  &:hover {
    transform: scale(1.05) translateY(-8px);
  }
  .home-pricing-header h3 {
    color: white;
  }
  .home-pricing-amount,
    .home-pricing-period,
    .home-pricing-tax,
    .home-pricing-description {
    color: white !important;
  }
  .home-pricing-features li {
    color: rgba(255,255,255,0.9);
    i {
      color: #F7A831;
    }
  }
  .home-pricing-savings {
    background: rgba(255,255,255,0.15);
    color: white;
  }
}

.home-pricing-enterprise {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  color: white;
  .home-pricing-header h3 {
    color: white;
  }
  .home-pricing-amount,
    .home-pricing-description {
    color: white !important;
  }
  .home-pricing-features li {
    color: rgba(255,255,255,0.9);
    i {
      color: #F7A831;
    }
  }
}

.home-pricing-badge {
  position: absolute;
  top: 1rem;
  right: -2rem;
  background: #F7A831;
  color: white;
  padding: 0.5rem 3rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(45deg);
}

.home-pricing-header {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
  }
}

.home-pricing-body {
  padding: 2rem 1.5rem;
  text-align: center;
}

.home-pricing-price {
  margin-bottom: 0.25rem;
}

.home-pricing-amount {
  font-size: 3rem;
  font-weight: 800;
  color: #008CB2;
  line-height: 1;
}

.home-pricing-consult {
  font-size: 2rem;
}

.home-pricing-period {
  font-size: 1.25rem;
  color: #6b7280;
  font-weight: 500;
}

.home-pricing-tax {
  display: block;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.home-pricing-description {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.home-pricing-savings {
  background: #fef3c7;
  color: #92400e;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  s {
    opacity: 0.7;
  }
}

.home-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  text-align: left;
  li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    color: #4b5563;
    font-size: 0.9rem;
    i {
      color: #10b981;
      font-size: 0.875rem;
    }
  }
}

/* CTA Section */

.home-cta {
  padding: 4rem 0;
  background: linear-gradient(135deg, #F7A831 0%, #E09312 100%);
}

.home-cta-content {
  text-align: center;
  color: white;
  h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  > p {
    font-size: 1.125rem;
    opacity: 0.9;
    margin-bottom: 2rem;
  }
}

.home-cta-contact {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.home-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255,255,255,0.2);
  border-radius: 0.5rem;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  &:hover {
    background: rgba(255,255,255,0.3);
    color: white;
    transform: translateY(-2px);
  }
}

.home-contact-whatsapp {
  background: #25d366;
  &:hover {
    background: #20ba5a;
  }
}

/* Footer */

.home-footer {
  background: #1f2937;
  padding: 3rem 0 2rem;
  color: white;
}

.home-footer-content {
  text-align: center;
}

.home-footer-brand {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  p {
    color: rgba(255,255,255,0.7);
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.home-footer-logo {
  height: 40px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.home-footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    &:hover {
      color: #F7A831;
    }
  }
}

.home-footer-legal {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  p {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    margin: 0;
  }
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .home-hero {
    padding: 3rem 1rem 5rem;
  }

  .home-features,
    .home-why,
    .home-pricing,
    .home-cta {
    padding: 3rem 0;
  }

  .home-pricing-featured {
    transform: none;
    &:hover {
      transform: translateY(-8px);
    }
  }

  .home-pricing-badge {
    right: -2.5rem;
    font-size: 0.65rem;
    padding: 0.4rem 2.5rem;
  }
}

.file\:mr-4::file-selector-button{
  margin-right: 1rem;
}

.file\:rounded-lg::file-selector-button{
  border-radius: 0.5rem;
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

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

.file\:bg-green-50::file-selector-button{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.file\:px-4::file-selector-button{
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::file-selector-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-semibold::file-selector-button{
  font-weight: 600;
}

.file\:text-blue-700::file-selector-button{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.file\:text-green-700::file-selector-button{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

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

.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  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));
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:border-l-4:hover{
  border-left-width: 4px;
}

.hover\:border-\[\#208CB2\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(32 140 178 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#F7A831\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(247 168 49 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

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

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

.hover\:border-green-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.hover\:border-green-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

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

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

.hover\:border-purple-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

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

.hover\:border-violet-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#1a7090\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 112 144 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1a7a9a\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 122 154 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#208CB2\]\/10:hover{
  background-color: rgb(32 140 178 / 0.1);
}

.hover\:bg-\[\#208CB2\]\/20:hover{
  background-color: rgb(32 140 178 / 0.2);
}

.hover\:bg-\[\#208CB2\]\/5:hover{
  background-color: rgb(32 140 178 / 0.05);
}

.hover\:bg-\[\#2D7A4F\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(45 122 79 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#A53E20\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(165 62 32 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#CA4C25\]\/5:hover{
  background-color: rgb(202 76 37 / 0.05);
}

.hover\:bg-\[\#e09620\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 150 32 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:bg-gray-50\/50:hover{
  background-color: rgb(249 250 251 / 0.5);
}

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

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / 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-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 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-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50\/70:hover{
  background-color: rgb(248 250 252 / 0.7);
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/30:hover{
  background-color: rgb(255 255 255 / 0.3);
}

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

.hover\:from-\[\#00556E\]:hover{
  --tw-gradient-from: #00556E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 85 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#1a7a9a\]:hover{
  --tw-gradient-from: #1a7a9a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 122 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#1a7a9e\]:hover{
  --tw-gradient-from: #1a7a9e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 122 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#2D7A4F\]:hover{
  --tw-gradient-from: #2D7A4F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 122 79 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#8B5A95\]:hover{
  --tw-gradient-from: #8B5A95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 90 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#A53E20\]:hover{
  --tw-gradient-from: #A53E20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 62 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-600:hover{
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-600:hover{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-700:hover{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-600:hover{
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-600:hover{
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-600:hover{
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.hover\:to-\[\#12516a\]:hover{
  --tw-gradient-to: #12516a var(--tw-gradient-to-position);
}

.hover\:to-\[\#156a87\]:hover{
  --tw-gradient-to: #156a87 var(--tw-gradient-to-position);
}

.hover\:to-\[\#245F3E\]:hover{
  --tw-gradient-to: #245F3E var(--tw-gradient-to-position);
}

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

.hover\:to-\[\#8A3319\]:hover{
  --tw-gradient-to: #8A3319 var(--tw-gradient-to-position);
}

.hover\:to-amber-700:hover{
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.hover\:to-blue-800:hover{
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.hover\:to-green-700:hover{
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.hover\:to-indigo-600:hover{
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.hover\:to-indigo-700:hover{
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.hover\:to-red-600:hover{
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.hover\:to-teal-600:hover{
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.hover\:text-\[\#165F7C\]:hover{
  --tw-text-opacity: 1;
  color: rgb(22 95 124 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#208CB2\]:hover{
  --tw-text-opacity: 1;
  color: rgb(32 140 178 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#3B9E63\]:hover{
  --tw-text-opacity: 1;
  color: rgb(59 158 99 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#F7A831\]:hover{
  --tw-text-opacity: 1;
  color: rgb(247 168 49 / var(--tw-text-opacity, 1));
}

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

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.hover\:opacity-100:hover{
  opacity: 1;
}

.hover\:shadow-lg:hover{
  --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);
}

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

.hover\:shadow-\[\#208CB2\]\/40:hover{
  --tw-shadow-color: rgb(32 140 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.hover\:file\:bg-green-100::file-selector-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

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

.focus\:border-\[\#008CB2\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 140 178 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#208CB2\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(32 140 178 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#3B9E63\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 158 99 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#A53AA0\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 58 160 / var(--tw-border-opacity, 1));
}

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

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

.focus\:border-transparent:focus{
  border-color: transparent;
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#008CB2\]\/20:focus{
  --tw-ring-color: rgb(0 140 178 / 0.2);
}

.focus\:ring-\[\#208CB2\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(32 140 178 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#208CB2\]\/20:focus{
  --tw-ring-color: rgb(32 140 178 / 0.2);
}

.focus\:ring-\[\#3B9E63\]\/20:focus{
  --tw-ring-color: rgb(59 158 99 / 0.2);
}

.focus\:ring-\[\#A53AA0\]\/20:focus{
  --tw-ring-color: rgb(165 58 160 / 0.2);
}

.focus\:ring-amber-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-green-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.active\:scale-95:active{
  --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));
}

.active\:scale-\[0\.98\]:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

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

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.peer:checked ~ .peer-checked\:block{
  display: block;
}

.peer:checked ~ .peer-checked\:border-l-4{
  border-left-width: 4px;
}

.peer:checked ~ .peer-checked\:border-\[\#F7A831\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 168 49 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

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

.peer:checked ~ .peer-checked\:from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.peer:checked ~ .peer-checked\:from-green-500{
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.peer:checked ~ .peer-checked\:from-indigo-500{
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.peer:checked ~ .peer-checked\:from-red-500{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.peer:checked ~ .peer-checked\:from-violet-500{
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.peer:checked ~ .peer-checked\:from-yellow-500{
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.peer:checked ~ .peer-checked\:to-cyan-600{
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.peer:checked ~ .peer-checked\:to-emerald-600{
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.peer:checked ~ .peer-checked\:to-orange-500{
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.peer:checked ~ .peer-checked\:to-orange-600{
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.peer:checked ~ .peer-checked\:to-purple-600{
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-3{
  top: 0.75rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-3{
  top: 0.75rem;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .peer-focus\:-top-2\.5{
  top: -0.625rem;
}

.peer:focus ~ .peer-focus\:text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.peer:focus ~ .peer-focus\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:focus ~ .peer-focus\:ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus ~ .peer-focus\:ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-green-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-indigo-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-red-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-violet-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.peer:focus ~ .peer-focus\:ring-yellow-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.has-\[\:checked\]\:\*\:last\:block:last-child > *:has(:checked){
  display: block;
}

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

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

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

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

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

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

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

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

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

@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

