@import '_content/ergoOpt.Praxis.Components/ergoOpt.Praxis.Components.ayekrmk8d2.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6m3bkym3np],
.components-reconnect-repeated-attempt-visible[b-6m3bkym3np],
.components-reconnect-failed-visible[b-6m3bkym3np],
.components-pause-visible[b-6m3bkym3np],
.components-resume-failed-visible[b-6m3bkym3np],
.components-rejoining-animation[b-6m3bkym3np] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6m3bkym3np],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6m3bkym3np],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6m3bkym3np],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6m3bkym3np],
#components-reconnect-modal.components-reconnect-retrying[b-6m3bkym3np],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6m3bkym3np],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6m3bkym3np],
#components-reconnect-modal.components-reconnect-failed[b-6m3bkym3np],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6m3bkym3np] {
    display: block;
}


#components-reconnect-modal[b-6m3bkym3np] {
    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-6m3bkym3np 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6m3bkym3np 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6m3bkym3np 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6m3bkym3np]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6m3bkym3np 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6m3bkym3np {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6m3bkym3np {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6m3bkym3np {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6m3bkym3np] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6m3bkym3np] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6m3bkym3np] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6m3bkym3np] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6m3bkym3np] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6m3bkym3np] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6m3bkym3np] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6m3bkym3np 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6m3bkym3np] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6m3bkym3np {
    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/Shared/Patient/EopPatientBody.razor.rz.scp.css */
.eop-patient-body__patient-section[b-oy4jraxcnu] {
    padding: 16px;
    border-bottom: 1px solid rgba(94, 82, 64, 0.12);
}

.eop-patient-body__name-row[b-oy4jraxcnu] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.eop-patient-body__name[b-oy4jraxcnu] {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #1f2121;
}

.eop-patient-body__geschlecht[b-oy4jraxcnu] {
    flex-shrink: 0;
    font-size: 19px;
    line-height: 1;
    color: #4fa8a8;
    font-weight: 800;
    margin-top: 1px;
}

.eop-patient-body__age[b-oy4jraxcnu] {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1f2121;
}

.eop-patient-body__insurance-row[b-oy4jraxcnu] {
    display: flex;
    align-items: baseline;
    gap: 12px;
    min-height: 21px;
}

.eop-patient-body__insurance-label[b-oy4jraxcnu] {
    font-size: 12px;
    color: #626c71;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.eop-patient-body__insurance-value[b-oy4jraxcnu] {
    font-size: 14px;
    font-weight: 600;
    color: #1f2121;
    min-width: 28px;
}

.eop-patient-body__accordion-section[b-oy4jraxcnu] {
    border-bottom: 1px solid rgba(94, 82, 64, 0.12);
}

.eop-patient-body__accordion-header[b-oy4jraxcnu],
.eop-patient-body__accordion-header-missing[b-oy4jraxcnu] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
}

.eop-patient-body__accordion-chevron[b-oy4jraxcnu] {
    color: #4fa8a8;
    font-size: 16px;
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    transition: transform 150ms ease-in-out;
}

.eop-patient-body__accordion-header[b-oy4jraxcnu] {
    width: 100%;
    border: none;
    background: #ffffff;
    cursor: pointer;
    text-align: left;
}

.eop-patient-body__accordion-header.expanded .eop-patient-body__accordion-chevron[b-oy4jraxcnu] {
    transform: rotate(180deg);
}

.eop-patient-body__accordion-title[b-oy4jraxcnu] {
    font-size: 14px;
    font-weight: 600;
    color: #1f2121;
}

.eop-patient-body__accordion-subtitle[b-oy4jraxcnu] {
    margin-left: auto;
    font-size: 12px;
    color: #626c71;
    text-align: right;
}

.eop-patient-body__accordion-header-missing[b-oy4jraxcnu] {
    background: rgba(168, 75, 47, 0.05);
    color: #a84b2f;
    font-weight: 500;
}

.eop-patient-body__accordion-header-missing-icon[b-oy4jraxcnu] {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-size: 16px;
}

.eop-patient-body__accordion-content[b-oy4jraxcnu] {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-top: 1px solid rgba(94, 82, 64, 0.12);
}

