@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;600&display=swap');

:root {
  --primary-color: #7e319c;
  --secondary-color: #6a2b85;
  --button-hover: #6a2b85;
  --accent-color: #9d4edd;
  --light-purple: #c77dff;
  --primary-light: rgba(126, 49, 156, 0.16);
  --text-dark: #2d1b3d;
  --text-light: #666;
  --white: #ffffff;
  --light-gray: #f8f9fa;
  --border-color: #c4c5c6;
  --shadow: 0 2px 4px rgba(126, 49, 156, 0.1);
  --shadow-hover: 0 3px 4px rgba(126, 49, 156, 0.2);
  --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  --gradient-light: linear-gradient(135deg, var(--light-purple), var(--accent-color));
  --page-background: #fefefe;
  --surface-background: #ffffff;
  --surface-elevated: #ffffff;
  --surface-muted: #f7f3fa;
  --surface-subtle: #efe7f5;
  --surface-overlay: rgba(24, 24, 24, 0.72);
  --text-primary: #21172f;
  --text-secondary: #5f556d;
  --text-muted: #7b7188;
  --heading-color: var(--primary-color);
  --link-color: #7e319c;
  --link-hover: #5b1f71;
  --primary-contrast-text: #ffffff;
  --border-strong: #bca8ca;
  --focus-color: #d7b0f7;
  --shadow-color: rgba(35, 18, 50, 0.12);
  --card-shadow: 0 14px 32px rgba(35, 18, 50, 0.08);
  --scrollbar-track: rgba(0, 0, 0, 0.01);
  --scrollbar-thumb: rgba(0, 0, 0, 0.3);
  --surface-frost: rgba(255, 255, 255, 0.85);
  --surface-hover: rgba(0, 0, 0, 0.05);
  --surface-hover-strong: rgba(0, 0, 0, 0.12);
  --surface-overlay-soft: rgba(0, 0, 0, 0.32);
  --surface-overlay-strong: rgba(0, 0, 0, 0.45);
  --text-on-overlay: #ffffff;
  --status-danger: #e53935;
  --status-warning: #b58800;
  --status-success: #1f8f4c;
  --status-success-strong: #126b38;
  --status-info: #2563eb;
  --brand-whatsapp: #127737;
  --brand-whatsapp-hover: #0b4520;
  --geoscore-badge-bg: #7e319c;
  --geoscore-badge-text: #f0d9ff;
  --geoscore-badge-border: transparent;
  --verified-badge-bg: #7e319c;
  --verified-badge-text: #ffffff;
  --verified-badge-border: transparent;
  --stars-color: rgb(138, 43, 226);
  --slider-track-base: #e5e7eb;
  --slider-track-fill: linear-gradient(to right, #7e319c 0%, #6a2b85 100%);
  --slider-track-soft: #b880ce;
  --slider-track-soft-hover: #9b6cae;
  --slider-thumb-fill: linear-gradient(135deg, #8b45c1 0%, #6d28d9 100%);
  --slider-thumb-hover-fill: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
  --slider-thumb-solid: #7e319c;
  --slider-step-icon-color: #7e319c;
  --slider-focus-outline: #8b45c1;
}

:root[data-theme="dark"] {
  --primary-color: #c5b8d1;
  --secondary-color: #b28fcc;
  --button-hover: #be9fd7;
  --accent-color: #dfcdec;
  --light-purple: #ede4f3;
  --primary-light: rgba(205, 178, 228, 0.22);
  --text-dark: #f5ecff;
  --text-light: #c1b0d1;
  --white: #1f1a29;
  --light-gray: #241a31;
  --border-color: #4f4f4f;
  --shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  --shadow-hover: 0 14px 32px rgba(0, 0, 0, 0.34);
  --page-background: #1F1F1F;
  --surface-background: #242427;
  --surface-elevated: #2d2d31;
  --surface-muted: #35353a;
  --surface-subtle: #3f3f46;
  --surface-overlay: rgba(10, 10, 10, 0.8);
  --text-primary: #ebe3f1;
  --text-secondary: #e3daeb;
  --text-muted: #969595;
  --heading-color: var(--primary-color);
  --link-color: #f1e7f9;
  --link-hover: #c9c5cd;
  --primary-contrast-text: #160f1d;
  --border-strong: #6a5383;
  --focus-color: #f0d8ff;
  --shadow-color: rgba(0, 0, 0, 0.34);
  --card-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  --scrollbar-track: rgba(255, 255, 255, 0.06);
  --scrollbar-thumb: rgba(255, 255, 255, 0.5);
  --surface-frost: rgba(255, 255, 255, 0.05);
  --surface-hover: rgba(255, 255, 255, 0.08);
  --surface-hover-strong: rgba(255, 255, 255, 0.14);
  --surface-overlay-soft: rgba(0, 0, 0, 0.42);
  --surface-overlay-strong: rgba(0, 0, 0, 0.6);
  --text-on-overlay: #ffffff;
  --status-danger: #ff8080;
  --status-warning: #ffd36b;
  --status-success: #72d89c;
  --status-success-strong: #5ac389;
  --status-info: #8ab4ff;
  --brand-whatsapp: #2cb765;
  --brand-whatsapp-hover: #1f8f4c;
  --geoscore-badge-bg: #4e255f;
  --geoscore-badge-text: #f1f4fb;
  --geoscore-badge-border: #626b7d;
  --verified-badge-bg: #7e319c;
  --verified-badge-text: #ffffff;
  --verified-badge-border: transparent;
  --stars-color: var(--primary-color);
  --slider-track-base: #58535f;
  --slider-track-fill: linear-gradient(to right, #9a8aac 0%, #7e718f 100%);
  --slider-track-soft: #7f728f;
  --slider-track-soft-hover: #9385a1;
  --slider-thumb-fill: linear-gradient(135deg, #ab9bbc 0%, #8d7ea0 100%);
  --slider-thumb-hover-fill: linear-gradient(135deg, #b8aac7 0%, #9889ab 100%);
  --slider-thumb-solid: #9484a6;
  --slider-step-icon-color: #9484a6;
  --slider-focus-outline: #b2a3c2;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --primary-color: #cdb2e4;
    --secondary-color: #b28fcc;
    --button-hover: #be9fd7;
    --accent-color: #dfcdec;
    --light-purple: #ede4f3;
    --primary-light: rgba(205, 178, 228, 0.22);
    --text-dark: #f5ecff;
    --text-light: #c1b0d1;
    --white: #1f1a29;
    --light-gray: #241a31;
    --border-color: #4f4f4f;
    --shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    --shadow-hover: 0 14px 32px rgba(0, 0, 0, 0.34);
    --page-background: #1F1F1F;
    --surface-background: #242427;
    --surface-elevated: #2d2d31;
    --surface-muted: #35353a;
    --surface-subtle: #3f3f46;
    --surface-overlay: rgba(10, 10, 10, 0.8);
    --text-primary: #f7f1fb;
    --text-secondary: #d6c9e0;
    --text-muted: #969595;
    --heading-color: var(--primary-color);
    --link-color: #f1e7f9;
    --link-hover: #dad1e2;
    --primary-contrast-text: #160f1d;
    --border-strong: #6a5383;
    --focus-color: #f0d8ff;
    --shadow-color: rgba(0, 0, 0, 0.34);
    --card-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    --scrollbar-track: rgba(255, 255, 255, 0.06);
    --scrollbar-thumb: rgba(255, 255, 255, 0.5);
    --surface-frost: rgba(255, 255, 255, 0.05);
    --surface-hover: rgba(255, 255, 255, 0.08);
    --surface-hover-strong: rgba(255, 255, 255, 0.14);
    --surface-overlay-soft: rgba(0, 0, 0, 0.42);
    --surface-overlay-strong: rgba(0, 0, 0, 0.6);
    --text-on-overlay: #ffffff;
    --status-danger: #ff8080;
    --status-warning: #ffd36b;
    --status-success: #72d89c;
    --status-success-strong: #5ac389;
    --status-info: #8ab4ff;
    --brand-whatsapp: #2cb765;
    --brand-whatsapp-hover: #1f8f4c;
    --geoscore-badge-bg: #4e255f;
    --geoscore-badge-text: #f1f4fb;
    --geoscore-badge-border: #626b7d;
    --verified-badge-bg: #7e319c;
    --verified-badge-text: #ffffff;
    --verified-badge-border: transparent;
    --stars-color: var(--primary-color);
    --slider-track-base: #58535f;
    --slider-track-fill: linear-gradient(to right, #9a8aac 0%, #7e718f 100%);
    --slider-track-soft: #7f728f;
    --slider-track-soft-hover: #9385a1;
    --slider-thumb-fill: linear-gradient(135deg, #ab9bbc 0%, #8d7ea0 100%);
    --slider-thumb-hover-fill: linear-gradient(135deg, #b8aac7 0%, #9889ab 100%);
    --slider-thumb-solid: #9484a6;
    --slider-step-icon-color: #9484a6;
    --slider-focus-outline: #b2a3c2;
  }
}

body {
    font-family: 'Open Sans', sans-serif; /* Fonte padrão para o corpo do texto */
    line-height: 1.6; /* Melhora a legibilidade do texto */
    margin: 0;
    padding: 0;
  background: var(--page-background);
  color: var(--text-primary);
}

/* Estilos para desktop */
h1 {
    font-size: 2em; /* Default: 32px */
  color: var(--heading-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 1.5em; /* Default: 24px */
  color: var(--heading-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

/* Ajustes para mobile */
@media (max-width: 768px) {
    h1 {
        font-size: 1.5em; /* Reduz para 24px */
    }

    h2 {
        font-size: 1.2em; /* Reduz para 19.2px */
    }
}


h3 {
    font-size: 1.17em; /* Default: 18.72px */
  color: var(--heading-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

h4 {
    font-size: 1em; /* Default: 16px */
  color: var(--heading-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

h5 {
    font-size: 0.83em; /* Default: 13.28px */
  color: var(--heading-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

h6 {
    font-size: 0.67em; /* Default: 10.72px */
  color: var(--heading-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

/* Exemplo de estilização para links */
a {
  color: var(--link-color); /* Cor padrão para links */
    text-decoration: none; /* Remove o sublinhado dos links */
}

a:hover {
  color: var(--link-hover);
}


.input-wrapper input,
.input-wrapper select {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid var(--border-color);
    border-radius: 30px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: var(--surface-background);
    color: var(--text-primary);
    height: 100%;
}

.input-wrapper input:focus,
.input-wrapper select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(126, 49, 156, 0.1);
}

.input-wrapper small {
  color: var(--text-secondary);
    font-size: 0.9rem;
    margin-top: 0.5rem;
    display: block;
}

.suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--surface-elevated);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    box-shadow: var(--shadow);
    z-index: 501;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.input-text {
    width: 100%;
    padding: 17px 15px 17px 45px;
    border: 2.5px solid var(--border-color);
    border-radius: 30px;
  background-color: var(--surface-background);
    font-size: 1rem;
    color: var(--text-primary);
  caret-color: var(--text-primary);
  -webkit-text-fill-color: var(--text-primary);
    transition: border-color 0.3s ease;
}

.input-text::placeholder {
  color: var(--text-muted);
  -webkit-text-fill-color: var(--text-muted);
}

.input-text:-webkit-autofill,
.input-text:-webkit-autofill:hover,
.input-text:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text-primary);
  -webkit-box-shadow: 0 0 0 1000px var(--surface-background) inset;
  box-shadow: 0 0 0 1000px var(--surface-background) inset;
  caret-color: var(--text-primary);
}

.input-text:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px var(--primary-light);
}

.input-text:focus-visible {
    outline: 2px solid #7e319c;
    outline-offset: 1px;
}

.margin-medium{
    margin-bottom: 10px;
}

.dark-button {
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: var(--primary-contrast-text);
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dark-button:hover {
    background: var(--button-hover);
    color: var(--primary-contrast-text);
}

.dark-button:focus-visible {
  outline: 2px solid var(--focus-color);
    outline-offset: 2px;
}

.rounded-button-dark {
  background-color: var(--primary-color); /* Fundo transparente */
  color: var(--primary-contrast-text); /* Cor do texto neutra */
  border: 1px solid var(--primary-color); /* Borda cinza fina */
    border-radius: 25px; /* Bordas arredondadas */
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.rounded-button:hover {
    background-color: #6a2b85; /* Leve preenchimento ao passar o mouse */
    color: #f0f0f0; /* Cor do texto mais escura */
    border-color: #6a2b85; /* Borda mais escura ao passar o mouse */
}


.rounded-button {
    background-color: transparent; /* Fundo transparente */
  color: var(--link-color); /* Cor do texto neutra */
  border: 1px solid var(--primary-color); /* Borda cinza fina */
    border-radius: 25px; /* Bordas arredondadas */
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.rounded-button:hover {
  background-color: var(--primary-color); /* Leve preenchimento ao passar o mouse */
  color: var(--primary-contrast-text); /* Cor do texto mais escura */
  border-color: var(--secondary-color); /* Borda mais escura ao passar o mouse */
}

.light-button {
    padding: 12px;
    background-color: transparent; /* Fundo transparente */
    color: var(--link-color); /* Cor do texto neutra */
    border: 1px solid var(--primary-color); /* Borda cinza fina */
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    background-color: var(--surface-background);
}

.light-button:hover {
  background-color: var(--primary-color); /* Leve preenchimento ao passar o mouse */
  color: var(--primary-contrast-text); /* Cor do texto mais escura */
  border-color: var(--secondary-color); /* Borda mais escura ao passar o mouse */
}

.light-button:focus-visible {
  outline: 2px solid var(--focus-color);
    outline-offset: 2px;
}

@media only screen and (min-width: 800px) {
    .next-btn {
        position: relative; /* Fixa o botão em uma posição na janela */
        margin-left: auto; /* Pushes the button to the right */
        margin-right: 0; /* Reset right margin */
        width: 34px;
        height: 34px;
        padding: 10px;
        background-color: var(--primary-color); /* Fundo roxo vivo e moderno */
        color: var(--primary-contrast-text); /* Cor do texto branca para contraste */
        border: 1px solid var(--secondary-color); /* Borda roxa um pouco mais escura */
        border: none;
        border-radius: 100%;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .back-btn {
        width: 34px;
        height: 34px;
        padding: 10px;
        background-color: var(--primary-color); /* Fundo roxo vivo e moderno */
        color: var(--primary-contrast-text); /* Cor do texto branca para contraste */
        border: 1px solid var(--secondary-color); /* Borda roxa um pouco mais escura */
        border: none;
        border-radius: 100%;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        right:50%;
    }
}

@media only screen and (max-width: 800px) {
    .next-btn {
        position: relative; /* Fixa o botão em uma posição na janela */
        margin-right: 0; /* Reset right margin */
        width: 32px;
        height: 32px;
        padding: 6px;
        background-color: var(--primary-color); /* Fundo roxo vivo e moderno */
        color: var(--primary-contrast-text); /* Cor do texto branca para contraste */
        border: 1px solid var(--secondary-color); /* Borda roxa um pouco mais escura */
        color: white;
        border: none;
        border-radius: 100%;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    
    .back-btn {
        position: relative; /* Fixa o botão em uma posição na janela */
        width: 32px;
        height: 32px;
        padding: 6px;
        background-color: var(--primary-color); /* Fundo roxo vivo e moderno */
        color: var(--primary-contrast-text); /* Cor do texto branca para contraste */
        border: 1px solid var(--secondary-color); /* Borda roxa um pouco mais escura */
        border: none;
        border-radius: 100%;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        margin-left: 75%;
        margin-bottom: 10px;
    }
    
}


/* Adjustments for even smaller screens */
@media only screen and (max-width: 700px) {
    .container {
        width: 95%;
        min-height: 500px;
        margin: 100px auto;
        margin-bottom: 30px;
        margin-top: 85px;
      background-color: var(--page-background);
        padding: 20px;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 700px) {
  .container {
      margin-top: 70px;
  }
}

/* Adjustments for even smaller screens */
@media only screen and (min-width: 700px) {
    .container {
        width: 55%;
        min-height: 500px;
        margin: 85px auto;
        margin-bottom:40px;
      background-color: var(--page-background);
        padding: 20px;
        border-radius: 5px;
    }
}

.highlight {
    border-color: red !important;
    background-color: #fdd; /* Fundo vermelho claro opcional */
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 99%;
}

.input-wrapper svg {
    position: absolute;
    top: 33%;
    left: 15px;
    pointer-events: none; /* Prevent the icon from interfering with input */
}

.input-wrapper img {
    position: absolute;
    top: 33%;
    left: 15px;
    pointer-events: none; /* Prevent the icon from interfering with input */
}

.loader {
  border: 8px solid color-mix(in srgb, var(--surface-subtle) 72%, #ffffff 28%);
  border-top: 8px solid var(--primary-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.loader {
  border: 8px solid color-mix(in srgb, var(--surface-subtle) 72%, #ffffff 28%);
  border-top: 8px solid var(--primary-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.center-absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the loader exactly */
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*, ::after, ::before {
    box-sizing: border-box;
}

img, svg {
    vertical-align: middle;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
  color: var(--text-primary);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: var(--link-color); /* Cor padrão para links */
    text-decoration: none; /* Remove o sublinhado dos links */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    padding: 10px;
    position: relative;
    flex-direction: row;
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #e0e0e0, #f5f5f5);
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 3px;
}

.step {
    width: 20px;
    height: 20px;
    background: #e0e0e0;
    border-radius: 50%;
    border: 4px solid #f5f5f5;
    outline: 4px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.step.current {
    background: #6a0dad;
    /* border: 4px solid #6a0dad; */
}

:root[data-theme="dark"] .progress-bar::before {
  background: linear-gradient(to right, var(--border-color), color-mix(in srgb, var(--surface-subtle) 72%, var(--border-color) 28%));
}

:root[data-theme="dark"] .step {
  background: var(--surface-subtle);
  border: 4px solid var(--surface-elevated);
}

:root[data-theme="dark"] .step.current {
  background: var(--primary-color);
  border: 4px solid color-mix(in srgb, var(--primary-color) 30%, var(--surface-elevated) 70%);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .progress-bar::before {
    background: linear-gradient(to right, var(--border-color), color-mix(in srgb, var(--surface-subtle) 72%, var(--border-color) 28%));
  }

  :root:not([data-theme="light"]) .step {
    background: var(--surface-subtle);
    border: 4px solid var(--surface-elevated);
  }

  :root:not([data-theme="light"]) .step.current {
    background: var(--primary-color);
    border: 4px solid color-mix(in srgb, var(--primary-color) 30%, var(--surface-elevated) 70%);
  }
}

.observation-text {
    display: none;
    color: #888; /* Cor que normalmente se assemelha ao placeholder */
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
}

.custom-checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px; /* Espaço entre o checkbox e o texto */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: var(--text-primary);
}


@media only screen and (max-width:500px) {
  .custom-checkbox {
      min-width: 20px !important;
      min-height: 20px;
  }
}

@media only screen and (min-width:500px) {
  .custom-checkbox {
      min-width: 20px !important;
      min-height: 20px;
  }
}


.custom-checkbox {
    appearance: none; /* Remove o estilo padrão */
  border: 2px solid color-mix(in srgb, var(--primary-color) 46%, var(--border-strong) 54%);
    border-radius: 4px; /* Cantos arredondados */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    height: 20px;
    width: 20px !important;
    margin: 0;
  background-color: var(--surface-background);
  box-shadow: 0 1px 2px rgba(33, 23, 47, 0.08);
}

.custom-checkbox:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary-color) 14%, transparent);
}

.custom-checkbox:focus-visible {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--focus-color) 55%, transparent);
}

.custom-checkbox:checked {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  border-color: var(--secondary-color);
  box-shadow: 0 1px 3px rgba(33, 23, 47, 0.18);
}

.custom-checkbox::after {
    content: '✔';
  color: var(--primary-contrast-text);
  font-size: 13px;
  font-weight: 700;
    display: none;
}

.custom-checkbox:checked::after {
    display: block;
}

.line-with-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.line {
    flex-grow: 1;
    border: 0;
    border-top: 1px solid #d3d3d3; /* Linha cinza claro */
}

.text-line {
    padding: 0 10px;
  color: var(--text-primary);
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 1130px) {
    .suggestion-item {
        display: flex;
        align-items:center;
        padding: 10px;
        cursor: pointer;
    }

    .suggestion-item:hover {
        padding: 10px;
        background-color: var(--surface-hover);
    }

    .suggestions {
        display: none;
        position: absolute; /* Start as absolute */
        width: 380px;
        max-width: 100%;
        background-color: var(--surface-elevated);
        border: 1px solid var(--border-color);
        max-height: 150px;
        overflow-y: auto;
        z-index: 501;
        scrollbar-width: thin;
        scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    }
}

@media only screen and (max-width: 1130px) {
    .suggestion-item {
        display: flex;
        align-items:center;
        padding: 10px;
        cursor: pointer;
    }

    .suggestion-item:hover {
        padding: 10px;
        background-color: var(--surface-hover);
    }

    .suggestions {
        display: none;
        position: absolute; /* Start as absolute */
        width: 380px;
        max-width: 100%;
        background-color: var(--surface-elevated);
        border: 1px solid var(--border-color);
        max-height: 150px;
        overflow-y: auto;
        z-index: 501;
        scrollbar-width: thin;
        scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    }
}

.suggestion-item {
    color: var(--text-primary);
}

.bairro-topbar-suggestion-icon {
    color: var(--primary-color);
}

.dynamic-section-heading {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.dynamic-section-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(124, 58, 237, 0.35),
    transparent
  );
}

:root[data-theme="dark"] .dynamic-section-heading::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .dynamic-section-heading::after {
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.5),
      transparent
    );
  }
}


.input-display {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 14px;
  color: var(--primary-contrast-text);
  background-color: var(--primary-color);
    border-radius: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

.geoscore-badge {
  background-color: var(--geoscore-badge-bg);
  color: var(--geoscore-badge-text);
  border: 1px solid var(--geoscore-badge-border);
}

.verified-badge {
  background-color: var(--verified-badge-bg);
  color: var(--verified-badge-text);
  border: 1px solid var(--verified-badge-border);
}

:root[data-partner-theme][data-theme="dark"] .verified-badge {
  background-color: var(--partner-brand-primary);
  color: var(--verified-badge-text);
  border-color: var(--verified-badge-border);
}

.input-display::before {
    content: "";
    margin-right: 3px;
  color: var(--primary-contrast-text);
}

:root[data-theme="dark"] .input-display {
  border: 1px solid color-mix(in srgb, var(--border-color) 52%, transparent);
  box-shadow: 0 4px 10px color-mix(in srgb, var(--surface-overlay-strong) 20%, transparent);
}

@media (prefers-color-scheme: dark) {
  :root[data-partner-theme]:not([data-theme="light"]) .verified-badge {
    background-color: var(--partner-brand-primary);
    color: var(--verified-badge-text);
    border-color: var(--verified-badge-border);
  }

  :root:not([data-theme="light"]) .input-display {
    border: 1px solid color-mix(in srgb, var(--border-color) 52%, transparent);
    box-shadow: 0 4px 10px color-mix(in srgb, var(--surface-overlay-strong) 20%, transparent);
  }
}

select {
  color: var(--text-primary);
  background-color: var(--surface-background);
}

select:invalid {
  color: var(--text-muted);
}

.circular-button {
    width: 35px; /* Width of the button */
    height: 35px; /* Height of the button */
    border-radius: 100%; /* Make it circular */
    padding: 0; /* No padding */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important; /* Shadow effect */
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    cursor: pointer; /* Change cursor style */
    border: none;
    background: var(--surface-elevated);
}

:root[data-theme="dark"] .circular-button {
  box-shadow: 0 8px 16px color-mix(in srgb, var(--surface-overlay-strong) 30%, transparent), 0 0 0 1px color-mix(in srgb, var(--border-color) 45%, transparent);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .circular-button {
    box-shadow: 0 8px 16px color-mix(in srgb, var(--surface-overlay-strong) 30%, transparent), 0 0 0 1px color-mix(in srgb, var(--border-color) 45%, transparent);
  }
}

input:disabled {
    cursor: not-allowed;
}

.display-none{
    display:none
}

.display-block{
    display: block;
}

.display-inline-flex{
  display: inline-flex
}

.display-flex{
    display: flex;
}

.display-flex{
    display: flex;
}

.justify-content-center{
    justify-content: center
}

.text-align-right {
  text-align: right;
}

.text-align-left{
    text-align: left;
}

.text-align-center{
    text-align: center;
}

.text-align-justify{
    text-align: justify;
}

.max-width-320px{
    max-width:320px
}

.max-width-1200px{
    max-width:1200px
}

.max-width-1000px{
    max-width:1000px
}

.max-width-450px{
    max-width:450px
}

.max-width-150px{
    max-width: 150px;
}

.max-width-100px{
    max-width: 100px;
}

.max-width-350px{
    max-width: 350px;
}

.max-width-250px{
    max-width: 250px;
}

.max-width-40px{
    max-width:40px
}

.max-height-40px{
    max-height:40px
}


.width-40pc{
  max-width:40%
}

.max-width-50pc{
  max-width:50%
}

.min-height-450px{
    min-height: 450px;
}

.min-height-250px{
    min-height: 250px;
}

.min-height-100px{
   min-height: 100px;
}

.min-height-50px{
   min-height: 50px;
}

.font-size-16px{
    font-size:16px
}

.font-size-large{
    font-size:large
}

.margin-bottom-20px{
    margin-bottom:20px
}

.margin-bottom-50px{
  margin-bottom:50px
}

.margin-bottom-70px{
  margin-bottom:70px
}

.margin-bottom-10px{
    margin-bottom:10px
}

.margin-bottom-40px{
  margin-bottom:40px
}

.margin-top-200px{
    margin-top:200px
}

.margin-top-150px{
    margin-top:150px
}

.margin-top-20px{
    margin-top:20px
}

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

.margin-top-10px{
    margin-top:10px
}

.margin-0 {
  margin: 0;
}

.cursor-pointer{
    cursor:pointer
}

.color-red{
    color:red
}

.color-green{
    color:green
}

.height-100pc{
    height: 100%;
}

.width-100pc{
    width: 100%;
}

.width-90pc{
    width: 90%;
    z-index: 999000;
}

.width-85pc{
    width: 85%;
}

.width-50pc{
    width: 50%;
}

.width-130px{
  width:130px  
}

.width-110px{
  width: 110px;
}

.position-absolute{
    position:absolute
}

.bottom-0px{
    bottom:0px
}

.bottom-0 {
  bottom: 0;
}

.right-10px{
    right:10px
}

.right-0 {
  right: 0;
}

.align-items-center{
    align-items:center
}

.padding-0px {
  padding: 0px;
}

.padding-20px {
  padding: 20px;
}

.padding-5px {
  padding: 5px;
}

.padding-10px {
  padding: 10px;
}

.display-flex {
  display: flex;
}

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

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

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

.gap-10px {
  gap: 10px;
}

.margin-top-20px {
  margin-top: 20px;
}

.margin-top-5px {
  margin-top: 5px;
}


.padding-8-16px {
  padding: 8px 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.font-size-1em {
  font-size: 1em;
}

.min-width-18px{
  min-width: 18px;
}

.min-width-220px {
  min-width: 220px;
}

.min-width-120px {
  min-width: 120px;
}

.min-width-200px {
  min-width: 200px;
}

.width-200px {
  width: 200px;
}

.text-align-right {
  text-align: right;
}

.display-none {
  display: none;
}

.margin-y-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.display-flex {
  display: flex;
}

.gap-8px {
  gap: 8px;
}

.width-50 {
  width: 50%;
}

.margin-auto {
  margin: 0 auto;
}

.text-align-center {
  text-align: center;
}

.display-flex {
  display: flex;
}

.gap-20-percent {
  gap: 20%;
}

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

.width-90 {
  width: 90%;
}

.margin-top-10px {
  margin-top: 10px;
}

.width-100px {
  width: 100px;
}

.max-width-250px {
  max-width: 250px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-10px {
  top: 10px;
}

.right-10px {
  right: 10px;
}

.background-transparent {
  background: transparent;
}

.background-ffffff {
  background: var(--surface-background);
}

.border-none {
  border: none;
}

.font-size-18px {
  font-size: 18px;
}

.cursor-pointer {
  cursor: pointer;
}

.display-flex {
  display: flex;
}

.gap-20-percent {
  gap: 20%;
}

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

.width-90 {
  width: 90%;
}

.margin-top-10px {
  margin-top: 10px;
}

.max-width-250px {
  max-width: 250px;
}

.position-absolute {
  position: absolute;
}

.left-16px {
  left: 16px;
}

.top-50-percent {
  top: 50%;
}

.translate-y--50-percent {
  transform: translateY(-50%);
}

.text-indent-25px {
  text-indent: 25px;
}

.border-solid-purple {
  border: 2px solid var(--primary-color);
}

.visibility-hidden{
    visibility:hidden;
}

.margin-top-50px {
  margin-top: 50px;
}

.display-flex {
  display: flex;
}

.flex-direction-column {
  flex-direction: column;
}

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

.text-align-center {
  text-align: center;
}

.min-width-270px {
  min-width: 270px;
}

.width-50 {
  width: 50%;
}

.width-400px {
  width: 400px;
}

.max-width-90 {
  max-width: 90%;
}

.max-width-650px {
  max-width: 650px;
}

.min-height-200px {
  min-height: 200px;
}

.height-200px{
  height:200px;
}

.margin-bottom--1px {
  margin-bottom: -1px;
}

.margin-bottom-15px {
  margin-bottom: 15px;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-5px {
  margin-right: 5px;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-left-25pc {
  margin-left: 25%;
}

.margin-left-2pct {
  margin-left: 2%;
}

.margin-left-10px {
  margin-left: 10px;
}
.margin-right-2pct {
  margin-right: 2%;
}

.margin-right-0px {
  margin-right: 0px;
}

.max-height-350px {
  max-height: 350px;
}

.max-height-450px {
  max-height: 450px;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrollbar-thin {
  scrollbar-width: thin;
}

.width-100pc {
  width: 100%;
}

.display-flex {
  display: flex;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.position-absolute {
  position: absolute;
}

.right-20px {
  right: 20px;
}

.top-30px {
  top: 30px;
}

.margin-bottom-5px {
  margin-bottom: 5px;
}

.margin-top-70px {
  margin-top: 70px;
}

.background-color-fff {
  background-color: var(--surface-background);
}

.color-fff{
  color:#fff
}

.align-items-normal { 
  align-items: normal;
}

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

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

.width-120px { 
  width: 120px; 
}

.width-540px { 
  width:540px; 
}

.max-width-100pc { 
  max-width:100%
}

.padding-left-5px { 
  padding-left: 5px;
}

.border-radius-30px { 
  border-radius: 30px;
}

.padding-left-8px { 
  padding-left: 8px;
}

.padding-left-35px { 
  padding-left: 35px;
}

.padding-top-0px-important { 
  padding-top: 0px !important;
}

.padding-bottom-0px-important { 
  padding-bottom: 0px !important;
}

.padding-bottom-100px {
  padding-bottom: 100px;
}

.padding-top-100px {
  padding-top: 100px;
}

.padding-top-10px { 
  padding-top: 10px;
}

.padding-bottom-10px { 
  padding-bottom: 10px;
}

.padding-top-20px { 
  padding-top: 20px;
}

.width-33pc { 
  width: 33.3%;
}

.width-75pc { 
  width: 75%;
}

.width-25pc { 
  width: 25%;
}

.width-85pc { 
  width: 85%;
}

.width-85pc { 
  width: 90%;
}

.width-100pc { 
  width: 100%; 
}

.position-absolute {
  position: absolute;
}

.bottom-30px {
  bottom: 30px;
}

.bottom-80px {
  bottom: 80px;
}

.color-gray {
  color: var(--text-secondary);
}

.font-size-12px {
  font-size: 12px;
}

.margin-left-5px{
  margin-left: 5px;
}

.margin-left-15px {
  margin-left: 15px;
}

.h-calc-100-minus-110 {
  height: calc(100% - 110px);
}

.h-calc-100-minus-160 {
  height: calc(100% - 160px);
}


.suggestions {
    position: relative;
}

.color-7e319c {
  color: var(--primary-color)
}

.margin-left-20px {
  margin-left: 20px;
}

.margin-top-70px {
  margin-top: 70px;
}

.z-index-1000 {
  z-index: 1000;
}

.font-weight-bold {
  font-weight: bold;
}


.favorite-heart {
    position: absolute;
    top: 5px;
    left: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
}

.color-primary-color {
    color: var(--primary-color);
}

.bg-surface { background-color: var(--surface-background); }
.bg-elevated { background-color: var(--surface-elevated); }
.bg-frost { background-color: var(--surface-frost); }
.bg-overlay-soft { background-color: var(--surface-overlay-soft); }
.bg-overlay-strong { background-color: var(--surface-overlay-strong); }
.bg-brand { background-color: var(--primary-color); }
.bg-whatsapp { background-color: var(--brand-whatsapp); }
.text-primary-color { color: var(--text-primary); }
.text-secondary-color { color: var(--text-secondary); }
.text-on-overlay { color: var(--text-on-overlay); }
.text-brand { color: var(--primary-color); }
.text-danger { color: var(--status-danger); }
.text-warning { color: var(--status-warning); }
.text-success { color: var(--status-success); }
.border-theme { border-color: var(--border-color); }
.border-brand { border-color: var(--primary-color); }

::selection {
  background: var(--primary-color);
  color: var(--primary-contrast-text);
}

body,
.container,
.background-ffffff,
.background-color-fff {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

input,
textarea,
select,
button {
  color: inherit;
}

input,
textarea,
select,
.input-text,
.rounded-button,
.light-button,
.rounded-button-dark,
.dark-button {
  box-shadow: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--text-muted);
  opacity: 1;
}

:focus-visible {
  outline-color: var(--focus-color);
}