/* /Pages/Admin/SignalRStatus.razor.rz.scp.css */
.status-connected[b-bieusageft] {
    color: var(--prognosis-tier-0-color);
}

.status-connecting[b-bieusageft] {
    color: var(--prognosis-tier-1-color);
}

.status-reconnecting[b-bieusageft] {
    color: var(--prognosis-tier-2-color);
}

.status-disconnected[b-bieusageft] {
    color: var(--prognosis-tier-3-color);
}
/* /Pages/AdvanceDirectives/AdvanceDirectivesHubContent.razor.rz.scp.css */
[b-oqce40yqub] .add-new-button {
    padding: 8px 10px !important;
    border-radius: 0 !important;
}

[b-oqce40yqub] .sic-header {
    font-size: 1.25rem;
}

[b-oqce40yqub] .code-status-chip {
    background-color: var(--dark-gray-color);
}

[b-oqce40yqub] .convo-button, .convo-button:hover[b-oqce40yqub] {
    padding: 8px 10px !important;
    border-radius: 0 !important;
    background-color: white !important;
    color: var(--color-purple-2) !important;
    border: 2px var(--color-purple-2) solid !important;
    box-shadow: none !important;
}

[b-oqce40yqub] .completed-chip {
    width: 60px;
}

[b-oqce40yqub] .advance-directives-card {
    border-radius: 8px;
    background-color: #F9F9F9;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: start;
    gap: 24px;
    width: 300px;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

    [b-oqce40yqub] .advance-directives-card:hover {
        background: #ECECEC;
    }

    [b-oqce40yqub] .advance-directives-card:has(div.d-flex.justify-content-end.align-items-center.w-100) {
        gap: 0;
    }

[b-oqce40yqub] .finish-later-button:hover {
    background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface)) !important;
    box-shadow: none !important;
}

[b-oqce40yqub] .submit-button:hover {
    background: #5A7DCE !important;
    box-shadow: none !important;
    border: none !important;
}
/* /Pages/Assessments/SocialDeterminantsScreener.razor.rz.scp.css */
.question-container[b-9grdwusgg7] {
    min-width: 500px;
    max-width: 500px;
}
/* /Pages/CareTeam/ClinicalTabs/Appointments.razor.rz.scp.css */
/* /Pages/CareTeam/ClinicalTabs/ClinicalNotesView.razor.rz.scp.css */
/* /Pages/CareTeam/ClinicalTabs/ClinicalPatientTasks.razor.rz.scp.css */
[b-fo13059te2] .task-check-box {
    color: white;
}

[b-fo13059te2] .selected-task-menu-bar {
    background-color: #6277B2;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
    padding: 10px 20px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
}

.task-menu-text[b-fo13059te2] {
    color: white;
}

.task-menu-selected-count[b-fo13059te2] {
    font-style: italic;
    color: white;
}

.task-menu-left-container[b-fo13059te2] {
    display: flex;
    align-items: center;
}

.task-menu-right-container[b-fo13059te2] {
    float: right;
    text-align: right;
}

[b-fo13059te2] .e-accordion .e-acrdn-item .e-acrdn-panel .e-grid .e-content {
    padding: 0px;
}

[b-fo13059te2] .e-treegridexpand::before {
    content: "\e729";
}

[b-fo13059te2] .e-treegridexpand {
    transform: rotate(0deg);
}

[b-fo13059te2] .e-treegridcollapse::before {
    content: "\e729";
}

[b-fo13059te2] .e-treegridcollapse {
    transform: rotate(-90deg);
}

.high-priority-legend[b-fo13059te2] {
    margin-left: 2em;
}
/* /Pages/CareTeam/ClinicalTabs/SymptomTriage/AddSymptomsLogDialog.razor.rz.scp.css */
.progress-step-header[b-sc3dapw1ou] {
    margin-left: 0.75em;
    font-size: 12px;
    font-weight: 600;
    line-height: 3em;
}
.e-dlg-content[b-sc3dapw1ou] {
    overflow: hidden !important;
}
#layout-container[b-sc3dapw1ou] {
    margin-top: 0px !important;
    overflow: hidden !important;
}

#e-content-SymptomTriageTab_1[b-sc3dapw1ou] {
    height: 100vh !important;
}

.e-danger.e-btn.e-link[b-sc3dapw1ou], button#delete-sympton-triage[b-sc3dapw1ou] {
    background: red !important;
    color: white !important;
}
/* /Pages/CareTeam/Dialogs/EnrollmentDialog.razor.rz.scp.css */
/* Prevent scroll on entire SfDialog body */
.enrollment-dialog .e-dlg-content[b-1rxnbd7sk8] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.responsive-progress-container[b-1rxnbd7sk8] {
    width: 100%;
}

/* Progress bar full width styling */
[b-1rxnbd7sk8] .e-progressbar {
    width: 100% !important;
}

[b-1rxnbd7sk8] .e-progressbar .e-progress-track {
    width: 100% !important;
}

[b-1rxnbd7sk8] .e-progressbar .e-progress-bar {
    width: 100% !important;
}

/* Ensure full height layout inside the dialog */
.dialog-body[b-1rxnbd7sk8] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .dialog-body .e-tab > .e-content[b-1rxnbd7sk8] {
        padding-top: 0px !important;
    }

    .dialog-body .container-fluid.h-100[b-1rxnbd7sk8],
    .dialog-body .row.h-100[b-1rxnbd7sk8],
    .dialog-body .col-8[b-1rxnbd7sk8],
    .dialog-body .col-4[b-1rxnbd7sk8] {
        height: 100%;
    }

        /* Scrollable tab area inside each column */
        .dialog-body .col-8 > .flex-grow-1[b-1rxnbd7sk8],
        .dialog-body .col-4 > .flex-grow-1[b-1rxnbd7sk8] {
            min-height: 0;
            overflow-y: auto;
        }

