@import '_content/IC.SolveraBlazor.UiLibHsk/IC.SolveraBlazor.UiLibHsk.2ay16csxil.bundle.scp.css';
@import '_content/IC.SolveraBlazor.UiLib/IC.SolveraBlazor.UiLib.dgqs9hfg3j.bundle.scp.css';

/* /Pages/Admin/ChangeRequestsAdmin.razor.rz.scp.css */
.change-requests-admin-page[b-jqoj5xcqoy] {
    padding: 16px 0 48px;
}

.change-requests-admin-empty[b-jqoj5xcqoy] {
    padding: 28px;
    background: #fff;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    color: #667085;
}

.change-requests-admin-list[b-jqoj5xcqoy] {
    display: grid;
    gap: 14px;
}

.change-request-admin-card[b-jqoj5xcqoy] {
    background: #fff;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    padding: 16px;
}

.change-request-admin-header[b-jqoj5xcqoy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.change-request-admin-date[b-jqoj5xcqoy] {
    font-weight: 700;
    color: #1f2933;
}

.change-request-admin-user[b-jqoj5xcqoy] {
    margin-top: 3px;
    color: #344054;
    font-size: 13px;
}

.change-request-admin-url[b-jqoj5xcqoy] {
    display: inline-block;
    margin-top: 4px;
    color: #336b87;
    font-size: 13px;
    word-break: break-word;
}

.change-request-admin-status[b-jqoj5xcqoy] {
    min-width: 170px;
    border: 1px solid #cfd6dd;
    border-radius: 6px;
    padding: 7px 10px;
    background: #fff;
}

.change-request-admin-text[b-jqoj5xcqoy] {
    margin-bottom: 14px;
    white-space: pre-wrap;
    color: #1f2933;
    line-height: 1.45;
}

.change-request-admin-external[b-jqoj5xcqoy] {
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
    border-radius: 6px;
    padding: 10px 12px;
}

.change-request-admin-external.is-success[b-jqoj5xcqoy] {
    background: #e8f5ee;
    color: #1f7a4d;
}

.change-request-admin-external.is-warning[b-jqoj5xcqoy] {
    background: #fff8e6;
    color: #594200;
}

.change-request-admin-ai[b-jqoj5xcqoy] {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    border: 1px solid #d8dde3;
    border-radius: 6px;
    background: #f6f8fa;
    padding: 12px;
}

.change-request-admin-answer-label[b-jqoj5xcqoy] {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #1f2933;
}

.change-request-admin-answer[b-jqoj5xcqoy] {
    width: 100%;
    min-height: 110px;
    resize: vertical;
    border: 1px solid #cfd6dd;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.45;
}

.change-request-admin-agent-prompt[b-jqoj5xcqoy] {
    width: 100%;
    min-height: 150px;
    resize: vertical;
    border: 1px solid #cfd6dd;
    border-radius: 6px;
    background: #fff;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.45;
}

.change-request-admin-actions[b-jqoj5xcqoy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.change-request-admin-actions span[b-jqoj5xcqoy] {
    color: #667085;
    font-size: 12px;
}

@media (max-width: 640px) {
    .change-request-admin-header[b-jqoj5xcqoy],
    .change-request-admin-actions[b-jqoj5xcqoy] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/App/_ReconnectDialog.razor.rz.scp.css */
.components-reconnect-show > div[b-1hirjx5ygf],
.components-reconnect-failed > div[b-1hirjx5ygf],
.components-reconnect-rejected > div[b-1hirjx5ygf] {
    display: none;
}

.components-reconnect-hide > .hide[b-1hirjx5ygf],
.components-reconnect-show > .show[b-1hirjx5ygf],
.components-reconnect-failed > .failed[b-1hirjx5ygf],
.components-reconnect-rejected > .rejected[b-1hirjx5ygf] {
    display: block;
}



.p5[b-1hirjx5ygf] {
    padding-right: 5px;
}

.p10[b-1hirjx5ygf] {
    padding-right: 10px;
}

.myDialog[b-1hirjx5ygf] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    height: 150px;
    width: 400px;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 16%);
}

.components-reconnect-top[b-1hirjx5ygf] {
    background: #6422EB;
    display: flex;
    flex-direction: row;
    height: 60px;
    transition: height 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    padding: 20px;
    color: white;
    width: 100%;
}

.components-reconnect-bottom[b-1hirjx5ygf] {
    display: flex;
    flex-direction: row;
    padding: 20px;
}
/* /Pages/Authorization/Components/FrontendPasswordEditComponent.razor.rz.scp.css */
/* /Pages/Authorization/Login.razor.rz.scp.css */
.auth-page[b-ob7cliauw5] {
    --auth-bg: linear-gradient(135deg, #f6f7f3 0%, #eef3e8 48%, #f8faf6 100%);
    --auth-card-bg: rgba(255, 255, 255, 0.92);
    --auth-border: rgba(18, 66, 145, 0.12);
    --auth-shadow: 0 24px 60px rgba(18, 66, 145, 0.12);
    --auth-primary: #21489b;
    --auth-primary-dark: #17356f;
    --auth-text: #24364b;
    --auth-muted: #607188;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--auth-bg);
    padding: 48px 24px 28px;
}

.auth-page[b-ob7cliauw5],
.auth-page *[b-ob7cliauw5] {
    box-sizing: border-box;
}

.auth-page__ambient[b-ob7cliauw5] {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(6px);
}

.auth-page__ambient--one[b-ob7cliauw5] {
    top: -140px;
    right: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(149, 168, 106, 0.28) 0%, rgba(149, 168, 106, 0) 70%);
}

.auth-page__ambient--two[b-ob7cliauw5] {
    left: -120px;
    bottom: 60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(33, 72, 155, 0.16) 0%, rgba(33, 72, 155, 0) 70%);
}

.auth-shell[b-ob7cliauw5] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 1.08fr) minmax(320px, 0.92fr);
    gap: 28px;
    max-width: 1240px;
    margin: 0 auto;
    align-items: stretch;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.auth-hero[b-ob7cliauw5],
.auth-card[b-ob7cliauw5] {
    border: 1px solid var(--auth-border);
    border-radius: 28px;
    box-shadow: var(--auth-shadow);
    backdrop-filter: blur(12px);
    min-width: 0;
    box-sizing: border-box;
}

.auth-hero[b-ob7cliauw5] {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(150deg, rgba(33, 72, 155, 0.95) 0%, rgba(25, 56, 116, 0.96) 56%, rgba(149, 168, 106, 0.94) 100%);
    color: #fff;
}

.auth-hero[b-ob7cliauw5]::before {
    content: "";
    position: absolute;
    inset: auto -80px -80px auto;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 72%);
}

.auth-hero__brand[b-ob7cliauw5],
.auth-hero__content[b-ob7cliauw5] {
    position: relative;
    z-index: 1;
}

.auth-hero__brand[b-ob7cliauw5] {
    display: flex;
    align-items: center;
    gap: 18px;
}

.auth-hero__logo[b-ob7cliauw5] {
    width: 104px;
    max-width: 28%;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 32px rgba(13, 35, 72, 0.18);
}

.auth-hero__eyebrow[b-ob7cliauw5] {
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.84;
}

.auth-hero__content[b-ob7cliauw5] {
    max-width: 560px;
    min-width: 0;
}

.auth-hero__title[b-ob7cliauw5] {
    margin: 0 0 18px;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 0.96;
    letter-spacing: 0;
    font-weight: 700;
    color: var(--hako-gold);
    white-space: normal;
}

.auth-hero__title span[b-ob7cliauw5] {
    display: block;
}

.auth-hero__text[b-ob7cliauw5] {
    margin: 0 0 28px;
    max-width: 36rem;
    font-size: 1.07rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.86);
    text-align: left;
}

.auth-hero__notice[b-ob7cliauw5] {
    display: grid;
    gap: 14px;
    max-width: 40rem;
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.auth-hero__notice p[b-ob7cliauw5] {
    margin: 0;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.auth-card[b-ob7cliauw5] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 700px;
    padding: 42px 38px 34px;
    background: var(--auth-card-bg);
}

.auth-card__header[b-ob7cliauw5] {
    margin-bottom: 28px;
}

.auth-card__kicker[b-ob7cliauw5] {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--auth-primary);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.auth-card__title[b-ob7cliauw5] {
    margin: 0 0 10px;
    color: var(--auth-primary-dark);
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
    letter-spacing: 0;
}

.auth-card__text[b-ob7cliauw5] {
    margin: 0;
    color: var(--auth-muted);
    line-height: 1.65;
    white-space: normal;
    text-align: left;
}

.auth-card__body[b-ob7cliauw5] {
    display: flex;
    flex-direction: column;
}

.auth-card__footer[b-ob7cliauw5] {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(36, 54, 75, 0.08);
    color: var(--auth-muted);
}

.auth-card__link[b-ob7cliauw5] {
    margin-left: 8px;
    color: var(--auth-primary);
    font-weight: 700;
    text-decoration: none;
}

.auth-card__link:hover[b-ob7cliauw5] {
    color: var(--auth-primary-dark);
    text-decoration: underline;
}

.auth-footer[b-ob7cliauw5] {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 20px auto 0;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--auth-muted);
}

.auth-footer__socials[b-ob7cliauw5] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.auth-footer__socials a[b-ob7cliauw5] {
    color: var(--auth-primary);
    transition: transform 0.18s ease, color 0.18s ease;
}

.auth-footer__socials a:hover[b-ob7cliauw5] {
    color: var(--auth-primary-dark);
    transform: translateY(-1px);
}

@media (max-width: 1080px) {
    .auth-shell[b-ob7cliauw5] {
        grid-template-columns: 1fr;
    }

    .auth-hero[b-ob7cliauw5],
    .auth-card[b-ob7cliauw5] {
        min-height: auto;
    }

    .auth-hero[b-ob7cliauw5] {
        padding: 34px 30px;
    }
}

