/* /Components/Account/Pages/AnaliseCategoria/CreateCategoria.razor.rz.scp.css */
:root[b-ouwu47lvc1] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-ouwu47lvc1] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-ouwu47lvc1] {
      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-ouwu47lvc1] {
      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-ouwu47lvc1] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.progress-bar[b-ouwu47lvc1] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-ouwu47lvc1] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-ouwu47lvc1] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-ouwu47lvc1] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-ouwu47lvc1]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-ouwu47lvc1]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-ouwu47lvc1]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-ouwu47lvc1] {
            display: block;
            margin-top: 4px;
            color: #333;
      }



.hero[b-ouwu47lvc1] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-ouwu47lvc1] {
            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-ouwu47lvc1] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-ouwu47lvc1] {
      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-ouwu47lvc1] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-ouwu47lvc1] {
            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-ouwu47lvc1] {
      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-ouwu47lvc1] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-ouwu47lvc1] {
      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-ouwu47lvc1] {
      transform: rotate(90deg);
}

.subcat[b-ouwu47lvc1] {
      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-ouwu47lvc1] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-ouwu47lvc1] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-ouwu47lvc1] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-ouwu47lvc1] {
      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-ouwu47lvc1] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-ouwu47lvc1] {
      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-ouwu47lvc1] {
            display: none;
      }

      .step.current span[b-ouwu47lvc1] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-ouwu47lvc1] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-ouwu47lvc1] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-ouwu47lvc1] {
      flex: 1 1 100%;
}

.col-md-6[b-ouwu47lvc1] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-ouwu47lvc1] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* /Components/Account/Pages/AnaliseCategoria/CreateCategoriaF.razor.rz.scp.css */
:root[b-o1aeghm2jz] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-o1aeghm2jz] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-o1aeghm2jz] {
      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-o1aeghm2jz] {
      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-o1aeghm2jz] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.progress-bar[b-o1aeghm2jz] {
      width: 100%;
      height: 8px;
      background: #e0e0e0;
      border-radius: 6px;
      margin: 20px 0 10px;
      overflow: hidden;
}

.progress-bar-fill[b-o1aeghm2jz] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      border-radius: 6px;
      transition: width 0.8s ease;
}

.steps[b-o1aeghm2jz] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 12px;
}

.step[b-o1aeghm2jz] {
      flex: 1;
      text-align: center;
      font-size: 1rem;
      position: relative;
}

      .step.done[b-o1aeghm2jz]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.current[b-o1aeghm2jz]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step.pending[b-o1aeghm2jz]::before {
            display: block;
            font-size: 1.5rem;
      }

      .step span[b-o1aeghm2jz] {
            display: block;
            margin-top: 4px;
            color: #333;
      }




.hero[b-o1aeghm2jz] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-o1aeghm2jz] {
            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-o1aeghm2jz] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-o1aeghm2jz] {
      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-o1aeghm2jz] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-o1aeghm2jz] {
            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-o1aeghm2jz] {
      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-o1aeghm2jz] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-o1aeghm2jz] {
      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-o1aeghm2jz] {
      transform: rotate(90deg);
}

.subcat[b-o1aeghm2jz] {
      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-o1aeghm2jz] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-o1aeghm2jz] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-o1aeghm2jz] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-o1aeghm2jz] {
      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-o1aeghm2jz] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-o1aeghm2jz] {
      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-o1aeghm2jz] {
            display: none;
      }

      .step.current span[b-o1aeghm2jz] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-o1aeghm2jz] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-o1aeghm2jz] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-o1aeghm2jz] {
      flex: 1 1 100%;
}

.col-md-6[b-o1aeghm2jz] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-o1aeghm2jz] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* /Components/Account/Pages/Anuncios/Anunciar.razor.rz.scp.css */
:root[b-k9rk037jhp] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-k9rk037jhp] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-k9rk037jhp] {
      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-k9rk037jhp] {
      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-k9rk037jhp] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}



.progress-fill[b-k9rk037jhp] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      animation: progressFill 1.3s ease;
}

/* steps minimalistas */
.steps-mini[b-k9rk037jhp] {
      display: flex;
      justify-content: space-between;
      width: 85%;
      margin: 0 auto;
      margin-top: 15px;
      position: relative;
}

.mini-step[b-k9rk037jhp] {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      font-weight: 600;
      background: #ccc;
      color: white;
      z-index: 2;
}

      /* completados */
      .mini-step.done[b-k9rk037jhp] {
            background: #2e8b3a;
      }

      /* atual (brilhoso) */
      .mini-step.current[b-k9rk037jhp] {
            background: #42e14f;
            box-shadow: 0 0 10px rgba(66, 225, 79, 0.45);
      }

/* linha por trás das bolinhas */
.steps-mini[b-k9rk037jhp]::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #dcdcdc;
      transform: translateY(-50%);
      z-index: 1;
}




.hero[b-k9rk037jhp] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-k9rk037jhp] {
            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-k9rk037jhp] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-k9rk037jhp] {
      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-k9rk037jhp] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-k9rk037jhp] {
            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-k9rk037jhp] {
      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-k9rk037jhp] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-k9rk037jhp] {
      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-k9rk037jhp] {
      transform: rotate(90deg);
}

.subcat[b-k9rk037jhp] {
      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-k9rk037jhp] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-k9rk037jhp] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-k9rk037jhp] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-k9rk037jhp] {
      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-k9rk037jhp] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-k9rk037jhp] {
      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-k9rk037jhp] {
            display: none;
      }

      .step.current span[b-k9rk037jhp] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-k9rk037jhp] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-k9rk037jhp] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-k9rk037jhp] {
      flex: 1 1 100%;
}

.col-md-6[b-k9rk037jhp] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-k9rk037jhp] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* /Components/Account/Pages/Anuncios/AnunciarE.razor.rz.scp.css */
:root[b-kbirpv3cn8] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-kbirpv3cn8] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-kbirpv3cn8] {
      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-kbirpv3cn8] {
      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-kbirpv3cn8] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}


.progress-fill[b-kbirpv3cn8] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      animation: progressFill 1.3s ease;
}

/* steps minimalistas */
.steps-mini[b-kbirpv3cn8] {
      display: flex;
      justify-content: space-between;
      width: 85%;
      margin: 0 auto;
      margin-top: 15px;
      position: relative;
}

.mini-step[b-kbirpv3cn8] {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      font-weight: 600;
      background: #ccc;
      color: white;
      z-index: 2;
}

      /* completados */
      .mini-step.done[b-kbirpv3cn8] {
            background: #2e8b3a;
      }

      /* atual (brilhoso) */
      .mini-step.current[b-kbirpv3cn8] {
            background: #42e14f;
            box-shadow: 0 0 10px rgba(66, 225, 79, 0.45);
      }

/* linha por trás das bolinhas */
.steps-mini[b-kbirpv3cn8]::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #dcdcdc;
      transform: translateY(-50%);
      z-index: 1;
}



.hero[b-kbirpv3cn8] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-kbirpv3cn8] {
            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-kbirpv3cn8] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-kbirpv3cn8] {
      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-kbirpv3cn8] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-kbirpv3cn8] {
            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-kbirpv3cn8] {
      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-kbirpv3cn8] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-kbirpv3cn8] {
      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-kbirpv3cn8] {
      transform: rotate(90deg);
}

.subcat[b-kbirpv3cn8] {
      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-kbirpv3cn8] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-kbirpv3cn8] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-kbirpv3cn8] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-kbirpv3cn8] {
      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-kbirpv3cn8] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-kbirpv3cn8] {
      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-kbirpv3cn8] {
            display: none;
      }

      .step.current span[b-kbirpv3cn8] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-kbirpv3cn8] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-kbirpv3cn8] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-kbirpv3cn8] {
      flex: 1 1 100%;
}

.col-md-6[b-kbirpv3cn8] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-kbirpv3cn8] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* /Components/Account/Pages/Anuncios/AnunciarEm.razor.rz.scp.css */
:root[b-v2wgzbl37g] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-v2wgzbl37g] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-v2wgzbl37g] {
      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-v2wgzbl37g] {
      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-v2wgzbl37g] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}



.progress-fill[b-v2wgzbl37g] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      animation: progressFill 1.3s ease;
}

/* steps minimalistas */
.steps-mini[b-v2wgzbl37g] {
      display: flex;
      justify-content: space-between;
      width: 85%;
      margin: 0 auto;
      margin-top: 15px;
      position: relative;
}

.mini-step[b-v2wgzbl37g] {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      font-weight: 600;
      background: #ccc;
      color: white;
      z-index: 2;
}

      /* completados */
      .mini-step.done[b-v2wgzbl37g] {
            background: #2e8b3a;
      }

      /* atual (brilhoso) */
      .mini-step.current[b-v2wgzbl37g] {
            background: #42e14f;
            box-shadow: 0 0 10px rgba(66, 225, 79, 0.45);
      }

/* linha por trás das bolinhas */
.steps-mini[b-v2wgzbl37g]::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #dcdcdc;
      transform: translateY(-50%);
      z-index: 1;
}


.hero[b-v2wgzbl37g] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-v2wgzbl37g] {
            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-v2wgzbl37g] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-v2wgzbl37g] {
      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-v2wgzbl37g] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-v2wgzbl37g] {
            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-v2wgzbl37g] {
      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-v2wgzbl37g] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-v2wgzbl37g] {
      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-v2wgzbl37g] {
      transform: rotate(90deg);
}

.subcat[b-v2wgzbl37g] {
      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-v2wgzbl37g] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-v2wgzbl37g] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-v2wgzbl37g] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-v2wgzbl37g] {
      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-v2wgzbl37g] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-v2wgzbl37g] {
      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-v2wgzbl37g] {
            display: none;
      }

      .step.current span[b-v2wgzbl37g] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-v2wgzbl37g] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-v2wgzbl37g] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-v2wgzbl37g] {
      flex: 1 1 100%;
}

.col-md-6[b-v2wgzbl37g] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-v2wgzbl37g] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* /Components/Account/Pages/Anuncios/AnunciarF.razor.rz.scp.css */
:root[b-yz31vbjydx] {
      --bg-gradient: linear-gradient(135deg, #a7f3d0, #bae6fd, #ddd6fe);
      --vehicles: #2563eb;
      --realestate: #0ea5e9;
      --services: #7c3aed;
      --text-dark: #1e293b;
      --text-light: #475569;
}

body[b-yz31vbjydx] {
      background: var(--bg-gradient);
      color: var(--text-dark);
      font-family: "Segoe UI", sans-serif;
      margin: 0;
}

.step-wrapper[b-yz31vbjydx] {
      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-yz31vbjydx] {
      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-yz31vbjydx] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}


.progress-fill[b-yz31vbjydx] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      animation: progressFill 1.3s ease;
}

/* steps minimalistas */
.steps-mini[b-yz31vbjydx] {
      display: flex;
      justify-content: space-between;
      width: 85%;
      margin: 0 auto;
      margin-top: 15px;
      position: relative;
}

.mini-step[b-yz31vbjydx] {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      font-weight: 600;
      background: #ccc;
      color: white;
      z-index: 2;
}

      /* completados */
      .mini-step.done[b-yz31vbjydx] {
            background: #2e8b3a;
      }

      /* atual (brilhoso) */
      .mini-step.current[b-yz31vbjydx] {
            background: #42e14f;
            box-shadow: 0 0 10px rgba(66, 225, 79, 0.45);
      }

/* linha por trás das bolinhas */
.steps-mini[b-yz31vbjydx]::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #dcdcdc;
      transform: translateY(-50%);
      z-index: 1;
}

.hero[b-yz31vbjydx] {
      padding: 4rem 1rem 2rem;
      text-align: center;
}

      .hero h1[b-yz31vbjydx] {
            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-yz31vbjydx] {
            color: var(--text-light);
            max-width: 720px;
            margin: .75rem auto 0;
            font-size: 1.05rem;
      }

.category-card[b-yz31vbjydx] {
      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-yz31vbjydx] {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0,0,0,.15);
      }

      .category-card .badge-pill[b-yz31vbjydx] {
            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-yz31vbjydx] {
      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-yz31vbjydx] {
      background: linear-gradient(135deg, #0ea5e9, #22c55e);
}


.plus-fab[b-yz31vbjydx] {
      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-yz31vbjydx] {
      transform: rotate(90deg);
}

.subcat[b-yz31vbjydx] {
      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-yz31vbjydx] {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
      }

.collapse-list[b-yz31vbjydx] {
      margin-top: 1rem;
      border-top: 1px dashed rgba(14,165,233,.25);
      padding-top: 1rem;
      color: var(--text-light);
}

.cta[b-yz31vbjydx] {
      margin-top: 2rem;
      text-align: center;
}

.btn-hero[b-yz31vbjydx] {
      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-yz31vbjydx] {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(14,165,233,.45);
      }

.gradient-border[b-yz31vbjydx] {
      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-yz31vbjydx] {
            display: none;
      }

      .step.current span[b-yz31vbjydx] {
            display: block;
            font-weight: bold;
            font-size: 0.95rem;
      }
}

.container[b-yz31vbjydx] {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1rem;
}

.row[b-yz31vbjydx] {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
}

.col-12[b-yz31vbjydx] {
      flex: 1 1 100%;
}

.col-md-6[b-yz31vbjydx] {
      flex: 1 1 calc(50% - 1.5rem);
}

