/* _content/Cabaz/Components/Account/Pages/AnaliseCategoria/CreateCategoria.razor.rz.scp.css */
:root[b-20792dv776] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-20792dv776] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-20792dv776] {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 90vh;
      background: linear-gradient(135deg, #f0fff7 0%, #e8fff0 100%);
      padding: 40px 2px;
}

.step-content[b-20792dv776] {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      padding: 40px 30px;
      max-width: 99.9%;
      width: 100%;
      text-align: center;
      animation: fadeIn 0.7s ease-in-out;
}

.progress-header h2[b-20792dv776] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.progress-bar[b-20792dv776] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-20792dv776] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-20792dv776] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-20792dv776] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-20792dv776]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-20792dv776]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-20792dv776]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-20792dv776] {
            display: block;
            margin-top: 4px;
            color: #333;
      }



.hero[b-20792dv776] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-20792dv776] {
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #16a34a, #0ea5e9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
      }

      .hero p[b-20792dv776] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-20792dv776] {
      position: relative;
      border-radius: 20px;
      padding: 1.5rem;
      overflow: hidden;
      background: rgba(255,255,255,0.85);
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
      transition: transform .25s ease, box-shadow .25s ease;
}

      .category-card:hover[b-20792dv776] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-20792dv776] {
            border-radius: 999px;
            padding: .35rem .75rem;
            font-weight: 600;
            font-size: .85rem;
            background: rgba(14,165,233,.15);
            color: var(--text-dark);
      }

.category-icon[b-20792dv776] {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      color: #fff;
}
.icon-realestate[b-20792dv776] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-20792dv776] {
      position: absolute;
      right: 18px;
      top: 18px;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: var(--text-dark);
      background: #f8fafc;
      box-shadow: 0 4px 14px rgba(0,0,0,.15);
      transition: transform .2s ease;
      cursor: pointer;
}

.category-card:hover .plus-fab[b-20792dv776] {
      transform: rotate(90deg);
}

.subcat[b-20792dv776] {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .4rem .7rem;
      border-radius: 999px;
      background: rgba(14,165,233,.1);
      color: var(--text-dark);
      font-size: .9rem;
      margin: .25rem;
      white-space: nowrap;
}

      .subcat .dot[b-20792dv776] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-20792dv776] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-20792dv776] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-20792dv776] {
      background: linear-gradient(135deg, #22c55e, #0ea5e9);
      color: #fff;
      border: none;
      padding: .8rem 1.5rem;
      font-weight: 700;
      border-radius: 12px;
      transition: transform .2s ease, box-shadow .2s ease;
      box-shadow: 0 10px 20px rgba(14,165,233,.35);
}

      .btn-hero:hover[b-20792dv776] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-20792dv776] {
      position: absolute;
      inset: -1px;
      border-radius: 20px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(59,130,246,.4), rgba(14,165,233,.4), rgba(124,58,237,.4));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
}

/* Responsivo */

@media (max-width: 600px) {
      .step span[b-20792dv776] {
            display: none;
      }

      .step.current span[b-20792dv776] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-20792dv776] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-20792dv776] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-20792dv776] {
      flex: 1 1 100%;
}

.col-md-6[b-20792dv776] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-20792dv776] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* _content/Cabaz/Components/Account/Pages/AnaliseCategoria/CreateCategoriaF.razor.rz.scp.css */
:root[b-jgvs887tpm] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-jgvs887tpm] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-jgvs887tpm] {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 90vh;
      background: linear-gradient(135deg, #f0fff7 0%, #e8fff0 100%);
      padding: 40px 2px;
}

.step-content[b-jgvs887tpm] {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      padding: 40px 30px;
      max-width: 99.9%;
      width: 100%;
      text-align: center;
      animation: fadeIn 0.7s ease-in-out;
}

.progress-header h2[b-jgvs887tpm] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.progress-bar[b-jgvs887tpm] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-jgvs887tpm] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-jgvs887tpm] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-jgvs887tpm] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-jgvs887tpm]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-jgvs887tpm]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-jgvs887tpm]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-jgvs887tpm] {
            display: block;
            margin-top: 4px;
            color: #333;
      }




.hero[b-jgvs887tpm] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-jgvs887tpm] {
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #16a34a, #0ea5e9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
      }

      .hero p[b-jgvs887tpm] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-jgvs887tpm] {
      position: relative;
      border-radius: 20px;
      padding: 1.5rem;
      overflow: hidden;
      background: rgba(255,255,255,0.85);
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
      transition: transform .25s ease, box-shadow .25s ease;
}

      .category-card:hover[b-jgvs887tpm] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-jgvs887tpm] {
            border-radius: 999px;
            padding: .35rem .75rem;
            font-weight: 600;
            font-size: .85rem;
            background: rgba(14,165,233,.15);
            color: var(--text-dark);
      }

.category-icon[b-jgvs887tpm] {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      color: #fff;
}

.icon-realestate[b-jgvs887tpm] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-jgvs887tpm] {
      position: absolute;
      right: 18px;
      top: 18px;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: var(--text-dark);
      background: #f8fafc;
      box-shadow: 0 4px 14px rgba(0,0,0,.15);
      transition: transform .2s ease;
      cursor: pointer;
}

.category-card:hover .plus-fab[b-jgvs887tpm] {
      transform: rotate(90deg);
}

.subcat[b-jgvs887tpm] {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .4rem .7rem;
      border-radius: 999px;
      background: rgba(14,165,233,.1);
      color: var(--text-dark);
      font-size: .9rem;
      margin: .25rem;
      white-space: nowrap;
}

      .subcat .dot[b-jgvs887tpm] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-jgvs887tpm] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-jgvs887tpm] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-jgvs887tpm] {
      background: linear-gradient(135deg, #22c55e, #0ea5e9);
      color: #fff;
      border: none;
      padding: .8rem 1.5rem;
      font-weight: 700;
      border-radius: 12px;
      transition: transform .2s ease, box-shadow .2s ease;
      box-shadow: 0 10px 20px rgba(14,165,233,.35);
}

      .btn-hero:hover[b-jgvs887tpm] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-jgvs887tpm] {
      position: absolute;
      inset: -1px;
      border-radius: 20px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(59,130,246,.4), rgba(14,165,233,.4), rgba(124,58,237,.4));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
}

/* Responsivo */

@media (max-width: 600px) {
      .step span[b-jgvs887tpm] {
            display: none;
      }

      .step.current span[b-jgvs887tpm] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-jgvs887tpm] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-jgvs887tpm] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-jgvs887tpm] {
      flex: 1 1 100%;
}

.col-md-6[b-jgvs887tpm] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-jgvs887tpm] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/Anunciar.razor.rz.scp.css */
:root[b-1yxfoczoz7] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-1yxfoczoz7] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-1yxfoczoz7] {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 90vh;
      background: linear-gradient(135deg, #f0fff7 0%, #e8fff0 100%);
      padding: 40px 2px;
}

.step-content[b-1yxfoczoz7] {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      padding: 40px 3px;
      max-width: 99.9%;
      width: 100%;
      text-align: center;
      animation: fadeIn 0.7s ease-in-out;
}

.progress-header h2[b-1yxfoczoz7] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.progress-bar[b-1yxfoczoz7] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-1yxfoczoz7] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-1yxfoczoz7] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-1yxfoczoz7] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-1yxfoczoz7]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-1yxfoczoz7]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-1yxfoczoz7]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-1yxfoczoz7] {
            display: block;
            margin-top: 4px;
            color: #333;
      }



.hero[b-1yxfoczoz7] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-1yxfoczoz7] {
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #16a34a, #0ea5e9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
      }

      .hero p[b-1yxfoczoz7] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-1yxfoczoz7] {
      position: relative;
      border-radius: 20px;
      padding: 1.5rem;
      overflow: hidden;
      background: rgba(255,255,255,0.85);
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
      transition: transform .25s ease, box-shadow .25s ease;
}

      .category-card:hover[b-1yxfoczoz7] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-1yxfoczoz7] {
            border-radius: 999px;
            padding: .35rem .75rem;
            font-weight: 600;
            font-size: .85rem;
            background: rgba(14,165,233,.15);
            color: var(--text-dark);
      }

.category-icon[b-1yxfoczoz7] {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      color: #fff;
}
.icon-realestate[b-1yxfoczoz7] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-1yxfoczoz7] {
      position: absolute;
      right: 18px;
      top: 18px;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: var(--text-dark);
      background: #f8fafc;
      box-shadow: 0 4px 14px rgba(0,0,0,.15);
      transition: transform .2s ease;
      cursor: pointer;
}

.category-card:hover .plus-fab[b-1yxfoczoz7] {
      transform: rotate(90deg);
}

.subcat[b-1yxfoczoz7] {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .4rem .7rem;
      border-radius: 999px;
      background: rgba(14,165,233,.1);
      color: var(--text-dark);
      font-size: .9rem;
      margin: .25rem;
      white-space: nowrap;
}

      .subcat .dot[b-1yxfoczoz7] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-1yxfoczoz7] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-1yxfoczoz7] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-1yxfoczoz7] {
      background: linear-gradient(135deg, #22c55e, #0ea5e9);
      color: #fff;
      border: none;
      padding: .8rem 1.5rem;
      font-weight: 700;
      border-radius: 12px;
      transition: transform .2s ease, box-shadow .2s ease;
      box-shadow: 0 10px 20px rgba(14,165,233,.35);
}

      .btn-hero:hover[b-1yxfoczoz7] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-1yxfoczoz7] {
      position: absolute;
      inset: -1px;
      border-radius: 20px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(59,130,246,.4), rgba(14,165,233,.4), rgba(124,58,237,.4));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
}

/* Responsivo */

@media (max-width: 600px) {
      .step span[b-1yxfoczoz7] {
            display: none;
      }

      .step.current span[b-1yxfoczoz7] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-1yxfoczoz7] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-1yxfoczoz7] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-1yxfoczoz7] {
      flex: 1 1 100%;
}

.col-md-6[b-1yxfoczoz7] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-1yxfoczoz7] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/AnunciarE.razor.rz.scp.css */
:root[b-ogrxjxkmvg] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-ogrxjxkmvg] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-ogrxjxkmvg] {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 90vh;
      background: linear-gradient(135deg, #f0fff7 0%, #e8fff0 100%);
      padding: 40px 2px;
}

.step-content[b-ogrxjxkmvg] {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      padding: 40px 30px;
      max-width: 99.9%;
      width: 100%;
      text-align: center;
      animation: fadeIn 0.7s ease-in-out;
}

.progress-header h2[b-ogrxjxkmvg] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.progress-bar[b-ogrxjxkmvg] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-ogrxjxkmvg] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-ogrxjxkmvg] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-ogrxjxkmvg] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-ogrxjxkmvg]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-ogrxjxkmvg]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-ogrxjxkmvg]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-ogrxjxkmvg] {
            display: block;
            margin-top: 4px;
            color: #333;
      }



.hero[b-ogrxjxkmvg] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-ogrxjxkmvg] {
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #16a34a, #0ea5e9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
      }

      .hero p[b-ogrxjxkmvg] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-ogrxjxkmvg] {
      position: relative;
      border-radius: 20px;
      padding: 1.5rem;
      overflow: hidden;
      background: rgba(255,255,255,0.85);
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
      transition: transform .25s ease, box-shadow .25s ease;
}

      .category-card:hover[b-ogrxjxkmvg] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-ogrxjxkmvg] {
            border-radius: 999px;
            padding: .35rem .75rem;
            font-weight: 600;
            font-size: .85rem;
            background: rgba(14,165,233,.15);
            color: var(--text-dark);
      }

.category-icon[b-ogrxjxkmvg] {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      color: #fff;
}

.icon-realestate[b-ogrxjxkmvg] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-ogrxjxkmvg] {
      position: absolute;
      right: 18px;
      top: 18px;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: var(--text-dark);
      background: #f8fafc;
      box-shadow: 0 4px 14px rgba(0,0,0,.15);
      transition: transform .2s ease;
      cursor: pointer;
}

.category-card:hover .plus-fab[b-ogrxjxkmvg] {
      transform: rotate(90deg);
}

.subcat[b-ogrxjxkmvg] {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .4rem .7rem;
      border-radius: 999px;
      background: rgba(14,165,233,.1);
      color: var(--text-dark);
      font-size: .9rem;
      margin: .25rem;
      white-space: nowrap;
}

      .subcat .dot[b-ogrxjxkmvg] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-ogrxjxkmvg] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-ogrxjxkmvg] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-ogrxjxkmvg] {
      background: linear-gradient(135deg, #22c55e, #0ea5e9);
      color: #fff;
      border: none;
      padding: .8rem 1.5rem;
      font-weight: 700;
      border-radius: 12px;
      transition: transform .2s ease, box-shadow .2s ease;
      box-shadow: 0 10px 20px rgba(14,165,233,.35);
}

      .btn-hero:hover[b-ogrxjxkmvg] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-ogrxjxkmvg] {
      position: absolute;
      inset: -1px;
      border-radius: 20px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(59,130,246,.4), rgba(14,165,233,.4), rgba(124,58,237,.4));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
}

