/* _content/Cabaz/Components/Account/Pages/Anuncios/MeusAnuncios/Br5List - Cópia.razor.rz.scp.css */
.range-slider-container[b-u04sk13fho] {
      position: relative;
      width: 300px; /* Defina a largura desejada */
}

.range-input[b-u04sk13fho] {
      width: 100%;
}

.slider-points[b-u04sk13fho] {
      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-u04sk13fho] {
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #ccc;
      border-radius: 50%;
      transform: translateX(-50%); /* Centraliza o ponto */
}

.slider-label[b-u04sk13fho] {
      position: absolute;
      top: 20px; /* Ajuste a posição vertical dos rótulos */
      font-size: 0.8em;
      color: #555;
      transform: translateX(-50%); /* Centraliza o rótulo */
      white-space: nowrap; /* Evita quebras de linha */
}
/* _content/Cabaz/Components/Account/Pages/Anuncios/MeusAnuncios/Br5List.razor.rz.scp.css */
.range-slider-container[b-0hq148bl59] {
      position: relative;
      width: 300px; /* Defina a largura desejada */
}

.range-input[b-0hq148bl59] {
      width: 100%;
}

.slider-points[b-0hq148bl59] {
      position: absolute;
      top: 10px; /* Ajuste a posição vertical dos pontos */
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between; /* Distribui os pontos igualmente */
      pointer-events: none; /* Permite que os eventos de clique passem para o input range */
}

.slider-point[b-0hq148bl59] {
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #ccc;
      border-radius: 50%;
      transform: translateX(-50%); /* Centraliza o ponto */
}

.slider-label[b-0hq148bl59] {
      position: absolute;
      top: 20px; /* Ajuste a posição vertical dos rótulos */
      font-size: 0.8em;
      color: #555;
      transform: translateX(-50%); /* Centraliza o rótulo */
      white-space: nowrap; /* Evita quebras de linha */
}
/* _content/Cabaz/Components/Account/Pages/Manage/AnOrderComplete.razor.rz.scp.css */
body[b-rwmd6jbmfj] {
      background: #ddd3;
      height: 100vh;
      vertical-align: middle;
      display: flex;
      font-family: Muli;
      font-size: 14px;
}

.card[b-rwmd6jbmfj] {
      margin: auto;
      width: 38%;
      max-width: 600px;
      padding: 4vh 0;
      box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-top: 3px solid rgb(252, 103, 49);
      border-bottom: 3px solid rgb(252, 103, 49);
      border-left: none;
      border-right: none;
}

@media(max-width:768px) {
      .card[b-rwmd6jbmfj] {
            width: 90%;
      }
}

.title[b-rwmd6jbmfj] {
      color: rgb(252, 103, 49);
      font-weight: 600;
      margin-bottom: 2vh;
      padding: 0 8%;
      font-size: initial;
}

#details[b-rwmd6jbmfj] {
      font-weight: 400;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: slategrey; /* Fundo para o menu vertical */
}

.info[b-rwmd6jbmfj] {
      padding: 5% 8%;
}

      .info .col-5[b-rwmd6jbmfj] {
            padding: 0;
      }

#heading[b-rwmd6jbmfj] {
      color: grey;
      line-height: 6vh;
}

.pricing[b-rwmd6jbmfj] {
      background-color: #ddd3;
      padding: 2vh 8%;
      font-weight: 400;
      line-height: 2.5;
}

      .pricing .col-3[b-rwmd6jbmfj] {
            padding: 0;
      }

.total[b-rwmd6jbmfj] {
      padding: 2vh 8%;
      color: rgb(252, 103, 49);
      font-weight: bold;
}

      .total .col-3[b-rwmd6jbmfj] {
            padding: 0;
      }

.footer[b-rwmd6jbmfj] {
      padding: 0 8%;
      font-size: x-small;
      color: black;
}

      .footer img[b-rwmd6jbmfj] {
            height: 5vh;
            opacity: 0.2;
      }

      .footer a[b-rwmd6jbmfj] {
            color: rgb(252, 103, 49);
      }

      .footer .col-10[b-rwmd6jbmfj], .col-2[b-rwmd6jbmfj] {
            display: flex;
            padding: 3vh 0 0;
            align-items: center;
      }

      .footer .row[b-rwmd6jbmfj] {
            margin: 0;
      }

