@import '_content/ElescoPortal.Web.UI/ElescoPortal.Web.UI.k5q9ptumwt.bundle.scp.css';

/* /Components/Layout/AccountMenu.razor.rz.scp.css */
.portal-account-menu[b-c11ysdze7x] {
    position: relative;
}

    .portal-account-menu details[b-c11ysdze7x] {
        position: relative;
    }

    .portal-account-menu summary[b-c11ysdze7x] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        cursor: pointer;
        list-style: none;
        border-radius: 50%;
    }

        .portal-account-menu summary[b-c11ysdze7x]::-webkit-details-marker {
            display: none;
        }

        .portal-account-menu summary:hover[b-c11ysdze7x] {
            background: rgba(255, 255, 255, 0.1);
        }

.portal-account-avatar[b-c11ysdze7x] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.portal-account-dropdown[b-c11ysdze7x] {
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    min-width: 10rem;
    padding: .35rem;
    background: white;
    border: 1px solid var(--elesco-border);
    border-radius: .75rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15);
    z-index: 100;
}

    .portal-account-dropdown form[b-c11ysdze7x] {
        margin: 0;
    }

.portal-account-menu-item[b-c11ysdze7x] {
    display: flex;
    align-items: center;
    gap: .6rem;
    width: 100%;
    padding: .65rem .75rem;
    border: 0;
    border-radius: .5rem;
    background: transparent;
    color: black;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

    .portal-account-menu-item:hover[b-c11ysdze7x] {
        background: var(--elesco-background);
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dq8s51m4z5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dq8s51m4z5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-okrjosixhv],
.components-reconnect-repeated-attempt-visible[b-okrjosixhv],
.components-reconnect-failed-visible[b-okrjosixhv],
.components-pause-visible[b-okrjosixhv],
.components-resume-failed-visible[b-okrjosixhv],
.components-rejoining-animation[b-okrjosixhv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-okrjosixhv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-okrjosixhv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-okrjosixhv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-okrjosixhv],
#components-reconnect-modal.components-reconnect-retrying[b-okrjosixhv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-okrjosixhv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-okrjosixhv],
#components-reconnect-modal.components-reconnect-failed[b-okrjosixhv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-okrjosixhv] {
    display: block;
}


#components-reconnect-modal[b-okrjosixhv] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-okrjosixhv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-okrjosixhv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-okrjosixhv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-okrjosixhv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-okrjosixhv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-okrjosixhv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-okrjosixhv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-okrjosixhv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-okrjosixhv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-okrjosixhv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-okrjosixhv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-okrjosixhv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-okrjosixhv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-okrjosixhv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-okrjosixhv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-okrjosixhv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-okrjosixhv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-okrjosixhv {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Login/PortalAlternativeLoginDialog.razor.rz.scp.css */
.login-dialog[b-0cvlqtt4h2] {
    width: min(calc(100% - 2rem), 28rem);
    padding: 1.4rem;
    border: 1px solid var(--elesco-border);
    border-radius: var(--elesco-radius-lg);
    background: var(--elesco-surface);
    color: var(--elesco-text);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .18);
}

    .login-dialog[b-0cvlqtt4h2]::backdrop {
        background: rgba(0, 0, 0, .35);
        backdrop-filter: blur(2px);
    }

.login-dialog-header[b-0cvlqtt4h2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

    .login-dialog-header h2[b-0cvlqtt4h2] {
        margin: 0;
        font-size: 1.3rem;
    }

.login-dialog-close[b-0cvlqtt4h2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--elesco-text-muted);
    font: inherit;
    font-size: 1.5rem;
    cursor: pointer;
}

    .login-dialog-close:hover[b-0cvlqtt4h2] {
        background: rgba(0, 0, 0, .05);
        color: var(--elesco-text);
    }

.login-methods[b-0cvlqtt4h2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
    margin-bottom: 1.25rem;
}


.login-method[b-0cvlqtt4h2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 3rem;
    padding: .65rem .75rem;
    border: 1px solid var(--elesco-border);
    border-radius: .75rem;
    background: var(--elesco-surface);
    color: var(--elesco-text);
    font: inherit;
    cursor: pointer;
}


    .login-method.selected[b-0cvlqtt4h2] {
        border-color: var(--elesco-primary);
        box-shadow: 0 0 0 2px rgba(31, 58, 95, .08);
    }


    .login-method:disabled[b-0cvlqtt4h2] {
        cursor: default;
        opacity: .55;
    }


    .login-method small[b-0cvlqtt4h2] {
        color: var(--elesco-text-muted);
        font-size: .7rem;
    }