/* Responsivo */

@media (max-width: 600px) {
      .step span[b-ogrxjxkmvg] {
            display: none;
      }

      .step.current span[b-ogrxjxkmvg] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-ogrxjxkmvg] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-ogrxjxkmvg] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-ogrxjxkmvg] {
      flex: 1 1 100%;
}

.col-md-6[b-ogrxjxkmvg] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-ogrxjxkmvg] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/AnunciarEm.razor.rz.scp.css */
:root[b-keapds04ye] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-keapds04ye] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-keapds04ye] {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 90vh;
      background: linear-gradient(135deg, #f0fff7 0%, #e8fff0 100%);
      padding: 40px 2px;
}

.step-content[b-keapds04ye] {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      padding: 40px 30px;
      max-width: 99.9%;
      width: 100%;
      text-align: center;
      animation: fadeIn 0.7s ease-in-out;
}

.progress-header h2[b-keapds04ye] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.progress-bar[b-keapds04ye] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-keapds04ye] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-keapds04ye] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-keapds04ye] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-keapds04ye]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-keapds04ye]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-keapds04ye]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-keapds04ye] {
            display: block;
            margin-top: 4px;
            color: #333;
      }




.hero[b-keapds04ye] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-keapds04ye] {
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #16a34a, #0ea5e9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
      }

      .hero p[b-keapds04ye] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-keapds04ye] {
      position: relative;
      border-radius: 20px;
      padding: 1.5rem;
      overflow: hidden;
      background: rgba(255,255,255,0.85);
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
      transition: transform .25s ease, box-shadow .25s ease;
}

      .category-card:hover[b-keapds04ye] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-keapds04ye] {
            border-radius: 999px;
            padding: .35rem .75rem;
            font-weight: 600;
            font-size: .85rem;
            background: rgba(14,165,233,.15);
            color: var(--text-dark);
      }

.category-icon[b-keapds04ye] {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      color: #fff;
}

.icon-realestate[b-keapds04ye] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-keapds04ye] {
      position: absolute;
      right: 18px;
      top: 18px;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: var(--text-dark);
      background: #f8fafc;
      box-shadow: 0 4px 14px rgba(0,0,0,.15);
      transition: transform .2s ease;
      cursor: pointer;
}

.category-card:hover .plus-fab[b-keapds04ye] {
      transform: rotate(90deg);
}

.subcat[b-keapds04ye] {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .4rem .7rem;
      border-radius: 999px;
      background: rgba(14,165,233,.1);
      color: var(--text-dark);
      font-size: .9rem;
      margin: .25rem;
      white-space: nowrap;
}

      .subcat .dot[b-keapds04ye] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-keapds04ye] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-keapds04ye] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-keapds04ye] {
      background: linear-gradient(135deg, #22c55e, #0ea5e9);
      color: #fff;
      border: none;
      padding: .8rem 1.5rem;
      font-weight: 700;
      border-radius: 12px;
      transition: transform .2s ease, box-shadow .2s ease;
      box-shadow: 0 10px 20px rgba(14,165,233,.35);
}

      .btn-hero:hover[b-keapds04ye] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-keapds04ye] {
      position: absolute;
      inset: -1px;
      border-radius: 20px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(59,130,246,.4), rgba(14,165,233,.4), rgba(124,58,237,.4));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
}

/* Responsivo */

@media (max-width: 600px) {
      .step span[b-keapds04ye] {
            display: none;
      }

      .step.current span[b-keapds04ye] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-keapds04ye] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-keapds04ye] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-keapds04ye] {
      flex: 1 1 100%;
}

.col-md-6[b-keapds04ye] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-keapds04ye] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/AnunciarF.razor.rz.scp.css */
:root[b-pvxp3aor68] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-pvxp3aor68] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-pvxp3aor68] {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 90vh;
      background: linear-gradient(135deg, #f0fff7 0%, #e8fff0 100%);
      padding: 40px 2px;
}

.step-content[b-pvxp3aor68] {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      padding: 40px 30px;
      max-width: 99.9%;
      width: 100%;
      text-align: center;
      animation: fadeIn 0.7s ease-in-out;
}

.progress-header h2[b-pvxp3aor68] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.progress-bar[b-pvxp3aor68] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-pvxp3aor68] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-pvxp3aor68] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-pvxp3aor68] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-pvxp3aor68]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-pvxp3aor68]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-pvxp3aor68]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-pvxp3aor68] {
            display: block;
            margin-top: 4px;
            color: #333;
      }




.hero[b-pvxp3aor68] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-pvxp3aor68] {
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #16a34a, #0ea5e9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
      }

      .hero p[b-pvxp3aor68] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-pvxp3aor68] {
      position: relative;
      border-radius: 20px;
      padding: 1.5rem;
      overflow: hidden;
      background: rgba(255,255,255,0.85);
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
      transition: transform .25s ease, box-shadow .25s ease;
}

      .category-card:hover[b-pvxp3aor68] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-pvxp3aor68] {
            border-radius: 999px;
            padding: .35rem .75rem;
            font-weight: 600;
            font-size: .85rem;
            background: rgba(14,165,233,.15);
            color: var(--text-dark);
      }

.category-icon[b-pvxp3aor68] {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.75rem;
      color: #fff;
}

.icon-realestate[b-pvxp3aor68] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-pvxp3aor68] {
      position: absolute;
      right: 18px;
      top: 18px;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: var(--text-dark);
      background: #f8fafc;
      box-shadow: 0 4px 14px rgba(0,0,0,.15);
      transition: transform .2s ease;
      cursor: pointer;
}

.category-card:hover .plus-fab[b-pvxp3aor68] {
      transform: rotate(90deg);
}

.subcat[b-pvxp3aor68] {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .4rem .7rem;
      border-radius: 999px;
      background: rgba(14,165,233,.1);
      color: var(--text-dark);
      font-size: .9rem;
      margin: .25rem;
      white-space: nowrap;
}

      .subcat .dot[b-pvxp3aor68] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-pvxp3aor68] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-pvxp3aor68] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-pvxp3aor68] {
      background: linear-gradient(135deg, #22c55e, #0ea5e9);
      color: #fff;
      border: none;
      padding: .8rem 1.5rem;
      font-weight: 700;
      border-radius: 12px;
      transition: transform .2s ease, box-shadow .2s ease;
      box-shadow: 0 10px 20px rgba(14,165,233,.35);
}

      .btn-hero:hover[b-pvxp3aor68] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-pvxp3aor68] {
      position: absolute;
      inset: -1px;
      border-radius: 20px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(59,130,246,.4), rgba(14,165,233,.4), rgba(124,58,237,.4));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
}

/* Responsivo */

@media (max-width: 600px) {
      .step span[b-pvxp3aor68] {
            display: none;
      }

      .step.current span[b-pvxp3aor68] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-pvxp3aor68] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-pvxp3aor68] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-pvxp3aor68] {
      flex: 1 1 100%;
}

.col-md-6[b-pvxp3aor68] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-pvxp3aor68] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/AnunciarG.razor.rz.scp.css */
.image-grid[b-lwt6uh6oqr] {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 10px;
      margin-top: 15px;
}

.preview-img[b-lwt6uh6oqr] {
      max-width: 100%;
      border: 1px solid #ccc;
      padding: 5px;
      background: #f9f9f9;
      cursor: pointer;
}
.btn-remove[b-lwt6uh6oqr], .btn-replace[b-lwt6uh6oqr] {
      font-size: 1.2rem;
      background: rgba(255,255,255,0.8);
      border-radius: 50%;
      padding: 2px 6px;
}

.step-wrapper[b-lwt6uh6oqr] {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 90vh;
      background: linear-gradient(135deg, #f0f9ff 0%, #e7fff3 100%);
      padding: 40px 2px;
}

.step-content[b-lwt6uh6oqr] {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      padding: 40px 30px;
      max-width: 100%;
      width: 100%;
      text-align: center;
      animation: fadeIn-b-lwt6uh6oqr 0.7s ease-in-out;
}

.progress-header h2[b-lwt6uh6oqr] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.subtitle[b-lwt6uh6oqr] {
      color: #444;
      font-weight: 600;
      font-size: 1.2rem;
}

.progress-bar[b-lwt6uh6oqr] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-lwt6uh6oqr] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-lwt6uh6oqr] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-lwt6uh6oqr] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-lwt6uh6oqr]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-lwt6uh6oqr]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-lwt6uh6oqr]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-lwt6uh6oqr] {
            display: block;
            margin-top: 4px;
            color: #333;
      }


.success-icon[b-lwt6uh6oqr] {
      font-size: 4rem;
      margin: 20px 0;
      color: #42e14f;
      animation: bounce-b-lwt6uh6oqr 1.2s ease infinite alternate;
}

.main-title[b-lwt6uh6oqr] {
      font-size: 1.6rem;
      color: #333;
      font-weight: 700;
      margin-bottom: 10px;
}

.main-text[b-lwt6uh6oqr] {
      color: #555;
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 25px;
}

.anuncio-form[b-lwt6uh6oqr] {
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: left;
}

.form-group label[b-lwt6uh6oqr] {
      font-weight: 600;
      color: #2e8b3a;
      margin-bottom: 6px;
      display: block;
}

.form-control[b-lwt6uh6oqr] {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 1rem;
      transition: border-color 0.2s;
      resize: none;
}

      .form-control:focus[b-lwt6uh6oqr] {
            outline: none;
            border-color: #42e14f;
            box-shadow: 0 0 4px rgba(66,225,79,0.4);
      }

.hint[b-lwt6uh6oqr] {
      display: block;
      margin-top: 5px;
      font-size: 0.85rem;
      color: #777;
}

.condition-group[b-lwt6uh6oqr] {
      margin-top: 15px;
}

.condition-label[b-lwt6uh6oqr] {
      font-weight: 600;
      color: #2e8b3a;
      margin-bottom: 10px;
      display: block;
}

.condition-options[b-lwt6uh6oqr] {
      display: flex;
      gap: 20px;
      justify-content: center;
}

.condition-option input[b-lwt6uh6oqr] {
      display: none;
}

.tag[b-lwt6uh6oqr] {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 10px;
      font-weight: 600;
      font-size: 1rem;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.3s;
      border: 2px solid transparent;
}

      .tag.new[b-lwt6uh6oqr] {
            background: #e6ffec;
            border-color: #42e14f;
            color: #2e8b3a;
      }

      .tag.used[b-lwt6uh6oqr] {
            background: #fff6e6;
            border-color: #f4b740;
            color: #b37800;
      }

.condition-option input:checked + .tag[b-lwt6uh6oqr] {
      transform: scale(1.05);
      box-shadow: 0 0 10px rgba(66,225,79,0.3);
}

.action-buttons[b-lwt6uh6oqr] {
      display: flex;
      justify-content: space-between;
      margin-top: 25px;
}

.btn-next[b-lwt6uh6oqr], .btn-back[b-lwt6uh6oqr] {
      background: #42e14f;
      color: white;
      border: none;
      padding: 12px 32px;
      font-size: 1.1rem;
      font-weight: 600;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s;
}

.btn-back[b-lwt6uh6oqr] {
      background: #ccc;
      color: #333;
}

.btn-next:hover[b-lwt6uh6oqr] {
      background: #36c745;
      transform: translateY(-2px);
}

.btn-back:hover[b-lwt6uh6oqr] {
      background: #bbb;
}

@keyframes fadeIn-b-lwt6uh6oqr {
      from {
            opacity: 0;
            transform: translateY(15px);
      }

      to {
            opacity: 1;
            transform: translateY(0);
      }
}

@keyframes bounce-b-lwt6uh6oqr {
      0% {
            transform: translateY(0);
      }

      100% {
            transform: translateY(-6px);
      }
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/AnunciarH.razor.rz.scp.css */
.final-step-wrapper[b-vjopqqcme2] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  background: linear-gradient(135deg, #e9ffe9 0%, #f9fff9 100%);
  padding: 40px 2px;
}

.final-step-content[b-vjopqqcme2] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 40px 30px;
  max-width: 650px;
  width: 100%;
  text-align: center;
  animation: fadeIn-b-vjopqqcme2 0.7s ease-in-out;
}

.progress-header h2[b-vjopqqcme2] {
  color: #2e8b3a;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.subtitle[b-vjopqqcme2] {
  color: #444;
  font-weight: 600;
  font-size: 1.2rem;
}

.progress-bar[b-vjopqqcme2] {
  width: 80%;
  height: 8px;
  background: #e0e0e0;
  border-radius: 6px;
  margin: 20px 0 10px;
  overflow: hidden;
}

.progress-bar-fill[b-vjopqqcme2] {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #42e14f, #2e8b3a);
  border-radius: 6px;
  animation: progressFill-b-vjopqqcme2 1.5s ease forwards;
}

