/* _content/Projektportal/Components/AppointmentCategory.razor.rz.scp.css */
.appointmentcategory-wrapper[b-acrxzm3i4v] {
    padding: 10px;
    margin: 10px 0px;
    background-color: #f0f0f0;
    border: 1px solid #adadad8a;
    border-radius: 4px;
    width: 100%;
}

    .appointmentcategory-wrapper > div:first-of-type[b-acrxzm3i4v] {
        display: grid;
        grid-template-columns: auto 20px;
        grid-gap: 10px;
    }

    .appointmentcategory-wrapper > div:nth-of-type(2)[b-acrxzm3i4v] {
        width: 100%
    }

.appointmentcategory-title[b-acrxzm3i4v] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 5px;
}
/* _content/Projektportal/Components/AppointmentListEntry.razor.rz.scp.css */
.appointment[b-9qlusrg7ri] {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .5rem;
    border: 1px solid #adadad8a;
    border-radius: 4px;
    margin: 5px 0;
    padding: 10px;
    cursor: pointer;
    min-width: 0;
}

    .appointment.background-color-status-not-ordered[b-9qlusrg7ri] {
        border: 1px dashed #535353 !important;
    }

.appointment-inner-left[b-9qlusrg7ri] {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

    .appointment-inner-left span[b-9qlusrg7ri] {
        vertical-align: middle;
    }

.appointment-inner-right[b-9qlusrg7ri] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    grid-template-areas:
        "subject status"
        "date assignee";
    gap: 5px 10px;
    min-width: 0;
    align-items: start;
}

    .appointment-inner-right > div[b-9qlusrg7ri] {
        min-width: 0;
    }

.appointment-subject[b-9qlusrg7ri] {
    grid-area: subject;
    overflow-wrap: break-word;
    word-break: break-word;
}

.appointment-status-badge[b-9qlusrg7ri] {
    grid-area: status;
    justify-self: end;
    align-self: start;
    white-space: nowrap;
}

.appointment-date[b-9qlusrg7ri] {
    grid-area: date;
}

.appointment-assignee[b-9qlusrg7ri] {
    grid-area: assignee;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .appointment-inner-right[b-9qlusrg7ri] {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        grid-template-areas:
            "subject status"
            "date assignee";
    }

    .appointment-status-badge[b-9qlusrg7ri] {
        justify-self: end;
        text-align: right;
        white-space: nowrap;
    }

    .appointment-assignee[b-9qlusrg7ri] {
        justify-self: end;
        text-align: right;
        white-space: nowrap;
    }
}
/* _content/Projektportal/Components/AppointmentTemplate.razor.rz.scp.css */
.appointmenttemplate[b-9vhlq0g26l] {
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr);
    height: 100%;
    overflow: hidden;
}

    .appointmenttemplate > .icon-wrapper[b-9vhlq0g26l] {
        border-radius: 4px 0px 0px 4px;
    }

    .appointmenttemplate > .appointmenttemplate-content[b-9vhlq0g26l] {
        border-radius: 0px 4px 4px 0px;
    }

    .appointmenttemplate > div > i[b-9vhlq0g26l] {
        padding: .4rem !important;
    }

    .appointmenttemplate > .icon-wrapper[b-9vhlq0g26l] {
        align-items: flex-start;
        display: flex;
        justify-content: center;
        height: 100%;
    }

    .appointmenttemplate > div > i.fa-exclamation[b-9vhlq0g26l] {
        color: red;
        font-size: 1.8rem;
    }

.appointmenttemplate-content[b-9vhlq0g26l] {
    align-items: center;
    display: flex;
    height: 100%;
    line-height: 1.2;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 0.25rem 0.5rem;
    white-space: normal;
    word-break: break-word;
}

    .appointmenttemplate-content > span[b-9vhlq0g26l] {
        white-space: normal;
    }
