/* _content/FondazioneLavoro/Shared/FondazioneLayout.razor.rz.scp.css */
.page[b-0x3reqcih8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0x3reqcih8] {
    flex: 1;
}

.sidebar[b-0x3reqcih8] {
    background-color: #F2F2F2;
}

.top-row[b-0x3reqcih8] {
    margin-left: -250px;
    background-color: #FFFFFF;
    /*border-bottom: 1px solid #d6d5d5;*/
    box-shadow: 0px 8px 40px #091F2F1A;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.row[b-0x3reqcih8]{
    width: 100%;
}

    .header-logo[b-0x3reqcih8] {
      margin-left: 82px;
    }

    .user-icon[b-0x3reqcih8] {
        color: #C8323E;
    }

    .user-name[b-0x3reqcih8] {
        color: #C8323E;
    }

    .top-row[b-0x3reqcih8]  a, .top-row .btn-link[b-0x3reqcih8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-0x3reqcih8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0x3reqcih8] {
        display: none;
    }

    .top-row.auth[b-0x3reqcih8] {
        justify-content: space-between;
    }

    .top-row a[b-0x3reqcih8], .top-row .btn-link[b-0x3reqcih8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0x3reqcih8] {
        flex-direction: row;
    }

    .sidebar[b-0x3reqcih8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0x3reqcih8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-0x3reqcih8], article[b-0x3reqcih8] {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
