*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-end-6 {
  inset-inline-end: -1.5rem;
}

.-end-7 {
  inset-inline-end: -1.75rem;
}

.-start-6 {
  inset-inline-start: -1.5rem;
}

.-start-7 {
  inset-inline-start: -1.75rem;
}

.-top-12 {
  top: -3rem;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.end-20 {
  inset-inline-end: 5rem;
}

.right-0 {
  right: 0px;
}

.start-20 {
  inset-inline-start: 5rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-24 {
  top: 6rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.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-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[45vh\] {
  height: 45vh;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-\[90vh\] {
  height: 90vh;
}

.min-h-6 {
  min-height: 1.5rem;
}

.w-0 {
  width: 0px;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[26rem\] {
  max-width: 26rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-top-left {
  transform-origin: top left;
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-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-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.rounded-e-none {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.rounded-s-none {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[10px\] {
  border-width: 10px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-e-0 {
  border-inline-end-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-s-0 {
  border-inline-start-width: 0px;
}

.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.border-asfalto-300 {
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-border-opacity, 1));
}

.border-asfalto-500 {
  --tw-border-opacity: 1;
  border-color: rgb(109 109 109 / var(--tw-border-opacity, 1));
}

.border-erro-600 {
  --tw-border-opacity: 1;
  border-color: rgb(222 48 36 / var(--tw-border-opacity, 1));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-mirtilo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(244 243 255 / var(--tw-border-opacity, 1));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.border-\[\] {
  border-color: ;
}

.border-alerta-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 250 235 / var(--tw-border-opacity, 1));
}

.border-alerta-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 103 4 / var(--tw-border-opacity, 1));
}

.border-alerta-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 239 198 / var(--tw-border-opacity, 1));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-asfalto-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity, 1));
}

.bg-erro-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 48 36 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-alerta-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 198 / var(--tw-bg-opacity, 1));
}

