/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-\[2rem\] {
    bottom: 2rem;
  }
  .left-\[1\.5rem\] {
    left: 1.5rem;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[0\.5rem\] {
    margin-block: 0.5rem;
  }
  .my-\[1\.5rem\] {
    margin-block: 1.5rem;
  }
  .my-\[1rem\] {
    margin-block: 1rem;
  }
  .my-\[2rem\] {
    margin-block: 2rem;
  }
  .mt-\[0\.2rem\] {
    margin-top: 0.2rem;
  }
  .mt-\[0\.5rem\] {
    margin-top: 0.5rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-\[2rem\] {
    margin-top: 2rem;
  }
  .mt-\[3rem\] {
    margin-top: 3rem;
  }
  .mr-\[0\.75rem\] {
    margin-right: 0.75rem;
  }
  .mb-\[-1rem\] {
    margin-bottom: -1rem;
  }
  .mb-\[0\.4rem\] {
    margin-bottom: 0.4rem;
  }
  .mb-\[0\.7rem\] {
    margin-bottom: 0.7rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .mb-\[3rem\] {
    margin-bottom: 3rem;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
  .aspect-\[16\/14\] {
    aspect-ratio: 16/14;
  }
  .aspect-\[16\/16\] {
    aspect-ratio: 16/16;
  }
  .h-\[2rem\] {
    height: 2rem;
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-\[8rem\] {
    height: 8rem;
  }
  .h-\[30vh\] {
    height: 30vh;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[80\%\] {
    max-height: 80%;
  }
  .min-h-\[10rem\] {
    min-height: 10rem;
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .w-\[1\.5rem\] {
    width: 1.5rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[8rem\] {
    width: 8rem;
  }
  .w-\[15rem\] {
    width: 15rem;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80vw\] {
    width: 80vw;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[20rem\] {
    max-width: 20rem;
  }
  .max-w-\[22rem\] {
    max-width: 22rem;
  }
  .max-w-\[30rem\] {
    max-width: 30rem;
  }
  .max-w-\[40rem\] {
    max-width: 40rem;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .min-w-\[2rem\] {
    min-width: 2rem;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .gap-\[4rem\] {
    gap: 4rem;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded-\[0\.4rem\] {
    border-radius: 0.4rem;
  }
  .rounded-\[0\.5rem\] {
    border-radius: 0.5rem;
  }
  .rounded-\[1rem\] {
    border-radius: 1rem;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-bl-\[8px\] {
    border-bottom-left-radius: 8px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#0A7C7C\] {
    border-color: #0A7C7C;
  }
  .border-\[\#16A39C\] {
    border-color: #16A39C;
  }
  .border-\[\#31BDAA\] {
    border-color: #31BDAA;
  }
  .border-\[\#CCCCCC\] {
    border-color: #CCCCCC;
  }
  .border-\[\#FAE7A0\] {
    border-color: #FAE7A0;
  }
  .border-\[\#ffdd54\] {
    border-color: #ffdd54;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-\[\#0B7C7C\] {
    background-color: #0B7C7C;
  }
  .bg-\[\#6DD9BF\] {
    background-color: #6DD9BF;
  }
  .bg-\[\#24C7BF\] {
    background-color: #24C7BF;
  }
  .bg-\[\#30C3BB\] {
    background-color: #30C3BB;
  }
  .bg-\[\#31BDAA\] {
    background-color: #31BDAA;
  }
  .bg-\[\#087C7B\] {
    background-color: #087C7B;
  }
  .bg-\[\#EED371\] {
    background-color: #EED371;
  }
  .bg-\[\#F3E3A2\] {
    background-color: #F3E3A2;
  }
  .bg-\[\#F6F6F6\] {
    background-color: #F6F6F6;
  }
  .bg-\[\#F8E6A0\] {
    background-color: #F8E6A0;
  }
  .bg-\[\#FAE7A0\] {
    background-color: #FAE7A0;
  }
  .bg-\[\#FBE9A0\] {
    background-color: #FBE9A0;
  }
  .bg-\[\#FFEAA1\] {
    background-color: #FFEAA1;
  }
  .bg-\[\#ffffff59\] {
    background-color: #ffffff59;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[0\.5rem\] {
    padding: 0.5rem;
  }
  .p-\[0\.75rem\] {
    padding: 0.75rem;
  }
  .p-\[1\.5rem\] {
    padding: 1.5rem;
  }
  .p-\[1rem\] {
    padding: 1rem;
  }
  .p-\[2rem\] {
    padding: 2rem;
  }
  .px-\[0\.6rem\] {
    padding-inline: 0.6rem;
  }
  .px-\[1rem\] {
    padding-inline: 1rem;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .py-\[0\.3rem\] {
    padding-block: 0.3rem;
  }
  .py-\[0\.5rem\] {
    padding-block: 0.5rem;
  }
  .py-\[0\.75rem\] {
    padding-block: 0.75rem;
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .pt-\[1rem\] {
    padding-top: 1rem;
  }
  .pr-\[2\.5rem\] {
    padding-right: 2.5rem;
  }
  .pb-\[8rem\] {
    padding-bottom: 8rem;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0F7C7D\] {
    color: #0F7C7D;
  }
  .text-\[\#1E8882\] {
    color: #1E8882;
  }
  .text-\[\#4C4C4C\] {
    color: #4C4C4C;
  }
  .text-\[\#6F6F6F\] {
    color: #6F6F6F;
  }
  .text-\[\#7D7D7D\] {
    color: #7D7D7D;
  }
  .text-\[\#31BDAA\] {
    color: #31BDAA;
  }
  .text-\[\#32A09A\] {
    color: #32A09A;
  }
  .text-\[\#32B0AD\] {
    color: #32B0AD;
  }
  .text-\[\#45D3C9\] {
    color: #45D3C9;
  }
  .text-\[\#087C7B\] {
    color: #087C7B;
  }
  .text-\[\#298C89\] {
    color: #298C89;
  }
  .text-\[\#058386\] {
    color: #058386;
  }
  .text-\[\#444444\] {
    color: #444444;
  }
  .text-\[\#707070\] {
    color: #707070;
  }
  .text-\[\#808080\] {
    color: #808080;
  }
  .text-\[\#838383\] {
    color: #838383;
  }
  .text-\[\#AEAEAE\] {
    color: #AEAEAE;
  }
  .text-\[\#F9E89F\] {
    color: #F9E89F;
  }
  .text-\[\#FAE89F\] {
    color: #FAE89F;
  }
  .text-\[\#FCE8A1\] {
    color: #FCE8A1;
  }
  .text-\[\#FFEBA1\] {
    color: #FFEBA1;
  }
  .text-\[\#c59e00\] {
    color: #c59e00;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-\[0\.9s\] {
    transition-property: 0.9s;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[1\.03\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.03;
      }
    }
  }
  .hover\:bg-\[\#6CD7BD\] {
    &:hover {
      @media (hover: hover) {
        background-color: #6CD7BD;
      }
    }
  }
  .hover\:bg-\[\#31BDAA\] {
    &:hover {
      @media (hover: hover) {
        background-color: #31BDAA;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .active\:scale-\[1\] {
    &:active {
      scale: 1;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:text-\[14px\] {
    @media (width < 64rem) {
      font-size: 14px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:\!block {
    @media (width >= 64rem) {
      display: block !important;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-h-\[500px\] {
    @media (width >= 64rem) {
      max-height: 500px;
    }
  }
  .lg\:w-\[25vw\] {
    @media (width >= 64rem) {
      width: 25vw;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[20rem\] {
    @media (width >= 64rem) {
      max-width: 20rem;
    }
  }
  .lg\:max-w-\[60vw\] {
    @media (width >= 64rem) {
      max-width: 60vw;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:px-\[2rem\] {
    @media (width >= 64rem) {
      padding-inline: 2rem;
    }
  }
  .lg\:px-\[5rem\] {
    @media (width >= 64rem) {
      padding-inline: 5rem;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
.login-back {
  min-height: 100vh;
  background: linear-gradient(180deg, #3DDDD0 0%, #0A7A79 100%);
}
footer {
  width: 100%;
  margin-top: auto;
}
.back-login-img {
  width: 100%;
  margin-top: -2rem;
}
.custom-radio input[type="radio"] {
  display: none;
}
.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 10px;
}
.custom-radio .radio-square {
  width: 30px;
  height: 30px;
  background-color: #E2B927;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-radio .radio-square svg {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.custom-radio input[type="radio"]:checked + .radio-square svg {
  opacity: 1;
}
.custom-chekbox input[type="checkbox"] {
  display: none;
}
.custom-chekbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 10px;
}
.custom-chekbox .radio-square {
  width: 30px;
  height: 30px;
  background-color: #E2B927;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-chekbox .radio-square svg {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.custom-chekbox input[type="checkbox"]:checked + .radio-square svg {
  opacity: 1;
}
.header-home {
  background: url('/images/home-back.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.nav-home {
  position: fixed;
  bottom: 2rem;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  z-index: 998;
}
.box-nav-home {
  box-shadow: 0px 4px 16px 0px #FFFFFF54 inset,0px -1px 10px 0px #00000040;
  background: linear-gradient(358.91deg, #EED371 0.89%, #EBC323 148.79%);
  width: 90vw;
  max-width: 400px;
  border-radius: 8px;
}
.box-nav-home > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.75rem 0rem;
}
.box-nav-home > button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.75rem 0rem;
}
.active-menu-nav .icon-parent-menu-nav {
  padding: 4px;
  border-radius: 8px;
  background-color: #F6F6F6;
  transform: rotate(45deg) scale(1.2);
  margin-top: -1.5rem;
  position: relative;
}
.active-menu-nav .icon-box-menu-nav {
  padding: 5px;
  border-radius: 8px;
  background: radial-gradient(53.76% 53.76% at 49.3% 46.24%, #43DFD6 0%, #028E89 100%);
  box-shadow: 0px 4px 4px 0px #5DE4DBA3 inset;
}
.active-menu-nav svg {
  transform: rotate(-45deg);
}
.active-menu-nav svg path {
  fill: #FFEAA1;
}
.active-menu-nav p {
  margin-top: 0.75rem;
}
.swiper-slide {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1;
}
.btn-menu-items {
  position: fixed;
  bottom: 8rem;
  right: 0;
  width: 100vw;
  z-index: 998;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu-items .btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  background: radial-gradient(53.76% 53.76% at 49.3% 46.24%, #43DFD6 0%, #028E89 100%);
  box-shadow: 0px 4px 4px 0px #5DE4DBA3 inset;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-menu-items .box {
  transform: rotate(-45deg);
}
.box-form-message {
  background: url('/images/back-form.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.shadow-form-message {
  backdrop-filter: blur(8px);
  box-shadow: 0px -1px 9px 0px #A2A2A240;
}
.btn-voice-form {
  background: #31BDAA7D;
  backdrop-filter: blur(4px);
  width: 70px;
  height: 70px;
  border-radius: 10000px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-voice-form .two {
  background: #31BDAA;
  width: 52px;
  height: 52px;
  border-radius: 10000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-background {
  background: linear-gradient(15.83deg, #53C3B5 -40.23%, #38CFC5 90.99%);
  box-shadow: 0px 5px 8px 0px #DEDEDE40,0px 4px 9px 0px #FFFFFF80 inset;
}
.main-loading {
  background: linear-gradient(180deg, #3DDDD0 0%, #0A7A79 100%);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  visibility: visible;
}
.btn-scale-shadow:active {
  transform: scale(0.98);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.main-loading.fade-out {
  opacity: 0;
  visibility: hidden;
}
input[type="text"]:hover, input[type="number"]:hover, textarea:hover {
  border: 1px solid #888888;
  outline: none;
}
input[type="text"]:focus, input[type="number"]:focus, textarea:focus {
  border: 1px solid #007bff44;
  outline: none;
}
@media screen and (max-width:1024px) {
  .header-home {
    background: url('/images/home-back-mobile.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .nav-home {
    bottom: 0;
  }
  .btn-menu-items {
    bottom: 6rem;
  }
  .nav-home .box-nav-home {
    width: 100%;
    border-radius: 0px;
    max-width: unset;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