.col-lg-4[b-yz31vbjydx] {
      flex: 1 1 calc(33.33% - 1.5rem);
}
/* /Components/Account/Pages/Anuncios/AnunciarFi.razor.rz.scp.css */
.image-grid[b-rfa3a617t3] {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 10px;
      margin-top: 15px;
}

.preview-img[b-rfa3a617t3] {
      max-width: 100%;
      border: 1px solid #ccc;
      padding: 5px;
      background: #f9f9f9;
      cursor: pointer;
}
.btn-remove[b-rfa3a617t3], .btn-replace[b-rfa3a617t3] {
      font-size: 1.2rem;
      background: rgba(255,255,255,0.8);
      border-radius: 50%;
      padding: 2px 6px;
}

.step-wrapper[b-rfa3a617t3] {
      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-rfa3a617t3] {
      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-rfa3a617t3 0.7s ease-in-out;
}

.progress-header h2[b-rfa3a617t3] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.subtitle[b-rfa3a617t3] {
      color: #444;
      font-weight: 600;
      font-size: 1.2rem;
}


.progress-fill[b-rfa3a617t3] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      animation: progressFill 1.3s ease;
}

/* steps minimalistas */
.steps-mini[b-rfa3a617t3] {
      display: flex;
      justify-content: space-between;
      width: 85%;
      margin: 0 auto;
      margin-top: 15px;
      position: relative;
}

.mini-step[b-rfa3a617t3] {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      font-weight: 600;
      background: #ccc;
      color: white;
      z-index: 2;
}

      /* completados */
      .mini-step.done[b-rfa3a617t3] {
            background: #2e8b3a;
      }

      /* atual (brilhoso) */
      .mini-step.current[b-rfa3a617t3] {
            background: #42e14f;
            box-shadow: 0 0 10px rgba(66, 225, 79, 0.45);
      }

/* linha por trás das bolinhas */
.steps-mini[b-rfa3a617t3]::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #dcdcdc;
      transform: translateY(-50%);
      z-index: 1;
}

.success-icon[b-rfa3a617t3] {
      font-size: 4rem;
      margin: 20px 0;
      color: #42e14f;
      animation: bounce-b-rfa3a617t3 1.2s ease infinite alternate;
}

.main-title[b-rfa3a617t3] {
      font-size: 1.6rem;
      color: #333;
      font-weight: 700;
      margin-bottom: 10px;
}

.main-text[b-rfa3a617t3] {
      color: #555;
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 25px;
}

.anuncio-form[b-rfa3a617t3] {
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: left;
}

.form-group label[b-rfa3a617t3] {
      font-weight: 600;
      color: #2e8b3a;
      margin-bottom: 6px;
      display: block;
}

.form-control[b-rfa3a617t3] {
      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-rfa3a617t3] {
            outline: none;
            border-color: #42e14f;
            box-shadow: 0 0 4px rgba(66,225,79,0.4);
      }

.hint[b-rfa3a617t3] {
      display: block;
      margin-top: 5px;
      font-size: 0.85rem;
      color: #777;
}

.condition-group[b-rfa3a617t3] {
      margin-top: 15px;
}

.condition-label[b-rfa3a617t3] {
      font-weight: 600;
      color: #2e8b3a;
      margin-bottom: 10px;
      display: block;
}

.condition-options[b-rfa3a617t3] {
      display: flex;
      gap: 20px;
      justify-content: center;
}

.condition-option input[b-rfa3a617t3] {
      display: none;
}

.tag[b-rfa3a617t3] {
      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-rfa3a617t3] {
            background: #e6ffec;
            border-color: #42e14f;
            color: #2e8b3a;
      }

      .tag.used[b-rfa3a617t3] {
            background: #fff6e6;
            border-color: #f4b740;
            color: #b37800;
      }

.condition-option input:checked + .tag[b-rfa3a617t3] {
      transform: scale(1.05);
      box-shadow: 0 0 10px rgba(66,225,79,0.3);
}

.action-buttons[b-rfa3a617t3] {
      display: flex;
      justify-content: space-between;
      margin-top: 25px;
}

.btn-next[b-rfa3a617t3], .btn-back[b-rfa3a617t3] {
      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-rfa3a617t3] {
      background: #ccc;
      color: #333;
}

.btn-next:hover[b-rfa3a617t3] {
      background: #36c745;
      transform: translateY(-2px);
}

.btn-back:hover[b-rfa3a617t3] {
      background: #bbb;
}

@keyframes fadeIn-b-rfa3a617t3 {
      from {
            opacity: 0;
            transform: translateY(15px);
      }

      to {
            opacity: 1;
            transform: translateY(0);
      }
}

@keyframes bounce-b-rfa3a617t3 {
      0% {
            transform: translateY(0);
      }

      100% {
            transform: translateY(-6px);
      }
}
/* /Components/Account/Pages/Anuncios/AnunciarG.razor.rz.scp.css */
.image-grid[b-hvtyhaaiba] {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 10px;
      margin-top: 15px;
}

.preview-img[b-hvtyhaaiba] {
      max-width: 100%;
      border: 1px solid #ccc;
      padding: 5px;
      background: #f9f9f9;
      cursor: pointer;
}
.btn-remove[b-hvtyhaaiba], .btn-replace[b-hvtyhaaiba] {
      font-size: 1.2rem;
      background: rgba(255,255,255,0.8);
      border-radius: 50%;
      padding: 2px 6px;
}

.step-wrapper[b-hvtyhaaiba] {
      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-hvtyhaaiba] {
      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-hvtyhaaiba 0.7s ease-in-out;
}

.progress-header h2[b-hvtyhaaiba] {
      color: #2e8b3a;
      font-size: 1.3rem;
      margin-bottom: 5px;
}

.subtitle[b-hvtyhaaiba] {
      color: #444;
      font-weight: 600;
      font-size: 1.2rem;
}


.progress-fill[b-hvtyhaaiba] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      animation: progressFill 1.3s ease;
}

/* steps minimalistas */
.steps-mini[b-hvtyhaaiba] {
      display: flex;
      justify-content: space-between;
      width: 85%;
      margin: 0 auto;
      margin-top: 15px;
      position: relative;
}

.mini-step[b-hvtyhaaiba] {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      font-weight: 600;
      background: #ccc;
      color: white;
      z-index: 2;
}

      /* completados */
      .mini-step.done[b-hvtyhaaiba] {
            background: #2e8b3a;
      }

      /* atual (brilhoso) */
      .mini-step.current[b-hvtyhaaiba] {
            background: #42e14f;
            box-shadow: 0 0 10px rgba(66, 225, 79, 0.45);
      }

/* linha por trás das bolinhas */
.steps-mini[b-hvtyhaaiba]::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #dcdcdc;
      transform: translateY(-50%);
      z-index: 1;
}

.success-icon[b-hvtyhaaiba] {
      font-size: 4rem;
      margin: 20px 0;
      color: #42e14f;
      animation: bounce-b-hvtyhaaiba 1.2s ease infinite alternate;
}

.main-title[b-hvtyhaaiba] {
      font-size: 1.6rem;
      color: #333;
      font-weight: 700;
      margin-bottom: 10px;
}

.main-text[b-hvtyhaaiba] {
      color: #555;
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 25px;
}

.anuncio-form[b-hvtyhaaiba] {
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: left;
}

.form-group label[b-hvtyhaaiba] {
      font-weight: 600;
      color: #2e8b3a;
      margin-bottom: 6px;
      display: block;
}

.form-control[b-hvtyhaaiba] {
      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-hvtyhaaiba] {
            outline: none;
            border-color: #42e14f;
            box-shadow: 0 0 4px rgba(66,225,79,0.4);
      }

.hint[b-hvtyhaaiba] {
      display: block;
      margin-top: 5px;
      font-size: 0.85rem;
      color: #777;
}

.condition-group[b-hvtyhaaiba] {
      margin-top: 15px;
}

.condition-label[b-hvtyhaaiba] {
      font-weight: 600;
      color: #2e8b3a;
      margin-bottom: 10px;
      display: block;
}

.condition-options[b-hvtyhaaiba] {
      display: flex;
      gap: 20px;
      justify-content: center;
}

.condition-option input[b-hvtyhaaiba] {
      display: none;
}

.tag[b-hvtyhaaiba] {
      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-hvtyhaaiba] {
            background: #e6ffec;
            border-color: #42e14f;
            color: #2e8b3a;
      }

      .tag.used[b-hvtyhaaiba] {
            background: #fff6e6;
            border-color: #f4b740;
            color: #b37800;
      }

.condition-option input:checked + .tag[b-hvtyhaaiba] {
      transform: scale(1.05);
      box-shadow: 0 0 10px rgba(66,225,79,0.3);
}

.action-buttons[b-hvtyhaaiba] {
      display: flex;
      justify-content: space-between;
      margin-top: 25px;
}

.btn-next[b-hvtyhaaiba], .btn-back[b-hvtyhaaiba] {
      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-hvtyhaaiba] {
      background: #ccc;
      color: #333;
}

.btn-next:hover[b-hvtyhaaiba] {
      background: #36c745;
      transform: translateY(-2px);
}

.btn-back:hover[b-hvtyhaaiba] {
      background: #bbb;
}

@keyframes fadeIn-b-hvtyhaaiba {
      from {
            opacity: 0;
            transform: translateY(15px);
      }

      to {
            opacity: 1;
            transform: translateY(0);
      }
}

@keyframes bounce-b-hvtyhaaiba {
      0% {
            transform: translateY(0);
      }

      100% {
            transform: translateY(-6px);
      }
}
/* /Components/Account/Pages/Anuncios/AnunciarH.razor.rz.scp.css */
.final-step-wrapper[b-7oyom14t9q] {
  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-7oyom14t9q] {
  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-7oyom14t9q 0.7s ease-in-out;
}

.progress-header h2[b-7oyom14t9q] {
  color: #2e8b3a;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.subtitle[b-7oyom14t9q] {
  color: #444;
  font-weight: 600;
  font-size: 1.2rem;
}


/* barra de progresso */
.clean-progress[b-7oyom14t9q] {
      width: 85%;
      height: 8px;
      background: #e6e6e6;
      border-radius: 50px;
      margin: 15px auto 20px;
      overflow: hidden;
}

.progress-fill[b-7oyom14t9q] {
      height: 100%;
      background: linear-gradient(90deg, #42e14f, #2e8b3a);
      animation: progressFill-b-7oyom14t9q 1.3s ease;
}

/* steps minimalistas */
.steps-mini[b-7oyom14t9q] {
      display: flex;
      justify-content: space-between;
      width: 85%;
      margin: 0 auto;
      margin-top: 15px;
      position: relative;
}

.mini-step[b-7oyom14t9q] {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      font-weight: 600;
      background: #ccc;
      color: white;
      z-index: 2;
}

      /* completados */
      .mini-step.done[b-7oyom14t9q] {
            background: #2e8b3a;
      }

      /* atual (brilhoso) */
      .mini-step.current[b-7oyom14t9q] {
            background: #42e14f;
            box-shadow: 0 0 10px rgba(66, 225, 79, 0.45);
      }

/* linha por trás das bolinhas */
.steps-mini[b-7oyom14t9q]::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 4px;
      background: #dcdcdc;
      transform: translateY(-50%);
      z-index: 1;
}

.success-icon[b-7oyom14t9q] {
  font-size: 4rem;
  margin: 20px 0;
  color: #42e14f;
  animation: bounce-b-7oyom14t9q 1.2s ease infinite alternate;
}

