/*
! tailwindcss v3.4.10 | 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;
}

.text-decoration-none {
    text-decoration: none;
    
}


/*
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] {
  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;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-14 {
  height: 3.5rem;
}

.h-\[500px\] {
  height: 500px;
}

.h-full {
  height: 100%;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-md {
  max-width: 28rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

/* Gap Classes */
.gap-0 { gap: 0rem; }               /* 0px */
.gap-px { gap: 1px; }               /* 1px */
.gap-0\.5 { gap: 0.125rem; }        /* 2px */
.gap-1 { gap: 0.25rem; }            /* 4px */
.gap-1\.5 { gap: 0.375rem; }        /* 6px */
.gap-2 { gap: 0.5rem; }             /* 8px */
.gap-2\.5 { gap: 0.625rem; }        /* 10px */
.gap-3 { gap: 0.75rem; }            /* 12px */
.gap-3\.5 { gap: 0.875rem; }        /* 14px */
.gap-4 { gap: 1rem; }               /* 16px */
.gap-5 { gap: 1.25rem; }            /* 20px */
.gap-6 { gap: 1.5rem; }             /* 24px */
.gap-7 { gap: 1.75rem; }            /* 28px */
.gap-8 { gap: 2rem; }               /* 32px */
.gap-9 { gap: 2.25rem; }            /* 36px */
.gap-10 { gap: 2.5rem; }            /* 40px */
.gap-11 { gap: 2.75rem; }           /* 44px */
.gap-12 { gap: 3rem; }              /* 48px */
.gap-14 { gap: 3.5rem; }            /* 56px */
.gap-16 { gap: 4rem; }              /* 64px */
.gap-20 { gap: 5rem; }              /* 80px */
.gap-24 { gap: 6rem; }              /* 96px */
.gap-28 { gap: 7rem; }              /* 112px */
.gap-32 { gap: 8rem; }              /* 128px */
.gap-36 { gap: 9rem; }              /* 144px */
.gap-40 { gap: 10rem; }             /* 160px */
.gap-44 { gap: 11rem; }             /* 176px */
.gap-48 { gap: 12rem; }             /* 192px */
.gap-52 { gap: 13rem; }             /* 208px */
.gap-56 { gap: 14rem; }             /* 224px */
.gap-60 { gap: 15rem; }             /* 240px */
.gap-64 { gap: 16rem; }             /* 256px */
.gap-72 { gap: 18rem; }             /* 288px */
.gap-80 { gap: 20rem; }             /* 320px */
.gap-96 { gap: 24rem; }             /* 384px */

/* Gap X-Axis (Horizontal) */
.gap-x-0 { column-gap: 0rem; }
.gap-x-px { column-gap: 1px; }
.gap-x-0\.5 { column-gap: 0.125rem; }
.gap-x-1 { column-gap: 0.25rem; }
.gap-x-1\.5 { column-gap: 0.375rem; }
.gap-x-2 { column-gap: 0.5rem; }
.gap-x-2\.5 { column-gap: 0.625rem; }
.gap-x-3 { column-gap: 0.75rem; }
.gap-x-3\.5 { column-gap: 0.875rem; }
.gap-x-4 { column-gap: 1rem; }
.gap-x-5 { column-gap: 1.25rem; }
.gap-x-6 { column-gap: 1.5rem; }
.gap-x-7 { column-gap: 1.75rem; }
.gap-x-8 { column-gap: 2rem; }
.gap-x-9 { column-gap: 2.25rem; }
.gap-x-10 { column-gap: 2.5rem; }
.gap-x-11 { column-gap: 2.75rem; }
.gap-x-12 { column-gap: 3rem; }
.gap-x-14 { column-gap: 3.5rem; }
.gap-x-16 { column-gap: 4rem; }
.gap-x-20 { column-gap: 5rem; }
.gap-x-24 { column-gap: 6rem; }
.gap-x-28 { column-gap: 7rem; }
.gap-x-32 { column-gap: 8rem; }
.gap-x-36 { column-gap: 9rem; }
.gap-x-40 { column-gap: 10rem; }
.gap-x-44 { column-gap: 11rem; }
.gap-x-48 { column-gap: 12rem; }
.gap-x-52 { column-gap: 13rem; }
.gap-x-56 { column-gap: 14rem; }
.gap-x-60 { column-gap: 15rem; }
.gap-x-64 { column-gap: 16rem; }
.gap-x-72 { column-gap: 18rem; }
.gap-x-80 { column-gap: 20rem; }
.gap-x-96 { column-gap: 24rem; }

/* Gap Y-Axis (Vertical) */
.gap-y-0 { row-gap: 0rem; }
.gap-y-px { row-gap: 1px; }
.gap-y-0\.5 { row-gap: 0.125rem; }
.gap-y-1 { row-gap: 0.25rem; }
.gap-y-1\.5 { row-gap: 0.375rem; }
.gap-y-2 { row-gap: 0.5rem; }
.gap-y-2\.5 { row-gap: 0.625rem; }