/* _content/Projektportal/Components/Buttons/BurgerButtonComponent.razor.rz.scp.css */
.burgerbutton[b-aqm9ehmhtm] {
    background: transparent;
    border-color: transparent;
    color: var(--s24-blue);
    padding: 0;
    margin-left: 1rem;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.icon[b-aqm9ehmhtm] {
    font-size: 1.8rem;
}
/* _content/Projektportal/Components/Buttons/S24ButtonComponent.razor.rz.scp.css */
.s24button[b-a5mbxb48l8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.5rem;
    padding: 0.625rem 1rem;
    border: 1px solid #163f73;
    background: var(--s24-blue);
    color: #ffffff;
    border-radius: 0;
    font: inherit;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

    .s24button:hover:not(:disabled)[b-a5mbxb48l8] {
        background: #ffffff;
        color: var(--s24-blue);
    }

    .s24button:disabled[b-a5mbxb48l8] {
        cursor: not-allowed;
        opacity: 0.7;
    }

.s24button-text[b-a5mbxb48l8] {
    display: inline-flex;
    align-items: center;
}

.s24button-spinner[b-a5mbxb48l8] {
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: s24-button-spin-b-a5mbxb48l8 0.7s linear infinite;
}

@keyframes s24-button-spin-b-a5mbxb48l8 {
    to {
        transform: rotate(360deg);
    }
}
/* _content/Projektportal/Components/CustomerFiles.razor.rz.scp.css */
.customerfiles-wrapper[b-luvlss55hy] {
    margin-top: 1rem;
    min-width: 0;
    width: 100%;
}

.customerfiles-actions-wrapper[b-luvlss55hy] {
    display: grid;
    grid-template-columns: 40% 60%;
}

.customerfiles-actions-info[b-luvlss55hy] {
    display: flex;
}

    .customerfiles-actions-info span[b-luvlss55hy] {
        align-self: end;
        margin-left: .5rem;
        margin-bottom: .5rem;
    }

        .customerfiles-actions-info span i[b-luvlss55hy] {
            margin-right: .5rem;
            font-size: 1.4rem;
        }

.customerfiles-button-container[b-luvlss55hy] {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    float: right;
}

    .customerfiles-button-container > button[b-luvlss55hy] {
        width: inherit;
        height: inherit;
    }

.customerfiles-action-button[b-luvlss55hy] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.customerfiles-table-wrapper[b-luvlss55hy] {
    min-width: 0;
    overflow-x: auto;
}
/* _content/Projektportal/Components/CustomerInformation.razor.rz.scp.css */
.customerinformation-wrapper[b-y7z1lf8482] {
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-top: 1rem;
    padding: 1rem;
    min-width: 0;
}

.customerinformation-title[b-y7z1lf8482] {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

.customerinformation-grid[b-y7z1lf8482] {
    display: grid;
    grid-template-columns: minmax(140px, max-content) minmax(0, 1fr);
    gap: 10px;
    margin: 10px 0;
    align-items: start;
}

    .customerinformation-grid > *[b-y7z1lf8482] {
        min-width: 0;
        overflow-wrap: anywhere;
    }

@media (max-width: 1499px) {
    .customerinformation-grid[b-y7z1lf8482] {
        grid-template-columns: 1fr;
    }

        .customerinformation-grid .no-wrap[b-y7z1lf8482] {
            white-space: normal;
        }
}
/* _content/Projektportal/Components/CustomerScheduler.razor.rz.scp.css */
.customerscheduler-wrapper[b-fp7prw6idq] {
    min-width: 0;
    margin-top: 2rem;
    overflow-x: auto;
    width: 100%;
}

.customerscheduler[b-fp7prw6idq] {
    min-width: 0;
    width: 100%;
}
/* _content/Projektportal/Components/Layout/AppBarComponent.razor.rz.scp.css */
header[b-zmi5ej2zql] {
    box-shadow: 0 .5rem 1rem rgba(34, 34, 34, .15);
    position: sticky;
    z-index: 1000;
}

.appbar[b-zmi5ej2zql] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: var(--appbar-height);
    position: relative;
    z-index: 1000;
}

    .appbar .left[b-zmi5ej2zql] {
        align-items: center;
        display: flex;
        justify-content: flex-start;
    }

    .appbar .right[b-zmi5ej2zql] {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }

.logo[b-zmi5ej2zql] {
    margin-left: 1rem;
    width: 17.5rem;
}

.help-button-container[b-zmi5ej2zql] {
    margin-right: 1rem;
}

.help-button[b-zmi5ej2zql] {
    color: var(--s24-blue);
    font-size: 2rem;
}

.userbadge-dropdown[b-zmi5ej2zql] {
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    right: .5rem;
    text-align: center;
    top: calc(100% + 8px);
    width: 215px;
    z-index: 1000;
}

.userbadge-dropdown-username[b-zmi5ej2zql] {
    font-size: 1rem;
    display: block;
    font-weight: 700;
    line-height: 1rem;
    text-decoration: none;
    color: var(--primary-hex) !important;
    margin-top: .5rem;
}

.userbadge-dropdown-logout[b-zmi5ej2zql] {
    color: var(--s24-blue);
    display: block;
    font-size: 1rem;
    margin: .5rem .5rem;
    line-height: 1rem;
    text-decoration: none;
}

    .userbadge-dropdown-logout:hover[b-zmi5ej2zql] {
        font-weight: 700;
    }

    .userbadge-dropdown-logout:hover i[b-zmi5ej2zql] {
        font-weight: 900;
    }

.userbadge-dropdown > .bottom-separator[b-zmi5ej2zql] {
    margin: 1rem 0 .5rem 0;
}

.userbadge-dropdown > .assembly-version-info[b-zmi5ej2zql] {
    font-size: .8rem;
    margin-top: 1rem;
    display: inline-block;
}

@media(max-width: 1000px) {
    .appbar[b-zmi5ej2zql] {
        height: var(--appbar-height-mobile);
    }
}
/* _content/Projektportal/Components/Layout/HelpPopupContent.razor.rz.scp.css */
.legend-list-wrapper[b-7sjvrcdyfi] {
    margin: .75rem;
}

    .legend-list-wrapper ul[b-7sjvrcdyfi] {
        list-style-type: none;
        padding-left: 0rem;
        display: inline-block;
        text-align: start;
        vertical-align: top;
        font-size: 1.2rem;
    }

    .legend-list-wrapper .legend-icon[b-7sjvrcdyfi] {
        width: 1.5rem;
        text-align: center;
    }

    .legend-list-wrapper .legend-icon-text[b-7sjvrcdyfi] {
        margin-left: 1rem;
    }

.color-block[b-7sjvrcdyfi] {
    border: 0.1rem solid #d3d3d3;
    display: inline-block;
    height: 1rem;
    margin: 0 .25rem;
    width: 1rem;
}
/* _content/Projektportal/Components/Layout/LoadingStateComponent.razor.rz.scp.css */
.loading-state[b-la8iv11d3g] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    min-height: calc(100vh - 120px);
    padding: 2rem;
    text-align: center;
    width: 100%;
}

.loading-state-text[b-la8iv11d3g] {
    color: #5f6c7b;
    font-size: 1rem;
    margin: 0;
}
/* _content/Projektportal/Components/Layout/NavigationShellComponent.razor.rz.scp.css */
.shell[b-4he2c0x35k] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}