#progressbar[b-rwmd6jbmfj] {
      margin-bottom: 3vh;
      overflow: hidden;
      color: rgb(252, 103, 49);
      padding-left: 0px;
      margin-top: 3vh
}

      #progressbar li[b-rwmd6jbmfj] {
            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-rwmd6jbmfj]:before {
            content: "";
            color: rgb(252, 103, 49);
            width: 5px;
            height: 5px;
            margin-left: 0px !important;
            /* padding-left: 11px !important */
      }

      #progressbar #step2[b-rwmd6jbmfj]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-left: 32%;
      }

      #progressbar #step3[b-rwmd6jbmfj]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-right: 32%;
            /* padding-right: 11px !important */
      }

      #progressbar #step4[b-rwmd6jbmfj]:before {
            content: "";
            color: #fff;
            width: 5px;
            height: 5px;
            margin-right: 0px !important;
            /* padding-right: 11px !important */
      }

      #progressbar li[b-rwmd6jbmfj]: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-rwmd6jbmfj]:after {
            content: '';
            height: 2px;
            background: #ddd;
            position: absolute;
            left: 0%;
            right: 0%;
            margin-bottom: 2vh;
            top: 1px;
            z-index: 1;
      }

.progress-track[b-rwmd6jbmfj] {
      padding: 0 8%;
}

#progressbar li:nth-child(2)[b-rwmd6jbmfj]:after {
      margin-right: auto;
}

#progressbar li:nth-child(1)[b-rwmd6jbmfj]:after {
      margin: auto;
}

#progressbar li:nth-child(3)[b-rwmd6jbmfj]:after {
      float: left;
      width: 68%;
}

#progressbar li:nth-child(4)[b-rwmd6jbmfj]:after {
      margin-left: auto;
      width: 132%;
}

#progressbar li.active[b-rwmd6jbmfj] {
      color: black;
}

      #progressbar li.active[b-rwmd6jbmfj]:before,
      #progressbar li.active[b-rwmd6jbmfj]:after {
            background: rgb(252, 103, 49);
      }
/* _content/Cabaz/Components/Account/Shared/ContaLayout.razor.rz.scp.css */
/* _content/Cabaz/Components/Account/Shared/ContaNavMenu.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-0ehuihzs9v] {
      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-0ehuihzs9v] {
            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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-0ehuihzs9v] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-0ehuihzs9v] {
      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-0ehuihzs9v] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      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-0ehuihzs9v] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-0ehuihzs9v] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-0ehuihzs9v] {
            padding-bottom: 1rem;
      }

      .nav-item[b-0ehuihzs9v]  .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-0ehuihzs9v]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-0ehuihzs9v]  .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-0ehuihzs9v] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-0ehuihzs9v] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-0ehuihzs9v] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-0ehuihzs9v] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-0ehuihzs9v] {
            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-0ehuihzs9v] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-0ehuihzs9v] {
            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-0ehuihzs9v],
            .nav-item:last-of-type[b-0ehuihzs9v] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-0ehuihzs9v]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zu9onkwomf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zu9onkwomf] {
    flex: 1;
}

.sidebar[b-zu9onkwomf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zu9onkwomf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zu9onkwomf]  a, .top-row[b-zu9onkwomf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zu9onkwomf]  a:hover, .top-row[b-zu9onkwomf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zu9onkwomf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zu9onkwomf] {
        justify-content: space-between;
    }

    .top-row[b-zu9onkwomf]  a, .top-row[b-zu9onkwomf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zu9onkwomf] {
        flex-direction: row;
    }

    .sidebar[b-zu9onkwomf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zu9onkwomf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zu9onkwomf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zu9onkwomf], article[b-zu9onkwomf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zu9onkwomf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zu9onkwomf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Cabaz/Components/Layout/NavMenu.razor.rz.scp.css */
/* Estilos padr�o para telas pequenas (mobile-first) */