.login-dialog-actions[b-0cvlqtt4h2] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
}


.login-dialog-hint[b-0cvlqtt4h2] {
    margin: 0 0 1rem;
    color: var(--elesco-text-muted);
    font-size: .9rem;
}

.login-dialog-error[b-0cvlqtt4h2] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    padding: .7rem .8rem;
    border-radius: .65rem;
    background: var(--elesco-error-background);
    color: var(--elesco-error);
    font-size: .9rem;
}

.login-dialog-secondary-action[b-0cvlqtt4h2] {
    margin-top: .8rem;
    text-align: center;
}

.login-dialog-link[b-0cvlqtt4h2] {
    padding: .25rem;
    border: 0;
    background: transparent;
    color: var(--elesco-primary);
    font: inherit;
    font-size: .85rem;
    cursor: pointer;
}

    .login-dialog-link:hover[b-0cvlqtt4h2] {
        text-decoration: underline;
    }
/* /Components/Pages/Login/PortalLogin.razor.rz.scp.css */
.login-page[b-7zrjkq6e2p] {
    display: flex;
    justify-content: center;
    padding: 3rem 1rem;
}

.login-card[b-7zrjkq6e2p] {
    width: min(100%, 28rem);
    padding: 2rem;
    border: 1px solid var(--elesco-border);
    border-radius: var(--elesco-radius-lg);
    background: var(--elesco-surface);
    box-shadow: var(--elesco-shadow);
}

    .login-card h1[b-7zrjkq6e2p] {
        margin: 1.5rem 0 .5rem;
        font-size: 1.6rem;
    }

.login-description[b-7zrjkq6e2p] {
    margin-bottom: 1.5rem;
    color: var(--elesco-text-muted);
}

.login-error[b-7zrjkq6e2p] {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: 1rem 0;
    padding: .75rem .85rem;
    border-radius: .6rem;
    background: var(--elesco-error-background);
    color: var(--elesco-error);
    font-size: .9rem;
}

.login-options[b-7zrjkq6e2p] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.login-vipps[b-7zrjkq6e2p] {
    display: block;
    width: 100%;
}


.login-divider[b-7zrjkq6e2p] {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--elesco-text-muted);
    font-size: .8rem;
}


    .login-divider[b-7zrjkq6e2p]::before,
    .login-divider[b-7zrjkq6e2p]::after {
        content: "";
        flex: 1;
        height: 1px;
        background: var(--elesco-border);
    }


.login-success[b-7zrjkq6e2p] {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: 1rem 0;
    padding: .75rem .85rem;
    border-radius: .6rem;
    background: var(--elesco-success-background);
    color: var(--elesco-success);
    font-size: .9rem;
}
/* /Components/Pages/Service/ServiceIndex.razor.rz.scp.css */
/* ============================================================
   Service header
   ============================================================ */

.service-header[b-nncbujvc0v] {
    margin-bottom: 1.5rem;
}

.service-label[b-nncbujvc0v] {
    margin-bottom: .25rem;
    font-size: .8rem;
    color: var(--elesco-text-muted);
}

.service-header h1[b-nncbujvc0v] {
    margin: 0;
    font-size: 1.6rem;
}

.service-workshop[b-nncbujvc0v] {
    margin-top: .35rem;
    color: var(--elesco-text-muted);
}


/* ============================================================
   Status card
   ============================================================ */

.status-card[b-nncbujvc0v] {
    margin-bottom: 1.75rem;
}

.service-card[b-nncbujvc0v] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: var(--elesco-surface);
    border: 1px solid var(--elesco-border);
    border-radius: var(--elesco-radius-lg);
    box-shadow: var(--elesco-shadow);
}

    .service-card h2[b-nncbujvc0v] {
        margin: 0 0 .8rem;
        font-size: 1rem;
    }

.service-card-heading[b-nncbujvc0v] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .service-card-heading h2[b-nncbujvc0v] {
        margin: 0;
    }

.status-value[b-nncbujvc0v] {
    display: inline-flex;
    margin-top: .8rem;
    padding: .4rem .7rem;
    border-radius: 999px;
    background: var(--elesco-success-light);
    color: var(--elesco-success);
    font-weight: 600;
}


/* ============================================================
   Generic service details
   ============================================================ */

.detail-row[b-nncbujvc0v] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 0;
    border-bottom: 1px solid var(--elesco-border);
}

    .detail-row:last-child[b-nncbujvc0v] {
        border-bottom: 0;
    }

    .detail-row span[b-nncbujvc0v] {
        color: var(--elesco-text-muted);
    }

    .detail-row strong[b-nncbujvc0v] {
        text-align: right;
    }