.steps[b-vjopqqcme2] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-vjopqqcme2] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-vjopqqcme2]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-vjopqqcme2]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-vjopqqcme2]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-vjopqqcme2] {
            display: block;
            margin-top: 4px;
            color: #333;
      }



.step.completed[b-vjopqqcme2] {
  color: #2e8b3a;
  font-weight: 600;
}

.step.current[b-vjopqqcme2] {
  color: #2e8b3a;
  font-weight: 700;
  text-decoration: underline;
}

.success-icon[b-vjopqqcme2] {
  font-size: 4rem;
  margin: 20px 0;
  color: #42e14f;
  animation: bounce-b-vjopqqcme2 1.2s ease infinite alternate;
}

.main-title[b-vjopqqcme2] {
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-text[b-vjopqqcme2] {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.note[b-vjopqqcme2] {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 25px;
}

.action-buttons[b-vjopqqcme2] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.btn-save[b-vjopqqcme2] {
  background: #42e14f;
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
}

.btn-save:hover[b-vjopqqcme2] {
  background: #36c745;
  transform: translateY(-2px);
}

.btn-cancel[b-vjopqqcme2] {
  text-decoration: none;
  color: #666;
  font-size: 0.95rem;
}

.btn-cancel:hover[b-vjopqqcme2] {
  text-decoration: underline;
}

/* Animações */
@keyframes progressFill-b-vjopqqcme2 {
  from { width: 0%; }
  to { width: 100%; }
}

@keyframes fadeIn-b-vjopqqcme2 {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce-b-vjopqqcme2 {
  0% { transform: translateY(0); }
  100% { transform: translateY(-6px); }
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/AnunciarI.razor.rz.scp.css */
body[b-9d4m60rcie] {
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(135deg, #a7f3d0, #6ee7b7, #34d399);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      color: #064e3b;
      text-align: center;
      margin: 0;
      padding: 1.5rem;
      overflow: hidden;
}
.fade-out[b-9d4m60rcie] {
      opacity: 0;
      transition: opacity 1.5s ease;
}

h1[b-9d4m60rcie] {
      font-size: 2.2rem;
      margin-bottom: 1rem;
      font-weight: 800;
      letter-spacing: -0.5px;
      animation: fadeInDown-b-9d4m60rcie 0.8s ease-in-out;
}

p[b-9d4m60rcie] {
      font-size: 1.2rem;
      margin: 0.5rem 0;
      animation: fadeIn-b-9d4m60rcie 1.2s ease-in-out;
}

.success-icon[b-9d4m60rcie] {
      font-size: 4rem;
      margin-bottom: 1rem;
      animation: bounce-b-9d4m60rcie 1.5s infinite;
}

.btn-finish[b-9d4m60rcie] {
      margin-top: 1.5rem;
      background: #065f46;
      color: #fff;
      border: none;
      padding: 0.8rem 1.8rem;
      border-radius: 50px;
      font-size: 1.1rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

      .btn-finish:hover[b-9d4m60rcie] {
            transform: translateY(-2px);
            background: #047857;
      }

.confetti[b-9d4m60rcie] {
      position: absolute;
      width: 8px;
      height: 8px;
      background: #fff;
      top: 0;
      animation: fall-b-9d4m60rcie 3s linear infinite;
      border-radius: 50%;
      opacity: 0.8;
}

@keyframes fadeInDown-b-9d4m60rcie {
      from {
            opacity: 0;
            transform: translateY(-20px);
      }

      to {
            opacity: 1;
            transform: translateY(0);
      }
}

@keyframes fadeIn-b-9d4m60rcie {
      from {
            opacity: 0;
      }

      to {
            opacity: 1;
      }
}

@keyframes bounce-b-9d4m60rcie {
      0%, 100% {
            transform: translateY(0);
      }

      50% {
            transform: translateY(-10px);
      }
}

@keyframes fall-b-9d4m60rcie {
      to {
            transform: translateY(100vh) rotate(720deg);
            opacity: 0;
      }
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/MeusAnuncios/Br5List.razor.rz.scp.css */
.range-slider-container[b-0hq148bl59] {
      position: relative;
      width: 300px; /* Defina a largura desejada */
}

.range-input[b-0hq148bl59] {
      width: 100%;
}

.slider-points[b-0hq148bl59] {
      position: absolute;
      top: 10px; /* Ajuste a posição vertical dos pontos */
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between; /* Distribui os pontos igualmente */
      pointer-events: none; /* Permite que os eventos de clique passem para o input range */
}

.slider-point[b-0hq148bl59] {
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #ccc;
      border-radius: 50%;
      transform: translateX(-50%); /* Centraliza o ponto */
}

.slider-label[b-0hq148bl59] {
      position: absolute;
      top: 20px; /* Ajuste a posição vertical dos rótulos */
      font-size: 0.8em;
      color: #555;
      transform: translateX(-50%); /* Centraliza o rótulo */
      white-space: nowrap; /* Evita quebras de linha */
}
/* _content/Cabaz/Components/Account/Pages/Manage/AnBairro.razor.rz.scp.css */
.option-card[b-q1s6hxj9cu] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-q1s6hxj9cu] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* _content/Cabaz/Components/Account/Pages/Manage/AnBairroC.razor.rz.scp.css */
.option-card[b-ubtiif637l] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-ubtiif637l] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* _content/Cabaz/Components/Account/Pages/Manage/AnBairroD.razor.rz.scp.css */
.option-card[b-nskj84s07r] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-nskj84s07r] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* _content/Cabaz/Components/Account/Pages/Manage/AnBairroPorMapa.razor.rz.scp.css */
.option-card[b-8d0wt1usfu] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-8d0wt1usfu] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* _content/Cabaz/Components/Account/Pages/Manage/AnBairroPorNome.razor.rz.scp.css */
.option-card[b-56y7w2yoe8] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-56y7w2yoe8] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* _content/Cabaz/Components/Account/Pages/Manage/AnBairroPorNomeMapa.razor.rz.scp.css */
.option-card[b-pq8cpjwbci] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-pq8cpjwbci] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* _content/Cabaz/Components/Account/Pages/Manage/AnCadastro.razor.rz.scp.css */
body[b-khro8usjjk] {
      background-color: #f5f6fa;
}

.sidebar[b-khro8usjjk] {
      min-height: 100vh;
      background: #0d6efd;
      color: white;
      padding: 1.5rem 1rem;
}

      .sidebar h4[b-khro8usjjk] {
            font-weight: 600;
            margin-bottom: 2rem;
      }

      .sidebar a[b-khro8usjjk] {
            color: #fff;
            text-decoration: none;
            display: block;
            margin-bottom: 0.8rem;
            transition: 0.2s;
      }

            .sidebar a:hover[b-khro8usjjk] {
                  color: #ffc107;
                  padding-left: 5px;
            }

.content[b-khro8usjjk] {
      padding: 0.2rem;
}

.card-custom[b-khro8usjjk] {
      border-left: 6px solid var(--bs-primary);
      border-radius: 0.75rem;
      margin-bottom: 1.5rem;
      box-shadow: 0 0.15rem 0.3rem rgba(0,0,0,0.05);
}

      .card-custom h5[b-khro8usjjk] {
            font-weight: 600;
      }

      .card-custom p[b-khro8usjjk], .card-custom li[b-khro8usjjk] {
            margin-bottom: 0.3rem;
      }
/* _content/Cabaz/Components/Account/Pages/Manage/AnPremiumOrderComplete.razor.rz.scp.css */
body[b-wbochqqfui] {
      background: #ddd3;
      height: 100vh;
      vertical-align: middle;
      display: flex;
      font-family: Muli;
      font-size: 14px;
}

.card[b-wbochqqfui] {
      margin: auto;
      width: 38%;
      max-width: 600px;
      padding: 4vh 0;
      box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-top: 3px solid rgb(252, 103, 49);
      border-bottom: 3px solid rgb(252, 103, 49);
      border-left: none;
      border-right: none;
}

@media(max-width:768px) {
      .card[b-wbochqqfui] {
            width: 90%;
      }
}

.title[b-wbochqqfui] {
      color: rgb(252, 103, 49);
      font-weight: 600;
      margin-bottom: 2vh;
      padding: 0 8%;
      font-size: initial;
}

#details[b-wbochqqfui] {
      font-weight: 400;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: slategrey; /* Fundo para o menu vertical */
}

.info[b-wbochqqfui] {
      padding: 5% 8%;
}

      .info .col-5[b-wbochqqfui] {
            padding: 0;
      }

#heading[b-wbochqqfui] {
      color: grey;
      line-height: 6vh;
}

.pricing[b-wbochqqfui] {
      background-color: #ddd3;
      padding: 2vh 8%;
      font-weight: 400;
      line-height: 2.5;
}

      .pricing .col-3[b-wbochqqfui] {
            padding: 0;
      }

.total[b-wbochqqfui] {
      padding: 2vh 8%;
      color: rgb(252, 103, 49);
      font-weight: bold;
}

      .total .col-3[b-wbochqqfui] {
            padding: 0;
      }

.footer[b-wbochqqfui] {
      padding: 0 8%;
      font-size: x-small;
      color: black;
}

      .footer img[b-wbochqqfui] {
            height: 5vh;
            opacity: 0.2;
      }

      .footer a[b-wbochqqfui] {
            color: rgb(252, 103, 49);
      }

      .footer .col-10[b-wbochqqfui], .col-2[b-wbochqqfui] {
            display: flex;
            padding: 3vh 0 0;
            align-items: center;
      }

      .footer .row[b-wbochqqfui] {
            margin: 0;
      }

#progressbar[b-wbochqqfui] {
      margin-bottom: 3vh;
      overflow: hidden;
      color: rgb(252, 103, 49);
      padding-left: 0px;
      margin-top: 3vh
}

      #progressbar li[b-wbochqqfui] {
            list-style-type: none;
            font-size: x-small;
            width: 25%;
            float: left;
            position: relative;
            font-weight: 400;
            color: rgb(160, 159, 159);
      }

      #progressbar #step1[b-wbochqqfui]:before {
            content: "";
            color: rgb(252, 103, 49);
            width: 5px;
            height: 5px;
            margin-left: 0px !important;
            /* padding-left: 11px !important */
      }

      #progressbar #step2[b-wbochqqfui]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-left: 32%;
      }

      #progressbar #step3[b-wbochqqfui]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-right: 32%;
            /* padding-right: 11px !important */
      }

      #progressbar #step4[b-wbochqqfui]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-right: 0px !important;
            /* padding-right: 11px !important */
      }

      #progressbar li[b-wbochqqfui]:before {
            line-height: 29px;
            display: block;
            font-size: 12px;
            background: #ddd;
            border-radius: 50%;
            margin: auto;
            z-index: -1;
            margin-bottom: 1vh;
      }

      #progressbar li[b-wbochqqfui]:after {
            content: '';
            height: 2px;
            background: #ddd;
            position: absolute;
            left: 0%;
            right: 0%;
            margin-bottom: 2vh;
            top: 1px;
            z-index: 1;
      }

.progress-track[b-wbochqqfui] {
      padding: 0 8%;
}

#progressbar li:nth-child(2)[b-wbochqqfui]:after {
      margin-right: auto;
}

#progressbar li:nth-child(1)[b-wbochqqfui]:after {
      margin: auto;
}

#progressbar li:nth-child(3)[b-wbochqqfui]:after {
      float: left;
      width: 68%;
}

#progressbar li:nth-child(4)[b-wbochqqfui]:after {
      margin-left: auto;
      width: 132%;
}

#progressbar li.active[b-wbochqqfui] {
      color: black;
}

      #progressbar li.active[b-wbochqqfui]:before,
      #progressbar li.active[b-wbochqqfui]:after {
            background: rgb(252, 103, 49);
      }
/* _content/Cabaz/Components/Account/Pages/Manage/Index.razor.rz.scp.css */
:root[b-td5aatuptz] {
      --primary: #22c55e;
      --accent: #0ea5e9;
      --bg: #f8fafc;
      --text-dark: #1e293b;
      --card-bg: #ffffff;
      --border: #e2e8f0;
}

body[b-td5aatuptz] {
      font-family: 'Segoe UI', sans-serif;
      background: var(--bg);
      margin: 0;
      padding: 0;
      color: var(--text-dark);
}

header[b-td5aatuptz] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
      color: #fff;
      padding: 1.5rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

      header h1[b-td5aatuptz] {
            font-size: 1.5rem;
            font-weight: 700;
      }

main[b-td5aatuptz] {
      padding: 2rem;
      max-width: 1200px;
      margin: 0 auto;
}

.grid[b-td5aatuptz] {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Cards */
.card[b-td5aatuptz] {
      background: var(--card-bg);
      border-radius: 16px;
      padding: 1.2rem 1.5rem;
      border: 1px solid var(--border);
      box-shadow: 0 4px 12px rgba(0,0,0,0.04);
      transition: transform .2s ease, box-shadow .2s ease;
}

      .card:hover[b-td5aatuptz] {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      }

      .card h3[b-td5aatuptz] {
            font-size: 1rem;
            color: #334155;
            font-weight: 700;
            margin-bottom: .5rem;
            display: flex;
            align-items: center;
            gap: .5rem;
      }

            .card h3 i[b-td5aatuptz] {
                  color: var(--accent);
            }

      .card p[b-td5aatuptz] {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary);
            margin: 0;
      }