.navbar-container[b-5c6td1y6xm] {
      min-height: 3.5rem;
      /*background-color: rgba(0, 0, 0, 0.4); /* Fundo da barra superior */
      background-color: white;
      width: 100%;
      /* Flexbox para alinhar brand, toggler e o menu no container-fluid */
      display: flex;
      align-items: center;
      justify-content: space-between; /* Ajuste para espa�amento entre brand/toggler e o menu */
}

      .navbar-container .container-fluid[b-5c6td1y6xm] {
            display: flex;
            justify-content: space-between; /* Espa�o entre brand, toggler e o menu-scrollable */
            align-items: center;
            width: 100%;
            padding: 0 1rem;
            position: relative; /* Para posicionar o menu hamb�rguer */
      }

/* Esconder o checkbox visualmente, mas mant�-lo funcional */
.navbar-toggler[b-5c6td1y6xm] {
      appearance: none;
      display: none; /* Esconde o input checkbox real */
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border: 1px solid rgba(60, 60, 605, 0.1);
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

/* Estilizar o label que funciona como o bot�o hamb�rguer */
.navbar-toggler-icon[b-5c6td1y6xm] {
      cursor: pointer;
      width: 3.5rem;
      height: 2.5rem;
      color: white; /* Cor dos �cones do hamb�rguer */
      border: 1px solid rgba(255, 255, 255, 0.1);
      /* === Adicione ou ajuste esta linha para bordas redondas === */
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      /* Para um bot�o completamente redondo (se width e height fossem iguais), usaria 50% */
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffc107' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #c2c5c7;
      display: block; /* Vis�vel por padr�o em mobile */
}

/* Feedback visual quando o checkbox est� marcado */
.navbar-toggler:checked + .navbar-toggler-icon[b-5c6td1y6xm] { /* Usamos + pois label � irm�o direto */
      background-color: #c2c5c7;
}


.navbar-brand[b-5c6td1y6xm] {
      font-size: 1.1rem;
}

/* O menu naveg�vel - inicialmente oculto em mobile */
.nav-scrollable[b-5c6td1y6xm] {
      display: none;
      /* Para o layout vertical em mobile quando exibido */
      position: absolute; /* Posiciona o menu abaixo do top-row */
      top: 3.5rem; /* Ajusta para ficar abaixo do top-row do NavMenu */
      left: 0;
      width: 75%; /* Ocupa a largura total da tela */
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0.5rem; /* Um valor de 0.5rem ou 8px geralmente cria um bom arredondamento */
      background-color: white; /* Fundo para o menu vertical */
      z-index: 1000; /* Garante que fique acima de outros conte�dos */
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); /* Sombra para destacar */
      /* Transi��o para suavizar a abertura/fechamento (opcional) */
      transition: all 0.3s ease-in-out;
}

/* Quando o hamb�rguer est� marcado, exibe o menu */
.navbar-toggler:checked ~ .nav-scrollable[b-5c6td1y6xm] {
      display: block;
}

/* Estilos para os �cones e links (mantidos) */
.bi[b-5c6td1y6xm] {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 0.75rem;
      top: -1px;
      background-size: cover;
}

/* ... (SVGs dos �cones permanecem os mesmos) ... */

.bi-house-door-fill-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-5c6td1y6xm] {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}


.nav-item[b-5c6td1y6xm] {
      font-size: 0.9rem;
      padding-bottom: 0.5rem; /* Espa�amento vertical para mobile */
}

      .nav-item:first-of-type[b-5c6td1y6xm] {
            padding-top: 1rem;
      }

      .nav-item:last-of-type[b-5c6td1y6xm] {
            padding-bottom: 1rem;
      }

      .nav-item[b-5c6td1y6xm]  .nav-link {
            color: #d7d7d7;
            background: none;
            border: none;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
            width: 100%; /* Ocupa a largura total em mobile */
      }

      .nav-item[b-5c6td1y6xm]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
      }

      .nav-item[b-5c6td1y6xm]  .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
      }