@media (max-width: 720px) {
    .auth-page[b-ob7cliauw5] {
        padding: 18px 14px 22px;
    }

    .auth-shell[b-ob7cliauw5] {
        gap: 16px;
        grid-template-columns: minmax(0, 1fr);
        max-width: calc(100vw - 28px);
    }

    .auth-hero[b-ob7cliauw5],
    .auth-card[b-ob7cliauw5] {
        border-radius: 22px;
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
    }

    .auth-hero[b-ob7cliauw5] {
        padding: 26px 20px;
    }

    .auth-hero__content[b-ob7cliauw5] {
        max-width: calc(100vw - 68px);
        width: calc(100vw - 68px);
    }

    .auth-hero__title[b-ob7cliauw5] {
        max-width: 100%;
        font-size: clamp(1.28rem, 5.6vw, 1.72rem);
        line-height: 1.12;
        white-space: normal !important;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .auth-hero__text[b-ob7cliauw5] {
        max-width: 18rem;
        font-size: 0.98rem;
        line-height: 1.55;
        white-space: normal !important;
        overflow-wrap: anywhere;
        text-align: left !important;
    }

    .auth-hero__brand[b-ob7cliauw5] {
        gap: 12px;
    }

    .auth-hero__logo[b-ob7cliauw5] {
        width: 84px;
        max-width: 34%;
    }

    .auth-card[b-ob7cliauw5] {
        padding: 28px 20px 24px;
    }

    .auth-card__text[b-ob7cliauw5],
    .auth-card__footer[b-ob7cliauw5] {
        max-width: calc(100vw - 68px);
        white-space: normal !important;
        overflow-wrap: anywhere;
        text-align: left !important;
    }

    .auth-card[b-ob7cliauw5]  form,
    .auth-card[b-ob7cliauw5]  .login-container,
    .auth-card[b-ob7cliauw5]  .login-section,
    .auth-card[b-ob7cliauw5]  .form-group,
    .auth-card[b-ob7cliauw5]  .login-input,
    .auth-card[b-ob7cliauw5]  .form-control {
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .auth-footer[b-ob7cliauw5] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.auth-card[b-ob7cliauw5]  .login-container {
    width: 100%;
}

.auth-card[b-ob7cliauw5]  .validationInformation {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(33, 72, 155, 0.06);
    color: var(--auth-primary-dark);
}

.auth-card[b-ob7cliauw5]  .login-input,
.auth-card[b-ob7cliauw5]  .form-control {
    min-height: 58px;
    border-radius: 16px;
    border: 1px solid rgba(36, 54, 75, 0.12);
    background: rgba(246, 248, 251, 0.94);
    color: var(--auth-text);
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.auth-card[b-ob7cliauw5]  .login-input:focus,
.auth-card[b-ob7cliauw5]  .form-control:focus {
    border-color: rgba(33, 72, 155, 0.44);
    box-shadow: 0 0 0 4px rgba(33, 72, 155, 0.12);
    transform: translateY(-1px);
}

.auth-card[b-ob7cliauw5]  .btn.btn-primary {
    min-height: 54px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #21489b 0%, #17356f 100%);
    box-shadow: 0 16px 32px rgba(33, 72, 155, 0.2);
    font-weight: 700;
}

.auth-card[b-ob7cliauw5]  .btn.btn-primary:hover {
    filter: brightness(1.03);
}

.auth-card[b-ob7cliauw5]  .login-link,
.auth-card[b-ob7cliauw5]  .registerlink {
    color: var(--auth-primary);
    font-weight: 700;
    text-decoration: none;
}

.auth-card[b-ob7cliauw5]  .login-link:hover,
.auth-card[b-ob7cliauw5]  .registerlink:hover {
    color: var(--auth-primary-dark);
    text-decoration: underline;
}

.auth-language-switch[b-ob7cliauw5] {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto 18px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.auth-language-switch__item[b-ob7cliauw5] {
    min-width: 54px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(36, 54, 75, 0.1);
    background: rgba(255, 255, 255, 0.72);
    color: var(--auth-primary-dark);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.auth-language-switch__item:hover[b-ob7cliauw5] {
    transform: translateY(-1px);
    color: var(--auth-primary-dark);
    box-shadow: 0 10px 24px rgba(18, 66, 145, 0.08);
}

.auth-language-switch__item.is-active[b-ob7cliauw5] {
    background: linear-gradient(135deg, #21489b 0%, #17356f 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(18, 66, 145, 0.18);
}

@media (max-width: 720px) {
    .auth-language-switch[b-ob7cliauw5] {
        margin-bottom: 12px;
    }
}

.auth-card__back[b-ob7cliauw5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: var(--auth-primary-dark);
    font-weight: 700;
    text-decoration: none;
}

.auth-card__back:hover[b-ob7cliauw5] {
    color: var(--auth-primary);
    text-decoration: underline;
}

.auth-card__footer-register[b-ob7cliauw5] {
    display: block;
}
/* /Pages/Authorization/LoginAsp.cshtml.rz.scp.css */
/* /Pages/Authorization/MyProfile.razor.rz.scp.css */
.user-popup-overlay[b-c4irrjj0no] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 997;
    cursor: default;
}

.user-popup-menu[b-c4irrjj0no] {
    z-index: 998;
    position: absolute;
    Top: 50px;
    right: 0px;
    padding: 10px;
    width: 350px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background-color: white;
    text-align: center;
    border-radius: 3px;
}


.user-popup-menu-title[b-c4irrjj0no] {
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.user-popup-menu-profile-icon[b-c4irrjj0no] {
    font-size: var(--font-size-4xl);
    text-align: center;
    color: #808080;
}

    .user-popup-menu-profile-icon .k-icon[b-c4irrjj0no] {
        font-size: var(--font-size-3xl);
    }

.user-popup-menu-footer[b-c4irrjj0no] {
    border-top: 1px solid white;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.user-popup-menu-right[b-c4irrjj0no] {
    justify-content: right;
    align-content: flex-end;
}

.user-popup-menu-left[b-c4irrjj0no] {
    justify-content: left;
}

.frontend-user-container[b-c4irrjj0no] {
    width: auto;
    display: flex;
    color: white;
    gap: 10px;
    height: 37px;
    cursor: pointer;
}

.frontend-user-relative-container[b-c4irrjj0no] {
    position: relative;
}

.frontend-user-name[b-c4irrjj0no], .frontend-user-name-multirow[b-c4irrjj0no] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: var(--greenDarker);
}

.frontend-subuser-name[b-c4irrjj0no] {
    text-align: end;
}

.user-profile-badge[b-c4irrjj0no] {
    background-color: white;
    border: 1px solid #d9d9d9;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.user-message-data[b-c4irrjj0no] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: black;
    text-align: start;
    flex: 1;
}

.user-message-icon-container[b-c4irrjj0no] {
    font-size: var(--font-size-xl);
    width: 50px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-message-subject[b-c4irrjj0no] {
    color: black;
    text-align: start;
}

.user-message-text[b-c4irrjj0no] {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.news-item-buttons[b-c4irrjj0no] {
    height: 100%;
}

.news-button[b-c4irrjj0no] {
    color: #808080;
    background-color: #F2F2F2;
    border-left: 1px solid #d9d9d9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 20px;
}

.news-button-icon[b-c4irrjj0no] {
    margin: auto;
}

.user-popup-content[b-c4irrjj0no] {
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 300px;
    padding-right: 5px;
    margin-right: -5px;
}

.user-message-container[b-c4irrjj0no] {
    background-color: white;
    border: 1px solid #d9d9d9;
    border-left: 4px solid #d9d9d9;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    min-height: 60px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .user-message-container:hover[b-c4irrjj0no] {

    }

        .user-message-container:hover .news-button[b-c4irrjj0no] {
 
            color: white;
        }



.organization-button-container[b-c4irrjj0no] {
    display: flex;
    justify-content: flex-end;
}

.user-message-footer[b-c4irrjj0no] {
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
    margin-top: 10px;
}

.show-all-button[b-c4irrjj0no] {
    gap: 5px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}


    .show-all-button:hover[b-c4irrjj0no] {
        text-decoration: underline;
    }

.user-message-title[b-c4irrjj0no] {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.box-profile[b-c4irrjj0no] {
    padding: 30px;
}
/* /Pages/Authorization/PublicLogin.razor.rz.scp.css */


.btn-primary[b-wh1e70iopz] {
    border-radius: .25rem;
}
/* /Pages/Authorization/PublicResetPassword.razor.rz.scp.css */
/* /Pages/Authorization/Register.razor.rz.scp.css */
.auth-page-register[b-rz1wdgeebl] {
    --auth-bg: linear-gradient(160deg, #f6f7f3 0%, #edf4ea 44%, #f7f9f5 100%);
    --auth-card-bg: rgba(255, 255, 255, 0.94);
    --auth-border: rgba(18, 66, 145, 0.12);
    --auth-shadow: 0 24px 60px rgba(18, 66, 145, 0.11);
    --auth-primary: #21489b;
    --auth-primary-dark: #17356f;
    --auth-text: #24364b;
    --auth-muted: #607188;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: var(--auth-bg);
    padding: 32px 24px 28px;
}

.auth-page-register .auth-page__ambient[b-rz1wdgeebl] {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.auth-page-register .auth-page__ambient--one[b-rz1wdgeebl] {
    top: -120px;
    left: -90px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(149, 168, 106, 0.2) 0%, rgba(149, 168, 106, 0) 72%);
}

.auth-page-register .auth-page__ambient--two[b-rz1wdgeebl] {
    right: -120px;
    bottom: 100px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(33, 72, 155, 0.14) 0%, rgba(33, 72, 155, 0) 72%);
}

.register-shell[b-rz1wdgeebl] {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
}

.register-hero[b-rz1wdgeebl] {
    margin-bottom: 22px;
    padding: 34px 38px;
    border-radius: 28px;
    border: 1px solid var(--auth-border);
    background: linear-gradient(140deg, rgba(33, 72, 155, 0.96) 0%, rgba(22, 54, 113, 0.95) 62%, rgba(149, 168, 106, 0.92) 100%);
    box-shadow: var(--auth-shadow);
    color: #fff;
}

.register-hero__brand[b-rz1wdgeebl] {
    display: flex;
    align-items: center;
    gap: 18px;
}

.register-hero__logo[b-rz1wdgeebl] {
    width: 92px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 32px rgba(13, 35, 72, 0.18);
}

.register-hero__eyebrow[b-rz1wdgeebl] {
    display: block;
    margin-bottom: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.84;
}

.register-hero__title[b-rz1wdgeebl] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.register-hero__text[b-rz1wdgeebl] {
    max-width: 48rem;
    margin: 18px 0 0;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.register-card[b-rz1wdgeebl] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.72fr);
    gap: 24px;
    padding: 30px;
    border-radius: 28px;
    border: 1px solid var(--auth-border);
    background: var(--auth-card-bg);
    box-shadow: var(--auth-shadow);
    backdrop-filter: blur(12px);
}

.register-card__content[b-rz1wdgeebl] {
    min-width: 0;
}

.register-note[b-rz1wdgeebl] {
    align-self: start;
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(242, 246, 237, 0.95) 0%, rgba(235, 241, 231, 0.95) 100%);
    border: 1px solid rgba(149, 168, 106, 0.26);
    color: var(--auth-text);
}

.register-note__kicker[b-rz1wdgeebl] {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--auth-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.register-note p[b-rz1wdgeebl] {
    margin: 0 0 14px;
    line-height: 1.7;
}

.register-note p:last-child[b-rz1wdgeebl] {
    margin-bottom: 0;
}

.register-note a[b-rz1wdgeebl] {
    color: var(--auth-primary);
    font-weight: 700;
    text-decoration: none;
}

.register-note a:hover[b-rz1wdgeebl] {
    color: var(--auth-primary-dark);
    text-decoration: underline;
}

.auth-footer[b-rz1wdgeebl] {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 20px auto 0;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--auth-muted);
}

.auth-footer__socials[b-rz1wdgeebl] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.auth-footer__socials a[b-rz1wdgeebl] {
    color: var(--auth-primary);
    transition: transform 0.18s ease, color 0.18s ease;
}

.auth-footer__socials a:hover[b-rz1wdgeebl] {
    color: var(--auth-primary-dark);
    transform: translateY(-1px);
}

@media (max-width: 1080px) {
    .register-card[b-rz1wdgeebl] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .auth-page-register[b-rz1wdgeebl] {
        padding: 18px 14px 22px;
    }

    .register-hero[b-rz1wdgeebl],
    .register-card[b-rz1wdgeebl] {
        border-radius: 22px;
    }

    .register-hero[b-rz1wdgeebl] {
        padding: 24px 20px;
    }

    .register-hero__brand[b-rz1wdgeebl] {
        align-items: flex-start;
        gap: 14px;
    }

    .register-hero__logo[b-rz1wdgeebl] {
        width: 72px;
    }

    .register-card[b-rz1wdgeebl] {
        padding: 18px;
    }

    .register-note[b-rz1wdgeebl] {
        padding: 18px;
    }

    .auth-footer[b-rz1wdgeebl] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.register-card[b-rz1wdgeebl]  .registration-container {
    width: 100%;
}

.register-card[b-rz1wdgeebl]  .font-bold.custom-color-primary {
    display: inline-block;
    margin-bottom: 4px;
    color: var(--auth-primary-dark) !important;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.register-card[b-rz1wdgeebl]  .form-label {
    margin-bottom: 8px;
    color: var(--auth-text);
    font-weight: 600;
}

.register-card[b-rz1wdgeebl]  .form-control,
.register-card[b-rz1wdgeebl]  .iti,
.register-card[b-rz1wdgeebl]  .iti input,
.register-card[b-rz1wdgeebl]  .iti input[type=text],
.register-card[b-rz1wdgeebl]  .iti input[type=tel] {
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(36, 54, 75, 0.12);
    background: rgba(246, 248, 251, 0.94);
    color: var(--auth-text);
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.register-card[b-rz1wdgeebl]  .form-control:focus,
.register-card[b-rz1wdgeebl]  .iti input:focus,
.register-card[b-rz1wdgeebl]  .iti input[type=text]:focus,
.register-card[b-rz1wdgeebl]  .iti input[type=tel]:focus {
    border-color: rgba(33, 72, 155, 0.44);
    box-shadow: 0 0 0 4px rgba(33, 72, 155, 0.12);
    transform: translateY(-1px);
}

.register-card[b-rz1wdgeebl]  .validation-message,
.register-card[b-rz1wdgeebl]  .validationInformation,
.register-card[b-rz1wdgeebl]  .validation-summary-errors {
    color: #a82f2f;
}

.register-card[b-rz1wdgeebl]  .btn.btn-primary,
.register-card[b-rz1wdgeebl]  .btn.btn-secondary {
    min-height: 54px;
    border-radius: 16px;
    font-weight: 700;
}

.register-card[b-rz1wdgeebl]  .btn.btn-primary {
    border: 0;
    background: linear-gradient(135deg, #21489b 0%, #17356f 100%);
    box-shadow: 0 16px 32px rgba(33, 72, 155, 0.18);
}

.register-card[b-rz1wdgeebl]  .btn.btn-secondary {
    border: 1px solid rgba(36, 54, 75, 0.12);
    background: #fff;
    color: var(--auth-primary-dark);
}
/* /Pages/Authorization/VerifiedEmail.razor.rz.scp.css */
/* /Pages/Authorization/VerifyEmail.razor.rz.scp.css */
/* /Pages/Authorization/VerifyPhone.razor.rz.scp.css */
.main-page-body-content[b-zaerdkxmi6] {
        display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1rem;
    justify-content: center
}
/* /Pages/Dashboard/Components/AnalyticsStatisticComponent.razor.rz.scp.css */
body[b-nbf4v2cgxb] {
}
/* /Pages/Dashboard/Components/CrmDashboardComponent.razor.rz.scp.css */
.crm-dashboard-shell[b-u3bs0sp4ht] {
    padding: 12px 0 24px;
}

.crm-dashboard-toolbar[b-u3bs0sp4ht] {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.crm-dashboard-toolbar h3[b-u3bs0sp4ht] {
    color: #0d3b66;
    font-size: 28px;
    font-weight: 700;
    margin: 4px 0;
}

.crm-dashboard-eyebrow[b-u3bs0sp4ht] {
    color: #3d7a85;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.crm-dashboard-subtitle[b-u3bs0sp4ht] {
    color: #5a6c7d;
    font-size: 14px;
}

.crm-dashboard-loading[b-u3bs0sp4ht],
.crm-dashboard-empty[b-u3bs0sp4ht] {
    align-items: center;
    background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
    border: 1px solid #d8e5ee;
    border-radius: 18px;
    color: #3f5368;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    min-height: 220px;
    padding: 28px;
}

.crm-widget-card[b-u3bs0sp4ht] {
    background: #e6eff6;
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 20px;
    position: relative;
}

.crm-widget-icon[b-u3bs0sp4ht] {
    align-items: center;
    background: #0d3b66;
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.crm-widget-content[b-u3bs0sp4ht] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
}

.crm-widget-value[b-u3bs0sp4ht] {
    color: #0d3b66;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.crm-widget-description[b-u3bs0sp4ht] {
    color: #4f6475;
    font-size: 14px;
    margin-top: 10px;
}

.crm-widget-hide[b-u3bs0sp4ht] {
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: #1e6f7d;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}

.crm-widget-hide:hover[b-u3bs0sp4ht] {
    color: #0d3b66;
}

.crm-widget-window-content[b-u3bs0sp4ht] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.crm-widget-window-intro[b-u3bs0sp4ht] {
    color: #4f6475;
    font-size: 14px;
}

.crm-widget-grid[b-u3bs0sp4ht] {
    display: grid;
    gap: 20px;
}

.crm-widget-grid--tablet[b-u3bs0sp4ht] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crm-widget-grid--mobile[b-u3bs0sp4ht] {
    grid-template-columns: minmax(0, 1fr);
}

.crm-widget-grid-item[b-u3bs0sp4ht] {
    background: #ffffff;
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    overflow: hidden;
}

.crm-widget-grid-title[b-u3bs0sp4ht] {
    border-bottom: 1px solid #e6eff5;
    color: #d79a45;
    font-size: 16px;
    padding: 16px 20px;
}

.crm-widget-toggle-row[b-u3bs0sp4ht] {
    align-items: center;
    border: 1px solid #deebf1;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.crm-widget-toggle-title[b-u3bs0sp4ht] {
    color: #17324d;
    font-size: 15px;
    font-weight: 700;
}

.crm-widget-toggle-description[b-u3bs0sp4ht] {
    color: #5f7387;
    font-size: 13px;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .crm-dashboard-toolbar[b-u3bs0sp4ht] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Pages/Dashboard/Components/HrDashboardComponent.razor.rz.scp.css */
.hr-dashboard-shell[b-izgmoptngh] {
    padding: 12px 0 24px;
}

.hr-dashboard-toolbar[b-izgmoptngh] {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hr-dashboard-toolbar h3[b-izgmoptngh] {
    color: #0d3b66;
    font-size: 28px;
    font-weight: 700;
    margin: 4px 0;
}

.hr-dashboard-eyebrow[b-izgmoptngh] {
    color: #3d7a85;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hr-dashboard-subtitle[b-izgmoptngh] {
    color: #5a6c7d;
    font-size: 14px;
}

.hr-dashboard-loading[b-izgmoptngh],
.hr-dashboard-empty[b-izgmoptngh] {
    align-items: center;
    background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
    border: 1px solid #d8e5ee;
    border-radius: 18px;
    color: #3f5368;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    min-height: 220px;
    padding: 28px;
}

.hr-widget-card[b-izgmoptngh] {
    background: linear-gradient(160deg, #eff7fb 0%, #ffffff 100%);
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 20px;
    position: relative;
}

.hr-widget-icon[b-izgmoptngh] {
    align-items: center;
    background: #0d3b66;
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 10px;
    width: fit-content;
}

.hr-widget-content[b-izgmoptngh] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
}

.hr-widget-value[b-izgmoptngh] {
    color: #0d3b66;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.hr-widget-description[b-izgmoptngh] {
    color: #4f6475;
    font-size: 14px;
    margin-top: 10px;
}

.hr-widget-hide[b-izgmoptngh] {
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: #1e6f7d;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}

.hr-widget-hide:hover[b-izgmoptngh] {
    color: #0d3b66;
}

.hr-widget-grid[b-izgmoptngh] {
    display: grid;
    gap: 20px;
}

.hr-widget-grid--tablet[b-izgmoptngh] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hr-widget-grid--mobile[b-izgmoptngh] {
    grid-template-columns: minmax(0, 1fr);
}

.hr-widget-grid-item[b-izgmoptngh] {
    background: #ffffff;
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    overflow: hidden;
}

.hr-widget-grid-title[b-izgmoptngh] {
    border-bottom: 1px solid #e6eff5;
    color: #d79a45;
    font-size: 16px;
    padding: 16px 20px;
}

.hr-widget-window-content[b-izgmoptngh] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hr-widget-window-intro[b-izgmoptngh] {
    color: #4f6475;
    font-size: 14px;
}

.hr-widget-toggle-row[b-izgmoptngh] {
    align-items: center;
    border: 1px solid #deebf1;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.hr-widget-toggle-title[b-izgmoptngh] {
    color: #17324d;
    font-size: 15px;
    font-weight: 700;
}

.hr-widget-toggle-description[b-izgmoptngh] {
    color: #5f7387;
    font-size: 13px;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .hr-dashboard-toolbar[b-izgmoptngh] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Pages/Dashboard/Components/InsuranceDashboardComponent.razor.rz.scp.css */
.insurance-dashboard-shell[b-i1n4jn06mn] {
    padding: 12px 0 24px;
}

.insurance-dashboard-toolbar[b-i1n4jn06mn] {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.insurance-dashboard-toolbar h3[b-i1n4jn06mn] {
    color: #0d3b66;
    font-size: 28px;
    font-weight: 700;
    margin: 4px 0;
}

.insurance-dashboard-eyebrow[b-i1n4jn06mn] {
    color: #3d7a85;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.insurance-dashboard-subtitle[b-i1n4jn06mn] {
    color: #5a6c7d;
    font-size: 14px;
}

.insurance-dashboard-loading[b-i1n4jn06mn],
.insurance-dashboard-empty[b-i1n4jn06mn] {
    align-items: center;
    background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
    border: 1px solid #d8e5ee;
    border-radius: 18px;
    color: #3f5368;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    min-height: 220px;
    padding: 28px;
}

.insurance-widget-card[b-i1n4jn06mn] {
    background: linear-gradient(160deg, #eff7fb 0%, #ffffff 100%);
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 20px;
    position: relative;
}

.insurance-widget-icon[b-i1n4jn06mn] {
    align-items: center;
    background: #0d3b66;
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 10px;
    width: fit-content;
}

.insurance-widget-content[b-i1n4jn06mn] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
}

.insurance-widget-value[b-i1n4jn06mn] {
    color: #0d3b66;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.insurance-widget-description[b-i1n4jn06mn] {
    color: #4f6475;
    font-size: 14px;
    margin-top: 10px;
}

.insurance-widget-hide[b-i1n4jn06mn] {
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: #1e6f7d;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}

.insurance-widget-hide:hover[b-i1n4jn06mn] {
    color: #0d3b66;
}

.insurance-widget-grid[b-i1n4jn06mn] {
    display: grid;
    gap: 20px;
}

.insurance-widget-grid--tablet[b-i1n4jn06mn] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insurance-widget-grid--mobile[b-i1n4jn06mn] {
    grid-template-columns: minmax(0, 1fr);
}

.insurance-widget-grid-item[b-i1n4jn06mn] {
    background: #ffffff;
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    overflow: hidden;
}

.insurance-widget-grid-title[b-i1n4jn06mn] {
    border-bottom: 1px solid #e6eff5;
    color: #d79a45;
    font-size: 16px;
    padding: 16px 20px;
}

.insurance-chat-actions[b-i1n4jn06mn] {
    margin-top: 16px;
}

.insurance-chat-link[b-i1n4jn06mn] {
    align-items: center;
    background: linear-gradient(135deg, #0d3b66 0%, #185b97 100%);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(13, 59, 102, 0.18);
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0.01em;
    padding: 10px 16px;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.insurance-chat-link:hover[b-i1n4jn06mn],
.insurance-chat-link:focus[b-i1n4jn06mn] {
    background: linear-gradient(135deg, #0a3155 0%, #154d80 100%);
    box-shadow: 0 14px 26px rgba(13, 59, 102, 0.24);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.insurance-widget-window-content[b-i1n4jn06mn] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.insurance-widget-window-intro[b-i1n4jn06mn] {
    color: #4f6475;
    font-size: 14px;
}

.insurance-widget-toggle-row[b-i1n4jn06mn] {
    align-items: center;
    border: 1px solid #deebf1;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.insurance-widget-toggle-title[b-i1n4jn06mn] {
    color: #17324d;
    font-size: 15px;
    font-weight: 700;
}

.insurance-widget-toggle-description[b-i1n4jn06mn] {
    color: #5f7387;
    font-size: 13px;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .insurance-dashboard-toolbar[b-i1n4jn06mn] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Pages/Dashboard/Components/InvoicingDashboardComponent.razor.rz.scp.css */
.invoicing-dashboard-shell[b-saztwqmcqd] {
    padding: 12px 0 24px;
}

.invoicing-dashboard-toolbar[b-saztwqmcqd] {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.invoicing-dashboard-toolbar h3[b-saztwqmcqd] {
    color: #0d3b66;
    font-size: 28px;
    font-weight: 700;
    margin: 4px 0;
}

.invoicing-dashboard-eyebrow[b-saztwqmcqd] {
    color: #3d7a85;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.invoicing-dashboard-subtitle[b-saztwqmcqd] {
    color: #5a6c7d;
    font-size: 14px;
}

.invoicing-dashboard-loading[b-saztwqmcqd],
.invoicing-dashboard-empty[b-saztwqmcqd] {
    align-items: center;
    background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
    border: 1px solid #d8e5ee;
    border-radius: 18px;
    color: #3f5368;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    min-height: 220px;
    padding: 28px;
}

.invoicing-widget-card[b-saztwqmcqd] {
    background: linear-gradient(160deg, #eff7fb 0%, #ffffff 100%);
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 20px;
    position: relative;
}

.invoicing-widget-icon[b-saztwqmcqd] {
    align-items: center;
    background: #0d3b66;
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 10px;
    width: fit-content;
}

.invoicing-widget-content[b-saztwqmcqd] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
}

.invoicing-widget-value[b-saztwqmcqd] {
    color: #0d3b66;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.invoicing-widget-description[b-saztwqmcqd] {
    color: #4f6475;
    font-size: 14px;
    margin-top: 10px;
}

.invoicing-widget-hide[b-saztwqmcqd] {
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: #1e6f7d;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}

.invoicing-widget-hide:hover[b-saztwqmcqd] {
    color: #0d3b66;
}

.invoicing-widget-grid[b-saztwqmcqd] {
    display: grid;
    gap: 20px;
}

.invoicing-widget-grid--tablet[b-saztwqmcqd] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.invoicing-widget-grid--mobile[b-saztwqmcqd] {
    grid-template-columns: minmax(0, 1fr);
}

.invoicing-widget-grid-item[b-saztwqmcqd] {
    background: #ffffff;
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    overflow: hidden;
}

.invoicing-widget-grid-item--wide[b-saztwqmcqd] {
    grid-column: 1 / -1;
}

.invoicing-widget-grid-title[b-saztwqmcqd] {
    border-bottom: 1px solid #e6eff5;
    color: #d79a45;
    font-size: 16px;
    padding: 16px 20px;
}

.invoicing-chart-card[b-saztwqmcqd] {
    background: linear-gradient(160deg, #eff7fb 0%, #ffffff 100%);
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    padding: 20px;
}

.invoicing-group-summary-card[b-saztwqmcqd] {
    background: linear-gradient(160deg, #eff7fb 0%, #ffffff 100%);
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    padding: 20px;
}

.invoicing-group-summary-header[b-saztwqmcqd] {
    display: flex;
    justify-content: space-between;
}

.invoicing-group-summary-grid[b-saztwqmcqd] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.invoicing-group-summary-item[b-saztwqmcqd] {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #d9e8f0;
    border-radius: 14px;
    padding: 14px 16px;
}

.invoicing-group-summary-name[b-saztwqmcqd] {
    color: #4f6475;
    font-size: 13px;
    line-height: 1.4;
}

.invoicing-group-summary-value[b-saztwqmcqd] {
    color: #0d3b66;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 8px;
}

.invoicing-group-summary-empty[b-saztwqmcqd] {
    color: #5f7387;
    font-size: 14px;
}

.invoicing-chart-toolbar[b-saztwqmcqd] {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.invoicing-chart-title[b-saztwqmcqd] {
    color: #0d3b66;
    font-size: 18px;
    font-weight: 700;
}

.invoicing-chart-description[b-saztwqmcqd] {
    color: #5f7387;
    font-size: 13px;
    margin-top: 4px;
}

.invoicing-chart-actions[b-saztwqmcqd] {
    align-items: center;
    display: flex;
    gap: 14px;
}

.invoicing-chart-summary[b-saztwqmcqd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.invoicing-chart-total[b-saztwqmcqd] {
    color: #0d3b66;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.invoicing-chart-caption[b-saztwqmcqd] {
    color: #5f7387;
    font-size: 13px;
}

.invoicing-chart-breakdown[b-saztwqmcqd] {
    color: #4f6475;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 13px;
}

.invoicing-widget-window-content[b-saztwqmcqd] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.invoicing-widget-window-intro[b-saztwqmcqd] {
    color: #4f6475;
    font-size: 14px;
}

.invoicing-widget-toggle-row[b-saztwqmcqd] {
    align-items: center;
    border: 1px solid #deebf1;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.invoicing-widget-toggle-title[b-saztwqmcqd] {
    color: #17324d;
    font-size: 15px;
    font-weight: 700;
}

.invoicing-widget-toggle-description[b-saztwqmcqd] {
    color: #5f7387;
    font-size: 13px;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .invoicing-dashboard-toolbar[b-saztwqmcqd] {
        align-items: stretch;
        flex-direction: column;
    }

    .invoicing-chart-toolbar[b-saztwqmcqd] {
        align-items: stretch;
        flex-direction: column;
    }

    .invoicing-chart-actions[b-saztwqmcqd] {
        align-items: stretch;
        flex-direction: column;
    }

    .invoicing-group-summary-grid[b-saztwqmcqd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .invoicing-group-summary-grid[b-saztwqmcqd] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Pages/Dashboard/Components/LoginStatisticComponent.razor.rz.scp.css */
body[b-un22ej3oi7] {
}
/* /Pages/Dashboard/Components/MutualfundDashboardComponent.razor.rz.scp.css */
.mutualfund-dashboard-shell[b-3lms8c8sju] {
    padding: 12px 0 24px;
}

.mutualfund-dashboard-toolbar[b-3lms8c8sju] {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mutualfund-dashboard-toolbar h3[b-3lms8c8sju] {
    color: #0d3b66;
    font-size: 28px;
    font-weight: 700;
    margin: 4px 0;
}

.mutualfund-dashboard-eyebrow[b-3lms8c8sju] {
    color: #3d7a85;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mutualfund-dashboard-subtitle[b-3lms8c8sju] {
    color: #5a6c7d;
    font-size: 14px;
}

.mutualfund-dashboard-loading[b-3lms8c8sju],
.mutualfund-dashboard-empty[b-3lms8c8sju] {
    align-items: center;
    background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
    border: 1px solid #d8e5ee;
    border-radius: 18px;
    color: #3f5368;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    min-height: 220px;
    padding: 28px;
}

.mutualfund-widget-card[b-3lms8c8sju] {
    background: linear-gradient(160deg, #eff7fb 0%, #ffffff 100%);
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 20px;
    position: relative;
}

.mutualfund-widget-icon[b-3lms8c8sju] {
    align-items: center;
    background: #0d3b66;
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 10px;
    width: fit-content;
}

.mutualfund-widget-content[b-3lms8c8sju] {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
}

.mutualfund-widget-value[b-3lms8c8sju] {
    color: #0d3b66;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.mutualfund-widget-description[b-3lms8c8sju] {
    color: #4f6475;
    font-size: 14px;
    margin-top: 10px;
}

.mutualfund-widget-hide[b-3lms8c8sju] {
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: #1e6f7d;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
}

.mutualfund-widget-hide:hover[b-3lms8c8sju] {
    color: #0d3b66;
}

.mutualfund-widget-grid[b-3lms8c8sju] {
    display: grid;
    gap: 20px;
}

.mutualfund-widget-grid--tablet[b-3lms8c8sju] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mutualfund-widget-grid--mobile[b-3lms8c8sju] {
    grid-template-columns: minmax(0, 1fr);
}

.mutualfund-widget-grid-item[b-3lms8c8sju] {
    background: #ffffff;
    border: 1px solid #d9e8f0;
    border-radius: 18px;
    overflow: hidden;
}

.mutualfund-widget-grid-title[b-3lms8c8sju] {
    border-bottom: 1px solid #e6eff5;
    color: #d79a45;
    font-size: 16px;
    padding: 16px 20px;
}

.mutualfund-widget-window-content[b-3lms8c8sju] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mutualfund-widget-window-intro[b-3lms8c8sju] {
    color: #4f6475;
    font-size: 14px;
}

.mutualfund-widget-toggle-row[b-3lms8c8sju] {
    align-items: center;
    border: 1px solid #deebf1;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
}

.mutualfund-widget-toggle-title[b-3lms8c8sju] {
    color: #17324d;
    font-size: 15px;
    font-weight: 700;
}

.mutualfund-widget-toggle-description[b-3lms8c8sju] {
    color: #5f7387;
    font-size: 13px;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .mutualfund-dashboard-toolbar[b-3lms8c8sju] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Pages/Dashboard/Components/UserStatisticComponent.razor.rz.scp.css */
body[b-fg0oyuo08c] {
}
/* /Pages/IndexDash.razor.rz.scp.css */
/* Hintergrund + Abstand */
.ws-page[b-ocqwrlc6mg] {
    padding: 22px 16px 40px;
}

/* Das ist der “Container”, der ALLES zentriert */
.ws-shell[b-ocqwrlc6mg] {
    max-width: 1100px;
    margin: 0 auto; /* <-- DAS ist das Entscheidende */
}

/* Suche zentriert */
.ws-topbar[b-ocqwrlc6mg] {
    display: flex;
    justify-content: center;
    margin: 10px 0 34px;
}

.ws-search[b-ocqwrlc6mg] {
    position: relative;
    width: min(720px, 92vw);
    height: 48px;
    border-radius: 14px;
    background: #f6f7f9;
    border: 1px solid #e3e6ea;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.ws-search-icon[b-ocqwrlc6mg] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .65;
}

.ws-search-input[b-ocqwrlc6mg] {
    width: 100%;
    height: 100%;
    padding: 0 78px 0 42px;
    border: none;
    outline: none;
    background: transparent;
    font-size: var(--font-size-body);
}

.ws-search-hint[b-ocqwrlc6mg] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-size-xs);
    opacity: .7;
    border: 1px solid #e3e6ea;
    background: #fff;
    padding: 4px 8px;
    border-radius: 10px;
}

/* Grid: mittig, sauber, responsive */
.ws-grid[b-ocqwrlc6mg] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    justify-items: center; /* <-- Tiles sitzen schön im Grid */
}

@media (max-width: 1200px) {
    .ws-grid[b-ocqwrlc6mg] {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 992px) {
    .ws-grid[b-ocqwrlc6mg] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .ws-grid[b-ocqwrlc6mg] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 520px) {
    .ws-grid[b-ocqwrlc6mg] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tile */
.ws-tile[b-ocqwrlc6mg] {
    width: 100%;
    max-width: 170px; /* <-- sorgt für “ERPNext-Größe” */
    border: 1px solid #e3e6ea;
    background: #fff;
    border-radius: 16px;
    padding: 16px 12px;
    cursor: pointer;
    text-align: center;
    transition: transform 140ms ease, box-shadow 140ms ease;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    color: var(--hako-blue);
}

    .ws-tile:hover[b-ocqwrlc6mg] {
        transform: translateY(-3px);
        box-shadow: 0 14px 34px rgba(0,0,0,0.10);
    }

.ws-tile-icon[b-ocqwrlc6mg] {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
    background: rgba(149, 168, 106, 0.16);
    border: 1px solid rgba(33, 72, 155, 0.16);
}

    .ws-tile-icon i[b-ocqwrlc6mg] {
        font-size: var(--font-size-xl);
    }

.ws-tile-title[b-ocqwrlc6mg] {
    font-size: var(--font-size-md);
    font-weight: 650;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ws-empty[b-ocqwrlc6mg] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 28px 10px;
    opacity: .8;
    border: 1px dashed #d5dbe3;
    border-radius: 16px;
}

.ws-empty-title[b-ocqwrlc6mg] {
    font-weight: 700;
    margin-bottom: 6px;
}

.ws-empty-sub[b-ocqwrlc6mg] {
    font-size: var(--font-size-sm);
    opacity: .8;
}

.row[b-ocqwrlc6mg] {
    justify-content: center;
}

.col-3[b-ocqwrlc6mg] {
    display: flex;
    justify-content: center;
}

.ws-tile[b-ocqwrlc6mg] {
    min-width: 200px;
}

.card[b-ocqwrlc6mg] {
    min-width: 160px;
}
.dash-userbar[b-ocqwrlc6mg] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 22px;
}

.dash-userbar__actions[b-ocqwrlc6mg] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    width: 100%;
}

.dash-userbar__profile[b-ocqwrlc6mg] {
    display: flex;
    align-items: center;
}

.dash-userbar__language[b-ocqwrlc6mg] {
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.dash-userbar__language[b-ocqwrlc6mg]  .it-header-wrapper,
.dash-userbar__language[b-ocqwrlc6mg]  .it-header-slim-wrapper,
.dash-userbar__language[b-ocqwrlc6mg]  .container,
.dash-userbar__language[b-ocqwrlc6mg]  .it-header-slim-wrapper-content,
.dash-userbar__language[b-ocqwrlc6mg]  .it-header-slim-backend {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
}

.dash-userbar__language[b-ocqwrlc6mg]  .container {
    max-width: none;
}

.dash-userbar__language[b-ocqwrlc6mg]  a,
.dash-userbar__language[b-ocqwrlc6mg]  .nav-link {
    color: #5d6b7a !important;
}

.dash-userbar__logout[b-ocqwrlc6mg] {
    display: flex;
    align-items: center;
}

.dash-userbar__logout[b-ocqwrlc6mg]  .btn.btn-primary {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(33, 72, 155, 0.18);
    border-radius: 14px;
    background: #fff;
    color: #21489b;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.dash-userbar__logout[b-ocqwrlc6mg]  .btn.btn-primary:hover {
    background: #21489b;
    color: #fff;
}

@media (max-width: 768px) {
    .dash-userbar__actions[b-ocqwrlc6mg] {
        flex-wrap: wrap;
        gap: 12px;
    }

    .dash-userbar__profile[b-ocqwrlc6mg],
    .dash-userbar__language[b-ocqwrlc6mg],
    .dash-userbar__logout[b-ocqwrlc6mg] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Pages/LandingPages/AgriRisk-2023.razor.rz.scp.css */
.divider[b-wmdni8wpj6]:after,
.divider[b-wmdni8wpj6]:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;

}

.h-custom[b-wmdni8wpj6] {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom[b-wmdni8wpj6] {
        height: 100%;
    }
}
.container-fluid[b-wmdni8wpj6] {
    background-image: url(/images/carousal/carousal-7.jpg);
    padding: 10px;
}

.col-md-8.col-lg-6.col-xl-4.offset-xl-1[b-wmdni8wpj6] {
    background: #ffffffcc;
    border-radius: 6px;
    padding: 15px;
}

.bg-image[b-wmdni8wpj6] {
    background-image: url(/images/carousal/carousal-7.jpg)
}


.container-width[b-wmdni8wpj6] {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    background: white;
    padding: 10px;
}

/* /Pages/MyArea/ChangeRequests.razor.rz.scp.css */
.change-requests-page[b-7x95di8zvg] {
    padding: 16px 0 48px;
}

.change-requests-toolbar[b-7x95di8zvg] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    padding: 4px;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    background: #fff;
}

.change-requests-toggle[b-7x95di8zvg] {
    min-height: 34px;
    border: 0;
    border-radius: 6px;
    padding: 0 12px;
    background: transparent;
    color: #344054;
    font-weight: 700;
    cursor: pointer;
}

.change-requests-toggle.is-active[b-7x95di8zvg] {
    background: var(--hako-blue, #174a7c);
    color: #fff;
}

.change-requests-empty[b-7x95di8zvg] {
    padding: 28px;
    background: #fff;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    color: #667085;
}

.change-requests-list[b-7x95di8zvg] {
    display: grid;
    gap: 14px;
}

.change-request-card[b-7x95di8zvg] {
    background: #fff;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    padding: 16px;
}

.change-request-card-header[b-7x95di8zvg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.change-request-date[b-7x95di8zvg] {
    font-weight: 700;
    color: #1f2933;
}

.change-request-user[b-7x95di8zvg] {
    margin-top: 3px;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.change-request-url[b-7x95di8zvg] {
    display: inline-block;
    margin-top: 4px;
    color: #336b87;
    font-size: 13px;
    word-break: break-word;
}

.change-request-status[b-7x95di8zvg] {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
}

.change-request-status.is-new[b-7x95di8zvg] {
    background: #eef4ff;
    color: #1849a9;
}

.change-request-status.is-progress[b-7x95di8zvg] {
    background: #fff7d6;
    color: #8a5a00;
}

.change-request-status.is-answered[b-7x95di8zvg],
.change-request-status.is-done[b-7x95di8zvg] {
    background: #e8f5ee;
    color: #1f7a4d;
}

.change-request-status.is-rejected[b-7x95di8zvg] {
    background: #fdecec;
    color: #b42318;
}

.change-request-text[b-7x95di8zvg] {
    white-space: pre-wrap;
    color: #1f2933;
    line-height: 1.45;
}

.change-request-ai-summary[b-7x95di8zvg] {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #f6f8fa;
    color: #344054;
}

.change-request-external-ticket[b-7x95di8zvg] {
    margin-top: 10px;
    color: #344054;
    font-size: 13px;
}

.change-request-answer[b-7x95di8zvg] {
    margin-top: 14px;
    padding: 12px;
    border-left: 4px solid var(--hako-petrol, #005f73);
    background: #f6f8fa;
    color: #1f2933;
}

.change-request-answer-title[b-7x95di8zvg] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
    font-weight: 700;
}

.change-request-answer-title span[b-7x95di8zvg] {
    font-size: 12px;
    font-weight: 400;
    color: #667085;
}

@media (max-width: 640px) {
    .change-requests-toolbar[b-7x95di8zvg] {
        display: flex;
        width: 100%;
    }

    .change-requests-toggle[b-7x95di8zvg] {
        flex: 1 1 0;
    }

    .change-request-card-header[b-7x95di8zvg],
    .change-request-answer-title[b-7x95di8zvg] {
        flex-direction: column;
        gap: 8px;
    }
}
/* /Pages/Public/AboutUs/Components/PublicTeamMemberList.razor.rz.scp.css */
.public-team-section[b-timbgma81d] {
    margin-top: 2rem;
}

.public-team-grid[b-timbgma81d] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-team-card[b-timbgma81d] {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dde5e1;
    border-radius: 8px;
    display: flex;
    gap: 1rem;
    min-width: 0;
    padding: 1rem;
}

.public-team-photo[b-timbgma81d] {
    align-items: center;
    aspect-ratio: 1;
    background: #edf4f0;
    border-radius: 8px;
    color: var(--hako-blue);
    display: flex;
    flex: 0 0 92px;
    font-size: 1.35rem;
    font-weight: 700;
    justify-content: center;
    overflow: hidden;
}

.public-team-photo img[b-timbgma81d] {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.public-team-content[b-timbgma81d] {
    min-width: 0;
}

.public-team-content h3[b-timbgma81d] {
    color: #163226;
    font-size: 1.1rem;
    line-height: 1.25;
    margin: 0;
}

.public-team-position[b-timbgma81d] {
    color: var(--hako-blue);
    font-weight: 600;
    line-height: 1.35;
    margin: 0.35rem 0 0;
}

.public-team-contact[b-timbgma81d] {
    display: grid;
    gap: 0.25rem;
    margin-top: 0.85rem;
}

.public-team-contact a[b-timbgma81d] {
    color: #274c3e;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.public-team-contact a:hover[b-timbgma81d] {
    color: var(--hako-blue);
    text-decoration: underline;
}

.public-team-status[b-timbgma81d] {
    color: #274c3e;
    margin-top: 1.25rem;
}

@media (max-width: 900px) {
    .public-team-grid[b-timbgma81d] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .public-team-grid[b-timbgma81d] {
        grid-template-columns: 1fr;
    }

    .public-team-card[b-timbgma81d] {
        padding: 0.85rem;
    }

    .public-team-photo[b-timbgma81d] {
        flex-basis: 76px;
    }
}
/* /Pages/Public/AboutUs/PublicAboutUs.razor.rz.scp.css */
.public-about-page[b-3ecpxochqn],
.public-downloads-page[b-3ecpxochqn],
.public-cms-page[b-3ecpxochqn] {
    overflow-x: clip;
}

.public-subpage-menu[b-3ecpxochqn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 1.5rem;
}

.public-subpage-link[b-3ecpxochqn] {
    border: 1px solid #d7dfdb;
    border-radius: 999px;
    color: var(--hako-blue);
    display: inline-flex;
    font-weight: 600;
    padding: 0.7rem 1rem;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.public-subpage-link:hover[b-3ecpxochqn] {
    background-color: #edf4f0;
    border-color: var(--hako-blue);
    color: #163226;
}

.public-subpage-link.is-active[b-3ecpxochqn] {
    background-color: var(--hako-blue);
    border-color: var(--hako-blue);
    color: #fff;
}

.public-about-page .inside[b-3ecpxochqn],
.public-downloads-page .inside[b-3ecpxochqn],
.public-cms-page .inside[b-3ecpxochqn],
.public-about-page .tm-register-wrapper[b-3ecpxochqn],
.public-downloads-page .tm-register-wrapper[b-3ecpxochqn],
.public-cms-page .tm-register-wrapper[b-3ecpxochqn],
.public-about-page .tm-form-wrapper[b-3ecpxochqn],
.public-downloads-page .tm-form-wrapper[b-3ecpxochqn],
.public-cms-page .tm-form-wrapper[b-3ecpxochqn],
.public-about-page .hsk-tab-wrapper[b-3ecpxochqn],
.public-downloads-page .hsk-tab-wrapper[b-3ecpxochqn],
.public-cms-page .hsk-tab-wrapper[b-3ecpxochqn],
.public-about-page .k-tabstrip[b-3ecpxochqn],
.public-downloads-page .k-tabstrip[b-3ecpxochqn],
.public-cms-page .k-tabstrip[b-3ecpxochqn] {
    max-width: 100%;
}

.public-about-page .inside :where(img, iframe, video, table)[b-3ecpxochqn],
.public-downloads-page .inside :where(img, iframe, video, table)[b-3ecpxochqn],
.public-cms-page .inside :where(img, iframe, video, table)[b-3ecpxochqn] {
    height: auto;
    max-width: 100%;
}

.public-about-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-3ecpxochqn],
.public-downloads-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-3ecpxochqn],
.public-cms-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-3ecpxochqn] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-about-page .inside .panel-grid.panel-has-style > .panel-row-style[b-3ecpxochqn],
.public-about-page .inside .panel-grid.panel-no-style[b-3ecpxochqn],
.public-downloads-page .inside .panel-grid.panel-has-style > .panel-row-style[b-3ecpxochqn],
.public-downloads-page .inside .panel-grid.panel-no-style[b-3ecpxochqn],
.public-cms-page .inside .panel-grid.panel-has-style > .panel-row-style[b-3ecpxochqn],
.public-cms-page .inside .panel-grid.panel-no-style[b-3ecpxochqn] {
    display: flex;
    flex-wrap: wrap;
}

.public-about-page .inside .panel-grid-cell[b-3ecpxochqn],
.public-downloads-page .inside .panel-grid-cell[b-3ecpxochqn],
.public-cms-page .inside .panel-grid-cell[b-3ecpxochqn],
.public-about-page .inside [class*="panel-grid-cell"][b-3ecpxochqn],
.public-downloads-page .inside [class*="panel-grid-cell"][b-3ecpxochqn],
.public-cms-page .inside [class*="panel-grid-cell"][b-3ecpxochqn] {
    max-width: 100%;
    min-width: 0;
}

.public-about-page .inside .siteorigin-widget-tinymce .textwidget[b-3ecpxochqn],
.public-downloads-page .inside .siteorigin-widget-tinymce .textwidget[b-3ecpxochqn],
.public-cms-page .inside .siteorigin-widget-tinymce .textwidget[b-3ecpxochqn] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-about-page .inside[b-3ecpxochqn],
    .public-downloads-page .inside[b-3ecpxochqn],
    .public-cms-page .inside[b-3ecpxochqn] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .public-subpage-menu[b-3ecpxochqn] {
        gap: 0.5rem;
    }

    .public-subpage-link[b-3ecpxochqn] {
        font-size: 0.95rem;
        padding: 0.6rem 0.85rem;
    }

    .public-about-page .page-title[b-3ecpxochqn],
    .public-downloads-page .page-title[b-3ecpxochqn],
    .public-cms-page .page-title[b-3ecpxochqn] {
        line-height: 1.25;
        margin-bottom: 0.85rem;
    }

    .public-about-page .k-tabstrip-items[b-3ecpxochqn],
    .public-downloads-page .k-tabstrip-items[b-3ecpxochqn],
    .public-cms-page .k-tabstrip-items[b-3ecpxochqn] {
        overflow-x: auto;
        scrollbar-width: none;
    }
}

@media (max-width: 600px) {
    .public-about-page .inside[b-3ecpxochqn],
    .public-downloads-page .inside[b-3ecpxochqn],
    .public-cms-page .inside[b-3ecpxochqn],
    .public-about-page .tm-form-wrapper[b-3ecpxochqn],
    .public-downloads-page .tm-form-wrapper[b-3ecpxochqn],
    .public-cms-page .tm-form-wrapper[b-3ecpxochqn] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-about-page .inside :where(table)[b-3ecpxochqn],
    .public-downloads-page .inside :where(table)[b-3ecpxochqn],
    .public-cms-page .inside :where(table)[b-3ecpxochqn] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/Components/AppointmentListComponent.razor.rz.scp.css */
/* /Pages/Public/Components/ContactPicker.razor.rz.scp.css */
/* /Pages/Public/Components/DropdownChildFilter.razor.rz.scp.css */

*[b-zo14hg8t2l] {
    margin: 0;
    padding: 0;
}


.rounded[b-zo14hg8t2l] {
    position: relative;
    z-index: 1;
    width: fit-content;
    min-width: 14em;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 1em;
    cursor: pointer !important;
}

    .rounded .text[b-zo14hg8t2l] {
        height: 100%;
        min-width: 8em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .text span[b-zo14hg8t2l] {
            width: fit-content;
            outline: none !important;
            box-shadow: none !important;
            border: none;
            border-radius: 5rem 0 0 5rem;
            background-color: transparent;
            display: flex;
            text-align: center;
            cursor: pointer !important;
        }

    .rounded .icon[b-zo14hg8t2l] {
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-zo14hg8t2l] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-zo14hg8t2l] {
        width: 2em;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .expansion-icon img[b-zo14hg8t2l] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-zo14hg8t2l] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-zo14hg8t2l] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}

    .popup-list div[b-zo14hg8t2l] {
        padding: 5% 5%;
        cursor: pointer;
    }

        .popup-list div:hover[b-zo14hg8t2l] {
            background-color: #eee;
            transition: all 0.2s ease-in-out;
        }

.selected[b-zo14hg8t2l] {
    background-color: #eee;
}
/* /Pages/Public/Components/DropdownChildPicker.razor.rz.scp.css */

*[b-g6nsx4a7me] {
    margin: 0;
    padding: 0;
}


button.rounded[b-g6nsx4a7me] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 10% 0 10%;
    cursor: pointer !important;
    border: 0;
}

    .rounded .selected-value[b-g6nsx4a7me] {
        width: 40%;
        height: 100%;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        cursor: pointer !important;
    }

    .rounded .icon[b-g6nsx4a7me] {
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-g6nsx4a7me] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 15%
        }

    .rounded .expansion-icon[b-g6nsx4a7me] {
        width: 30%;
        height: 100%;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .expansion-icon img[b-g6nsx4a7me] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-g6nsx4a7me] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-g6nsx4a7me] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}

    .popup-list button[b-g6nsx4a7me] {
        width: 100%;
        border: 0;
        background: transparent;
        padding: 5% 5%;
        cursor: pointer;
    }

        .popup-list button:hover[b-g6nsx4a7me] {
            background-color: #eee;
            transition: all 0.2s ease-in-out;
        }

button.rounded:focus-visible[b-g6nsx4a7me],
.popup-list button:focus-visible[b-g6nsx4a7me] {
    outline: 3px solid var(--hako-green);
    outline-offset: 3px;
}
/* /Pages/Public/Components/DropDownContactFilter.razor.rz.scp.css */

*[b-2nmx84cbkd] {
    margin: 0;
    padding: 0;
}


.rounded[b-2nmx84cbkd] {
    position: relative;
    z-index: 1;
    width: fit-content;
    background-color: white;
    color: black;
    min-width: 14em;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 1em;
    cursor: pointer !important;
}

    .rounded .text[b-2nmx84cbkd] {
        height: 100%;
        min-width: 8em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .text span[b-2nmx84cbkd] {
            width: fit-content;
            outline: none !important;
            box-shadow: none !important;
            border: none;
            border-radius: 5rem 0 0 5rem;
            background-color: transparent;
            display: flex;
            text-align: center;
            cursor: pointer !important;
        }

    .rounded .icon[b-2nmx84cbkd] {
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-2nmx84cbkd] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-2nmx84cbkd] {
        width: 2em;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .expansion-icon img[b-2nmx84cbkd] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-2nmx84cbkd] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-2nmx84cbkd] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}

    .popup-list div[b-2nmx84cbkd] {
        padding: 5% 5%;
        cursor: pointer;
    }

        .popup-list div:hover[b-2nmx84cbkd] {
            background-color: #eee;
            transition: all 0.2s ease-in-out;
        }

.selected[b-2nmx84cbkd] {
    background-color: #eee;
}
/* /Pages/Public/Components/DropDownMultiChildPicker.razor.rz.scp.css */

*[b-glzs9i35mq] {
    margin: 0;
    padding: 0;
}


.rounded[b-glzs9i35mq] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
    padding: 0 10% 0 10%;
    cursor: pointer !important;
}

    .rounded input[b-glzs9i35mq] {
        height: 100%;
        min-width: 2em;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        text-align: center;
        cursor: pointer !important;
    }

    .rounded .icon[b-glzs9i35mq] {
        width: 2em;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-glzs9i35mq] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-glzs9i35mq] {
        width: 2em;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .expansion-icon img[b-glzs9i35mq] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-glzs9i35mq] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-glzs9i35mq] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}

    .popup-list div[b-glzs9i35mq] {
        padding: 5% 5%;
        cursor: pointer;
    }

        .popup-list div:hover[b-glzs9i35mq] {
            background-color: #eee;
            transition: all 0.2s ease-in-out;
        }

.selected[b-glzs9i35mq] {
    background-color: #eee;
}
/* /Pages/Public/Components/DropdownNumberPicker.razor.rz.scp.css */
/* Prefix: np */
*[b-s9lv410bz3] {
    margin: 0;
    padding: 0;
}


.rounded[b-s9lv410bz3] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5vh;
    border-radius: 5rem !important;
    padding: 0 10% 0 10%;
    cursor: pointer!important;
}

    .rounded input[b-s9lv410bz3] {
        width: 40%;
        height: 100%;
        outline: none !important;
        box-shadow: none !important;
        border: none;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        text-align: center;
        cursor: pointer !important;
    }

    .rounded .icon[b-s9lv410bz3] {
        width: 30%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded .icon img[b-s9lv410bz3] {
            aspect-ratio: 1/1;
            height: 100%;
            width: 100%;
            padding-block: 30%
        }

    .rounded .expansion-icon[b-s9lv410bz3] {
        width: 30%;
        height: 100%;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        background: transparent;
    }

        .rounded .expansion-icon img[b-s9lv410bz3] {
            aspect-ratio: 2/1;
            height: 30%;
        }

.number-list[b-s9lv410bz3] {
    position: relative;
    width: calc(100% - 2rem);
    padding-inline: 1rem;
    background-color: white;
}

.popup-list[b-s9lv410bz3] {
    background-color: white;
    border-radius: 0 0 10% 10%;
    opacity: 90%;
    text-align: center;
}
.popup-list div[b-s9lv410bz3] {
    padding: 5% 5%;
    cursor: pointer;
}
    .popup-list div:hover[b-s9lv410bz3] {
        background-color: #eee;
        transition: all 0.2s ease-in-out;
    }
/* /Pages/Public/Components/MainCaruselComponent.razor.rz.scp.css */
/* /Pages/Public/Components/MainIconCounterComponent.razor.rz.scp.css */
/* /Pages/Public/Components/ProductItemComponent.razor.rz.scp.css */
.tm-home-accordion[b-6tlwztpysh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
    margin: 0.45rem 0;
    padding: 0.95rem 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.tm-home-accordion-title[b-6tlwztpysh] {
    color: var(--hako-blue);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    font-weight: 700;
    letter-spacing: 0;
}

.tm-home-accordion .right[b-6tlwztpysh] {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.tm-home-accordion button[b-6tlwztpysh] {
    display: inline-grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 6px;
    background: rgba(33, 72, 155, 0.08);
}

.tm-home-accordion button:hover[b-6tlwztpysh],
.tm-home-accordion button:focus-visible[b-6tlwztpysh] {
    background: var(--hako-blue);
}

.hako-accordion-chevron[b-6tlwztpysh] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-right: 3px solid var(--hako-blue);
    border-bottom: 3px solid var(--hako-blue);
    transform: rotate(45deg) translateY(-3px);
}

.tm-home-accordion button:hover .hako-accordion-chevron[b-6tlwztpysh],
.tm-home-accordion button:focus-visible .hako-accordion-chevron[b-6tlwztpysh] {
    border-color: #fff;
}

.hako-accordion-chevron--up[b-6tlwztpysh] {
    transform: rotate(225deg) translateY(-3px);
}

.collapsible-container-content[b-6tlwztpysh] {
    margin: 0 0 1rem;
    padding: 0.5rem 0 1.1rem;
    border: 0;
    border-radius: 0;
    background: #fff;
}
/* /Pages/Public/Components/ProductListComponent.razor.rz.scp.css */
/* /Pages/Public/Components/PublicCarouselComponent.razor.rz.scp.css */
.bg-vector-brown[b-q9o9k4h1r4] {
    background-image: url(/Images/Hako/Keyvisual/hako-keyvisual.svg);
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 30rem;
    z-index: 1;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

carousel-control-next[b-q9o9k4h1r4], .carousel-control-prev[b-q9o9k4h1r4] {
    opacity: 1;
}

.carousel-control-next[b-q9o9k4h1r4], .carousel-control-prev[b-q9o9k4h1r4] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .1;
    transition: opacity .15s ease;
}

.carousel-caption[b-q9o9k4h1r4] {
    position: absolute;
    right: 15%;
    bottom: 30vh;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    min-height: 400px;
}


.banner-title[b-q9o9k4h1r4] {
    font-size: clamp(var(--font-size-2xl), 5vw, 4rem);
    font-weight: 500;
    line-height: 1.07;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px)  {
    .banner-title[b-q9o9k4h1r4] {
        font-size: var(--font-size-xl);
        font-weight: 500;
        line-height: 1.07;
        color: #fff;
        position: relative;
        z-index: 1;
    }
}


.background-carousal-3[b-q9o9k4h1r4] {
    background-image: url(images/carousal/carousal-3.jpg);
    background-position: -200px center;
    background-repeat: no-repeat;

    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: absolute;
    min-height: 800px;

}


.background-carousal[b-q9o9k4h1r4] {
    background-image: url(/images/carousal/carousal.jpg);
    background-position: -200px center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: absolute;
    min-height: 800px;
}


.background-carousal-4[b-q9o9k4h1r4] {
    background-image: url(/images/carousal/carousal-4.jpg);
    background-position: -200px center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: absolute;
    min-height: 800px;
}


.background-carousal-7[b-q9o9k4h1r4] {
    background-image: url(/images/carousal/carousal-7.jpg);
    background-position: -200px center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: absolute;
    min-height: 800px;
}



.banner-title[b-q9o9k4h1r4] {
    animation: einblenden-b-q9o9k4h1r4 1s;
    -moz-animation: einblenden 1s; /* Für Firefox */
    -webkit-animation: einblenden 1s; /* Für Safari und Chrome */
    -o-animation: einblenden 1s; /* Für Opera */
}


@keyframes einblenden-b-q9o9k4h1r4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes einblenden { /* Für Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes einblenden { /* Für Safari und Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes einblenden { /* Für Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hero-section-full-height[b-q9o9k4h1r4] {
    min-height: clamp(520px, 68vh, 760px);
    background: linear-gradient(180deg, rgba(23, 66, 140, 0.05), rgba(255, 255, 255, 0));
}

.hero-section-full-height .carousel[b-q9o9k4h1r4],
.hero-section-full-height .carousel-inner[b-q9o9k4h1r4],
.hero-section-full-height .carousel-item[b-q9o9k4h1r4] {
    min-height: clamp(520px, 68vh, 760px);
}

.hero-section-full-height .carousel-item[b-q9o9k4h1r4] {
    position: relative;
    overflow: hidden;
    background: var(--hako-blue);
}

.hero-section-full-height .carousel-image[b-q9o9k4h1r4] {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.76;
}

.hero-section-full-height .carousel-item[b-q9o9k4h1r4]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 66, 140, 0.72), rgba(32, 119, 124, 0.26) 48%, rgba(23, 66, 140, 0.18));
    pointer-events: none;
}

.hero-section-full-height .carousel-caption[b-q9o9k4h1r4] {
    z-index: 2;
}

.hako-hero-keyvisual[b-q9o9k4h1r4] {
    width: 100%;
    max-height: 5rem;
    object-fit: cover;
    object-position: center;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.hako-clean-hero__logo[b-q9o9k4h1r4] {
    display: block;
    width: min(13rem, 48vw);
    height: auto;
    margin-bottom: 1.15rem;
}

.hako-clean-hero__kicker[b-q9o9k4h1r4] {
    margin-bottom: 0.7rem;
}

@media (max-width: 991.98px) {
    .hero-section-full-height[b-q9o9k4h1r4],
    .hero-section-full-height .carousel[b-q9o9k4h1r4],
    .hero-section-full-height .carousel-inner[b-q9o9k4h1r4],
    .hero-section-full-height .carousel-item[b-q9o9k4h1r4] {
        min-height: 540px;
    }

    .carousel-caption[b-q9o9k4h1r4] {
        left: 8%;
        right: 8%;
        bottom: 9rem;
        min-height: auto;
        text-align: left;
    }

    .hako-hero-keyvisual[b-q9o9k4h1r4] {
        max-height: 4rem;
    }
}
/* /Pages/Public/Components/PublicCarouselSubPageComponent.razor.rz.scp.css */
.bg-vector-brown[b-aaa2e5sxns] {
    background-image: url(/Images/Hako/Keyvisual/hako-keyvisual.svg);
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 30rem;
    z-index: 1;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

carousel-control-next[b-aaa2e5sxns], .carousel-control-prev[b-aaa2e5sxns] {
    opacity: 1;
}

.carousel-control-next[b-aaa2e5sxns], .carousel-control-prev[b-aaa2e5sxns] {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .1;
    transition: opacity .15s ease;
}

.carousel-caption[b-aaa2e5sxns] {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}


.subpageHeaderImg[b-aaa2e5sxns] {
    align-items: flex-end;
    background:
        linear-gradient(105deg, rgba(23, 66, 140, 0.94) 0%, rgba(23, 66, 140, 0.82) 42%, rgba(32, 119, 124, 0.74) 100%),
        url("/Images/Hako/Keyvisual/hako-keyvisual.svg"),
        var(--hako-blue);
    background-position: center, right bottom, center;
    background-repeat: no-repeat;
    background-size: cover, min(760px, 78vw) auto, cover;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3);
    display: flex;
    min-height: 220px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

.subpageHeaderImg[b-aaa2e5sxns]::before {
    background:
        radial-gradient(circle at 18% 28%, rgba(212, 169, 94, 0.34), transparent 20rem),
        linear-gradient(90deg, rgba(78, 159, 45, 0.18), transparent 34%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.subpageHeaderImg[b-aaa2e5sxns]::after {
    background: var(--hako-green);
    bottom: 0;
    content: "";
    height: 0.42rem;
    left: 0;
    position: absolute;
    width: min(34rem, 52vw);
}

.subpageHeaderImg .hsk-front-page-head[b-aaa2e5sxns] {
    padding: 0 1rem 2.4rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

.subpageHeaderImg .TitlePublic[b-aaa2e5sxns] {
    color: #fff !important;
    font-size: clamp(1.2rem, 3vw, 2.65rem);
    line-height: 1.05;
    margin: 0 !important;
    max-width: 13ch;
    text-align: left;
    text-shadow: 0 0.25rem 1.6rem rgba(10, 31, 70, 0.36);
}

.subpageHeaderImg .TitlePublic[b-aaa2e5sxns]::after {
    background: var(--hako-gold);
    height: 0.28rem;
    margin-left: 0;
    width: 5.5rem;
}

@media (max-width: 640px) {
    .subpageHeaderImg[b-aaa2e5sxns] {
        background-position: center, right -8rem bottom, center;
        min-height: 220px;
        top: 0px;
    }

    .subpageHeaderImg .hsk-front-page-head[b-aaa2e5sxns] {
        padding: 0 1.25rem 2.25rem;
    }

    .subpageHeaderImg .TitlePublic[b-aaa2e5sxns] {
        font-size: clamp(1.2rem, 8vw, 2.35rem);
        max-width: 10ch;
    }
}
/* /Pages/Public/Components/PublicFileListComponent.razor.rz.scp.css */
/* /Pages/Public/Components/PublicFooter.razor.rz.scp.css */
.site-footer[b-r5afamy7ad] {
    background: var(--hako-blue);
    padding-top: 0px;
}

.hako-footer-keyvisual[b-r5afamy7ad] {
    display: none;
    width: 100%;
    max-height: 6rem;
    object-fit: cover;
    object-position: center;
    background: white;
}

.hako-footer-main[b-r5afamy7ad] {
    background: transparent !important;
}

.hako-footer-fineprint[b-r5afamy7ad] {
    background: rgba(10, 45, 92, 0.68) !important;
}

.site-footer .tm-contactdetails[b-r5afamy7ad] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.3rem 1.2rem 1.2rem;
}

.site-footer .tm-contactdetails-item[b-r5afamy7ad] {
    color: rgba(255, 255, 255, 0.9);
}

.site-footer .tm-contactdetails-item b[b-r5afamy7ad] {
    color: var(--hako-gold);
}

.site-footer .tm-fineprint[b-r5afamy7ad] {
    max-width: 1280px;
    margin: 0 auto;
}

.site-footer a:hover[b-r5afamy7ad],
.site-footer li:hover[b-r5afamy7ad],
.site-footer button:hover[b-r5afamy7ad] {
    color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer .tm-impressum button[b-r5afamy7ad] {
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.site-footer .tm-impressum button:focus-visible[b-r5afamy7ad] {
    outline: 3px solid var(--hako-green);
    outline-offset: 4px;
}

@media screen and (max-width: 991px) {
    .site-footer[b-r5afamy7ad] {
        padding-top: 0px;
    }

    .site-footer .tm-contactdetails[b-r5afamy7ad] {
        display: grid;
        gap: 1rem;
        padding: 0 1rem;
    }

    .site-footer .tm-contactdetails-item[b-r5afamy7ad] {
        text-align: center;
    }

    .site-footer .tm-fineprint[b-r5afamy7ad] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem;
        text-align: center;
    }

    .site-footer .tm-impressum ul[b-r5afamy7ad] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem 1rem;
        justify-content: center;
        padding: 0;
    }
}

@media screen and (max-width: 430px) {
    .site-footer .tm-contactdetails[b-r5afamy7ad] {
        padding: 0 0.85rem;
    }

    .site-footer .tm-impressum ul[b-r5afamy7ad] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* /Pages/Public/Components/PublicInfoCarouselComponent.razor.rz.scp.css */
.featured-block[b-4qi8lo9ybl] {
    text-align: center;
}
/* /Pages/Public/Components/PublicMemberOverviewBackLink.razor.rz.scp.css */
.public-member-overview-back[b-p2v5rh7r77] {
    width: min(1280px, calc(100% - 2rem));
    margin: 1.2rem auto 0;
}

.public-member-overview-back__link[b-p2v5rh7r77] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.75rem;
    padding: 0.65rem 0.95rem;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    background: #fff;
    color: var(--hako-blue);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(14, 42, 89, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.public-member-overview-back__link:hover[b-p2v5rh7r77],
.public-member-overview-back__link:focus-visible[b-p2v5rh7r77] {
    border-color: rgba(32, 119, 124, 0.45);
    color: var(--hako-petrol);
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(14, 42, 89, 0.11);
    transform: translateY(-1px);
}

.public-member-overview-back__link i[b-p2v5rh7r77] {
    font-size: 0.95rem;
}

@media (max-width: 640px) {
    .public-member-overview-back[b-p2v5rh7r77] {
        width: min(100% - 1rem, 1280px);
    }

    .public-member-overview-back__link[b-p2v5rh7r77] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Public/Components/PublicMyDamagesDetail.razor.rz.scp.css */
/* /Pages/Public/Components/PublicNavBar.razor.rz.scp.css */
.fbar[b-3mm2rmqz7h] {
    background-color: var(--hako-gray);
    color: white;
    margin-left: 0px !important;
    height: 35px;
    padding-top: 5px;
}

.navbar-light .navbar-nav .nav-link[b-3mm2rmqz7h] {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--hako-blue) !important;
    transition: color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
    font-weight: 700;
    letter-spacing: 0;
    padding-inline: 0.65rem;
    isolation: isolate;
}

.navbar-light .navbar-nav .nav-link[b-3mm2rmqz7h]::before {
    content: "";
    position: absolute;
    left: 0.62rem;
    right: 0.62rem;
    bottom: 0.22rem;
    z-index: -1;
    height: 0.44rem;
    border-radius: 999px;
    background: rgba(149, 168, 106, 0.34);
    transform: scaleX(0);
    transform-origin: right center;
    opacity: 0;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.navbar-light .navbar-nav .nav-link:hover[b-3mm2rmqz7h],
.navbar-light .navbar-nav .nav-link:focus-visible[b-3mm2rmqz7h] {
    color: var(--hako-blue) !important;
    opacity: 1;
    transform: translateY(-1px);
}

.navbar-light .navbar-nav .nav-link:hover[b-3mm2rmqz7h]::before,
.navbar-light .navbar-nav .nav-link:focus-visible[b-3mm2rmqz7h]::before,
.navbar-light .navbar-nav .nav-link.active[b-3mm2rmqz7h]::before {
    transform: scaleX(1);
    transform-origin: left center;
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link.active[b-3mm2rmqz7h] {
    color: var(--hako-blue) !important;
}

.tm-navbar-popup-container .popup-list-wrapper .popup-list .popup-list-item[b-3mm2rmqz7h] {
    color: var(--hako-petrol)
}

.public-header-container[b-3mm2rmqz7h] {
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
}

.site-header[b-3mm2rmqz7h] {
    background: linear-gradient(90deg, var(--hako-blue) 0%, var(--hako-petrol) 100%);
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
}

.site-header__inner[b-3mm2rmqz7h] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem 2rem;
}

.site-header__brand-text[b-3mm2rmqz7h] {
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    flex: 1 1 auto;
    font-size: var(--font-size-xs);
    min-width: 0;
}

.site-header__tools[b-3mm2rmqz7h] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 1.1rem;
    margin-left: auto;
}

.site-header__phone[b-3mm2rmqz7h],
.site-header__mail[b-3mm2rmqz7h] {
    color: #fff !important;
    font-size: var(--font-size-xs);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.site-header__phone:hover[b-3mm2rmqz7h],
.site-header__phone:focus-visible[b-3mm2rmqz7h],
.site-header__mail:hover[b-3mm2rmqz7h],
.site-header__mail:focus-visible[b-3mm2rmqz7h] {
    color: rgba(255, 255, 255, 0.82) !important;
}

.site-header__mail[b-3mm2rmqz7h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
}

.site-header__language[b-3mm2rmqz7h] {
    color: #fff;
}

.site-header__language[b-3mm2rmqz7h]  p,
.site-header__language[b-3mm2rmqz7h]  a,
.site-header__language[b-3mm2rmqz7h]  .social-icon-link {
    color: #fff !important;
    margin-bottom: 0;
}

.site-header p[b-3mm2rmqz7h], .site-header p a[b-3mm2rmqz7h], .site-header .social-icon-link[b-3mm2rmqz7h] {
    color: white;
    font-size: var(--font-size-md);
}

.site-header .social-icon[b-3mm2rmqz7h] {
    text-align: right;
}

.social-icon[b-3mm2rmqz7h] {
    margin: 0;
    padding: 0;
}

.social-icon-item[b-3mm2rmqz7h] {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.shadow-lg[b-3mm2rmqz7h] {
    box-shadow: none !important;
}

.navbar[b-3mm2rmqz7h] {
    z-index: 9;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    top: 0px;
    background: rgba(255, 255, 255, 0.985);
    backdrop-filter: blur(12px);
}

.navbar__inner[b-3mm2rmqz7h] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

#myNavbar[b-3mm2rmqz7h] {
    flex-direction: row !important;
    justify-content: flex-end;
}

.navbar-nav[b-3mm2rmqz7h] {
    align-items: center;
    justify-content: flex-end;
    gap: 0.1rem 0.2rem;
    width: 100%;
}

.navbar-brand[b-3mm2rmqz7h] {
    display: flex;
    align-items: center;
    min-height: 4.25rem;
    margin-right: 0;
}

.navbar-brand img[b-3mm2rmqz7h] {
    width: min(10.5rem, 42vw);
    max-height: 7.35rem;
    object-fit: contain;
    position:relative;
    left: -16px;
}

.navbar-expand-lg[b-3mm2rmqz7h] {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.sticky-wrapper[b-3mm2rmqz7h] {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 40;
    background: white;
    border-bottom: 0;
}

.sticky-wrapper[b-3mm2rmqz7h]::after {
    content: none;
    display: none;
}

.btnClr[b-3mm2rmqz7h],
.sectiongrbtn[b-3mm2rmqz7h],
.navbar .btn.btn-secondary[b-3mm2rmqz7h] {
    position: relative;
    overflow: hidden;
    border: 0 !important;
    background: var(--hako-blue) !important;
    color: #fff !important;
    box-shadow: none;
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.btnClr[b-3mm2rmqz7h]::after,
.sectiongrbtn[b-3mm2rmqz7h]::after,
.navbar .btn.btn-secondary[b-3mm2rmqz7h]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: translateX(-110%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.btnClr:hover[b-3mm2rmqz7h],
.btnClr:focus-visible[b-3mm2rmqz7h],
.sectiongrbtn:hover[b-3mm2rmqz7h],
.sectiongrbtn:focus-visible[b-3mm2rmqz7h],
.navbar .btn.btn-secondary:hover[b-3mm2rmqz7h],
.navbar .btn.btn-secondary:focus-visible[b-3mm2rmqz7h] {
    background: var(--hako-petrol) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.btnClr:hover[b-3mm2rmqz7h]::after,
.btnClr:focus-visible[b-3mm2rmqz7h]::after,
.sectiongrbtn:hover[b-3mm2rmqz7h]::after,
.sectiongrbtn:focus-visible[b-3mm2rmqz7h]::after,
.navbar .btn.btn-secondary:hover[b-3mm2rmqz7h]::after,
.navbar .btn.btn-secondary:focus-visible[b-3mm2rmqz7h]::after {
    transform: translateX(110%);
}

.btn-circle[b-3mm2rmqz7h] {
    border-radius: 6px;
}

.mobile-language-switcher[b-3mm2rmqz7h] {
    padding-top: 0.5rem;
}

.mobile-language-switcher .nav-link[b-3mm2rmqz7h] {
    display: flex;
    align-items: center;
}

.mobile-language-switcher .nav-link p[b-3mm2rmqz7h],
.mobile-language-switcher .nav-link a[b-3mm2rmqz7h],
.mobile-language-switcher .nav-link .social-icon-link[b-3mm2rmqz7h] {
    color: var(--hako-blue);
}

@media (max-width: 991px) {
    .public-header-container[b-3mm2rmqz7h] {
        width: min(100% - 1.5rem, 1280px);
    }

    .site-header__inner[b-3mm2rmqz7h] {
        justify-content: center;
        text-align: center;
    }

    .site-header__brand-text[b-3mm2rmqz7h] {
        justify-content: center;
    }

    .site-header__tools[b-3mm2rmqz7h] {
        display: none;
    }

    .navbar[b-3mm2rmqz7h] {
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }

    .navbar__inner[b-3mm2rmqz7h] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand[b-3mm2rmqz7h] {
        margin-right: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        min-height: 4.25rem;
        padding-top: 0;
    }

    .navbar-toggler[b-3mm2rmqz7h] {
        border: 0;
        font-size: var(--font-size-lg);
        padding: 0.55rem 0.3rem;
        margin-bottom: 0;
        margin-left: auto;
    }

    .navbar-collapse[b-3mm2rmqz7h] {
        background: rgba(255,255,255,0.98);
        border-top: 1px solid rgba(157, 170, 177, 0.24);
        margin-top: 0.55rem;
        padding: 0.35rem 0 0.8rem;
        width: 100%;
        flex-basis: 100%;
    }

    .navbar-nav[b-3mm2rmqz7h] {
        gap: 0.15rem;
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link[b-3mm2rmqz7h] {
        border-radius: 6px;
        padding: 0.75rem 0.85rem;
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link[b-3mm2rmqz7h]::before {
        left: 0.65rem;
        right: auto;
        top: 0.72rem;
        bottom: 0.72rem;
        width: 0.22rem;
        height: auto;
        border-radius: 999px;
        transform: scaleY(0);
        transform-origin: center bottom;
    }

    .navbar-light .navbar-nav .nav-link:hover[b-3mm2rmqz7h],
    .navbar-light .navbar-nav .nav-link:focus-visible[b-3mm2rmqz7h] {
        transform: none;
        background: rgba(33, 72, 155, 0.05);
    }

    .navbar-light .navbar-nav .nav-link:hover[b-3mm2rmqz7h]::before,
    .navbar-light .navbar-nav .nav-link:focus-visible[b-3mm2rmqz7h]::before,
    .navbar-light .navbar-nav .nav-link.active[b-3mm2rmqz7h]::before {
        transform: scaleY(1);
        transform-origin: center top;
    }

    .tm-navbar-item-wrapper[b-3mm2rmqz7h] {
        width: 100%;
    }

    .tm-navbar-item-wrapper .btn-circle[b-3mm2rmqz7h],
    .tm-navbar-item-wrapper .nav-link[b-3mm2rmqz7h] {
        justify-content: center;
        width: 100%;
    }

    #myNavbar[b-3mm2rmqz7h] {
        min-height: 0 !important;
    }
}

@media (max-width: 430px) {
    .site-header p[b-3mm2rmqz7h],
    .site-header p a[b-3mm2rmqz7h],
    .site-header .social-icon-link[b-3mm2rmqz7h] {
        font-size: var(--font-size-xs);
    }

    .navbar-brand img[b-3mm2rmqz7h] {
        width: min(11rem, 58vw);
        max-height: 3.5rem;
    }
}

@media (max-width: 640px) {
    .navbar[b-3mm2rmqz7h] {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    .navbar__inner[b-3mm2rmqz7h] {
        min-height: 4.25rem;
    }

    .navbar-brand[b-3mm2rmqz7h] {
        min-height: 3.75rem;
    }

    .navbar-toggler[b-3mm2rmqz7h] {
        align-self: center;
    }

    .navbar-collapse:not(.show):not(.collapsing)[b-3mm2rmqz7h] {
        display: none !important;
        min-height: 0 !important;
    }
}


@media (min-width: 992px) {
    .site-header .it-header-wrapper[b-3mm2rmqz7h],
    .site-header .it-header-slim-wrapper[b-3mm2rmqz7h],
    .site-header .it-header-wrapper .container[b-3mm2rmqz7h] {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .site-header .it-header-slim-wrapper-content[b-3mm2rmqz7h] {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .site-header .it-header-slim-right-zone[b-3mm2rmqz7h] {
        margin-left: auto;
        justify-content: flex-end;
    }
}

.mobile-member-menu-item[b-3mm2rmqz7h] {
    width: 100%;
}

.mobile-member-menu[b-3mm2rmqz7h] {
    display: none;
}

@media (max-width: 991px) {
    .mobile-member-menu[b-3mm2rmqz7h] {
        display: grid;
        gap: 0.45rem;
        width: 100%;
        padding: 0.45rem 0 0.2rem;
    }

    .mobile-member-menu__header[b-3mm2rmqz7h] {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        padding: 0.9rem 0.95rem;
        border-radius: 14px;
        background: rgba(23, 66, 140, 0.08);
        color: var(--hako-petrol);
        font-weight: 700;
    }

    .mobile-member-menu__link[b-3mm2rmqz7h] {
        width: 100%;
        border: 0;
        background: rgba(255,255,255,0.98);
        border-radius: 12px;
        padding: 0.82rem 0.95rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: var(--hako-petrol);
        text-align: left;
        box-shadow: inset 0 0 0 1px var(--hako-border);
    }

    .mobile-member-menu__link i[b-3mm2rmqz7h] {
        width: 1.15rem;
        text-align: center;
        color: var(--hako-blue);
    }

    .mobile-member-menu__link--logout[b-3mm2rmqz7h] {
        margin-top: 0.2rem;
        color: #9b2c2c;
        background: rgba(155, 44, 44, 0.06);
        box-shadow: inset 0 0 0 1px rgba(155, 44, 44, 0.12);
    }

    .mobile-member-menu__link--logout i[b-3mm2rmqz7h] {
        color: #9b2c2c;
    }
}

@media (max-width: 991px) {
    .tm-navbar-item-wrapper > .nav-item[b-3mm2rmqz7h] {
        display: none;
    }

    .tm-navbar-popup-container[b-3mm2rmqz7h],
    .tm-navbar-popup-container .popup-list-wrapper[b-3mm2rmqz7h] {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .sticky-wrapper .navbar-collapse.show[b-3mm2rmqz7h],
    .sticky-wrapper .navbar-collapse.collapsing[b-3mm2rmqz7h] {
        max-height: calc(100vh - 7.5rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}
/* /Pages/Public/Components/PublicNewsComponent.razor.rz.scp.css */
.news-main-article .card-title[b-dbt9ml9iva] {
    color: var(--hako-blue) !important;
}

.news-main-article .card[b-dbt9ml9iva],
.news-main-article .newslist[b-dbt9ml9iva],
.news-main-article .newssingle[b-dbt9ml9iva] {
    margin-left: 0;
    padding-left: 0;
}

.title-xlarge[b-dbt9ml9iva] {
    font-size: var(--font-size-lg);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: left;
}


.subtitle-small[b-dbt9ml9iva] {
    text-align: left;
}
.public-news-image[b-dbt9ml9iva] {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .news-main-article .container[b-dbt9ml9iva],
    #news-section .container[b-dbt9ml9iva],
    .container.my-5[b-dbt9ml9iva],
    .container.text-center.my-3[b-dbt9ml9iva] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .news-main-article .card[b-dbt9ml9iva],
    #news-section .card[b-dbt9ml9iva] {
        margin-bottom: 1rem !important;
    }

    .title-xlarge[b-dbt9ml9iva] {
        font-size: var(--font-size-md);
        line-height: 1.25;
    }

    .subtitle-small[b-dbt9ml9iva] {
        font-size: var(--font-size-sm);
        line-height: 1.55;
    }
}
/* /Pages/Public/Components/PublicSearchComponent.razor.rz.scp.css */
.overlay[b-mlj6wzutv4] {
    --popup-height: 100%;
    --popup-width: 100%;
    --animation-duration: .3s;
    --animation-duration-times-two: calc(var(--animation-duration) * 2);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--animation-duration) ease-in-out, visibility var(--animation-duration) ease-in-out;
}

.overlay.animate[b-mlj6wzutv4] {
    opacity: 1;
    visibility: visible;
    transition: all var(--animation-duration) ease-in-out;
}

.popup[b-mlj6wzutv4] {
    background: #fff;
    border-radius: 5px;
    top: calc(-1 * var(--popup-height));
    left: calc(50% - (var(--popup-width) / 2));
    height: var(--popup-height);
    width: var(--popup-width);
    position: relative;
    transition: all var(--animation-duration) ease-in-out;
}

.animate .popup[b-mlj6wzutv4] {
    top: calc(50% - (var(--popup-height) / 2));
    opacity: 1;
    transition: all var(--animation-duration) ease-in-out;
}

.popup .close[b-mlj6wzutv4] {
    position: absolute;
    top: 0.75em;
    right: 1em;
    border: 0;
    background: transparent;
    transition: transform 200ms;
    font-size: var(--font-size-2xl);
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

        .popup .close:hover[b-mlj6wzutv4] {
            color: var(--secondary);
            animation: rotate-b-mlj6wzutv4 infinite;
            animation-duration: var(--animation-duration-times-two);
        }

@keyframes rotate-b-mlj6wzutv4 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.popup .content[b-mlj6wzutv4] {
    height: 100%;
    width: 100%;
    padding: 10% 5%;
}

    .popup .content .search-box[b-mlj6wzutv4] {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup .content .search-box form[b-mlj6wzutv4] {
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .popup .content .search-box input[b-mlj6wzutv4] {
            width: 60%;
            height: 2em;
            padding: 0.5em 1em;
        }

    .popup .content .search-box button[b-mlj6wzutv4] {
        height: 2em;
        width: 2em;
        border: none;
        margin-left: 5px;
    }

    .popup .content .search-box button:hover[b-mlj6wzutv4] {
        background-color: var(--light-orange);
    }

.popup .close:focus-visible[b-mlj6wzutv4],
.popup .content .search-box input:focus-visible[b-mlj6wzutv4],
.popup .content .search-box button:focus-visible[b-mlj6wzutv4] {
    outline: 3px solid var(--hako-green);
    outline-offset: 3px;
}
/* /Pages/Public/Components/SubMenuBarComponent.razor.rz.scp.css */
#sub-header[b-cu982cqea7] {
    background-color: white;
    display: -webkit-box;
    display: -ms-olexbox;
    display: olex;
    -webkit-box-pack: justioy;
    -ms-olex-pack: justioy;
    justioy-content: center;
    z-index: 10;
    border-bottom: solid #b4c6d4 1px;
}


@media (max-width: 991.98px) {
    #main-header[b-cu982cqea7] {
        min-height: 50px;
    }
}

.k-menu[b-cu982cqea7] {
    color: var(--hako-gray) !important;

}


.MemberMenu[b-cu982cqea7] {
    oont-size: 1.1rem;
    color: var(--hako-gray) !important;
    line-height: 1.25;
    text-transoorm: capitalize;
}

 
/* /Pages/Public/Components/TMLoader.razor.rz.scp.css */
/* /Pages/Public/Components/WeekDayItemComponent.razor.rz.scp.css */
/* /Pages/Public/Components/YearMonthRifStepperComponent.razor.rz.scp.css */

*[b-fdj3je6y71] {
    margin: 0;
    padding: 0;
}


.rounded[b-fdj3je6y71] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5em;
    border-radius: 5rem !important;
}

    .rounded input[b-fdj3je6y71] {
        width: 70%;
        height: 100%;
        box-shadow: none !important;
        border: none;
        border-radius: 5rem 0 0 5rem;
        text-transform: uppercase;
        background-color: transparent;
        display: flex;
        text-align: center;
    }

    .rounded button[b-fdj3je6y71] {
        width: 15%;
        height: 100%;
        border: none;
        box-shadow: none !important;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rounded button:hover[b-fdj3je6y71] {
            background-color: var(--dark-orange);
            transition: all .25s ease-in-out;
        }

        .rounded button:focus-visible[b-fdj3je6y71] {
            outline: 3px solid var(--hako-green);
            outline-offset: 3px;
        }

        .rounded button img[b-fdj3je6y71] {
            aspect-ratio: 2/1;
            height: 30%;
        }

        .rounded button .image-container[b-fdj3je6y71] {
            width: 1.5em;
            display: flex;
            margin: 0;
            justify-content: center;
        }
/* /Pages/Public/Downloads/PublicDownloads.razor.rz.scp.css */
.public-about-page[b-kowv8flw00],
.public-downloads-page[b-kowv8flw00],
.public-cms-page[b-kowv8flw00] {
    overflow-x: clip;
}

.public-about-page .inside[b-kowv8flw00],
.public-downloads-page .inside[b-kowv8flw00],
.public-cms-page .inside[b-kowv8flw00],
.public-about-page .tm-register-wrapper[b-kowv8flw00],
.public-downloads-page .tm-register-wrapper[b-kowv8flw00],
.public-cms-page .tm-register-wrapper[b-kowv8flw00],
.public-about-page .tm-form-wrapper[b-kowv8flw00],
.public-downloads-page .tm-form-wrapper[b-kowv8flw00],
.public-cms-page .tm-form-wrapper[b-kowv8flw00],
.public-about-page .hsk-tab-wrapper[b-kowv8flw00],
.public-downloads-page .hsk-tab-wrapper[b-kowv8flw00],
.public-cms-page .hsk-tab-wrapper[b-kowv8flw00],
.public-about-page .k-tabstrip[b-kowv8flw00],
.public-downloads-page .k-tabstrip[b-kowv8flw00],
.public-cms-page .k-tabstrip[b-kowv8flw00] {
    max-width: 100%;
}

.public-about-page .inside :where(img, iframe, video, table)[b-kowv8flw00],
.public-downloads-page .inside :where(img, iframe, video, table)[b-kowv8flw00],
.public-cms-page .inside :where(img, iframe, video, table)[b-kowv8flw00] {
    height: auto;
    max-width: 100%;
}

.public-about-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-kowv8flw00],
.public-downloads-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-kowv8flw00],
.public-cms-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-kowv8flw00] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-about-page .inside .panel-grid.panel-has-style > .panel-row-style[b-kowv8flw00],
.public-about-page .inside .panel-grid.panel-no-style[b-kowv8flw00],
.public-downloads-page .inside .panel-grid.panel-has-style > .panel-row-style[b-kowv8flw00],
.public-downloads-page .inside .panel-grid.panel-no-style[b-kowv8flw00],
.public-cms-page .inside .panel-grid.panel-has-style > .panel-row-style[b-kowv8flw00],
.public-cms-page .inside .panel-grid.panel-no-style[b-kowv8flw00] {
    display: flex;
    flex-wrap: wrap;
}

.public-about-page .inside .panel-grid-cell[b-kowv8flw00],
.public-downloads-page .inside .panel-grid-cell[b-kowv8flw00],
.public-cms-page .inside .panel-grid-cell[b-kowv8flw00],
.public-about-page .inside [class*="panel-grid-cell"][b-kowv8flw00],
.public-downloads-page .inside [class*="panel-grid-cell"][b-kowv8flw00],
.public-cms-page .inside [class*="panel-grid-cell"][b-kowv8flw00] {
    max-width: 100%;
    min-width: 0;
}

.public-about-page .inside .siteorigin-widget-tinymce .textwidget[b-kowv8flw00],
.public-downloads-page .inside .siteorigin-widget-tinymce .textwidget[b-kowv8flw00],
.public-cms-page .inside .siteorigin-widget-tinymce .textwidget[b-kowv8flw00] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-about-page .inside[b-kowv8flw00],
    .public-downloads-page .inside[b-kowv8flw00],
    .public-cms-page .inside[b-kowv8flw00] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .public-about-page .page-title[b-kowv8flw00],
    .public-downloads-page .page-title[b-kowv8flw00],
    .public-cms-page .page-title[b-kowv8flw00] {
        line-height: 1.25;
        margin-bottom: 0.85rem;
    }

    .public-about-page .k-tabstrip-items[b-kowv8flw00],
    .public-downloads-page .k-tabstrip-items[b-kowv8flw00],
    .public-cms-page .k-tabstrip-items[b-kowv8flw00] {
        overflow-x: auto;
        scrollbar-width: none;
    }
}

@media (max-width: 600px) {
    .public-about-page .inside[b-kowv8flw00],
    .public-downloads-page .inside[b-kowv8flw00],
    .public-cms-page .inside[b-kowv8flw00],
    .public-about-page .tm-form-wrapper[b-kowv8flw00],
    .public-downloads-page .tm-form-wrapper[b-kowv8flw00],
    .public-cms-page .tm-form-wrapper[b-kowv8flw00] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-about-page .inside :where(table)[b-kowv8flw00],
    .public-downloads-page .inside :where(table)[b-kowv8flw00],
    .public-cms-page .inside :where(table)[b-kowv8flw00] {
        display: block;
        overflow-x: auto;
    }
}
.public-downloads-content[b-kowv8flw00] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.public-downloads-section[b-kowv8flw00] {
    padding: 1.25rem;
    border: 1px solid #dce4ef;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,250,253,0.96) 100%);
    box-shadow: 0 18px 36px rgba(20, 42, 74, 0.08);
}

@media (max-width: 960px) {
    .public-downloads-content[b-kowv8flw00] {
        gap: 1rem;
    }

    .public-downloads-section[b-kowv8flw00] {
        padding: 1rem;
        border-radius: 20px;
    }
}

@media (max-width: 600px) {
    .public-downloads-content[b-kowv8flw00] {
        gap: 0.85rem;
    }

    .public-downloads-section[b-kowv8flw00] {
        padding: 0.9rem;
        border-radius: 18px;
    }
}
/* /Pages/Public/Events/PublicEventBookingView.razor.rz.scp.css */
.information-container[b-7c9caoijxv] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.information-container > .left[b-7c9caoijxv],
.information-container > .right[b-7c9caoijxv] {
    flex: 1 1 320px;
    min-width: 0;
}

.booking-page[b-7c9caoijxv] {
    background-color: white !important;
    padding: 15px;
}

.public-event-detail-page[b-7c9caoijxv],
.public-event-booking-page[b-7c9caoijxv] {
    overflow-x: clip;
}

.public-event-detail-page .inside[b-7c9caoijxv],
.public-event-detail-page .tm-register-wrapper[b-7c9caoijxv],
.public-event-detail-page .tm-form-wrapper[b-7c9caoijxv],
.public-event-booking-page :where(img, iframe, video, table, .k-map, .k-animation-container)[b-7c9caoijxv] {
    max-width: 100%;
}

.public-event-booking-page img[b-7c9caoijxv],
.public-event-booking-page iframe[b-7c9caoijxv],
.public-event-booking-page video[b-7c9caoijxv] {
    height: auto;
}

.public-event-booking-page :where(h1, h2, h3, h4, p, li, a, span, strong)[b-7c9caoijxv] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-event-detail-toolbar[b-7c9caoijxv] {
    margin-bottom: 0.5rem;
}

.public-event-detail-back[b-7c9caoijxv] {
    min-width: 220px;
}

.public-event-detail-panel[b-7c9caoijxv] {
    padding: 1rem;
    border: 1px solid #dce4ef;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,250,253,0.96) 100%);
    box-shadow: 0 18px 36px rgba(20, 42, 74, 0.08);
}

.public-event-detail-image[b-7c9caoijxv] {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.public-event-detail-description[b-7c9caoijxv] {
    color: #42556d;
    line-height: 1.65;
}

.public-event-detail-location p[b-7c9caoijxv] {
    margin-bottom: 0.75rem;
}

.public-event-detail-map[b-7c9caoijxv] {
    overflow: hidden;
    border-radius: 18px;
}

.public-event-registration-block[b-7c9caoijxv] {
    padding: 1rem;
    border: 1px solid #dce4ef;
    border-radius: 22px;
    background: rgba(255,255,255,0.96);
}

.public-event-register-button[b-7c9caoijxv] {
    width: 100%;
}

@media (max-width: 960px) {
    .information-container[b-7c9caoijxv] {
        gap: 1rem;
    }

    .public-event-detail-page .inside[b-7c9caoijxv] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .public-event-detail-panel[b-7c9caoijxv],
    .public-event-registration-block[b-7c9caoijxv] {
        padding: 0.95rem;
        border-radius: 18px;
    }
}

@media (max-width: 600px) {
    .booking-page[b-7c9caoijxv] {
        padding: 0.85rem;
    }

    .information-container[b-7c9caoijxv] {
        flex-direction: column;
    }

    .public-event-detail-page .inside[b-7c9caoijxv],
    .public-event-detail-page .tm-form-wrapper[b-7c9caoijxv] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-event-booking-page :where(table)[b-7c9caoijxv] {
        display: block;
        overflow-x: auto;
    }

    .public-event-detail-back[b-7c9caoijxv] {
        width: 100%;
        min-width: 0;
    }

    .public-event-detail-panel[b-7c9caoijxv],
    .public-event-registration-block[b-7c9caoijxv] {
        padding: 0.85rem;
        border-radius: 16px;
    }
}
/* /Pages/Public/Events/PublicEvents.razor.rz.scp.css */
.public-events-page[b-5yriz3m7tg] {
    overflow-x: clip;
}

.public-events-page .tm-register-wrapper[b-5yriz3m7tg] {
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto !important;
}

.public-events-page .tm-form-wrapper[b-5yriz3m7tg] {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.public-events-page .inside[b-5yriz3m7tg] {
    padding: 0;
}

.public-events-page .inside[b-5yriz3m7tg],
.public-events-page .tm-register-wrapper[b-5yriz3m7tg],
.public-events-page .tm-form-wrapper[b-5yriz3m7tg] {
    max-width: 100%;
}

.public-events-page .inside :where(img, iframe, video, table)[b-5yriz3m7tg] {
    height: auto;
    max-width: 100%;
}

.public-events-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-5yriz3m7tg] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 960px) {
    .public-events-page .inside[b-5yriz3m7tg] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 600px) {
    .public-events-page .tm-register-wrapper[b-5yriz3m7tg] {
        width: min(100% - 1rem, 1280px);
    }

    .public-events-page .inside[b-5yriz3m7tg],
    .public-events-page .tm-form-wrapper[b-5yriz3m7tg] {
        padding-left: 0;
        padding-right: 0;
    }
}
/* /Pages/Public/Fond/Components/FondAppleQuestionsComponent.razor.rz.scp.css */
.collapsible-container[b-qctlmvkpn2] {
    margin-bottom: 10px;
}
/* /Pages/Public/Fond/Components/FondMilkQuestionsComponent.razor.rz.scp.css */
.collapsible-container[b-ik49mhjraa] {
    margin-bottom: 10px;
}
/* /Pages/Public/Fond/Components/GeneralQuestionsComponent.razor.rz.scp.css */
.collapsible-container[b-tx0zap80rk] {
    margin-bottom: 10px;
}
/* /Pages/Public/Fond/Pages/PublicFond.razor.rz.scp.css */
.public-insurance-page[b-s7hh1bjije],
.public-fond-page[b-s7hh1bjije] {
    overflow-x: clip;
}

.public-subpage-menu[b-s7hh1bjije] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 1.5rem;
}

.public-subpage-link[b-s7hh1bjije] {
    border: 1px solid #d7dfdb;
    border-radius: 999px;
    color: var(--hako-blue);
    display: inline-flex;
    font-weight: 600;
    padding: 0.7rem 1rem;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.public-subpage-link:hover[b-s7hh1bjije] {
    background-color: #edf4f0;
    border-color: var(--hako-blue);
    color: #163226;
}

.public-subpage-link.is-active[b-s7hh1bjije] {
    background-color: var(--hako-blue);
    border-color: var(--hako-blue);
    color: #fff;
}

.public-insurance-page .inside[b-s7hh1bjije],
.public-fond-page .inside[b-s7hh1bjije],
.public-insurance-page .tm-register-wrapper[b-s7hh1bjije],
.public-fond-page .tm-register-wrapper[b-s7hh1bjije],
.public-insurance-page .tm-form-wrapper[b-s7hh1bjije],
.public-fond-page .tm-form-wrapper[b-s7hh1bjije],
.public-insurance-page .k-tabstrip[b-s7hh1bjije],
.public-fond-page .k-tabstrip[b-s7hh1bjije] {
    max-width: 100%;
}

.public-insurance-page .inside :where(img, iframe, video, table)[b-s7hh1bjije],
.public-fond-page .inside :where(img, iframe, video, table)[b-s7hh1bjije] {
    height: auto;
    max-width: 100%;
}

.public-insurance-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-s7hh1bjije],
.public-fond-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-s7hh1bjije] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-insurance-page .inside .panel-grid.panel-has-style > .panel-row-style[b-s7hh1bjije],
.public-insurance-page .inside .panel-grid.panel-no-style[b-s7hh1bjije],
.public-fond-page .inside .panel-grid.panel-has-style > .panel-row-style[b-s7hh1bjije],
.public-fond-page .inside .panel-grid.panel-no-style[b-s7hh1bjije] {
    display: flex;
    flex-wrap: wrap;
}

.public-insurance-page .inside .panel-grid-cell[b-s7hh1bjije],
.public-fond-page .inside .panel-grid-cell[b-s7hh1bjije],
.public-insurance-page .inside [class*="panel-grid-cell"][b-s7hh1bjije],
.public-fond-page .inside [class*="panel-grid-cell"][b-s7hh1bjije] {
    max-width: 100%;
    min-width: 0;
}

.public-insurance-page .inside .siteorigin-widget-tinymce .textwidget[b-s7hh1bjije],
.public-fond-page .inside .siteorigin-widget-tinymce .textwidget[b-s7hh1bjije] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-insurance-page[b-s7hh1bjije],
    .public-fond-page[b-s7hh1bjije] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .public-insurance-page .inside[b-s7hh1bjije],
    .public-fond-page .inside[b-s7hh1bjije] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .public-subpage-menu[b-s7hh1bjije] {
        gap: 0.5rem;
    }

    .public-subpage-link[b-s7hh1bjije] {
        font-size: 0.95rem;
        padding: 0.6rem 0.85rem;
    }

    .public-insurance-page .page-title[b-s7hh1bjije],
    .public-fond-page .page-title[b-s7hh1bjije] {
        line-height: 1.25;
        margin-bottom: 0.85rem;
    }

    .public-insurance-page .k-tabstrip-items[b-s7hh1bjije],
    .public-fond-page .k-tabstrip-items[b-s7hh1bjije] {
        overflow-x: auto;
        scrollbar-width: none;
    }
}

@media (max-width: 600px) {
    .public-insurance-page .inside[b-s7hh1bjije],
    .public-fond-page .inside[b-s7hh1bjije],
    .public-insurance-page .tm-form-wrapper[b-s7hh1bjije],
    .public-fond-page .tm-form-wrapper[b-s7hh1bjije] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-insurance-page .inside :where(table)[b-s7hh1bjije],
    .public-fond-page .inside :where(table)[b-s7hh1bjije] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/Home/PublicHomepage.razor.rz.scp.css */
.white-list.k-grid-header[b-vvn7m7x726] {
    display: none;
}


.public-home-deferred-placeholder[b-vvn7m7x726] {
    min-height: 24rem;
}

.hako-section-keyvisual[b-vvn7m7x726] {
    display: none;
}

.hako-public-signature[b-vvn7m7x726] {
    position: relative;
    overflow: hidden;
    padding: clamp(2.25rem, 4vw, 3.75rem) 1rem;
    background: #f7f9f6;
    color: #24364b;
}

.hako-public-signature[b-vvn7m7x726]::after {
    content: none;
    display: none;
}

.hako-public-signature__inner[b-vvn7m7x726] {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1280px;
    margin: 0 auto;
}

.hako-public-signature__brand[b-vvn7m7x726] {
    display: none;
}

.hako-public-signature__brand img[b-vvn7m7x726] {
    width: min(12rem, 100%);
    padding: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.hako-public-signature__kicker[b-vvn7m7x726] {
    margin: 0 0 0.75rem;
    color: var(--hako-petrol);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hako-public-signature h2[b-vvn7m7x726] {
    max-width: 34ch;
    margin: 0;
    color: var(--hako-blue);
    font-size: clamp(1.8rem, 3.2vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.hako-public-signature p[b-vvn7m7x726] {
    max-width: 46rem;
}

.hako-public-signature__content > p:last-child[b-vvn7m7x726] {
    margin: 1.25rem 0 0;
    color: #526177;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.65;
}

.hako-public-signature__mountains[b-vvn7m7x726] {
    display: none;
}

.hako-public-signature__mountains img[b-vvn7m7x726] {
    width: 100%;
    max-height: 4.2rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.82;
}

.public-home-section[b-vvn7m7x726] {
    padding-top: clamp(3rem, 6vw, 5.5rem);
    padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.public-home-news[b-vvn7m7x726] {
    background: #fff;
}

.public-home-news[b-vvn7m7x726]  .container,
.public-home-news[b-vvn7m7x726]  .news-main-article > .container,
.public-home-news[b-vvn7m7x726]  #news-section .container,
.hako-public-content[b-vvn7m7x726] {
    width: min(1280px, calc(100% - 2rem));
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.public-home-news[b-vvn7m7x726]  .container {
    text-align: left !important;
}

.public-home-news[b-vvn7m7x726]  .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
}

.public-home-news[b-vvn7m7x726]  .row > [class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.public-home-news[b-vvn7m7x726]  .small-element-separator {
    margin-left: 0;
    margin-right: 0;
}

.public-home-products[b-vvn7m7x726] {
    max-width: 1280px;
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.public-home-products__header[b-vvn7m7x726] {
    max-width: 42rem;
    margin-bottom: clamp(1.4rem, 3vw, 2.25rem);
}

.public-home-products__eyebrow[b-vvn7m7x726] {
    margin: 0 0 0.55rem;
    color: var(--hako-petrol);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.public-home-products__header h2[b-vvn7m7x726],
.public-home-contact h2[b-vvn7m7x726] {
    color: var(--hako-blue);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.public-home-products__header h2[b-vvn7m7x726] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
}

.public-product-tiles[b-vvn7m7x726] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    gap: clamp(1rem, 2vw, 1.45rem);
    justify-content: center;
}

.public-product-tile[b-vvn7m7x726] {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(23, 66, 140, 0.11);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(23, 66, 140, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.public-product-tile:hover[b-vvn7m7x726] {
    border-color: rgba(32, 119, 124, 0.32);
    box-shadow: 0 1.4rem 3rem rgba(23, 66, 140, 0.13);
    transform: translateY(-3px);
}

.public-product-tile__media[b-vvn7m7x726] {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 9.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(23, 66, 140, 0.12), rgba(78, 159, 45, 0.16));
}

.public-product-tile__media[b-vvn7m7x726]::after {
    content: "";
    position: absolute;
    inset: auto 1.1rem 0 1.1rem;
    height: 0.35rem;
    border-radius: 999px 999px 0 0;
    background: var(--hako-green);
}

.public-product-tile__media img[b-vvn7m7x726] {
    width: 100%;
    height: 100%;
    min-height: 9.5rem;
    object-fit: cover;
}

.public-product-tile__media span[b-vvn7m7x726] {
    color: var(--hako-blue);
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 700;
    line-height: 1;
}

.public-product-tile__body[b-vvn7m7x726] {
    display: flex;
    flex-direction: column;
    padding: clamp(1.1rem, 2vw, 1.45rem);
}

.public-product-tile__count[b-vvn7m7x726] {
    margin: 0 0 0.45rem;
    color: var(--hako-petrol);
    font-size: 0.82rem;
    font-weight: 700;
}

.public-product-tile h3[b-vvn7m7x726] {
    margin: 0;
    color: var(--hako-blue);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.14;
}

.public-product-tile__description[b-vvn7m7x726] {
    margin: 0.85rem 0 0;
    color: #5c6b7f;
    line-height: 1.55;
}

.public-product-tile__links[b-vvn7m7x726] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.2rem;
}

.public-product-tile__links a[b-vvn7m7x726] {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(23, 66, 140, 0.07);
    color: var(--hako-blue);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.public-product-tile__links a:hover[b-vvn7m7x726],
.public-product-tile__links a:focus-visible[b-vvn7m7x726] {
    background: var(--hako-blue);
    color: #fff;
}

.public-product-tile__empty[b-vvn7m7x726] {
    margin: 1.2rem 0 0;
    color: #6a7687;
}

.public-home-contact[b-vvn7m7x726] {
    background: linear-gradient(180deg, #fff 0%, #f7f9f6 100%);
}

.public-home-contact .card[b-vvn7m7x726] {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    background: transparent;
}

.public-home-contact .card-body[b-vvn7m7x726] {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 2.5rem) !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
}

.public-home-contact h2[b-vvn7m7x726] {
    margin-top: 0 !important;
    margin-bottom: 2rem;
}

.public-home-contact .registration-container[b-vvn7m7x726] {
    max-width: 100%;
}

@media (max-width: 920px) {
    .hako-public-signature__inner[b-vvn7m7x726] {
        text-align: left;
    }

    .hako-public-signature__brand[b-vvn7m7x726] {
        justify-content: flex-start;
    }

    .hako-public-signature__brand img[b-vvn7m7x726] {
        width: min(12rem, 70vw);
    }

}

@media (max-width: 768px) {
    .public-home-news[b-vvn7m7x726]  .container,
    .public-home-news[b-vvn7m7x726]  .news-main-article > .container,
    .public-home-news[b-vvn7m7x726]  #news-section .container,
    .hako-public-content[b-vvn7m7x726],
    .public-home-products[b-vvn7m7x726] {
        width: min(100% - 1.5rem, 1280px);
    }
}

@media (max-width: 980px) {
    .public-product-tiles[b-vvn7m7x726] {
        grid-template-columns: repeat(2, minmax(0, 360px));
    }
}

@media (max-width: 620px) {
    .public-product-tiles[b-vvn7m7x726] {
        grid-template-columns: 1fr;
    }

    .public-product-tile__media[b-vvn7m7x726] {
        min-height: 7.5rem;
    }

    .public-product-tile__media img[b-vvn7m7x726] {
        min-height: 7.5rem;
    }
}


.public-home-job-notice[b-vvn7m7x726] {
    margin: 2rem 0;
}

.public-home-job-notice-box[b-vvn7m7x726] {
    border-left: 4px solid #7aa641;
    background-color: #f5f8ee;
    padding: 1.25rem 1.5rem;
}

.public-home-job-notice-title[b-vvn7m7x726] {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #2f4f1f;
}

.public-home-job-notice-text[b-vvn7m7x726] {
    margin: 0;
    font-size: 1rem;
}

.public-home-job-notice-text a[b-vvn7m7x726] {
    color: inherit;
    font-weight: 600;
}
/* /Pages/Public/Insurance/PublicInsurance.razor.rz.scp.css */
.public-insurance-page[b-480v69lbjt],
.public-fond-page[b-480v69lbjt] {
    overflow-x: clip;
}

.public-subpage-menu[b-480v69lbjt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 1.5rem;
}

.public-subpage-link[b-480v69lbjt] {
    border: 1px solid #d7dfdb;
    border-radius: 999px;
    color: var(--hako-blue);
    display: inline-flex;
    font-weight: 600;
    padding: 0.7rem 1rem;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.public-subpage-link:hover[b-480v69lbjt] {
    background-color: #edf4f0;
    border-color: var(--hako-blue);
    color: #163226;
}

.public-subpage-link.is-active[b-480v69lbjt] {
    background-color: var(--hako-blue);
    border-color: var(--hako-blue);
    color: #fff;
}

.public-insurance-page .inside[b-480v69lbjt],
.public-fond-page .inside[b-480v69lbjt],
.public-insurance-page .tm-register-wrapper[b-480v69lbjt],
.public-fond-page .tm-register-wrapper[b-480v69lbjt],
.public-insurance-page .tm-form-wrapper[b-480v69lbjt],
.public-fond-page .tm-form-wrapper[b-480v69lbjt],
.public-insurance-page .k-tabstrip[b-480v69lbjt],
.public-fond-page .k-tabstrip[b-480v69lbjt] {
    max-width: 100%;
}

.public-insurance-page .inside :where(img, iframe, video, table)[b-480v69lbjt],
.public-fond-page .inside :where(img, iframe, video, table)[b-480v69lbjt] {
    height: auto;
    max-width: 100%;
}

.public-insurance-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-480v69lbjt],
.public-fond-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-480v69lbjt] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-insurance-page .inside .panel-grid.panel-has-style > .panel-row-style[b-480v69lbjt],
.public-insurance-page .inside .panel-grid.panel-no-style[b-480v69lbjt],
.public-fond-page .inside .panel-grid.panel-has-style > .panel-row-style[b-480v69lbjt],
.public-fond-page .inside .panel-grid.panel-no-style[b-480v69lbjt] {
    display: flex;
    flex-wrap: wrap;
}

.public-insurance-page .inside .panel-grid-cell[b-480v69lbjt],
.public-fond-page .inside .panel-grid-cell[b-480v69lbjt],
.public-insurance-page .inside [class*="panel-grid-cell"][b-480v69lbjt],
.public-fond-page .inside [class*="panel-grid-cell"][b-480v69lbjt] {
    max-width: 100%;
    min-width: 0;
}

.public-insurance-page .inside .siteorigin-widget-tinymce .textwidget[b-480v69lbjt],
.public-fond-page .inside .siteorigin-widget-tinymce .textwidget[b-480v69lbjt] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-insurance-page[b-480v69lbjt],
    .public-fond-page[b-480v69lbjt] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .public-insurance-page .inside[b-480v69lbjt],
    .public-fond-page .inside[b-480v69lbjt] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .public-subpage-menu[b-480v69lbjt] {
        gap: 0.5rem;
    }

    .public-subpage-link[b-480v69lbjt] {
        font-size: 0.95rem;
        padding: 0.6rem 0.85rem;
    }

    .public-insurance-page .page-title[b-480v69lbjt],
    .public-fond-page .page-title[b-480v69lbjt] {
        line-height: 1.25;
        margin-bottom: 0.85rem;
    }

    .public-insurance-page .k-tabstrip-items[b-480v69lbjt],
    .public-fond-page .k-tabstrip-items[b-480v69lbjt] {
        overflow-x: auto;
        scrollbar-width: none;
    }
}

@media (max-width: 600px) {
    .public-insurance-page .inside[b-480v69lbjt],
    .public-fond-page .inside[b-480v69lbjt],
    .public-insurance-page .tm-form-wrapper[b-480v69lbjt],
    .public-fond-page .tm-form-wrapper[b-480v69lbjt] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-insurance-page .inside :where(table)[b-480v69lbjt],
    .public-fond-page .inside :where(table)[b-480v69lbjt] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/Legal/PublicLawCookie.razor.rz.scp.css */
.public-legal-page[b-bzk5110k1i] {
    overflow-x: clip;
}

.public-legal-page .inside[b-bzk5110k1i],
.public-legal-page .tm-register-wrapper[b-bzk5110k1i],
.public-legal-page .tm-form-wrapper[b-bzk5110k1i],
.public-legal-page .k-tabstrip[b-bzk5110k1i] {
    max-width: 100%;
}

.public-legal-page .inside :where(img, iframe, video, table)[b-bzk5110k1i] {
    height: auto;
    max-width: 100%;
}

.public-legal-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-bzk5110k1i] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-legal-page .inside .panel-grid.panel-has-style > .panel-row-style[b-bzk5110k1i],
.public-legal-page .inside .panel-grid.panel-no-style[b-bzk5110k1i] {
    display: flex;
    flex-wrap: wrap;
}

.public-legal-page .inside .panel-grid-cell[b-bzk5110k1i],
.public-legal-page .inside [class*="panel-grid-cell"][b-bzk5110k1i] {
    max-width: 100%;
    min-width: 0;
}

.public-legal-page .inside .siteorigin-widget-tinymce .textwidget[b-bzk5110k1i] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-legal-page .inside[b-bzk5110k1i] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 600px) {
    .public-legal-page .inside[b-bzk5110k1i],
    .public-legal-page .tm-form-wrapper[b-bzk5110k1i] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-legal-page .inside :where(table)[b-bzk5110k1i] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/Legal/PublicLawImpressum.razor.rz.scp.css */
.public-legal-page[b-n2u2b2k7on] {
    overflow-x: clip;
}

.public-legal-page .inside[b-n2u2b2k7on],
.public-legal-page .tm-register-wrapper[b-n2u2b2k7on],
.public-legal-page .tm-form-wrapper[b-n2u2b2k7on],
.public-legal-page .k-tabstrip[b-n2u2b2k7on] {
    max-width: 100%;
}

.public-legal-page .inside :where(img, iframe, video, table)[b-n2u2b2k7on] {
    height: auto;
    max-width: 100%;
}

.public-legal-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-n2u2b2k7on] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-legal-page .inside .panel-grid.panel-has-style > .panel-row-style[b-n2u2b2k7on],
.public-legal-page .inside .panel-grid.panel-no-style[b-n2u2b2k7on] {
    display: flex;
    flex-wrap: wrap;
}

.public-legal-page .inside .panel-grid-cell[b-n2u2b2k7on],
.public-legal-page .inside [class*="panel-grid-cell"][b-n2u2b2k7on] {
    max-width: 100%;
    min-width: 0;
}

.public-legal-page .inside .siteorigin-widget-tinymce .textwidget[b-n2u2b2k7on] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-legal-page .inside[b-n2u2b2k7on] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 600px) {
    .public-legal-page .inside[b-n2u2b2k7on],
    .public-legal-page .tm-form-wrapper[b-n2u2b2k7on] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-legal-page .inside :where(table)[b-n2u2b2k7on] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/Legal/PublicLawPrivacy.razor.rz.scp.css */
.public-legal-page[b-p013kk5y0o] {
    overflow-x: clip;
}

.public-legal-page .inside[b-p013kk5y0o],
.public-legal-page .tm-register-wrapper[b-p013kk5y0o],
.public-legal-page .tm-form-wrapper[b-p013kk5y0o],
.public-legal-page .k-tabstrip[b-p013kk5y0o] {
    max-width: 100%;
}

.public-legal-page .inside :where(img, iframe, video, table)[b-p013kk5y0o] {
    height: auto;
    max-width: 100%;
}

.public-legal-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-p013kk5y0o] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-legal-page .inside .panel-grid.panel-has-style > .panel-row-style[b-p013kk5y0o],
.public-legal-page .inside .panel-grid.panel-no-style[b-p013kk5y0o] {
    display: flex;
    flex-wrap: wrap;
}

.public-legal-page .inside .panel-grid-cell[b-p013kk5y0o],
.public-legal-page .inside [class*="panel-grid-cell"][b-p013kk5y0o] {
    max-width: 100%;
    min-width: 0;
}

.public-legal-page .inside .siteorigin-widget-tinymce .textwidget[b-p013kk5y0o] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-legal-page .inside[b-p013kk5y0o] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 600px) {
    .public-legal-page .inside[b-p013kk5y0o],
    .public-legal-page .tm-form-wrapper[b-p013kk5y0o] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-legal-page .inside :where(table)[b-p013kk5y0o] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/Legal/PublicLawPrivacy2.razor.rz.scp.css */
.public-legal-page[b-6fpz23k705] {
    overflow-x: clip;
}

.public-legal-page .inside[b-6fpz23k705],
.public-legal-page .tm-register-wrapper[b-6fpz23k705],
.public-legal-page .tm-form-wrapper[b-6fpz23k705],
.public-legal-page .k-tabstrip[b-6fpz23k705] {
    max-width: 100%;
}

.public-legal-page .inside :where(img, iframe, video, table)[b-6fpz23k705] {
    height: auto;
    max-width: 100%;
}

.public-legal-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-6fpz23k705] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-legal-page .inside .panel-grid.panel-has-style > .panel-row-style[b-6fpz23k705],
.public-legal-page .inside .panel-grid.panel-no-style[b-6fpz23k705] {
    display: flex;
    flex-wrap: wrap;
}

.public-legal-page .inside .panel-grid-cell[b-6fpz23k705],
.public-legal-page .inside [class*="panel-grid-cell"][b-6fpz23k705] {
    max-width: 100%;
    min-width: 0;
}

.public-legal-page .inside .siteorigin-widget-tinymce .textwidget[b-6fpz23k705] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-legal-page .inside[b-6fpz23k705] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 600px) {
    .public-legal-page .inside[b-6fpz23k705],
    .public-legal-page .tm-form-wrapper[b-6fpz23k705] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-legal-page .inside :where(table)[b-6fpz23k705] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/Legal/PublicLawTransparency.razor.rz.scp.css */
.public-legal-page[b-5dnlnaeju7] {
    overflow-x: clip;
}

.public-legal-page .inside[b-5dnlnaeju7],
.public-legal-page .tm-register-wrapper[b-5dnlnaeju7],
.public-legal-page .tm-form-wrapper[b-5dnlnaeju7],
.public-legal-page .k-tabstrip[b-5dnlnaeju7] {
    max-width: 100%;
}

.public-legal-page .inside :where(img, iframe, video, table)[b-5dnlnaeju7] {
    height: auto;
    max-width: 100%;
}

.public-legal-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-5dnlnaeju7] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-legal-page .inside .panel-grid.panel-has-style > .panel-row-style[b-5dnlnaeju7],
.public-legal-page .inside .panel-grid.panel-no-style[b-5dnlnaeju7] {
    display: flex;
    flex-wrap: wrap;
}

.public-legal-page .inside .panel-grid-cell[b-5dnlnaeju7],
.public-legal-page .inside [class*="panel-grid-cell"][b-5dnlnaeju7] {
    max-width: 100%;
    min-width: 0;
}

.public-legal-page .inside .siteorigin-widget-tinymce .textwidget[b-5dnlnaeju7] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-legal-page .inside[b-5dnlnaeju7] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 600px) {
    .public-legal-page .inside[b-5dnlnaeju7],
    .public-legal-page .tm-form-wrapper[b-5dnlnaeju7] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-legal-page .inside :where(table)[b-5dnlnaeju7] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/MyArea/PublicBills.razor.rz.scp.css */
/* /Pages/Public/MyArea/PublicMyAreas.razor.rz.scp.css */
#pg-505-0[b-qhgyx72ibw], #pg-505-1[b-qhgyx72ibw], #pg-505-2[b-qhgyx72ibw], #pg-505-3[b-qhgyx72ibw], #pg-505-4[b-qhgyx72ibw], #pg-505-5[b-qhgyx72ibw], #pl-505 .so-panel[b-qhgyx72ibw] {
    margin-bottom: 30px;
}

.panel-grid.panel-has-style > .panel-row-style[b-qhgyx72ibw], .panel-grid.panel-no-style[b-qhgyx72ibw] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg[b-qhgyx72ibw] {
    border-bottom-width: 80px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

#pg-505-0.panel-has-style > .panel-row-style[b-qhgyx72ibw], #pg-505-0.panel-no-style[b-qhgyx72ibw], #pg-505-1.panel-has-style > .panel-row-style[b-qhgyx72ibw], #pg-505-1.panel-no-style[b-qhgyx72ibw], #pg-505-2.panel-has-style > .panel-row-style[b-qhgyx72ibw], #pg-505-2.panel-no-style[b-qhgyx72ibw], #pg-505-3.panel-has-style > .panel-row-style[b-qhgyx72ibw], #pg-505-3.panel-no-style[b-qhgyx72ibw], #pg-505-4.panel-has-style > .panel-row-style[b-qhgyx72ibw], #pg-505-4.panel-no-style[b-qhgyx72ibw], #pg-505-5.panel-has-style > .panel-row-style[b-qhgyx72ibw], #pg-505-5.panel-no-style[b-qhgyx72ibw], #pg-505-6.panel-has-style > .panel-row-style[b-qhgyx72ibw], #pg-505-6.panel-no-style[b-qhgyx72ibw] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#pgc-505-1-0[b-qhgyx72ibw], #pgc-505-2-0[b-qhgyx72ibw] {
    width: 100%;
    width: calc(100% - (0*30px));
}

#pgc-505-0-0[b-qhgyx72ibw], #pgc-505-0-1[b-qhgyx72ibw], #pgc-505-0-2[b-qhgyx72ibw], #pgc-505-3-0[b-qhgyx72ibw], #pgc-505-3-1[b-qhgyx72ibw], #pgc-505-3-2[b-qhgyx72ibw], #pgc-505-4-0[b-qhgyx72ibw], #pgc-505-4-1[b-qhgyx72ibw], #pgc-505-4-2[b-qhgyx72ibw], #pgc-505-5-0[b-qhgyx72ibw], #pgc-505-5-1[b-qhgyx72ibw], #pgc-505-5-2[b-qhgyx72ibw], #pgc-505-6-0[b-qhgyx72ibw], #pgc-505-6-1[b-qhgyx72ibw], #pgc-505-6-2[b-qhgyx72ibw] {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px));
}

.siteorigin-widget-tinymce textwidget[b-qhgyx72ibw] {
    width: 100%;
    margin: 105px;
}
/* /Pages/Public/MyArea/PublicMyCertificates.razor.rz.scp.css */
#pg-505-0[b-951j2s25eh], #pg-505-1[b-951j2s25eh], #pg-505-2[b-951j2s25eh], #pg-505-3[b-951j2s25eh], #pg-505-4[b-951j2s25eh], #pg-505-5[b-951j2s25eh], #pl-505 .so-panel[b-951j2s25eh] {
    margin-bottom: 30px;
}

.panel-grid.panel-has-style > .panel-row-style[b-951j2s25eh], .panel-grid.panel-no-style[b-951j2s25eh] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg[b-951j2s25eh] {
    border-bottom-width: 80px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

#pg-505-0.panel-has-style > .panel-row-style[b-951j2s25eh], #pg-505-0.panel-no-style[b-951j2s25eh], #pg-505-1.panel-has-style > .panel-row-style[b-951j2s25eh], #pg-505-1.panel-no-style[b-951j2s25eh], #pg-505-2.panel-has-style > .panel-row-style[b-951j2s25eh], #pg-505-2.panel-no-style[b-951j2s25eh], #pg-505-3.panel-has-style > .panel-row-style[b-951j2s25eh], #pg-505-3.panel-no-style[b-951j2s25eh], #pg-505-4.panel-has-style > .panel-row-style[b-951j2s25eh], #pg-505-4.panel-no-style[b-951j2s25eh], #pg-505-5.panel-has-style > .panel-row-style[b-951j2s25eh], #pg-505-5.panel-no-style[b-951j2s25eh], #pg-505-6.panel-has-style > .panel-row-style[b-951j2s25eh], #pg-505-6.panel-no-style[b-951j2s25eh] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#pgc-505-1-0[b-951j2s25eh], #pgc-505-2-0[b-951j2s25eh] {
    width: 100%;
    width: calc(100% - (0*30px));
}

#pgc-505-0-0[b-951j2s25eh], #pgc-505-0-1[b-951j2s25eh], #pgc-505-0-2[b-951j2s25eh], #pgc-505-3-0[b-951j2s25eh], #pgc-505-3-1[b-951j2s25eh], #pgc-505-3-2[b-951j2s25eh], #pgc-505-4-0[b-951j2s25eh], #pgc-505-4-1[b-951j2s25eh], #pgc-505-4-2[b-951j2s25eh], #pgc-505-5-0[b-951j2s25eh], #pgc-505-5-1[b-951j2s25eh], #pgc-505-5-2[b-951j2s25eh], #pgc-505-6-0[b-951j2s25eh], #pgc-505-6-1[b-951j2s25eh], #pgc-505-6-2[b-951j2s25eh] {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px));
}

.siteorigin-widget-tinymce textwidget[b-951j2s25eh] {
    width: 100%;
    margin: 105px;
}
/* /Pages/Public/MyArea/PublicMyCertificateSimulation.razor.rz.scp.css */
#pg-505-0[b-1uhcf3xrw1], #pg-505-1[b-1uhcf3xrw1], #pg-505-2[b-1uhcf3xrw1], #pg-505-3[b-1uhcf3xrw1], #pg-505-4[b-1uhcf3xrw1], #pg-505-5[b-1uhcf3xrw1], #pl-505 .so-panel[b-1uhcf3xrw1] {
    margin-bottom: 30px;
}

.panel-grid.panel-has-style > .panel-row-style[b-1uhcf3xrw1], .panel-grid.panel-no-style[b-1uhcf3xrw1] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg[b-1uhcf3xrw1] {
    border-bottom-width: 80px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

#pg-505-0.panel-has-style > .panel-row-style[b-1uhcf3xrw1], #pg-505-0.panel-no-style[b-1uhcf3xrw1], #pg-505-1.panel-has-style > .panel-row-style[b-1uhcf3xrw1], #pg-505-1.panel-no-style[b-1uhcf3xrw1], #pg-505-2.panel-has-style > .panel-row-style[b-1uhcf3xrw1], #pg-505-2.panel-no-style[b-1uhcf3xrw1], #pg-505-3.panel-has-style > .panel-row-style[b-1uhcf3xrw1], #pg-505-3.panel-no-style[b-1uhcf3xrw1], #pg-505-4.panel-has-style > .panel-row-style[b-1uhcf3xrw1], #pg-505-4.panel-no-style[b-1uhcf3xrw1], #pg-505-5.panel-has-style > .panel-row-style[b-1uhcf3xrw1], #pg-505-5.panel-no-style[b-1uhcf3xrw1], #pg-505-6.panel-has-style > .panel-row-style[b-1uhcf3xrw1], #pg-505-6.panel-no-style[b-1uhcf3xrw1] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#pgc-505-1-0[b-1uhcf3xrw1], #pgc-505-2-0[b-1uhcf3xrw1] {
    width: 100%;
    width: calc(100% - (0*30px));
}

#pgc-505-0-0[b-1uhcf3xrw1], #pgc-505-0-1[b-1uhcf3xrw1], #pgc-505-0-2[b-1uhcf3xrw1], #pgc-505-3-0[b-1uhcf3xrw1], #pgc-505-3-1[b-1uhcf3xrw1], #pgc-505-3-2[b-1uhcf3xrw1], #pgc-505-4-0[b-1uhcf3xrw1], #pgc-505-4-1[b-1uhcf3xrw1], #pgc-505-4-2[b-1uhcf3xrw1], #pgc-505-5-0[b-1uhcf3xrw1], #pgc-505-5-1[b-1uhcf3xrw1], #pgc-505-5-2[b-1uhcf3xrw1], #pgc-505-6-0[b-1uhcf3xrw1], #pgc-505-6-1[b-1uhcf3xrw1], #pgc-505-6-2[b-1uhcf3xrw1] {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px));
}

.siteorigin-widget-tinymce textwidget[b-1uhcf3xrw1] {
    width: 100%;
    margin: 105px;
}
/* /Pages/Public/MyArea/PublicMyDamages.razor.rz.scp.css */
/* /Pages/Public/MyArea/PublicMyDocSign.razor.rz.scp.css */
#pg-505-0[b-ptapkz6h1p], #pg-505-1[b-ptapkz6h1p], #pg-505-2[b-ptapkz6h1p], #pg-505-3[b-ptapkz6h1p], #pg-505-4[b-ptapkz6h1p], #pg-505-5[b-ptapkz6h1p], #pl-505 .so-panel[b-ptapkz6h1p] {
    margin-bottom: 30px;
}

.panel-grid.panel-has-style > .panel-row-style[b-ptapkz6h1p], .panel-grid.panel-no-style[b-ptapkz6h1p] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg[b-ptapkz6h1p] {
    border-bottom-width: 80px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

#pg-505-0.panel-has-style > .panel-row-style[b-ptapkz6h1p], #pg-505-0.panel-no-style[b-ptapkz6h1p], #pg-505-1.panel-has-style > .panel-row-style[b-ptapkz6h1p], #pg-505-1.panel-no-style[b-ptapkz6h1p], #pg-505-2.panel-has-style > .panel-row-style[b-ptapkz6h1p], #pg-505-2.panel-no-style[b-ptapkz6h1p], #pg-505-3.panel-has-style > .panel-row-style[b-ptapkz6h1p], #pg-505-3.panel-no-style[b-ptapkz6h1p], #pg-505-4.panel-has-style > .panel-row-style[b-ptapkz6h1p], #pg-505-4.panel-no-style[b-ptapkz6h1p], #pg-505-5.panel-has-style > .panel-row-style[b-ptapkz6h1p], #pg-505-5.panel-no-style[b-ptapkz6h1p], #pg-505-6.panel-has-style > .panel-row-style[b-ptapkz6h1p], #pg-505-6.panel-no-style[b-ptapkz6h1p] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#pgc-505-1-0[b-ptapkz6h1p], #pgc-505-2-0[b-ptapkz6h1p] {
    width: 100%;
    width: calc(100% - (0*30px));
}

#pgc-505-0-0[b-ptapkz6h1p], #pgc-505-0-1[b-ptapkz6h1p], #pgc-505-0-2[b-ptapkz6h1p], #pgc-505-3-0[b-ptapkz6h1p], #pgc-505-3-1[b-ptapkz6h1p], #pgc-505-3-2[b-ptapkz6h1p], #pgc-505-4-0[b-ptapkz6h1p], #pgc-505-4-1[b-ptapkz6h1p], #pgc-505-4-2[b-ptapkz6h1p], #pgc-505-5-0[b-ptapkz6h1p], #pgc-505-5-1[b-ptapkz6h1p], #pgc-505-5-2[b-ptapkz6h1p], #pgc-505-6-0[b-ptapkz6h1p], #pgc-505-6-1[b-ptapkz6h1p], #pgc-505-6-2[b-ptapkz6h1p] {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px));
}

.siteorigin-widget-tinymce textwidget[b-ptapkz6h1p] {
    width: 100%;
    margin: 105px;
}
/* /Pages/Public/MyArea/PublicMyDocuments.razor.rz.scp.css */
#pg-505-0[b-e90q5wdsq3], #pg-505-1[b-e90q5wdsq3], #pg-505-2[b-e90q5wdsq3], #pg-505-3[b-e90q5wdsq3], #pg-505-4[b-e90q5wdsq3], #pg-505-5[b-e90q5wdsq3], #pl-505 .so-panel[b-e90q5wdsq3] {
    margin-bottom: 30px;
}

.panel-grid.panel-has-style > .panel-row-style[b-e90q5wdsq3], .panel-grid.panel-no-style[b-e90q5wdsq3] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg[b-e90q5wdsq3] {
    border-bottom-width: 80px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

#pg-505-0.panel-has-style > .panel-row-style[b-e90q5wdsq3], #pg-505-0.panel-no-style[b-e90q5wdsq3], #pg-505-1.panel-has-style > .panel-row-style[b-e90q5wdsq3], #pg-505-1.panel-no-style[b-e90q5wdsq3], #pg-505-2.panel-has-style > .panel-row-style[b-e90q5wdsq3], #pg-505-2.panel-no-style[b-e90q5wdsq3], #pg-505-3.panel-has-style > .panel-row-style[b-e90q5wdsq3], #pg-505-3.panel-no-style[b-e90q5wdsq3], #pg-505-4.panel-has-style > .panel-row-style[b-e90q5wdsq3], #pg-505-4.panel-no-style[b-e90q5wdsq3], #pg-505-5.panel-has-style > .panel-row-style[b-e90q5wdsq3], #pg-505-5.panel-no-style[b-e90q5wdsq3], #pg-505-6.panel-has-style > .panel-row-style[b-e90q5wdsq3], #pg-505-6.panel-no-style[b-e90q5wdsq3] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#pgc-505-1-0[b-e90q5wdsq3], #pgc-505-2-0[b-e90q5wdsq3] {
    width: 100%;
    width: calc(100% - (0*30px));
}

#pgc-505-0-0[b-e90q5wdsq3], #pgc-505-0-1[b-e90q5wdsq3], #pgc-505-0-2[b-e90q5wdsq3], #pgc-505-3-0[b-e90q5wdsq3], #pgc-505-3-1[b-e90q5wdsq3], #pgc-505-3-2[b-e90q5wdsq3], #pgc-505-4-0[b-e90q5wdsq3], #pgc-505-4-1[b-e90q5wdsq3], #pgc-505-4-2[b-e90q5wdsq3], #pgc-505-5-0[b-e90q5wdsq3], #pgc-505-5-1[b-e90q5wdsq3], #pgc-505-5-2[b-e90q5wdsq3], #pgc-505-6-0[b-e90q5wdsq3], #pgc-505-6-1[b-e90q5wdsq3], #pgc-505-6-2[b-e90q5wdsq3] {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px));
}

.siteorigin-widget-tinymce textwidget[b-e90q5wdsq3] {
    width: 100%;
    margin: 105px;
}


.controlbox[b-e90q5wdsq3] {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}

.statusdot[b-e90q5wdsq3] {
    height: 18px;
    border-radius: 0px;
}

.DOCSTATUS_SUBMITTED[b-e90q5wdsq3] {
    background: #a6eba6;
    min-width: 100px;
}


.DOCSTATUS_TO_PAY[b-e90q5wdsq3] {
    color: #242b2c;
    background-color: yellowgreen;
    min-width: 100px;
}

.DOCSTATUS_DECLINED[b-e90q5wdsq3] {
    background: #af3232;
    color: white;
    min-width: 100px;
}

.DOCSTATUS_SIGNED[b-e90q5wdsq3] {
    color: white;
    background-color: green;
    min-width: 100px;
}

.DOCSTATUS_ACCEPTED[b-e90q5wdsq3] {
    color: white;
    background-color: green;
    min-width: 100px;
}

.DOCSTATUS_COMPLETED[b-e90q5wdsq3] {
    color: white;
    background-color: green;
    min-width: 100px;
}

.DOCSTATUS_WAITING[b-e90q5wdsq3] {
    color: #242b2c;
    background-color: yellow;
    min-width: 100px;
}

.DOCSTATUS_TO_SIGN[b-e90q5wdsq3] {
    color: #242b2c;
    background-color: yellow;
    min-width: 100px;
}

.DOCSTATUS_ERROR[b-e90q5wdsq3] {
    background: red;
    color: white;
    min-width: 100px;
}

.DOCSTATUS_TO_REVIEW[b-e90q5wdsq3] {
    background: violet;
    min-width: 100px;
}

.DOCSTATUS_ARCHIVED[b-e90q5wdsq3] {
    background: lightgreen;
    min-width: 100px;
}

.DOCSTATUS_EDITING[b-e90q5wdsq3] {
    color: #242b2c;
    background-color: #dde3e6;
    min-width: 100px;
}

.DOCSTATUS_PAYMENT_COMPLETE[b-e90q5wdsq3] {
    color: white;
    background-color: green;
    min-width: 100px;
}

.DOCSTATUS_DRAFT[b-e90q5wdsq3] {
    color: white;
    background-color: orange;
    min-width: 100px;
}

.DOCSTATUS_DELETED[b-e90q5wdsq3] {
    color: #242b2c;
    background-color: lightgrey;
    min-width: 100px;
}

.small-box p[b-e90q5wdsq3] {
    text-align: center;
}
/* /Pages/Public/MyArea/PublicMyFundings.razor.rz.scp.css */
.progress[b-8jnjf9aatd] {
    height:10px!Important;
}
/* /Pages/Public/MyArea/PublicMyInvoices.razor.rz.scp.css */
#pg-505-0[b-zh8m9cxfpy], #pg-505-1[b-zh8m9cxfpy], #pg-505-2[b-zh8m9cxfpy], #pg-505-3[b-zh8m9cxfpy], #pg-505-4[b-zh8m9cxfpy], #pg-505-5[b-zh8m9cxfpy], #pl-505 .so-panel[b-zh8m9cxfpy] {
    margin-bottom: 30px;
}

.panel-grid.panel-has-style > .panel-row-style[b-zh8m9cxfpy], .panel-grid.panel-no-style[b-zh8m9cxfpy] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg[b-zh8m9cxfpy] {
    border-bottom-width: 80px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

#pg-505-0.panel-has-style > .panel-row-style[b-zh8m9cxfpy], #pg-505-0.panel-no-style[b-zh8m9cxfpy], #pg-505-1.panel-has-style > .panel-row-style[b-zh8m9cxfpy], #pg-505-1.panel-no-style[b-zh8m9cxfpy], #pg-505-2.panel-has-style > .panel-row-style[b-zh8m9cxfpy], #pg-505-2.panel-no-style[b-zh8m9cxfpy], #pg-505-3.panel-has-style > .panel-row-style[b-zh8m9cxfpy], #pg-505-3.panel-no-style[b-zh8m9cxfpy], #pg-505-4.panel-has-style > .panel-row-style[b-zh8m9cxfpy], #pg-505-4.panel-no-style[b-zh8m9cxfpy], #pg-505-5.panel-has-style > .panel-row-style[b-zh8m9cxfpy], #pg-505-5.panel-no-style[b-zh8m9cxfpy], #pg-505-6.panel-has-style > .panel-row-style[b-zh8m9cxfpy], #pg-505-6.panel-no-style[b-zh8m9cxfpy] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#pgc-505-1-0[b-zh8m9cxfpy], #pgc-505-2-0[b-zh8m9cxfpy] {
    width: 100%;
    width: calc(100% - (0*30px));
}

#pgc-505-0-0[b-zh8m9cxfpy], #pgc-505-0-1[b-zh8m9cxfpy], #pgc-505-0-2[b-zh8m9cxfpy], #pgc-505-3-0[b-zh8m9cxfpy], #pgc-505-3-1[b-zh8m9cxfpy], #pgc-505-3-2[b-zh8m9cxfpy], #pgc-505-4-0[b-zh8m9cxfpy], #pgc-505-4-1[b-zh8m9cxfpy], #pgc-505-4-2[b-zh8m9cxfpy], #pgc-505-5-0[b-zh8m9cxfpy], #pgc-505-5-1[b-zh8m9cxfpy], #pgc-505-5-2[b-zh8m9cxfpy], #pgc-505-6-0[b-zh8m9cxfpy], #pgc-505-6-1[b-zh8m9cxfpy], #pgc-505-6-2[b-zh8m9cxfpy] {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px));
}

.siteorigin-widget-tinymce textwidget[b-zh8m9cxfpy] {
    width: 100%;
    margin: 105px;
}
/* /Pages/Public/MyArea/PublicMyMessages.razor.rz.scp.css */
#pg-505-0[b-4o3x3lftgs], #pg-505-1[b-4o3x3lftgs], #pg-505-2[b-4o3x3lftgs], #pg-505-3[b-4o3x3lftgs], #pg-505-4[b-4o3x3lftgs], #pg-505-5[b-4o3x3lftgs], #pl-505 .so-panel[b-4o3x3lftgs] {
    margin-bottom: 30px;
}

.panel-grid.panel-has-style > .panel-row-style[b-4o3x3lftgs], .panel-grid.panel-no-style[b-4o3x3lftgs] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg[b-4o3x3lftgs] {
    border-bottom-width: 80px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

#pg-505-0.panel-has-style > .panel-row-style[b-4o3x3lftgs], #pg-505-0.panel-no-style[b-4o3x3lftgs], #pg-505-1.panel-has-style > .panel-row-style[b-4o3x3lftgs], #pg-505-1.panel-no-style[b-4o3x3lftgs], #pg-505-2.panel-has-style > .panel-row-style[b-4o3x3lftgs], #pg-505-2.panel-no-style[b-4o3x3lftgs], #pg-505-3.panel-has-style > .panel-row-style[b-4o3x3lftgs], #pg-505-3.panel-no-style[b-4o3x3lftgs], #pg-505-4.panel-has-style > .panel-row-style[b-4o3x3lftgs], #pg-505-4.panel-no-style[b-4o3x3lftgs], #pg-505-5.panel-has-style > .panel-row-style[b-4o3x3lftgs], #pg-505-5.panel-no-style[b-4o3x3lftgs], #pg-505-6.panel-has-style > .panel-row-style[b-4o3x3lftgs], #pg-505-6.panel-no-style[b-4o3x3lftgs] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#pgc-505-1-0[b-4o3x3lftgs], #pgc-505-2-0[b-4o3x3lftgs] {
    width: 100%;
    width: calc(100% - (0*30px));
}

#pgc-505-0-0[b-4o3x3lftgs], #pgc-505-0-1[b-4o3x3lftgs], #pgc-505-0-2[b-4o3x3lftgs], #pgc-505-3-0[b-4o3x3lftgs], #pgc-505-3-1[b-4o3x3lftgs], #pgc-505-3-2[b-4o3x3lftgs], #pgc-505-4-0[b-4o3x3lftgs], #pgc-505-4-1[b-4o3x3lftgs], #pgc-505-4-2[b-4o3x3lftgs], #pgc-505-5-0[b-4o3x3lftgs], #pgc-505-5-1[b-4o3x3lftgs], #pgc-505-5-2[b-4o3x3lftgs], #pgc-505-6-0[b-4o3x3lftgs], #pgc-505-6-1[b-4o3x3lftgs], #pgc-505-6-2[b-4o3x3lftgs] {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px));
}

.siteorigin-widget-tinymce textwidget[b-4o3x3lftgs] {
    width: 100%;
    margin: 105px;
}
/* /Pages/Public/MyArea/PublicMyService.razor.rz.scp.css */
#pg-505-0[b-17rdui8kyt], #pg-505-1[b-17rdui8kyt], #pg-505-2[b-17rdui8kyt], #pg-505-3[b-17rdui8kyt], #pg-505-4[b-17rdui8kyt], #pg-505-5[b-17rdui8kyt], #pl-505 .so-panel[b-17rdui8kyt] {
    margin-bottom: 30px;
}

.panel-grid.panel-has-style > .panel-row-style[b-17rdui8kyt], .panel-grid.panel-no-style[b-17rdui8kyt] {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg[b-17rdui8kyt] {
    border-bottom-width: 80px;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}

#pg-505-0.panel-has-style > .panel-row-style[b-17rdui8kyt], #pg-505-0.panel-no-style[b-17rdui8kyt], #pg-505-1.panel-has-style > .panel-row-style[b-17rdui8kyt], #pg-505-1.panel-no-style[b-17rdui8kyt], #pg-505-2.panel-has-style > .panel-row-style[b-17rdui8kyt], #pg-505-2.panel-no-style[b-17rdui8kyt], #pg-505-3.panel-has-style > .panel-row-style[b-17rdui8kyt], #pg-505-3.panel-no-style[b-17rdui8kyt], #pg-505-4.panel-has-style > .panel-row-style[b-17rdui8kyt], #pg-505-4.panel-no-style[b-17rdui8kyt], #pg-505-5.panel-has-style > .panel-row-style[b-17rdui8kyt], #pg-505-5.panel-no-style[b-17rdui8kyt], #pg-505-6.panel-has-style > .panel-row-style[b-17rdui8kyt], #pg-505-6.panel-no-style[b-17rdui8kyt] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}


#pgc-505-1-0[b-17rdui8kyt], #pgc-505-2-0[b-17rdui8kyt] {
    width: 100%;
    width: calc(100% - (0*30px));
}

#pgc-505-0-0[b-17rdui8kyt], #pgc-505-0-1[b-17rdui8kyt], #pgc-505-0-2[b-17rdui8kyt], #pgc-505-3-0[b-17rdui8kyt], #pgc-505-3-1[b-17rdui8kyt], #pgc-505-3-2[b-17rdui8kyt], #pgc-505-4-0[b-17rdui8kyt], #pgc-505-4-1[b-17rdui8kyt], #pgc-505-4-2[b-17rdui8kyt], #pgc-505-5-0[b-17rdui8kyt], #pgc-505-5-1[b-17rdui8kyt], #pgc-505-5-2[b-17rdui8kyt], #pgc-505-6-0[b-17rdui8kyt], #pgc-505-6-1[b-17rdui8kyt], #pgc-505-6-2[b-17rdui8kyt] {
    width: 33.3333%;
    width: calc(33.3333% - (.66666666666667*30px));
}

.siteorigin-widget-tinymce textwidget[b-17rdui8kyt] {
    width: 100%;
    margin: 105px;
}
/* /Pages/Public/MyArea/PublicMySurfaces.razor.rz.scp.css */
/* /Pages/Public/MyArea/PublicProfile.razor.rz.scp.css */
/* /Pages/Public/MyArea/PublicUserHome.razor.rz.scp.css */
.textcenter[b-ipv37gn0ny] {
    align-content: center;
    text-align: center;
}

.public-user-home-page[b-ipv37gn0ny] {
    overflow-x: clip;
}

.public-user-home__intro[b-ipv37gn0ny] {
    display: grid;
    gap: 0.5rem;
}

.public-user-home__intro h1[b-ipv37gn0ny] {
    margin-bottom: 0;
}

.public-user-home__meta[b-ipv37gn0ny] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    color: #4f6079;
}

.public-user-home__meta p[b-ipv37gn0ny] {
    margin: 0;
}

.public-user-home-menu[b-ipv37gn0ny] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.public-user-home-menu__tile[b-ipv37gn0ny] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
    min-height: 7rem;
    padding: 1.25rem;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    background: #fff;
    color: var(--hako-blue);
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(14, 42, 89, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.public-user-home-menu__tile:hover[b-ipv37gn0ny],
.public-user-home-menu__tile:focus-visible[b-ipv37gn0ny] {
    border-color: rgba(32, 119, 124, 0.45);
    color: var(--hako-petrol);
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(14, 42, 89, 0.12);
    transform: translateY(-2px);
}

.public-user-home-menu__icon[b-ipv37gn0ny] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 8px;
    background: rgba(32, 119, 124, 0.1);
    color: var(--hako-petrol);
    font-size: 1.3rem;
}

.public-user-home-menu__text[b-ipv37gn0ny] {
    min-width: 0;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.25;
}

.public-user-home-mobile-grid[b-ipv37gn0ny] {
    display: grid;
    gap: 1rem;
}

.public-user-home-card[b-ipv37gn0ny] {
    background: #fff;
    border: 1px solid #d8dee9;
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(14, 42, 89, 0.08);
    overflow: hidden;
}

.public-user-home-card__title[b-ipv37gn0ny] {
    margin: 0;
    padding: 1rem 1rem 0;
    color: var(--hako-blue);
    font-size: 1.15rem;
    line-height: 1.25;
}

.public-user-home-card__content[b-ipv37gn0ny] {
    padding: 1rem;
}

.public-user-home-card--highlight .public-user-home-card__content[b-ipv37gn0ny] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.public-user-home-chart-card[b-ipv37gn0ny] {
    width: 100%;
    overflow: hidden;
}

.public-user-home-page :global(.k-chart)[b-ipv37gn0ny],
.public-user-home-page .k-chart[b-ipv37gn0ny] {
    max-width: 100%;
}

.k-chart .k-series-0[b-ipv37gn0ny] {
    fill: var(--hako-green);
}

.k-chart .k-series-1[b-ipv37gn0ny] {
    fill: var(--hako-gray);
}

.k-chart .k-series-2[b-ipv37gn0ny] {
    fill: var(--hako-petrol);
}

.k-chart .k-series-3[b-ipv37gn0ny] {
    fill: var(--hako-gold);
}

.k-chart .k-series-4[b-ipv37gn0ny] {
    fill: var(--hako-blue);
}

@media (max-width: 960px) {
    .public-user-home-page[b-ipv37gn0ny] {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .public-user-home__intro h1[b-ipv37gn0ny] {
        font-size: clamp(1.7rem, 7vw, 2.3rem);
        line-height: 1.1;
    }

    .public-user-home__meta[b-ipv37gn0ny] {
        flex-direction: column;
        gap: 0.35rem;
    }

    .public-user-home-menu[b-ipv37gn0ny] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .public-user-home-menu__tile[b-ipv37gn0ny] {
        min-height: 4.3rem;
        padding: 0.85rem;
    }

    .public-user-home-page :global(.k-chart-surface)[b-ipv37gn0ny],
    .public-user-home-page .k-chart-surface[b-ipv37gn0ny],
    .public-user-home-page :global(.k-chart-stage)[b-ipv37gn0ny],
    .public-user-home-page .k-chart-stage[b-ipv37gn0ny],
    .public-user-home-page :global(svg)[b-ipv37gn0ny],
    .public-user-home-page svg[b-ipv37gn0ny] {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .public-user-home-menu[b-ipv37gn0ny] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Public/News/PublicNews.razor.rz.scp.css */

.news-scroll-button[b-v5pvw7gyqg] {
    border: 0;
    background: transparent;
    padding: 0.35rem;
    cursor: pointer;
}

.news-scroll-button:focus-visible[b-v5pvw7gyqg],
.news .list-wrapper .list-item:focus-visible[b-v5pvw7gyqg] {
    outline: 3px solid var(--hako-green);
    outline-offset: 3px;
}

.news .list-wrapper .list-item[b-v5pvw7gyqg] {
    width: 100%;
    border: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;
}
/* /Pages/Public/News/PublicNewsDetail.razor.rz.scp.css */
.public-news-detail-page[b-acp24bhv07] {
    overflow-x: clip;
}

.public-news-detail-page .inside[b-acp24bhv07],
.public-news-detail-page .tm-register-wrapper[b-acp24bhv07],
.public-news-detail-page .tm-form-wrapper[b-acp24bhv07],
.public-news-detail-page .tm-page[b-acp24bhv07],
.public-news-detail-page .image-wrapper[b-acp24bhv07],
.public-news-detail-page .image[b-acp24bhv07] {
    max-width: 100%;
}

.public-news-detail-page .image[b-acp24bhv07] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
}

.public-news-detail-page :where(img, iframe, video, table)[b-acp24bhv07] {
    height: auto;
    max-width: 100%;
}

.public-news-detail-page :where(h1, h2, h3, h4, p, li, a, span, strong)[b-acp24bhv07] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 960px) {
    .public-news-detail-page .inside[b-acp24bhv07] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 600px) {
    .public-news-detail-page .inside[b-acp24bhv07],
    .public-news-detail-page .tm-form-wrapper[b-acp24bhv07] {
        padding-left: 0;
        padding-right: 0;
    }

    .public-news-detail-page .tm-page[b-acp24bhv07] {
        min-height: 0;
    }

    .public-news-detail-page .image[b-acp24bhv07] {
        min-height: 180px;
    }

    .public-news-detail-page :where(table)[b-acp24bhv07] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/Product/ProductDetails.razor.rz.scp.css */
.public-product-page[b-erskgmt61o] {
    overflow-x: clip;
}

.public-product-page *[b-erskgmt61o] {
    max-width: 100%;
}

.public-product-page :where(h1, h2, h3, h4, p, li, a, span, strong)[b-erskgmt61o] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-product-page .tm-header-info[b-erskgmt61o] {
    gap: 1.5rem;
}

.public-product-page .tm-header-info > .left[b-erskgmt61o],
.public-product-page .tm-header-info > .middle[b-erskgmt61o],
.public-product-page .tm-header-info > .right[b-erskgmt61o] {
    min-width: 0;
}

.public-product-page img[b-erskgmt61o],
.public-product-page iframe[b-erskgmt61o],
.public-product-page video[b-erskgmt61o],
.public-product-page table[b-erskgmt61o] {
    height: auto;
    max-width: 100%;
}

@media (max-width: 960px) {
    .public-product-page .tm-header-info[b-erskgmt61o] {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .public-product-page .tm-appointment-wrapper[b-erskgmt61o],
    .public-product-page .tm-header-info[b-erskgmt61o],
    .public-product-page .tm-detail-header[b-erskgmt61o],
    .public-product-page .tm-appointments[b-erskgmt61o] {
        overflow-x: hidden;
    }
}

@media (max-width: 600px) {
    .public-product-page .tm-detail-header[b-erskgmt61o],
    .public-product-page .tm-appointment-wrapper[b-erskgmt61o] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .public-product-page .allow-alternative-service-wrapper[b-erskgmt61o],
    .public-product-page .tm-appointment-header[b-erskgmt61o] {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .public-product-page .submit-button .tm-rounded-button[b-erskgmt61o] {
        width: 100%;
    }

    .public-product-page :where(table)[b-erskgmt61o] {
        display: block;
        overflow-x: auto;
    }
}
/* /Pages/Public/PublicMemberRegister.razor.rz.scp.css */
/* /Pages/Public/PublicRegister.razor.rz.scp.css */
/* /Pages/Public/PublicWorkInProgress.razor.rz.scp.css */
/* /Pages/Public/Weather/PublicWeather.razor.rz.scp.css */
.public-weather-page[b-snxjjgjxgu] {
    margin-bottom: 3rem;
    overflow-x: clip;
}

.public-weather-page .inside[b-snxjjgjxgu],
.public-weather-page .tm-register-wrapper[b-snxjjgjxgu],
.public-weather-page .tm-form-wrapper[b-snxjjgjxgu] {
    max-width: 100%;
}

.public-weather-page .inside :where(img, iframe, video, table)[b-snxjjgjxgu] {
    height: auto;
    max-width: 100%;
}

.public-weather-page .inside[b-snxjjgjxgu]  :where(iframe, video) {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline-color: transparent !important;
}

.public-weather-page .inside[b-snxjjgjxgu]  :where(.textwidget, .siteorigin-widget-tinymce, .panel-widget-style) {
    border-color: #fff !important;
    box-shadow: none !important;
    outline-color: transparent !important;
}

.public-weather-page .inside :where(h1, h2, h3, h4, p, li, a, span, strong)[b-snxjjgjxgu] {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.public-weather-page .inside .panel-grid.panel-has-style > .panel-row-style[b-snxjjgjxgu],
.public-weather-page .inside .panel-grid.panel-no-style[b-snxjjgjxgu] {
    display: flex;
    flex-wrap: wrap;
}

.public-weather-page .inside .panel-grid-cell[b-snxjjgjxgu],
.public-weather-page .inside [class*="panel-grid-cell"][b-snxjjgjxgu] {
    max-width: 100%;
    min-width: 0;
}

.public-weather-page .inside .siteorigin-widget-tinymce .textwidget[b-snxjjgjxgu] {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 960px) {
    .public-weather-page .inside[b-snxjjgjxgu] {
        overflow-x: hidden;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 600px) {
    .public-weather-page .inside[b-snxjjgjxgu],
    .public-weather-page .tm-form-wrapper[b-snxjjgjxgu] {
        padding-left: 0;
        padding-right: 0;
    }
}
/* /Pages/Reporting/ReportDesigner.razor.rz.scp.css */
/* /Shared/AuthLayout.razor.rz.scp.css */
.page[b-9623352wzj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9623352wzj] {
    flex: 1;
    background: #e2e3e5;
}

.sidebar[b-9623352wzj] {
    background-color: var(--hako-petrol);
    border-radius: 0px 10px 20px 0px;
    border-style: none;
}

.top-row[b-9623352wzj] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
 
}

    .top-row[b-9623352wzj]  a, .top-row .btn-link[b-9623352wzj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9623352wzj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9623352wzj] {
        display: none;
    }

    .top-row.auth[b-9623352wzj] {
        justify-content: space-between;
    }

    .top-row a[b-9623352wzj], .top-row .btn-link[b-9623352wzj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9623352wzj] {
        flex-direction: row;
    }

    .sidebar[b-9623352wzj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9623352wzj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9623352wzj], article[b-9623352wzj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-eheklemlor] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eheklemlor] {
    flex: 1;
    background: #e2e3e5;
}

.sidebar[b-eheklemlor] {
    background-color: var(--hako-blue);
    border-radius: 0px 10px 20px 0px;
    border-style: none;
}

.top-row[b-eheklemlor] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
 
}

    .top-row[b-eheklemlor]  a, .top-row .btn-link[b-eheklemlor] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-eheklemlor] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-eheklemlor] {
        display: none;
    }

    .top-row.auth[b-eheklemlor] {
        justify-content: space-between;
    }

    .top-row a[b-eheklemlor], .top-row .btn-link[b-eheklemlor] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-eheklemlor] {
        flex-direction: row;
    }

    .sidebar[b-eheklemlor] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eheklemlor] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-eheklemlor], article[b-eheklemlor] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.sidebar-content[b-eheklemlor] {
    background-color: var(--hako-petrol);
    height: 100%;
    width: 100vh;
    display: flex;
    flex-direction: column;
}

    .sidebar-content button[b-eheklemlor] {
        border: 0;
        background-color: var(--hako-petrol);
        color: white;
        z-index: 9;
    }

.none[b-eheklemlor]{
    display:none;
}

@media only screen and (min-width: 992px) {
    .close-list[b-eheklemlor] {
        display: none !important;
    }
}

.close-list[b-eheklemlor] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    color: #3c4043;
    top: 5px;
    right: 5px;
}

.languageContainer[b-eheklemlor] {
    padding-left: 9px;
    padding-top: 9px;
}

/* /Shared/PublicLayout.razor.rz.scp.css */
/* /Shared/PublicLoggedInLayout.razor.rz.scp.css */
/* /Shared/Redirect/RedirectToTMHomepage.razor.rz.scp.css */