.badge[b-td5aatuptz] {
      display: inline-block;
      padding: .2rem .6rem;
      border-radius: 999px;
      font-size: .75rem;
      font-weight: 600;
      color: #fff;
      background: var(--accent);
}

section.notifications[b-td5aatuptz] {
      margin-top: 2rem;
}

.notification[b-td5aatuptz] {
      border-left: 6px solid var(--primary);
      padding: 1rem 1.5rem;
      border-radius: 12px;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: background 0.2s, transform 0.2s;
}

      .notification:hover[b-td5aatuptz] {
            transform: translateY(-2px);
      }

/* ✅ Sucesso */
.notification-success[b-td5aatuptz] {
      background: #ecfdf5;
      border-left-color: #10b981;
}

      .notification-success:hover[b-td5aatuptz] {
            background: #d1fae5;
      }

      .notification-success strong[b-td5aatuptz] {
            color: #065f46;
      }

/* ⚠️ Aviso */
.notification-warning[b-td5aatuptz] {
      background: #fffbeb;
      border-left-color: #f59e0b;
}

      .notification-warning:hover[b-td5aatuptz] {
            background: #fef3c7;
      }

      .notification-warning strong[b-td5aatuptz] {
            color: #92400e;
      }

/* ❌ Erro */
.notification-error[b-td5aatuptz] {
      background: #fef2f2;
      border-left-color: #ef4444;
}

      .notification-error:hover[b-td5aatuptz] {
            background: #fee2e2;
      }

      .notification-error strong[b-td5aatuptz] {
            color: #7f1d1d;
      }

/* ℹ️ Informação */
.notification-info[b-td5aatuptz] {
      background: #eff6ff;
      border-left-color: #3b82f6;
}

      .notification-info:hover[b-td5aatuptz] {
            background: #dbeafe;
      }

      .notification-info strong[b-td5aatuptz] {
            color: #1e3a8a;
      }

/* 💡 Dica */
.notification-tip[b-td5aatuptz] {
      background: #f5f3ff;
      border-left-color: #8b5cf6;
}

      .notification-tip:hover[b-td5aatuptz] {
            background: #ede9fe;
      }

      .notification-tip strong[b-td5aatuptz] {
            color: #4c1d95;
      }

.btn[b-td5aatuptz] {
      background: var(--accent);
      color: #fff;
      border: none;
      padding: .5rem 1rem;
      border-radius: 8px;
      font-weight: 600;
      cursor: pointer;
      transition: background .2s;
}

      .btn:hover[b-td5aatuptz] {
            background: #0284c7;
      }

.metric-card[b-td5aatuptz] {
      border: none;
      border-radius: 12px;
      background: linear-gradient(145deg, #ffffff, #f3f3f3);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
}

      .metric-card:hover[b-td5aatuptz] {
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      }

.metric-icon[b-td5aatuptz] {
      font-size: 1.8rem;
}

.metric-value[b-td5aatuptz] {
      font-size: 1.6rem;
      font-weight: 700;
      color: #333;
}

.metric-title[b-td5aatuptz] {
      font-size: 0.9rem;
      color: #666;
}
/* _content/Cabaz/Components/Account/Pages/Parceria/ContaNavMenu.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-j16y724ceh] {
      min-height: 3.5rem;
      /*background-color: rgba(0, 0, 0, 0.4); /* Fundo da barra superior */
      background-color: white;
      width: 100%;
      /* Flexbox para alinhar brand, toggler e o menu no container-fluid */
      display: flex;
      align-items: center;
      justify-content: space-between; /* Ajuste para espa�amento entre brand/toggler e o menu */
}

      .navbar-container .container-fluid[b-j16y724ceh] {
            display: flex;
            justify-content: space-between; /* Espa�o entre brand, toggler e o menu-scrollable */
            align-items: center;
            width: 100%;
            padding: 0 1rem;
            position: relative; /* Para posicionar o menu hamb�rguer */
      }

/* Esconder o checkbox visualmente, mas mant�-lo funcional */
.navbar-toggler[b-j16y724ceh] {
      appearance: none;
      display: none; /* Esconde o input checkbox real */
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border: 1px solid rgba(60, 60, 605, 0.1);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

/* Estilizar o label que funciona como o bot�o hamb�rguer */
.navbar-toggler-icon[b-j16y724ceh] {
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white; /* Cor dos �cones do hamb�rguer */
      border: 1px solid rgba(255, 255, 255, 0.1);
      /* === Adicione ou ajuste esta linha para bordas redondas === */
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      /* Para um bot�o completamente redondo (se width e height fossem iguais), usaria 50% */
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffc107' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #c2c5c7;
      display: block; /* Vis�vel por padr�o em mobile */
}

/* Feedback visual quando o checkbox est� marcado */
.navbar-toggler:checked + .navbar-toggler-icon[b-j16y724ceh] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-j16y724ceh] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-j16y724ceh] {
      display: none;
      /* Para o layout vertical em mobile quando exibido */
      position: absolute; /* Posiciona o menu abaixo do top-row */
      top: 3.5rem; /* Ajusta para ficar abaixo do top-row do NavMenu */
      left: 0;
      width: 95%; /* Ocupa a largura total da tela */
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: white; /* Fundo para o menu vertical */
      z-index: 1000; /* Garante que fique acima de outros conte�dos */
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
      /* Transi��o para suavizar a abertura/fechamento (opcional) */
      transition: all 0.3s ease-in-out;
}

/* Quando o hamb�rguer est� marcado, exibe o menu */
.navbar-toggler:checked ~ .nav-scrollable[b-j16y724ceh] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-j16y724ceh] {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.75rem;
      top: -1px;
      background-size: cover;
}

/* ... (SVGs dos �cones permanecem os mesmos) ... */

.bi-house-door-fill-nav-menu[b-j16y724ceh] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-j16y724ceh] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-j16y724ceh] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-j16y724ceh] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-j16y724ceh] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-j16y724ceh] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-j16y724ceh] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-j16y724ceh] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-j16y724ceh] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-j16y724ceh] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-j16y724ceh] {
            padding-bottom: 1rem;
      }

      .nav-item[b-j16y724ceh]  .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%; /* Ocupa a largura total em mobile */
      }

      .nav-item[b-j16y724ceh]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-j16y724ceh]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
      }


/* --- Media Query para telas maiores (m�nimo 641px) --- */
@media (min-width: 641px) {
      .page main[b-j16y724ceh] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-j16y724ceh] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-j16y724ceh] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-j16y724ceh] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-j16y724ceh] {
            display: block !important; /* Sempre exibe o menu em telas maiores */
            position: static; /* Remove o posicionamento absoluto */
            height: auto; /* Altura autom�tica */
            width: auto; /* Largura autom�tica */
            background-color: transparent; /* Fundo transparente */
            box-shadow: none; /* Remove sombra */
            margin-left: auto; /* Empurra o menu para a direita da barra (opcional) */
      }

            /* Alinha os itens do menu horizontalmente */
            .nav-scrollable .nav[b-j16y724ceh] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-j16y724ceh] {
            padding-bottom: 0; /* Remove padding vertical */
            padding-left: 0.5rem; /* Adiciona padding horizontal entre itens */
            padding-right: 0.5rem;
      }

            .nav-item:first-of-type[b-j16y724ceh],
            .nav-item:last-of-type[b-j16y724ceh] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-j16y724ceh]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/AnuncioDetalheRow.razor.rz.scp.css */

.user-info-wrapper[b-9ugx5ntfp1] {
      position: relative;
      width: 100%;
      margin-bottom: -1px;
      padding-top: 90px;
      padding-bottom: 30px;
      border: 1px solid #e1e7ec;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      overflow: hidden
}

      .user-info-wrapper .user-cover[b-9ugx5ntfp1] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 120px;
            background-position: center;
            background-color: #f5f5f5;
            background-repeat: no-repeat;
            background-size: cover
      }

            .user-info-wrapper .user-cover .tooltip .tooltip-inner[b-9ugx5ntfp1] {
                  width: 230px;
                  max-width: 100%;
                  padding: 10px 15px
            }

      .user-info-wrapper .info-label[b-9ugx5ntfp1] {
            display: block;
            position: absolute;
            top: 18px;
            right: 18px;
            height: 26px;
            padding: 0 12px;
            border-radius: 13px;
            background-color: #fff;
            color: #606975;
            font-size: 12px;
            line-height: 26px;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
            cursor: pointer
      }

            .user-info-wrapper .info-label > i[b-9ugx5ntfp1] {
                  display: inline-block;
                  margin-right: 3px;
                  font-size: 1.2em;
                  vertical-align: middle
            }

      .user-info-wrapper .user-info[b-9ugx5ntfp1] {
            display: table;
            position: relative;
            width: 100%;
            padding: 0 18px;
            z-index: 5
      }

            .user-info-wrapper .user-info .user-avatar[b-9ugx5ntfp1],
            .user-info-wrapper .user-info .user-data[b-9ugx5ntfp1] {
                  display: table-cell;
                  vertical-align: top
            }

            .user-info-wrapper .user-info .user-avatar[b-9ugx5ntfp1] {
                  position: relative;
                  width: 115px
            }

                  .user-info-wrapper .user-info .user-avatar > img[b-9ugx5ntfp1] {
                        display: block;
                        width: 100%;
                        border: 5px solid #fff;
                        border-radius: 50%
                  }

                  .user-info-wrapper .user-info .user-avatar .edit-avatar[b-9ugx5ntfp1] {
                        display: block;
                        position: absolute;
                        top: -2px;
                        right: 2px;
                        width: 36px;
                        height: 36px;
                        transition: opacity .3s;
                        border-radius: 50%;
                        background-color: #fff;
                        color: #606975;
                        line-height: 34px;
                        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
                        cursor: pointer;
                        opacity: 0;
                        text-align: center;
                        text-decoration: none
                  }

                        .user-info-wrapper .user-info .user-avatar .edit-avatar[b-9ugx5ntfp1]::before {
                              font-family: feather;
                              font-size: 17px;
                              content: '\e058'
                        }

                  .user-info-wrapper .user-info .user-avatar:hover .edit-avatar[b-9ugx5ntfp1] {
                        opacity: 1
                  }

            .user-info-wrapper .user-info .user-data[b-9ugx5ntfp1] {
                  padding-top: 48px;
                  padding-left: 12px
            }

                  .user-info-wrapper .user-info .user-data h4[b-9ugx5ntfp1] {
                        margin-bottom: 2px
                  }

                  .user-info-wrapper .user-info .user-data span[b-9ugx5ntfp1] {
                        display: block;
                        color: #9da9b9;
                        font-size: 13px
                  }

      .user-info-wrapper + .list-group .list-group-item:first-child[b-9ugx5ntfp1] {
            border-radius: 0
      }

      .user-info-wrapper + .list-group .list-group-item:first-child[b-9ugx5ntfp1] {
            border-radius: 0;
      }

.list-group-item:first-child[b-9ugx5ntfp1] {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
}

.list-group-item:first-child[b-9ugx5ntfp1] {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
}

a.list-group-item[b-9ugx5ntfp1] {
      padding-top: .87rem;
      padding-bottom: .87rem;
}

a.list-group-item[b-9ugx5ntfp1], .list-group-item-action[b-9ugx5ntfp1] {
      transition: all .25s;
      color: #606975;
      font-weight: 500;
}

.with-badge[b-9ugx5ntfp1] {
      position: relative;
      padding-right: 3.3rem;
}

.list-group-item[b-9ugx5ntfp1] {
      border-color: #e1e7ec;
      background-color: #fff;
      text-decoration: none;
}

.list-group-item[b-9ugx5ntfp1] {
      position: relative;
      display: block;
      padding: .75rem 1.25rem;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid rgba(0,0,0,0.125);
}

.badge.badge-primary[b-9ugx5ntfp1] {
      background-color: #0da9ef;
}