.main-title[b-7oyom14t9q] {
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-text[b-7oyom14t9q] {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.note[b-7oyom14t9q] {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 25px;
}

.action-buttons[b-7oyom14t9q] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.btn-save[b-7oyom14t9q] {
  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-7oyom14t9q] {
  background: #36c745;
  transform: translateY(-2px);
}

.btn-cancel[b-7oyom14t9q] {
  text-decoration: none;
  color: #666;
  font-size: 0.95rem;
}

.btn-cancel:hover[b-7oyom14t9q] {
  text-decoration: underline;
}

/* Animações */
@keyframes progressFill-b-7oyom14t9q {
  from { width: 0%; }
  to { width: 100%; }
}

@keyframes fadeIn-b-7oyom14t9q {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce-b-7oyom14t9q {
  0% { transform: translateY(0); }
  100% { transform: translateY(-6px); }
}
/* /Components/Account/Pages/Anuncios/AnunciarI.razor.rz.scp.css */
body[b-d1ojqudqj0] {
      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-d1ojqudqj0] {
      opacity: 0;
      transition: opacity 1.5s ease;
}

h1[b-d1ojqudqj0] {
      font-size: 2.2rem;
      margin-bottom: 1rem;
      font-weight: 800;
      letter-spacing: -0.5px;
      animation: fadeInDown-b-d1ojqudqj0 0.8s ease-in-out;
}

p[b-d1ojqudqj0] {
      font-size: 1.2rem;
      margin: 0.5rem 0;
      animation: fadeIn-b-d1ojqudqj0 1.2s ease-in-out;
}

.success-icon[b-d1ojqudqj0] {
      font-size: 4rem;
      margin-bottom: 1rem;
      animation: bounce-b-d1ojqudqj0 1.5s infinite;
}

.btn-finish[b-d1ojqudqj0] {
      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-d1ojqudqj0] {
            transform: translateY(-2px);
            background: #047857;
      }

.confetti[b-d1ojqudqj0] {
      position: absolute;
      width: 8px;
      height: 8px;
      background: #fff;
      top: 0;
      animation: fall-b-d1ojqudqj0 3s linear infinite;
      border-radius: 50%;
      opacity: 0.8;
}

@keyframes fadeInDown-b-d1ojqudqj0 {
      from {
            opacity: 0;
            transform: translateY(-20px);
      }

      to {
            opacity: 1;
            transform: translateY(0);
      }
}

@keyframes fadeIn-b-d1ojqudqj0 {
      from {
            opacity: 0;
      }

      to {
            opacity: 1;
      }
}

@keyframes bounce-b-d1ojqudqj0 {
      0%, 100% {
            transform: translateY(0);
      }

      50% {
            transform: translateY(-10px);
      }
}

@keyframes fall-b-d1ojqudqj0 {
      to {
            transform: translateY(100vh) rotate(720deg);
            opacity: 0;
      }
}
/* /Components/Account/Pages/Anuncios/MeusAnuncios/Br5List.razor.rz.scp.css */
.range-slider-container[b-dqgvrfbdrd] {
      position: relative;
      width: 300px; /* Defina a largura desejada */
}

.range-input[b-dqgvrfbdrd] {
      width: 100%;
}

.slider-points[b-dqgvrfbdrd] {
      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-dqgvrfbdrd] {
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #ccc;
      border-radius: 50%;
      transform: translateX(-50%); /* Centraliza o ponto */
}

.slider-label[b-dqgvrfbdrd] {
      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 */
}
/* /Components/Account/Pages/ExternalLogin.razor.rz.scp.css */
body[b-9ix6q5ot5z] {
      background: #f8f9fa;
      color: #343a40;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
}

.info-card[b-9ix6q5ot5z] {
      border-radius: .75rem;
      padding: 2rem;
      background: #fff;
      box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

h1[b-9ix6q5ot5z], h2[b-9ix6q5ot5z] {
      color: #0d6efd;
}

.section-title[b-9ix6q5ot5z] {
      font-size: 1.3rem;
      margin-top: 1.8rem;
      font-weight: 600;
}

.detail-box[b-9ix6q5ot5z] {
      background: #eef4ff;
      padding: 1rem;
      border-left: 4px solid #0d6efd;
      border-radius: .25rem;
      margin-bottom: 1rem;
}

.step-title[b-9ix6q5ot5z] {
      font-weight: 600;
      color: #0d6efd;
}

.footer-note[b-9ix6q5ot5z] {
      font-size: .9rem;
      color: #6c757d;
}
/* /Components/Account/Pages/LockoutExternalLogin.razor.rz.scp.css */
body[b-etsag194j4] {
      background: #f8f9fa;
      color: #343a40;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial;
}

.info-card[b-etsag194j4] {
      border-radius: .75rem;
      padding: 2rem;
      background: #fff;
      box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

h1[b-etsag194j4], h2[b-etsag194j4] {
      color: #0d6efd;
}

.section-title[b-etsag194j4] {
      font-size: 1.25rem;
      margin-top: 1.8rem;
      font-weight: 600;
}

.step-box[b-etsag194j4] {
      border-left: 4px solid #0d6efd;
      padding-left: 1rem;
      margin-bottom: 1.2rem;
}

.footer-note[b-etsag194j4] {
      font-size: .9rem;
      color: #6c757d;
}
/* /Components/Account/Pages/Manage/AnBairro.razor.rz.scp.css */
.option-card[b-ruqrm4ar6f] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-ruqrm4ar6f] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* /Components/Account/Pages/Manage/AnBairroC.razor.rz.scp.css */
.option-card[b-yj6694h8yi] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-yj6694h8yi] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* /Components/Account/Pages/Manage/AnBairroD.razor.rz.scp.css */
.option-card[b-vwbpv5tyh5] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-vwbpv5tyh5] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* /Components/Account/Pages/Manage/AnBairroPorMapa.razor.rz.scp.css */
.option-card[b-ssd7309yik] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-ssd7309yik] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* /Components/Account/Pages/Manage/AnBairroPorNome.razor.rz.scp.css */
.option-card[b-0nxtvvzyex] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-0nxtvvzyex] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* /Components/Account/Pages/Manage/AnBairroPorNomeMapa.razor.rz.scp.css */
.option-card[b-zcleka4rv9] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-zcleka4rv9] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }

body[b-zcleka4rv9] {
      background: #f5f6f8;
}

.clean-card[b-zcleka4rv9] {
      background: #fff;
      border-radius: 14px;
      padding: 30px;
      box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.map-box[b-zcleka4rv9] {
      width: 100%;
      height: 350px;
      border-radius: 12px;
      overflow: hidden;
      border: 2px solid #e5e5e5;
}

.icon-circle[b-zcleka4rv9] {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: #dfeffd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      color: #0d6efd;
      font-size: 24px;
}

.subtle-text[b-zcleka4rv9] {
      color: #6c757d;
}
/* /Components/Account/Pages/Manage/AnBairroPorNomeMapaC.razor.rz.scp.css */
.option-card[b-09wm5cu5nk] {
      border: 2px solid #e0e0e0;
      border-radius: 16px;
      cursor: pointer;
      transition: 0.2s;
}

      .option-card:hover[b-09wm5cu5nk] {
            background-color: #f8f9fa;
            border-color: var(--bs-primary);
            transform: translateY(-3px);
      }
/* /Components/Account/Pages/Manage/AnCadastro.razor.rz.scp.css */
body[b-7b43rhsuz7] {
      background-color: #f5f6fa;
}

.sidebar[b-7b43rhsuz7] {
      min-height: 100vh;
      background: #0d6efd;
      color: white;
      padding: 1.5rem 1rem;
}

      .sidebar h4[b-7b43rhsuz7] {
            font-weight: 600;
            margin-bottom: 2rem;
      }

      .sidebar a[b-7b43rhsuz7] {
            color: #fff;
            text-decoration: none;
            display: block;
            margin-bottom: 0.8rem;
            transition: 0.2s;
      }

            .sidebar a:hover[b-7b43rhsuz7] {
                  color: #ffc107;
                  padding-left: 5px;
            }

.content[b-7b43rhsuz7] {
      padding: 0.2rem;
}

.card-custom[b-7b43rhsuz7] {
      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-7b43rhsuz7] {
            font-weight: 600;
      }

      .card-custom p[b-7b43rhsuz7], .card-custom li[b-7b43rhsuz7] {
            margin-bottom: 0.3rem;
      }
/* /Components/Account/Pages/Manage/AnEquipe.razor.rz.scp.css */
.option-card[b-946rnwf3nh] {
      background: #fff;
      border-radius: 0.75rem;
      padding: 2rem;
      text-align: center;
      transition: .25s ease;
      border: 1px solid #e9ecef;
}

      .option-card:hover[b-946rnwf3nh] {
            transform: translateY(-6px);
            box-shadow: 0 10px 24px rgba(0,0,0,0.08);
            border-color: #0d6efd;
      }

.option-icon[b-946rnwf3nh] {
      font-size: 2.8rem;
      color: #0d6efd;
      margin-bottom: 1rem;
}

.option-title[b-946rnwf3nh] {
      font-size: 1.4rem;
      font-weight: 600;
      color: #495057;
      margin-bottom: .6rem;
}

.option-text[b-946rnwf3nh] {
      font-size: .95rem;
      color: #6c757d;
      margin-bottom: 1.2rem;
}

.benefits-box[b-946rnwf3nh] {
      background: #f8f9fa;
      border-radius: .6rem;
      border: 1px solid #e5e7eb;
      text-align: left;
      padding: 1.2rem 1.4rem;
      margin-top: 1rem;
}

      .benefits-box h6[b-946rnwf3nh] {
            font-weight: 600;
            margin-bottom: .6rem;
            color: #495057;
      }

      .benefits-box ul[b-946rnwf3nh] {
            padding-left: 1rem;
            margin: 0;
      }

      .benefits-box li[b-946rnwf3nh] {
            margin-bottom: .35rem;
            font-size: .9rem;
            color: #555;
      }

.btn-clean[b-946rnwf3nh] {
      margin-top: 1.4rem;
      padding: .6rem 1.5rem;
      font-weight: 600;
      border-radius: .5rem;
}

.page-title[b-946rnwf3nh] {
      font-weight: 700;
      color: #343a40;
}

.subtitle[b-946rnwf3nh] {
      color: #6c757d;
      font-size: 1rem;
      margin-bottom: 2rem;
}
/* /Components/Account/Pages/Manage/AnEquipeEnviarToken.razor.rz.scp.css */
.summary-card[b-5cqozaa8tm] {
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      border-left: 6px solid #0d6efd;
      background: #e8f3ff; /* Azul bem claro */
      padding: 1.5rem 1.7rem;
}

.summary-card-red[b-5cqozaa8tm] {
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      border-left: 6px solid #dc3545; /* vermelho Bootstrap */
      background: #fff5f5; /* vermelho bem claro de fundo */
      padding: 1.5rem 1.7rem;
}

.summary-title[b-5cqozaa8tm] {
      font-weight: 700;
      color: #0d6efd;
      margin-bottom: 1rem;
}

.summary-title-red[b-5cqozaa8tm] {
      font-weight: 700;
      color: #dc3545; /* Vermelho padrão Bootstrap */
      margin-bottom: 1rem;
}

.summary-label[b-5cqozaa8tm] {
      font-weight: 600;
      color: #444;
}

.summary-value[b-5cqozaa8tm] {
      color: #222;
}

.summary-item[b-5cqozaa8tm] {
      margin-bottom: .9rem;
}
.custom-textarea[b-5cqozaa8tm] {
      width: 95%;
      min-height: 220px;
      resize: vertical;
}

/* /Components/Account/Pages/Manage/AnEquipeGerarToken.razor.rz.scp.css */
body[b-us5vp6m3gl] {
      background-color: #f7f7f7;
      font-family: 'Inter', sans-serif;
}

.card-custom[b-us5vp6m3gl] {
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s;
}

      .card-custom:hover[b-us5vp6m3gl] {
            transform: translateY(-2px);
      }

.btn-primary-custom[b-us5vp6m3gl] {
      background-color: #1e40af; /* Azul forte */
      border-color: #1e40af;
      transition: background-color 0.3s;
}

      .btn-primary-custom:hover[b-us5vp6m3gl] {
            background-color: #1d4ed8;
            border-color: #1d4ed8;
      }

.form-check-label strong[b-us5vp6m3gl] {
      color: #333;
}

.form-group-custom[b-us5vp6m3gl] {
      border-left: 3px solid #6366f1; /* Linha de destaque para opções */
      padding-left: 15px;
      margin-bottom: 20px;
}
/* ✅ Sucesso */
.form-group-custom-success[b-us5vp6m3gl] {
      background: #ecfdf5;
      border-left-color: #10b981;
}
/* ⚠️ Aviso */
.form-group-custom-warning[b-us5vp6m3gl] {
      background: #fffbeb;
      border-left-color: #f59e0b;
}
/* 💡 Dica */
.form-group-custom-tip[b-us5vp6m3gl] {
      background: #f5f3ff;
      border-left-color: #8b5cf6;
}

.form-group-custom-brown[b-us5vp6m3gl] {
      background: #f8f3f0; /* fundo bege claro */
      border-left-color: #8b5e3c; /* marrom médio */
}

.form-group-custom-marsala[b-us5vp6m3gl] {
      background: #f9f1f2; /* fundo rosado suave */
      border-left-color: #8b3a3a; /* marsala profundo */
}

input[type="checkbox"][b-us5vp6m3gl] {
      transform: scale(2.5); /* aumenta 50% */
      margin-right: 6px; /* ajusta o espaçamento */
      cursor: pointer;
}

.notification[b-us5vp6m3gl] {
      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-us5vp6m3gl] {
            transform: translateY(-2px);
      }

/* ✅ Sucesso */
.notification-success[b-us5vp6m3gl] {
      background: #ecfdf5;
      border-left-color: #10b981;
}

      .notification-success:hover[b-us5vp6m3gl] {
            background: #d1fae5;
      }

      .notification-success strong[b-us5vp6m3gl] {
            color: #065f46;
      }

/* ⚠️ Aviso */
.notification-warning[b-us5vp6m3gl] {
      background: #fffbeb;
      border-left-color: #f59e0b;
}

      .notification-warning:hover[b-us5vp6m3gl] {
            background: #fef3c7;
      }

      .notification-warning strong[b-us5vp6m3gl] {
            color: #92400e;
      }

/* ❌ Erro */
.notification-error[b-us5vp6m3gl] {
      background: #fef2f2;
      border-left-color: #ef4444;
}

      .notification-error:hover[b-us5vp6m3gl] {
            background: #fee2e2;
      }

      .notification-error strong[b-us5vp6m3gl] {
            color: #7f1d1d;
      }

/* ℹ️ Informação */
.notification-info[b-us5vp6m3gl] {
      background: #eff6ff;
      border-left-color: #3b82f6;
}

      .notification-info:hover[b-us5vp6m3gl] {
            background: #dbeafe;
      }

      .notification-info strong[b-us5vp6m3gl] {
            color: #1e3a8a;
      }

/* 💡 Dica */
.notification-tip[b-us5vp6m3gl] {
      background: #f5f3ff;
      border-left-color: #8b5cf6;
}

      .notification-tip:hover[b-us5vp6m3gl] {
            background: #ede9fe;
      }

      .notification-tip strong[b-us5vp6m3gl] {
            color: #4c1d95;
      }


/* /Components/Account/Pages/Manage/AnGeral.razor.rz.scp.css */
.welcome-box[b-0lmwlmn2qu] {
      background: #f8f9fa;
      border-left: 6px solid #0d6efd;
      padding: 1.5rem 1.75rem;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

      .welcome-box h4[b-0lmwlmn2qu] {
            font-weight: 700;
            color: #0d6efd;
      }

      .welcome-box p[b-0lmwlmn2qu] {
            margin-bottom: .8rem;
            color: #333;
            line-height: 1.5rem;
      }

      .welcome-box .important[b-0lmwlmn2qu] {
            background: #fff3cd;
            border: 1px solid #ffe69c;
            padding: 1rem;
            border-radius: 10px;
            margin-top: 1rem;
      }

            .welcome-box .important strong[b-0lmwlmn2qu] {
                  color: #b35c00;
            }
/* /Components/Account/Pages/Manage/AnPremium.razor.rz.scp.css */
body[b-2o6f78tlvf] {
      background-color: #f8f9fa; /* Fundo cinza claro */
      font-family: Arial, sans-serif;
}

.header-gradient[b-2o6f78tlvf] {
      background: linear-gradient(90deg, #0d6efd 0%, #ffb703 100%);
      color: white;
      padding: 3rem 0;
      margin-bottom: 3rem;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
}

.card-premium[b-2o6f78tlvf] {
      border-radius: 12px;
      transition: box-shadow 0.3s;
}

      .card-premium:hover[b-2o6f78tlvf] {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      }

.info-box[b-2o6f78tlvf] {
      padding: 1.5rem;
      border-radius: 10px;
      background-color: #e9ecef;
      border: 1px solid #dee2e6;
}

.footer-custom[b-2o6f78tlvf] {
      background-color: #212529;
      color: #ccc;
      padding: 2rem 0;
}
/* Customizando a cor do indicador do carrossel */
.carousel-indicators [data-bs-target][b-2o6f78tlvf] {
      background-color: #0d6efd;
}
/* /Components/Account/Pages/Manage/AnPremiumAssinar.razor.rz.scp.css */
body[b-lwczd2h7ez] {
      background-color: #faf9f6;
}

.checkout-container[b-lwczd2h7ez] {
      max-width: 850px;
      margin: 40px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      padding: 30px;
}

.section-title[b-lwczd2h7ez] {
      border-bottom: 2px solid #d1c7b7;
      margin-bottom: 15px;
      padding-bottom: 5px;
      font-weight: 600;
      color: #4e342e;
}

.info-box[b-lwczd2h7ez] {
      background: #f8f5f2;
      border-left: 5px solid #795548;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
}

.premium-box[b-lwczd2h7ez] {
      background: #fdf4f5;
      border-left: 5px solid #8b1c34;
      border-radius: 6px;
      padding: 15px;
}

.form-check-input[b-lwczd2h7ez] {
      width: 1.4em;
      height: 1.4em;
      cursor: pointer;
}

.btn-primary[b-lwczd2h7ez] {
      background-color: #795548;
      border: none;
}

      .btn-primary:hover[b-lwczd2h7ez] {
            background-color: #5d4037;
      }

a.link-custom[b-lwczd2h7ez] {
      color: #8b1c34;
      text-decoration: none;
}

      a.link-custom:hover[b-lwczd2h7ez] {
            text-decoration: underline;
      }
/* /Components/Account/Pages/Manage/AnPremiumOrderComplete.razor.rz.scp.css */
.checkout-success-page[b-vd3hqdgb5p] {
      background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
      min-height: 100vh;
}

.success-icon i[b-vd3hqdgb5p] {
      animation: pulseSuccess-b-vd3hqdgb5p 1.2s ease-in-out infinite alternate;
}

@keyframes pulseSuccess-b-vd3hqdgb5p {
      from {
            transform: scale(1);
            opacity: 1;
      }

      to {
            transform: scale(1.1);
            opacity: 0.8;
      }
}

.card[b-vd3hqdgb5p] {
      border-left: 5px solid #198754;
      border-radius: 12px;
}

.btn[b-vd3hqdgb5p] {
      border-radius: 25px;
      padding: 10px 20px;
      font-weight: 500;
      transition: all 0.2s ease;
}

      .btn:hover[b-vd3hqdgb5p] {
            transform: translateY(-2px);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      }

#progressbar[b-vd3hqdgb5p] {
      margin-bottom: 3vh;
      overflow: hidden;
      color: rgb(252, 103, 49);
      padding-left: 0px;
      margin-top: 3vh
}

      #progressbar li[b-vd3hqdgb5p] {
            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-vd3hqdgb5p]:before {
            content: "";
            color: rgb(252, 103, 49);
            width: 5px;
            height: 5px;
            margin-left: 0px !important;
            /* padding-left: 11px !important */
      }

      #progressbar #step2[b-vd3hqdgb5p]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-left: 32%;
      }

      #progressbar #step3[b-vd3hqdgb5p]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-right: 32%;
            /* padding-right: 11px !important */
      }

      #progressbar #step4[b-vd3hqdgb5p]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-right: 0px !important;
            /* padding-right: 11px !important */
      }

      #progressbar li[b-vd3hqdgb5p]: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-vd3hqdgb5p]:after {
            content: '';
            height: 2px;
            background: #ddd;
            position: absolute;
            left: 0%;
            right: 0%;
            margin-bottom: 2vh;
            top: 1px;
            z-index: 1;
      }