.bg-alerta-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-mirtilo-800 {
  --tw-gradient-from: #4a1dba var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 29 186 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300 {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-rose-400 {
  --tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-mirtilo-600 {
  --tw-gradient-to: #6835f2 var(--tw-gradient-to-position);
}

.to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-sora {
  font-family: Sora, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-normal {
  letter-spacing: 0em;
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-asfalto-200 {
  --tw-text-opacity: 1;
  color: rgb(209 209 209 / var(--tw-text-opacity, 1));
}

.text-asfalto-500 {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.text-asfalto-600 {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.text-asfalto-700 {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.text-asfalto-700\/60 {
  color: rgb(79 79 79 / 0.6);
}

.text-asfalto-900 {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-cereja-500 {
  --tw-text-opacity: 1;
  color: rgb(255 43 74 / var(--tw-text-opacity, 1));
}

.text-erro-500 {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
}

.text-erro-600 {
  --tw-text-opacity: 1;
  color: rgb(222 48 36 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-mirtilo-800 {
  --tw-text-opacity: 1;
  color: rgb(74 29 186 / var(--tw-text-opacity, 1));
}

.text-oceano-600 {
  --tw-text-opacity: 1;
  color: rgb(51 56 255 / var(--tw-text-opacity, 1));
}

.text-oceano-700 {
  --tw-text-opacity: 1;
  color: rgb(32 33 226 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-alerta-500 {
  --tw-text-opacity: 1;
  color: rgb(247 142 9 / var(--tw-text-opacity, 1));
}

.text-alerta-600 {
  --tw-text-opacity: 1;
  color: rgb(219 103 4 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-\[25ms\] {
  transition-delay: 25ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes animate-gradient {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@property --spin-angle {
  syntax: "<angle>";

  inherits: false;

  initial-value: 0deg;
}

/* 2. Cria a animação que SÓ mexe no ângulo do gradiente */

@keyframes border-conic-spin {
  to {
    --spin-angle: 360deg;
  }
}

.borda-brilhante::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -2px;
  padding: 2px;
  /* --- MUDANÇA 1: O BACKGROUND --- */
  /* Trocamos 'from 0deg' por 'from var(--spin-angle)' */
  background: conic-gradient(
    from var(--spin-angle),
     transparent 30%,
    #ff98a7,
    transparent 40%
  );
  animation: border-conic-spin 3s linear infinite;
  /* <-- MUDANÇA AQUI */
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box,
    linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: calc(0.375rem + 2px);
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 255 / var(--tw-bg-opacity, 1));
}

.grid-pc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: flex;
  width: 87.72%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
}

.btn {
  padding: 0.625rem 1.125rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: all ease 0.4s;
  cursor: pointer;
}

.btn-primary {
  color: white !important;
  border: 1px solid #5923de !important;
  background: #5923de !important;
}

.btn-primary:hover {
  border: 1px solid #3e1a98 !important;
  background: #3e1a98 !important;
}

.btn-secondary {
  color: #5923de !important;
  border: 1px solid #8a6dfb !important;
  background: white !important;
}

.btn-secondary:hover {
  color: #3e1a98 !important;
  border: 1px solid #5923de !important;
  background: #d8d5ff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Sora";
}

p,
span,
strong {
  margin: 0;
}

@media (min-width: 768px) {
  .modal-padrao {
    background-color: white;
    border-radius: 0.5rem;
    border: solid 1px var(--asfalto-100);
    padding: 1.25rem 1.5rem;
    position: fixed;
    max-width: 580px;
    width: 87.72%;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    max-height: 90dvh;
  }

  .modal-v2 {
    display: flex;
    padding: 1.5rem 1.5rem 2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: auto;
    max-height: 85%;
    width: 100%;
    box-sizing: border-box;
    max-width: 580px;
    border-radius: 0.5rem;
    z-index: 99;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .modal-v2 {
    display: flex;
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    min-height: 100dvh;
    max-width: 580px;
    border-radius: 0;
    z-index: 99;
    flex-direction: column;
    padding: 1.5rem 1.5rem 8rem !important;
  }

  .modal-padrao {
    background-color: white;
    padding: 1.25rem 1rem;
    max-width: 580px;
    min-height: 100dvh;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border-radius: 0 !important;
    top: 0 !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: fixed !important;
    box-sizing: border-box !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
  }

  .grid-pc {
    width: 100%;
  }
}

.linha {
  border-top: solid 1px #e7e7e7;
  width: auto;
}

/* CHECK RADIUS */

.input {
  display: flex;
  font-size: 1rem;
  height: 2.75rem;
  padding-left: 1rem;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.5rem;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  color: #1c1c1c;
  width: 100%;
  box-sizing: border-box;
}

.input:focus {
  border: 1px solid #9988fd !important;
  outline: 0;
}

.input-label {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 0.5rem;
  transition: all 0.2s ease-in-out;
  height: auto;
  box-sizing: border-box;
}

.check-radius {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #d1d1d1 !important;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
}

.input-label:focus-within {
  outline: none;
  border-color: #9988fd;
  border: 1px solid #9988fd;
  transition: all 0.2s ease-in-out;
  background-color: #f4f3ff;
}

.d-none {
  display: none;
}

.mirtilo-800 {
  color: #4a1dba !important;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

@keyframes recordingPulse {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* Animação com keyframes para subir suavemente */

@keyframes moveToTopRight {
  0% {
    top: 50%;
    right: 50%;
    /* Centraliza o elemento na posição inicial */
    transform: translate(50%, -50%) scale(1);
    /* Ajusta a posição com translate */
    padding: 0.5rem;
    box-sizing: border-box;
  }

  100% {
    top: 6dvh;
    right: 0;
    transform: translate(0, 0) scale(0.7);
    padding: 0.5rem;
    box-sizing: border-box;
  }
}

.div-loader {
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.loader-bonito {
  width: 3rem;
  padding: 0.3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ff576b;
  --_m: conic-gradient(#0000 2%, #000), linear-gradient(#ffc0c7 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

.recording-dot {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  animation: recordingPulse 1.5s infinite;
}

.div-contem-recording p {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  color: #fff;
}

.timer-regras {
  position: absolute;
  left: auto;
  transition: transform 0.6s ease;
  padding: 1rem !important;
}

.visible {
  opacity: 1 !important;
}

.pulse-effect {
  animation: pulse 1s infinite;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.418);
}

.timer-regras.reduced {
  animation: moveToTopRight 1.2s ease forwards;
  /* transform: scale(0.7); */
  min-width: 160px;
  max-width: 160px;
}

.div-contem-recording {
  gap: 10px;
}

.div-contem-recording,
.div-timer {
  justify-content: center;
  align-items: center;
}

.scrollbar-none {
  scrollbar-width: none;
}

/* Imagens ratio */

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ratio-1x1 {
  --bs-aspect-ratio: calc(1 / 1 * 100%);
}

.ratio {
  position: relative;
  width: 100%;
  max-width: 10rem;
}

figure.selected,
.relative {
  position: relative !important;
}

.order-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #4a1dba;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #4a1dba;
}

figure.selected .order-badge {
  display: flex;
}

/* Cria a onda de fundo (CINZA) */

.progress-bar-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #d1d5db;
  /* Cor do seu gray-300 */
  /* Máscara com um padrão de onda mais aleatório e visível */
  -webkit-mask-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,
    /* Barra de 3px */ transparent 3px,
    transparent 6px /* Espaço de 3px */
  );
  mask-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,
    transparent 3px,
    transparent 6px
  );
  /* A "mágica" para criar as alturas variadas */
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  /* Simula a aleatoriedade com várias máscaras sobrepostas em diferentes alturas */
  -webkit-mask-composite: source-in;
  /* Para compatibilidade com WebKit */
  mask-composite: intersect;
}

/* Cria a onda de progresso (MIRTILO) */

.progress-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6366f1;
  /* Cor do seu mirtilo-500 (ajuste se necessário) */
  /* Aplica EXATAMENTE a mesma máscara */
  -webkit-mask-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,
    transparent 3px,
    transparent 6px
  );
  mask-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,
    transparent 3px,
    transparent 6px
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.audio-player-component {
  border: solid 1px #e7e7e7;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

@keyframes pulse-color {
  0%,
  100% {
    background-color: #ef4444;
    /* Equivalente a red-500 do Tailwind */
  }

  50% {
    background-color: #fca5a5;
    /* Equivalente a red-300 do Tailwind */
  }
}

/* teste */

.wave-container {
  width: 90%;
  /* max-width: 200px; */
  height: 35px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.wave {
  width: 100%;
  height: 100%;
  background: #ccc;
  -webkit-mask: url("/painel-v2/lib/img/fav-icons/2.svg") center/100% 100%
    no-repeat;
  mask: url("/painel-v2/lib/img/fav-icons/2.svg") center/80% 80% no-repeat;
  position: relative;
}

.wave::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #4f46e5;
  transform: scaleY(0);
  /* começa zerado no centro */
  transform-origin: center center;
  /* anima do centro p/ cima e baixo */
  transition: transform 0.1s linear;
}

.wave.playing::before {
  transform: scaleY(1);
  /* cresce preenchendo até o topo e base */
}

.wave::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleY(1);
  /* começa em 5px */
  height: 1px;
  width: 4px;
  background: #6366f1;
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
  opacity: 0;
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.wave.playing::after {
  opacity: 1;
  animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translateY(-50%) scaleY(1);
  }

  50% {
    transform: translateY(-50%) scaleY(20);
  }

  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

.time-info {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.player-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@keyframes pulse {
  0% {
    transform: translateY(-50%) scaleY(1);
  }

  50% {
    transform: translateY(-50%) scaleY(20);
  }

  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

@keyframes fill-progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.progress-bar.fill {
  animation: fill-progress 60s linear forwards;
}

.progress-bar.full {
  width: 100% !important;
  transition: width 0.5s linear;
  /* anima suave */
}

.hidden-header {
  transform: translateY(-100%);
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-menu {
  position: fixed !important;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.\!absolute {
  position: absolute !important;
}

.selected-presencial {
  color: white !important;
  background-color: #3338ff !important;
  border: solid 1px #bed2ff !important;
}

.selected-virtual {
  color: white !important;
  background-color: #6835f2 !important;
  border: solid 1px #d8d5ff !important;
}

.scroll-bonito::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scroll-bonito::-webkit-scrollbar-thumb {
  background-color: #bbb3ff;
  border-radius: 10px;
  padding-left: 2rem;
}

.scroll-bonito::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.scroll-bonito::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* --- Slider: trilha cinza + progresso roxo via background-size --- */

.slider-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 8px;
  /* altura visível da trilha */
  background-color: #e5e7eb;
  /* trilha vazia */
  background-image: linear-gradient(to right, #7c3aed, #7c3aed);
  background-repeat: no-repeat;
  background-size: var(--progress, 0%) 100%;
  /* o progresso usa --progress */
  border-radius: 9999px;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* Garante que a track nativa do WebKit não desenhe por cima */

.slider-custom::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border-radius: 9999px;
}

/* Thumb (WebKit) - centralizado verticalmente */

.slider-custom::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 3px solid #7c3aed;
  /* borda roxa */
  border-radius: 9999px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px -1px rgba(0,0,0,0.06);
  margin-top: -7px;
  /* (thumbHeight - trackHeight)/2 aproximado => (22-8)/2 = 7 */
  -webkit-transition: transform 0.08s ease;
  transition: transform 0.08s ease;
  position: relative;
  z-index: 2;
}

.slider-custom::-webkit-slider-thumb:active {
  transform: scale(1.06);
}

/* Firefox: usa track/progress nativos para consistência */

.slider-custom::-moz-range-track {
  height: 8px;
  background: #e5e7eb;
  border-radius: 9999px;
}

.slider-custom::-moz-range-progress {
  height: 8px;
  background: #7c3aed;
  border-radius: 9999px;
}

.slider-custom::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 3px solid #7c3aed;
  border-radius: 9999px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Se algum CSS utility (Tailwind) estiver aplicando background-color ao input,
   isso força a exibição correta — use com cautela se tiver outras regras específicas. */

.slider-custom {
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}

.loaderv2 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border-top: 2px solid #ffffff;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

font-inter {
  font-family: "Inter", sans-serif;
}

font-sora {
  font-family: "Sora", sans-serif;
}

span {
  font-family: inherit !important;
}

.scroll-bonito::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scroll-bonito::-webkit-scrollbar-thumb {
  background-color: #bbb3ff;
  border-radius: 10px;
  padding-left: 2rem;
}

.scroll-bonito::-webkit-scrollbar-thumb:hover {
  background-color: #9389ec;
}

.scroll-bonito::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.hover\:border-mirtilo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 232 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-asfalto-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-erro-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-erro-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 36 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-alerta-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity, 1));
}

.hover\:text-asfalto-600:hover {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:bg-asfalto-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.enabled\:cursor-pointer:enabled {
  cursor: pointer;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-80:disabled {
  opacity: 0.8;
}

.group:hover .group-hover\:w-40 {
  width: 10rem;
}

.group:hover .group-hover\:w-48 {
  width: 12rem;
}

.group:hover .group-hover\:w-72 {
  width: 18rem;
}

.peer:checked+.group .group-\[\.peer\:checked\+\&\]\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.peer:checked+.group .group-\[\.peer\:checked\+\&\]\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.peer:checked+.group .group-\[\.peer\:checked\+\&\]\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.peer:focus-within ~ .peer-focus-within\:text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:h-\[160px\] {
    height: 160px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:max-w-\[160px\] {
    max-width: 160px;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:p-0 {
    padding: 0px;
  }
}