.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-\[\#2f3035\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 48 53 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

/* Padding (all sides) */
.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; } /* 4px */
.p-2 { padding: 0.5rem; }  /* 8px */
.p-3 { padding: 0.75rem; } /* 12px */
.p-4 { padding: 1rem; }    /* 16px */
.p-5 { padding: 1.25rem; } /* 20px */
.p-6 { padding: 1.5rem; }  /* 24px */
.p-8 { padding: 2rem; }    /* 32px */
.p-10 { padding: 2.5rem; } /* 40px */
.p-12 { padding: 3rem; }   /* 48px */
.p-16 { padding: 4rem; }   /* 64px */
.p-20 { padding: 5rem; }   /* 80px */
.p-24 { padding: 6rem; }   /* 96px */
.p-32 { padding: 8rem; }   /* 128px */

/* Padding X-axis (left and right) */
.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-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-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.px-16 { padding-left: 4rem; padding-right: 4rem; }
.px-20 { padding-left: 5rem; padding-right: 5rem; }
.px-24 { padding-left: 6rem; padding-right: 6rem; }
.px-32 { padding-left: 8rem; padding-right: 8rem; }

/* Padding Y-axis (top and bottom) */
.py-0 { padding-top: 0; padding-bottom: 0; }
.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-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }

/* Padding Top */
.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-10 { padding-top: 2.5rem; }
.pt-12 { padding-top: 3rem; }
.pt-16 { padding-top: 4rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }
.pt-32 { padding-top: 8rem; }

/* Padding Bottom */
.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-5 { padding-bottom: 1.25rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-10 { padding-bottom: 2.5rem; }
.pb-12 { padding-bottom: 3rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-20 { padding-bottom: 5rem; }
.pb-24 { padding-bottom: 6rem; }
.pb-32 { padding-bottom: 8rem; }

/* Padding Left */
.pl-0 { padding-left: 0; }
.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 0.75rem; }
.pl-4 { padding-left: 1rem; }
.pl-5 { padding-left: 1.25rem; }
.pl-6 { padding-left: 1.5rem; }
.pl-8 { padding-left: 2rem; }
.pl-10 { padding-left: 2.5rem; }
.pl-12 { padding-left: 3rem; }
.pl-16 { padding-left: 4rem; }
.pl-20 { padding-left: 5rem; }
.pl-24 { padding-left: 6rem; }
.pl-32 { padding-left: 8rem; }

/* Padding Right */
.pr-0 { padding-right: 0; }
.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 0.75rem; }
.pr-4 { padding-right: 1rem; }
.pr-5 { padding-right: 1.25rem; }
.pr-6 { padding-right: 1.5rem; }
.pr-8 { padding-right: 2rem; }
.pr-10 { padding-right: 2.5rem; }
.pr-12 { padding-right: 3rem; }
.pr-16 { padding-right: 4rem; }
.pr-20 { padding-right: 5rem; }
.pr-24 { padding-right: 6rem; }
.pr-32 { padding-right: 8rem; }


.text-center {
  text-align: center;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.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;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.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);
}

.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;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Width classes */
.w-0 { width: 0; }
.w-1 { width: 0.25rem; }
.w-2 { width: 0.5rem; }
.w-3 { width: 0.75rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-28 { width: 7rem; }
.w-32 { width: 8rem; }
.w-36 { width: 9rem; }
.w-40 { width: 10rem; }
.w-44 { width: 11rem; }
.w-48 { width: 12rem; }
.w-52 { width: 13rem; }
.w-56 { width: 14rem; }
.w-60 { width: 15rem; }
.w-64 { width: 16rem; }
.w-72 { width: 18rem; }
.w-80 { width: 20rem; }
.w-96 { width: 24rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.w-screen { width: 100vw; }
.w-min { width: min-content; }
.w-max { width: max-content; }

/* Min-width classes */
.min-w-0 { min-width: 0; }
.min-w-full { min-width: 100%; }
.min-w-min { min-width: min-content; }
.min-w-max { min-width: max-content; }

/* Max-width classes */
.max-w-0 { max-width: 0; }
.max-w-none { max-width: none; }
.max-w-xs { max-width: 20rem; }
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-full { max-width: 100%; }
.max-w-min { max-width: min-content; }
.max-w-max { max-width: max-content; }
.max-w-screen-sm { max-width: 640px; }
.max-w-screen-md { max-width: 768px; }
.max-w-screen-lg { max-width: 1024px; }
.max-w-screen-xl { max-width: 1280px; }
.max-w-screen-2xl { max-width: 1536px; }

/* Height classes */
.h-0 { height: 0; }
.h-1 { height: 0.25rem; }
.h-2 { height: 0.5rem; }
.h-3 { height: 0.75rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-28 { height: 7rem; }
.h-32 { height: 8rem; }
.h-36 { height: 9rem; }
.h-40 { height: 10rem; }
.h-44 { height: 11rem; }
.h-48 { height: 12rem; }
.h-52 { height: 13rem; }
.h-56 { height: 14rem; }
.h-60 { height: 15rem; }
.h-64 { height: 16rem; }
.h-72 { height: 18rem; }
.h-80 { height: 20rem; }
.h-96 { height: 24rem; }
.h-auto { height: auto; }
.h-full { height: 100%; }
.h-screen { height: 100vh; }
.h-min { height: min-content; }
.h-max { height: max-content; }

/* Min-height classes */
.min-h-0 { min-height: 0; }
.min-h-full { min-height: 100%; }
.min-h-screen { min-height: 100vh; }

/* Max-height classes */
.max-h-0 { max-height: 0; }
.max-h-full { max-height: 100%; }
.max-h-screen { max-height: 100vh; }
.max-h-min { max-height: min-content; }
.max-h-max { max-height: max-content; }

/* Flex Container */
.flex { display: flex; }
.inline-flex { display: inline-flex; }

/* Flex Direction */
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-col { flex-direction: column; }
.flex-col-reverse { flex-direction: column-reverse; }

/* Flex Wrap */
.flex-wrap { flex-wrap: wrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.flex-nowrap { flex-wrap: nowrap; }

/* Flex Grow */
.flex-grow { flex-grow: 1; }
.flex-grow-0 { flex-grow: 0; }

/* Flex Shrink */
.flex-shrink { flex-shrink: 1; }
.flex-shrink-0 { flex-shrink: 0; }

/* Flex Basis */
.basis-auto { flex-basis: auto; }
.basis-full { flex-basis: 100%; }
.basis-1/2 { flex-basis: 50%; }
.basis-1/3 { flex-basis: 33.3333%; }
.basis-2/3 { flex-basis: 66.6667%; }
.basis-1/4 { flex-basis: 25%; }
.basis-3/4 { flex-basis: 75%; }

/* Justify Content */
.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; }

/* Align Items */
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.items-center { align-items: center; }
.items-baseline { align-items: baseline; }
.items-stretch { align-items: stretch; }

/* Align Content */
.content-start { align-content: flex-start; }
.content-end { align-content: flex-end; }
.content-center { align-content: center; }
.content-between { align-content: space-between; }
.content-around { align-content: space-around; }
.content-evenly { align-content: space-evenly; }

/* Align Self */
.self-auto { align-self: auto; }
.self-start { align-self: flex-start; }
.self-end { align-self: flex-end; }
.self-center { align-self: center; }
.self-stretch { align-self: stretch; }
.self-baseline { align-self: baseline; }

/* Order */
.order-first { order: -9999; }
.order-last { order: 9999; }
.order-none { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }

/* Grid Container */
.grid { display: grid; }
.inline-grid { display: inline-grid; }

/* Grid Template Columns */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }

/* Grid Template Rows */
.grid-rows-1 { grid-template-rows: repeat(1, minmax(0, 1fr)); }
.grid-rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); }
.grid-rows-3 { grid-template-rows: repeat(3, minmax(0, 1fr)); }
.grid-rows-4 { grid-template-rows: repeat(4, minmax(0, 1fr)); }