/* --- Media Query para telas maiores (m�nimo 641px) --- */
@media (min-width: 641px) {
      .page main[b-5c6td1y6xm] {
            padding-top: 3.5rem; /* OU A ALTURA EXATA DO SEU MENU HORIZONTAL */
      }

      .navbar-container[b-5c6td1y6xm] {
            justify-content: flex-start; /* Alinha os itens � esquerda no topo */
      }

            .navbar-container .container-fluid[b-5c6td1y6xm] {
                  justify-content: flex-start; /* Alinha os itens � esquerda no topo */
                  padding: 0 1rem; /* Adiciona padding para o conte�do */
            }

      .navbar-toggler-icon[b-5c6td1y6xm] {
            display: none; /* Oculta o �cone do hamb�rguer em telas maiores */
      }

      .nav-scrollable[b-5c6td1y6xm] {
            display: block !important; /* Sempre exibe o menu em telas maiores */
            position: static; /* Remove o posicionamento absoluto */
            height: auto; /* Altura autom�tica */
            width: auto; /* Largura autom�tica */
            background-color: transparent; /* Fundo transparente */
            box-shadow: none; /* Remove sombra */
            margin-left: auto; /* Empurra o menu para a direita da barra (opcional) */
      }

            /* Alinha os itens do menu horizontalmente */
            .nav-scrollable .nav[b-5c6td1y6xm] {
                  flex-direction: row !important; /* For�a os links a ficarem em linha */
            }

      .nav-item[b-5c6td1y6xm] {
            padding-bottom: 0; /* Remove padding vertical */
            padding-left: 0.5rem; /* Adiciona padding horizontal entre itens */
            padding-right: 0.5rem;
      }

            .nav-item:first-of-type[b-5c6td1y6xm],
            .nav-item:last-of-type[b-5c6td1y6xm] {
                  padding-top: 0;
                  padding-bottom: 0;
            }

            .nav-item[b-5c6td1y6xm]  .nav-link {
                  width: auto; /* Deixa a largura autom�tica para se ajustar ao conte�do */
                  text-align: center; /* Centraliza o texto/�cone dentro do link */
            }
}
/* _content/Cabaz/Components/Layout/Rodape.razor.rz.scp.css */
.navbar-toggler[b-963v79fmnq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(60, 60, 605, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

.navbar-toggler:checked[b-963v79fmnq] {
    background-color: rgba(60, 60, 605, 0.5);
}

.top-row[b-963v79fmnq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-963v79fmnq] {
    font-size: 1.1rem;
}

.bi[b-963v79fmnq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-963v79fmnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-963v79fmnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-963v79fmnq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-963v79fmnq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-963v79fmnq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-963v79fmnq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-963v79fmnq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-963v79fmnq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-963v79fmnq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-963v79fmnq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-963v79fmnq] {
      display: flex !important;
      flex-basis: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-963v79fmnq] {
        display: none;
    }

      .nav-scrollable[b-963v79fmnq] {
            /* Never collapse the sidebar for wide screens */
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-top: -0.5rem;
            padding-bottom: 0.5rem;
      }
}



/* Estilo do bot�o para abrir o menu */
.menuduplo-duplomenu[b-963v79fmnq] {
      display: none; /* Esconde a caixa de sele��o */
}

.menuduplo-label[b-963v79fmnq] {
      cursor: pointer;
      background-color: white;
      color: #5dd19c;
      padding: 0.5rem 1rem;
      border-radius: 4px;
      display: inline-block;
      font-size: 1rem;
}

/* Estilo do nedu suspenso */
.menuduplo-dmenu[b-963v79fmnq] {
      display: none;
      position: absolute;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-top: 0.5rem;
      padding: 0.5rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 1000;
}

/* Exibe o nedu quando o checkbox est� marcado */
.menuduplo-duplomenu:checked ~ .menuduplo-dmenu[b-963v79fmnq] {
      display: block;
}

/* Estilo dos itens do nedu */
.menuduplo-dmenu a[b-963v79fmnq] {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 4px;
}

      .menuduplo-dmenu a:hover[b-963v79fmnq] {
            background-color: #f4f4f4;
            color: #000;
      }


.nav-link[b-963v79fmnq] {
      display: block;
      padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
      font-size: var(--bs-nav-link-font-size);
      font-weight: var(--bs-nav-link-font-weight);
      color: var(--bs-nav-link-color);
      text-decoration: none;
      background: none;
      border: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
      .nav-link[b-963v79fmnq] {
            transition: none;
      }
}

.nav-link:hover[b-963v79fmnq], .nav-link:focus[b-963v79fmnq] {
      color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible[b-963v79fmnq] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.nav-link.disabled[b-963v79fmnq], .nav-link:disabled[b-963v79fmnq] {
      color: var(--bs-nav-link-disabled-color);
      pointer-events: none;
      cursor: default;
}
/* _content/Cabaz/Components/LogoSite.razor.rz.scp.css */
.navbar-toggler[b-ndxl0edq0a] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(60, 60, 605, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2860, 60, 605, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(60, 60, 605, 0.1);
}

.navbar-toggler:checked[b-ndxl0edq0a] {
    background-color: rgba(60, 60, 605, 0.5);
}

.top-row[b-ndxl0edq0a] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ndxl0edq0a] {
    font-size: 1.1rem;
}

.bi[b-ndxl0edq0a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-ndxl0edq0a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-ndxl0edq0a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-ndxl0edq0a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ndxl0edq0a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ndxl0edq0a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ndxl0edq0a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ndxl0edq0a]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ndxl0edq0a]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ndxl0edq0a]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ndxl0edq0a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ndxl0edq0a] {
      display: flex !important;
      flex-basis: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ndxl0edq0a] {
        display: none;
    }

      .nav-scrollable[b-ndxl0edq0a] {
            /* Never collapse the sidebar for wide screens */
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-top: -0.5rem;
            padding-bottom: 0.5rem;
      }
}