.service-description[b-nncbujvc0v] {
    margin: 0;
    line-height: 1.5;
}


/* ============================================================
   Information groups
   ============================================================ */

.confirmation-groups[b-nncbujvc0v] {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.confirmation-group[b-nncbujvc0v] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.confirmation-group-header[b-nncbujvc0v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .1rem;
}

    .confirmation-group-header h3[b-nncbujvc0v] {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
    }

.confirmation-group-state[b-nncbujvc0v] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: var(--elesco-success);
    font-size: .78rem;
}


/* ============================================================
   Information field layout

   The editor component owns the appearance of an individual
   field. This page owns only positioning / width.
   ============================================================ */

.confirmation-fields[b-nncbujvc0v] {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: .75rem 1rem;
    padding: 1rem;
    background: var(--elesco-background);
    border-radius: var(--elesco-radius-lg);
    --elesco-input-floating-background: var(--elesco-background);
}

.field-span-12[b-nncbujvc0v] {
    grid-column: span 12 !important;
}

.field-span-8[b-nncbujvc0v] {
    grid-column: span 8 !important;
}

.field-span-6[b-nncbujvc0v] {
    grid-column: span 6 !important;
}

.field-span-4[b-nncbujvc0v] {
    grid-column: span 4 !important;
}

@media (max-width: 600px) {
    .field-span-4[b-nncbujvc0v],
    .field-span-6[b-nncbujvc0v],
    .field-span-8[b-nncbujvc0v],
    .field-span-12[b-nncbujvc0v] {
        grid-column: 1 / -1;
    }
}

.information-field[b-nncbujvc0v] {
    grid-column: span 6;
    min-width: 0;
}

/*.information-field--date {
    width: min(100%, 16rem);
}*/


.information-field--multiline[b-nncbujvc0v] {
    grid-column: 1 / -1;
    /*width: min(100%, 34rem);*/
}


/* ============================================================
   Information validation / actions
   ============================================================ */

.confirmation-error[b-nncbujvc0v] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-top: 1rem;
    padding: .8rem;
    border-radius: var(--elesco-radius);
    background: var(--elesco-warning-light);
    color: var(--elesco-text);
}

.confirmation-actions[b-nncbujvc0v] {
    margin-top: 1rem;
}


/* ============================================================
   Terms
   ============================================================ */

.terms-card[b-nncbujvc0v] {
    overflow: visible;
    background: var(--elesco-surface);
    border: 1px solid var(--elesco-border);
    border-radius: var(--elesco-radius-lg);
    box-shadow: var(--elesco-shadow-sm);
}

.terms-item[b-nncbujvc0v] {
    padding: .9rem 1rem;
}

    .terms-item + .terms-item[b-nncbujvc0v] {
        border-top: 1px solid var(--elesco-border);
    }


/* Service terms row */

.terms-row[b-nncbujvc0v] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content 5.5rem;
    grid-template-areas:
        "content link level";
    align-items: center;
    gap: .75rem 1rem;
}


.terms-accepted[b-nncbujvc0v] {
    grid-area: content;
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    align-items: center;
    column-gap: .5rem;
    min-width: 0;
    color: var(--elesco-success);
}

.terms-row > .terms-checkbox[b-nncbujvc0v] {
    grid-area: content;
}


.terms-accepted[b-nncbujvc0v],
.terms-checkbox-row[b-nncbujvc0v] {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr) auto;
    align-items: center;
    column-gap: .5rem;
    min-width: 0;
}

.terms-checkbox-row[b-nncbujvc0v] {
    grid-area: content;
    display: flex;
    align-items: center;
    gap: .5rem;
    min-width: 0;
}

    .terms-checkbox-row[b-nncbujvc0v]
     .info-popover {
        flex: 0 0 auto;
    }


.terms-accepted-text[b-nncbujvc0v] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: .3rem .5rem;
}

.terms-secondary[b-nncbujvc0v] {
    color: var(--elesco-text-muted);
    font-size: .8rem;
}



/* Terms checkbox */

.terms-checkbox[b-nncbujvc0v] {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
    cursor: pointer;
    font-size: .95rem;
    line-height: 1.35;
}

    .terms-checkbox input[b-nncbujvc0v] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.terms-checkbox-box[b-nncbujvc0v] {
    flex: 0 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid var(--elesco-border);
    border-radius: .25rem;
    background: white;
}

.terms-checkbox input:checked + .terms-checkbox-box[b-nncbujvc0v] {
    background: var(--elesco-success);
    border-color: var(--elesco-success);
}

    .terms-checkbox input:checked + .terms-checkbox-box[b-nncbujvc0v]::after {
        content: "";
        display: block;
        width: .3rem;
        height: .6rem;
        margin: .14rem auto 0;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        transform: rotate(45deg);
    }