/* Footer should not scroll */
.wizard-footer[b-1rxnbd7sk8] {
    border-top: 1px solid #CBCBCB;
    background-color: #fff;
    z-index: 10;
}

.progress-step-header[b-1rxnbd7sk8] {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
/* /Pages/CareTeam/Dialogs/HospiceInformationDialog/HospiceInformationDialog.razor.rz.scp.css */
.btn-save[b-38qxrjj6ih] {
    width: 100%;
}

.e-chip-list.e-selection .e-chip.e-active[b-38qxrjj6ih] {
    background: #1C8292;
    border-color: #1C8292;
    color: #fff;
}

.datepicker-icon-left .e-input-group-icon[b-38qxrjj6ih] {
    order: -1; /* Moves icon to the left */
    margin-right: 0.5rem;
    margin-left: 0;
}

.datepicker-icon-left .e-input[b-38qxrjj6ih] {
    text-align: left;
}

.datepicker-icon-left .e-input-group[b-38qxrjj6ih] {
    display: flex;
    align-items: center;
}

[b-38qxrjj6ih] .e-sidebar {
    border-radius: 16px !important;
    padding: 16px 24px !important;
    width: 700px !important;
    max-height: 982px !important;
    overflow-y: auto !important;
    box-shadow: -4px 0 80px 8px rgba(0, 0, 0, 0.08) !important;
    background-color: white;
}
/* /Pages/CareTeam/Dialogs/Interactions/InteractionNotesDialog.razor.rz.scp.css */
[b-ldsp2no4bh] .add-note-container {
    width: 100%;
    margin-bottom: 1rem;
}

[b-ldsp2no4bh] .add-note-textbox {
    outline: solid 1px;
    padding: 5px;
    min-height: 120px;
}

[b-ldsp2no4bh] .notes-container {
    min-height: 80%;
    margin-bottom: 3rem;
}

[b-ldsp2no4bh] .single-note {
    margin-bottom: 1rem;
}

[b-ldsp2no4bh]  .note-name {
    margin-bottom: 2px;
}

[b-ldsp2no4bh] .note-date {
    font-style: italic;
    margin-bottom: 2px;
}

.note-content[b-ldsp2no4bh] {
}

[b-ldsp2no4bh] textarea.e-input,
.e-float-input textarea[b-ldsp2no4bh],
.e-float-input.e-control-wrapper textarea[b-ldsp2no4bh],
.e-input-group textarea[b-ldsp2no4bh],
.e-input-group.e-control-wrapper textarea[b-ldsp2no4bh] {
    min-height: 120px;
    max-height: 350px;
}
/* /Pages/CareTeam/Dialogs/ProspectLockedDialog.razor.rz.scp.css */
.note-content[b-fy9m1b6nlf] {
    margin: 10px 20px 10px 20px;
}
/* /Pages/CareTeam/Dialogs/WorkTaskDialog.razor.rz.scp.css */
[b-qklglqu3pl] textarea.e-input,
.e-float-input textarea[b-qklglqu3pl],
.e-float-input.e-control-wrapper textarea[b-qklglqu3pl],
.e-input-group textarea[b-qklglqu3pl],
.e-input-group.e-control-wrapper textarea[b-qklglqu3pl] {
    min-height: 120px;
    max-height: 350px;
}

[b-qklglqu3pl] .add-task-description-textbox {
    outline: solid 1px;
    padding: 5px;
    min-height: 120px;
    max-height: 350px;
}

.work-task-date-picker[b-qklglqu3pl] {
    width: 50%;
    align-content: center;
    margin: auto;
    margin-bottom: 2rem;
}

.task-status-type-container[b-qklglqu3pl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 1em;
    grid-column-gap: 10px;
}
/* /Pages/CareTeam/FileResources.razor.rz.scp.css */
[b-chanovyvum] .resource-card {
    border-radius: 8px;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: start;
    width: 262.4px;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #EEEEEE !important;
}

    [b-chanovyvum] .resource-card:hover {
        background: #EEEEEE !important;
    }

    [b-chanovyvum] .resource-card:has(div.d-flex.justify-content-end.align-items-center.w-100) {
        gap: 0;
    }

[b-chanovyvum] .search-box {
    width: 360px !important;
}
/* /Pages/CareTeam/OutboundCallQueue.razor.rz.scp.css */
.user-chip[b-rpjba5x57g] {
    background-color: var(--blue-text);
}
/* /Pages/Patient/PatientHealthPlanView.razor.rz.scp.css */
.health-plan-info-container-header[b-tscb12k09x] {
    height: 1rem;
}

    .health-plan-info-container-header h5[b-tscb12k09x] {
        font-size: 16px;
        margin-right: 1rem;
    }


.rounded-corners[b-tscb12k09x] {
    border-radius: 6px;
}

.side-by-side-container[b-tscb12k09x] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2%;
   
}

.health-plan-container[b-tscb12k09x] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
}

.button-text[b-tscb12k09x] {
    color: #55679A;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
/* /Shared/ConnectivityDetectorBanner.razor.rz.scp.css */
.connectivity-detector-banner[b-axsafolo61] {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #ffcc00;
    color: black;
    text-align: center;
    padding: 0.5em;
    z-index: 1000;
}