.progress-track[b-vd3hqdgb5p] {
      padding: 0 8%;
}

#progressbar li:nth-child(2)[b-vd3hqdgb5p]:after {
      margin-right: auto;
}

#progressbar li:nth-child(1)[b-vd3hqdgb5p]:after {
      margin: auto;
}

#progressbar li:nth-child(3)[b-vd3hqdgb5p]:after {
      float: left;
      width: 68%;
}

#progressbar li:nth-child(4)[b-vd3hqdgb5p]:after {
      margin-left: auto;
      width: 132%;
}

#progressbar li.active[b-vd3hqdgb5p] {
      color: black;
}

      #progressbar li.active[b-vd3hqdgb5p]:before,
      #progressbar li.active[b-vd3hqdgb5p]:after {
            background: rgb(252, 103, 49);
      }
/* /Components/Account/Pages/Manage/AnPremiumPlanos.razor.rz.scp.css */
.hero-section[b-f6c6l1jays] {
      background: linear-gradient(135deg, #0d6efd 0%, #00bfff 100%);
      color: white;
      padding: 5rem 0;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
}

.feature-icon-box[b-f6c6l1jays] {
      background-color: #f8f9fa;
      border-radius: 10px;
      padding: 20px;
      transition: all 0.3s;
}

      .feature-icon-box:hover[b-f6c6l1jays] {
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transform: translateY(-5px);
      }
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
:root[b-6qp40u3ju5] {
      --primary: #22c55e;
      --accent: #0ea5e9;
      --bg: #f8fafc;
      --text-dark: #1e293b;
      --card-bg: #ffffff;
      --border: #e2e8f0;
}

body[b-6qp40u3ju5] {
      font-family: 'Segoe UI', sans-serif;
      background: var(--bg);
      margin: 0;
      padding: 0;
      color: var(--text-dark);
}

header[b-6qp40u3ju5] {
      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-6qp40u3ju5] {
            font-size: 1.5rem;
            font-weight: 700;
      }

main[b-6qp40u3ju5] {
      padding: 2rem;
      max-width: 1200px;
      margin: 0 auto;
}

.grid[b-6qp40u3ju5] {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Cards */
.card[b-6qp40u3ju5] {
      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-6qp40u3ju5] {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      }

      .card h3[b-6qp40u3ju5] {
            font-size: 1rem;
            color: #334155;
            font-weight: 700;
            margin-bottom: .5rem;
            display: flex;
            align-items: center;
            gap: .5rem;
      }

            .card h3 i[b-6qp40u3ju5] {
                  color: var(--accent);
            }

      .card p[b-6qp40u3ju5] {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary);
            margin: 0;
      }

.badge[b-6qp40u3ju5] {
      display: inline-block;
      padding: .2rem .6rem;
      border-radius: 999px;
      font-size: .75rem;
      font-weight: 600;
      color: #fff;
      background: var(--accent);
}

section.notifications[b-6qp40u3ju5] {
      margin-top: 2rem;
}

.notification[b-6qp40u3ju5] {
      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-6qp40u3ju5] {
            transform: translateY(-2px);
      }

/* ✅ Sucesso */
.notification-success[b-6qp40u3ju5] {
      background: #ecfdf5;
      border-left-color: #10b981;
}

      .notification-success:hover[b-6qp40u3ju5] {
            background: #d1fae5;
      }

      .notification-success strong[b-6qp40u3ju5] {
            color: #065f46;
      }

/* ⚠️ Aviso */
.notification-warning[b-6qp40u3ju5] {
      background: #fffbeb;
      border-left-color: #f59e0b;
}

      .notification-warning:hover[b-6qp40u3ju5] {
            background: #fef3c7;
      }

      .notification-warning strong[b-6qp40u3ju5] {
            color: #92400e;
      }

/* ❌ Erro */
.notification-error[b-6qp40u3ju5] {
      background: #fef2f2;
      border-left-color: #ef4444;
}

      .notification-error:hover[b-6qp40u3ju5] {
            background: #fee2e2;
      }

      .notification-error strong[b-6qp40u3ju5] {
            color: #7f1d1d;
      }

/* ℹ️ Informação */
.notification-info[b-6qp40u3ju5] {
      background: #eff6ff;
      border-left-color: #3b82f6;
}

      .notification-info:hover[b-6qp40u3ju5] {
            background: #dbeafe;
      }

      .notification-info strong[b-6qp40u3ju5] {
            color: #1e3a8a;
      }

/* 💡 Dica */
.notification-tip[b-6qp40u3ju5] {
      background: #f5f3ff;
      border-left-color: #8b5cf6;
}

      .notification-tip:hover[b-6qp40u3ju5] {
            background: #ede9fe;
      }

      .notification-tip strong[b-6qp40u3ju5] {
            color: #4c1d95;
      }

.btn[b-6qp40u3ju5] {
      background: var(--accent);
      color: #fff;
      border: none;
      padding: .5rem 1rem;
      border-radius: 8px;
      font-weight: 600;
      cursor: pointer;
      transition: background .2s;
}

      .btn:hover[b-6qp40u3ju5] {
            background: #0284c7;
      }

.metric-card[b-6qp40u3ju5] {
      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-6qp40u3ju5] {
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      }

.metric-icon[b-6qp40u3ju5] {
      font-size: 1.8rem;
}

.metric-value[b-6qp40u3ju5] {
      font-size: 1.6rem;
      font-weight: 700;
      color: #333;
}

.metric-title[b-6qp40u3ju5] {
      font-size: 0.9rem;
      color: #666;
}
/* /Components/Account/Pages/Parceria/ContaNavMenu.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-de3sj4f1jb] {
      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-de3sj4f1jb] {
            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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-de3sj4f1jb] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-de3sj4f1jb] {
      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-de3sj4f1jb] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      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-de3sj4f1jb] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-de3sj4f1jb] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-de3sj4f1jb] {
            padding-bottom: 1rem;
      }

      .nav-item[b-de3sj4f1jb]  .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-de3sj4f1jb]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-de3sj4f1jb]  .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-de3sj4f1jb] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-de3sj4f1jb] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-de3sj4f1jb] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-de3sj4f1jb] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-de3sj4f1jb] {
            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-de3sj4f1jb] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-de3sj4f1jb] {
            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-de3sj4f1jb],
            .nav-item:last-of-type[b-de3sj4f1jb] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-de3sj4f1jb]  .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 */
            }
}
/* /Components/Account/Shared/AvisosRestritos.razor.rz.scp.css */
section.notificacoes[b-mnge32o8ny] {
      margin-top: 2rem;
}

.notificacao[b-mnge32o8ny] {
      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;
}

      .notificacao:hover[b-mnge32o8ny] {
            transform: translateY(-2px);
      }

.notificacao-warning[b-mnge32o8ny] {
      background: #fffbeb;
      border-left-color: #f59e0b;
}

      .notificacao-warning:hover[b-mnge32o8ny] {
            background: #fef3c7;
      }

      .notificacao-warning strong[b-mnge32o8ny] {
            color: #92400e;
      }

.notificacao-error[b-mnge32o8ny] {
      background: #fef2f2;
      border-left-color: #ef4444;
}

      .notificacao-error:hover[b-mnge32o8ny] {
            background: #fee2e2;
      }

      .notificacao-error strong[b-mnge32o8ny] {
            color: #7f1d1d;
      }
/* /Components/AnuncioDetalheRow.razor.rz.scp.css */

