/* /Layout/MainLayout.razor.rz.scp.css */
/* ==========================================================================
   MainLayout - Estilos scoped adicionais
   Os estilos principais estão em app.css
   ========================================================================== */

/* Estilos específicos do scoped CSS que precisam do ::deep */
.top-row[b-vmzet7bw3o]  a,
.top-row[b-vmzet7bw3o]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.top-row[b-vmzet7bw3o]  a:hover,
.top-row[b-vmzet7bw3o]  .btn-link:hover {
    text-decoration: underline;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ==========================================================================
   NavMenu - Estilos scoped
   Os estilos principais da sidebar estão em app.css
   ========================================================================== */

.nav-item[b-4yqkgj48j8] {
    font-size: 0.9rem;
}

.nav-item[b-4yqkgj48j8]  .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.nav-item[b-4yqkgj48j8]  .nav-link:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-item[b-4yqkgj48j8]  .nav-link.active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 500;
}

.nav-item[b-4yqkgj48j8]  .nav-link i {
    width: 1.25rem;
    text-align: center;
}
