/* /Components/Footer/Footer.razor.rz.scp.css */
.footer[b-7kx7t1hfoy] {
    background-color: black;
    color: white;
    padding: 0 1rem;
}

.footer-icon[b-7kx7t1hfoy] {
    width: 2rem;
    height: 2rem;
    filter: invert(100%);
}

.footer-bottom[b-7kx7t1hfoy] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copyright[b-7kx7t1hfoy] {
    font-size: 1rem;
    margin: 1rem 0;
}

.footer-socials[b-7kx7t1hfoy] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 0;
    align-content: flex-start;
    align-items: flex-start;
}

.footer-link[b-7kx7t1hfoy] {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    color: gray;
    width: fit-content;
}

.footer-menu[b-7kx7t1hfoy] {
    padding-bottom: 1rem;
}

.footer-submenu[b-7kx7t1hfoy] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-grid[b-7kx7t1hfoy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1rem;
    padding: 1rem 0;
}

.footer-logo[b-7kx7t1hfoy] {
    color: white;
    text-decoration: none;
    font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
}

.footer-top[b-7kx7t1hfoy] {
    padding: 1rem 0;
}

.footer-title[b-7kx7t1hfoy] {
    font-size: 1rem;
    font-weight: bold;
}

.footer-separator[b-7kx7t1hfoy] {
    width: 100%;
    height: 1px;
    background-color: gray;
}

/* /Components/Header/Header.razor.rz.scp.css */
.header[b-2mizufz0fv] {
    background-color: white;
    color: black;
    padding: 0 1rem;
}

.header-icon[b-2mizufz0fv] {
    width: 2rem;
    height: 2rem;
}

.header-menubar-button[b-2mizufz0fv]{
    background: none;
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu-button[b-2mizufz0fv] {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-link[b-2mizufz0fv] {
    color: black;
    text-decoration: none;
}

.header-socials[b-2mizufz0fv] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 0;
}

.header-logo[b-2mizufz0fv] {
    color: black;
    text-decoration: none;
    font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
}

.header-menubar[b-2mizufz0fv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.header-title[b-2mizufz0fv] {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.header-submenu[b-2mizufz0fv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.header-menu[b-2mizufz0fv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
}

.header-hidden[b-2mizufz0fv] {
    display: none;
}