.drawer[b-4he2c0x35k] {
    flex: 1 1 auto;
    min-height: 0;
}

[b-4he2c0x35k] .drawer-hidden {
    display: none;
}

.body-content[b-4he2c0x35k] {
    box-sizing: border-box;
    flex: 1 1 auto;
    height: calc(100vh - var(--appbar-height));
    min-height: 0;
    overflow: auto;
    padding: 8px 8px 64px 8px;
}

.drawer-header[b-4he2c0x35k] {
    align-items: center;
    display: flex;
    padding: 0;
}

.drawer-title[b-4he2c0x35k] {
    font-weight: 700;
}

.drawer-body[b-4he2c0x35k] {
    padding: 12px 12px 16px 12px;
}

.drawer-section-title[b-4he2c0x35k] {
    color: var(--s24-blue);
    font-weight: 600;
    margin: 8px 8px 12px 8px;
}

.drawer-section-container[b-4he2c0x35k] {
    display: flex;
    flex-direction: column;
}

    .drawer-section-container:not(:last-of-type)[b-4he2c0x35k] {
        margin-bottom: 1rem;
    }

[b-4he2c0x35k] .drawer-link {
    align-items: center;
    color: var(--black);
    display: flex;
    font-weight: 500;
    gap: 0;
    margin-left: 16px;
    padding: .5rem;
    text-decoration: none;
}

    [b-4he2c0x35k] .drawer-link i {
        align-items: center;
        display: inline-flex;
        font-size: 1.1rem;
        justify-content: center;
        margin-right: 8px;
        min-width: 1.5rem;
        width: 1.5rem;
    }

    [b-4he2c0x35k] .drawer-link:hover i,
    [b-4he2c0x35k] .drawer-link.active i {
        font-weight: 900;
    }

    [b-4he2c0x35k] .drawer-link.active {
        color: var(--s24-blue);
        font-weight: 700;
    }

    [b-4he2c0x35k] .drawer-link:hover {
        color: var(--s24-blue);
        font-weight: 700;
    }