.terms-checkbox input:focus-visible + .terms-checkbox-box[b-nncbujvc0v] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.terms-checkbox-label[b-nncbujvc0v] {
    color: var(--elesco-text);
    min-width: 0;
}

.terms-actions[b-nncbujvc0v] {
    display: flex;
    justify-content: flex-start;
    margin-top: .85rem;
}
    .terms-actions[hidden][b-nncbujvc0v] {
        display: none;
    }

/* Terms links */

.terms-link[b-nncbujvc0v] {
    grid-area: link;
    justify-self: end;
    padding: 0 1em;
    border: 0;
    white-space: nowrap;
    background: transparent;
    color: var(--elesco-primary);
    font: inherit;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
}

    .terms-link:hover[b-nncbujvc0v] {
        text-decoration: underline;
    }

.terms-save-button[b-nncbujvc0v] {
    flex: 0 0 auto;
}

.terms-level[b-nncbujvc0v] {
    grid-area: level;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.5rem;
    min-height: 1.65rem;
    padding: .2rem .45rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 600;
    white-space: nowrap;
    justify-self: end;
}

.terms-level--required[b-nncbujvc0v] {
    background: var(--elesco-error-background);
    color: var(--elesco-error);
}

.terms-level--recommended[b-nncbujvc0v] {
    background: #fff7d6;
    color: #7a5a00;
}

.terms-level--complete[b-nncbujvc0v] {
    background: var(--elesco-success-light);
    color: var(--elesco-success);
}

@media (max-width: 600px) {

    .terms-row[b-nncbujvc0v] {
        grid-template-columns: minmax(0, 1fr) 5.5rem;
        grid-template-areas:
            "content level"
            "link    link";
        gap: .5rem .75rem;
    }


    .terms-link[b-nncbujvc0v] {
        justify-self: start;
    }


    .terms-level[b-nncbujvc0v] {
        justify-self: end;
    }
}


/* ============================================================
   Terms dialog
   ============================================================ */

.terms-dialog[b-nncbujvc0v] {
    width: min(42rem, calc(100vw - 2rem));
    max-height: min(80vh, 50rem);
    padding: 0;
    border: 0;
    border-radius: .85rem;
    background: white;
    box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, .25);
}

    .terms-dialog[b-nncbujvc0v]::backdrop {
        background: rgba(0, 0, 0, .35);
    }

.terms-dialog-header[b-nncbujvc0v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--elesco-border);
}

    .terms-dialog-header h2[b-nncbujvc0v] {
        margin: 0;
        font-size: 1.1rem;
    }

.terms-dialog-close[b-nncbujvc0v] {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.terms-dialog-content[b-nncbujvc0v] {
    overflow: auto;
    padding: 1.15rem;
    white-space: pre-wrap;
    line-height: 1.55;
}


/* ============================================================
   Final submission
   ============================================================ */

.submit-card:focus[b-nncbujvc0v] {
    outline: none;
}

.submit-status-list[b-nncbujvc0v] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.submit-actions[b-nncbujvc0v] {
    display: flex;
    margin-top: 1rem;
}

.service-section-actions[b-nncbujvc0v] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem;
}
    .service-section-actions[hidden][b-nncbujvc0v],
    [data-information-group-state-icon][hidden][b-nncbujvc0v] {
        display: none;
    }

.service-section-state.dirty[b-nncbujvc0v] {
    background: #fff4d6;
    color: #8a6400;
}


/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 600px) {

    .information-field[b-nncbujvc0v] {
        grid-column: 1 / -1;
    }

    /*
     * Keep postal code/place on the same row.
     */
    .information-field--postal-code[b-nncbujvc0v] {
        grid-column: span 5;
    }

    .information-field--postal-place[b-nncbujvc0v] {
        grid-column: span 7;
    }

    .information-field--multiline[b-nncbujvc0v] {
        width: 100%;
    }


    .terms-row[b-nncbujvc0v] {
        align-items: flex-start;
    }


    .terms-save-button[b-nncbujvc0v] {
        margin-left: auto;
    }
}


/* ============================================================
   Service log
   ============================================================ */

.service-log-count[b-nncbujvc0v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.65rem;
    height: 1.65rem;
    padding: 0 .45rem;
    border: 1px solid var(--elesco-border);
    border-radius: 999px;
    background: var(--elesco-background);
    color: var(--elesco-text-muted);
    font-size: .8rem;
    font-weight: 700;
}