/* Gap (Gaps between rows and columns) */
.gap-0 { gap: 0; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }

/* Column Gap */
.col-gap-0 { column-gap: 0; }
.col-gap-1 { column-gap: 0.25rem; }
.col-gap-2 { column-gap: 0.5rem; }
.col-gap-4 { column-gap: 1rem; }

/* Row Gap */
.row-gap-0 { row-gap: 0; }
.row-gap-1 { row-gap: 0.25rem; }
.row-gap-2 { row-gap: 0.5rem; }
.row-gap-4 { row-gap: 1rem; }

/* Justify Items */
.justify-items-start { justify-items: start; }
.justify-items-end { justify-items: end; }
.justify-items-center { justify-items: center; }
.justify-items-stretch { justify-items: stretch; }

/* Align Items (Grid) */
.items-start { align-items: start; }
.items-end { align-items: end; }
.items-center { align-items: center; }
.items-stretch { align-items: stretch; }

/* Justify Content */
.justify-content-start { justify-content: start; }
.justify-content-end { justify-content: end; }
.justify-content-center { justify-content: center; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.justify-content-evenly { justify-content: space-evenly; }

/* Align Content */
.content-start { align-content: start; }
.content-end { align-content: end; }
.content-center { align-content: center; }
.content-between { align-content: space-between; }
.content-around { align-content: space-around; }
.content-evenly { align-content: space-evenly; }

/* Align Self */
.self-auto { align-self: auto; }
.self-start { align-self: start; }
.self-end { align-self: end; }
.self-center { align-self: center; }
.self-stretch { align-self: stretch; }

/* Font Size */
.text-xs {
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
}

.text-sm {
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}

.text-base {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
}

.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

.text-xl {
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
}

.text-2xl {
    font-size: 1.5rem; /* 24px */
    line-height: 2rem; /* 32px */
}

.text-3xl {
    font-size: 1.875rem; /* 30px */
    line-height: 2.25rem; /* 36px */
}

.text-4xl {
    font-size: 2.25rem; /* 36px */
    line-height: 2.5rem; /* 40px */
}

.text-5xl {
    font-size: 3rem; /* 48px */
    line-height: 1; /* Default line height */
}

.text-6xl {
    font-size: 3.75rem; /* 60px */
    line-height: 1; /* Default line height */
}

.text-7xl {
    font-size: 4.5rem; /* 72px */
    line-height: 1; /* Default line height */
}

.text-8xl {
    font-size: 6rem; /* 96px */
    line-height: 1; /* Default line height */
}

.text-9xl {
    font-size: 8rem; /* 128px */
    line-height: 1; /* Default line height */
}


.bg-transparent {
    background-color: transparent !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-gray-50 {
    background-color: #f9fafb !important;
}

.bg-gray-100 {
    background-color: #f3f4f6 !important;
}

.bg-gray-200 {
    background-color: #e5e7eb !important;
}

.bg-gray-300 {
    background-color: #d1d5db !important;
}

.bg-gray-400 {
    background-color: #9ca3af !important;
}

.bg-gray-500 {
    background-color: #6b7280 !important;
}

.bg-gray-600 {
    background-color: #4b5563 !important;
}

.bg-gray-700 {
    background-color: #374151 !important;
}

.bg-gray-800 {
    background-color: #1f2937 !important;
}

.bg-gray-900 {
    background-color: #111827 !important;
}

.bg-red-50 {
    background-color: #fef2f2 !important;
}

.bg-red-100 {
    background-color: #fee2e2 !important;
}

.bg-red-200 {
    background-color: #fecaca !important;
}

.bg-red-300 {
    background-color: #fca5a5 !important;
}

.bg-red-400 {
    background-color: #f87171 !important;
}

.bg-red-500 {
    background-color: #ef4444 !important;
}

.bg-red-600 {
    background-color: #dc2626 !important;
}

.bg-red-700 {
    background-color: #b91c1c !important;
}

.bg-red-800 {
    background-color: #991b1b !important;
}

.bg-red-900 {
    background-color: #7f1d1d !important;
}

.bg-green-50 {
    background-color: #f0fdf4 !important;
}

.bg-green-100 {
    background-color: #dcfce7 !important;
}

.bg-green-200 {
    background-color: #bbf7d0 !important;
}

.bg-green-300 {
    background-color: #86efac !important;
}

.bg-green-400 {
    background-color: #4ade80 !important;
}

.bg-green-500 {
    background-color: #22c55e !important;
}

.bg-green-600 {
    background-color: #16a34a !important;
}

.bg-green-700 {
    background-color: #15803d !important;
}

.bg-green-800 {
    background-color: #166534 !important;
}

.bg-green-900 {
    background-color: #14532d !important;
}

.bg-blue-50 {
    background-color: #eff6ff !important;
}

.bg-blue-100 {
    background-color: #dbeafe !important;
}

.bg-blue-200 {
    background-color: #bfdbfe !important;
}

.bg-blue-300 {
    background-color: #93c5fd !important;
}

.bg-blue-400 {
    background-color: #60a5fa !important;
}

.bg-blue-500 {
    background-color: #3b82f6 !important;
}

.bg-blue-600 {
    background-color: #2563eb !important;
}

.bg-blue-700 {
    background-color: #1d4ed8 !important;
}

.bg-blue-800 {
    background-color: #1e40af !important;
}

.bg-blue-900 {
    background-color: #1e3a8a !important;
}

.bg-yellow-50 {
    background-color: #fefce8 !important;
}

.bg-yellow-100 {
    background-color: #fef9c3 !important;
}

.bg-yellow-200 {
    background-color: #fef08a !important;
}

.bg-yellow-300 {
    background-color: #fde047 !important;
}

.bg-yellow-400 {
    background-color: #facc15 !important;
}

.bg-yellow-500 {
    background-color: #eab308 !important;
}

.bg-yellow-600 {
    background-color: #ca8a04 !important;
}

.bg-yellow-700 {
    background-color: #a16207 !important;
}

.bg-yellow-800 {
    background-color: #854d0e !important;
}

.bg-yellow-900 {
    background-color: #713f12 !important;
}

.bg-orange-50 {
    background-color: #fff7ed !important;
}

.bg-orange-100 {
    background-color: #ffedd5 !important;
}

.bg-orange-200 {
    background-color: #fed7aa !important;
}

.bg-orange-300 {
    background-color: #fdba74 !important;
}

.bg-orange-400 {
    background-color: #fb923c !important;
}

.bg-orange-500 {
    background-color: #f97316 !important;
}

.bg-orange-600 {
    background-color: #ea580c !important;
}

.bg-orange-700 {
    background-color: #c2410c !important;
}

.bg-orange-800 {
    background-color: #9a3412 !important;
}

.bg-orange-900 {
    background-color: #7c2d12 !important;
}

.bg-purple-50 {
    background-color: #faf5ff !important;
}

.bg-purple-100 {
    background-color: #f3e8ff !important;
}

.bg-purple-200 {
    background-color: #e9d5ff !important;
}

.bg-purple-300 {
    background-color: #d8b4fe !important;
}

.bg-purple-400 {
    background-color: #c084fc !important;
}

.bg-purple-500 {
    background-color: #a855f7 !important;
}

.bg-purple-600 {
    background-color: #9333ea !important;
}

.bg-purple-700 {
    background-color: #7e22ce !important;
}

.bg-purple-800 {
    background-color: #6b21a8 !important;
}

.bg-purple-900 {
    background-color: #581c87 !important;
}

.bg-pink-50 {
    background-color: #fdf2f8 !important;
}

.bg-pink-100 {
    background-color: #fce7f3 !important;
}

.bg-pink-200 {
    background-color: #fbcfe8 !important;
}

.bg-pink-300 {
    background-color: #f9a8d4 !important;
}

.bg-pink-400 {
    background-color: #f472b6 !important;
}

.bg-pink-500 {
    background-color: #ec4899 !important;
}

.bg-pink-600 {
    background-color: #db2777 !important;
}

.bg-pink-700 {
    background-color: #be185d !important;
}

.bg-pink-800 {
    background-color: #9d174d !important;
}

.bg-pink-900 {
    background-color: #831843 !important;
}

.bg-cyan-50 {
    background-color: #ecfeff !important;
}

.bg-cyan-100 {
    background-color: #cffafe !important;
}

.bg-cyan-200 {
    background-color: #a5f3fc !important;
}

.bg-cyan-300 {
    background-color: #67e8f9 !important;
}

.bg-cyan-400 {
    background-color: #22d3ee !important;
}

.bg-cyan-500 {
    background-color: #06b6d4 !important;
}

.bg-cyan-600 {
    background-color: #0891b2 !important;
}

.bg-cyan-700 {
    background-color: #0e7490 !important;
}

.bg-cyan-800 {
    background-color: #155e75 !important;
}

.bg-cyan-900 {
    background-color: #164e63 !important;
}

/* Marrom Personalizado baseado em Amber */
.bg-brown-50 {
    background-color: #faf3e0 !important; /* similar ao Amber-50 */
}

.bg-brown-100 {
    background-color: #fce7c4 !important; /* similar ao Amber-100 */
}

.bg-brown-200 {
    background-color: #fbc38d !important; /* similar ao Amber-200 */
}

.bg-brown-300 {
    background-color: #f9a856 !important; /* similar ao Amber-300 */
}

.bg-brown-400 {
    background-color: #f77d3f !important; /* similar ao Amber-400 */
}

.bg-brown-500 {
    background-color: #e25e21 !important; /* similar ao Amber-500 */
}

.bg-brown-600 {
    background-color: #d35c1f !important; /* similar ao Amber-600 */
}

.bg-brown-700 {
    background-color: #b74a16 !important; /* similar ao Amber-700 */
}

.bg-brown-800 {
    background-color: #9e380c !important; /* similar ao Amber-800 */
}

.bg-brown-900 {
    background-color: #8a2e09 !important; /* similar ao Amber-900 */
}



.text-transparent {
    color: transparent !important;
}

.text-black {
    color: #000000 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-gray-50 {
    color: #f9fafb !important;
}

.text-gray-100 {
    color: #f3f4f6 !important;
}

.text-gray-200 {
    color: #e5e7eb !important;
}

.text-gray-300 {
    color: #d1d5db !important;
}

.text-gray-400 {
    color: #9ca3af !important;
}

.text-gray-500 {
    color: #6b7280 !important;
}

.text-gray-600 {
    color: #4b5563 !important;
}

.text-gray-700 {
    color: #374151 !important;
}

.text-gray-800 {
    color: #1f2937 !important;
}

.text-gray-900 {
    color: #111827 !important;
}

.text-red-50 {
    color: #fef2f2 !important;
}

.text-red-100 {
    color: #fee2e2 !important;
}

.text-red-200 {
    color: #fecaca !important;
}

.text-red-300 {
    color: #fca5a5 !important;
}

.text-red-400 {
    color: #f87171 !important;
}

.text-red-500 {
    color: #ef4444 !important;
}

.text-red-600 {
    color: #dc2626 !important;
}

.text-red-700 {
    color: #b91c1c !important;
}

.text-red-800 {
    color: #991b1b !important;
}

.text-red-900 {
    color: #7f1d1d !important;
}

/* Repeat for other colors like green, blue, yellow, etc. */

.text-transparent {
    color: transparent !important;
}

.text-black {
    color: #000000 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-gray-50 {
    color: #f9fafb !important;
}

.text-gray-100 {
    color: #f3f4f6 !important;
}

.text-gray-200 {
    color: #e5e7eb !important;
}

.text-gray-300 {
    color: #d1d5db !important;
}

.text-gray-400 {
    color: #9ca3af !important;
}

.text-gray-500 {
    color: #6b7280 !important;
}

.text-gray-600 {
    color: #4b5563 !important;
}

.text-gray-700 {
    color: #374151 !important;
}

.text-gray-800 {
    color: #1f2937 !important;
}

.text-gray-900 {
    color: #111827 !important;
}

.text-red-50 {
    color: #fef2f2 !important;
}

.text-red-100 {
    color: #fee2e2 !important;
}

.text-red-200 {
    color: #fecaca !important;
}

.text-red-300 {
    color: #fca5a5 !important;
}

.text-red-400 {
    color: #f87171 !important;
}

.text-red-500 {
    color: #ef4444 !important;
}

.text-red-600 {
    color: #dc2626 !important;
}

.text-red-700 {
    color: #b91c1c !important;
}

.text-red-800 {
    color: #991b1b !important;
}

.text-red-900 {
    color: #7f1d1d !important;
}

/* Repeat for other colors like green, blue, yellow, etc. */

.border-transparent {
    border-color: transparent !important;
}

.border-black {
    border-color: #000000 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-gray-50 {
    border-color: #f9fafb !important;
}

.border-gray-100 {
    border-color: #f3f4f6 !important;
}

.border-gray-200 {
    border-color: #e5e7eb !important;
}

.border-gray-300 {
    border-color: #d1d5db !important;
}

.border-gray-400 {
    border-color: #9ca3af !important;
}

.border-gray-500 {
    border-color: #6b7280 !important;
}

.border-gray-600 {
    border-color: #4b5563 !important;
}

.border-gray-700 {
    border-color: #374151 !important;
}

.border-gray-800 {
    border-color: #1f2937 !important;
}

.border-gray-900 {
    border-color: #111827 !important;
}

.border-red-50 {
    border-color: #fef2f2 !important;
}

.border-red-100 {
    border-color: #fee2e2 !important;
}

.border-red-200 {
    border-color: #fecaca !important;
}

.border-red-300 {
    border-color: #fca5a5 !important;
}

.border-red-400 {
    border-color: #f87171 !important;
}

.border-red-500 {
    border-color: #ef4444 !important;
}

.border-red-600 {
    border-color: #dc2626 !important;
}

.border-red-700 {
    border-color: #b91c1c !important;
}

.border-red-800 {
    border-color: #991b1b !important;
}

.border-red-900 {
    border-color: #7f1d1d !important;
}

/* Repeat for other colors like green, blue, yellow, etc. */

/* Define a animação de pulso */
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

/* Define uma animação de faísca */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Define uma animação de deslizar */
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Classes de animação */
.animate-pulse {
  animation: pulse 2s infinite;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-slide-in {
  animation: slideIn 0.5s ease-out;
}

/* Transições */
.transition {
  transition: all 0.3s ease;
}

.transition-opacity {
  transition: opacity 0.3s ease;
}

.transition-transform {
  transition: transform 0.3s ease;
}

/* Efeitos de hover */
.hover-opacity-75:hover {
  opacity: 0.75;
}

.hover-scale-105:hover {
  transform: scale(1.05);
}

.hover-translate-y-2:hover {
  transform: translateY(0.5rem);
}

/* Transições ao foco */
.focus-opacity-75:focus {
  opacity: 0.75;
}

.focus-scale-105:focus {
  transform: scale(1.05);
}

.focus-translate-y-2:focus {
  transform: translateY(0.5rem);
}
/* Animações */

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Classes de animação */
.animate-bounce {
  animation: bounce 1s infinite;
}

.animate-fade-in {
  animation: fadeIn 1s ease-in-out;
}

.animate-shake {
  animation: shake 0.5s ease-in-out;
}

/* Transições */
.transition-all {
  transition: all 0.3s ease;
}

.transition-color {
  transition: background-color 0.3s ease;
}

.transition-opacity {
  transition: opacity 0.3s ease;
}

.transition-transform {
  transition: transform 0.3s ease;
}

/* Efeitos de hover */
.hover-bg-primary:hover {
  background-color: var(--primary);
}

.hover-bg-secondary:hover {
  background-color: var(--secondary);
}

.hover-bg-accent:hover {
  background-color: var(--accent);
}

.hover-text-primary-foreground:hover {
  color: var(--primary-foreground);
}

.hover-text-secondary-foreground:hover {
  color: var(--secondary-foreground);
}

.hover-text-accent-foreground:hover {
  color: var(--accent-foreground);
}

/* Transições ao foco */
.focus-bg-primary:focus {
  background-color: var(--primary);
}

.focus-bg-secondary:focus {
  background-color: var(--secondary);
}

.focus-bg-accent:focus {
  background-color: var(--accent);
}

.focus-text-primary-foreground:focus {
  color: var(--primary-foreground);
}

.focus-text-secondary-foreground:focus {
  color: var(--secondary-foreground);
}

.focus-text-accent-foreground:focus {
  color: var(--accent-foreground);
}

/* Transições e animações de transformação */
.transition-transform {
  transition: transform 0.3s ease;
}

.transition-transform-scale {
  transition: transform 0.3s ease;
}

.transform-scale-110 {
  transform: scale(1.1);
}

.transform-scale-90 {
  transform: scale(0.9);
}

.transform-translate-x-10 {
  transform: translateX(2.5rem);
}

.transform-translate-y-10 {
  transform: translateY(2.5rem);
}

/* Margem em todos os lados */
.m-0 { margin: 0rem; }
.m-px { margin: 1px; }
.m-0.5 { margin: 0.125rem; }
.m-1 { margin: 0.25rem; }
.m-1.5 { margin: 0.375rem; }
.m-2 { margin: 0.5rem; }
.m-2.5 { margin: 0.625rem; }
.m-3 { margin: 0.75rem; }
.m-3.5 { margin: 0.875rem; }
.m-4 { margin: 1rem; }
.m-5 { margin: 1.25rem; }
.m-6 { margin: 1.5rem; }
.m-7 { margin: 1.75rem; }
.m-8 { margin: 2rem; }
.m-9 { margin: 2.25rem; }
.m-10 { margin: 2.5rem; }
.m-11 { margin: 2.75rem; }
.m-12 { margin: 3rem; }
.m-14 { margin: 3.5rem; }
.m-16 { margin: 4rem; }
.m-20 { margin: 5rem; }
.m-24 { margin: 6rem; }
.m-28 { margin: 7rem; }
.m-32 { margin: 8rem; }
.m-36 { margin: 9rem; }
.m-40 { margin: 10rem; }
.m-44 { margin: 11rem; }
.m-48 { margin: 12rem; }
.m-52 { margin: 13rem; }
.m-56 { margin: 14rem; }
.m-60 { margin: 15rem; }
.m-64 { margin: 16rem; }
.m-72 { margin: 18rem; }
.m-80 { margin: 20rem; }
.m-96 { margin: 24rem; }
.m-auto { margin: auto; }

/* Margens horizontais (esquerda e direita) */
.mx-0 { margin-left: 0rem; margin-right: 0rem; }
.mx-px { margin-left: 1px; margin-right: 1px; }
.mx-0.5 { margin-left: 0.125rem; margin-right: 0.125rem; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-1.5 { margin-left: 0.375rem; margin-right: 0.375rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-2.5 { margin-left: 0.625rem; margin-right: 0.625rem; }
.mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; }
.mx-3.5 { margin-left: 0.875rem; margin-right: 0.875rem; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.mx-5 { margin-left: 1.25rem; margin-right: 1.25rem; }
.mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; }
.mx-7 { margin-left: 1.75rem; margin-right: 1.75rem; }
.mx-8 { margin-left: 2rem; margin-right: 2rem; }
.mx-9 { margin-left: 2.25rem; margin-right: 2.25rem; }
.mx-10 { margin-left: 2.5rem; margin-right: 2.5rem; }
.mx-11 { margin-left: 2.75rem; margin-right: 2.75rem; }
.mx-12 { margin-left: 3rem; margin-right: 3rem; }
.mx-14 { margin-left: 3.5rem; margin-right: 3.5rem; }
.mx-16 { margin-left: 4rem; margin-right: 4rem; }
.mx-20 { margin-left: 5rem; margin-right: 5rem; }
.mx-24 { margin-left: 6rem; margin-right: 6rem; }
.mx-28 { margin-left: 7rem; margin-right: 7rem; }
.mx-32 { margin-left: 8rem; margin-right: 8rem; }
.mx-36 { margin-left: 9rem; margin-right: 9rem; }
.mx-40 { margin-left: 10rem; margin-right: 10rem; }
.mx-44 { margin-left: 11rem; margin-right: 11rem; }
.mx-48 { margin-left: 12rem; margin-right: 12rem; }
.mx-52 { margin-left: 13rem; margin-right: 13rem; }
.mx-56 { margin-left: 14rem; margin-right: 14rem; }
.mx-60 { margin-left: 15rem; margin-right: 15rem; }
.mx-64 { margin-left: 16rem; margin-right: 16rem; }
.mx-72 { margin-left: 18rem; margin-right: 18rem; }
.mx-80 { margin-left: 20rem; margin-right: 20rem; }
.mx-96 { margin-left: 24rem; margin-right: 24rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* Margens verticais (acima e abaixo) */
.my-0 { margin-top: 0rem; margin-bottom: 0rem; }
.my-px { margin-top: 1px; margin-bottom: 1px; }
.my-0.5 { margin-top: 0.125rem; margin-bottom: 0.125rem; }
.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-1.5 { margin-top: 0.375rem; margin-bottom: 0.375rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-2.5 { margin-top: 0.625rem; margin-bottom: 0.625rem; }
.my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
.my-3.5 { margin-top: 0.875rem; margin-bottom: 0.875rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-7 { margin-top: 1.75rem; margin-bottom: 1.75rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.my-9 { margin-top: 2.25rem; margin-bottom: 2.25rem; }
.my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
.my-11 { margin-top: 2.75rem; margin-bottom: 2.75rem; }
.my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.my-14 { margin-top: 3.5rem; margin-bottom: 3.5rem; }
.my-16 { margin-top: 4rem; margin-bottom: 4rem; }
.my-20 { margin-top: 5rem; margin-bottom: 5rem; }
.my-24 { margin-top: 6rem; margin-bottom: 6rem; }
.my-28 { margin-top: 7rem; margin-bottom: 7rem; }
.my-32 { margin-top: 8rem; margin-bottom: 8rem; }
.my-36 { margin-top: 9rem; margin-bottom: 9rem; }
.my-40 { margin-top: 10rem; margin-bottom: 10rem; }
.my-44 { margin-top: 11rem; margin-bottom: 11rem; }
.my-48 { margin-top: 12rem; margin-bottom: 12rem; }
.my-52 { margin-top: 13rem; margin-bottom: 13rem; }
.my-56 { margin-top: 14rem; margin-bottom: 14rem; }
.my-60 { margin-top: 15rem; margin-bottom: 15rem; }
.my-64 { margin-top: 16rem; margin-bottom: 16rem; }
.my-72 { margin-top: 18rem; margin-bottom: 18rem; }
.my-80 { margin-top: 20rem; margin-bottom: 20rem; }
.my-96 { margin-top: 24rem; margin-bottom: 24rem; }
.my-auto { margin-top: auto; margin-bottom: auto; }

/* Margem superior (mt - margin-top) */
.mt-0 { margin-top: 0rem; }
.mt-px { margin-top: 1px; }
.mt-0.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-1.5 { margin-top: 0.375rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-2.5 { margin-top: 0.625rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-3.5 { margin-top: 0.875rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-9 { margin-top: 2.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-11 { margin-top: 2.75rem; }
.mt-12 { margin-top: 3rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-16 { margin-top: 4rem; }
.mt-20 { margin-top: 5rem; }
.mt-24 { margin-top: 6rem; }
.mt-28 { margin-top: 7rem; }
.mt-32 { margin-top: 8rem; }
.mt-36 { margin-top: 9rem; }
.mt-40 { margin-top: 10rem; }
.mt-44 { margin-top: 11rem; }
.mt-48 { margin-top: 12rem; }
.mt-52 { margin-top: 13rem; }
.mt-56 { margin-top: 14rem; }
.mt-60 { margin-top: 15rem; }
.mt-64 { margin-top: 16rem; }
.mt-72 { margin-top: 18rem; }
.mt-80 { margin-top: 20rem; }
.mt-96 { margin-top: 24rem; }
.mt-auto { margin-top: auto; }

/* Margem inferior (mb - margin-bottom) */
.mb-0 { margin-bottom: 0rem; }
.mb-px { margin-bottom: 1px; }
.mb-0.5 { margin-bottom: 0.125rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1.5 { margin-bottom: 0.375rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-2.5 { margin-bottom: 0.625rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-3.5 { margin-bottom: 0.875rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-7 { margin-bottom: 1.75rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-9 { margin-bottom: 2.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-11 { margin-bottom: 2.75rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-16 { margin-bottom: 4rem; }
.mb-20 { margin-bottom: 5rem; }
.mb-24 { margin-bottom: 6rem; }
.mb-28 { margin-bottom: 7rem; }
.mb-32 { margin-bottom: 8rem; }
.mb-36 { margin-bottom: 9rem; }
.mb-40 { margin-bottom: 10rem; }
.mb-44 { margin-bottom: 11rem; }
.mb-48 { margin-bottom: 12rem; }
.mb-52 { margin-bottom: 13rem; }
.mb-56 { margin-bottom: 14rem; }
.mb-60 { margin-bottom: 15rem; }
.mb-64 { margin-bottom: 16rem; }
.mb-72 { margin-bottom: 18rem; }
.mb-80 { margin-bottom: 20rem; }
.mb-96 { margin-bottom: 24rem; }
.mb-auto { margin-bottom: auto; }

/* Margem direita (mr - margin-right) */
.mr-0 { margin-right: 0rem; }
.mr-px { margin-right: 1px; }
.mr-0.5 { margin-right: 0.125rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-1.5 { margin-right: 0.375rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-2.5 { margin-right: 0.625rem; }
.mr-3 { margin-right: 0.75rem; }
.mr-3.5 { margin-right: 0.875rem; }
.mr-4 { margin-right: 1rem; }
.mr-5 { margin-right: 1.25rem; }
.mr-6 { margin-right: 1.5rem; }
.mr-7 { margin-right: 1.75rem; }
.mr-8 { margin-right: 2rem; }
.mr-9 { margin-right: 2.25rem; }
.mr-10 { margin-right: 2.5rem; }
.mr-11 { margin-right: 2.75rem; }
.mr-12 { margin-right: 3rem; }
.mr-14 { margin-right: 3.5rem; }
.mr-16 { margin-right: 4rem; }
.mr-20 { margin-right: 5rem; }
.mr-24 { margin-right: 6rem; }
.mr-28 { margin-right: 7rem; }
.mr-32 { margin-right: 8rem; }
.mr-36 { margin-right: 9rem; }
.mr-40 { margin-right: 10rem; }
.mr-44 { margin-right: 11rem; }
.mr-48 { margin-right: 12rem; }
.mr-52 { margin-right: 13rem; }
.mr-56 { margin-right: 14rem; }
.mr-60 { margin-right: 15rem; }
.mr-64 { margin-right: 16rem; }
.mr-72 { margin-right: 18rem; }
.mr-80 { margin-right: 20rem; }
.mr-96 { margin-right: 24rem; }
.mr-auto { margin-right: auto; }

/* Margem esquerda (ml - margin-left) */
.ml-0 { margin-left: 0rem; }
.ml-px { margin-left: 1px; }
.ml-0.5 { margin-left: 0.125rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-1.5 { margin-left: 0.375rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-2.5 { margin-left: 0.625rem; }
.ml-3 { margin-left: 0.75rem; }
.ml-3.5 { margin-left: 0.875rem; }
.ml-4 { margin-left: 1rem; }
.ml-5 { margin-left: 1.25rem; }
.ml-6 { margin-left: 1.5rem; }
.ml-7 { margin-left: 1.75rem; }
.ml-8 { margin-left: 2rem; }
.ml-9 { margin-left: 2.25rem; }
.ml-10 { margin-left: 2.5rem; }
.ml-11 { margin-left: 2.75rem; }
.ml-12 { margin-left: 3rem; }
.ml-14 { margin-left: 3.5rem; }
.ml-16 { margin-left: 4rem; }
.ml-20 { margin-left: 5rem; }
.ml-24 { margin-left: 6rem; }
.ml-28 { margin-left: 7rem; }
.ml-32 { margin-left: 8rem; }
.ml-36 { margin-left: 9rem; }
.ml-40 { margin-left: 10rem; }
.ml-44 { margin-left: 11rem; }
.ml-48 { margin-left: 12rem; }
.ml-52 { margin-left: 13rem; }
.ml-56 { margin-left: 14rem; }
.ml-60 { margin-left: 15rem; }
.ml-64 { margin-left: 16rem; }
.ml-72 { margin-left: 18rem; }
.ml-80 { margin-left: 20rem; }
.ml-96 { margin-left: 24rem; }
.ml-auto { margin-left: auto; }