[b-4he2c0x35k] .drawer-badge {
    border-radius: 999px;
    flex: 0 0 auto;
    height: 8px;
    margin-left: 8px;
    width: 8px;
}

[b-4he2c0x35k] .drawer-badge-error {
    background: var(--drawer-badge-error-color);
}
/* _content/Projektportal/Components/Layout/UserBadgeComponent.razor.rz.scp.css */
.userbadge[b-96fd9q8xqt] {
    border-radius: 50%;
    background-color: var(--s24-blue);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    height: 2rem;
    line-height: 2rem;
    margin-right: 1rem;
    position: relative;
    text-align: center;
    width: 2rem;
}
/* _content/Projektportal/Components/LoadingSpinnerComponent.razor.rz.scp.css */
.loading-spinner-container[b-5cvbqe8uh0] {
    align-items: center;
    display: flex;
}

.loading-spinner[b-5cvbqe8uh0] {
    animation: loading-spin-b-5cvbqe8uh0 0.8s linear infinite;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: var(--primary-hex);
    border-radius: 50%;
    box-sizing: border-box;
    height: 2rem;
    width: 2rem;
}

.loading-spinner-text[b-5cvbqe8uh0] {
    margin-left: 0.5rem;
    margin-bottom: 0;
}

@keyframes loading-spin-b-5cvbqe8uh0 {
    to {
        transform: rotate(360deg);
    }
}
/* _content/Projektportal/Components/LoginCard.razor.rz.scp.css */
.login-card[b-2fw4duwj7t] {
    margin: auto;
    min-width: 400px;
    padding: 1rem;
    width: 25%;
}

.title[b-2fw4duwj7t] {
    margin-top: 1rem;
}

.content[b-2fw4duwj7t] {
    box-shadow: 0 .5rem 1rem rgba(34, 34, 34, .15);
    text-align: center;
}
/* _content/Projektportal/Components/ProjectOverview.razor.rz.scp.css */
.projectoverview-options[b-53byy5xiyp] {
    height: 2rem;
    line-height: 2.2rem;
    margin-top: 1rem;
}

    .projectoverview-options > input[b-53byy5xiyp] {
        vertical-align: text-bottom;
    }

    .projectoverview-options > .dropdown > button:hover[b-53byy5xiyp], .projectoverview-options > .dropdown > button.show[b-53byy5xiyp] {
        background-color: white !important;
        color: var(--s24-blue) !important;
    }

    .projectoverview-options > .dropdown > button[b-53byy5xiyp] {
        background-color: var(--s24-blue) !important;
        color: white !important;
    }

    .projectoverview-options > span:first-of-type[b-53byy5xiyp] {
        margin-right: 20px;
    }

    .projectoverview-options label[b-53byy5xiyp] {
        margin-left: 5px;
    }