.with-badge .badge[b-9ugx5ntfp1] {
      position: absolute;
      top: 50%;
      right: 1.15rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.list-group-item i[b-9ugx5ntfp1] {
      margin-top: -4px;
      margin-right: 8px;
      font-size: 1.1em;
}
/* _content/Cabaz/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zu9onkwomf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zu9onkwomf] {
    flex: 1;
}

.sidebar[b-zu9onkwomf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zu9onkwomf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zu9onkwomf]  a, .top-row[b-zu9onkwomf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zu9onkwomf]  a:hover, .top-row[b-zu9onkwomf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zu9onkwomf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zu9onkwomf] {
        justify-content: space-between;
    }

    .top-row[b-zu9onkwomf]  a, .top-row[b-zu9onkwomf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zu9onkwomf] {
        flex-direction: row;
    }

    .sidebar[b-zu9onkwomf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zu9onkwomf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zu9onkwomf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zu9onkwomf], article[b-zu9onkwomf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zu9onkwomf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zu9onkwomf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Cabaz/Components/Layout/MenuUsuarioSemRolesI.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-48dtwyz8sl] {
      min-height: 3.5rem;
      /*background-color: rgba(0, 0, 0, 0.4); /* Fundo da barra superior */
      background-color: white;
      width: 100%;
      /* Flexbox para alinhar brand, toggler e o menu no container-fluid */
      display: flex;
      align-items: center;
      justify-content: space-between; /* Ajuste para espa�amento entre brand/toggler e o menu */
}

      .navbar-container .container-fluid[b-48dtwyz8sl] {
            display: flex;
            justify-content: space-between; /* Espa�o entre brand, toggler e o menu-scrollable */
            align-items: center;
            width: 100%;
            padding: 0 1rem;
            position: relative; /* Para posicionar o menu hamb�rguer */
      }

/* Esconder o checkbox visualmente, mas mant�-lo funcional */
.navbar-toggler[b-48dtwyz8sl] {
      appearance: none;
      display: none; /* Esconde o input checkbox real */
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border: 1px solid rgba(60, 60, 605, 0.1);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

/* Estilizar o label que funciona como o bot�o hamb�rguer */
.navbar-toggler-icon[b-48dtwyz8sl] {
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white; /* Cor dos �cones do hamb�rguer */
      border: 1px solid rgba(255, 255, 255, 0.1);
      /* === Adicione ou ajuste esta linha para bordas redondas === */
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      /* Para um bot�o completamente redondo (se width e height fossem iguais), usaria 50% */
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffc107' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #c2c5c7;
      display: block; /* Vis�vel por padr�o em mobile */
}

/* Feedback visual quando o checkbox est� marcado */
.navbar-toggler:checked + .navbar-toggler-icon[b-48dtwyz8sl] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-48dtwyz8sl] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-48dtwyz8sl] {
      display: none;
      /* Para o layout vertical em mobile quando exibido */
      position: absolute; /* Posiciona o menu abaixo do top-row */
      top: 3.5rem; /* Ajusta para ficar abaixo do top-row do NavMenu */
      left: 0;
      width: 95%; /* Ocupa a largura total da tela */
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: white; /* Fundo para o menu vertical */
      z-index: 1000; /* Garante que fique acima de outros conte�dos */
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
      /* Transi��o para suavizar a abertura/fechamento (opcional) */
      transition: all 0.3s ease-in-out;
}

/* Quando o hamb�rguer est� marcado, exibe o menu */
.navbar-toggler:checked ~ .nav-scrollable[b-48dtwyz8sl] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-48dtwyz8sl] {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.75rem;
      top: -1px;
      background-size: cover;
}

/* ... (SVGs dos �cones permanecem os mesmos) ... */

.bi-house-door-fill-nav-menu[b-48dtwyz8sl] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-48dtwyz8sl] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-48dtwyz8sl] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-48dtwyz8sl] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-48dtwyz8sl] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-48dtwyz8sl] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-48dtwyz8sl] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-48dtwyz8sl] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-48dtwyz8sl] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-48dtwyz8sl] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-48dtwyz8sl] {
            padding-bottom: 1rem;
      }

      .nav-item[b-48dtwyz8sl]  .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%; /* Ocupa a largura total em mobile */
      }

      .nav-item[b-48dtwyz8sl]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-48dtwyz8sl]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
      }


/* --- Media Query para telas maiores (m�nimo 641px) --- */
@media (min-width: 641px) {
      .page main[b-48dtwyz8sl] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-48dtwyz8sl] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-48dtwyz8sl] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-48dtwyz8sl] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-48dtwyz8sl] {
            display: block !important; /* Sempre exibe o menu em telas maiores */
            position: static; /* Remove o posicionamento absoluto */
            height: auto; /* Altura autom�tica */
            width: auto; /* Largura autom�tica */
            background-color: transparent; /* Fundo transparente */
            box-shadow: none; /* Remove sombra */
            margin-left: auto; /* Empurra o menu para a direita da barra (opcional) */
      }

            /* Alinha os itens do menu horizontalmente */
            .nav-scrollable .nav[b-48dtwyz8sl] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-48dtwyz8sl] {
            padding-bottom: 0; /* Remove padding vertical */
            padding-left: 0.5rem; /* Adiciona padding horizontal entre itens */
            padding-right: 0.5rem;
      }

            .nav-item:first-of-type[b-48dtwyz8sl],
            .nav-item:last-of-type[b-48dtwyz8sl] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-48dtwyz8sl]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/Layout/MenuUsuarioSemRolesII.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-t5pa2qvcsi] {
      min-height: 3.5rem;
      /*background-color: rgba(0, 0, 0, 0.4); /* Fundo da barra superior */
      background-color: white;
      width: 100%;
      /* Flexbox para alinhar brand, toggler e o menu no container-fluid */
      display: flex;
      align-items: center;
      justify-content: space-between; /* Ajuste para espa�amento entre brand/toggler e o menu */
}

      .navbar-container .container-fluid[b-t5pa2qvcsi] {
            display: flex;
            justify-content: space-between; /* Espa�o entre brand, toggler e o menu-scrollable */
            align-items: center;
            width: 100%;
            padding: 0 1rem;
            position: relative; /* Para posicionar o menu hamb�rguer */
      }

/* Esconder o checkbox visualmente, mas mant�-lo funcional */
.navbar-toggler[b-t5pa2qvcsi] {
      appearance: none;
      display: none; /* Esconde o input checkbox real */
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border: 1px solid rgba(60, 60, 605, 0.1);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

/* Estilizar o label que funciona como o bot�o hamb�rguer */
.navbar-toggler-icon[b-t5pa2qvcsi] {
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white; /* Cor dos �cones do hamb�rguer */
      border: 1px solid rgba(255, 255, 255, 0.1);
      /* === Adicione ou ajuste esta linha para bordas redondas === */
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      /* Para um bot�o completamente redondo (se width e height fossem iguais), usaria 50% */
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffc107' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #c2c5c7;
      display: block; /* Vis�vel por padr�o em mobile */
}

/* Feedback visual quando o checkbox est� marcado */
.navbar-toggler:checked + .navbar-toggler-icon[b-t5pa2qvcsi] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-t5pa2qvcsi] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-t5pa2qvcsi] {
      display: none;
      /* Para o layout vertical em mobile quando exibido */
      position: absolute; /* Posiciona o menu abaixo do top-row */
      top: 3.5rem; /* Ajusta para ficar abaixo do top-row do NavMenu */
      left: 0;
      width: 95%; /* Ocupa a largura total da tela */
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: white; /* Fundo para o menu vertical */
      z-index: 1000; /* Garante que fique acima de outros conte�dos */
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
      /* Transi��o para suavizar a abertura/fechamento (opcional) */
      transition: all 0.3s ease-in-out;
}

/* Quando o hamb�rguer est� marcado, exibe o menu */
.navbar-toggler:checked ~ .nav-scrollable[b-t5pa2qvcsi] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-t5pa2qvcsi] {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.75rem;
      top: -1px;
      background-size: cover;
}

/* ... (SVGs dos �cones permanecem os mesmos) ... */

.bi-house-door-fill-nav-menu[b-t5pa2qvcsi] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-t5pa2qvcsi] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-t5pa2qvcsi] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-t5pa2qvcsi] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-t5pa2qvcsi] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-t5pa2qvcsi] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-t5pa2qvcsi] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-t5pa2qvcsi] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-t5pa2qvcsi] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-t5pa2qvcsi] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-t5pa2qvcsi] {
            padding-bottom: 1rem;
      }

      .nav-item[b-t5pa2qvcsi]  .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%; /* Ocupa a largura total em mobile */
      }

      .nav-item[b-t5pa2qvcsi]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-t5pa2qvcsi]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
      }


/* --- Media Query para telas maiores (m�nimo 641px) --- */
@media (min-width: 641px) {
      .page main[b-t5pa2qvcsi] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-t5pa2qvcsi] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-t5pa2qvcsi] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-t5pa2qvcsi] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-t5pa2qvcsi] {
            display: block !important; /* Sempre exibe o menu em telas maiores */
            position: static; /* Remove o posicionamento absoluto */
            height: auto; /* Altura autom�tica */
            width: auto; /* Largura autom�tica */
            background-color: transparent; /* Fundo transparente */
            box-shadow: none; /* Remove sombra */
            margin-left: auto; /* Empurra o menu para a direita da barra (opcional) */
      }

            /* Alinha os itens do menu horizontalmente */
            .nav-scrollable .nav[b-t5pa2qvcsi] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-t5pa2qvcsi] {
            padding-bottom: 0; /* Remove padding vertical */
            padding-left: 0.5rem; /* Adiciona padding horizontal entre itens */
            padding-right: 0.5rem;
      }

            .nav-item:first-of-type[b-t5pa2qvcsi],
            .nav-item:last-of-type[b-t5pa2qvcsi] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-t5pa2qvcsi]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/Layout/MenuUsuarioSemRolesIII.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-2jtyp0evo3] {
      min-height: 3.5rem;
      /*background-color: rgba(0, 0, 0, 0.4); /* Fundo da barra superior */
      background-color: white;
      width: 100%;
      /* Flexbox para alinhar brand, toggler e o menu no container-fluid */
      display: flex;
      align-items: center;
      justify-content: space-between; /* Ajuste para espa�amento entre brand/toggler e o menu */
}

      .navbar-container .container-fluid[b-2jtyp0evo3] {
            display: flex;
            justify-content: space-between; /* Espa�o entre brand, toggler e o menu-scrollable */
            align-items: center;
            width: 100%;
            padding: 0 1rem;
            position: relative; /* Para posicionar o menu hamb�rguer */
      }

/* Esconder o checkbox visualmente, mas mant�-lo funcional */
.navbar-toggler[b-2jtyp0evo3] {
      appearance: none;
      display: none; /* Esconde o input checkbox real */
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border: 1px solid rgba(60, 60, 605, 0.1);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

/* Estilizar o label que funciona como o bot�o hamb�rguer */
.navbar-toggler-icon[b-2jtyp0evo3] {
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white; /* Cor dos �cones do hamb�rguer */
      border: 1px solid rgba(255, 255, 255, 0.1);
      /* === Adicione ou ajuste esta linha para bordas redondas === */
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      /* Para um bot�o completamente redondo (se width e height fossem iguais), usaria 50% */
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffc107' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #c2c5c7;
      display: block; /* Vis�vel por padr�o em mobile */
}

/* Feedback visual quando o checkbox est� marcado */
.navbar-toggler:checked + .navbar-toggler-icon[b-2jtyp0evo3] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-2jtyp0evo3] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-2jtyp0evo3] {
      display: none;
      /* Para o layout vertical em mobile quando exibido */
      position: absolute; /* Posiciona o menu abaixo do top-row */
      top: 3.5rem; /* Ajusta para ficar abaixo do top-row do NavMenu */
      left: 0;
      width: 95%; /* Ocupa a largura total da tela */
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: white; /* Fundo para o menu vertical */
      z-index: 1000; /* Garante que fique acima de outros conte�dos */
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
      /* Transi��o para suavizar a abertura/fechamento (opcional) */
      transition: all 0.3s ease-in-out;
}

/* Quando o hamb�rguer est� marcado, exibe o menu */
.navbar-toggler:checked ~ .nav-scrollable[b-2jtyp0evo3] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-2jtyp0evo3] {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.75rem;
      top: -1px;
      background-size: cover;
}

/* ... (SVGs dos �cones permanecem os mesmos) ... */

.bi-house-door-fill-nav-menu[b-2jtyp0evo3] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2jtyp0evo3] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2jtyp0evo3] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-2jtyp0evo3] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-2jtyp0evo3] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-2jtyp0evo3] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-2jtyp0evo3] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-2jtyp0evo3] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-2jtyp0evo3] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-2jtyp0evo3] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-2jtyp0evo3] {
            padding-bottom: 1rem;
      }

      .nav-item[b-2jtyp0evo3]  .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%; /* Ocupa a largura total em mobile */
      }

      .nav-item[b-2jtyp0evo3]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-2jtyp0evo3]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
      }


