@import '_content/Claire.Survey/Claire.Survey.j2gi03tfkb.bundle.scp.css';
@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';

/* _content/Claire/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pxbymrcyvt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

    .top-row[b-pxbymrcyvt]  a:hover, .top-row[b-pxbymrcyvt]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-pxbymrcyvt] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-pxbymrcyvt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-pxbymrcyvt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-pxbymrcyvt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Claire/Components/Pages/Caregiver.razor.rz.scp.css */

@media (max-width: 640.98px) {
    #header[b-x1ewk9m8ur] {
        left: 0;
    }

    #namecontent[b-x1ewk9m8ur] {
        left: 0;
    }

    #content[b-x1ewk9m8ur] {
        left: 0;
    }

    #footer[b-x1ewk9m8ur] {
        left: 0;
    }
}

@media (min-width: 641px) {
    #header[b-x1ewk9m8ur] {
        left: 240px;
    }

    #namecontent[b-x1ewk9m8ur] {
        left: 240px;
    }

    #content[b-x1ewk9m8ur] {
        left: 240px;
    }

    #footer[b-x1ewk9m8ur] {
        left: 240px;
    }
}

#header[b-x1ewk9m8ur] {
    position: fixed;
    top: 50px;
    right: 0;
    height: 55px;
}

#namecontent[b-x1ewk9m8ur] {
    position: fixed;
    top: 105px;
    right: 0;
}

#content[b-x1ewk9m8ur] {
    position: fixed;
    top: 130px;
    bottom: 50px;
    right: 0;
    overflow: auto;
}

#footer[b-x1ewk9m8ur] {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 55px;
}
/* _content/Claire/Components/Shared/BusyIndicator.razor.rz.scp.css */
/* wwwroot/css/busy-indicator.css */
.busy-indicator-wrapper[b-znw1on0f62] {

    position: relative;
    display: inline-block;
}

.busy-indicator-spinner[b-znw1on0f62] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; /* Spinner unter dem Content */
    pointer-events: none;
}

.busy-indicator-child[b-znw1on0f62] {
    position: relative;
    z-index: 2; /* Content über dem Spinner */
}

.busy-indicator-spinner .loader[b-znw1on0f62] {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.loader[b-znw1on0f62]::after,
.loader[b-znw1on0f62]::before {
    content: '';
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: red;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 50% 50%;
    animation: animloader-b-znw1on0f62 2s linear infinite;
}

    .loader[b-znw1on0f62]::after {
        animation-delay: 1s;
    }

@keyframes animloader-b-znw1on0f62 {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.text[b-znw1on0f62] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; /** Y-axis align **/
    justify-content: center; /** X-axis align **/
    font-size: large;
    color: black;
    z-index: 100;
    pointer-events: none;
}
