@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j8eycyfg22] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j8eycyfg22] {
    flex: 1;
}

.sidebar[b-j8eycyfg22] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-j8eycyfg22] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j8eycyfg22]  a, .top-row[b-j8eycyfg22]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j8eycyfg22]  a:hover, .top-row[b-j8eycyfg22]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j8eycyfg22]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j8eycyfg22] {
        justify-content: space-between;
    }

    .top-row[b-j8eycyfg22]  a, .top-row[b-j8eycyfg22]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j8eycyfg22] {
        flex-direction: row;
    }

    .sidebar[b-j8eycyfg22] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j8eycyfg22] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j8eycyfg22]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j8eycyfg22], article[b-j8eycyfg22] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-j8eycyfg22] {
    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-j8eycyfg22] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0f166sjsnw],
.components-reconnect-repeated-attempt-visible[b-0f166sjsnw],
.components-reconnect-failed-visible[b-0f166sjsnw],
.components-pause-visible[b-0f166sjsnw],
.components-resume-failed-visible[b-0f166sjsnw],
.components-rejoining-animation[b-0f166sjsnw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0f166sjsnw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0f166sjsnw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0f166sjsnw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0f166sjsnw],
#components-reconnect-modal.components-reconnect-retrying[b-0f166sjsnw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0f166sjsnw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0f166sjsnw],
#components-reconnect-modal.components-reconnect-failed[b-0f166sjsnw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0f166sjsnw] {
    display: block;
}


#components-reconnect-modal[b-0f166sjsnw] {
    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-0f166sjsnw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0f166sjsnw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0f166sjsnw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0f166sjsnw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0f166sjsnw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0f166sjsnw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0f166sjsnw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0f166sjsnw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0f166sjsnw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0f166sjsnw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0f166sjsnw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0f166sjsnw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0f166sjsnw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0f166sjsnw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0f166sjsnw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0f166sjsnw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0f166sjsnw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0f166sjsnw {
    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/Pages/CsvImport.razor.rz.scp.css */
.ci-wrap[b-h63ubda9op] {
    max-width: 720px;
    margin: 0 auto;
    padding: 16px 4px 40px;
    color: #1e293b;
}

.ci-title[b-h63ubda9op] {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 4px;
}

.ci-sub[b-h63ubda9op] {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 18px;
    line-height: 1.5;
}

.ci-card[b-h63ubda9op] {
    background: #fff;
    border: 1px solid #e6eaf2;
    border-radius: 12px;
    padding: 18px 18px 16px;
    margin-bottom: 14px;
}

.ci-field[b-h63ubda9op] {
    margin-bottom: 14px;
}

.ci-label[b-h63ubda9op] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #64748b;
    margin-bottom: 6px;
}

.ci-input[b-h63ubda9op] {
    width: 100%;
    font-size: 14px;
    padding: 9px 10px;
    border: 1px solid #d7dcf0;
    border-radius: 8px;
    background: #fff;
    color: #1e293b;
}

.ci-file[b-h63ubda9op] {
    font-size: 13px;
}

.ci-filename[b-h63ubda9op] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #15803d;
    margin-top: 8px;
}

.ci-dot[b-h63ubda9op] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    display: inline-block;
}