/* --- Media Query para telas maiores (m�nimo 641px) --- */
@media (min-width: 641px) {
      .page main[b-2jtyp0evo3] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-2jtyp0evo3] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-2jtyp0evo3] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-2jtyp0evo3] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-2jtyp0evo3] {
            display: block !important; /* Sempre exibe o menu em telas maiores */
            position: static; /* Remove o posicionamento absoluto */
            height: auto; /* Altura autom�tica */
            width: auto; /* Largura autom�tica */
            background-color: transparent; /* Fundo transparente */
            box-shadow: none; /* Remove sombra */
            margin-left: auto; /* Empurra o menu para a direita da barra (opcional) */
      }

            /* Alinha os itens do menu horizontalmente */
            .nav-scrollable .nav[b-2jtyp0evo3] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-2jtyp0evo3] {
            padding-bottom: 0; /* Remove padding vertical */
            padding-left: 0.5rem; /* Adiciona padding horizontal entre itens */
            padding-right: 0.5rem;
      }

            .nav-item:first-of-type[b-2jtyp0evo3],
            .nav-item:last-of-type[b-2jtyp0evo3] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-2jtyp0evo3]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/Layout/NavMenu.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-5c6td1y6xm] {
      min-height: 3.5rem;
      /*background-color: rgba(0, 0, 0, 0.4); /* Fundo da barra superior */
      background-color: white;
      width: 100%;
      /* Flexbox para alinhar brand, toggler e o menu no container-fluid */
      display: flex;
      align-items: center;
      justify-content: space-between; /* Ajuste para espa�amento entre brand/toggler e o menu */
}

      .navbar-container .container-fluid[b-5c6td1y6xm] {
            display: flex;
            justify-content: space-between; /* Espa�o entre brand, toggler e o menu-scrollable */
            align-items: center;
            width: 100%;
            padding: 0 1rem;
            position: relative; /* Para posicionar o menu hamb�rguer */
      }

/* Esconder o checkbox visualmente, mas mant�-lo funcional */
.navbar-toggler[b-5c6td1y6xm] {
      appearance: none;
      display: none; /* Esconde o input checkbox real */
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border: 1px solid rgba(60, 60, 605, 0.1);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

/* Estilizar o label que funciona como o bot�o hamb�rguer */
.navbar-toggler-icon[b-5c6td1y6xm] {
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white; /* Cor dos �cones do hamb�rguer */
      border: 1px solid rgba(255, 255, 255, 0.1);
      /* === Adicione ou ajuste esta linha para bordas redondas === */
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      /* Para um bot�o completamente redondo (se width e height fossem iguais), usaria 50% */
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffc107' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #c2c5c7;
      display: block; /* Vis�vel por padr�o em mobile */
}

/* Feedback visual quando o checkbox est� marcado */
.navbar-toggler:checked + .navbar-toggler-icon[b-5c6td1y6xm] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-5c6td1y6xm] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-5c6td1y6xm] {
      display: none;
      /* Para o layout vertical em mobile quando exibido */
      position: absolute; /* Posiciona o menu abaixo do top-row */
      top: 3.5rem; /* Ajusta para ficar abaixo do top-row do NavMenu */
      left: 0;
      width: 75%; /* Ocupa a largura total da tela */
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: white; /* Fundo para o menu vertical */
      z-index: 1000; /* Garante que fique acima de outros conte�dos */
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
      /* Transi��o para suavizar a abertura/fechamento (opcional) */
      transition: all 0.3s ease-in-out;
}

/* Quando o hamb�rguer est� marcado, exibe o menu */
.navbar-toggler:checked ~ .nav-scrollable[b-5c6td1y6xm] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-5c6td1y6xm] {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.75rem;
      top: -1px;
      background-size: cover;
}

/* ... (SVGs dos �cones permanecem os mesmos) ... */

.bi-house-door-fill-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-5c6td1y6xm] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-5c6td1y6xm] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-5c6td1y6xm] {
            padding-bottom: 1rem;
      }

      .nav-item[b-5c6td1y6xm]  .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%; /* Ocupa a largura total em mobile */
      }

      .nav-item[b-5c6td1y6xm]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-5c6td1y6xm]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
      }


/* --- Media Query para telas maiores (m�nimo 641px) --- */
@media (min-width: 641px) {
      .page main[b-5c6td1y6xm] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-5c6td1y6xm] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-5c6td1y6xm] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-5c6td1y6xm] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-5c6td1y6xm] {
            display: block !important; /* Sempre exibe o menu em telas maiores */
            position: static; /* Remove o posicionamento absoluto */
            height: auto; /* Altura autom�tica */
            width: auto; /* Largura autom�tica */
            background-color: transparent; /* Fundo transparente */
            box-shadow: none; /* Remove sombra */
            margin-left: auto; /* Empurra o menu para a direita da barra (opcional) */
      }

            /* Alinha os itens do menu horizontalmente */
            .nav-scrollable .nav[b-5c6td1y6xm] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-5c6td1y6xm] {
            padding-bottom: 0; /* Remove padding vertical */
            padding-left: 0.5rem; /* Adiciona padding horizontal entre itens */
            padding-right: 0.5rem;
      }

            .nav-item:first-of-type[b-5c6td1y6xm],
            .nav-item:last-of-type[b-5c6td1y6xm] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-5c6td1y6xm]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/Layout/NavMenuParteI.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-zh9wrhu544] {
      min-height: 3.5rem;
      /*background-color: rgba(0, 0, 0, 0.4); /* Fundo da barra superior */
      background-color: white;
      width: 100%;
      /* Flexbox para alinhar brand, toggler e o menu no container-fluid */
      display: flex;
      align-items: center;
      justify-content: space-between; /* Ajuste para espa�amento entre brand/toggler e o menu */
}

      .navbar-container .container-fluid[b-zh9wrhu544] {
            display: flex;
            justify-content: space-between; /* Espa�o entre brand, toggler e o menu-scrollable */
            align-items: center;
            width: 100%;
            padding: 0 1rem;
            position: relative; /* Para posicionar o menu hamb�rguer */
      }

/* Esconder o checkbox visualmente, mas mant�-lo funcional */
.navbar-toggler[b-zh9wrhu544] {
      appearance: none;
      display: none; /* Esconde o input checkbox real */
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border: 1px solid rgba(60, 60, 605, 0.1);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

/* Estilizar o label que funciona como o bot�o hamb�rguer */
.navbar-toggler-icon[b-zh9wrhu544] {
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white; /* Cor dos �cones do hamb�rguer */
      border: 1px solid rgba(255, 255, 255, 0.1);
      /* === Adicione ou ajuste esta linha para bordas redondas === */
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      /* Para um bot�o completamente redondo (se width e height fossem iguais), usaria 50% */
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffc107' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #c2c5c7;
      display: block; /* Vis�vel por padr�o em mobile */
}

/* Feedback visual quando o checkbox est� marcado */
.navbar-toggler:checked + .navbar-toggler-icon[b-zh9wrhu544] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-zh9wrhu544] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-zh9wrhu544] {
      display: none;
      /* Para o layout vertical em mobile quando exibido */
      position: absolute; /* Posiciona o menu abaixo do top-row */
      top: 3.5rem; /* Ajusta para ficar abaixo do top-row do NavMenu */
      left: 0;
      width: 75%; /* Ocupa a largura total da tela */
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: white; /* Fundo para o menu vertical */
      z-index: 1000; /* Garante que fique acima de outros conte�dos */
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
      /* Transi��o para suavizar a abertura/fechamento (opcional) */
      transition: all 0.3s ease-in-out;
}

/* Quando o hamb�rguer est� marcado, exibe o menu */
.navbar-toggler:checked ~ .nav-scrollable[b-zh9wrhu544] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-zh9wrhu544] {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.75rem;
      top: -1px;
      background-size: cover;
}

/* ... (SVGs dos �cones permanecem os mesmos) ... */

.bi-house-door-fill-nav-menu[b-zh9wrhu544] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zh9wrhu544] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zh9wrhu544] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-zh9wrhu544] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-zh9wrhu544] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-zh9wrhu544] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-zh9wrhu544] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-zh9wrhu544] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-zh9wrhu544] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-zh9wrhu544] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-zh9wrhu544] {
            padding-bottom: 1rem;
      }

      .nav-item[b-zh9wrhu544]  .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%; /* Ocupa a largura total em mobile */
      }

      .nav-item[b-zh9wrhu544]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-zh9wrhu544]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
      }


/* --- Media Query para telas maiores (m�nimo 641px) --- */
@media (min-width: 641px) {
      .page main[b-zh9wrhu544] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-zh9wrhu544] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-zh9wrhu544] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-zh9wrhu544] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-zh9wrhu544] {
            display: block !important; /* Sempre exibe o menu em telas maiores */
            position: static; /* Remove o posicionamento absoluto */
            height: auto; /* Altura autom�tica */
            width: auto; /* Largura autom�tica */
            background-color: transparent; /* Fundo transparente */
            box-shadow: none; /* Remove sombra */
            margin-left: auto; /* Empurra o menu para a direita da barra (opcional) */
      }

            /* Alinha os itens do menu horizontalmente */
            .nav-scrollable .nav[b-zh9wrhu544] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-zh9wrhu544] {
            padding-bottom: 0; /* Remove padding vertical */
            padding-left: 0.5rem; /* Adiciona padding horizontal entre itens */
            padding-right: 0.5rem;
      }

            .nav-item:first-of-type[b-zh9wrhu544],
            .nav-item:last-of-type[b-zh9wrhu544] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-zh9wrhu544]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/Layout/NavMenuParteII.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-wyi2856wni] {
      min-height: 3.5rem;
      /*background-color: rgba(0, 0, 0, 0.4); /* Fundo da barra superior */
      background-color: white;
      width: 100%;
      /* Flexbox para alinhar brand, toggler e o menu no container-fluid */
      display: flex;
      align-items: center;
      justify-content: space-between; /* Ajuste para espa�amento entre brand/toggler e o menu */
}

      .navbar-container .container-fluid[b-wyi2856wni] {
            display: flex;
            justify-content: space-between; /* Espa�o entre brand, toggler e o menu-scrollable */
            align-items: center;
            width: 100%;
            padding: 0 1rem;
            position: relative; /* Para posicionar o menu hamb�rguer */
      }

/* Esconder o checkbox visualmente, mas mant�-lo funcional */
.navbar-toggler[b-wyi2856wni] {
      appearance: none;
      display: none; /* Esconde o input checkbox real */
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border: 1px solid rgba(60, 60, 605, 0.1);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

/* Estilizar o label que funciona como o bot�o hamb�rguer */
.navbar-toggler-icon[b-wyi2856wni] {
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white; /* Cor dos �cones do hamb�rguer */
      border: 1px solid rgba(255, 255, 255, 0.1);
      /* === Adicione ou ajuste esta linha para bordas redondas === */
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      /* Para um bot�o completamente redondo (se width e height fossem iguais), usaria 50% */
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffc107' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #c2c5c7;
      display: block; /* Vis�vel por padr�o em mobile */
}

/* Feedback visual quando o checkbox est� marcado */
.navbar-toggler:checked + .navbar-toggler-icon[b-wyi2856wni] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-wyi2856wni] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-wyi2856wni] {
      display: none;
      /* Para o layout vertical em mobile quando exibido */
      position: absolute; /* Posiciona o menu abaixo do top-row */
      top: 3.5rem; /* Ajusta para ficar abaixo do top-row do NavMenu */
      left: 0;
      width: 75%; /* Ocupa a largura total da tela */
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: white; /* Fundo para o menu vertical */
      z-index: 1000; /* Garante que fique acima de outros conte�dos */
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
      /* Transi��o para suavizar a abertura/fechamento (opcional) */
      transition: all 0.3s ease-in-out;
}

/* Quando o hamb�rguer est� marcado, exibe o menu */
.navbar-toggler:checked ~ .nav-scrollable[b-wyi2856wni] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-wyi2856wni] {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.75rem;
      top: -1px;
      background-size: cover;
}

/* ... (SVGs dos �cones permanecem os mesmos) ... */

.bi-house-door-fill-nav-menu[b-wyi2856wni] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wyi2856wni] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wyi2856wni] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-wyi2856wni] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-wyi2856wni] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-wyi2856wni] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-wyi2856wni] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-wyi2856wni] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-wyi2856wni] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-wyi2856wni] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-wyi2856wni] {
            padding-bottom: 1rem;
      }

      .nav-item[b-wyi2856wni]  .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%; /* Ocupa a largura total em mobile */
      }

      .nav-item[b-wyi2856wni]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-wyi2856wni]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
      }


/* --- Media Query para telas maiores (m�nimo 641px) --- */
@media (min-width: 641px) {
      .page main[b-wyi2856wni] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-wyi2856wni] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-wyi2856wni] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-wyi2856wni] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-wyi2856wni] {
            display: block !important; /* Sempre exibe o menu em telas maiores */
            position: static; /* Remove o posicionamento absoluto */
            height: auto; /* Altura autom�tica */
            width: auto; /* Largura autom�tica */
            background-color: transparent; /* Fundo transparente */
            box-shadow: none; /* Remove sombra */
            margin-left: auto; /* Empurra o menu para a direita da barra (opcional) */
      }

            /* Alinha os itens do menu horizontalmente */
            .nav-scrollable .nav[b-wyi2856wni] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-wyi2856wni] {
            padding-bottom: 0; /* Remove padding vertical */
            padding-left: 0.5rem; /* Adiciona padding horizontal entre itens */
            padding-right: 0.5rem;
      }

            .nav-item:first-of-type[b-wyi2856wni],
            .nav-item:last-of-type[b-wyi2856wni] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-wyi2856wni]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/Layout/Rodape.razor.rz.scp.css */