.user-info-wrapper[b-39yt73uorq] {
      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-39yt73uorq] {
            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-39yt73uorq] {
                  width: 230px;
                  max-width: 100%;
                  padding: 10px 15px
            }

      .user-info-wrapper .info-label[b-39yt73uorq] {
            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-39yt73uorq] {
                  display: inline-block;
                  margin-right: 3px;
                  font-size: 1.2em;
                  vertical-align: middle
            }

      .user-info-wrapper .user-info[b-39yt73uorq] {
            display: table;
            position: relative;
            width: 100%;
            padding: 0 18px;
            z-index: 5
      }

            .user-info-wrapper .user-info .user-avatar[b-39yt73uorq],
            .user-info-wrapper .user-info .user-data[b-39yt73uorq] {
                  display: table-cell;
                  vertical-align: top
            }

            .user-info-wrapper .user-info .user-avatar[b-39yt73uorq] {
                  position: relative;
                  width: 115px
            }

                  .user-info-wrapper .user-info .user-avatar > img[b-39yt73uorq] {
                        display: block;
                        width: 100%;
                        border: 5px solid #fff;
                        border-radius: 50%
                  }

                  .user-info-wrapper .user-info .user-avatar .edit-avatar[b-39yt73uorq] {
                        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-39yt73uorq]::before {
                              font-family: feather;
                              font-size: 17px;
                              content: '\e058'
                        }

                  .user-info-wrapper .user-info .user-avatar:hover .edit-avatar[b-39yt73uorq] {
                        opacity: 1
                  }

            .user-info-wrapper .user-info .user-data[b-39yt73uorq] {
                  padding-top: 48px;
                  padding-left: 12px
            }

                  .user-info-wrapper .user-info .user-data h4[b-39yt73uorq] {
                        margin-bottom: 2px
                  }

                  .user-info-wrapper .user-info .user-data span[b-39yt73uorq] {
                        display: block;
                        color: #9da9b9;
                        font-size: 13px
                  }

      .user-info-wrapper + .list-group .list-group-item:first-child[b-39yt73uorq] {
            border-radius: 0
      }

      .user-info-wrapper + .list-group .list-group-item:first-child[b-39yt73uorq] {
            border-radius: 0;
      }

.list-group-item:first-child[b-39yt73uorq] {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
}

.list-group-item:first-child[b-39yt73uorq] {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
}

a.list-group-item[b-39yt73uorq] {
      padding-top: .87rem;
      padding-bottom: .87rem;
}

a.list-group-item[b-39yt73uorq], .list-group-item-action[b-39yt73uorq] {
      transition: all .25s;
      color: #606975;
      font-weight: 500;
}

.with-badge[b-39yt73uorq] {
      position: relative;
      padding-right: 3.3rem;
}

.list-group-item[b-39yt73uorq] {
      border-color: #e1e7ec;
      background-color: #fff;
      text-decoration: none;
}

.list-group-item[b-39yt73uorq] {
      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-39yt73uorq] {
      background-color: #0da9ef;
}

.with-badge .badge[b-39yt73uorq] {
      position: absolute;
      top: 50%;
      right: 1.15rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.list-group-item i[b-39yt73uorq] {
      margin-top: -4px;
      margin-right: 8px;
      font-size: 1.1em;
}
/* /Components/AnuncioDetalheRowClean.razor.rz.scp.css */
/* CARD GERAL */
.clean-card[b-9s5i72xn1y] {
      background: #fff;
      border-radius: .8rem;
      overflow: hidden;
}

/* IMAGEM PRINCIPAL */
.clean-main-img[b-9s5i72xn1y] {
      width: 100%;
      height: 380px; /* altura padrão limpa */
      object-fit: contain; /* <-- mostra a imagem inteira */
      background-color: #f7f7f7; /* barras discretas */
      border-radius: .8rem;
}

/* BOTOES DO CARROSSEL */
.clean-carousel-control[b-9s5i72xn1y] {
      filter: drop-shadow(0 0 4px rgba(0,0,0,0.35));
}

.carousel-control-prev-icon[b-9s5i72xn1y],
.carousel-control-next-icon[b-9s5i72xn1y] {
      width: 3rem;
      height: 3rem;
      background-size: 60% 60%;
      background-color: rgba(0, 0, 0, 0.45); /* fundo escuro translúcido */
      border-radius: 50%; /* bolinha */
      backdrop-filter: blur(4px); /* suaviza */
}

.carousel-control-prev[b-9s5i72xn1y],
.carousel-control-next[b-9s5i72xn1y] {
      width: 15%; /* área clicável maior */
}

/* THUMBNAILS */
.clean-thumbs[b-9s5i72xn1y] {
      gap: .6rem;
}

.clean-thumb[b-9s5i72xn1y] {
      width: 75px;
      height: 55px;
      object-fit: cover;
      border-radius: .4rem;
      cursor: pointer;
      opacity: .75;
      border: 2px solid transparent;
      transition: .2s ease;
}

      .clean-thumb:hover[b-9s5i72xn1y] {
            opacity: 1;
      }

.active-thumb[b-9s5i72xn1y] {
      border-color: #0d6efd;
      opacity: 1;
}

/* LABELS SOBRE IMAGEM */
.clean-label-top[b-9s5i72xn1y] {
      position: absolute;
      top: .75rem;
      left: 0;
      right: 0;
      padding: 0 .75rem;
      display: flex;
      justify-content: space-between;
      pointer-events: none;
}

.clean-badge[b-9s5i72xn1y] {
      background: rgba(255,255,255,0.9);
      padding: .25rem .6rem;
      border-radius: .4rem;
      pointer-events: all;
      font-size: .8rem;
      box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.clean-share[b-9s5i72xn1y] {
      cursor: pointer;
}

/* TÍTULOS PEQUENOS */
.clean-title[b-9s5i72xn1y] {
      font-weight: 600;
      margin-top: 1.4rem;
      margin-bottom: .35rem;
}

/* BLOCO DE DETALHES */
.clean-detail-box[b-9s5i72xn1y] {
      padding: 1.3rem 0;
}

.clean-info[b-9s5i72xn1y] {
      background: #f8f9fa;
      border-left: 4px solid #0d6efd;
      padding: .75rem 1rem;
      border-radius: .3rem;
      font-size: .95rem;
}

/* LISTAS */
.clean-list[b-9s5i72xn1y] {
      list-style: none;
      padding-left: 1rem;
}

      .clean-list li[b-9s5i72xn1y] {
            margin-bottom: .35rem;
            font-size: .93rem;
      }

/* MAPA */
.clean-map-box[b-9s5i72xn1y] {
      border-radius: .6rem;
      overflow: hidden;
      background: #e9ecef;
}

/* ANUNCIANTE */
.clean-user-cover[b-9s5i72xn1y] {
      height: 120px;
      background-size: cover;
      background-position: center;
}


.user-info-wrapper[b-9s5i72xn1y] {
      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-9s5i72xn1y] {
            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-9s5i72xn1y] {
                  width: 230px;
                  max-width: 100%;
                  padding: 10px 15px
            }

      .user-info-wrapper .info-label[b-9s5i72xn1y] {
            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-9s5i72xn1y] {
                  display: inline-block;
                  margin-right: 3px;
                  font-size: 1.2em;
                  vertical-align: middle
            }

      .user-info-wrapper .user-info[b-9s5i72xn1y] {
            display: table;
            position: relative;
            width: 100%;
            padding: 0 18px;
            z-index: 5
      }

            .user-info-wrapper .user-info .user-avatar[b-9s5i72xn1y],
            .user-info-wrapper .user-info .user-data[b-9s5i72xn1y] {
                  display: table-cell;
                  vertical-align: top
            }

            .user-info-wrapper .user-info .user-avatar[b-9s5i72xn1y] {
                  position: relative;
                  width: 115px
            }

                  .user-info-wrapper .user-info .user-avatar > img[b-9s5i72xn1y] {
                        display: block;
                        width: 100%;
                        border: 5px solid #fff;
                        border-radius: 50%
                  }

                  .user-info-wrapper .user-info .user-avatar .edit-avatar[b-9s5i72xn1y] {
                        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-9s5i72xn1y]::before {
                              font-family: feather;
                              font-size: 17px;
                              content: '\e058'
                        }

                  .user-info-wrapper .user-info .user-avatar:hover .edit-avatar[b-9s5i72xn1y] {
                        opacity: 1
                  }

            .user-info-wrapper .user-info .user-data[b-9s5i72xn1y] {
                  padding-top: 48px;
                  padding-left: 12px
            }

                  .user-info-wrapper .user-info .user-data h4[b-9s5i72xn1y] {
                        margin-bottom: 2px
                  }

                  .user-info-wrapper .user-info .user-data span[b-9s5i72xn1y] {
                        display: block;
                        color: #9da9b9;
                        font-size: 13px
                  }

      .user-info-wrapper + .list-group .list-group-item:first-child[b-9s5i72xn1y] {
            border-radius: 0
      }

      .user-info-wrapper + .list-group .list-group-item:first-child[b-9s5i72xn1y] {
            border-radius: 0;
      }


.user-avatar[b-9s5i72xn1y] {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #e5e5e5;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.user-line[b-9s5i72xn1y] {
      padding: .5rem 0;
}

.user-name[b-9s5i72xn1y] {
      font-size: 1.05rem;
      font-weight: 600;
      color: #333;
}
/* /Components/AnunciosBr3RowClean.razor.rz.scp.css */
/* ------- CARD CLEAN (super compacto) ------- */
.clean-card[b-zslubuynat] {
    border-radius: .6rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
}

/* ------- IMAGEM (menor) ------- */
.clean-ad-img[b-zslubuynat] {
    object-fit: cover;
    width: 100%;
    height: 110px; /* antes 150px */
}

@media (min-width: 992px) { /* desktop */
    .clean-card[b-zslubuynat] {
        display: flex;
        min-height: 120px;
    }

    .clean-ad-img[b-zslubuynat] {
        width: 28%; /* mais compacto */
        height: 100%;
        border-radius: .6rem 0 0 .6rem !important;
    }

    .clean-ad-body[b-zslubuynat] {
        width: 72%;
    }
}

@media (max-width: 991px) { /* mobile */
    .clean-ad-img[b-zslubuynat] {
        border-radius: .6rem .6rem 0 0;
    }
}

/* ------- LABEL SUPERIOR (compacto) ------- */
.clean-label-top[b-zslubuynat] {
    position: absolute;
    top: .4rem;
    left: 0;
    right: 0;
    padding: .20rem .45rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

/* ------- BADGE INDIVIDUAL ------- */
.clean-badge[b-zslubuynat] {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(2px);
    padding: .15rem .4rem;
    border-radius: .3rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    pointer-events: all;
    font-size: .75rem; /* menor */
    line-height: 1.2;
}

/* ------- TEXTO ------- */
.clean-ad-body[b-zslubuynat] {
    background: #fff;
    padding: .55rem .8rem; /* bem menor */
}

/* Títulos menores e compactos */
.clean-ad-title[b-zslubuynat] {
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: .25rem;
    line-height: 1.25;
}

.clean-ad-location[b-zslubuynat] {
    font-size: .75rem;
    color: #6c757d;
    margin-bottom: .25rem;
}

.clean-ad-price[b-zslubuynat] {
    font-size: 1rem;
    font-weight: 700;
    color: #198754;
    margin-bottom: .35rem;
}

/* Botão +detalhes */
.clean-ad-details a[b-zslubuynat] {
    font-size: .80rem;
    padding: .15rem .45rem;
    font-weight: 600;
    text-decoration: none;
}
/* /Components/AnunciosBr5RowClean.razor.rz.scp.css */
/* ------- CARD CLEAN ------- */
.clean-card[b-7r0gsinq2u] {
      border-radius: .8rem;
      overflow: hidden;
      background: #fff;
}

/* ------- IMAGEM (Responsiva) ------- */
.clean-ad-img[b-7r0gsinq2u] {
      object-fit: cover;
      width: 100%;
      height: 220px;
}

@media (min-width: 992px) { /* desktop */
      .clean-card[b-7r0gsinq2u] {
            display: flex;
      }

      .clean-ad-img[b-7r0gsinq2u] {
            width: 40%;
            height: 100%;
            border-radius: .8rem 0 0 .8rem !important; /* cantos arredondados só à esquerda */
      }

      .clean-ad-body[b-7r0gsinq2u] {
            width: 60%;
      }
}

@media (max-width: 991px) { /* mobile */
      .clean-ad-img[b-7r0gsinq2u] {
            border-radius: .8rem .8rem 0 0; /* cantos arredondados em cima */
      }
}

/* ------- LABEL SUPERIOR ------- */
.clean-label-top[b-7r0gsinq2u] {
      position: absolute;
      top: .6rem;
      left: 0;
      right: 0;
      padding: .35rem .75rem;
      display: flex;
      justify-content: space-between;
      pointer-events: none;
}

/* ------- BADGE COM BACKGROUND INDIVIDUAL ------- */
.clean-badge[b-7r0gsinq2u] {
      background: rgba(255,255,255,0.9);
      backdrop-filter: blur(2px);
      padding: .25rem .6rem;
      border-radius: .4rem;
      box-shadow: 0 2px 4px rgba(0,0,0,0.08);
      pointer-events: all;
      font-size: .85rem;
}

/* Botão de compartilhar */
.clean-share[b-7r0gsinq2u] {
      cursor: pointer;
      text-decoration: none;
}

/* ------- ÁREA DE TEXTO ------- */
.clean-ad-body[b-7r0gsinq2u] {
      background: #fff;
}
/* /Components/AnunciosHomeRowClean.razor.rz.scp.css */

/* Título estilo aba limpa */
.recent-title-tab[b-w4shichs27] {
      background: #0d6efd;
      color: #314047 !important;
      border-radius: .5rem;
      padding: .6rem 1.4rem;
      border: none;
      cursor: default;
      font-weight: 600;
}

/* Card clean */
.clean-card[b-w4shichs27] {
      border: none;
      border-radius: .75rem;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 14px rgba(0,0,0,0.06);
      transition: .25s;
}

      .clean-card:hover[b-w4shichs27] {
            transform: translateY(-3px);
            box-shadow: 0 6px 22px rgba(0,0,0,0.10);
      }

/* Imagem */
.clean-card-img[b-w4shichs27] {
      height: 190px;
      object-fit: cover;
}

/* Label superior */
/* Container: apenas posição, sem fundo */
.clean-label-top[b-w4shichs27] {
    position: absolute;
    top: .6rem;
    left: 0;
    right: 0;
    padding: .35rem .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; /* permite clicar apenas nos elementos internos */
}

/* Badge individual — fundo suave */
.clean-badge[b-w4shichs27] {
    background: rgba(255,255,255,0.9);
    padding: .25rem .55rem;
    border-radius: .4rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.10);
    pointer-events: all; /* habilita clique */
}

/* Badge específico do botão compartilhar */
.clean-share[b-w4shichs27] {
    cursor: pointer;
    text-decoration: none;
}


/* Badge primária suave */
.bg-primary-subtle[b-w4shichs27] {
      background: rgba(13,110,253,0.1);
      color: #0d6efd;
      border-radius: .4rem;
}

/* Sempre remover sublinhado nos links internos */
.clean-card a:hover[b-w4shichs27] {
      text-decoration: underline;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yr9qlhzuyk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yr9qlhzuyk] {
    flex: 1;
}

.sidebar[b-yr9qlhzuyk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yr9qlhzuyk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yr9qlhzuyk]  a, .top-row[b-yr9qlhzuyk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yr9qlhzuyk]  a:hover, .top-row[b-yr9qlhzuyk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yr9qlhzuyk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-yr9qlhzuyk] {
        justify-content: space-between;
    }

    .top-row[b-yr9qlhzuyk]  a, .top-row[b-yr9qlhzuyk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yr9qlhzuyk] {
        flex-direction: row;
    }

    .sidebar[b-yr9qlhzuyk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yr9qlhzuyk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yr9qlhzuyk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yr9qlhzuyk], article[b-yr9qlhzuyk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yr9qlhzuyk] {
    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-yr9qlhzuyk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MenuUsuarioSemRolesI.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-2oildwgo45] {
      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-2oildwgo45] {
            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-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-2oildwgo45] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-2oildwgo45] {
      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-2oildwgo45] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] {
      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-2oildwgo45] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-2oildwgo45] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-2oildwgo45] {
            padding-bottom: 1rem;
      }

      .nav-item[b-2oildwgo45]  .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-2oildwgo45]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-2oildwgo45]  .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-2oildwgo45] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-2oildwgo45] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-2oildwgo45] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-2oildwgo45] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-2oildwgo45] {
            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-2oildwgo45] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-2oildwgo45] {
            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-2oildwgo45],
            .nav-item:last-of-type[b-2oildwgo45] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-2oildwgo45]  .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 */
            }
}
/* /Components/Layout/MenuUsuarioSemRolesII.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-vwznifycd4] {
      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-vwznifycd4] {
            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-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-vwznifycd4] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-vwznifycd4] {
      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-vwznifycd4] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] {
      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-vwznifycd4] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-vwznifycd4] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-vwznifycd4] {
            padding-bottom: 1rem;
      }

      .nav-item[b-vwznifycd4]  .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-vwznifycd4]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-vwznifycd4]  .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-vwznifycd4] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-vwznifycd4] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-vwznifycd4] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-vwznifycd4] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-vwznifycd4] {
            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-vwznifycd4] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-vwznifycd4] {
            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-vwznifycd4],
            .nav-item:last-of-type[b-vwznifycd4] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-vwznifycd4]  .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 */
            }
}
/* /Components/Layout/MenuUsuarioSemRolesIII.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-g3da6e8vlu] {
      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-g3da6e8vlu] {
            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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-g3da6e8vlu] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-g3da6e8vlu] {
      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-g3da6e8vlu] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      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-g3da6e8vlu] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-g3da6e8vlu] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-g3da6e8vlu] {
            padding-bottom: 1rem;
      }

      .nav-item[b-g3da6e8vlu]  .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-g3da6e8vlu]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-g3da6e8vlu]  .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-g3da6e8vlu] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-g3da6e8vlu] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-g3da6e8vlu] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-g3da6e8vlu] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-g3da6e8vlu] {
            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-g3da6e8vlu] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-g3da6e8vlu] {
            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-g3da6e8vlu],
            .nav-item:last-of-type[b-g3da6e8vlu] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-g3da6e8vlu]  .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 */
            }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Estilos padrão para telas pequenas (mobile-first) */

