@charset "UTF-8";*, ::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%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-left-1 {
  left: -0.25rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-24 {
  right: -6rem;
}
.-right-7 {
  right: -1.75rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-6 {
  top: -1.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[30\%\] {
  bottom: 30%;
}
.bottom-\[4rem\] {
  bottom: 4rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-8 {
  left: 2rem;
}
.left-\[-2\.9rem\] {
  left: -2.9rem;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[48\.5\%\] {
  left: 48.5%;
}
.left-\[8\%\] {
  left: 8%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-0\.6rem\] {
  right: -0.6rem;
}
.right-\[-1rem\] {
  right: -1rem;
}
.right-\[-2\.3rem\] {
  right: -2.3rem;
}
.right-\[0vh\] {
  right: 0vh;
}
.right-\[48\.5\%\] {
  right: 48.5%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-12px\] {
  top: -12px;
}
.top-\[-5px\] {
  top: -5px;
}
.top-\[0\%\] {
  top: 0%;
}
.top-\[150px\] {
  top: 150px;
}
.top-\[172px\] {
  top: 172px;
}
.top-\[44\%\] {
  top: 44%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[9999\] {
  z-index: 9999;
}
.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-\[30px\] {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-\[38px\] {
  margin-left: 38px;
  margin-right: 38px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[1\%\] {
  margin-bottom: 1%;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[2\%\] {
  margin-bottom: 2%;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[10\%\] {
  margin-left: 10%;
}
.ml-\[3\%\] {
  margin-left: 3%;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[2\%\] {
  margin-right: 2%;
}
.mr-\[3\%\] {
  margin-right: 3%;
}
.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-\[2\%\] {
  margin-top: 2%;
}
.mt-\[5\%\] {
  margin-top: 5%;
}
.mt-\[6\%\] {
  margin-top: 6%;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[10\%\] {
  height: 10%;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[11\%\] {
  height: 11%;
}
.h-\[119px\] {
  height: 119px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[14\%\] {
  height: 14%;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[15rem\] {
  height: 15rem;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20\%\] {
  height: 20%;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[212px\] {
  height: 212px;
}
.h-\[22\%\] {
  height: 22%;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25\%\] {
  height: 25%;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[3\.3vh\] {
  height: 3.3vh;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[428px\] {
  height: 428px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[5\%\] {
  height: 5%;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[6\.2rem\] {
  height: 6.2rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[64vh\] {
  height: 64vh;
}
.h-\[65\%\] {
  height: 65%;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[71\.4\%\] {
  height: 71.4%;
}
.h-\[71vh\] {
  height: 71vh;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[81px\] {
  height: 81px;
}
.h-\[82\%\] {
  height: 82%;
}
.h-\[85\%\] {
  height: 85%;
}
.h-\[86vh\] {
  height: 86vh;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[92\%\] {
  height: 92%;
}
.h-\[95\%\] {
  height: 95%;
}
.h-\[95\.5vh\] {
  height: 95.5vh;
}
.h-\[97vh\] {
  height: 97vh;
}
.h-\[calc\(100\%_-_134px\)\] {
  height: calc(100% - 134px);
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[100\%\] {
  max-height: 100%;
}
.max-h-\[14\.8rem\] {
  max-height: 14.8rem;
}
.max-h-\[140px\] {
  max-height: 140px;
}
.max-h-\[14rem\] {
  max-height: 14rem;
}
.max-h-\[20rem\] {
  max-height: 20rem;
}
.max-h-\[212px\] {
  max-height: 212px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[54\%\] {
  max-height: 54%;
}
.max-h-\[6\.52rem\] {
  max-height: 6.52rem;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[6rem\] {
  max-height: 6rem;
}
.max-h-\[80\%\] {
  max-height: 80%;
}
.max-h-\[87\%\] {
  max-height: 87%;
}
.max-h-\[90\%\] {
  max-height: 90%;
}
.max-h-\[91vh\] {
  max-height: 91vh;
}
.max-h-\[9rem\] {
  max-height: 9rem;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[10rem\] {
  min-height: 10rem;
}
.min-h-\[12rem\] {
  min-height: 12rem;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[290px\] {
  min-height: 290px;
}
.min-h-\[326px\] {
  min-height: 326px;
}
.min-h-\[81px\] {
  min-height: 81px;
}
.min-h-full {
  min-height: 100%;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[1\.1rem\] {
  width: 1.1rem;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[13vw\] {
  width: 13vw;
}
.w-\[14\.001px\] {
  width: 14.001px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[16\%\] {
  width: 16%;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[18\.449px\] {
  width: 18.449px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[2\.5rem\] {
  width: 2.5rem;
}
.w-\[2\.6vw\] {
  width: 2.6vw;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[207px\] {
  width: 207px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[213px\] {
  width: 213px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[24\%\] {
  width: 24%;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[2vw\] {
  width: 2vw;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31\%\] {
  width: 31%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[32\.3\%\] {
  width: 32.3%;
}
.w-\[32\.4\%\] {
  width: 32.4%;
}
.w-\[328px\] {
  width: 328px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[368px\] {
  width: 368px;
}
.w-\[38\.5\%\] {
  width: 38.5%;
}
.w-\[4\%\] {
  width: 4%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[46\.3\%\] {
  width: 46.3%;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[53\%\] {
  width: 53%;
}
.w-\[54\%\] {
  width: 54%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[65\.5\%\] {
  width: 65.5%;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[76\%\] {
  width: 76%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[86\%\] {
  width: 86%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[95px\] {
  width: 95px;
}
.w-\[97\%\] {
  width: 97%;
}
.w-\[99\%\] {
  width: 99%;
}
.w-\[calc\(100\%_-_120px\)\] {
  width: calc(100% - 120px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[370px\] {
  min-width: 370px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[700px\] {
  min-width: 700px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.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));
}
.rotate-\[270deg\] {
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-default {
  cursor: default;
}
.cursor-ne-resize {
  cursor: ne-resize;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-se-resize {
  cursor: se-resize;
}
.cursor-sw-resize {
  cursor: sw-resize;
}
.cursor-wait {
  cursor: wait;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 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;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.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;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10\%\] {
  gap: 10%;
}
.gap-\[2\%\] {
  gap: 2%;
}
.gap-\[4\%\] {
  gap: 4%;
}
.gap-\[8\%\] {
  gap: 8%;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.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-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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-\[78\%\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(78% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(78% * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[35px\] {
  border-radius: 35px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[82px\] {
  border-radius: 82px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-\[10px\] {
  border-top-width: 10px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#0047AB\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 71 171 / var(--tw-border-opacity, 1));
}
.border-\[\#0556BF30\] {
  border-color: #0556BF30;
}
.border-\[\#0556BF\] {
  --tw-border-opacity: 1;
  border-color: rgb(5 86 191 / var(--tw-border-opacity, 1));
}
.border-\[\#0556bf\] {
  --tw-border-opacity: 1;
  border-color: rgb(5 86 191 / var(--tw-border-opacity, 1));
}
.border-\[\#16171c20\] {
  border-color: #16171c20;
}
.border-\[\#1E4483\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 68 131 / var(--tw-border-opacity, 1));
}
.border-\[\#1e4483\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 68 131 / var(--tw-border-opacity, 1));
}
.border-\[\#3ED7A7\] {
  --tw-border-opacity: 1;
  border-color: rgb(62 215 167 / var(--tw-border-opacity, 1));
}
.border-\[\#752ED3\] {
  --tw-border-opacity: 1;
  border-color: rgb(117 46 211 / var(--tw-border-opacity, 1));
}
.border-\[\#81c784\] {
  --tw-border-opacity: 1;
  border-color: rgb(129 199 132 / var(--tw-border-opacity, 1));
}
.border-\[\#90caf9\] {
  --tw-border-opacity: 1;
  border-color: rgb(144 202 249 / var(--tw-border-opacity, 1));
}
.border-\[\#9E9E9E\] {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}
.border-\[\#B5B5B5\] {
  --tw-border-opacity: 1;
  border-color: rgb(181 181 181 / var(--tw-border-opacity, 1));
}
.border-\[\#C1C1C180\] {
  border-color: #C1C1C180;
}
.border-\[\#C1C1C1\] {
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity, 1));
}
.border-\[\#EAEAEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-\[\#EEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.border-\[\#FFD700\]\/30 {
  border-color: rgb(255 215 0 / 0.3);
}
.border-\[\#c8e6c9\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 230 201 / var(--tw-border-opacity, 1));
}
.border-\[\#dc2626\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-\[\#ef9a9a\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 154 154 / var(--tw-border-opacity, 1));
}
.border-\[\#f9f9f9\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity, 1));
}
.border-\[\#ffab91\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 171 145 / var(--tw-border-opacity, 1));
}
.border-\[\#ffb74d\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 183 77 / var(--tw-border-opacity, 1));
}
.border-\[\#ffccbc\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 188 / var(--tw-border-opacity, 1));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-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-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-\[\#EEE\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.border-l-blue-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-t-\[\#1E4483\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(30 68 131 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-\[\#0556BF80\] {
  background-color: #0556BF80;
}
.bg-\[\#0556BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 86 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0556bf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 86 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0556bf\]\/10 {
  background-color: rgb(5 86 191 / 0.1);
}
.bg-\[\#1E4483\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 68 131 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2C2C2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3ED7A7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 215 167 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3ed7a7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 215 167 / var(--tw-bg-opacity, 1));
}
.bg-\[\#717171\] {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 113 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B5B5B5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 181 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EB6450\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 100 80 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFB428\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 180 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF9E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e3f2fd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 242 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8f5e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 245 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eb6450\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 100 80 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f8f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f3f9ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffebee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff3e0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff3f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff8f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-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-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-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.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-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.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-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / 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-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / 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-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-\[url\(\"\/images\/fondo-recuperar\.png\"\)\] {
  background-image: url("/images/fondo-recuperar.png");
}
.bg-\[url\(\'\/images\/imagen-reset\.png\'\)\] {
  background-image: url('/images/imagen-reset.png');
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#E94336\] {
  --tw-gradient-from: #E94336 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 67 54 / 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-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#FCBC05\] {
  --tw-gradient-to: #FCBC05 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.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;
}
.px-\[1\%\] {
  padding-left: 1%;
  padding-right: 1%;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15\%\] {
  padding-left: 15%;
  padding-right: 15%;
}
.px-\[2\%\] {
  padding-left: 2%;
  padding-right: 2%;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[3\%\] {
  padding-left: 3%;
  padding-right: 3%;
}
.px-\[7\.5\%\] {
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.06rem\] {
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
}
.py-\[0\.28rem\] {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}
.py-\[0\.3rem\] {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12\%\] {
  padding-top: 12%;
  padding-bottom: 12%;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[2\%\] {
  padding-top: 2%;
  padding-bottom: 2%;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[3\%\] {
  padding-top: 3%;
  padding-bottom: 3%;
}
.py-\[4\.5\%\] {
  padding-top: 4.5%;
  padding-bottom: 4.5%;
}
.py-\[6\%\] {
  padding-top: 6%;
  padding-bottom: 6%;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[0\%\] {
  padding-bottom: 0%;
}
.pb-\[2\.8\%\] {
  padding-bottom: 2.8%;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-\[0\%\] {
  padding-left: 0%;
}
.pl-\[2\%\] {
  padding-left: 2%;
}
.pl-\[2\.1\%\] {
  padding-left: 2.1%;
}
.pl-\[3\.6\%\] {
  padding-left: 3.6%;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[58px\] {
  padding-left: 58px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[0\%\] {
  padding-right: 0%;
}
.pr-\[2\.5\%\] {
  padding-right: 2.5%;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[0\.5\%\] {
  padding-top: 0.5%;
}
.pt-\[1\%\] {
  padding-top: 1%;
}
.pt-\[2\%\] {
  padding-top: 2%;
}
.pt-\[27px\] {
  padding-top: 27px;
}
.pt-\[3\%\] {
  padding-top: 3%;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[59px\] {
  padding-top: 59px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[30px\] {
  font-size: 30px;
}
.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-bold {
  font-weight: 700 !important;
}
.\!font-extrabold {
  font-weight: 800 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#00A370\] {
  --tw-text-opacity: 1;
  color: rgb(0 163 112 / var(--tw-text-opacity, 1));
}
.text-\[\#0556BF\] {
  --tw-text-opacity: 1;
  color: rgb(5 86 191 / var(--tw-text-opacity, 1));
}
.text-\[\#0556bf\] {
  --tw-text-opacity: 1;
  color: rgb(5 86 191 / var(--tw-text-opacity, 1));
}
.text-\[\#1E4483\] {
  --tw-text-opacity: 1;
  color: rgb(30 68 131 / var(--tw-text-opacity, 1));
}
.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#2e7d32\] {
  --tw-text-opacity: 1;
  color: rgb(46 125 50 / var(--tw-text-opacity, 1));
}
.text-\[\#c0c0c0\] {
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity, 1));
}
.text-\[\#c62828\] {
  --tw-text-opacity: 1;
  color: rgb(198 40 40 / var(--tw-text-opacity, 1));
}
.text-\[\#d32f2f\] {
  --tw-text-opacity: 1;
  color: rgb(211 47 47 / var(--tw-text-opacity, 1));
}
.text-\[\#d84315\] {
  --tw-text-opacity: 1;
  color: rgb(216 67 21 / var(--tw-text-opacity, 1));
}
.text-\[\#dc2626\] {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-\[\#e65100\] {
  --tw-text-opacity: 1;
  color: rgb(230 81 0 / 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-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-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 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-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-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / 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-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-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-95 {
  opacity: 0.95;
}
.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-blue-400\/80 {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}
.invert {
  --tw-invert: invert(100%);
  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-sm {
  --tw-backdrop-blur: blur(4px);
  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, 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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*Global*/
:root {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ant-typography,
.ant-btn,
.ant-input,
.ant-select,
.ant-picker,
.ant-table {
  font-family: "Inter", sans-serif !important;
}

body {
  margin: 0px !important;
  background: #fff !important;
  max-width: 100%;
  color: #000 !important;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  border: 0px solid;
  background-color: transparent;
}

.fondo {
  color: #f9f9f9;
}

.bg-fondo {
  background-color: #f9f9f9;
}

.blanco {
  color: #fff;
}

.bg-blanco {
  background-color: #fff;
}

.negro {
  color: #000;
}

.negro-claro {
  color: #575756;
}

.gris {
  color: var(--Textos, #717171);
}

.gris-oscuro {
  color: #3c3c3b;
}

.bg-gris {
  background-color: var(--Textos, #717171);
}

.gris2 {
  color: #b5b5b5;
}

.bg-gris2 {
  background-color: #b5b5b5;
}

.gris-claro {
  color: #eaeaea;
}

.bg-gris-claro {
  background-color: #eaeaea;
}

.blanco {
  color: var(--Blanco, #ffffff);
}

.azul-alternativa {
  color: var(--Azul-Alternativa, #0556bf);
}

.bg-azul-alternativa {
  background-color: var(--Azul-Alternativa, #0556bf);
}

.azul-fb {
  color: var(--Azul-FB, #1e4483);
}

.bg-azul-fb {
  background-color: var(--Azul-FB, #1e4483);
}

.azul {
  color: #1e4483;
}

.bg-azul {
  background-color: #1e4483;
}

.salmon {
  color: #eb6450;
}

.bg-salmon {
  background-color: #eb6450;
}

.morado {
  color: #752ed3;
}

.bg-morado {
  background-color: #752ed3;
}

.verde1 {
  color: #3ed7a7;
}

.bg-verde1 {
  background-color: #3ed7a7;
}

.verde2 {
  color: #00a370;
}

.bg-verde2 {
  background-color: #00a370;
}

.advertencia {
  color: #b9a24a;
}

.bg-advertencia {
  background-color: #b9a24a;
}

.advertencia2 {
  color: #dbc15e;
}

.bg-advertencia2 {
  background-color: #dbc15e;
}

.rojo {
  color: #cd001a;
}

.bg-rojo {
  background-color: #cd001a;
}

.textos-peques {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.textos {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

h1,
.h1 {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}

h2,
.h2 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}

h3,
.h3 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

h4,
.h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.textos-peques2 {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

.textos-peques2-bold {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.inter-11 {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.inter-13 {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.inter-16 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.inter-18 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.inter-20 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: 600;
  font-weight: 600;
}

.inter-24 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: 600;
  font-weight: 600;
}

.inter-32 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

.inter-40 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
/*End::Global*/

/*Animaciones*/
@keyframes incres {
  0% {
    width: 0%;
  }

  100% {
    width: 32.7%;
  }
}

@keyframes decres {
  0% {
    width: 32.7%;
  }

  100% {
    width: 0%;
  }
}

.custom-confirm {
  animation: incres 0.5s ease-in-out forwards;
}

.custom-confirm.shrink {
  animation: decres 0.5s ease-in-out forwards;
}
/*End::Animaciones*/

.p-reset {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1%;
  width: 100%;
  margin: 0%;
  color: var(--Naranja, #cc3131);
  margin-bottom: 1%;
}

.p-reset.valid {
  color: #00e676;
  /* verde para condiciones válidas */
}

.p-reset.invalid {
  color: #cc3131;
  /* rojo para condiciones inválidas */
}

/*Modals*/

.ant-modal .ant-modal-content {
  border-radius: 10px !important;
}

.ant-modal-close {
  display: none !important;
}

.ant-modal .ant-modal-header {
  display: none !important;
}

.ant-modal .ant-modal-footer {
  display: none !important;
}

/*Scroll*/
::-webkit-scrollbar {
  -webkit-appearance: none;
}

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

::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #7c7c7c;
  border-radius: 20px;
  border: 0px solid #7c7c7c;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

/*End:Scroll*/

.cargando {
  position: relative;
}

.cargando::after {
  content: "";
  animation: cargando 1.5s linear infinite;
}

@keyframes cargando {
  0% {
    content: "";
  }
  20% {
    content: ".";
  }
  30% {
    content: "..";
  }
  50% {
    content: "...";
  }
  60% {
    content: "..";
  }
  70% {
    content: ".";
  }
  100% {
    content: "";
  }
}

.ant-upload-list.ant-upload-list-text {
  display: none !important;
}

.card-icon {
  transition: all 0.3s ease-in-out;
}

.card-background {
  transition: all 0.3s ease-in-out;
}

/* Clases para el contenedor del card */
.card-container {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.card-container:hover .card-background {
  transform: scale(0.98) translateY(-1.5%) translateX(-1%);
}

.card-container:hover .card-icon {
  transform: scale(1.2) translateY(-10%) translateX(-16.8%);
}

/* 1724px: 90% del tamaño base (antes 80%) */
@media (max-width: 1724px) {
  .textos-peques {
    font-family: Inter;
    font-size: 11.7px;
    font-style: normal;
    font-weight: 400;
  }

  .textos {
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 400;
  }

  h1,
  .h1 {
    font-family: Inter;
    font-size: 57.6px;
    font-style: normal;
    font-weight: 700;
  }

  h2,
  .h2 {
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
  }

  h3,
  .h3 {
    font-family: Inter;
    font-size: 28.8px;
    font-style: normal;
    font-weight: 600;
  }

  h4,
  .h4 {
    font-family: Inter;
    font-size: 16.2px;
    font-style: normal;
    font-weight: 600;
  }

  .textos-peques2 {
    font-family: Inter;
    font-size: 9.9px;
    font-style: normal;
    font-weight: 400;
  }

  .textos-peques2-bold {
    font-family: Inter;
    font-size: 9.9px;
    font-style: normal;
    font-weight: 600;
  }

  .inter-11 {
    font-family: Inter;
    font-size: 9.9px;
    font-style: normal;
    font-weight: 800;
  }

  .inter-13 {
    font-family: Inter;
    font-size: 11.7px;
    font-style: normal;
    font-weight: 400;
  }

  .inter-16 {
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 400;
  }

  .inter-18 {
    font-family: Inter;
    font-size: 16.2px;
    font-style: normal;
    font-weight: 600;
  }

  .inter-20 {
    font-family: Inter;
    font-size: 18px;
    font-style: 600;
    font-weight: 600;
  }

  .inter-24 {
    font-family: Inter;
    font-size: 21.6px;
    font-style: 600;
    font-weight: 600;
  }

  .inter-32 {
    font-family: Inter;
    font-size: 28.8px;
    font-style: normal;
    font-weight: 600;
  }

  .inter-40 {
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
  }
}

/* 1300px: 85% del tamaño base (antes ~72%) */
@media (max-width: 1300px) {
  .textos-peques {
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
  }

  .textos {
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 400;
  }

  h1,
  .h1 {
    font-family: Inter;
    font-size: 54.4px;
    font-style: normal;
    font-weight: 700;
  }

  h2,
  .h2 {
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
  }

  h3,
  .h3 {
    font-family: Inter;
    font-size: 27.2px;
    font-style: normal;
    font-weight: 600;
      line-height: 27.2px;
  }

  h4,
  .h4 {
    font-family: Inter;
    font-size: 15.3px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
  }

  .textos-peques2 {
    font-family: Inter;
    font-size: 9.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 9.4px;
  }

  .textos-peques2-bold {
    font-family: Inter;
    font-size: 9.4px;
    font-style: normal;
    font-weight: 600;
    line-height: 9.4px;
  }

  .inter-11 {
    font-family: Inter;
    font-size: 9.4px;
    font-style: normal;
    font-weight: 800;
    line-height: 9.4px;
  }

  .inter-13 {
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
  }

  .inter-16 {
    font-family: Inter;
    font-size: 13.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.6px;
  }

  .inter-18 {
    font-family: Inter;
    font-size: 15.3px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
  }

  .inter-20 {
    font-family: Inter;
    font-size: 17px;
    font-style: 600;
    font-weight: 600;
    line-height: 17px;
  }

  .inter-24 {
    font-family: Inter;
    font-size: 20.4px;
    font-style: 600;
    font-weight: 600;
    line-height: 20.4px;
  }

  .inter-32 {
    font-family: Inter;
    font-size: 27.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.2px;
  }

  .inter-40 {
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
}

/* 768px: 80% del tamaño base (antes valores muy bajos, ej. 7px) */
@media (max-width: 768px) {
  .textos-peques {
    font-family: Inter;
    font-size: 10.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 10.4px;
  }

  .textos {
    font-family: Inter;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.8px;
  }

  h1,
  .h1 {
    font-family: Inter;
    font-size: 51.2px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.2px;
  }

  h2,
  .h2 {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }

  h3,
  .h3 {
    font-family: Inter;
    font-size: 25.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
  }

  h4,
  .h4 {
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }

  .textos-peques2 {
    font-family: Inter;
    font-size: 8.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 8.8px;
  }

  .textos-peques2-bold {
    font-family: Inter;
    font-size: 8.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 8.8px;
  }

  .inter-11 {
    font-family: Inter;
    font-size: 8.8px;
    font-style: normal;
    font-weight: 800;
    line-height: 8.8px;
  }

  .inter-13 {
    font-family: Inter;
    font-size: 10.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 10.4px;
  }

  .inter-16 {
    font-family: Inter;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.8px;
  }

  .inter-18 {
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }

  .inter-20 {
    font-family: Inter;
    font-size: 16px;
    font-style: 600;
    font-weight: 600;
    line-height: 16px;
  }

  .inter-24 {
    font-family: Inter;
    font-size: 19.2px;
    font-style: 600;
    font-weight: 600;
    line-height: 19.2px;
  }

  .inter-32 {
    font-family: Inter;
    font-size: 25.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px;
  }

  .inter-40 {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
}

/* Responsive para componentes de filtros en laptops pequeñas */
@media (max-width: 1350px) {
  .select-headers-container {
    width: var(--select-lpm-width, auto) !important;
    flex: 1 1 0%;
    min-width: 120px;
  }
  
  .select-headers-inner {
    width: 100%;
  }

  .date-range-container {
    width: auto !important;
    flex: 1 1 0%;
    min-width: 120px;
  }
}


/* traductor */
.google-translate-select-dropdown__menu {
  width: 119%;
  background-color: #eaeaea !important;
  border-radius: 18px !important;
  border-color: #16171c10 !important;
}

.google-translate-select {
  width: 8%;
  height: 41%;
  display: flex;
  align-items: center;
}

.google-translate-select-language {
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding: 5px !important;
}

@media (max-width: 1724px) {
  .google-translate-select-language {
    font-size: 14.4px;
    padding: 4px !important;
  }
}

@media (max-width: 1300px) {
  .google-translate-select-language {
    font-size: 13.6px;
    padding: 3px !important;
  }
}

@media (max-width: 768px) {
  .google-translate-select-language {
    font-size: 12.8px;
    padding: 2px !important;
  }
}

.placeholder\:text-\[\#717171\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#717171\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity, 1));
}

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

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-\[\#0556BF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 86 191 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#1E4483\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 68 131 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#00a370\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 112 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0447a0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 71 160 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0556BF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 86 191 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0556bf\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 86 191 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1E4483\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 68 131 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1e4483\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 68 131 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#717171\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#CD001A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 0 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#DBC15E\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 193 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E5E5E5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#EAEAEA\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F9F9F9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#cd001a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 0 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#eaeaea\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ffe0d6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 214 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.hover\:bg-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-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}

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

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

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

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

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

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

.hover\:text-\[\#0556bf\]:hover {
  --tw-text-opacity: 1;
  color: rgb(5 86 191 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#c62828\]:hover {
  --tw-text-opacity: 1;
  color: rgb(198 40 40 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 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-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 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-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\:opacity-70:hover {
  opacity: 0.7;
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-85:hover {
  opacity: 0.85;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-2xl:hover {
  --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);
}

.hover\:shadow-md:hover {
  --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);
}

.hover\:shadow-sm:hover {
  --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);
}

.focus\:border-\[\#0556bf\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 86 191 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#ff8a65\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 138 101 / var(--tw-border-opacity, 1));
}

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

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

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

.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-\[\#ff8a65\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 138 101 / 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-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

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

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-85:disabled {
  opacity: 0.85;
}

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

.group:hover .group-hover\:text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {

  .md\:w-\[calc\(100vw-280px\)\] {
    width: calc(100vw - 280px);
  }
}

@media (min-width: 1024px) {

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

@media (max-width: 1729px) {

  .lp\:h-\[38vh\] {
    height: 38vh;
  }

  .lp\:h-\[55vh\] {
    height: 55vh;
  }
}

@media (max-width: 1350px) {

  .lpm\:left-3 {
    left: 0.75rem;
  }

  .lpm\:left-4 {
    left: 1rem;
  }

  .lpm\:right-3 {
    right: 0.75rem;
  }

  .lpm\:top-3 {
    top: 0.75rem;
  }

  .lpm\:top-4 {
    top: 1rem;
  }

  .lpm\:top-\[168px\] {
    top: 168px;
  }

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

  .lpm\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

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

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

  .lpm\:ml-\[15px\] {
    margin-left: 15px;
  }

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

  .lpm\:h-10 {
    height: 2.5rem;
  }

  .lpm\:h-12 {
    height: 3rem;
  }

  .lpm\:h-16 {
    height: 4rem;
  }

  .lpm\:h-3 {
    height: 0.75rem;
  }

  .lpm\:h-3\.5 {
    height: 0.875rem;
  }

  .lpm\:h-4 {
    height: 1rem;
  }

  .lpm\:h-8 {
    height: 2rem;
  }

  .lpm\:h-\[10\%\] {
    height: 10%;
  }

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

  .lpm\:h-\[140px\] {
    height: 140px;
  }

  .lpm\:h-\[180px\] {
    height: 180px;
  }

  .lpm\:h-\[18px\] {
    height: 18px;
  }

  .lpm\:h-\[20px\] {
    height: 20px;
  }

  .lpm\:h-\[22px\] {
    height: 22px;
  }

  .lpm\:h-\[320px\] {
    height: 320px;
  }

  .lpm\:h-\[32px\] {
    height: 32px;
  }

  .lpm\:h-\[45\%\] {
    height: 45%;
  }

  .lpm\:h-\[48\%\] {
    height: 48%;
  }

  .lpm\:h-\[50px\] {
    height: 50px;
  }

  .lpm\:h-\[50vh\] {
    height: 50vh;
  }

  .lpm\:h-\[60\%\] {
    height: 60%;
  }

  .lpm\:h-\[68vh\] {
    height: 68vh;
  }

  .lpm\:h-\[75\%\] {
    height: 75%;
  }

  .lpm\:h-\[85\%\] {
    height: 85%;
  }

  .lpm\:h-\[85vh\] {
    height: 85vh;
  }

  .lpm\:h-\[88\%\] {
    height: 88%;
  }

  .lpm\:h-\[88vh\] {
    height: 88vh;
  }

  .lpm\:h-\[calc\(100\%_-_100px\)\] {
    height: calc(100% - 100px);
  }

  .lpm\:h-auto {
    height: auto;
  }

  .lpm\:max-h-\[12rem\] {
    max-height: 12rem;
  }

  .lpm\:max-h-\[180px\] {
    max-height: 180px;
  }

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

  .lpm\:w-10 {
    width: 2.5rem;
  }

  .lpm\:w-12 {
    width: 3rem;
  }

  .lpm\:w-16 {
    width: 4rem;
  }

  .lpm\:w-2\.5 {
    width: 0.625rem;
  }

  .lpm\:w-3 {
    width: 0.75rem;
  }

  .lpm\:w-3\.5 {
    width: 0.875rem;
  }

  .lpm\:w-4 {
    width: 1rem;
  }

  .lpm\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

  .lpm\:w-\[18\%\] {
    width: 18%;
  }

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

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

  .lpm\:w-\[25\%\] {
    width: 25%;
  }

  .lpm\:w-\[26\%\] {
    width: 26%;
  }

  .lpm\:w-\[3\%\] {
    width: 3%;
  }

  .lpm\:w-\[32\%\] {
    width: 32%;
  }

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

  .lpm\:w-\[33\%\] {
    width: 33%;
  }

  .lpm\:w-\[35\%\] {
    width: 35%;
  }

  .lpm\:w-\[38\%\] {
    width: 38%;
  }

  .lpm\:w-\[4\%\] {
    width: 4%;
  }

  .lpm\:w-\[40\%\] {
    width: 40%;
  }

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

  .lpm\:w-\[48\%\] {
    width: 48%;
  }

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

  .lpm\:w-\[58\%\] {
    width: 58%;
  }

  .lpm\:w-\[60\%\] {
    width: 60%;
  }

  .lpm\:w-\[65\%\] {
    width: 65%;
  }

  .lpm\:w-\[72\%\] {
    width: 72%;
  }

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

  .lpm\:w-\[95\%\] {
    width: 95%;
  }

  .lpm\:w-\[calc\(100\%_-_100px\)\] {
    width: calc(100% - 100px);
  }

  .lpm\:w-\[calc\(100vw-200px\)\] {
    width: calc(100vw - 200px);
  }

  .lpm\:w-full {
    width: 100%;
  }

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

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

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

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

  .lpm\:gap-1 {
    gap: 0.25rem;
  }

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

  .lpm\:gap-2 {
    gap: 0.5rem;
  }

  .lpm\:gap-3 {
    gap: 0.75rem;
  }

  .lpm\:gap-4 {
    gap: 1rem;
  }

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

  .lpm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lpm\:gap-y-4 {
    row-gap: 1rem;
  }

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

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

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

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

  .lpm\:border {
    border-width: 1px;
  }

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

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

  .lpm\:p-2 {
    padding: 0.5rem;
  }

  .lpm\:p-3 {
    padding: 0.75rem;
  }

  .lpm\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

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

  .lpm\:px-\[0\.5\%\] {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lpm\:px-\[1\%\] {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lpm\:px-\[1\.5\%\] {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

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

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

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

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

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

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

  .lpm\:py-\[1\%\] {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lpm\:pb-1 {
    padding-bottom: 0.25rem;
  }

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

  .lpm\:pb-\[1\.5\%\] {
    padding-bottom: 1.5%;
  }

  .lpm\:pb-\[12px\] {
    padding-bottom: 12px;
  }

  .lpm\:pl-\[1\.5\%\] {
    padding-left: 1.5%;
  }

  .lpm\:pl-\[15px\] {
    padding-left: 15px;
  }

  .lpm\:pl-\[2\%\] {
    padding-left: 2%;
  }

  .lpm\:pl-\[20px\] {
    padding-left: 20px;
  }

  .lpm\:pl-\[30px\] {
    padding-left: 30px;
  }

  .lpm\:pr-\[1\.5\%\] {
    padding-right: 1.5%;
  }

  .lpm\:pt-\[1\%\] {
    padding-top: 1%;
  }

  .lpm\:pt-\[1\.5\%\] {
    padding-top: 1.5%;
  }

  .lpm\:pt-\[12px\] {
    padding-top: 12px;
  }

  .lpm\:pt-\[20px\] {
    padding-top: 20px;
  }

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

  .lpm\:\!text-\[11px\] {
    font-size: 11px !important;
  }

  .lpm\:\!text-\[20px\] {
    font-size: 20px !important;
  }

  .lpm\:\!leading-\[13px\] {
    line-height: 13px !important;
  }

  .lpm\:\!leading-\[2px\] {
    line-height: 2px !important;
  }
}

@media (max-width: 1000px) {

  .cl\:my-\[2\%\] {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .cl\:flex {
    display: flex;
  }

  .cl\:hidden {
    display: none;
  }

  .cl\:h-\[10\%\] {
    height: 10%;
  }

  .cl\:h-\[100\%\] {
    height: 100%;
  }

  .cl\:h-\[2\.15rem\] {
    height: 2.15rem;
  }

  .cl\:h-\[25\%\] {
    height: 25%;
  }

  .cl\:h-\[250px\] {
    height: 250px;
  }

  .cl\:h-\[280px\] {
    height: 280px;
  }

  .cl\:h-\[30\%\] {
    height: 30%;
  }

  .cl\:h-\[30vh\] {
    height: 30vh;
  }

  .cl\:h-\[40\%\] {
    height: 40%;
  }

  .cl\:h-\[4rem\] {
    height: 4rem;
  }

  .cl\:h-\[50\%\] {
    height: 50%;
  }

  .cl\:h-\[50vh\] {
    height: 50vh;
  }

  .cl\:h-\[7\.5vh\] {
    height: 7.5vh;
  }

  .cl\:h-\[70px\] {
    height: 70px;
  }

  .cl\:h-\[calc\(100\%_-_55px\)\] {
    height: calc(100% - 55px);
  }

  .cl\:\!w-\[calc\(50\%_-_8px\)\] {
    width: calc(50% - 8px) !important;
  }

  .cl\:w-\[1\.15rem\] {
    width: 1.15rem;
  }

  .cl\:w-\[10\%\] {
    width: 10%;
  }

  .cl\:w-\[100\%\] {
    width: 100%;
  }

  .cl\:w-\[50\%\] {
    width: 50%;
  }

  .cl\:w-\[8\%\] {
    width: 8%;
  }

  .cl\:w-\[85\%\] {
    width: 85%;
  }

  .cl\:w-\[88\%\] {
    width: 88%;
  }

  .cl\:w-\[94vw\] {
    width: 94vw;
  }

  .cl\:w-\[calc\(50\%_-_8px\)\] {
    width: calc(50% - 8px);
  }

  .cl\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

  .cl\:\!justify-center {
    justify-content: center !important;
  }

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

  .cl\:gap-2 {
    gap: 0.5rem;
  }

  .cl\:gap-4 {
    gap: 1rem;
  }

  .cl\:gap-6 {
    gap: 1.5rem;
  }

  .cl\:gap-\[5\%\] {
    gap: 5%;
  }

  .cl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .cl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .cl\:gap-y-4 {
    row-gap: 1rem;
  }

  .cl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .cl\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

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

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

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

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

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

  .cl\:pl-\[3\%\] {
    padding-left: 3%;
  }

  .cl\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .cl\:pr-\[3\%\] {
    padding-right: 3%;
  }

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

  .cl\:pt-\[4\%\] {
    padding-top: 4%;
  }
}.clear {
  clear: both;
}

.checkBox {
  display: block;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #0556BF;
}

.checkBox div {
  width: 60px;
  height: 60px;
  background-color: #0556BF;
  top: -52px;
  left: -52px;
  position: absolute;
  transform: rotateZ(45deg);
  z-index: 100;
}

.checkBox input[type="checkbox"]:checked + div {
  left: -10px;
  top: -10px;
}

.checkBox input[type="checkbox"] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.transition {
  transition: 300ms ease;
}
.ant-picker-range .ant-picker-active-bar {
    background-color: #0556BF;
}
.ant-picker-outlined:focus, :where(.css-dev-only-do-not-override-19lec04).ant-picker-outlined:focus-within{
    background-color: transparent;
    border: 0px;
    box-shadow: 0 0 0 0px #0556BF;
}

/* Responsive para laptops pequeñas */
@media (max-width: 1350px) {
    .date-range-container {
        width: var(--date-lpm-width, auto) !important;
    }
    
    .ant-picker-range {
        font-size: 11px !important;
    }
    
    .ant-picker-input > input {
        font-size: 11px !important;
    }
}.ant-drawer-header {
  display: none !important;
}
.ant-select-selector {
  border: 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
  padding: 0px !important;
}

.ant-drawer-content-wrapper {
  width: 555px !important;
  height: 892px !important;
  margin: 1.6%;
  border-radius: 10px !important;
}

.ant-drawer-content {
  border-radius: 10px !important;
}

@media (max-width: 768px) {
  .ant-drawer-content-wrapper {
    margin: 0% !important;
  }

  .ant-drawer-content {
    width: 80% !important;
    height: 80% !important;
    margin-left: 12vw !important;
    margin-top: 2vh !important;
  }
}/* From Uiverse.io by WhiteNervosa */ 
.slider {
  background-color: #ffffff2b;
  border-radius: 100px;
  padding: 1px;
  margin: 10px;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  align-items: center;
  position: relative;
  display: block;
  width: 40px;
  height: 19px;
  box-shadow:  rgba(0, 0, 0, 0.21) 0px 0px 0px 24px inset,
        #22cc3f 0px 0px 0px 0px inset, rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
}

.slider::after {
  content: "";
  display: flex;
  top: 2.3px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #e3e3e3;
  border-radius: 200px;
  position: absolute;
  box-shadow: transparent 0px 0px 0px 2px, rgba(0, 0, 0, 0.3) 0px 6px 6px;
  transition: left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: left, background-color;
}

.switch input[type="checkbox"]:checked + .slider {
  box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, #22cc3f 0px 0px 0px 2px inset, #22cc3f 0px 0px 0px 24px inset,
        rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
}

.switch input[type="checkbox"]:checked + .slider::after {
  left: 24px;
}

.switch input[type="checkbox"] {
  display: none;
}.ant-picker-range .ant-picker-active-bar {
    background-color: #0556BF;
}
.ant-picker-outlined:focus, :where(.css-dev-only-do-not-override-19lec04).ant-picker-outlined:focus-within{
    background-color: transparent;
    border: 0px;
    box-shadow: 0 0 0 0px #0556BF;
}/* SidebarMobile - Navigation area */
.sidebar-mobile-nav {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.sidebar-mobile-nav > a {
    flex-shrink: 0;
}
.clear {
  clear: both;
}

.checkBox {
  display: block;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #0556bf;
}

.checkBox div {
  width: 60px;
  height: 60px;
  background-color: #0556bf;
  top: -52px;
  left: -52px;
  position: absolute;
  transform: rotateZ(45deg);
  z-index: 100;
}

.checkBox input[type="checkbox"]:checked + div {
  left: -10px;
  top: -10px;
}

.checkBox input[type="checkbox"] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.transition {
  transition: 300ms ease;
}
.absolute {
  position: absolute;
}

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

.loader {
  display: flex;
}

.w-2 {
  width: 0.5em;
}

.dash {
  animation: dashArray 4.5s ease-in-out infinite, dashOffset 6s linear infinite;
}

.spin {
  animation: spinDashArray 4.5s ease-in-out infinite, spin 8s ease-in-out infinite,
    dashOffset 4.5s linear infinite;
  transform-origin: center;
}

@keyframes dashArray {
  0% {
    stroke-dasharray: 0 1 359 0;
  }

  50% {
    stroke-dasharray: 0 359 1 0;
  }

  100% {
    stroke-dasharray: 359 1 0 0;
  }
}

@keyframes spinDashArray {
  0% {
    stroke-dasharray: 270 90;
  }

  50% {
    stroke-dasharray: 0 360;
  }

  100% {
    stroke-dasharray: 270 90;
  }
}

@keyframes dashOffset {
  0% {
    stroke-dashoffset: 365;
  }

  100% {
    stroke-dashoffset: 5;
  }
}

@keyframes spin {
  0% {
    rotate: 0deg;
  }

  12.5%,
  25% {
    rotate: 270deg;
  }

  37.5%,
  50% {
    rotate: 540deg;
  }

  62.5%,
  75% {
    rotate: 810deg;
  }

  87.5%,
  100% {
    rotate: 1080deg;
  }
}

.punto {
  animation: punto 2.5s ease-in-out infinite;   
  width: 100px;
  height: 100px;
}

@keyframes punto {
  0% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }

  50% {
    opacity: 1;
    width: 1000px !important;
    height: 1000px !important;
  }

  100% {
    opacity: 0; 
    width: 0px;
    height: 0px;
  }
}
.ant-tabs-tab-btn{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    
    color: var(--Textos, #717171);

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
}.ant-tabs-tab-btn{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    
    color: var(--Textos, #717171);

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
}

.ant-tabs-nav-wrap {
    justify-content: end !important;
}.ant-drawer-header {
  display: none !important;
}
.ant-select-selector {
  border: 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
  padding: 0px !important;
}

.ant-drawer-content-wrapper {
  width: 555px !important;
  height: 892px !important;
  margin: 1.6%;
  border-radius: 10px !important;
}

.ant-drawer-content {
  border-radius: 10px !important;
}.ant-drawer-header {
  display: none !important;
}
.ant-select-selector {
  border: 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
  padding: 0px !important;
}

.ant-drawer-content-wrapper {
  width: 555px !important;
  height: 94dvh !important;
  margin: 1.6%;
  border-radius: 10px !important;
}

.ant-drawer-content {
  border-radius: 10px !important;
}

/* Tabs de checklists en el drawer */
.checklist-drawer-tabs .ant-tabs-nav {
  margin-bottom: 12px;
}

.checklist-drawer-tabs .ant-tabs-tab {
  padding: 6px 10px;
}

.checklist-tab-delete:hover {
  background: rgba(0, 0, 0, 0.06);
}

.checklist-tab-delete:focus {
  outline: none;
}.ant-picker-range .ant-picker-active-bar {
    background-color: #0556BF;
}
.ant-picker-outlined:focus, :where(.css-dev-only-do-not-override-19lec04).ant-picker-outlined:focus-within{
    background-color: transparent;
    border: 0px;
    box-shadow: 0 0 0 0px #0556BF;
}.ios-checkbox {
  --checkbox-size: 15px;
  --checkbox-color: #0EB581;
  --checkbox-bg: #dbeafe;
  --checkbox-border: #717171;

  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ios-checkbox input {
  display: none;
}

.checkbox-wrapper {
  position: relative;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border-radius: 3px;
  transition: transform 0.2s ease;
}

.checkbox-bg {
  position: absolute;
  inset: 0;
  border-radius: 3px;
  border: 1px solid var(--checkbox-border);
  background: white;
  transition: all 0.2s ease;
}

.checkbox-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  color: white;
  transform: scale(0);
  transition: all 0.2s ease;
}

.check-path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  transition: stroke-dashoffset 0.3s ease 0.1s;
}

/* Checked State */
.ios-checkbox input:checked + .checkbox-wrapper .checkbox-bg {
  background: var(--checkbox-color);
  border-color: var(--checkbox-color);
}

.ios-checkbox input:checked + .checkbox-wrapper .checkbox-icon {
  transform: scale(1);
}

.ios-checkbox input:checked + .checkbox-wrapper .check-path {
  stroke-dashoffset: 0;
}

/* Hover Effects */
.ios-checkbox:hover .checkbox-wrapper {
  transform: scale(1.05);
}

/* Active Animation */
.ios-checkbox:active .checkbox-wrapper {
  transform: scale(0.95);
}

/* Focus Styles */
.ios-checkbox input:focus + .checkbox-wrapper .checkbox-bg {
  box-shadow: 0 0 0 4px var(--checkbox-bg);
}

/* Color Themes */
.ios-checkbox.blue {
  --checkbox-color: #0EB581;
  --checkbox-bg: #dbeafe;
  --checkbox-border: #717171;
}

/* Animation */
@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.ios-checkbox input:checked + .checkbox-wrapper {
  animation: bounce 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rbc-m-b-negative-3 {
  margin-bottom: -3px;
}

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

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll; /* IE and Edge */ /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rbc-toolbar {
    flex-direction: column;
  }
}
.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

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

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
  right: 1px;
}

.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

.rbc-resource-grouping.rbc-time-header-content {
  display: flex;
  flex-direction: column;
}
.rbc-resource-grouping .rbc-row .rbc-header {
  width: 141px;
}
/*# sourceMappingURL=react-big-calendar.css.map */.rbc-event, .rbc-day-slot .rbc-background-event {
    background-color: #0556BF !important;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}

.rbc-show-more {
    font-family: Inter;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 13px;
    color: #0556BF !important;
}

.rbc-header {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #0556BF !important;
}

.rbc-button-link {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.rbc-month-view {
    border-radius: 10px;
}

.rbc-overlay {
    border-radius: 10px;
}.ant-tabs-tab{
    color: #0F6FD9 !important;
    font-family: 'Inter';
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: left !important;
}

.ant-tabs-tab-active{
    color: #0F6FD9 !important;
}

.ant-tabs-ink-bar{
    background-color: #0F6FD9 !important;
}

/* Animación para eliminar tareas */
.task-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.task-item.fade-out {
  opacity: 0;
  transform: translateX(-20px);
}


.task-item {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}

.task-item.fade-out {
  opacity: 0;
  transform: translateX(20px);
} .rpv-toolbar__item {
  display: none !important;
}

.initials-modal .ant-modal-content {
  background-color: #2c2c2c;
  border-radius: 10px;
}

.email-modal .ant-modal-content {
  background-color: #f9f9f9;
  border-radius: 10px;
}

/* Estilos para redimensionamiento de campos */
.resize-handle {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0556bf;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  z-index: 50;
  transition: all 0.2s ease;
  pointer-events: auto;
}

.resize-handle:hover {
  background-color: #1e4483;
  transform: scale(1.2);
}

.resize-handle.se {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}

.resize-handle.sw {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}

.resize-handle.ne {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}

.resize-handle.nw {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}

/* Estilos para campos durante redimensionamiento */
.field-resizing {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.field-resizing * {
  pointer-events: none;
}

/* Estilos para ocultar herramientas del navegador en PDF */
.pdf-viewer-clean {
  border: none !important;
}

/* Ocultar barras de herramientas del navegador en iframe PDF */
.pdf-viewer-clean iframe {
  border: none !important;
}

/* Estilos para ocultar elementos del navegador PDF */
.pdf-viewer-clean::-webkit-scrollbar {
  display: none;
}

/* Intentar ocultar elementos del PDF viewer del navegador */
.pdf-viewer-clean embed,
.pdf-viewer-clean object {
  border: none !important;
}

/* Estilos específicos para Chrome/Edge */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .pdf-viewer-clean {
    -webkit-appearance: none;
  }
}

/* Efecto de luz verde deslizante para el botón de detección automática */
.auto-detect-btn {
  position: relative;
  overflow: hidden;
  padding: 4px 6px;
  isolation: isolate;
}

.auto-detect-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(
    115deg,
    #10b981,
    #22c55e,
    #3b82f6,
    #1d4ed8,
    #10b981
  );
  background-size: 25% 100%;
  animation: slidingLightEffect 1.5s linear infinite;
  animation-play-state: paused;
  translate: -5% 0%;
  transition: translate 0.25s ease-out;
  z-index: -1;
}

.auto-detect-btn:not(:disabled):hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0% 0%;
}

.auto-detect-btn > div,
.auto-detect-btn > span {
  position: relative;
  z-index: 1;
}

@keyframes slidingLightEffect {
  to {
    transform: translateX(-25%);
  }
}

/* Signers Setup Modal */
.signers-modal .ant-modal-content {
  background-color: #fff;
  border-radius: 12px;
}

/* Signer chip active state */
.signer-chip {
  transition: all 0.2s ease;
  cursor: pointer;
}

.signer-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.signer-chip.active {
  box-shadow:
    0 0 0 2px white,
    0 0 0 4px currentColor;
}

/* Signer label on fields */
.signer-field-label {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 3px 3px 0 0;
  color: white;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
  pointer-events: none;
}
/*Sidebar*/

.sidebar {
    width: 280px;
    height: 100%;
    background: #FFF;
    padding-top: 63px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.content-sidebar{
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 13px;
}

.content-sidebar > a {
    display: flex;
    flex-direction: row;
    gap: 13px;
    padding-left: 30px;
    height: 32px;
    align-items: center;
    width: 95%;
    color: #717171;
    position: relative;
    transition: all 0.3s ease;
    transform: translateX(0);
}

.selected-content {
    background: #DFF2FF;
    border-radius: 0px 7px 7px 0px;
    border-left: 5px solid #0556BF;
    color: #1E4483 !important;
    transform: translateX(8px);
}

/* Animaciones adicionales */
.content-sidebar > a:active {
    transform: scale(0.9);
    transition: transform 0.1s ease;
}

/* Responsive para laptops pequeñas (MacBook Air ~1350px) */
@media (max-width: 1350px) {
    .sidebar {
        width: 200px;
        padding-top: 30px;
        overflow: hidden;
    }

    .content-sidebar {
        gap: 8px;
        height: auto;
        flex: 1;
        overflow-y: auto;
        min-height: 0;
    }

    .content-sidebar > a {
        gap: 10px;
        padding-left: 20px;
        height: 28px;
        flex-shrink: 0;
    }

    .content-sidebar > a p {
        font-size: 13px;
        line-height: 13px;
    }

    .content-sidebar > a img {
        width: 14px;
    }
}