.navbar-toggler[b-963v79fmnq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(60, 60, 605, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

.navbar-toggler:checked[b-963v79fmnq] {
    background-color: rgba(60, 60, 605, 0.5);
}

.top-row[b-963v79fmnq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-963v79fmnq] {
    font-size: 1.1rem;
}

.bi[b-963v79fmnq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-963v79fmnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-963v79fmnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-963v79fmnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-963v79fmnq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-963v79fmnq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-963v79fmnq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-963v79fmnq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-963v79fmnq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-963v79fmnq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-963v79fmnq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-963v79fmnq] {
      display: flex !important;
      flex-basis: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-963v79fmnq] {
        display: none;
    }

      .nav-scrollable[b-963v79fmnq] {
            /* Never collapse the sidebar for wide screens */
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-top: -0.5rem;
            padding-bottom: 0.5rem;
      }
}



/* Estilo do bot�o para abrir o menu */
.menuduplo-duplomenu[b-963v79fmnq] {
      display: none; /* Esconde a caixa de sele��o */
}

.menuduplo-label[b-963v79fmnq] {
      cursor: pointer;
      background-color: white;
      color: #5dd19c;
      padding: 0.5rem 1rem;
      border-radius: 4px;
      display: inline-block;
      font-size: 1rem;
}

/* Estilo do nedu suspenso */
.menuduplo-dmenu[b-963v79fmnq] {
      display: none;
      position: absolute;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-top: 0.5rem;
      padding: 0.5rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 1000;
}

/* Exibe o nedu quando o checkbox est� marcado */
.menuduplo-duplomenu:checked ~ .menuduplo-dmenu[b-963v79fmnq] {
      display: block;
}

/* Estilo dos itens do nedu */
.menuduplo-dmenu a[b-963v79fmnq] {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 4px;
}

      .menuduplo-dmenu a:hover[b-963v79fmnq] {
            background-color: #f4f4f4;
            color: #000;
      }


.nav-link[b-963v79fmnq] {
      display: block;
      padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
      font-size: var(--bs-nav-link-font-size);
      font-weight: var(--bs-nav-link-font-weight);
      color: var(--bs-nav-link-color);
      text-decoration: none;
      background: none;
      border: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
      .nav-link[b-963v79fmnq] {
            transition: none;
      }
}

.nav-link:hover[b-963v79fmnq], .nav-link:focus[b-963v79fmnq] {
      color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible[b-963v79fmnq] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.nav-link.disabled[b-963v79fmnq], .nav-link:disabled[b-963v79fmnq] {
      color: var(--bs-nav-link-disabled-color);
      pointer-events: none;
      cursor: default;
}
/* _content/Cabaz/Components/LogoSite.razor.rz.scp.css */
.navbar-toggler[b-ndxl0edq0a] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(60, 60, 605, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

.navbar-toggler:checked[b-ndxl0edq0a] {
    background-color: rgba(60, 60, 605, 0.5);
}

.top-row[b-ndxl0edq0a] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ndxl0edq0a] {
    font-size: 1.1rem;
}

.bi[b-ndxl0edq0a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-ndxl0edq0a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-ndxl0edq0a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-ndxl0edq0a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ndxl0edq0a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ndxl0edq0a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ndxl0edq0a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ndxl0edq0a]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ndxl0edq0a]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ndxl0edq0a]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ndxl0edq0a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ndxl0edq0a] {
      display: flex !important;
      flex-basis: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ndxl0edq0a] {
        display: none;
    }

      .nav-scrollable[b-ndxl0edq0a] {
            /* Never collapse the sidebar for wide screens */
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-top: -0.5rem;
            padding-bottom: 0.5rem;
      }
}



/* Estilo do bot�o para abrir o menu */
.menuduplo-duplomenu[b-ndxl0edq0a] {
      display: none; /* Esconde a caixa de sele��o */
}

.menuduplo-label[b-ndxl0edq0a] {
      cursor: pointer;
      background-color: white;
      color: #5dd19c;
      padding: 0.5rem 1rem;
      border-radius: 4px;
      display: inline-block;
      font-size: 1rem;
}

/* Estilo do nedu suspenso */
.menuduplo-dmenu[b-ndxl0edq0a] {
      display: none;
      position: absolute;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-top: 0.5rem;
      padding: 0.5rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 1000;
}

/* Exibe o nedu quando o checkbox est� marcado */
.menuduplo-duplomenu:checked ~ .menuduplo-dmenu[b-ndxl0edq0a] {
      display: block;
}

/* Estilo dos itens do nedu */
.menuduplo-dmenu a[b-ndxl0edq0a] {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 4px;
}

      .menuduplo-dmenu a:hover[b-ndxl0edq0a] {
            background-color: #f4f4f4;
            color: #000;
      }


.nav-link[b-ndxl0edq0a] {
      display: block;
      padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
      font-size: var(--bs-nav-link-font-size);
      font-weight: var(--bs-nav-link-font-weight);
      color: var(--bs-nav-link-color);
      text-decoration: none;
      background: none;
      border: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
      .nav-link[b-ndxl0edq0a] {
            transition: none;
      }
}

.nav-link:hover[b-ndxl0edq0a], .nav-link:focus[b-ndxl0edq0a] {
      color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible[b-ndxl0edq0a] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.nav-link.disabled[b-ndxl0edq0a], .nav-link:disabled[b-ndxl0edq0a] {
      color: var(--bs-nav-link-disabled-color);
      pointer-events: none;
      cursor: default;
}
/* _content/Cabaz/Components/LogoSiteSemLink.razor.rz.scp.css */
.navbar-toggler[b-bn11hlteqa] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(60, 60, 605, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

.navbar-toggler:checked[b-bn11hlteqa] {
    background-color: rgba(60, 60, 605, 0.5);
}

.top-row[b-bn11hlteqa] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bn11hlteqa] {
    font-size: 1.1rem;
}

.bi[b-bn11hlteqa] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-bn11hlteqa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-bn11hlteqa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-bn11hlteqa] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-bn11hlteqa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bn11hlteqa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bn11hlteqa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bn11hlteqa]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-bn11hlteqa]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-bn11hlteqa]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-bn11hlteqa] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bn11hlteqa] {
      display: flex !important;
      flex-basis: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bn11hlteqa] {
        display: none;
    }

      .nav-scrollable[b-bn11hlteqa] {
            /* Never collapse the sidebar for wide screens */
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-top: -0.5rem;
            padding-bottom: 0.5rem;
      }
}



/* Estilo do bot�o para abrir o menu */
.menuduplo-duplomenu[b-bn11hlteqa] {
      display: none; /* Esconde a caixa de sele��o */
}

.menuduplo-label[b-bn11hlteqa] {
      cursor: pointer;
      background-color: white;
      color: #5dd19c;
      padding: 0.5rem 1rem;
      border-radius: 4px;
      display: inline-block;
      font-size: 1rem;
}

/* Estilo do nedu suspenso */
.menuduplo-dmenu[b-bn11hlteqa] {
      display: none;
      position: absolute;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-top: 0.5rem;
      padding: 0.5rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 1000;
}

/* Exibe o nedu quando o checkbox est� marcado */
.menuduplo-duplomenu:checked ~ .menuduplo-dmenu[b-bn11hlteqa] {
      display: block;
}

/* Estilo dos itens do nedu */
.menuduplo-dmenu a[b-bn11hlteqa] {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 4px;
}

      .menuduplo-dmenu a:hover[b-bn11hlteqa] {
            background-color: #f4f4f4;
            color: #000;
      }


.nav-link[b-bn11hlteqa] {
      display: block;
      padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
      font-size: var(--bs-nav-link-font-size);
      font-weight: var(--bs-nav-link-font-weight);
      color: var(--bs-nav-link-color);
      text-decoration: none;
      background: none;
      border: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
      .nav-link[b-bn11hlteqa] {
            transition: none;
      }
}

.nav-link:hover[b-bn11hlteqa], .nav-link:focus[b-bn11hlteqa] {
      color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible[b-bn11hlteqa] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.nav-link.disabled[b-bn11hlteqa], .nav-link:disabled[b-bn11hlteqa] {
      color: var(--bs-nav-link-disabled-color);
      pointer-events: none;
      cursor: default;
}
/* _content/Cabaz/Components/Pages/Br.razor.rz.scp.css */
body[b-lbhkhv73kd] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-lbhkhv73kd] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-lbhkhv73kd] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-lbhkhv73kd] {
      font-size: 19px;
}

.primary-link[b-lbhkhv73kd] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-lbhkhv73kd] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-lbhkhv73kd], .job-box.bookmark-post .favorite-icon a[b-lbhkhv73kd] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-lbhkhv73kd] {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #eff0f2;
      border-radius: 6px;
      color: rgba(173,181,189,.55);
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}


.candidate-list-box .favorite-icon[b-lbhkhv73kd] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-lbhkhv73kd] {
      font-size: 14px;
}

.bg-soft-secondary[b-lbhkhv73kd] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-lbhkhv73kd] {
      margin-top: 0.25rem !important;
}

.roundt[b-lbhkhv73kd] {
      border: 1px solid transparent !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}
.round[b-lbhkhv73kd] {
      border: 1px solid !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}


/* _content/Cabaz/Components/Pages/Home.razor.rz.scp.css */
body[b-f0hdrj2fal] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-f0hdrj2fal] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-f0hdrj2fal] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-f0hdrj2fal] {
      font-size: 19px;
}

.primary-link[b-f0hdrj2fal] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-f0hdrj2fal] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-f0hdrj2fal], .job-box.bookmark-post .favorite-icon a[b-f0hdrj2fal] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-f0hdrj2fal] {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #eff0f2;
      border-radius: 6px;
      color: rgba(173,181,189,.55);
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}


.candidate-list-box .favorite-icon[b-f0hdrj2fal] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-f0hdrj2fal] {
      font-size: 14px;
}

.bg-soft-secondary[b-f0hdrj2fal] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-f0hdrj2fal] {
      margin-top: 0.25rem !important;
}

.roundt[b-f0hdrj2fal] {
      border: 1px solid transparent !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}
.round[b-f0hdrj2fal] {
      border: 1px solid !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}

.align-svg-lupa[b-f0hdrj2fal] {
      margin-top: -0.2rem; /* Ajuste este valor conforme necessário para subir o SVG */
      /* Pode ser necessário ajustar com 0.1rem, 0.2rem, 0.3rem etc. */
}

/* Opcional: Se o botão parecer muito alto, ajuste o padding-top/bottom do btn-link ou .btn-sm */
.btn-link.btn-sm[b-f0hdrj2fal] {
      /* Exemplo de ajuste, pode não ser necessário */
      padding-top: 0.2rem;
      padding-bottom: 0.2rem;
}

/* Opcional: Estilo para o InputRadioGroup se ele estiver muito alto/baixo */
.form-control-custom-radio[b-f0hdrj2fal] {
      /* Adicione padding ou line-height para alinhar com o botão */
      /* display: inline-flex; /* Se o seu InputRadioGroup for um bloco */
      align-items: center; /* Alinha os próprios rádios e o texto */
}

/* _content/Cabaz/Components/Pages/Info/Bairros.razor.rz.scp.css */
body[b-9iaxqs1wgi] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-9iaxqs1wgi] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-9iaxqs1wgi] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-9iaxqs1wgi] {
      font-size: 19px;
}

.primary-link[b-9iaxqs1wgi] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-9iaxqs1wgi] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-9iaxqs1wgi], .job-box.bookmark-post .favorite-icon a[b-9iaxqs1wgi] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-9iaxqs1wgi] {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #eff0f2;
      border-radius: 6px;
      color: rgba(173,181,189,.55);
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}


.candidate-list-box .favorite-icon[b-9iaxqs1wgi] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-9iaxqs1wgi] {
      font-size: 14px;
}

.bg-soft-secondary[b-9iaxqs1wgi] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-9iaxqs1wgi] {
      margin-top: 0.25rem !important;
}




/* _content/Cabaz/Components/Pages/Info/Categorias.razor.rz.scp.css */
body[b-cdi745fk0i] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-cdi745fk0i] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-cdi745fk0i] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-cdi745fk0i] {
      font-size: 19px;
}

.primary-link[b-cdi745fk0i] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-cdi745fk0i] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-cdi745fk0i], .job-box.bookmark-post .favorite-icon a[b-cdi745fk0i] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-cdi745fk0i] {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #eff0f2;
      border-radius: 6px;
      color: rgba(173,181,189,.55);
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}


.candidate-list-box .favorite-icon[b-cdi745fk0i] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-cdi745fk0i] {
      font-size: 14px;
}

.bg-soft-secondary[b-cdi745fk0i] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-cdi745fk0i] {
      margin-top: 0.25rem !important;
}




/* _content/Cabaz/Components/Pages/Info/Contatos.razor.rz.scp.css */
body[b-gpyte8rsp8] {
      font-family: "Segoe UI", Roboto, Arial, sans-serif;
      background-color: #f6f6f6;
      color: #333;
      margin: 0;
      padding: 0;
}