.navbar-container[b-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
            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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] { /* Usamos + pois label é irmão direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-0dz1ny0ow2] {
      font-size: 1.1rem;
}

/* O menu navegável - inicialmente oculto em mobile */
.nav-scrollable[b-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      display: block;
}

/* Estilos para os ícones e links (mantidos) */
.bi[b-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      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-0dz1ny0ow2] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espaçamento vertical para mobile */
}

      .nav-item:first-of-type[b-0dz1ny0ow2] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-0dz1ny0ow2] {
            padding-bottom: 1rem;
      }

      .nav-item[b-0dz1ny0ow2]  .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-0dz1ny0ow2]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-0dz1ny0ow2]  .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-0dz1ny0ow2] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-0dz1ny0ow2] {
            justify-content: flex-start; /* Alinha os itens à esquerda no topo */
      }

            .navbar-container .container-fluid[b-0dz1ny0ow2] {
                  justify-content: flex-start; /* Alinha os itens à esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conteúdo */
            }

      .navbar-toggler-icon[b-0dz1ny0ow2] {
            display: none; /* Oculta o ícone do hambúrguer em telas maiores */
      }

      .nav-scrollable[b-0dz1ny0ow2] {
            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-0dz1ny0ow2] {
                  flex-direction: row !important; /* Força os links a ficarem em linha */
            }

      .nav-item[b-0dz1ny0ow2] {
            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-0dz1ny0ow2],
            .nav-item:last-of-type[b-0dz1ny0ow2] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-0dz1ny0ow2]  .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 */
            }
}
/* /Components/Layout/NavMenuParteI.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-s050ytx4wm] {
      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-s050ytx4wm] {
            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-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-s050ytx4wm] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-s050ytx4wm] {
      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-s050ytx4wm] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] {
      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-s050ytx4wm] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-s050ytx4wm] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-s050ytx4wm] {
            padding-bottom: 1rem;
      }

      .nav-item[b-s050ytx4wm]  .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-s050ytx4wm]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-s050ytx4wm]  .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-s050ytx4wm] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-s050ytx4wm] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-s050ytx4wm] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-s050ytx4wm] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-s050ytx4wm] {
            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-s050ytx4wm] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-s050ytx4wm] {
            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-s050ytx4wm],
            .nav-item:last-of-type[b-s050ytx4wm] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-s050ytx4wm]  .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 */
            }
}
/* /Components/Layout/NavMenuParteII.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-hj65zjesg1] {
      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-hj65zjesg1] {
            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-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-hj65zjesg1] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-hj65zjesg1] {
      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-hj65zjesg1] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] {
      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-hj65zjesg1] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-hj65zjesg1] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-hj65zjesg1] {
            padding-bottom: 1rem;
      }

      .nav-item[b-hj65zjesg1]  .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-hj65zjesg1]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-hj65zjesg1]  .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-hj65zjesg1] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-hj65zjesg1] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-hj65zjesg1] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-hj65zjesg1] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-hj65zjesg1] {
            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-hj65zjesg1] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-hj65zjesg1] {
            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-hj65zjesg1],
            .nav-item:last-of-type[b-hj65zjesg1] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-hj65zjesg1]  .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 */
            }
}
/* /Components/Layout/Rodape.razor.rz.scp.css */
.navbar-toggler[b-i8r7sy3gt0] {
    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-i8r7sy3gt0] {
    background-color: rgba(60, 60, 605, 0.5);
}

.top-row[b-i8r7sy3gt0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i8r7sy3gt0] {
    font-size: 1.1rem;
}

.bi[b-i8r7sy3gt0] {
    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-i8r7sy3gt0] {
    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-i8r7sy3gt0] {
    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-i8r7sy3gt0] {
    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-i8r7sy3gt0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i8r7sy3gt0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i8r7sy3gt0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i8r7sy3gt0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-i8r7sy3gt0]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-i8r7sy3gt0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-i8r7sy3gt0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-i8r7sy3gt0] {
      display: flex !important;
      flex-basis: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i8r7sy3gt0] {
        display: none;
    }

      .nav-scrollable[b-i8r7sy3gt0] {
            /* 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-i8r7sy3gt0] {
      display: none; /* Esconde a caixa de sele��o */
}

.menuduplo-label[b-i8r7sy3gt0] {
      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-i8r7sy3gt0] {
      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-i8r7sy3gt0] {
      display: block;
}

/* Estilo dos itens do nedu */
.menuduplo-dmenu a[b-i8r7sy3gt0] {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 4px;
}

      .menuduplo-dmenu a:hover[b-i8r7sy3gt0] {
            background-color: #f4f4f4;
            color: #000;
      }


.nav-link[b-i8r7sy3gt0] {
      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-i8r7sy3gt0] {
            transition: none;
      }
}

.nav-link:hover[b-i8r7sy3gt0], .nav-link:focus[b-i8r7sy3gt0] {
      color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible[b-i8r7sy3gt0] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.nav-link.disabled[b-i8r7sy3gt0], .nav-link:disabled[b-i8r7sy3gt0] {
      color: var(--bs-nav-link-disabled-color);
      pointer-events: none;
      cursor: default;
}
/* /Components/LogoSite.razor.rz.scp.css */
.navbar-toggler[b-459siilj7j] {
    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-459siilj7j] {
    background-color: rgba(60, 60, 605, 0.5);
}

.top-row[b-459siilj7j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-459siilj7j] {
    font-size: 1.1rem;
}

.bi[b-459siilj7j] {
    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-459siilj7j] {
    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-459siilj7j] {
    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-459siilj7j] {
    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-459siilj7j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-459siilj7j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-459siilj7j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-459siilj7j]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-459siilj7j]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-459siilj7j]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-459siilj7j] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-459siilj7j] {
      display: flex !important;
      flex-basis: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-459siilj7j] {
        display: none;
    }

      .nav-scrollable[b-459siilj7j] {
            /* 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-459siilj7j] {
      display: none; /* Esconde a caixa de sele��o */
}

.menuduplo-label[b-459siilj7j] {
      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-459siilj7j] {
      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-459siilj7j] {
      display: block;
}

/* Estilo dos itens do nedu */
.menuduplo-dmenu a[b-459siilj7j] {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 4px;
}

      .menuduplo-dmenu a:hover[b-459siilj7j] {
            background-color: #f4f4f4;
            color: #000;
      }


.nav-link[b-459siilj7j] {
      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-459siilj7j] {
            transition: none;
      }
}

.nav-link:hover[b-459siilj7j], .nav-link:focus[b-459siilj7j] {
      color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible[b-459siilj7j] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.nav-link.disabled[b-459siilj7j], .nav-link:disabled[b-459siilj7j] {
      color: var(--bs-nav-link-disabled-color);
      pointer-events: none;
      cursor: default;
}
/* /Components/LogoSiteSemLink.razor.rz.scp.css */
.navbar-toggler[b-g810pv5nib] {
    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-g810pv5nib] {
    background-color: rgba(60, 60, 605, 0.5);
}

.top-row[b-g810pv5nib] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g810pv5nib] {
    font-size: 1.1rem;
}

.bi[b-g810pv5nib] {
    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-g810pv5nib] {
    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-g810pv5nib] {
    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-g810pv5nib] {
    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-g810pv5nib] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g810pv5nib] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g810pv5nib] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g810pv5nib]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-g810pv5nib]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-g810pv5nib]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-g810pv5nib] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g810pv5nib] {
      display: flex !important;
      flex-basis: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g810pv5nib] {
        display: none;
    }

      .nav-scrollable[b-g810pv5nib] {
            /* 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-g810pv5nib] {
      display: none; /* Esconde a caixa de sele��o */
}

.menuduplo-label[b-g810pv5nib] {
      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-g810pv5nib] {
      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-g810pv5nib] {
      display: block;
}

/* Estilo dos itens do nedu */
.menuduplo-dmenu a[b-g810pv5nib] {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 4px;
}

      .menuduplo-dmenu a:hover[b-g810pv5nib] {
            background-color: #f4f4f4;
            color: #000;
      }


.nav-link[b-g810pv5nib] {
      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-g810pv5nib] {
            transition: none;
      }
}