.eop-patient-body__accordion-content.visible[b-oy4jraxcnu] {
    display: flex;
}

.eop-patient-body__contact-data-inline[b-oy4jraxcnu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eop-patient-body__contact-item-inline[b-oy4jraxcnu] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1f2121;
}

.eop-patient-body__contact-item-inline.missing[b-oy4jraxcnu] {
    color: #a84b2f;
    font-weight: 600;
}

.eop-patient-body__contact-icon[b-oy4jraxcnu] {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-size: 18px;
    color: #4fa8a8;
}

.eop-patient-body__contact-icon.missing[b-oy4jraxcnu] {
    color: #a84b2f;
}

.eop-patient-body__contact-value[b-oy4jraxcnu] {
    flex: 1;
}

.eop-patient-body__contact-value-link[b-oy4jraxcnu] {
    color: #4fa8a8;
    text-decoration: none;
}

.eop-patient-body__contact-value-link:hover[b-oy4jraxcnu] {
    text-decoration: underline;
}

.eop-patient-body__meta-section[b-oy4jraxcnu] {
    padding: 16px;
    margin-top: auto;
}

.eop-patient-body__meta-row[b-oy4jraxcnu] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 20px;
    font-size: 12px;
    color: #626c71;
    font-weight: 500;
}

.eop-patient-body__meta-row--locked[b-oy4jraxcnu] {
    color: #a84b2f;
    font-weight: 600;
}

.eop-patient-body__meta-icon[b-oy4jraxcnu] {
    flex-shrink: 0;
    font-size: 16px;
    font-family: "Material Symbols Outlined";
}

.eop-patient-body__meta[b-oy4jraxcnu] {
    line-height: 1.4;
}

.eop-patient-body__primary-action[b-oy4jraxcnu] {
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.eop-patient-body__primary-button[b-oy4jraxcnu] {
    width: 100%;
    min-height: 56px;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    background: #4fa8a8;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
}

.eop-patient-body__primary-button:hover:not(:disabled)[b-oy4jraxcnu] {
    background: #3d9696;
}

.eop-patient-body__primary-button:disabled[b-oy4jraxcnu] {
    opacity: 0.6;
    cursor: not-allowed;
}

.eop-patient-body__primary-button-label[b-oy4jraxcnu] {
    font-size: 14px;
    font-weight: 600;
}

.eop-patient-body__action-icon[b-oy4jraxcnu] {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-variation-settings: 'opsz' 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.eop-patient-body__action-icon--primary[b-oy4jraxcnu] {
    color: inherit;
}

.eop-patient-body__action-hint[b-oy4jraxcnu] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(79, 168, 168, 0.08);
    color: #1f2121;
}

.eop-patient-body__action-icon--hint[b-oy4jraxcnu] {
    color: #4fa8a8;
    margin-top: 1px;
}

.eop-patient-body__action-hint-text[b-oy4jraxcnu] {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}
/* /Components/Shared/Patient/EopPatientCard.razor.rz.scp.css */
.eop-patient-card[b-78pwdpnnxe] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    min-height: 540px;
    background: #ffffff;
    border: 1px solid rgba(94, 82, 64, 0.12);
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.eop-patient-card__header[b-78pwdpnnxe] {
    padding: 12px;
    background: linear-gradient(135deg, rgba(79, 168, 168, 0.08) 0%, rgba(79, 168, 168, 0.03) 100%);
    border-bottom: 1px solid rgba(94, 82, 64, 0.12);
}

.eop-patient-card__body[b-78pwdpnnxe] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.eop-patient-card__footer[b-78pwdpnnxe] {
    padding: 16px;
    border-top: 1px solid rgba(94, 82, 64, 0.12);
}

@media (max-width: 768px) {
    .eop-patient-card[b-78pwdpnnxe] {
        max-width: 100%;
        min-height: unset;
    }
}
/* /Components/Shared/Patient/EopPatientHeader.razor.rz.scp.css */
.eop-patient-header__steps[b-397pqrjusm] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eop-patient-header__step[b-397pqrjusm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    position: relative;
}

.eop-patient-header__step:not(:last-child)[b-397pqrjusm]::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: rgba(94, 82, 64, 0.12);
    z-index: 0;
}