/* Estilo do bot�o para abrir o menu */
.menuduplo-duplomenu[b-ndxl0edq0a] {
      display: none; /* Esconde a caixa de sele��o */
}

.menuduplo-label[b-ndxl0edq0a] {
      cursor: pointer;
      background-color: white;
      color: #5dd19c;
      padding: 0.5rem 1rem;
      border-radius: 4px;
      display: inline-block;
      font-size: 1rem;
}

/* Estilo do nedu suspenso */
.menuduplo-dmenu[b-ndxl0edq0a] {
      display: none;
      position: absolute;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-top: 0.5rem;
      padding: 0.5rem;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 1000;
}

/* Exibe o nedu quando o checkbox est� marcado */
.menuduplo-duplomenu:checked ~ .menuduplo-dmenu[b-ndxl0edq0a] {
      display: block;
}

/* Estilo dos itens do nedu */
.menuduplo-dmenu a[b-ndxl0edq0a] {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 0.5rem 1rem;
      border-radius: 4px;
}

      .menuduplo-dmenu a:hover[b-ndxl0edq0a] {
            background-color: #f4f4f4;
            color: #000;
      }


.nav-link[b-ndxl0edq0a] {
      display: block;
      padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
      font-size: var(--bs-nav-link-font-size);
      font-weight: var(--bs-nav-link-font-weight);
      color: var(--bs-nav-link-color);
      text-decoration: none;
      background: none;
      border: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
      .nav-link[b-ndxl0edq0a] {
            transition: none;
      }
}

.nav-link:hover[b-ndxl0edq0a], .nav-link:focus[b-ndxl0edq0a] {
      color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible[b-ndxl0edq0a] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(43, 144, 217, 0.25);
}

.nav-link.disabled[b-ndxl0edq0a], .nav-link:disabled[b-ndxl0edq0a] {
      color: var(--bs-nav-link-disabled-color);
      pointer-events: none;
      cursor: default;
}
/* _content/Cabaz/Components/Pages/Bairros.razor.rz.scp.css */
body[b-lmu4d29g49] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-lmu4d29g49] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-lmu4d29g49] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-lmu4d29g49] {
      font-size: 19px;
}

.primary-link[b-lmu4d29g49] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-lmu4d29g49] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-lmu4d29g49], .job-box.bookmark-post .favorite-icon a[b-lmu4d29g49] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-lmu4d29g49] {
      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-lmu4d29g49] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-lmu4d29g49] {
      font-size: 14px;
}

.bg-soft-secondary[b-lmu4d29g49] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-lmu4d29g49] {
      margin-top: 0.25rem !important;
}