header[b-gpyte8rsp8] {
      background-color: #4682B4;
      color: white;
      text-align: center;
      padding: 2rem 1rem;
}

      header h1[b-gpyte8rsp8] {
            font-size: 2rem;
            margin-bottom: 0.5rem;
      }

      header p[b-gpyte8rsp8] {
            color: #e6e6e6;
            margin: 0;
      }

main[b-gpyte8rsp8] {
      max-width: 900px;
      margin: 2rem auto;
      background: #fff;
      border-radius: 10px;
      padding: 2rem;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-section[b-gpyte8rsp8] {
      margin-bottom: 2rem;
      border-radius: 10px;
      padding: 1.5rem;
      color: #333;
}

      .contact-section h2[b-gpyte8rsp8] {
            margin-top: 0;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            gap: 10px;
      }

      .contact-section p[b-gpyte8rsp8] {
            margin: 0.5rem 0 1rem;
            line-height: 1.6;
      }

/* WhatsApp Section */
.whatsapp[b-gpyte8rsp8] {
      background-color: #f0fdf4;
      border-left: 5px solid #25D366;
}

      .whatsapp h2 i[b-gpyte8rsp8] {
            color: #25D366;
      }

/* Email Section */
.email[b-gpyte8rsp8] {
      background-color: #f0f8ff;
      border-left: 5px solid #4682B4;
}

      .email h2 i[b-gpyte8rsp8] {
            color: #4682B4;
      }

/* Form Section */
.formulario[b-gpyte8rsp8] {
      background-color: #f8f6ff;
      border-left: 5px solid #6c63ff;
}

      .formulario h2 i[b-gpyte8rsp8] {
            color: #6c63ff;
      }

form[b-gpyte8rsp8] {
      display: grid;
      gap: 1rem;
}

label[b-gpyte8rsp8] {
      font-weight: 600;
      font-size: 0.95rem;
}

input[b-gpyte8rsp8], select[b-gpyte8rsp8], textarea[b-gpyte8rsp8] {
      width: 100%;
      padding: 0.7rem;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 0.95rem;
      font-family: inherit;
      transition: border-color 0.2s ease;
}

      input:focus[b-gpyte8rsp8], select:focus[b-gpyte8rsp8], textarea:focus[b-gpyte8rsp8] {
            border-color: #6c63ff;
            outline: none;
            box-shadow: 0 0 4px rgba(108, 99, 255, 0.2);
      }

textarea[b-gpyte8rsp8] {
      resize: vertical;
      min-height: 100px;
}

button[b-gpyte8rsp8] {
      background-color: #6c63ff;
      color: white;
      font-size: 1rem;
      padding: 0.8rem 1.5rem;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.2s ease;
}

      button:hover[b-gpyte8rsp8] {
            background-color: #5b54e7;
      }

footer[b-gpyte8rsp8] {
      text-align: center;
      font-size: 0.9rem;
      color: #777;
      padding: 2rem 0 1rem;
}

      footer a[b-gpyte8rsp8] {
            color: #4682B4;
            text-decoration: none;
      }

            footer a:hover[b-gpyte8rsp8] {
                  text-decoration: underline;
            }

@media (max-width: 600px) {
      main[b-gpyte8rsp8] {
            padding: 1.5rem;
            margin: 1rem;
      }
}
/* _content/Cabaz/Components/Pages/Info/Faqs.razor.rz.scp.css */
body[b-njwwe76kf7] {
      font-family: "Segoe UI", Roboto, Arial, sans-serif;
      background-color: #f6f6f6;
      color: #333;
      margin: 0;
      padding: 0;
}

header[b-njwwe76kf7] {
      background-color: #4682B4;
      color: white;
      text-align: center;
      padding: 2rem 1rem;
}

      header h1[b-njwwe76kf7] {
            font-size: 2rem;
            margin-bottom: 0.5rem;
      }

      header p[b-njwwe76kf7] {
            font-size: 1rem;
            color: #e6e6e6;
            margin: 0;
      }

main[b-njwwe76kf7] {
      max-width: 800px;
      margin: 2rem auto;
      background: #fff;
      border-radius: 10px;
      padding: 2rem;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-item[b-njwwe76kf7] {
      border: 1px solid #dee2e6;
      border-radius: 6px;
      background-color: #f8f9fa;
      margin-bottom: 10px;
      overflow: hidden;
      transition: all 0.3s ease;
}

      .faq-item summary[b-njwwe76kf7] {
            cursor: pointer;
            font-weight: 600;
            padding: 1rem 1.2rem;
            font-size: 1rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            list-style: none;
            color: #333;
            background-color: #f8f9fa;
            transition: background 0.2s ease;
      }

            .faq-item summary:hover[b-njwwe76kf7] {
                  background-color: #e9ecef;
            }

            .faq-item summary[b-njwwe76kf7]::-webkit-details-marker {
                  display: none;
            }

            .faq-item summary i[b-njwwe76kf7] {
                  transition: transform 0.3s ease;
                  color: #4682B4;
            }

      .faq-item[open] summary i[b-njwwe76kf7] {
            transform: rotate(180deg);
            color: #42b883;
      }

      .faq-item p[b-njwwe76kf7] {
            padding: 1rem 1.2rem;
            border-top: 1px solid #dee2e6;
            background-color: #fff;
            margin: 0;
            line-height: 1.6;
            color: #555;
      }

      .faq-item strong[b-njwwe76kf7] {
            color: #6c63ff;
      }

.highlight-box[b-njwwe76kf7] {
      background-color: #f0fdf4;
      border-left: 4px solid #42b883;
      padding: 1rem 1.5rem;
      border-radius: 6px;
      margin-top: 2rem;
}

footer[b-njwwe76kf7] {
      text-align: center;
      font-size: 0.9rem;
      color: #777;
      padding: 2rem 0 1rem;
}

      footer a[b-njwwe76kf7] {
            color: #4682B4;
            text-decoration: none;
      }

            footer a:hover[b-njwwe76kf7] {
                  text-decoration: underline;
            }

@media (max-width: 600px) {
      header h1[b-njwwe76kf7] {
            font-size: 1.6rem;
      }

      main[b-njwwe76kf7] {
            margin: 1rem;
            padding: 1.5rem;
      }
}
/* _content/Cabaz/Components/Pages/Info/QuemSomos.razor.rz.scp.css */
body[b-02rn6nop26] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-02rn6nop26] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-02rn6nop26] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-02rn6nop26] {
      font-size: 19px;
}

.primary-link[b-02rn6nop26] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-02rn6nop26] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-02rn6nop26], .job-box.bookmark-post .favorite-icon a[b-02rn6nop26] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-02rn6nop26] {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #eff0f2;
      border-radius: 6px;
      color: rgba(173,181,189,.55);
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}


.candidate-list-box .favorite-icon[b-02rn6nop26] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-02rn6nop26] {
      font-size: 14px;
}

.bg-soft-secondary[b-02rn6nop26] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-02rn6nop26] {
      margin-top: 0.25rem !important;
}

.roundt[b-02rn6nop26] {
      border: 1px solid transparent !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}
.round[b-02rn6nop26] {
      border: 1px solid !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}

.align-svg-lupa[b-02rn6nop26] {
      margin-top: -0.2rem; /* Ajuste este valor conforme necessário para subir o SVG */
      /* Pode ser necessário ajustar com 0.1rem, 0.2rem, 0.3rem etc. */
}

/* Opcional: Se o botão parecer muito alto, ajuste o padding-top/bottom do btn-link ou .btn-sm */
.btn-link.btn-sm[b-02rn6nop26] {
      /* Exemplo de ajuste, pode não ser necessário */
      padding-top: 0.2rem;
      padding-bottom: 0.2rem;
}

/* Opcional: Estilo para o InputRadioGroup se ele estiver muito alto/baixo */
.form-control-custom-radio[b-02rn6nop26] {
      /* Adicione padding ou line-height para alinhar com o botão */
      /* display: inline-flex; /* Se o seu InputRadioGroup for um bloco */
      align-items: center; /* Alinha os próprios rádios e o texto */
}

body[b-02rn6nop26] {
      font-family: "Segoe UI", Roboto, Arial, sans-serif;
      background-color: #f8f9fa;
      color: #333;
      margin: 0;
      padding: 0;
      line-height: 1.6;
}

header[b-02rn6nop26] {
      background: linear-gradient(135deg, #42e14f, #00b894);
      color: white;
      text-align: center;
      padding: 3rem 1rem;
}

      header h1[b-02rn6nop26] {
            font-size: 2.2rem;
            margin-bottom: 0.5rem;
      }

      header p[b-02rn6nop26] {
            font-size: 1.1rem;
            margin: 0;
            color: #e8ffe9;
      }

main[b-02rn6nop26] {
      max-width: 1000px;
      margin: 2rem auto;
      background: #fff;
      border-radius: 10px;
      padding: 2rem;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.intro[b-02rn6nop26] {
      text-align: center;
      margin-bottom: 2.5rem;
}

      .intro h2[b-02rn6nop26] {
            font-size: 1.6rem;
            color: #00b894;
      }

      .intro p[b-02rn6nop26] {
            margin: 0.5rem 0;
            color: #555;
      }

.categorias[b-02rn6nop26] {
      background-color: #f0fdf4;
      border-radius: 10px;
      padding: 1.5rem;
      margin-bottom: 2.5rem;
}

      .categorias h3[b-02rn6nop26] {
            text-align: center;
            color: #00b894;
            margin-bottom: 1rem;
      }

.categoria[b-02rn6nop26] {
      margin-bottom: 1rem;
      border-left: 4px solid #42e14f;
      background: #fff;
      padding: 1rem;
      border-radius: 8px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
}

      .categoria:hover[b-02rn6nop26] {
            transform: translateY(-3px);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      }

      .categoria h4[b-02rn6nop26] {
            margin: 0;
            color: #333;
      }

      .categoria p[b-02rn6nop26] {
            margin: 0.3rem 0 0.5rem;
            color: #666;
            font-size: 0.95rem;
      }

      .categoria small[b-02rn6nop26] {
            color: #888;
      }

.link-categorias[b-02rn6nop26] {
      display: block;
      text-align: center;
      margin-top: 1.5rem;
      font-weight: bold;
      color: #00b894;
      text-decoration: none;
}

      .link-categorias:hover[b-02rn6nop26] {
            text-decoration: underline;
      }

.chamada[b-02rn6nop26] {
      text-align: center;
      background-color: #e6f4ea;
      border-radius: 10px;
      padding: 2rem 1rem;
      margin-bottom: 2.5rem;
}

      .chamada h2[b-02rn6nop26] {
            color: #2c6e49;
            margin-bottom: 0.5rem;
      }

      .chamada p[b-02rn6nop26] {
            color: #444;
            max-width: 750px;
            margin: 0 auto;
      }

.como-funciona[b-02rn6nop26] {
      background-color: #f1f8ff;
      border-radius: 10px;
      padding: 1.8rem;
      margin-bottom: 2.5rem;
}

      .como-funciona h3[b-02rn6nop26] {
            color: #4682B4;
            margin-bottom: 1rem;
            text-align: center;
      }

.passo[b-02rn6nop26] {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1rem;
}

      .passo span[b-02rn6nop26] {
            background-color: #4682B4;
            color: white;
            font-weight: bold;
            border-radius: 50%;
            display: inline-block;
            width: 28px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            margin-right: 10px;
            flex-shrink: 0;
      }

.cadastro[b-02rn6nop26] {
      text-align: center;
      background-color: #6c63ff;
      color: white;
      border-radius: 10px;
      padding: 2rem 1rem;
}

      .cadastro h2[b-02rn6nop26] {
            margin-bottom: 0.7rem;
      }

      .cadastro p[b-02rn6nop26] {
            max-width: 700px;
            margin: 0 auto 1.5rem;
      }

.btn-cadastro[b-02rn6nop26] {
      background-color: #42e14f;
      color: #fff;
      font-weight: bold;
      padding: 0.8rem 1.6rem;
      border: none;
      border-radius: 50px;
      text-decoration: none;
      transition: background-color 0.2s ease;
      display: inline-block;
}

      .btn-cadastro:hover[b-02rn6nop26] {
            background-color: #35c943;
      }

footer[b-02rn6nop26] {
      text-align: center;
      font-size: 0.9rem;
      color: #777;
      padding: 2rem 0 1rem;
}

      footer a[b-02rn6nop26] {
            color: #4682B4;
            text-decoration: none;
      }

            footer a:hover[b-02rn6nop26] {
                  text-decoration: underline;
            }

@media (max-width: 700px) {
      main[b-02rn6nop26] {
            padding: 1.5rem;
            margin: 1rem;
      }

      .passo[b-02rn6nop26] {
            flex-direction: column;
            align-items: flex-start;
      }

            .passo span[b-02rn6nop26] {
                  margin-bottom: 5px;
            }
}

