@import 'PortalGaiaJardim.Client.njpluog67i.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/PortalGaiaJardim/Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout principal */
.main-layout[b-0jmhg5fvig] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f8f8;
}

/* Cabe�alho */
.header[b-0jmhg5fvig] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    color: white;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-top: 2px solid #d3d3d3;
    border-bottom: 2px solid #d3d3d3;
}
.header-inner[b-0jmhg5fvig] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1600px; 
    margin: 0 auto;
}
/* Logo */
.logo img[b-0jmhg5fvig] {
    height: 40px;
    cursor: pointer;
}


/* Conte�do principal */
.content[b-0jmhg5fvig] {
    flex: 1;
    padding: 1.5rem 1rem;
    background-color: transparent;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 1300px) {
    .content[b-0jmhg5fvig] {
        max-width: 95%;
    }
}                           
@media (max-width: 768px) {
    .content[b-0jmhg5fvig] {
        max-width: 100%;
    }
        .content.chat-page[b-0jmhg5fvig] {
            padding: 0 !important;
        }

    .header[b-0jmhg5fvig] {
        padding: 0.5rem;
    }

    .logo img[b-0jmhg5fvig] {
        height: 32px; /* logo menor */
    }

    .header-icons[b-0jmhg5fvig] {
        gap: 0.5rem; /* �cones mais juntos */
    }

        .header-icons button[b-0jmhg5fvig] {
            font-size: 1.2rem; /* �cones menores */
        }
}

@media (max-width: 480px) {
    .header[b-0jmhg5fvig] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }

    .header-icons[b-0jmhg5fvig] {
        align-self: flex-end;
        gap: 0.4rem;
    }

        .header-icons button[b-0jmhg5fvig] {
            font-size: 1.1rem;
        }
}