.projectoverview-columns[b-53byy5xiyp] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    min-width: 0;
}
/* _content/Projektportal/Pages/CustomerOverview.razor.rz.scp.css */
.customeroverview-wrapper[b-fkn4aptijh] {
    padding-bottom: 32px;
    min-width: 0;
    width: 100%;
}

.customeroverview-title[b-fkn4aptijh] {
    margin-top: 1rem;
    text-align: center;
}

.customeroverview-grid[b-fkn4aptijh] {
    display: grid;
    gap: 1rem;
    padding: 0 1rem;
    align-items: start;
}

    .customeroverview-grid > div[b-fkn4aptijh] {
        min-width: 0;
    }

.customeroverview-grid-project[b-fkn4aptijh] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
}

.customeroverview-grid-scheduler[b-fkn4aptijh] {
    grid-template-columns: minmax(280px, 1fr) minmax(0, 3fr);
}

.customeroverview-grid-files[b-fkn4aptijh] {
    grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
}

.customeroverview-projectinformation[b-fkn4aptijh] {
    margin-top: 1rem;
}

.customeroverview-projectorganisation[b-fkn4aptijh] {
    margin-top: 3rem;
}

@media (min-width: 991px) and (max-width: 1499px) {
    .customeroverview-grid-project[b-fkn4aptijh] {
        grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    }

        .customeroverview-grid-project .customeroverview-projectinformation[b-fkn4aptijh] {
            grid-column: 1 / -1;
        }

    .customeroverview-grid-scheduler[b-fkn4aptijh] {
        grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
    }

    .customeroverview-grid-files[b-fkn4aptijh] {
        grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
    }
}

@media (max-width: 990px) {
    .customeroverview-grid[b-fkn4aptijh],
    .customeroverview-grid-project[b-fkn4aptijh],
    .customeroverview-grid-scheduler[b-fkn4aptijh],
    .customeroverview-grid-files[b-fkn4aptijh] {
        grid-template-columns: 1fr;
        padding: 0;
    }

        .customeroverview-grid-project .customeroverview-projectinformation[b-fkn4aptijh],
        .customeroverview-grid-project .customeroverview-projectcontent[b-fkn4aptijh],
        .customeroverview-grid-project .customeroverview-projectorganisation[b-fkn4aptijh],
        .customeroverview-grid-scheduler .customeroverview-projectinformation[b-fkn4aptijh],
        .customeroverview-grid-scheduler .customeroverview-projectcontent[b-fkn4aptijh],
        .customeroverview-grid-files .customeroverview-projectinformation[b-fkn4aptijh],
        .customeroverview-grid-files .customeroverview-projectcontent[b-fkn4aptijh] {
            grid-column: auto;
            margin-top: 0;
        }
}
/* _content/Projektportal/Pages/Projects.razor.rz.scp.css */
.projects[b-epfzmc6vlw] {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    min-height: calc(100vh - 120px);
    padding: 8rem 1.5rem 3rem;
}

.hero[b-epfzmc6vlw] {
    margin-bottom: 2rem;
    text-align: center;
}

.title[b-epfzmc6vlw] {
    color: var(--s24-blue);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.subtitle[b-epfzmc6vlw] {
    color: #6d7788;
    font-size: 1.05rem;
    margin: 0.75rem 0 0;
}

.state[b-epfzmc6vlw] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}