/* _content/Cabaz/Components/Pages/Br.razor.rz.scp.css */
body[b-lbhkhv73kd] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-lbhkhv73kd] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-lbhkhv73kd] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-lbhkhv73kd] {
      font-size: 19px;
}

.primary-link[b-lbhkhv73kd] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-lbhkhv73kd] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-lbhkhv73kd], .job-box.bookmark-post .favorite-icon a[b-lbhkhv73kd] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-lbhkhv73kd] {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #eff0f2;
      border-radius: 6px;
      color: rgba(173,181,189,.55);
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}


.candidate-list-box .favorite-icon[b-lbhkhv73kd] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-lbhkhv73kd] {
      font-size: 14px;
}

.bg-soft-secondary[b-lbhkhv73kd] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-lbhkhv73kd] {
      margin-top: 0.25rem !important;
}

.roundt[b-lbhkhv73kd] {
      border: 1px solid transparent !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}
.round[b-lbhkhv73kd] {
      border: 1px solid !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}


/* _content/Cabaz/Components/Pages/Br5Antigo.razor.rz.scp.css */
.range-slider-container[b-86ch9uk9df] {
      position: relative;
      width: 300px; /* Defina a largura desejada */
}

.range-input[b-86ch9uk9df] {
      width: 100%;
}

.slider-points[b-86ch9uk9df] {
      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-86ch9uk9df] {
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #ccc;
      border-radius: 50%;
      transform: translateX(-50%); /* Centraliza o ponto */
}

.slider-label[b-86ch9uk9df] {
      position: absolute;
      top: 20px; /* Ajuste a posição vertical dos rótulos */
      font-size: 0.8em;
      color: #555;
      transform: translateX(-50%); /* Centraliza o rótulo */
      white-space: nowrap; /* Evita quebras de linha */
}
/* _content/Cabaz/Components/Pages/Categorias.razor.rz.scp.css */
body[b-mqhexo9ttf] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-mqhexo9ttf] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-mqhexo9ttf] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-mqhexo9ttf] {
      font-size: 19px;
}

.primary-link[b-mqhexo9ttf] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-mqhexo9ttf] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-mqhexo9ttf], .job-box.bookmark-post .favorite-icon a[b-mqhexo9ttf] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-mqhexo9ttf] {
      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-mqhexo9ttf] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-mqhexo9ttf] {
      font-size: 14px;
}

.bg-soft-secondary[b-mqhexo9ttf] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-mqhexo9ttf] {
      margin-top: 0.25rem !important;
}




/* _content/Cabaz/Components/Pages/Home.razor.rz.scp.css */
body[b-f0hdrj2fal] {
      padding-top: 40px;
      background: #E6E6FA
}

.card[b-f0hdrj2fal] {
      box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.avatar-md[b-f0hdrj2fal] {
      height: 5rem;
      width: 5rem;
}

.fs-19[b-f0hdrj2fal] {
      font-size: 19px;
}

.primary-link[b-f0hdrj2fal] {
      color: #314047;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}

a[b-f0hdrj2fal] {
      color: #02af74;
      text-decoration: none;
}

.bookmark-post .favorite-icon a[b-f0hdrj2fal], .job-box.bookmark-post .favorite-icon a[b-f0hdrj2fal] {
      background-color: #da3746;
      color: #fff;
      border-color: danger;
}

.favorite-icon a[b-f0hdrj2fal] {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #eff0f2;
      border-radius: 6px;
      color: rgba(173,181,189,.55);
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
}


.candidate-list-box .favorite-icon[b-f0hdrj2fal] {
      position: absolute;
      right: 22px;
      top: 22px;
}

.fs-14[b-f0hdrj2fal] {
      font-size: 14px;
}

.bg-soft-secondary[b-f0hdrj2fal] {
      background-color: rgba(116,120,141,.15) !important;
      color: #74788d !important;
}

.mt-1[b-f0hdrj2fal] {
      margin-top: 0.25rem !important;
}

.roundt[b-f0hdrj2fal] {
      border: 1px solid transparent !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}
.round[b-f0hdrj2fal] {
      border: 1px solid !important;
      /*color: #fff !important;*/
      border-radius: 6px !important;
      text-decoration: none;
}


