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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 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 */ /* 3 */
  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::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] {
  display: none;
}

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-left-6 {
  left: -1.5rem;
}
.-top-6 {
  top: -1.5rem;
}
.left-0 {
  left: 0px;
}
.left-8 {
  left: 2rem;
}
.left-\[auto\] {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[30px\] {
  right: 30px;
}
.right-\[auto\] {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[100000\] {
  z-index: 100000;
}
.z-\[10001\] {
  z-index: 10001;
}
.z-\[198\] {
  z-index: 198;
}
.z-\[199\] {
  z-index: 199;
}
.z-\[300\] {
  z-index: 300;
}
.z-\[301\] {
  z-index: 301;
}
.-m-2 {
  margin: -0.5rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[1\%\] {
  margin-top: 1%;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[12vh\] {
  height: 12vh;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-full {
  height: 100%;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90\%\] {
  max-height: 90%;
}
.min-h-\[10px\] {
  min-height: 10px;
}
.min-h-\[40vh\] {
  min-height: 40vh;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[1000px\] {
  width: 1000px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31\%\] {
  width: 31%;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[95vw\] {
  width: 95vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-14 {
  min-width: 3.5rem;
}
.min-w-\[10px\] {
  min-width: 10px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[52px\] {
  min-width: 52px;
}
.min-w-\[95vw\] {
  min-width: 95vw;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[49\%\] {
  max-width: 49%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[95vw\] {
  max-width: 95vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1;
}
.flex-\[1\] {
  flex: 1 1;
}
.flex-\[2\] {
  flex: 2 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.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));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#00055\] {
  border-color: #00055;
}
.border-\[\#228C80\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 140 128 / var(--tw-border-opacity));
}
.border-\[\#23B89A\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 184 154 / var(--tw-border-opacity));
}
.border-\[\#BBDFDB\] {
  --tw-border-opacity: 1;
  border-color: rgb(187 223 219 / var(--tw-border-opacity));
}
.border-\[\#BDBBBC\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 187 188 / var(--tw-border-opacity));
}
.border-\[\#DDE2E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 226 229 / var(--tw-border-opacity));
}
.border-\[\#E3E5E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 229 231 / var(--tw-border-opacity));
}
.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-b-\[\#00055\] {
  border-bottom-color: #00055;
}
.bg-\[\#0000\] {
  background-color: #0000;
}
.bg-\[\#0001\] {
  background-color: #0001;
}
.bg-\[\#0002\] {
  background-color: #0002;
}
.bg-\[\#0005\] {
  background-color: #0005;
}
.bg-\[\#0009\] {
  background-color: #0009;
}
.bg-\[\#000b\] {
  background-color: #000b;
}
.bg-\[\#228C80\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 140 128 / var(--tw-bg-opacity));
}
.bg-\[\#23B89A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 184 154 / var(--tw-bg-opacity));
}
.bg-\[\#2AAC9C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 172 156 / var(--tw-bg-opacity));
}
.bg-\[\#2aac9c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 172 156 / var(--tw-bg-opacity));
}
.bg-\[\#2aac9cff\] {
  background-color: #2aac9cff;
}
.bg-\[\#BBDFDB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 223 219 / var(--tw-bg-opacity));
}
.bg-\[\#DAD9DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 217 219 / var(--tw-bg-opacity));
}
.bg-\[\#EAF7F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 247 245 / var(--tw-bg-opacity));
}
.bg-\[\#EDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-\[\#F9839A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 131 154 / var(--tw-bg-opacity));
}
.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-\[\#FEEFF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 239 242 / var(--tw-bg-opacity));
}
.bg-\[\#eaf7f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 247 245 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[rgb\(221\2c 245\2c 255\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 245 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#2AAC9C\] {
  --tw-gradient-from: #2AAC9C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 172 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#228C80\] {
  --tw-gradient-to: #228C80 var(--tw-gradient-to-position);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-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-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-\[6px\] {
  padding-right: 6px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.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-\[100\] {
  font-weight: 100;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[900\] {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\%\] {
  letter-spacing: 0%;
}
.text-\[\#0007\] {
  color: #0007;
}
.text-\[\#000e\] {
  color: #000e;
}
.text-\[\#228C80\] {
  --tw-text-opacity: 1;
  color: rgb(34 140 128 / var(--tw-text-opacity));
}
.text-\[\#2AAC9C\] {
  --tw-text-opacity: 1;
  color: rgb(42 172 156 / var(--tw-text-opacity));
}
.text-\[\#2aac9c\] {
  --tw-text-opacity: 1;
  color: rgb(42 172 156 / var(--tw-text-opacity));
}
.text-\[\#333233\] {
  --tw-text-opacity: 1;
  color: rgb(51 50 51 / var(--tw-text-opacity));
}
.text-\[\#888586\] {
  --tw-text-opacity: 1;
  color: rgb(136 133 134 / var(--tw-text-opacity));
}
.text-\[\#D1D1D1\] {
  --tw-text-opacity: 1;
  color: rgb(209 209 209 / var(--tw-text-opacity));
}
.text-\[\#f009\] {
  color: #f009;
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.accent-\[\#fff\] {
  accent-color: #fff;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[100\%\] {
  opacity: 100%;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#2AAC9C4D\] {
  --tw-shadow-color: #2AAC9C4D;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#2AAC9C99\] {
  --tw-shadow-color: #2AAC9C99;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#33333377\] {
  --tw-shadow-color: #33333377;
  --tw-shadow: var(--tw-shadow-colored);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

html,
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;

  overscroll-behavior: none;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.checked\:bg-\[black\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.checked\:bg-\[red\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0008\]:hover {
  background-color: #0008;
}

.hover\:bg-\[\#228C80\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 140 128 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#2aac9c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 172 156 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#BDBBBC\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 187 188 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#E6F4F3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 243 / var(--tw-bg-opacity));
}

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

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

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

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

.hover\:text-\[\#228C80\]:hover {
  --tw-text-opacity: 1;
  color: rgb(34 140 128 / var(--tw-text-opacity));
}

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

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

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

@media (min-width: 640px) {

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 1024px) {

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

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



@keyframes pulsar {
    0% {
      transform: translateX(0);
      transform: scale(1);
    }
    100% {
      transform: translateX(-100%);
      transform: scale(1.1);
    }
  }

  .counter-over-time {
    animation: pulsar 1s infinite; 
  }
  .tu-contenedor {
    width: 100%;
    height: auto;
    overflow: hidden; /* Ajusta el contenido si es necesario */
  }
.acronyms-display {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.acronyms-display-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2aac9c;
  margin-bottom: 15px;
  text-align: center;
}

.acronyms-display-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.acronyms-display-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: white;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}

.acronyms-display-badge {
  background: #2aac9c;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 0.9rem;
  min-width: 60px;
  text-align: center;
}

.acronyms-display-meaning {
  font-size: 0.9rem;
  color: #495057;
  font-weight: 500;
}

@media (max-width: 768px) {
  .acronyms-display-grid {
    grid-template-columns: 1fr;
  }
  
  .acronyms-display-item {
    padding: 6px 10px;
  }
  
  .acronyms-display-badge {
    font-size: 0.8rem;
    min-width: 50px;
  }
  
  .acronyms-display-meaning {
    font-size: 0.8rem;
  }
} 



section h2 {
  color: #003d33;
}

ul {
  padding-left: 1.5rem;
}

.body p {
  line-height: 1.6;
}




.acronyms-container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.acronyms-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2aac9c;
  margin-bottom: 10px;
  text-align: center;
}

.acronyms-description {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.acronyms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 30px;
}

.acronym-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.acronym-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.acronym-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.acronym-badge {
  background: #2aac9c;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.1rem;
  margin-right: 15px;
  min-width: 80px;
  text-align: center;
}

.acronym-meaning {
  font-size: 1rem;
  color: #374151;
  line-height: 1.5;
  font-weight: 500;
}

.acronym-category {
  margin-top: 20px;
  padding: 15px;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 4px solid #2aac9c;
}

.category-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2aac9c;
  margin-bottom: 15px;
}

.category-description {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .acronyms-container {
    padding: 15px;
  }
  
  .acronyms-title {
    font-size: 1.5rem;
  }
  
  .acronyms-description {
    font-size: 1rem;
  }
  
  .acronyms-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .acronym-card {
    padding: 15px;
  }
  
  .acronym-badge {
    font-size: 1rem;
    padding: 6px 12px;
    min-width: 70px;
  }
} 
.help-container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.help-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2aac9c;
  margin-bottom: 10px;
  text-align: center;
}

.help-description {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.help-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #e5e7eb;
}

.help-tab {
  padding: 12px 24px;
  margin: 0 8px;
  border: none;
  background: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.help-tab.active {
  color: #2aac9c;
  border-bottom-color: #2aac9c;
}

.help-tab:hover {
  color: #2aac9c;
}

.help-content {
  min-height: 400px;
}

.acronyms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 20px;
}

.acronym-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.acronym-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.acronym-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.acronym-badge {
  background: #2aac9c;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1.1rem;
  margin-right: 15px;
  min-width: 80px;
  text-align: center;
}

.acronym-meaning {
  font-size: 1rem;
  color: #374151;
  line-height: 1.5;
  font-weight: 500;
}

.buttonology-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 20px;
}

.button-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.button-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.button-icon {
  width: 40px;
  height: 40px;
  background: #2aac9c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

.button-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2aac9c;
}

.button-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.6;
}

.category-section {
  margin-top: 30px;
}

.category-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #374151;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
}

@media (max-width: 768px) {
  .help-container {
    padding: 15px;
  }
  
  .help-title {
    font-size: 1.5rem;
  }
  
  .help-description {
    font-size: 1rem;
  }
  
  .help-tabs {
    flex-direction: column;
    align-items: center;
  }
  
  .help-tab {
    margin: 4px 0;
    width: 100%;
    max-width: 200px;
  }
  
  .acronyms-grid,
  .buttonology-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .acronym-card,
  .button-card {
    padding: 15px;
  }
  
  .acronym-badge {
    font-size: 1rem;
    padding: 6px 12px;
    min-width: 70px;
  }
  
  .button-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
} 
.privacy-policy-container {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.privacy-policy-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2aac9c;
  margin-bottom: 10px;
  text-align: center;
}

.privacy-policy-description {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.privacy-policy-content {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

.privacy-section {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f3f4f6;
}

.privacy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.privacy-section-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2aac9c;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.privacy-section-icon {
  width: 32px;
  height: 32px;
  background: #2aac9c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  margin-right: 12px;
  flex-shrink: 0;
}

.privacy-section-content {
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
  margin-left: 44px;
}

.privacy-section-content p {
  margin-bottom: 12px;
}

.privacy-section-content p:last-child {
  margin-bottom: 0;
}

.privacy-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #e5e7eb;
  text-align: center;
}

.privacy-last-updated {
  font-size: 0.9rem;
  color: #6b7280;
  font-style: italic;
}

.privacy-date {
  font-weight: bold;
  color: #2aac9c;
}

/* Estilos para listas */
.privacy-section-content ul {
  margin: 12px 0;
  padding-left: 20px;
}

.privacy-section-content li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.privacy-section-content li:last-child {
  margin-bottom: 0;
}

/* Estilos para enlaces */
.privacy-section-content a {
  color: #2aac9c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.privacy-section-content a:hover {
  color: #1f8a7a;
  text-decoration: underline;
}

/* Estilos para texto destacado */
.privacy-section-content strong {
  color: #2aac9c;
  font-weight: 600;
}

/* Responsive design */
@media (max-width: 768px) {
  .privacy-policy-container {
    padding: 15px;
  }
  
  .privacy-policy-title {
    font-size: 1.5rem;
  }
  
  .privacy-policy-description {
    font-size: 1rem;
  }
  
  .privacy-policy-content {
    padding: 20px;
  }
  
  .privacy-section-title {
    font-size: 1.2rem;
  }
  
  .privacy-section-icon {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }
  
  .privacy-section-content {
    margin-left: 36px;
    font-size: 0.95rem;
  }
  
  .privacy-section-content ul {
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .privacy-policy-content {
    padding: 15px;
  }
  
  .privacy-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  
  .privacy-section-title {
    font-size: 1.1rem;
  }
  
  .privacy-section-content {
    margin-left: 32px;
    font-size: 0.9rem;
  }
} 
.feedback-container {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feedback-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2aac9c;
  margin-bottom: 10px;
  text-align: center;
}

.feedback-subtitle {
  font-size: 1.1rem;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

.feedback-form {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

.feedback-section {
  margin-bottom: 35px;
}

.feedback-section:last-child {
  margin-bottom: 0;
}

.feedback-section-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feedback-section-icon {
  width: 32px;
  height: 32px;
  background: #2aac9c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
}

.feedback-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.feedback-rating-label {
  font-size: 1rem;
  color: #6b7280;
  min-width: 100px;
  font-weight: 500;
}

.feedback-stars {
  display: flex;
  gap: 8px;
}

.feedback-star {
  width: 32px;
  height: 32px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
  color: #d1d5db;
  font-size: 1.2rem;
}

.feedback-star:hover {
  border-color: #2aac9c;
  color: #2aac9c;
  transform: scale(1.1);
}

.feedback-star.active {
  border-color: #2aac9c;
  background: #2aac9c;
  color: white;
}

.feedback-star.filled {
  border-color: #2aac9c;
  background: #2aac9c;
  color: white;
}

.feedback-recommendation {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feedback-recommendation-buttons {
  display: flex;
  gap: 12px;
}

.feedback-button {
  padding: 12px 24px;
  border: 2px solid #2aac9c;
  border-radius: 8px;
  background: white;
  color: #2aac9c;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
  min-width: 80px;
}

.feedback-button:hover {
  background: #f0f9f8;
  transform: translateY(-1px);
}

.feedback-button.active {
  background: #2aac9c;
  color: white;
}

.feedback-comments {
  margin-top: 15px;
}

.feedback-textarea {
  width: 100%;
  min-height: 120px;
  padding: 15px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.2s ease;
}

.feedback-textarea:focus {
  outline: none;
  border-color: #2aac9c;
  box-shadow: 0 0 0 3px rgba(42, 172, 156, 0.1);
}

.feedback-textarea::placeholder {
  color: #9ca3af;
}

.feedback-submit {
  width: 100%;
  padding: 16px;
  background: #2aac9c;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 30px;
}

.feedback-submit:hover {
  background: #1f8a7a;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(42, 172, 156, 0.3);
}

.feedback-submit:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.feedback-error {
  color: #dc2626;
  font-size: 0.9rem;
  margin-top: 8px;
  text-align: center;
}

.feedback-success {
  text-align: center;
  padding: 40px;
}

.feedback-success-icon {
  width: 64px;
  height: 64px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin: 0 auto 20px;
}

.feedback-success-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #10b981;
  margin-bottom: 10px;
}

.feedback-success-message {
  color: #6b7280;
  font-size: 1rem;
}

/* Responsive design */
@media (max-width: 768px) {
  .feedback-container {
    padding: 15px;
  }
  
  .feedback-title {
    font-size: 1.5rem;
  }
  
  .feedback-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .feedback-form {
    padding: 25px;
  }
  
  .feedback-section-title {
    font-size: 1.1rem;
  }
  
  .feedback-section-icon {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }
  
  .feedback-rating {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .feedback-rating-label {
    min-width: auto;
  }
  
  .feedback-star {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }
  
  .feedback-recommendation {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .feedback-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
  
  .feedback-textarea {
    min-height: 100px;
    padding: 12px;
  }
  
  .feedback-submit {
    padding: 14px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .feedback-form {
    padding: 20px;
  }
  
  .feedback-section {
    margin-bottom: 25px;
  }
  
  .feedback-section-title {
    font-size: 1rem;
  }
  
  .feedback-star {
    width: 24px;
    height: 24px;
    font-size: 0.9rem;
  }
  
  .feedback-textarea {
    min-height: 80px;
    padding: 10px;
    font-size: 0.9rem;
  }
} 


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

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34 !important;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loader-new{
  width: 100vw;
  height: 100dvh;
  background: #282c34;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  position: fixed;
  top:0;
  left: 0;
  right: 0;
}

.loader-new img{
  width: 150px;
  height: auto;
  animation: myAnim 1s ease 0s 20 normal forwards

}
@keyframes myAnim {
	0% {
		transform: scale(0.5);
	}

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



/*# sourceMappingURL=main.8499dec6.css.map*/