.service-log-list[b-nncbujvc0v] {
    display: flex;
    flex-direction: column;
}


.service-log-item[b-nncbujvc0v] {
    display: grid;
    grid-template-columns: 1.5rem minmax(0, 1fr);
    gap: .7rem;
    min-height: 3.6rem;
}


.service-log-marker[b-nncbujvc0v] {
    position: relative;
    display: flex;
    justify-content: center;
}


.service-log-dot[b-nncbujvc0v] {
    position: relative;
    z-index: 1;
    width: .75rem;
    height: .75rem;
    margin-top: .25rem;
    border: 2px solid var(--elesco-border);
    border-radius: 50%;
    background: var(--elesco-surface);
}


.service-log-item.latest
.service-log-dot[b-nncbujvc0v] {
    border-color: var(--elesco-success);
    background: var(--elesco-success);
}


.service-log-line[b-nncbujvc0v] {
    position: absolute;
    top: 1rem;
    bottom: 0;
    width: 2px;
    background: var(--elesco-border);
}


.service-log-content[b-nncbujvc0v] {
    min-width: 0;
    padding-bottom: 1rem;
}


.service-log-text[b-nncbujvc0v] {
    color: var(--elesco-text);
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.35;
}


.service-log-item.latest
.service-log-text[b-nncbujvc0v] {
    color: var(--elesco-primary);
}


.service-log-time[b-nncbujvc0v] {
    margin-top: .2rem;
    color: var(--elesco-text-muted);
    font-size: .8rem;
}

.privacy-actions[b-nncbujvc0v] {
    display: flex;
    justify-content: flex-start;
    margin-top: .9rem;
}




/* Service summary */

.service-summary-card[b-nncbujvc0v] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.25rem 2rem;
    align-items: end;
    padding: 1.25rem 1.25rem 1.5rem;
    border: 1px solid var(--elesco-border);
    border-radius: var(--elesco-radius-lg);
    background: var(--elesco-surface);
    box-shadow: var(--elesco-shadow);
}

.service-summary-main[b-nncbujvc0v] {
    min-width: 0;
}

.service-summary-eyebrow[b-nncbujvc0v] {
    margin-bottom: .5rem;
    color: var(--elesco-text-muted);
    font-size: .95rem;
}

.service-summary-title[b-nncbujvc0v] {
    font-size: clamp(1.55rem, 2.4vw, 1.9rem);
    line-height: 1.1;
    font-weight: 750;
    letter-spacing: -.015em;
}

.service-summary-status[b-nncbujvc0v] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: .45rem;
    text-align: right;
    min-width: 170px;
}

.service-summary-status-label[b-nncbujvc0v] {
    color: var(--elesco-text-muted);
    font-size: .9rem;
}

.service-summary-status-date[b-nncbujvc0v] {
    color: var(--elesco-text-muted);
    font-size: .85rem;
    line-height: 1.2;
}

@media (max-width: 700px) {
    .service-summary-card[b-nncbujvc0v] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .service-summary-status[b-nncbujvc0v] {
        align-items: flex-start;
        text-align: left;
        min-width: 0;
    }

    .service-summary-title[b-nncbujvc0v] {
        font-size: clamp(1.85rem, 7vw, 2.3rem);
    }
}



/* Submitted */
.service-submit-complete[b-nncbujvc0v] {
    display: flex;
    align-items: center;
    gap: .9rem;
    margin: 1rem 0 2rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--elesco-success);
    border-radius: var(--elesco-radius-lg);
    background: var(--elesco-success-background);
    color: var(--elesco-text);
}

.service-submit-complete-icon[b-nncbujvc0v] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--elesco-success);
    color: white;
}

.service-submit-complete-content[b-nncbujvc0v] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

    .service-submit-complete-content strong[b-nncbujvc0v] {
        color: var(--elesco-success);
        font-size: 1rem;
    }

    .service-submit-complete-content span[b-nncbujvc0v] {
        color: var(--elesco-text-muted);
        font-size: .9rem;
    }




/* ============================================================
   Saved section transition
   ============================================================ */

.service-section.just-saved[b-nncbujvc0v] {
    animation: section-saved-b-nncbujvc0v 1.25s ease-out;
}

@keyframes section-saved-b-nncbujvc0v {

    0% {
        border-color: var(--elesco-success);
        background: var(--elesco-success-background);
        box-shadow: 0 0 0 3px rgba(37, 140, 79, .12), var(--elesco-shadow);
    }

    45% {
        border-color: var(--elesco-success);
        background: var(--elesco-success-background);
    }

    100% {
        border-color: var(--elesco-border);
        background: var(--elesco-surface);
        box-shadow: var(--elesco-shadow);
    }
}

