/* _content/FiscoConnect/Components/Account/Pages/Login.razor.rz.scp.css */
body[b-to6l6v73wf], html[b-to6l6v73wf] {
    height: 100%;
    margin: 0;
    background-color: #fff;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif;
}

.login-wrapper[b-to6l6v73wf] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 2rem;
}

.login-box[b-to6l6v73wf] {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 3rem 2.5rem;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

    .login-box:hover[b-to6l6v73wf] {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
    }

.form-group[b-to6l6v73wf] {
    margin-bottom: 1.75rem;
}

.form-control[b-to6l6v73wf] {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.2rem 0.75rem;
    font-size: 1rem;
    height: 40px;
}

    .form-control:focus[b-to6l6v73wf] {
        border-color: #1a73e8;
        box-shadow: 0 0 6px rgba(26, 115, 232, 0.5);
    }

.btn-primary[b-to6l6v73wf] {
    background-color: #1a73e8;
    border-color: #1a73e8;
    padding: 0.1rem;
    font-size: 1.1rem;
    border-radius: 6px;
}

    .btn-primary:hover[b-to6l6v73wf] {
        background-color: #1669d2;
        border-color: #1669d2;
    }

.btn-outline-secondary[b-to6l6v73wf] {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    border: none;
}

.text-center a[b-to6l6v73wf] {
    font-size: 0.95rem;
    color: #1a73e8;
    text-decoration: none;
}

    .text-center a + a[b-to6l6v73wf] {
        margin-left: 1.5rem;
    }

    .text-center a:hover[b-to6l6v73wf] {
        text-decoration: underline;
    }

.text-danger[b-to6l6v73wf] {
    font-size: 0.85rem;
}

.alert-danger[b-to6l6v73wf] {
    margin-bottom: 1.5rem;
    padding: 0.4rem;
    font-size: 0.95rem;
}

.title[b-to6l6v73wf] {
    font-size: 2.3rem;
    color: #1a73e8;
    margin-bottom: 2rem;
    font-weight: 600;
}
/* _content/FiscoConnect/Components/Account/Pages/Register.razor.rz.scp.css */
namespace FiscoConnect.Components.Account.Pages[b-dfpnwhk66y]
{
    public class Register
    {
    }
}
/* _content/FiscoConnect/Components/Catalogo/Empresa.razor.rz.scp.css */
/* _content/FiscoConnect/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lw28601s69] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    position: relative;
    transition: all 0.3s ease-in-out;
}


.sidebar-wrapper[b-lw28601s69] {
    width: 250px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(0);
}

.sidebar-hidden[b-lw28601s69] {
    transform: translateX(-250px); /* Ensure the sidebar is fully hidden */
}

.sidebar[b-lw28601s69] {
    background-color: #0b2347;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
}

.sidebar-header[b-lw28601s69] {
    background-color: #1a73e8;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}


.sidebar-toggle-inline[b-lw28601s69] {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem;
}

    .sidebar-toggle-inline:hover[b-lw28601s69] {
        color: #d0e1ff;
    }


.nav-scrollable[b-lw28601s69] {
    padding: 1rem 0.5rem;
    flex-grow: 1;
    overflow-y: auto;
}

.nav-link[b-lw28601s69] {
    background: none;
    border: none;
    color: white !important;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    margin-bottom: 0.3rem;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

    .nav-link span[b-lw28601s69] {
        color: white !important;
    }

    .nav-link:hover[b-lw28601s69],
    .nav-link.active[b-lw28601s69] {
        background-color: rgba(255, 255, 255, 0.1);
        color: white !important;
    }



.main-content[b-lw28601s69] {
    flex-grow: 1;
    padding: 1rem;
    transition: all 0.3s ease-in-out;
}

.expanded[b-lw28601s69] {
    width: 100%;
}


.top-row[b-lw28601s69] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
    position: sticky;
    top: 0;
    z-index: 1;
}


.login-right[b-lw28601s69] {
    display: flex;
    align-items: center;
    gap: 10px;
}




.nav-link-custom[b-lw28601s69] {
    all: unset;
    display: inline-block;
    color: #1a73e8 !important;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

    .nav-link-custom:hover[b-lw28601s69],
    .nav-link-custom:focus[b-lw28601s69],
    .nav-link-custom:active[b-lw28601s69] {
    .sidebar-wrapper {
        width: 250px;
        transition: transform 0.3s ease-in-out;
        transform: translateX(0);
    }

    .sidebar-hidden[b-lw28601s69] {
        transform: translateX(-100%);
    }

    .sidebar-toggle-inline[b-lw28601s69] {
        background-color: transparent;
        border: none;
        color: white;
        font-size: 1.25rem;
        cursor: pointer;
        padding: 0.25rem;
    }

    .sidebar-toggle-inline:hover[b-lw28601s69] {
        color: #d0e1ff;
    }
        color: #0c4fab ;
        text-decoration: none;[b-lw28601s69]
    }



@media (max-width: 640.98px) {
    .top-row[b-lw28601s69] {
        justify-content: space-between;
    }

    .sidebar-wrapper[b-lw28601s69] {
        position: absolute;
        z-index: 1000;
    }

    .expanded[b-lw28601s69] {
        width: 100%;
    }
}

@media (min-width: 641px) {
    .page[b-lw28601s69] {
        flex-direction: row;
    }
}
/* _content/FiscoConnect/Components/Layout/NavMenu.razor.rz.scp.css */