.error-message[b-epfzmc6vlw] {
    color: #b00020;
    margin: 0;
}

.empty-message[b-epfzmc6vlw] {
    color: #4f5b6b;
    margin: 0;
}

.grid[b-epfzmc6vlw] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    justify-content: center;
    width: 100%;
}

.card[b-epfzmc6vlw] {
    background: #ffffff;
    border: 1px solid var(--s24-blue);
    cursor: pointer;
    min-height: 132px;
    padding: 1.35rem 1.25rem;
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    width: 100%;
}

    .card:hover[b-epfzmc6vlw] {
        border-color: var(--s24-green);
        box-shadow: 0 12px 28px rgba(15, 33, 63, 0.12);
        transform: translateY(-2px);
    }

    .card:focus-visible[b-epfzmc6vlw] {
        border-color: var(--s24-blue);
        box-shadow: 0 0 0 3px rgba(17, 51, 102, 0.15);
        outline: none;
    }

.card-title[b-epfzmc6vlw] {
    color: var(--s24-blue);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

.card-name[b-epfzmc6vlw] {
    color: #12233d;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.card-contact[b-epfzmc6vlw] {
    color: #5f6c7b;
    font-size: 0.95rem;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .page[b-epfzmc6vlw] {
        min-height: auto;
        padding-top: 4rem;
    }

    .subtitle[b-epfzmc6vlw] {
        margin: 0.75rem 2rem;
    }

    .grid[b-epfzmc6vlw] {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .card-title[b-epfzmc6vlw] {
        font-size: 1.75rem;
    }

    .loading[b-epfzmc6vlw] {
        align-items: center;
        display: flex;
        height: calc(100vh - 120px);
        justify-content: center;
        width: 100%;
    }
}
/* _content/Projektportal/Pages/Settings.razor.rz.scp.css */
.settings[b-i0pzlnf99v] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 0 24px 0;
}

.header[b-i0pzlnf99v] {
    display: block;
    gap: 1.5rem;
    text-align: center;
    flex-wrap: wrap;
}

.title[b-i0pzlnf99v] {
    margin-top: 0.5rem;
    font-size: 1.75rem;
}

.subtitle[b-i0pzlnf99v] {
    color: #6d7788;
    line-height: 1.5;
    margin: 0.5rem 0 0 0;
}

.status-message[b-i0pzlnf99v] {
    align-items: center;
    border: 1px solid transparent;
    display: flex;
    gap: 0.5rem;
    padding: 0.95rem 1rem;
}

.status-message-success[b-i0pzlnf99v] {
    background: var(--status-message-success-background);
    border-color: var(--status-message-success-border-color);
    color: var(--status-message-success-color);
}

.status-message-error[b-i0pzlnf99v] {
    background: var(--status-message-error-background);
    border-color: var(--status-message-error-border-color);
    color: var(--status-message-error-color);
}

.sync-hint[b-i0pzlnf99v] {
    align-items: center;
    border: 1px solid transparent;
    display: flex;
    gap: 0.5rem;
    padding: 0.95rem 1rem;
}

.sync-hint-icon[b-i0pzlnf99v] {
    flex: 0 0 auto;
    font-size: 0.95rem;
    line-height: 1;
}

.sync-hint-error[b-i0pzlnf99v] {
    background: var(--sync-hint-error-background);
    border-color: var(--sync-hint-error-border-color);
    color: var(--sync-hint-error-color);
}

.sync-header[b-i0pzlnf99v] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
}

    .sync-header h2[b-i0pzlnf99v] {
        color: #111827;
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0;
    }

    .sync-header p[b-i0pzlnf99v] {
        margin: 0.35rem 0 0 0;
        font-size: 0.95rem;
        color: #6d7788;
    }

.sync-actions[b-i0pzlnf99v] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.state-container[b-i0pzlnf99v] {
    align-items: center;
    color: #6b7280;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    min-height: 260px;
    padding: 2rem;
    text-align: center;
}