.service-disclosure[b-nncbujvc0v],
#service-submit-summary[b-nncbujvc0v] {
    scroll-margin-top: 5rem;
}

@media (prefers-reduced-motion: reduce) {
    .service-section.just-saved[b-nncbujvc0v] {
        animation: none;
    }
}
/* /Components/Portal/Attachments/PortalAttachmentSection.razor.rz.scp.css */



/* ============================================================
   Requirement list
   ============================================================ */

.attachment-requirements[b-g619934xrh] {
    overflow: hidden;
    background: var(--elesco-surface);
    border: 1px solid var(--elesco-border);
    border-radius: var(--elesco-radius-lg);
    box-shadow: var(--elesco-shadow-sm);
}


.attachment-requirement[b-g619934xrh] {
    border-bottom: 1px solid color-mix( in srgb, var(--elesco-border) 70%, transparent);
}

    .attachment-requirement:last-child[b-g619934xrh] {
        border-bottom: 0;
    }

    .attachment-requirement > summary[b-g619934xrh] {
        list-style: none;
        cursor: pointer;
    }

        .attachment-requirement > summary[b-g619934xrh]::-webkit-details-marker {
            display: none;
        }


/* ============================================================
   Requirement header
   ============================================================ */
.attachment-requirement-summary[b-g619934xrh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 8rem 5.5rem 1.25rem;
    grid-template-areas:
        "title add level chevron";
    align-items: center;
    gap: .75rem;
    min-height: 3.65rem;
    padding: .5rem .85rem;
}


.attachment-requirement-title-wrap[b-g619934xrh] {
    grid-area: title;
    display: flex;
    align-items: center;
    gap: .55rem;
    min-width: 0;
}


[data-attachment-expandable="false"] > .attachment-requirement-summary[b-g619934xrh] {
    cursor: default;
}
[data-attachment-expandable="true"] > .attachment-requirement-summary:hover[b-g619934xrh] {
    background: rgba(31, 58, 95, .035);
}

.attachment-count-badge[b-g619934xrh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 .35rem;
    border: 0;
    border-radius: 999px;
    background: var(--elesco-success-light);
    color: var(--elesco-success);
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
}

    .attachment-count-badge.has-files[b-g619934xrh] {
        background: var(--elesco-success-light);
        border-color: transparent;
        color: var(--elesco-success);
    }


.attachment-requirement-title[b-g619934xrh] {
    min-width: 0;
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.2;
}


.attachment-requirement-chevron[b-g619934xrh] {
    grid-area: chevron;
    display: inline-flex;
    justify-self: center;
    transition: transform .15s ease;
}

.attachment-requirement[open]
.attachment-requirement-chevron[b-g619934xrh] {
    transform: rotate(180deg);
}

.attachment-requirement-heading[b-g619934xrh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}


.attachment-requirement-help[b-g619934xrh] {
    margin-top: .15rem;
    overflow: hidden;
    color: var(--elesco-text-muted);
    font-size: .76rem;
    font-weight: 400;
    line-height: 1.25;
    text-overflow: ellipsis;
}

/* ============================================================
   Workshop-held attachment
   ============================================================ */

.attachment-workshop-reference[b-g619934xrh] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    margin-top: .3rem;
    color: var(--elesco-success);
    font-size: .76rem;
    font-weight: 550;
    line-height: 1.3;
}

    .attachment-workshop-reference[b-g619934xrh]  svg {
        flex: 0 0 auto;
    }


.attachment-not-needed[b-g619934xrh] {
    grid-area: add;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .3rem;
    justify-self: end;
    width: 8rem;
    color: var(--elesco-success);
    font-size: .76rem;
    font-weight: 600;
    line-height: 1.2;
}

/* ============================================================
   Requirement level
   ============================================================ */

.attachment-level[b-g619934xrh] {
    grid-area: level;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.5rem;
    min-height: 1.65rem;
    padding: .2rem .45rem;
    border-radius: 999px;
    white-space: nowrap;
    color: var(--elesco-text-muted);
    font-size: .76rem;
    font-weight: 600;
    justify-self: center;
    background: var(--elesco-background);
    color: var(--elesco-text-muted);
}

/* Missing required */

.attachment-requirement.required-missing
.attachment-level[b-g619934xrh] {
    background: var(--elesco-error-background);
    color: var(--elesco-error);
}


/* Missing recommended / warning */

.attachment-requirement.recommended-missing
.attachment-level[b-g619934xrh],
.attachment-requirement.warning-missing
.attachment-level[b-g619934xrh] {
    background: #fff7d6;
    color: #7a5a00;
}