.nav-link:hover[b-g810pv5nib], .nav-link:focus[b-g810pv5nib] {
      color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible[b-g810pv5nib] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.nav-link.disabled[b-g810pv5nib], .nav-link:disabled[b-g810pv5nib] {
      color: var(--bs-nav-link-disabled-color);
      pointer-events: none;
      cursor: default;
}
/* /Components/Pages/Br.razor.rz.scp.css */
body[b-paaa7meegf] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-paaa7meegf] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-paaa7meegf] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-paaa7meegf] {
      font-size: 19px;
}

.primary-link[b-paaa7meegf] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-paaa7meegf] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-paaa7meegf], .job-box.bookmark-post .favorite-icon a[b-paaa7meegf] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-paaa7meegf] {
      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-paaa7meegf] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-paaa7meegf] {
      font-size: 14px;
}

.bg-soft-secondary[b-paaa7meegf] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-paaa7meegf] {
      margin-top: 0.25rem !important;
}

.roundt[b-paaa7meegf] {
      border: 1px solid transparent !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}
.round[b-paaa7meegf] {
      border: 1px solid !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}


/* /Components/Pages/Home.razor.rz.scp.css */
body[b-4435ug9n1b] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-4435ug9n1b] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-4435ug9n1b] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-4435ug9n1b] {
      font-size: 19px;
}

.primary-link[b-4435ug9n1b] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-4435ug9n1b] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-4435ug9n1b], .job-box.bookmark-post .favorite-icon a[b-4435ug9n1b] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-4435ug9n1b] {
      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-4435ug9n1b] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-4435ug9n1b] {
      font-size: 14px;
}

.bg-soft-secondary[b-4435ug9n1b] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-4435ug9n1b] {
      margin-top: 0.25rem !important;
}

.roundt[b-4435ug9n1b] {
      border: 1px solid transparent !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}
.round[b-4435ug9n1b] {
      border: 1px solid !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}

.align-svg-lupa[b-4435ug9n1b] {
      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-4435ug9n1b] {
      /* 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-4435ug9n1b] {
      /* 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 */
}


/* ------- FLOCOS DE NEVE (MENOS DENSOS + MAIS LENTOS) ------- */
.snow-layer[b-4435ug9n1b] {
      position: fixed;
      pointer-events: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 9999;
}

      .snow-layer[b-4435ug9n1b]::before,
      .snow-layer[b-4435ug9n1b]::after {
            content: "";
            position: absolute;
            top: -20%;
            width: 200%;
            height: 200%;
            /* ❄ flocos menores + mais espaçados */
            background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" width="8" height="8" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="3"/></svg>');
            background-size: 40px; /* espaçamento entre flocos */
            background-repeat: repeat;
            animation: snowFall-b-4435ug9n1b 35s linear infinite; /* MAIS LENTO */
            opacity: 0.6;
      }

      .snow-layer[b-4435ug9n1b]::after {
            background-size: 28px; /* camada maior e mais espaçada */
            animation-duration: 50s; /* ainda mais lento */
            opacity: 0.35;
      }

/* animação com leve oscilação horizontal */
@keyframes snowFall-b-4435ug9n1b {
      0% {
            transform: translate3d(0, -10%, 0);
      }

      50% {
            transform: translate3d(-3%, 50%, 0);
      }

      100% {
            transform: translate3d(0, 110%, 0);
      }
}


/* classe aplicada depois para “congelar” a neve */
.snow-stop[b-4435ug9n1b]::before,
.snow-stop[b-4435ug9n1b]::after {
      animation-play-state: paused !important;
}


/* ------- PAPAI NOEL PASSANDO ------- */
.santa-wrapper[b-4435ug9n1b] {
      position: fixed;
      top: 20%;
      left: -200px;
      width: 200px;
      z-index: 99999;
      pointer-events: none;
}

.svg-santa[b-4435ug9n1b] {
      animation: santaMove-b-4435ug9n1b 35s ease-in-out 1;
}

@keyframes santaMove-b-4435ug9n1b {
      0% {
            transform: translateX(-200px) rotate(-5deg);
            opacity: 0;
      }

      15% {
            opacity: 1;
      }

      50% {
            transform: translateX(120vw) rotate(3deg);
            opacity: 1;
      }

      100% {
            transform: translateX(150vw) rotate(0deg);
            opacity: 0;
      }
}
/* ------- FLOCOS DE NEVE e PAPAI NOEL------- */

/* /Components/Pages/HomeC.razor.rz.scp.css */
.gradient-warm[b-hwbihzysz4] {
      background: linear-gradient(180deg, #fff8f2, #f7efea);
}

.logo-main[b-hwbihzysz4] {
      height: 62px;
}

.text-gradient[b-hwbihzysz4] {
      background: linear-gradient(135deg, #e07a5f, #f2c94c);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.svg-map[b-hwbihzysz4] {
      width: 100%;
      max-width: 900px;
}

.pais[b-hwbihzysz4] {
      fill: #e2ccb9;
      stroke: #bfa994;
      stroke-width: 2;
      cursor: pointer;
      transition: 0.2s;
}

      .pais:hover[b-hwbihzysz4] {
            fill: #e07a5f;
            stroke: #a84d39;
      }

.stat-card[b-hwbihzysz4] {
      background: white;
      padding: 20px;
      border-radius: 12px;
}

.stat-value[b-hwbihzysz4] {
      font-size: 2rem;
      font-weight: bold;
      color: #c55b3d;
}

.stat-label[b-hwbihzysz4] {
      font-size: .9rem;
      color: #6c6c6c;
}
/* /Components/Pages/Info/Bairros.razor.rz.scp.css */
body[b-d8f9vfw1sz] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-d8f9vfw1sz] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-d8f9vfw1sz] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-d8f9vfw1sz] {
      font-size: 19px;
}

.primary-link[b-d8f9vfw1sz] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-d8f9vfw1sz] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-d8f9vfw1sz], .job-box.bookmark-post .favorite-icon a[b-d8f9vfw1sz] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-d8f9vfw1sz] {
      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-d8f9vfw1sz] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-d8f9vfw1sz] {
      font-size: 14px;
}

.bg-soft-secondary[b-d8f9vfw1sz] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-d8f9vfw1sz] {
      margin-top: 0.25rem !important;
}




/* /Components/Pages/Info/Categorias.razor.rz.scp.css */
body[b-a5mbbe1xzt] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-a5mbbe1xzt] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-a5mbbe1xzt] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-a5mbbe1xzt] {
      font-size: 19px;
}

.primary-link[b-a5mbbe1xzt] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-a5mbbe1xzt] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-a5mbbe1xzt], .job-box.bookmark-post .favorite-icon a[b-a5mbbe1xzt] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-a5mbbe1xzt] {
      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-a5mbbe1xzt] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-a5mbbe1xzt] {
      font-size: 14px;
}

.bg-soft-secondary[b-a5mbbe1xzt] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-a5mbbe1xzt] {
      margin-top: 0.25rem !important;
}




/* /Components/Pages/Info/Contatos.razor.rz.scp.css */
body[b-1ns6gpwj4s] {
      font-family: "Segoe UI", Roboto, Arial, sans-serif;
      background-color: #f6f6f6;
      color: #333;
      margin: 0;
      padding: 0;
}

header[b-1ns6gpwj4s] {
      background-color: #4682B4;
      color: white;
      text-align: center;
      padding: 2rem 1rem;
}

      header h1[b-1ns6gpwj4s] {
            font-size: 2rem;
            margin-bottom: 0.5rem;
      }

      header p[b-1ns6gpwj4s] {
            color: #e6e6e6;
            margin: 0;
      }

main[b-1ns6gpwj4s] {
      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-1ns6gpwj4s] {
      margin-bottom: 2rem;
      border-radius: 10px;
      padding: 1.5rem;
      color: #333;
}

      .contact-section h2[b-1ns6gpwj4s] {
            margin-top: 0;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            gap: 10px;
      }

      .contact-section p[b-1ns6gpwj4s] {
            margin: 0.5rem 0 1rem;
            line-height: 1.6;
      }

/* WhatsApp Section */
.whatsapp[b-1ns6gpwj4s] {
      background-color: #f0fdf4;
      border-left: 5px solid #25D366;
}

      .whatsapp h2 i[b-1ns6gpwj4s] {
            color: #25D366;
      }

/* Email Section */
.email[b-1ns6gpwj4s] {
      background-color: #f0f8ff;
      border-left: 5px solid #4682B4;
}

      .email h2 i[b-1ns6gpwj4s] {
            color: #4682B4;
      }

/* Form Section */
.formulario[b-1ns6gpwj4s] {
      background-color: #f8f6ff;
      border-left: 5px solid #6c63ff;
}

      .formulario h2 i[b-1ns6gpwj4s] {
            color: #6c63ff;
      }

form[b-1ns6gpwj4s] {
      display: grid;
      gap: 1rem;
}

label[b-1ns6gpwj4s] {
      font-weight: 600;
      font-size: 0.95rem;
}

input[b-1ns6gpwj4s], select[b-1ns6gpwj4s], textarea[b-1ns6gpwj4s] {
      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-1ns6gpwj4s], select:focus[b-1ns6gpwj4s], textarea:focus[b-1ns6gpwj4s] {
            border-color: #6c63ff;
            outline: none;
            box-shadow: 0 0 4px rgba(108, 99, 255, 0.2);
      }

textarea[b-1ns6gpwj4s] {
      resize: vertical;
      min-height: 100px;
}

button[b-1ns6gpwj4s] {
      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-1ns6gpwj4s] {
            background-color: #5b54e7;
      }

footer[b-1ns6gpwj4s] {
      text-align: center;
      font-size: 0.9rem;
      color: #777;
      padding: 2rem 0 1rem;
}

      footer a[b-1ns6gpwj4s] {
            color: #4682B4;
            text-decoration: none;
      }

            footer a:hover[b-1ns6gpwj4s] {
                  text-decoration: underline;
            }

@media (max-width: 600px) {
      main[b-1ns6gpwj4s] {
            padding: 1.5rem;
            margin: 1rem;
      }
}
/* /Components/Pages/Info/Faqs.razor.rz.scp.css */
body[b-l55qq8hgyu] {
      font-family: "Segoe UI", Roboto, Arial, sans-serif;
      background-color: #f6f6f6;
      color: #333;
      margin: 0;
      padding: 0;
}

header[b-l55qq8hgyu] {
      background-color: #4682B4;
      color: white;
      text-align: center;
      padding: 2rem 1rem;
}

      header h1[b-l55qq8hgyu] {
            font-size: 2rem;
            margin-bottom: 0.5rem;
      }

      header p[b-l55qq8hgyu] {
            font-size: 1rem;
            color: #e6e6e6;
            margin: 0;
      }

main[b-l55qq8hgyu] {
      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-l55qq8hgyu] {
      border: 1px solid #dee2e6;
      border-radius: 6px;
      background-color: #f8f9fa;
      margin-bottom: 10px;
      overflow: hidden;
      transition: all 0.3s ease;
}

      .faq-item summary[b-l55qq8hgyu] {
            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-l55qq8hgyu] {
                  background-color: #e9ecef;
            }

            .faq-item summary[b-l55qq8hgyu]::-webkit-details-marker {
                  display: none;
            }

            .faq-item summary i[b-l55qq8hgyu] {
                  transition: transform 0.3s ease;
                  color: #4682B4;
            }

      .faq-item[open] summary i[b-l55qq8hgyu] {
            transform: rotate(180deg);
            color: #42b883;
      }

      .faq-item p[b-l55qq8hgyu] {
            padding: 1rem 1.2rem;
            border-top: 1px solid #dee2e6;
            background-color: #fff;
            margin: 0;
            line-height: 1.6;
            color: #555;
      }

      .faq-item strong[b-l55qq8hgyu] {
            color: #6c63ff;
      }

.highlight-box[b-l55qq8hgyu] {
      background-color: #f0fdf4;
      border-left: 4px solid #42b883;
      padding: 1rem 1.5rem;
      border-radius: 6px;
      margin-top: 2rem;
}

footer[b-l55qq8hgyu] {
      text-align: center;
      font-size: 0.9rem;
      color: #777;
      padding: 2rem 0 1rem;
}

      footer a[b-l55qq8hgyu] {
            color: #4682B4;
            text-decoration: none;
      }

            footer a:hover[b-l55qq8hgyu] {
                  text-decoration: underline;
            }

@media (max-width: 600px) {
      header h1[b-l55qq8hgyu] {
            font-size: 1.6rem;
      }

      main[b-l55qq8hgyu] {
            margin: 1rem;
            padding: 1.5rem;
      }
}
/* /Components/Pages/Info/GetVoucher.razor.rz.scp.css */
.page-header[b-jeazzif2v7] {
      /* Novo Gradiente: Azul para Laranja Suave */
      background: linear-gradient(135deg, #0077b6, #ffb703);
      color: white;
      padding: 1rem 0;
      margin-bottom: 2rem;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.55);
}

      .page-header h1[b-jeazzif2v7] {
            /* Cor de destaque para o título (opcionalmente) */
            color: #fff;
      }

      .page-header p.lead[b-jeazzif2v7] {
            /* Cor que harmoniza com o laranja/amarelo */
            color: #ffddd2;
      }

.info-card[b-jeazzif2v7] {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%; /* Para garantir que os cards sejam de altura igual */
}

      .info-card:hover[b-jeazzif2v7] {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
      }

