@import 'Loondry.WebApp.Client.wb9xcbvqrp.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Loondry.Components/Loondry.Components.qcrugdkbt2.bundle.scp.css';
@import '_content/Loondry.Core.Components/Loondry.Core.Components.g613mv0pe4.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/Oss.Documents.Forms/Oss.Documents.Forms.je14wq1m13.bundle.scp.css';
@import '_content/Scarnas.Blazor.Components/Scarnas.Blazor.Components.8w9pwpweek.bundle.scp.css';
@import '_content/Tabiot.Blazor.Core/Tabiot.Blazor.Core.wfr2gml081.bundle.scp.css';
@import '_content/Tabiot.Blazor.Layouts/Tabiot.Blazor.Layouts.ra0rvskmae.bundle.scp.css';
@import '_content/Tabiot.Blazor.Loading/Tabiot.Blazor.Loading.hxb6uypiw6.bundle.scp.css';
@import '_content/Tabiot.Blazor.SearchBox/Tabiot.Blazor.SearchBox.hl5yquya2h.bundle.scp.css';

/* /Components/Layout/ConfigurationLayout.razor.rz.scp.css */

.btn-dashboard[b-zqvd2lugug] {
    font-weight: 600; /* SemiBold */
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 16px 24px 16px 24px;
    border: 1px solid grey;
    color: #222222;
}

    .btn-dashboard:hover[b-zqvd2lugug] {
        border: 1px solid grey;
    }



.dashboard-container[b-zqvd2lugug] {
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: var(--app-bg);
}

.content[b-zqvd2lugug] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-card[b-zqvd2lugug] {
    max-width: 90%;
    width: 1200px;
}

.app-logo[b-zqvd2lugug] {
    text-align: center;
    transform: translateY(0);
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Right side illustration */
.illustration-image[b-zqvd2lugug] {
    width: 100%;
    height: 80vh; /*80vh al posto di 100vh e object-fit -> contain al posto di cover*/
    object-fit: contain;
}

/* Lg */
@media (min-width: 992px) {
    .app-logo[b-zqvd2lugug] {
        transform: translateY(50%);
        margin-top: -50px;
        text-align: left;
    }
}
/* /Components/Layout/HostLayout.razor.rz.scp.css */
.dashboard-container[b-5qa42r5vk9] {
    display: flex;
    height: 100vh;
    background-color: var(--app-bg);
}

.topbar[b-5qa42r5vk9] {
    width: 100%;
    height: 105px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.main-content[b-5qa42r5vk9] {
    margin-top: 105px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page-content[b-5qa42r5vk9] {
    flex: 1;
    padding: 32px;
    overflow-y: auto;
}
/* /Components/Layout/LaundryLayout.razor.rz.scp.css */
/* Root layout */
.dashboard-container[b-s5s4byz82f] {
    display: flex;
    min-height: 100vh;
    background: var(--app-bg);
    color: var(--app-text);
    height: 100vh;
}

/* MAIN */
.main-content[b-s5s4byz82f] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* TOP BAR */
.top-header[b-s5s4byz82f] {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 64px;
    flex: 0 0 64px;
    background: var(--app-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--app-border-color);
    display: flex;
    align-items: center;
}

/* Contenuto della topbar */
.header-content[b-s5s4byz82f] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
}

/* Search */
.search-bar[b-s5s4byz82f] {
    flex: 1;
    min-width: 0;
}

.search-input-container[b-s5s4byz82f] {
    position: relative;
    max-width: 520px;
}

.search-icon[b-s5s4byz82f] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .7;
}

.search-input[b-s5s4byz82f] {
    width: 100%;
    height: 40px;
    padding: 0 12px 0 36px;
    border-radius: 12px;
    border: 1px solid var(--app-border-color);
    background: rgba(255,255,255,0.04);
    color: var(--app-border-color);
    outline: none;
}

    .search-input[b-s5s4byz82f]::placeholder {
        color: var(--app-text);
    }


/* Azioni a destra */
.header-actions[b-s5s4byz82f] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.notification-icon[b-s5s4byz82f] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    cursor: pointer;
}