/* Satisfied */

.attachment-requirement.complete
.attachment-level[b-g619934xrh] {
    background: var(--elesco-success-light);
    color: var(--elesco-success);
}

/* ============================================================
   Add attachment button
   ============================================================ */

.attachment-add[b-g619934xrh] {
    grid-area: add;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    width: 8rem;
    min-height: 2rem;
    margin: 0;
    padding: .35rem .6rem;
    border: 1px solid var(--elesco-border);
    border-radius: .5rem;
    background: transparent;
    color: var(--elesco-primary);
    font: inherit;
    font-size: .78rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    justify-self: end;
}

    .attachment-add:hover[b-g619934xrh],
    .attachment-add:focus-visible[b-g619934xrh] {
        background: rgba(31, 58, 95, .06);
        border-color: var(--elesco-primary);
    }

    .attachment-add:disabled[b-g619934xrh] {
        opacity: .55;
        cursor: wait;
    }


/* ============================================================
   Expanded requirement content
   ============================================================ */

.attachment-requirement-body[b-g619934xrh] {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    padding: 0 1rem .8rem 3rem;
}


/* ============================================================
   Attachment file
   ============================================================ */

.attachment-file[b-g619934xrh] {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.attachment-preview[b-g619934xrh] {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.attachment-file-info[b-g619934xrh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.attachment-file-name[b-g619934xrh] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-file-size[b-g619934xrh] {
    font-size: .8rem;
    opacity: .65;
}


/* Delete */

.attachment-delete[b-g619934xrh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--elesco-text-muted);
    cursor: pointer;
}

    .attachment-delete:hover[b-g619934xrh],
    .attachment-delete:focus-visible[b-g619934xrh] {
        background: var(--elesco-error-background);
        color: var(--elesco-error);
    }


/* ============================================================
   Thumbnail
   ============================================================ */

.attachment-thumbnail[b-g619934xrh] {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    object-fit: cover;
    border: 1px solid var(--elesco-border);
    border-radius: .4rem;
}

.attachment-thumbnail-container[b-g619934xrh] {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid var(--elesco-border);
    border-radius: .4rem;
    overflow: hidden;
    background: var(--elesco-background);
}

    .attachment-thumbnail-container .attachment-thumbnail[b-g619934xrh] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 0;
        object-fit: cover;
    }

.attachment-thumbnail-loading[b-g619934xrh] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .45;
}

.attachment-thumbnail-document[b-g619934xrh] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--elesco-background);
}


/* ============================================================
   Upload feedback
   ============================================================ */

.attachment-upload-message[b-g619934xrh] {
    margin-top: .75rem;
    color: var(--elesco-text-muted);
    font-size: .875rem;
}

    .attachment-upload-message.is-error[b-g619934xrh] {
        color: var(--elesco-error);
    }

.attachment-upload-error[b-g619934xrh] {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    margin: .65rem 0;
    padding: .75rem .85rem;
    border: 1px solid #e5a3a3;
    border-radius: .65rem;
    background: #fff3f3;
    color: #8b1e1e;
    font-size: .9rem;
}

    .attachment-upload-error[hidden][b-g619934xrh] {
        display: none;
    }

.attachment-upload-error-title[b-g619934xrh] {
    font-weight: 700;
    margin-bottom: .15rem;
}

.attachment-upload-error-message[b-g619934xrh] {
    line-height: 1.35;
}

/* ============================================================
   Preview dialog
   ============================================================ */

.attachment-dialog[b-g619934xrh] {
    width: min(96vw, 1500px);
    height: 92vh;
    max-width: none;
    max-height: none;
    padding: 0;
    border: 0;
    border-radius: .8rem;
    overflow: hidden;
}

    .attachment-dialog[b-g619934xrh]::backdrop {
        background: rgb(0 0 0 / .55);
    }

    .attachment-dialog[open][b-g619934xrh] {
        display: grid;
        grid-template-rows: auto minmax(0, 1fr);
    }

.attachment-dialog-header[b-g619934xrh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .9rem 1rem;
    border-bottom: 1px solid var(--elesco-border);
}