.category-list[b-jeazzif2v7] {
      max-height: 400px;
      overflow-y: auto;
      border-radius: .3rem;
}
      /* Cor de fundo para as categorias na lista, para dar um toque slim */
      .category-list li[b-jeazzif2v7] {
            background-color: transparent !important;
            border-bottom: 1px solid #eee;
      }
/* /Components/Pages/Info/QuemSomos.razor.rz.scp.css */
body[b-mevcoi66yp] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-mevcoi66yp] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-mevcoi66yp] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-mevcoi66yp] {
      font-size: 19px;
}

.primary-link[b-mevcoi66yp] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-mevcoi66yp] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-mevcoi66yp], .job-box.bookmark-post .favorite-icon a[b-mevcoi66yp] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-mevcoi66yp] {
      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-mevcoi66yp] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-mevcoi66yp] {
      font-size: 14px;
}

.bg-soft-secondary[b-mevcoi66yp] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-mevcoi66yp] {
      margin-top: 0.25rem !important;
}

.roundt[b-mevcoi66yp] {
      border: 1px solid transparent !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}
.round[b-mevcoi66yp] {
      border: 1px solid !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}

.align-svg-lupa[b-mevcoi66yp] {
      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-mevcoi66yp] {
      /* 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-mevcoi66yp] {
      /* 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-mevcoi66yp] {
      font-family: "Segoe UI", Roboto, Arial, sans-serif;
      background-color: #f8f9fa;
      color: #333;
      margin: 0;
      padding: 0;
      line-height: 1.6;
}

header[b-mevcoi66yp] {
      background: linear-gradient(135deg, #42e14f, #00b894);
      color: white;
      text-align: center;
      padding: 3rem 1rem;
}

      header h1[b-mevcoi66yp] {
            font-size: 2.2rem;
            margin-bottom: 0.5rem;
      }

      header p[b-mevcoi66yp] {
            font-size: 1.1rem;
            margin: 0;
            color: #e8ffe9;
      }

main[b-mevcoi66yp] {
      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-mevcoi66yp] {
      text-align: center;
      margin-bottom: 2.5rem;
}

      .intro h2[b-mevcoi66yp] {
            font-size: 1.6rem;
            color: #00b894;
      }

      .intro p[b-mevcoi66yp] {
            margin: 0.5rem 0;
            color: #555;
      }

.categorias[b-mevcoi66yp] {
      background-color: #f0fdf4;
      border-radius: 10px;
      padding: 1.5rem;
      margin-bottom: 2.5rem;
}

      .categorias h3[b-mevcoi66yp] {
            text-align: center;
            color: #00b894;
            margin-bottom: 1rem;
      }

.categoria[b-mevcoi66yp] {
      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-mevcoi66yp] {
            transform: translateY(-3px);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      }

      .categoria h4[b-mevcoi66yp] {
            margin: 0;
            color: #333;
      }

      .categoria p[b-mevcoi66yp] {
            margin: 0.3rem 0 0.5rem;
            color: #666;
            font-size: 0.95rem;
      }

      .categoria small[b-mevcoi66yp] {
            color: #888;
      }

.link-categorias[b-mevcoi66yp] {
      display: block;
      text-align: center;
      margin-top: 1.5rem;
      font-weight: bold;
      color: #00b894;
      text-decoration: none;
}

      .link-categorias:hover[b-mevcoi66yp] {
            text-decoration: underline;
      }

.chamada[b-mevcoi66yp] {
      text-align: center;
      background-color: #e6f4ea;
      border-radius: 10px;
      padding: 2rem 1rem;
      margin-bottom: 2.5rem;
}

      .chamada h2[b-mevcoi66yp] {
            color: #2c6e49;
            margin-bottom: 0.5rem;
      }

      .chamada p[b-mevcoi66yp] {
            color: #444;
            max-width: 750px;
            margin: 0 auto;
      }

.como-funciona[b-mevcoi66yp] {
      background-color: #f1f8ff;
      border-radius: 10px;
      padding: 1.8rem;
      margin-bottom: 2.5rem;
}

      .como-funciona h3[b-mevcoi66yp] {
            color: #4682B4;
            margin-bottom: 1rem;
            text-align: center;
      }

.passo[b-mevcoi66yp] {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1rem;
}

      .passo span[b-mevcoi66yp] {
            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-mevcoi66yp] {
      text-align: center;
      background-color: #6c63ff;
      color: white;
      border-radius: 10px;
      padding: 2rem 1rem;
}

      .cadastro h2[b-mevcoi66yp] {
            margin-bottom: 0.7rem;
      }

      .cadastro p[b-mevcoi66yp] {
            max-width: 700px;
            margin: 0 auto 1.5rem;
      }

.btn-cadastro[b-mevcoi66yp] {
      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-mevcoi66yp] {
            background-color: #35c943;
      }

footer[b-mevcoi66yp] {
      text-align: center;
      font-size: 0.9rem;
      color: #777;
      padding: 2rem 0 1rem;
}

      footer a[b-mevcoi66yp] {
            color: #4682B4;
            text-decoration: none;
      }

            footer a:hover[b-mevcoi66yp] {
                  text-decoration: underline;
            }

@media (max-width: 700px) {
      main[b-mevcoi66yp] {
            padding: 1.5rem;
            margin: 1rem;
      }

      .passo[b-mevcoi66yp] {
            flex-direction: column;
            align-items: flex-start;
      }

            .passo span[b-mevcoi66yp] {
                  margin-bottom: 5px;
            }
}

/* /Components/Pages/NotFound.razor.rz.scp.css */
.notfound-wrapper[b-clq0dugng7] {
      min-height: 80vh;
      padding: 2rem;
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.notfound-card[b-clq0dugng7] {
      max-width: 600px;
      background: #ffffff;
      border-left: 6px solid #0d6efd;
}

.notfound-image[b-clq0dugng7] {
      max-width: 260px;
      opacity: 0.9;
}

@media (max-width: 576px) {
      .notfound-card[b-clq0dugng7] {
            padding: 2rem 1.5rem !important;
      }

      .notfound-image[b-clq0dugng7] {
            max-width: 200px;
      }
}
/* /Components/Pages/Sucesso.razor.rz.scp.css */
.checkout-success-page[b-57f1rm75kb] {
      background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
      min-height: 100vh;
}

.success-icon i[b-57f1rm75kb] {
      animation: pulseSuccess-b-57f1rm75kb 1.2s ease-in-out infinite alternate;
}

@keyframes pulseSuccess-b-57f1rm75kb {
      from {
            transform: scale(1);
            opacity: 1;
      }

      to {
            transform: scale(1.1);
            opacity: 0.8;
      }
}

.card[b-57f1rm75kb] {
      border-left: 5px solid #198754;
      border-radius: 12px;
}

.btn[b-57f1rm75kb] {
      border-radius: 25px;
      padding: 10px 20px;
      font-weight: 500;
      transition: all 0.2s ease;
}

      .btn:hover[b-57f1rm75kb] {
            transform: translateY(-2px);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      }
/* /Components/Pages/SucessoA.razor.rz.scp.css */
body[b-bf0uqubusu] {
      background-color: #faf9f6;
}

.checkout-container[b-bf0uqubusu] {
      max-width: 850px;
      margin: 40px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 3px 12px rgba(0,0,0,0.08);
      padding: 30px;
}

.section-title[b-bf0uqubusu] {
      border-bottom: 2px solid #d1c7b7;
      margin-bottom: 15px;
      padding-bottom: 5px;
      font-weight: 600;
      color: #4e342e;
}

.info-box[b-bf0uqubusu] {
      background: #f8f5f2;
      border-left: 5px solid #795548;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
}

.premium-box[b-bf0uqubusu] {
      background: #fdf4f5;
      border-left: 5px solid #8b1c34;
      border-radius: 6px;
      padding: 15px;
}

.form-check-input[b-bf0uqubusu] {
      width: 1.4em;
      height: 1.4em;
      cursor: pointer;
}

.btn-primary[b-bf0uqubusu] {
      background-color: #795548;
      border: none;
}

      .btn-primary:hover[b-bf0uqubusu] {
            background-color: #5d4037;
      }

a.link-custom[b-bf0uqubusu] {
      color: #8b1c34;
      text-decoration: none;
}

      a.link-custom:hover[b-bf0uqubusu] {
            text-decoration: underline;
      }
/* /Components/Pages/SucessoB.razor.rz.scp.css */
/* Card de filtro */
.clean-filter-card[b-jtnmec9w3b] {
    border-radius: .6rem;
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 1rem;
}

/* Títulos dos filtros */
.clean-filter-title[b-jtnmec9w3b] {
    font-size: .9rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: .6rem;
}

/* Área dos cards de resultado */
.clean-results-zone[b-jtnmec9w3b] {
    background: #fff;
    border-radius: .6rem;
    border: 1px solid #e9ecef;
    padding: 1rem;
}

/* Botão do filtro no mobile */
.btn-filter-mobile[b-jtnmec9w3b] {
    border-radius: .5rem;
    font-weight: 600;
}

/* Modal mais clean */
.modal-clean .modal-content[b-jtnmec9w3b] {
    border-radius: .6rem;
}

/* Separação suave */
.clean-divider[b-jtnmec9w3b] {
    margin: 1rem 0;
    border-bottom: 1px solid #ececec;
}
/* /Components/Pages/SucessoC.razor.rz.scp.css */
.checkout-success-page[b-fdmc4o22bb] {
      background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
      min-height: 100vh;
}

.success-icon i[b-fdmc4o22bb] {
      animation: pulseSuccess-b-fdmc4o22bb 1.2s ease-in-out infinite alternate;
}

@keyframes pulseSuccess-b-fdmc4o22bb {
      from {
            transform: scale(1);
            opacity: 1;
      }

      to {
            transform: scale(1.1);
            opacity: 0.8;
      }
}

.card[b-fdmc4o22bb] {
      border-left: 5px solid #198754;
      border-radius: 12px;
}

.btn[b-fdmc4o22bb] {
      border-radius: 25px;
      padding: 10px 20px;
      font-weight: 500;
      transition: all 0.2s ease;
}

      .btn:hover[b-fdmc4o22bb] {
            transform: translateY(-2px);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      }
/* /Components/Pages/SucessoD.razor.rz.scp.css */
/* CARD GERAL */
.clean-card[b-colt7u5v2n] {
    background: #fff;
    border-radius: .8rem;
    overflow: hidden;
}

/* IMAGEM PRINCIPAL */
.clean-main-img[b-colt7u5v2n] {
      width: 100%;
      height: 380px;
      object-fit: cover;
      border-radius: .8rem;
}

/* AJUSTES DOS BOTÕES DO CARROSSEL */
.clean-carousel-control[b-colt7u5v2n] {
      filter: drop-shadow(0 0 4px rgba(0,0,0,0.35));
}

.carousel-control-prev[b-colt7u5v2n],
.carousel-control-next[b-colt7u5v2n] {
      width: 8%;
}

/* LABELS SOBRE IMAGEM */
.clean-label-top[b-colt7u5v2n] {
    position: absolute;
    top: .75rem;
    left: 0;
    right: 0;
    padding: 0 .75rem;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.clean-badge[b-colt7u5v2n] {
    background: rgba(255,255,255,0.9);
    padding: .25rem .6rem;
    border-radius: .4rem;
    pointer-events: all;
    font-size: .8rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.clean-share[b-colt7u5v2n] {
    cursor: pointer;
}

/* TÍTULOS PEQUENOS */
.clean-title[b-colt7u5v2n] {
    font-weight: 600;
    margin-top: 1.4rem;
    margin-bottom: .35rem;
}

/* BLOCO DE DETALHES */
.clean-detail-box[b-colt7u5v2n] {
    padding: 1.3rem 0;
}

.clean-info[b-colt7u5v2n] {
    background: #f8f9fa;
    border-left: 4px solid #0d6efd;
    padding: .75rem 1rem;
    border-radius: .3rem;
    font-size: .95rem;
}

/* LISTAS */
.clean-list[b-colt7u5v2n] {
    list-style: none;
    padding-left: 1rem;
}

    .clean-list li[b-colt7u5v2n] {
        margin-bottom: .35rem;
        font-size: .93rem;
    }

/* MAPA */
.clean-map-box[b-colt7u5v2n] {
    height: 270px;
    border-radius: .6rem;
    overflow: hidden;
    background: #e9ecef;
}

/* ANUNCIANTE */
.clean-user-cover[b-colt7u5v2n] {
    height: 120px;
    background-size: cover;
    background-position: center;
}
/* /Components/UltimosDetalhesVistosClean.razor.rz.scp.css */
/* Aba do t�tulo */
.viewed-title-tab[b-q2fholwkjx] {
      background: #0d6efd;
      color: #000000 !important;
      border-radius: .5rem;
      padding: .6rem 1.4rem;
      font-weight: 600;
      cursor: default;
}

/* Box clean */
.viewed-item[b-q2fholwkjx] {
      background: #fff;
      border-radius: .65rem;
      transition: .25s ease;
      border-left: 4px solid #0d6efd20;
}

      .viewed-item:hover[b-q2fholwkjx] {
            transform: translateY(-4px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
            border-left-color: #0d6efd;
      }

      /* �cone */
      .viewed-item i[b-q2fholwkjx] {
            font-size: 1rem;
      }

      /* Links */
      .viewed-item a:hover[b-q2fholwkjx] {
            text-decoration: underline;
      }