.state-empty h3[b-i0pzlnf99v] {
    margin: 0;
    color: #111827;
    font-size: 1.1rem;
}

.state-empty p[b-i0pzlnf99v] {
    margin: 0;
    max-width: 30rem;
    line-height: 1.5;
}

.table-wrapper[b-i0pzlnf99v] {
    overflow-x: auto;
}

.table-container[b-i0pzlnf99v] {
    background: #ffffff;
    border: 1px solid #d8d8d8;
}

.table-header[b-i0pzlnf99v] {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
}

    .table-header h2[b-i0pzlnf99v] {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 700;
        color: #111827;
    }

    .table-header p[b-i0pzlnf99v] {
        margin: 0.35rem 0 0 0;
        font-size: 0.95rem;
        color: #6d7788;
    }

.table[b-i0pzlnf99v] {
    border: 1px solid #d8d8d8;
    border-collapse: collapse;
    width: 100%;
}

    .table thead th[b-i0pzlnf99v] {
        background: #ececec;
        border-right: 1px solid #d8d8d8;
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.02em;
        padding: 0.95rem 1.25rem;
        text-align: left;
        white-space: nowrap;
    }

        .table thead th:last-child[b-i0pzlnf99v] {
            border-right: none;
        }

    .table tbody td[b-i0pzlnf99v] {
        border-bottom: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        padding: 1rem 1.25rem;
        vertical-align: top;
    }

        .table tbody td:last-child[b-i0pzlnf99v] {
            border-right: none;
        }

    .table tbody tr:hover[b-i0pzlnf99v] {
        background: rgba(34, 34, 34, 0.075);
    }

.date-cell[b-i0pzlnf99v] {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.name-cell[b-i0pzlnf99v] {
    font-weight: 600;
    white-space: nowrap;
}

.states-cell[b-i0pzlnf99v] {
    line-height: 1.5;
}

.sync-status[b-i0pzlnf99v] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sync-status-item[b-i0pzlnf99v] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.9rem 1.25rem;
}

    .sync-status-item:last-child[b-i0pzlnf99v] {
        border-right: none;
    }

.sync-status-label[b-i0pzlnf99v] {
    color: #6d7788;
    font-size: 0.9rem;
    font-weight: 600;
}

.sync-status-value[b-i0pzlnf99v] {
    color: var(--sync-status-value-color);
    font-size: 0.9rem;
    line-height: 1.4;
}

.sync-status-value-error[b-i0pzlnf99v] {
    color: var(--sync-status-error-color);
    font-weight: 600;
}

.sync-status-detail[b-i0pzlnf99v] {
    color: var(--sync-status-detail-color);
    font-size: 0.85rem;
    font-weight: 400;
    margin-left: 0.5rem;
}

@keyframes spin-b-i0pzlnf99v {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 640px) {
    .settings[b-i0pzlnf99v] {
        padding: 0;
    }

    .sync-header[b-i0pzlnf99v],
    .table thead th[b-i0pzlnf99v],
    .table tbody td[b-i0pzlnf99v] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sync-header[b-i0pzlnf99v] {
        align-items: flex-start;
        flex-direction: column;
    }

    .sync-actions[b-i0pzlnf99v] {
        width: 100%;
    }

    .name-cell[b-i0pzlnf99v] {
        white-space: normal;
    }

    .sync-status[b-i0pzlnf99v] {
        grid-template-columns: 1fr;
    }

    .sync-status-detail[b-i0pzlnf99v] {
        display: block;
        margin-left: 0;
        margin-top: 0.25rem;
    }
}
/* _content/Projektportal/Shared/MainLayout.razor.rz.scp.css */
.page[b-yvezj81gic] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yvezj81gic] {
    flex: 1;
}

.sidebar[b-yvezj81gic] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yvezj81gic] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

    .top-row[b-yvezj81gic], article[b-yvezj81gic] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