.eop-patient-header__step--active:not(:last-child)[b-397pqrjusm]::after {
    background: #4fa8a8;
}

.eop-patient-header__step-circle[b-397pqrjusm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #a7a9a9;
    position: relative;
    z-index: 1;
}

.eop-patient-header__step--active .eop-patient-header__step-circle[b-397pqrjusm] {
    background: #4fa8a8;
    color: #ffffff;
}

.eop-patient-header__step-icon[b-397pqrjusm] {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-variation-settings: 'opsz' 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.eop-patient-header__step-label[b-397pqrjusm] {
    font-size: 12px;
    line-height: 1.2;
    color: #626c71;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.eop-patient-header__step--active .eop-patient-header__step-label[b-397pqrjusm] {
    color: #1f2121;
    font-weight: 600;
}
/* /Components/Shared/Patient/EopPatientHeaderFragebogenAbgeschlossen.razor.rz.scp.css */
.eop-patient-header__steps[b-v0b5fdqkb9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eop-patient-header__step[b-v0b5fdqkb9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    position: relative;
}

.eop-patient-header__step:not(:last-child)[b-v0b5fdqkb9]::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: rgba(94, 82, 64, 0.12);
    z-index: 0;
}

.eop-patient-header__step--active:not(:last-child)[b-v0b5fdqkb9]::after {
    background: #4fa8a8;
}

.eop-patient-header__step-circle[b-v0b5fdqkb9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #a7a9a9;
    position: relative;
    z-index: 1;
}

.eop-patient-header__step--active .eop-patient-header__step-circle[b-v0b5fdqkb9] {
    background: #4fa8a8;
    color: #ffffff;
}

.eop-patient-header__step-icon[b-v0b5fdqkb9] {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-variation-settings: 'opsz' 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.eop-patient-header__step-label[b-v0b5fdqkb9] {
    font-size: 12px;
    line-height: 1.2;
    color: #626c71;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.eop-patient-header__step--active .eop-patient-header__step-label[b-v0b5fdqkb9] {
    color: #1f2121;
    font-weight: 600;
}
/* /Components/Shared/Patient/EopPatientHeaderOffeneFrageboegen.razor.rz.scp.css */
.eop-patient-header__steps[b-vu210nvp51] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eop-patient-header__step[b-vu210nvp51] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    position: relative;
}

.eop-patient-header__step:not(:last-child)[b-vu210nvp51]::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: rgba(94, 82, 64, 0.12);
    z-index: 0;
}

.eop-patient-header__step--active:not(:last-child)[b-vu210nvp51]::after {
    background: #4fa8a8;
}

.eop-patient-header__step-circle[b-vu210nvp51] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #a7a9a9;
    position: relative;
    z-index: 1;
}

.eop-patient-header__step--active .eop-patient-header__step-circle[b-vu210nvp51] {
    background: #4fa8a8;
    color: #ffffff;
}

.eop-patient-header__step-icon[b-vu210nvp51] {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-variation-settings: 'opsz' 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.eop-patient-header__step-label[b-vu210nvp51] {
    font-size: 12px;
    line-height: 1.2;
    color: #626c71;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.eop-patient-header__step--active .eop-patient-header__step-label[b-vu210nvp51] {
    color: #1f2121;
    font-weight: 600;
}
/* /Components/Shared/Patient/EopPatientHeaderTerminVereinbaren.razor.rz.scp.css */
.eop-patient-header__steps[b-h30ivy6849] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.eop-patient-header__step[b-h30ivy6849] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    position: relative;
}

.eop-patient-header__step:not(:last-child)[b-h30ivy6849]::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: rgba(94, 82, 64, 0.12);
    z-index: 0;
}

.eop-patient-header__step-circle[b-h30ivy6849] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #a7a9a9;
    position: relative;
    z-index: 1;
}

.eop-patient-header__step-label[b-h30ivy6849] {
    font-size: 12px;
    line-height: 1.2;
    color: #626c71;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}