.attachment-dialog-close[b-g619934xrh] {
    border: 0;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.attachment-dialog-content[b-g619934xrh] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}


    /*
 * Preview elements are created from JS, so ::deep is appropriate.
 */

    .attachment-dialog-content[b-g619934xrh]
     .attachment-dialog-image {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        cursor: zoom-in;
    }

    .attachment-dialog-content.is-image-zoomed[b-g619934xrh]
     .attachment-dialog-image {
        width: auto;
        height: auto;
        max-width: none;
        max-height: none;
        margin: auto;
        cursor: zoom-out;
    }

    .attachment-dialog-content[b-g619934xrh]
     .attachment-dialog-pdf {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .attachment-dialog-content[b-g619934xrh]
     .attachment-dialog-video {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }


/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 600px) {

    .attachment-requirement-summary[b-g619934xrh] {
        grid-template-columns: minmax(0, 1fr) auto 1.25rem;
        grid-template-areas:
            "title level chevron"
            "add   add   add";
        column-gap: .55rem;
        row-gap: .3rem;
        padding: .75rem;
    }

    .attachment-add[b-g619934xrh] {
        grid-area: add;
        justify-self: start;
        width: auto;
        min-width: 0;
        min-height: auto;
        padding: .1rem 0 .05rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: .8rem;
        font-weight: 600;
    }

        .attachment-add:hover[b-g619934xrh],
        .attachment-add:focus-visible[b-g619934xrh] {
            background: transparent;
            border-color: transparent;
            text-decoration: underline;
        }

    .attachment-not-needed[b-g619934xrh] {
        grid-area: add;
        justify-self: start;
        width: auto;
        padding-top: .1rem;
    }

    .attachment-requirement-body[b-g619934xrh] {
        padding-left: 1rem;
    }

    .attachment-dialog[b-g619934xrh] {
        width: calc(100vw - 1rem);
        height: calc(100vh - 1rem);
        border-radius: .6rem;
    }
}
/* /Components/Service/ServiceOverview.razor.rz.scp.css */
.service-overview[b-h5efn07azh] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.service-overview-header h1[b-h5efn07azh] {
    margin: 0;
    font-size: 1.5rem;
    color: var(--elesco-text);
}

.service-overview-header p[b-h5efn07azh] {
    margin: .4rem 0 0;
    color: var(--elesco-text-secondary);
}

.service-list[b-h5efn07azh] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.service-list-item[b-h5efn07azh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    background: var(--elesco-surface);
    border: 1px solid var(--elesco-border);
    border-radius: var(--elesco-radius-lg);
    color: inherit;
    text-decoration: none;
    box-shadow: var(--elesco-shadow-sm);
    transition: transform var(--elesco-transition), box-shadow var(--elesco-transition);
}

    .service-list-item:active[b-h5efn07azh] {
        transform: scale(.99);
    }

.service-list-main[b-h5efn07azh] {
    min-width: 0;
}

.service-list-label[b-h5efn07azh] {
    margin-bottom: .15rem;
    font-size: .75rem;
    color: var(--elesco-text-secondary);
}

.service-list-number[b-h5efn07azh] {
    font-size: 1.05rem;
    font-weight: 600;
}

.service-list-workshop[b-h5efn07azh] {
    margin-top: .25rem;
    font-size: .875rem;
    color: var(--elesco-text-secondary);
}

.service-list-end[b-h5efn07azh] {
    display: flex;
    align-items: center;
    gap: .65rem;
    flex-shrink: 0;
}

.service-list-product[b-h5efn07azh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .3rem .45rem;
    margin-top: .35rem;
    color: var(--elesco-text-muted);
    font-size: .85rem;
}

    .service-list-product > span:not(:last-child)[b-h5efn07azh]::after {
        content: "·";
        margin-left: .45rem;
        color: var(--elesco-border);
    }

.service-status[b-h5efn07azh] {
    padding: .3rem .55rem;
    border-radius: 999px;
    background: var(--elesco-success-light);
    color: var(--elesco-success);
    font-size: .75rem;
    font-weight: 600;
}



.empty-state--authenticated[b-h5efn07azh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 38rem;
    margin: 2rem auto;
    padding: 2rem 1.5rem;
    text-align: center;
    background: var(--elesco-surface);
    border: 1px solid var(--elesco-border);
    border-radius: var(--elesco-radius-lg);
    box-shadow: var(--elesco-shadow-sm);
}

.empty-state-icon[b-h5efn07azh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--elesco-success-light);
    color: var(--elesco-success);
}

.empty-state-actions[b-h5efn07azh] {
    margin-top: 1rem;
}

.empty-state--authenticated h2[b-h5efn07azh] {
    margin: 0;
    font-size: 1.2rem;
}

.empty-state--authenticated p[b-h5efn07azh] {
    max-width: 32rem;
    margin: .65rem 0 0;
    line-height: 1.5;
}

.empty-state-secondary[b-h5efn07azh] {
    color: var(--elesco-text-secondary);
    font-size: .9rem;
}