.profile-section[b-s5s4byz82f] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    padding: 6px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
}

.profile-avatar[b-s5s4byz82f] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background-color: var(--app-border-color);
}

.profile-name[b-s5s4byz82f] {
    font-size: 14px;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* AREA CONTENUTO PAGINA */
.page-content[b-s5s4byz82f] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    padding: 24px;
}

/* Il contenitore dove metti @Body: centrato e con max-width */
.page-container[b-s5s4byz82f] {
    max-width: 1200px;
    margin: 0 auto; /* centra orizzontalmente */
    width: 100%;
}

/* Responsive: sidebar �collassa� su schermi piccoli */
@media (max-width: 992px) {
    .sidebar[b-s5s4byz82f] {
        width: 88px;
        flex-basis: 88px;
    }

    .profile-name[b-s5s4byz82f] {
        display: none;
    }

    .search-input-container[b-s5s4byz82f] {
        max-width: 100%;
    }

    .sidebar.is-collapsed[b-s5s4byz82f] {
        width: 88px;
        flex: 0 0 88px; /* <-- IMPORTANTISSIMO */
    }

}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dashboard-container[b-t8g4a3fn8t] {
    display: flex;
    height: 100vh;
    background-color: #ffffff;
}

.sidebar[b-t8g4a3fn8t] {
    width: 248px;
    background-color: #f9f9f9;
    border-right: 1px solid #e4e4e4;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
}

.main-content[b-t8g4a3fn8t] {
    flex: 1;
    margin-left: 248px;
    display: flex;
    flex-direction: column;
}

.top-header[b-t8g4a3fn8t] {
    height: 72px;
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    padding: 0 32px;
}

.header-content[b-t8g4a3fn8t] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-bar[b-t8g4a3fn8t] {
    width: 360px;
}

.search-input-container[b-t8g4a3fn8t] {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #afafaf;
    border-radius: 4px;
    padding: 10px 12px;
}

.search-icon[b-t8g4a3fn8t] {
    color: #afafaf;
    margin-right: 12px;
    font-size: 14px;
}

.search-input[b-t8g4a3fn8t] {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #afafaf;
    background: transparent;
}

    .search-input[b-t8g4a3fn8t]::placeholder {
        color: #afafaf;
    }

.header-actions[b-t8g4a3fn8t] {
    display: flex;
    align-items: center;
    gap: 32px;
}

.notification-icon[b-t8g4a3fn8t] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .notification-icon i[b-t8g4a3fn8t] {
        font-size: 20px;
        color: #000000;
    }

.profile-section[b-t8g4a3fn8t] {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.profile-avatar[b-t8g4a3fn8t] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.profile-section i[b-t8g4a3fn8t] {
    font-size: 12px;
    color: #000000;
}

.page-content[b-t8g4a3fn8t] {
    flex: 1;
    padding: 32px;
    overflow-y: auto;
}
/* /Components/Layout/SignUpLayout.razor.rz.scp.css */
.dashboard-container[b-pamgllhbs9] {
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: var(--app-bg);
}

.content[b-pamgllhbs9] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-card[b-pamgllhbs9] {
    max-width: 90%;
    width: 1200px;
}

.app-logo[b-pamgllhbs9] {
    text-align: center;
    transform: translateY(0);
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Right side illustration */
.illustration-image[b-pamgllhbs9] {
    width: 100%;
    height: 80vh; /*80vh al posto di 100vh e object-fit -> contain al posto di cover*/
    object-fit: contain;
}

/* Lg */
@media (min-width: 992px) {
    .app-logo[b-pamgllhbs9] {
        transform: translateY(50%);
        margin-top: -50px;
        text-align: left;
    }
}