.ci-actions[b-h63ubda9op] {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.ci-btn[b-h63ubda9op] {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 18px;
    border-radius: 8px;
    border: 1px solid #d7dcf0;
    background: #fff;
    color: #1e293b;
    cursor: pointer;
}

.ci-btn:disabled[b-h63ubda9op] {
    opacity: .5;
    cursor: default;
}

.ci-btn-primary[b-h63ubda9op] {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.ci-btn-primary:hover:not(:disabled)[b-h63ubda9op] {
    background: #1d4ed8;
}

.ci-msg[b-h63ubda9op] {
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 8px;
    margin-top: 4px;
}

.ci-status[b-h63ubda9op] {
    background: #f1f5f9;
    color: #475569;
}

.ci-error[b-h63ubda9op] {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}
/* /Components/Pages/MedicalNotes/Notes.razor.rz.scp.css */
/* Mapping Dashboard Container */
    .mapping-dashboard[b-2gre1n2r01] {
        display: flex;
        flex-direction: column;
        background: white;
        max-width: 600px;
        margin: 0 auto;
        border-radius: 16px;
        overflow: scroll;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    }

    /* Orange Header Section */
    .mapping-header[b-2gre1n2r01] {
        padding: 24px;
        background: rgba(255, 237, 213, 0.5);
        border-bottom: 1px solid #fed7aa;
    }

        .mapping-header h2[b-2gre1n2r01] {
            font-size: 20px;
            font-weight: 900;
            color: #7c2d12;
            margin: 0 0 8px 0;
        }

        .mapping-header p[b-2gre1n2r01] {
            font-size: 12px;
            color: #c2410c;
            line-height: 1.6;
            margin: 0;
        }

    /* Content Area */
    .mapping-content[b-2gre1n2r01] {
        padding: 16px;
    }

    /* Section Header */
    .mapping-section-header[b-2gre1n2r01] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .mapping-section-title[b-2gre1n2r01] {
        font-size: 10px;
        font-weight: 900;
        color: #9ca3af;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin: 0;
    }

    .mapping-create-btn[b-2gre1n2r01] {
        font-size: 10px;
        font-weight: 700;
        color: #ea580c;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 0;
    }

        .mapping-create-btn:hover[b-2gre1n2r01] {
            color: #c2410c;
        }

    /* Filters Section */
    .mapping-filters[b-2gre1n2r01] {
        background: #f9fafb;
        border: 1px solid #f3f4f6;
        border-radius: 16px;
        padding: 16px;
        margin-bottom: 16px;
    }

    .mapping-filters-header[b-2gre1n2r01] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        cursor: pointer;
    }

    .mapping-filters-title[b-2gre1n2r01] {
        font-size: 11px;
        font-weight: 700;
        color: #6b7280;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    /* Config Card */
    .mapping-config-card[b-2gre1n2r01] {
        padding: 16px;
        background: white;
        border: 1px solid #f3f4f6;
        border-radius: 16px;
        margin-bottom: 12px;
        transition: all 0.2s;
    }

        .mapping-config-card:hover[b-2gre1n2r01] {
            border-color: #fed7aa;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        }

    .mapping-config-header[b-2gre1n2r01] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .mapping-config-info[b-2gre1n2r01] {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .mapping-config-name[b-2gre1n2r01] {
        font-size: 14px;
        font-weight: 700;
        color: #1f2937;
        margin: 0;
    }

    .mapping-config-signature[b-2gre1n2r01] {
        font-size: 10px;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
        color: #9ca3af;
        margin: 0;
    }

    /* Status Badge */
    .mapping-status-badge[b-2gre1n2r01] {
        font-size: 9px;
        font-weight: 700;
        padding: 2px 8px;
        border-radius: 9999px;
        border: 1px solid;
    }

        .mapping-status-badge.active[b-2gre1n2r01] {
            background: #dcfce7;
            color: #15803d;
            border-color: #bbf7d0;
        }

        .mapping-status-badge.inactive[b-2gre1n2r01] {
            background: #fef3c7;
            color: #b45309;
            border-color: #fde68a;
        }

    /* Config Meta */
    .mapping-config-meta[b-2gre1n2r01] {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
    }

    .mapping-meta-item[b-2gre1n2r01] {
        display: flex;
        flex-direction: column;
    }

        .mapping-meta-item.bordered[b-2gre1n2r01] {
            border-left: 1px solid #f3f4f6;
            padding-left: 16px;
        }

    .mapping-meta-label[b-2gre1n2r01] {
        font-size: 9px;
        font-weight: 700;
        color: #9ca3af;
        text-transform: uppercase;
        margin: 0;
    }

    .mapping-meta-value[b-2gre1n2r01] {
        font-size: 11px;
        color: #4b5563;
        font-weight: 500;
        margin: 0;
    }

    /* Action Buttons */
    .mapping-actions[b-2gre1n2r01] {
        display: flex;
        gap: 8px;
        
        transition: opacity 0.2s;
    }

    .mapping-config-card:hover .mapping-actions[b-2gre1n2r01] {
        opacity: 1;
    }

    .mapping-action-primary[b-2gre1n2r01] {
        flex: 1;
        padding: 8px 12px;
        background: #ea580c;
        color: black;
        border: none;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.2s;
    }

        .mapping-action-primary:hover[b-2gre1n2r01] {
            background: #c2410c;
        }

    .mapping-action-secondary[b-2gre1n2r01] {
        padding: 8px 12px;
        background: #f9fafb;
        color: #6b7280;
        border: 1px solid #f3f4f6;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.2s;
    }

        .mapping-action-secondary:hover[b-2gre1n2r01] {
            background: #f3f4f6;
        }

    /* Info Box */
    .mapping-info-box[b-2gre1n2r01] {
        background: rgba(239, 246, 255, 0.5);
        padding: 16px;
        border-radius: 16px;
        border: 1px solid #dbeafe;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-top: 24px;
    }

    .mapping-info-icon[b-2gre1n2r01] {
        width: 32px;
        height: 32px;
        background: #dbeafe;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #2563eb;
    }

    .mapping-info-content h4[b-2gre1n2r01] {
        font-size: 12px;
        font-weight: 700;
        color: #1e3a8a;
        margin: 0 0 4px 0;
    }

    .mapping-info-content p[b-2gre1n2r01] {
        font-size: 10px;
        color: rgba(29, 78, 216, 0.8);
        line-height: 1.6;
        margin: 0;
    }

    /* DataList Overrides */
    .mapping-datalist .rz-datalist-content[b-2gre1n2r01] {
        background: transparent;
    }

    .mapping-datalist .rz-pager[b-2gre1n2r01] {
        background: #f9fafb;
        border-radius: 12px;
        margin-top: 16px;
    }
/* /Components/Shared/MappingReview.razor.rz.scp.css */
.mr-wrap[b-1ibqhs58wu] {
    margin: 10px 0 4px;
    font-size: 13px;
    color: #334155;
}

.mr-allgood[b-1ibqhs58wu] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #ecfdf3;
    border: 1px solid #c7ecd6;
    border-radius: 10px;
    color: #15803d;
}

.mr-summary[b-1ibqhs58wu] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mr-pill[b-1ibqhs58wu] {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 999px;
}

.mr-pill-ok[b-1ibqhs58wu] {
    background: #ecfdf3;
    color: #15803d;
}

.mr-pill-warn[b-1ibqhs58wu] {
    background: #fef6e7;
    color: #9a6700;
}

.mr-collapsed[b-1ibqhs58wu] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    background: #f8fafc;
    border: 1px solid #e6eaf2;
    border-radius: 10px;
    color: #64748b;
    margin-bottom: 12px;
}

.mr-collapsed-text[b-1ibqhs58wu] {
    flex: 1;
    word-break: break-word;
}

.mr-link[b-1ibqhs58wu] {
    border: 0;
    background: none;
    color: #2563eb;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
}

.mr-link:hover[b-1ibqhs58wu] {
    text-decoration: underline;
}

.mr-section[b-1ibqhs58wu] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #64748b;
    margin: 12px 0 6px;
}

.mr-row[b-1ibqhs58wu] {
    display: grid;
    grid-template-columns: 1fr 20px 1.3fr;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e6eaf2;
    border-radius: 10px;
    margin-bottom: 8px;
    background: #fff;
}

.mr-src-label[b-1ibqhs58wu] {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    word-break: break-word;
}

.mr-src-sample[b-1ibqhs58wu] {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px;
}

.mr-src-sample code[b-1ibqhs58wu] {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 11px;
    color: #64748b;
}

.mr-arrow[b-1ibqhs58wu] {
    color: #cbd5e1;
    text-align: center;
}

.mr-dst[b-1ibqhs58wu] {
    min-width: 0;
}

.mr-select[b-1ibqhs58wu] {
    width: 100%;
    font-size: 13px;
    padding: 7px 9px;
    border: 1px solid #d7dcf0;
    border-radius: 8px;
    background: #fff;
    color: #1e293b;
}

.mr-select-empty[b-1ibqhs58wu] {
    border-color: #f0c674;
    background: #fffdf7;
}

.mr-mapto[b-1ibqhs58wu] {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #64748b;
    margin-bottom: 3px;
}

.mr-status[b-1ibqhs58wu] {
    font-size: 12px;
    margin-top: 5px;
}

.mr-status-ok[b-1ibqhs58wu] {
    color: #15803d;
}

.mr-status-warn[b-1ibqhs58wu] {
    color: #9a6700;
}

.mr-status-muted[b-1ibqhs58wu] {
    color: #94a3b8;
}

.mr-remember[b-1ibqhs58wu] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #eef1fb;
}

.mr-ico[b-1ibqhs58wu] {
    color: #94a3b8;
}

.mr-ico-ok[b-1ibqhs58wu] {
    color: #15803d;
}
