@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.g0t05e93zu.bundle.scp.css';

/* /Pages/Calibration/Binary/BinaryQuiz.razor.rz.scp.css */
.header-container[b-uzopjnvllt] {
    display: flex;
}

.header-title[b-uzopjnvllt], .title[b-uzopjnvllt] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: 600;
}

.date[b-uzopjnvllt] {
    font-size: var(--type-ramp-minus-1-font-size);
    margin-top: 8px;
}

.header-title[b-uzopjnvllt] {
    flex-grow: 1;
}

.skeleton-row[b-uzopjnvllt] {
    width: 100%;
    display: flex;
    align-items: center;
    height: 32px;
    margin-bottom: 14px;
}

[b-uzopjnvllt] .submit-button {
    margin-left: 12px;
    margin-top: 18px;
}
/* /Pages/Calibration/CalibrationLayout.razor.rz.scp.css */
.doc-placeholder[b-d8whju8rfv] {
    box-shadow: var(--shadow4);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 0;
    color-scheme: light;
    height: calc(100vh - 40px);
    padding: 20px;
    background-color: #f5f5f5;
    border-top-color: var(--neutral-stroke-divider-rest);
    border-top-style: solid;
    border-top-width: thin;
    border-left-color: var(--neutral-stroke-divider-rest);
    border-left-style: solid;
    border-left-width: thin;
}

.doc-placeholder-inner[b-d8whju8rfv] {
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    flex: none;
    min-height: calc(100% - 40px);
    height: auto;
    padding: 20px;
}

.after-root-cleanedUp[b-d8whju8rfv] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-d8whju8rfv] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}


[b-d8whju8rfv] .calibration-table {
    border-collapse: collapse;
    box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
    align-self: start;
}

    [b-d8whju8rfv] .calibration-table thead tr {
        background-color: var(--neutral-layer-2);
        height: 39px;
        text-align: left;
    }

    [b-d8whju8rfv] .calibration-table th, [b-d8whju8rfv] .calibration-table td {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        white-space: nowrap;
    }

    [b-d8whju8rfv] .calibration-table tbody tr {
        border-bottom: 1px solid var(--neutral-stroke-rest);
    }

        [b-d8whju8rfv] .calibration-table tbody tr:nth-of-type(even) {
            background-color: var(--neutral-layer-2);
        }
/* /Pages/Calibration/Range/RangeCalibrationQuiz.razor.rz.scp.css */
.header-container[b-p9bi5qguw4] {
    display: flex;
}

.header-title[b-p9bi5qguw4], .title[b-p9bi5qguw4] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: 600;
}

.date[b-p9bi5qguw4] {
    font-size: var(--type-ramp-minus-1-font-size);
    margin-top: 8px;
}

.header-title[b-p9bi5qguw4] {
    flex-grow: 1;
}

.skeleton-row[b-p9bi5qguw4] {
    width: 100%;
    display: flex;
    align-items: center;
    height: 32px;
    margin-bottom: 14px;
}

[b-p9bi5qguw4] .submit-button {
    margin-left: 0px;
    margin-top: 18px;
}
/* /Pages/Calibration/Range/RangeCalibrationQuizResults.razor.rz.scp.css */
.header-container[b-rqhq235obi] {
    display: flex;
}

.header-title[b-rqhq235obi], .title[b-rqhq235obi] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: 600;
}

.date[b-rqhq235obi] {
    font-size: var(--type-ramp-minus-1-font-size);
    margin-top: 8px;
}

.header-title[b-rqhq235obi] {
    flex-grow: 1;
}

[b-rqhq235obi] .submit-button {
    margin-left: 12px;
    margin-top: 18px;
}
/* /Pages/Calibration/Status.razor.rz.scp.css */
.page-title[b-elgolucxlj] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: 600;
    color: #323130;
    margin: 0;
}

.section-title[b-elgolucxlj] {
    font-size: var(--type-ramp-plus-1-font-size);
    font-weight: 600;
    color: #323130;
}

.top-banner[b-elgolucxlj] {
    display: flex;
    width: 100%;
}

.z-index-chart[b-elgolucxlj] {
    position: relative !important;
    z-index: 1 !important;
}
/* /Pages/Components/DFNewRowTextField.razor.rz.scp.css */
.df-textfield[b-2pv0spz711] {
    width: 100%; /* full width of the container */
    height: 32px; /* the  height */
    font-size: 14px; 
    box-sizing: border-box; /*   padding /border needed in height */
    display: flex;
    margin-top: -8px;
}

.df-textfield-textfield[b-2pv0spz711] {
    flex-grow: 1; /* input takes remaining space */
}

.df-textfield-audit[b-2pv0spz711] {
    display: flex;
    justify-content: center;
    width: 24px;
    font-size: 10px;
}

.df-textfield-dismiss-button[b-2pv0spz711] {
    min-height: 20px;
    min-width: 20px;
    height: 20px;
    width: 20px;
}
/* /Pages/Components/DFNewRowTextFieldFinal.razor.rz.scp.css */
.df-textfield[b-07voyehohz] {
    width: 100%; /* full width container */
    height: 32px; 
    font-size: 14px;  
    box-sizing: border-box; 
    display: flex;
    margin-top: -8px;
}

.df-textfield-textfield[b-07voyehohz] {
    flex-grow: 1;  
}

.df-textfield-audit[b-07voyehohz] {
    display: flex;
    justify-content: center;
    width: 24px;
    font-size: 10px;
}

.df-textfield-dismiss-button[b-07voyehohz] {
    min-height: 20px;
    min-width: 20px;
    height: 20px;
    width: 20px;
}
/* /Pages/Components/DFTextArea.razor.rz.scp.css */
.df-textarea[b-abt6sxr6d2] {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.df-textarea-textarea[b-abt6sxr6d2] {
    flex-grow: 1;
    display: flex;
}

.df-textarea-audit[b-abt6sxr6d2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    font-size: 10px;
    align-self: center;
}

.df-textarea-dismiss[b-abt6sxr6d2] {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.df-textarea-dismiss-button[b-abt6sxr6d2] {
    min-height: 20px;
    min-width: 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 10;
}

.df-textarea-button-hidden[b-abt6sxr6d2] {
    visibility: hidden;
}

.df-textarea-button-collapsed[b-abt6sxr6d2] {
    display: none;
}
/* /Pages/Components/DFTextField.razor.rz.scp.css */
.dftextfield-container[b-ovudf4vpqq] {
    width: 100%;
    height: 32px;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.dftextfield-input-container[b-ovudf4vpqq] {
    flex-grow: 1;
}

.dftextfield-audit-container[b-ovudf4vpqq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    font-size: 10px;
}

.dftextfield-dismiss-container[b-ovudf4vpqq] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    cursor: pointer;
   
}

.dftextfield-dismiss-button[b-ovudf4vpqq] {
    min-height: 20px;
    min-width: 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 10;
}

.dftextfield-button-hidden[b-ovudf4vpqq] {
    visibility: hidden;
}

.dftextfield-button-collapsed[b-ovudf4vpqq] {
    display: none;
}

/* Fix for Fluent UI buttons */
[b-ovudf4vpqq] .dftextfield-dismiss-container fluent-button::part(control) {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Ensure proper layout for button container */
[b-ovudf4vpqq] .dftextfield-dismiss-container fluent-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Pages/Components/InterviewListComponent.razor.rz.scp.css */
/* This would be added to your wwwroot/css/custom folder */

.office-list-container[b-tlfo14nl0b] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: white;
}

.loading-spinner[b-tlfo14nl0b] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.dot-loader[b-tlfo14nl0b] {
    display: flex;
    gap: 8px;
}

    .dot-loader div[b-tlfo14nl0b] {
        width: 8px;
        height: 8px;
        background-color: #0078d4;
        border-radius: 50%;
        animation: dot-pulse-b-tlfo14nl0b 1.4s infinite ease-in-out;
    }

        .dot-loader div:nth-child(1)[b-tlfo14nl0b] {
            animation-delay: -0.32s;
        }

        .dot-loader div:nth-child(2)[b-tlfo14nl0b] {
            animation-delay: -0.16s;
        }

@keyframes dot-pulse-b-tlfo14nl0b {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}

.error-message[b-tlfo14nl0b] {
    color: #d13438;
    padding: 16px;
    text-align: center;
}

.list-header[b-tlfo14nl0b] {
    display: flex;
    padding: 8px 16px;
    border-bottom: 1px solid #edebe9;
}

.header-controls[b-tlfo14nl0b] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.view-controls[b-tlfo14nl0b] {
    display: flex;
    gap: 8px;
}

.document-list[b-tlfo14nl0b] {
    overflow-y: auto;
}

.list-item[b-tlfo14nl0b] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #edebe9;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .list-item:hover[b-tlfo14nl0b] {
        background-color: #f3f2f1;
    }

.item-checkbox[b-tlfo14nl0b] {
    margin-right: 12px;
    color: #605e5c;
}

.item-icon[b-tlfo14nl0b] {
    margin-right: 16px;
    font-size: 20px;
    color: #0078d4;
    width: 24px;
    display: flex;
    justify-content: center;
}

.item-details[b-tlfo14nl0b] {
    flex: 1;
    overflow: hidden;
}

.item-name[b-tlfo14nl0b] {
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-meta[b-tlfo14nl0b] {
    font-size: 12px;
    color: #605e5c;
    margin-bottom: 4px;
}

.item-description[b-tlfo14nl0b] {
    font-size: 12px;
    color: #605e5c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meta-dot[b-tlfo14nl0b] {
    margin: 0 4px;
}

.item-actions[b-tlfo14nl0b] {
    display: flex;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.list-item:hover .item-actions[b-tlfo14nl0b] {
    opacity: 1;
}

/* Fluentui Icons */
.ms-Icon[b-tlfo14nl0b] {
    font-size: 16px;
}

.ms-Icon--TextDocument[b-tlfo14nl0b] {
    color: #0078d4;
}

.ms-Icon--BarChartVertical[b-tlfo14nl0b] {
    color: #8764b8;
}
/* /Pages/Components/Shared/EmailSelectDataComponent.razor.rz.scp.css */
.custom-checkbox[b-ep1wpt9ea8] {
    margin-right: 8px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.user-text[b-ep1wpt9ea8] {
    flex: 1;
    margin-left: 4px;
}

.simple-user-item label[b-ep1wpt9ea8] {
    cursor: default;
    margin: 0;
    padding: 0;
    width: 100%;
}

input.custom-checkbox[b-ep1wpt9ea8] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa; /* gray default for empty */
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    flex-shrink: 0;
}

    /* Checked style = green */
    input.custom-checkbox:checked[b-ep1wpt9ea8] {
        background-color: #4caf50;
        border-color: #4caf50;
    }

        input.custom-checkbox:checked[b-ep1wpt9ea8]::after {
            content: "✔";
            color: white;
            font-size: 12px;
            position: absolute;
            top: -2px;
            left: 2px;
        }





.email-selection-container[b-ep1wpt9ea8] {
    width: 100%;
    height: 350px; /* Fixed height to prevent dialog growth */
    background: #fafafa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.selection-row[b-ep1wpt9ea8] {
    display: flex;
    gap: 30px;
    flex: 1;
    min-height: 0; /* Important for flex children to shrink */
}

.selection-column[b-ep1wpt9ea8] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 0; /* Important for flex children to shrink */
}

.search-column[b-ep1wpt9ea8] {
    max-width: 45%;
}

.selected-column[b-ep1wpt9ea8] {
    max-width: 55%;
    min-height: 0; /* Important for flex children to shrink */
}

.column-label[b-ep1wpt9ea8] {
    margin-bottom: 12px;
    color: #2c3e50;
    font-size: 14px;
    flex-shrink: 0; /* Don't shrink the label */
}

.search-box[b-ep1wpt9ea8] {
    position: relative;
    flex-grow: 1;
}

.search-results[b-ep1wpt9ea8] {
    /*  position: absolute; */
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin-top: 4px;
}

.search-result[b-ep1wpt9ea8] {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s ease;
}

    .search-result:hover[b-ep1wpt9ea8],
    .search-result.highlighted[b-ep1wpt9ea8] {
        background-color: #f8f9fa;
        border-left: 3px solid #0078d4;
    }

    .search-result.highlighted[b-ep1wpt9ea8] {
        background-color: #e3f2fd;
    }

    .search-result:last-child[b-ep1wpt9ea8] {
        border-bottom: none;
    }

.user-info[b-ep1wpt9ea8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-name[b-ep1wpt9ea8] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.user-email[b-ep1wpt9ea8] {
    color: #6c757d;
    font-size: 12px;
}

/* Fixed height debug section */
.debug-info[b-ep1wpt9ea8] {
    background: #e9ecef;
    padding: 5px 10px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
    margin-bottom: 10px;
    flex-shrink: 0; /* Don't shrink */
    height: 40px; /* Fixed height */
    overflow: hidden;
}

/* Fixed height test section */
.test-section[b-ep1wpt9ea8] {
    margin-bottom: 15px;
    flex-shrink: 0; /* Don't shrink */
    height: 220px; /* Fixed height */
    display: flex;
    flex-direction: column;
}

.simple-display-container[b-ep1wpt9ea8] {
    background: #f8f9fa;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-top: 5px;
    flex: 1;
    overflow-y: auto; /* Scroll when needed */
    min-height: 0;
}

.simple-user-item[b-ep1wpt9ea8] {
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    font-size: 12px;
    gap: 8px;
}

    .simple-user-item:last-child[b-ep1wpt9ea8] {
        border-bottom: none;
    }

.remove-btn-simple[b-ep1wpt9ea8] {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    margin-left: 8px;
}

    .remove-btn-simple:hover[b-ep1wpt9ea8] {
        background: #c82333;
    }

.no-selection[b-ep1wpt9ea8] {
    color: #6c757d;
    font-style: italic;
    text-align: center;
    padding: 20px;
    font-size: 12px;
}

/* Fixed height component section */
.component-section[b-ep1wpt9ea8] {
    flex: 1; /* Take remaining space */
    display: flex;
    flex-direction: column;
    min-height: 0; /* Important for flex children to shrink */
    margin-bottom: 15px;
}

.custom-multi-select-container[b-ep1wpt9ea8] {
    background: white;
    border-radius: 6px;
    border: 1px solid #e1e5e9;
    margin-top: 5px;
    flex: 1; /* Take remaining space */
    min-height: 0; /* Important for flex children to shrink */
    overflow: hidden; /* Ensure the CustomMultiSelectEmail handles its own scrolling */
}

/* Action buttons - fixed at bottom */
.action-buttons[b-ep1wpt9ea8] {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0; /* Don't shrink */
}

.clear-button[b-ep1wpt9ea8] {
    background-color: #6c757d !important;
    color: white !important;
    border: none !important;
    transition: background-color 0.2s ease;
}

    .clear-button:hover[b-ep1wpt9ea8] {
        background-color: #5a6268 !important;
    }
/* /Pages/ExpertInterview/DiscreteInterview/UI/Components/Inputs/DiscreteInterviewNewDynamicInput.razor.rz.scp.css */
.new-outcome-container[b-uuxgia2cxa] {
    margin-top: 8px;
}

.error-message[b-uuxgia2cxa] {
    color: var(--error-foreground-rest, #C42B1C);
    font-size: 12px;
    margin-top: 4px;
    animation: errorFadeIn-b-uuxgia2cxa 0.3s ease;
}

@keyframes errorFadeIn-b-uuxgia2cxa {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/ExpertInterview/DiscreteInterview/UI/Components/Outcomes/DiscreteInterrviewOutcomeList.razor.rz.scp.css */
.outcomes-container[b-krsjfdx47a] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
}

.outcome-row[b-krsjfdx47a] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    align-items: center;
    padding: 4px 0;
}

.outcome-name[b-krsjfdx47a] {
    font-weight: 500;
}

.no-data-message[b-krsjfdx47a] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
}

/* Placeholder styling */
.outcome-row.placeholder[b-krsjfdx47a] {
    opacity: 0.6;
}

.outcome-name-placeholder[b-krsjfdx47a] {
    height: 18px;
    background: #f0f0f0;
    border-radius: 3px;
    animation: placeholder-pulse-b-krsjfdx47a 1.5s infinite ease-in-out;
}

.outcome-action-placeholder[b-krsjfdx47a] {
    height: 32px;
    background: #f0f0f0;
    border-radius: 3px;
    animation: placeholder-pulse-b-krsjfdx47a 1.5s infinite ease-in-out;
}

@keyframes placeholder-pulse-b-krsjfdx47a {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Pages/ExpertInterview/DiscreteInterview/UI/Components/Virtualized/VirtualizedEvidenceList.razor.rz.scp.css */
.evidence-list-container[b-x4kbvw122b] {
}

.DI-evidence-container[b-x4kbvw122b] {
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: center;
    margin-bottom: 8px; /* Add margin between evidence entries */
    flex-wrap: nowrap; /* Prevent wrapping to new line */
}

.DI-outcome-combo[b-x4kbvw122b] {
    width: 16%;
    min-width: 120px; /* Ensure minimum width */
}

.DI-type-combo[b-x4kbvw122b] {
    width: 13%;
    min-width: 100px; /* Ensure minimum width */
}

.DI-evidence-input[b-x4kbvw122b] {
    width: 71%;
    flex-grow: 1; /* Allow this to take remaining space */
}

.no-data-message[b-x4kbvw122b] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
}

/* Placeholder styling */
.DI-evidence-container.placeholder[b-x4kbvw122b] {
    opacity: 0.6;
}

.placeholder-select[b-x4kbvw122b], .placeholder-input[b-x4kbvw122b] {
    height: 32px;
    background: #f0f0f0;
    border-radius: 3px;
    width: 100%;
    animation: placeholder-pulse-b-x4kbvw122b 1.5s infinite ease-in-out;
}

/* Fix potential issues with Fluent UI components */
[b-x4kbvw122b] .fluent-select {
    width: 100%; /* Ensure select fills its container */
}

/* Ensure inputs don't overflow their containers */
[b-x4kbvw122b] input, [b-x4kbvw122b] select {
    box-sizing: border-box;
    max-width: 100%;
}

@keyframes placeholder-pulse-b-x4kbvw122b {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Pages/ExpertInterview/DiscreteInterview/UI/Components/Virtualized/VirtualizedOutcomeList.razor.rz.scp.css */
.outcomes-container[b-gz6954p5k1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
}

.outcome-row[b-gz6954p5k1] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    align-items: center;
    padding: 4px 0;
    height: 40px; /* Fixed height for virtualization */
}

.outcome-name[b-gz6954p5k1] {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-data-message[b-gz6954p5k1] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
}

/* Placeholder styling */
.outcome-row.placeholder[b-gz6954p5k1] {
    opacity: 0.6;
}

.outcome-name-placeholder[b-gz6954p5k1] {
    height: 18px;
    background: #f0f0f0;
    border-radius: 3px;
    animation: placeholder-pulse-b-gz6954p5k1 1.5s infinite ease-in-out;
}

.outcome-action-placeholder[b-gz6954p5k1] {
    height: 32px;
    background: #f0f0f0;
    border-radius: 3px;
    animation: placeholder-pulse-b-gz6954p5k1 1.5s infinite ease-in-out;
}

@keyframes placeholder-pulse-b-gz6954p5k1 {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Pages/ExpertInterview/DiscreteInterview/UI/Pages/DiscreteInterviewAssessment.razor.rz.scp.css */



.outcomes-grid[b-kxc2hc6yzf] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.outcome-row[b-kxc2hc6yzf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.outcome-name[b-kxc2hc6yzf] {
    width: 200px; /*  fixed width for alignment */
    text-align: right; /* Align text to the right */
    font-weight: bold;
}
/* /Pages/ExpertInterview/DiscreteInterview/UI/Pages/DiscreteInterviewDebiasing.razor.rz.scp.css */
.DI-evidence-container[b-5ff2o63d5a] {
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: center;
    margin-bottom: 8px; /* Add margin between evidence entries */
    flex-wrap: nowrap; /* Prevent wrapping to new line */
}

.DI-outcome-combo[b-5ff2o63d5a] {
    width: 16%;
    min-width: 120px; /* Ensure minimum width */
}

.DI-type-combo[b-5ff2o63d5a] {
    width: 13%;
    min-width: 100px; /* Ensure minimum width */
}

.DI-evidence-input[b-5ff2o63d5a] {
    width: 71%;
    flex-grow: 1; /* Allow this to take remaining space */
}

/* Fix potential issues with Fluent UI components */
[b-5ff2o63d5a] .fluent-select {
    width: 100%; /* Ensure select fills its container */
}

/* Ensure inputs don't overflow their containers */
[b-5ff2o63d5a] input, [b-5ff2o63d5a] select {
    box-sizing: border-box;
    max-width: 100%;
}
.factors-list[b-5ff2o63d5a] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.factor-placeholder[b-5ff2o63d5a] {
    height: 32px;
    background-color: #f0f0f0;
    border-radius: 4px;
    animation: placeholder-pulse-b-5ff2o63d5a 1.5s infinite ease-in-out;
}

.mt-4[b-5ff2o63d5a] {
    margin-top: 1rem;
}

@keyframes placeholder-pulse-b-5ff2o63d5a {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Pages/ExpertInterview/DiscreteInterview/UI/Pages/DiscreteInterviewSetup.razor.rz.scp.css */
 
/* /Pages/ExpertInterview/DiscreteInterview/UI/Pages/DiscreteInterviewSummary.razor.rz.scp.css */
.summary-table[b-8rqaeqlui7] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .summary-table th[b-8rqaeqlui7] {
        background-color: #f0f0f0;
        padding: 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    .summary-table td[b-8rqaeqlui7] {
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }

    .summary-table tr:nth-child(even)[b-8rqaeqlui7] {
        background-color: rgba(255,255,255,0.4);
    }

    .summary-table tr:nth-child(odd)[b-8rqaeqlui7] {
        background-color: rgba(0,0,0,0.04);
    }

.outcome-value[b-8rqaeqlui7] {
    text-align: center;
    font-weight: bold;
}

.stats-row[b-8rqaeqlui7] {
    font-weight: bold;
    border-top: 2px solid #999;
}

.stats-label[b-8rqaeqlui7] {
    text-align: right;
    padding-right: 15px;
}

.no-data-message[b-8rqaeqlui7] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
}
/* /Pages/ExpertInterview/DiscreteInterview/UI/Pages/InterviewGroupSelection.razor.rz.scp.css */
 
.group-list[b-8jlbyxig52] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.group-card[b-8jlbyxig52] {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

    .group-card:hover[b-8jlbyxig52] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.debug-info[b-8jlbyxig52] {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-family: monospace;
}

.error-message[b-8jlbyxig52] {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff3f3;
    color: #d32f2f;
    border-radius: 4px;
    border-left: 4px solid #d32f2f;
}

.create-group-section[b-8jlbyxig52] {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.create-form[b-8jlbyxig52] {
    margin-top: 15px;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.form-group[b-8jlbyxig52] {
    margin-bottom: 15px;
}

    .form-group label[b-8jlbyxig52] {
        display: block;
        margin-bottom: 5px;
        font-weight: 500;
    }

 
/* /Pages/ExpertInterview/DiscreteInterview/UI/Pages/Layouts/DiscreteInterviewLayout.razor.rz.scp.css */
.doc-placeholder[b-34olbxc1bc] {
    box-shadow: var(--shadow4);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 0;
    color-scheme: light;
    height: calc(100vh - 40px);
    padding: 20px;
    background-color: #f5f5f5;
    border-top-color: var(--neutral-stroke-divider-rest);
    border-top-style: solid;
    border-top-width: thin;
    border-left-color: var(--neutral-stroke-divider-rest);
    border-left-style: solid;
    border-left-width: thin;
}

.doc-placeholder-inner[b-34olbxc1bc] {
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    flex: none;
    min-height: calc(100% - 40px);
    height: auto;
    padding: 20px;
}

.after-root-cleanedUp[b-34olbxc1bc] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-34olbxc1bc] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}
.split-layout[b-34olbxc1bc] {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 20px; /* Adds equal spacing between the columns */
}

.left-content[b-34olbxc1bc] {
    flex: 1; /* Takes 50% of the available space */
    min-width: 0;
    overflow: auto;
}

.right-sidebar[b-34olbxc1bc] {
    flex: 1; /* Takes 50% of the available space */
    min-width: 0;
    overflow: auto;
    border-left: 1px solid var(--neutral-stroke-divider-rest);
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .split-layout[b-34olbxc1bc] {
        flex-direction: column;
    }

    .right-sidebar[b-34olbxc1bc] {
        width: 100%;
        border-left: none;
        border-top: 1px solid var(--neutral-stroke-divider-rest);
        padding-left: 0;
        padding-top: 16px;
        margin-top: 16px;
    }
}
/* /Pages/ExpertInterview/InterviewSharedFunctionality/InterviewSharedErrorDisplay.razor.rz.scp.css */
.error-container[b-jipzfqvlcf] {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    margin: 8px 0;
    background-color: var(--error-fill-rest, #FDE7E9);
    color: var(--error-foreground-rest, #C42B1C);
    border-radius: 4px;
    font-size: 14px;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    max-height: 100px;
    opacity: 1;
}

    .error-container.hidden[b-jipzfqvlcf] {
        opacity: 0;
        max-height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

.error-icon[b-jipzfqvlcf] {
    margin-right: 8px;
    flex-shrink: 0;
}

.error-message[b-jipzfqvlcf] {
    flex-grow: 1;
}

.error-dismiss[b-jipzfqvlcf] {
    margin-left: 8px;
    flex-shrink: 0;
}
/* /Pages/ExpertInterview/InterviewSharedFunctionality/InterviewSharedFieldContainer.razor.rz.scp.css */
.interviewshared-field-container[b-zg45kfsjnl] {
    margin-bottom: 1rem;
}
/* /Pages/ExpertInterview/InterviewSharedFunctionality/InterviewSharedLoadingIndicator.razor.rz.scp.css */
.loading-overlay[b-9vzbpq6v3b] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

    .loading-overlay.hidden[b-9vzbpq6v3b] {
        opacity: 0;
        pointer-events: none;
    }

.loading-spinner[b-9vzbpq6v3b] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .loading-spinner div[b-9vzbpq6v3b] {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: var(--accent-fill-rest);
        animation: loading-spinner-b-9vzbpq6v3b 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .loading-spinner div:nth-child(1)[b-9vzbpq6v3b] {
            left: 8px;
            animation-delay: -0.24s;
        }

        .loading-spinner div:nth-child(2)[b-9vzbpq6v3b] {
            left: 32px;
            animation-delay: -0.12s;
        }

        .loading-spinner div:nth-child(3)[b-9vzbpq6v3b] {
            left: 56px;
            animation-delay: 0;
        }

.loading-message[b-9vzbpq6v3b] {
    margin-top: 16px;
    font-size: 14px;
    color: var(--neutral-foreground-rest);
}

@keyframes loading-spinner-b-9vzbpq6v3b {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/* /Pages/ExpertInterview/RangeInterview/UI/Components/Virtualized/VirtualizedExtremeEventList.razor.rz.scp.css */
body[b-yva6up24v4] {
}
/* /Pages/ExpertInterview/RangeInterview/UI/Components/Virtualized/VirtualizedExtremeLoHighList.razor.rz.scp.css */
 
.extreme-lohigh-container[b-5h5pqabb51] {
    margin-top: 12px;
    width: 100%;
    /* Scoped  variables   */
    --row-width: 80%;
    --left-column: 25%;
    --right-column: 35%;
    --gap-size: 25%;
}

/*  layout using   Grid */
.extreme-lohigh-row[b-5h5pqabb51] {
    display: grid;
    grid-template-columns: var(--left-column) var(--right-column);
    gap: var(--gap-size);
    margin-bottom: 12px;
    width: var(--row-width);
}

/* low value field container */
.low-value-field[b-5h5pqabb51] {
    width: 100%;
    position: relative;
}

/* hiht field container */
.high-value-field[b-5h5pqabb51] {
    width: 100%;
    position: relative;
}

    /*   inner components for proper width */
    .low-value-field .dftextfield-container[b-5h5pqabb51],
    .high-value-field .dftextfield-container[b-5h5pqabb51] {
        width: 100%; /* Take up full width  grid   */
    }

    /*force FluentTextField   container width */
    .low-value-field .dftextfield-input-container fluent-text-field[b-5h5pqabb51],
    .high-value-field .dftextfield-input-container fluent-text-field[b-5h5pqabb51] {
        width: 100% !important;
    }

/*   input control fills the container */
[b-5h5pqabb51] .dftextfield-input-container fluent-text-field::part(control) {
    width: 100%;
    min-width: 0;
}

/* inner input container  dismiss button */
[b-5h5pqabb51] .dftextfield-input-container {
    width: calc(100% - 28px);
}

/* message styling */
.no-data-message[b-5h5pqabb51] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
    width: var(--row-width);
}

/* Placeholder styling   */
.placeholder-field[b-5h5pqabb51] {
    height: 32px;
    background-color: var(--neutral-fill-stealth-rest);
    border-radius: 4px;
}

/*  smaller screens */
@media (max-width: 768px) {
    .extreme-lohigh-container[b-5h5pqabb51] {
        --row-width: 100%;
        --left-column: 40%;
        --right-column: 40%;
        --gap-size: 20%;
    }
}
 
/* /Pages/ExpertInterview/RangeInterview/UI/Pages/Layouts/RangeInterviewLayout.razor.rz.scp.css */
.doc-placeholder[b-8i1fotjgav] {
    box-shadow: var(--shadow4);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 0;
    color-scheme: light;
    height: calc(100vh - 40px);
    padding: 20px;
    background-color: #f5f5f5;
    border-top-color: var(--neutral-stroke-divider-rest);
    border-top-style: solid;
    border-top-width: thin;
    border-left-color: var(--neutral-stroke-divider-rest);
    border-left-style: solid;
    border-left-width: thin;
}

.doc-placeholder-inner[b-8i1fotjgav] {
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    flex: none;
    min-height: calc(100% - 40px);
    height: auto;
    padding: 20px;
}

.after-root-cleanedUp[b-8i1fotjgav] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-8i1fotjgav] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}

.split-layout[b-8i1fotjgav] {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 20px; /* Adds equal spacing between the columns */
}

.left-content[b-8i1fotjgav] {
    flex: 1; /* Takes 50% of the available space */
    min-width: 0;
    overflow: auto;
}

.right-sidebar[b-8i1fotjgav] {
    flex: 1; /* Takes 50% of the available space */
    min-width: 0;
    overflow: auto;
    border-left: 1px solid var(--neutral-stroke-divider-rest);
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .split-layout[b-8i1fotjgav] {
        flex-direction: column;
    }

    .right-sidebar[b-8i1fotjgav] {
        width: 100%;
        border-left: none;
        border-top: 1px solid var(--neutral-stroke-divider-rest);
        padding-left: 0;
        padding-top: 16px;
        margin-top: 16px;
    }
}
/* /Pages/ExpertInterview/RangeInterview/UI/Pages/RangeInterviewDebiasing.razor.rz.scp.css */


/* Hide the extreme low/high values section */
.extreme-lohigh-section[b-p2izooy0qx] {
    display: none;
}




.DI-evidence-container[b-p2izooy0qx] {
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: center;
    margin-bottom: 8px; /*   margin between evidence   */
    flex-wrap: nowrap; /*  wrapping to new line */
}

.DI-outcome-combo[b-p2izooy0qx] {
    width: 16%;
    min-width: 120px; /*   minimum width */
}

.DI-type-combo[b-p2izooy0qx] {
    width: 13%;
    min-width: 100px; /* minimum width */
}

.DI-evidence-input[b-p2izooy0qx] {
    width: 71%;
    flex-grow: 1; /* remaining space */
}

 
[b-p2izooy0qx] .fluent-select {
    width: 100%; /*   select fills its container */
}

/* no overflow */
[b-p2izooy0qx] input, [b-p2izooy0qx] select {
    box-sizing: border-box;
    max-width: 100%;
}

.factors-list[b-p2izooy0qx] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.factor-placeholder[b-p2izooy0qx] {
    height: 32px;
    background-color: #f0f0f0;
    border-radius: 4px;
    animation: placeholder-pulse-b-p2izooy0qx 1.5s infinite ease-in-out;
}

.mt-4[b-p2izooy0qx] {
    margin-top: 1rem;
}

.assessment-container[b-p2izooy0qx] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.extreme-event-row[b-p2izooy0qx], .extreme-lohigh-row[b-p2izooy0qx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.extreme-low-event-input[b-p2izooy0qx], .extreme-high-event-input[b-p2izooy0qx] {
    margin-top: 12px;
}

.low-event[b-p2izooy0qx], .high-event[b-p2izooy0qx], .low-value[b-p2izooy0qx], .high-value[b-p2izooy0qx] {
    width: 100%;
}

.no-data-message[b-p2izooy0qx] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 8px 0;
    margin-bottom: 8px;
}

.legacy[b-p2izooy0qx] {
    opacity: 0.7;
    border-left: 3px solid var(--neutral-foreground-hint);
    padding-left: 8px;
}




@keyframes placeholder-pulse-b-p2izooy0qx {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Pages/ExpertInterview/RangeInterview/UI/Pages/RangeInterviewSetup.razor.rz.scp.css */
.tree-controls-container[b-8zz3bcc7xt] {
    /*   margin-top: 10px;
        padding: 15px;
        border-radius: 4px;
        background-color: var(--neutral-fill-stealth-rest); */
}



.tree-hidden-control[b-8zz3bcc7xt] {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.tree-controls-row[b-8zz3bcc7xt] {
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
}

.tree-control-group[b-8zz3bcc7xt] {
    flex: 1;
}

.tree-control-label[b-8zz3bcc7xt] {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.tree-animation-toggle-button[b-8zz3bcc7xt] {
    background-color: var(--accent-fill-rest);
    color: var(--accent-foreground-rest);
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

    .tree-animation-toggle-button:hover[b-8zz3bcc7xt] {
        background-color: var(--accent-fill-hover);
    }

/* non change FluentUI component widths */
[b-8zz3bcc7xt] .decimal-combobox {
    width: 100%;
}

[b-8zz3bcc7xt] .weights-combobox {
    width: 100%;
}
/* /Pages/ExpertInterview/RangeInterview/UI/Pages/RangeInterviewSummary.razor.rz.scp.css */
.summary-table[b-2482o2ff9k] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .summary-table th[b-2482o2ff9k] {
        background-color: #f0f0f0;
        padding: 10px;
        text-align: left;
        border-bottom: 2px solid #ddd;
    }

    .summary-table td[b-2482o2ff9k] {
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }

    .summary-table tr:nth-child(even)[b-2482o2ff9k] {
        background-color: rgba(255,255,255,0.4);
    }

    .summary-table tr:nth-child(odd)[b-2482o2ff9k] {
        background-color: rgba(0,0,0,0.04);
    }

.estimate-value[b-2482o2ff9k] {
    text-align: center;
    font-weight: bold;
}

.stats-row[b-2482o2ff9k] {
    font-weight: bold;
    border-top: 2px solid #999;
}

.stats-label[b-2482o2ff9k] {
    text-align: right;
    padding-right: 15px;
}

.no-data-message[b-2482o2ff9k] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
}
/* /Pages/ExpertInterview/RangeInterview/UI/Pages/RangeMain.razor.rz.scp.css */
/* Sidebar */
.sidebar[b-w1m88czq1m] {
    width: 60px;
    background: white;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
}

/* Main content */
.main-content[b-w1m88czq1m] {
    margin-left: 70px;
    padding: 1.5rem;
    flex: 1;
}

/* Template card layout */
.template-stack[b-w1m88czq1m] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 1rem;
}

.template-card[b-w1m88czq1m] {
    width: 140px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 12px;
}

/* Activity label */
.activity-label[b-w1m88czq1m] {
    color: #d83b01;
    font-size: 12px;
}
 
/* /Pages/ExpertInterview/Reliability/UI/Components/Inputs/ReliabilityInterviewNewDynamicInput.razor.rz.scp.css */
.new-outcome-container[b-9e6vnvfbqa] {
    margin-top: 8px;
}

.error-message[b-9e6vnvfbqa] {
    color: var(--error-foreground-rest, #C42B1C);
    font-size: 12px;
    margin-top: 4px;
    animation: errorFadeIn-b-9e6vnvfbqa 0.3s ease;
}

@keyframes errorFadeIn-b-9e6vnvfbqa {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/ExpertInterview/Reliability/UI/Components/Outcomes/ReliabilityInterviewOutcomeList.razor.rz.scp.css */
.outcomes-container[b-0defgnpswq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
}

.outcome-row[b-0defgnpswq] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    align-items: center;
    padding: 4px 0;
}

.outcome-name[b-0defgnpswq] {
    font-weight: 500;
}

.no-data-message[b-0defgnpswq] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
}

/* Placeholder styling */
.outcome-row.placeholder[b-0defgnpswq] {
    opacity: 0.6;
}

.outcome-name-placeholder[b-0defgnpswq] {
    height: 18px;
    background: #f0f0f0;
    border-radius: 3px;
    animation: placeholder-pulse-b-0defgnpswq 1.5s infinite ease-in-out;
}

.outcome-action-placeholder[b-0defgnpswq] {
    height: 32px;
    background: #f0f0f0;
    border-radius: 3px;
    animation: placeholder-pulse-b-0defgnpswq 1.5s infinite ease-in-out;
}

@keyframes placeholder-pulse-b-0defgnpswq {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Pages/ExpertInterview/Reliability/UI/Components/Virtualized/VirtualizedReliabilityEvidenceList.razor.rz.scp.css */
.evidence-list-container[b-cnt1j9oy7v] {
}

.DI-evidence-container[b-cnt1j9oy7v] {
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: center;
    margin-bottom: 8px; /* Add margin between evidence entries */
    flex-wrap: nowrap; /* Prevent wrapping to new line */
}

.DI-outcome-combo[b-cnt1j9oy7v] {
    width: 16%;
    min-width: 120px; /* Ensure minimum width */
}

.DI-type-combo[b-cnt1j9oy7v] {
    width: 13%;
    min-width: 100px; /* Ensure minimum width */
}

.DI-evidence-input[b-cnt1j9oy7v] {
    width: 71%;
    flex-grow: 1; /* Allow this to take remaining space */
}

.no-data-message[b-cnt1j9oy7v] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
}

/* Placeholder styling */
.DI-evidence-container.placeholder[b-cnt1j9oy7v] {
    opacity: 0.6;
}

.placeholder-select[b-cnt1j9oy7v], .placeholder-input[b-cnt1j9oy7v] {
    height: 32px;
    background: #f0f0f0;
    border-radius: 3px;
    width: 100%;
    animation: placeholder-pulse-b-cnt1j9oy7v 1.5s infinite ease-in-out;
}

/* Fix potential issues with Fluent UI components */
[b-cnt1j9oy7v] .fluent-select {
    width: 100%; /* Ensure select fills its container */
}

/* Ensure inputs don't overflow their containers */
[b-cnt1j9oy7v] input, [b-cnt1j9oy7v] select {
    box-sizing: border-box;
    max-width: 100%;
}

@keyframes placeholder-pulse-b-cnt1j9oy7v {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Pages/ExpertInterview/Reliability/UI/Components/Virtualized/VirtualizedReliabilityOutcomeList.razor.rz.scp.css */
.outcomes-container[b-01puljdgg6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
}

.outcome-row[b-01puljdgg6] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    align-items: center;
    padding: 4px 0;
    height: 40px; /* Fixed height for virtualization */
}

.outcome-name[b-01puljdgg6] {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-data-message[b-01puljdgg6] {
    color: var(--neutral-foreground-hint);
    font-style: italic;
    padding: 16px 0;
    text-align: center;
}

/* Placeholder styling */
.outcome-row.placeholder[b-01puljdgg6] {
    opacity: 0.6;
}

.outcome-name-placeholder[b-01puljdgg6] {
    height: 18px;
    background: #f0f0f0;
    border-radius: 3px;
    animation: placeholder-pulse-b-01puljdgg6 1.5s infinite ease-in-out;
}

.outcome-action-placeholder[b-01puljdgg6] {
    height: 32px;
    background: #f0f0f0;
    border-radius: 3px;
    animation: placeholder-pulse-b-01puljdgg6 1.5s infinite ease-in-out;
}

@keyframes placeholder-pulse-b-01puljdgg6 {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Pages/ExpertInterview/Reliability/UI/Pages/Layouts/ReliabilityInterviewLayout.razor.rz.scp.css */
.doc-placeholder[b-r2h8zxie2g] {
    box-shadow: var(--shadow4);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
    color-scheme: light;
    height: calc(100vh - 40px);
    padding: 20px;
    background-color: #f5f5f5;
    border-top-color: var(--neutral-stroke-divider-rest);
    border-top-style: solid;
    border-top-width: thin;
    border-left-color: var(--neutral-stroke-divider-rest);
    border-left-style: solid;
    border-left-width: thin;
}

.doc-placeholder-inner[b-r2h8zxie2g] {
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    flex: 1;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 0;
}

.after-root-cleanedUp[b-r2h8zxie2g] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-r2h8zxie2g] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important;
}

/* MAIN SCROLLABLE LAYOUT - Based on Test.html */
.scrollable-grid-container[b-r2h8zxie2g] {
    height: 100%;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

.left-scrollable-column[b-r2h8zxie2g] {
    flex: 1;
    overflow-y: auto;
    height: 100%;
    padding: 0; /* Remove padding since DI-div-left-padding-20px will handle it */
    scrollbar-width: thin;
    scrollbar-color: #888888 transparent;
    background: white;
}

    /* Custom scrollbar styling to match Test.html exactly */
    .left-scrollable-column[b-r2h8zxie2g]::-webkit-scrollbar {
        width: 6px;
    }

    .left-scrollable-column[b-r2h8zxie2g]::-webkit-scrollbar-track {
        background: transparent;
    }

    .left-scrollable-column[b-r2h8zxie2g]::-webkit-scrollbar-thumb {
        background: #888888;
        border-radius: 3px;
    }

        .left-scrollable-column[b-r2h8zxie2g]::-webkit-scrollbar-thumb:hover {
            background: #555555;
        }

.right-fixed-column[b-r2h8zxie2g] {
    flex: 1;
    max-width: 50%;
    height: 100%;
    padding: 20px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

    /* Make sure the content inside the right column is properly centered */
    .right-fixed-column > *[b-r2h8zxie2g] {
        width: 100%;
        max-width: 100%;
    }

/* ADD MISSING CSS CLASSES that pages are expecting */
.DI-div-left-padding-20px[b-r2h8zxie2g] {
    padding: 20px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.DI-section-title[b-r2h8zxie2g] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.DI-df-help-text[b-r2h8zxie2g] {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

/* Existing split-layout classes - keep for backward compatibility */
.split-layout[b-r2h8zxie2g] {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.left-content[b-r2h8zxie2g] {
    flex: 1;
    min-width: 0;
    overflow: auto;
}

.right-sidebar[b-r2h8zxie2g] {
    flex: 1;
    min-width: 0;
    overflow: auto;
    border-left: 1px solid var(--neutral-stroke-divider-rest);
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .split-layout[b-r2h8zxie2g] {
        flex-direction: column;
    }

    .right-sidebar[b-r2h8zxie2g] {
        width: 100%;
        border-left: none;
        border-top: 1px solid var(--neutral-stroke-divider-rest);
        padding-left: 0;
        padding-top: 16px;
        margin-top: 16px;
    }

    /* Mobile responsiveness for new layout */
    .scrollable-grid-container[b-r2h8zxie2g] {
        flex-direction: column;
        height: auto;
    }

    .left-scrollable-column[b-r2h8zxie2g] {
        height: auto;
        padding: 15px;
    }

    .right-fixed-column[b-r2h8zxie2g] {
        max-width: 100%;
        height: auto;
        padding: 15px;
        margin-top: 10px;
        border-left: none;
        border-top: 1px solid var(--neutral-stroke-divider-rest);
        align-items: flex-start;
        justify-content: flex-start;
    }
}
/* /Pages/ExpertInterview/Reliability/UI/Pages/ReliabilityInterviewAssessment.razor.rz.scp.css */
.reliability-table[b-78yk08ln5y] {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}

    .reliability-table th[b-78yk08ln5y],
    .reliability-table td[b-78yk08ln5y] {
        border: 1px solid #aaa;
        padding: 6px 10px;
        vertical-align: top;
    }

.name-col[b-78yk08ln5y] {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    width: 100px;
}

.readonly[b-78yk08ln5y] {
    background-color: yellow;
}

.form-control[b-78yk08ln5y] {
    width: 60px;
    text-align: right;
    margin: 2px 0;
}

.desc-cell[b-78yk08ln5y], .input-cell[b-78yk08ln5y] {
    padding-top: 0;
    padding-bottom: 0;
}

.stack[b-78yk08ln5y] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.highlight[b-78yk08ln5y] {
    color: blue;
    font-weight: bold;
}

.alert[b-78yk08ln5y] {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid;
}

.alert-info[b-78yk08ln5y] {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}
/* /Pages/ExpertInterview/Reliability/UI/Pages/ReliabilityInterviewDebiasing.razor.rz.scp.css */
.information-accuracy-container[b-odgfyq96i6] {
    display: flex;
    flex-direction: column;
 /*   gap: 8px;*/
    width: 100%;
}

.accuracy-row[b-odgfyq96i6] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
    width: 100%;
}

.accuracy-name[b-odgfyq96i6] {
    font-weight: 500;
    color: var(--neutral-foreground-hint, #666);
    font-size: 14px;
    width: 120px; /* Fixed width for labels */
    flex-shrink: 0; /* Prevent shrinking */
    text-align: left;
}

.accuracy-action[b-odgfyq96i6] {
    flex: 1; /* Take remaining space */
    display: flex;
    justify-content: flex-start;
    min-width: 0;
}

    /* Style the DFTextField container */
    .accuracy-action .dftextfield-container[b-odgfyq96i6] {
        max-width: 100%;
        min-width: 0;
    }

    .accuracy-action .dftextfield-input-container[b-odgfyq96i6] {
        max-width: 100%;
        min-width: 0;
    }

/* constrain the FluentTextField */
.accuracy-action fluent-text-field[b-odgfyq96i6] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}
/* /Pages/ExpertInterview/Reliability/UI/Pages/ReliabilityInterviewSummary.razor.rz.scp.css */
.summary-section[b-alcxriis9l] {
    margin-top: 20px;
}

.summary-description[b-alcxriis9l] {
    margin-bottom: 20px;
    padding: 12px;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

.estimates-table-container[b-alcxriis9l] {
    overflow-x: auto;
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.reliability-estimates-table[b-alcxriis9l] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    font-size: 12px;
}

    .reliability-estimates-table th[b-alcxriis9l],
    .reliability-estimates-table td[b-alcxriis9l] {
        border: 1px solid #aaa;
        padding: 8px;
        text-align: center;
        vertical-align: middle;
    }

.outcome-header[b-alcxriis9l] {
    background-color: #f1f3f4;
    font-weight: bold;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    width: 100px;
    min-width: 100px;
}

.users-header[b-alcxriis9l] {
    background-color: #e9ecef;
    font-weight: bold;
    font-size: 14px;
}

.user-header[b-alcxriis9l] {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 12px;
    min-width: 120px;
    max-width: 150px;
    word-wrap: break-word;
}

.source-outcome-cell[b-alcxriis9l] {
    background-color: #fff3cd;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    width: 80px;
    min-width: 80px;
}

.correct-interpretation[b-alcxriis9l] {
    background-color: #d4edda;
}

.misinterpretation[b-alcxriis9l] {
    background-color: #f8d7da;
}

.estimate-cell[b-alcxriis9l] {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    min-width: 120px;
}

.estimate-content[b-alcxriis9l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 2px;
}

.correct-interpretation-text[b-alcxriis9l] {
    font-size: 9px;
    color: #155724;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 2px;
}

.misinterpret-text[b-alcxriis9l] {
    font-size: 9px;
    color: #721c24;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 2px;
}

.estimate-percentage[b-alcxriis9l] {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

/* Summary Statistics */
.summary-stats[b-alcxriis9l] {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

    .summary-stats h3[b-alcxriis9l] {
        margin-bottom: 16px;
        color: #495057;
    }

.stats-grid[b-alcxriis9l] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.user-stat-card[b-alcxriis9l] {
    background-color: white;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .user-stat-card h4[b-alcxriis9l] {
        margin-bottom: 12px;
        color: #495057;
        font-size: 16px;
        border-bottom: 1px solid #e9ecef;
        padding-bottom: 8px;
    }

.stat-row[b-alcxriis9l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 4px 0;
}

.stat-label[b-alcxriis9l] {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

.stat-value[b-alcxriis9l] {
    font-weight: bold;
    font-size: 14px;
}

    .stat-value.correct[b-alcxriis9l] {
        color: #198754;
    }

    .stat-value.misinterpret[b-alcxriis9l] {
        color: #dc3545;
    }

/* No data message */
.no-data-message[b-alcxriis9l] {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 20px;
}

    .no-data-message h3[b-alcxriis9l] {
        color: #6c757d;
        margin-bottom: 12px;
    }

    .no-data-message p[b-alcxriis9l] {
        color: #868e96;
        font-size: 14px;
    }

/* Responsive design */
@media (max-width: 768px) {
    .outcome-header[b-alcxriis9l] {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        width: auto;
        min-width: auto;
    }

    .source-outcome-cell[b-alcxriis9l] {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        width: auto;
        min-width: auto;
    }

    .user-header[b-alcxriis9l] {
        min-width: 100px;
        font-size: 11px;
    }

    .estimate-cell-content[b-alcxriis9l] {
        min-height: 50px;
    }

    .interpretation-label[b-alcxriis9l] {
        font-size: 9px;
    }

    .stats-grid[b-alcxriis9l] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Framing/FramingLayout.razor.rz.scp.css */
.doc-placeholder[b-skxybdqw1q] {
    box-shadow: var(--shadow4);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: visible;
    position: relative;
    width: 100%;
    z-index: 0;
    color-scheme: light;
    height: calc(100vh - 40px);
    padding: 20px;
    background-color: #f5f5f5;
    border-top-color: var(--neutral-stroke-divider-rest);
    border-top-style: solid;
    border-top-width: thin;
    border-left-color: var(--neutral-stroke-divider-rest);
    border-left-style: solid;
    border-left-width: thin;
}

.doc-placeholder-inner[b-skxybdqw1q] {
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    flex: none;
    min-height: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 20px;
}

.after-root-cleanedUp[b-skxybdqw1q] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-skxybdqw1q] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}
/* /Pages/Framing/IssueRaising/IssueCard.razor.rz.scp.css */
[b-276pq3e6n6] .k-card {
    background: var(--neutral-fill-stealth-rest);
}

[b-276pq3e6n6] .k-card-header {
    display: flex;
    min-height: 40px;
    max-height: 60px;
    padding-inline: 12px 12px; /* horizontal padding for card header */
    padding-block: 8px 8px; /* vertical padding for card header */
}

[b-276pq3e6n6] .k-card-body {
    padding-block: 6px; /* vertical padding for card details */
    height: 100px; /* actual value does not seem to matter - but flex footer shrink=0 does not work if this value is not set at all. */
}

[b-276pq3e6n6] .card-title-metric {
    background: #FFEFDD; /* CUR: TODO: Use css vars! */
    border-bottom: 1px solid var(--neutral-stroke-input-active);
}

[b-276pq3e6n6] .card-title-fact {
    background: #E5E5E5;
    border-bottom: 1px solid var(--neutral-stroke-input-active);
}

[b-276pq3e6n6] .card-title-decision {
    background: #FFFCE4;
    border-bottom: 1px solid var(--neutral-stroke-input-active);
}

[b-276pq3e6n6] .card-title-uncertainty {
    background: #E8EEF6;
    border-bottom: 1px solid var(--neutral-stroke-input-active);
}

[b-276pq3e6n6] .card-title-other {
    background: #DDC1E3;
    border-bottom: 1px solid var(--neutral-stroke-input-active);
}

[b-276pq3e6n6] .card-title-none {
    background: var(--neutral-fill-stealth-rest);
    border-bottom: 1px solid var(--neutral-stroke-input-active);
}

[b-276pq3e6n6] .k-card-title {
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[b-276pq3e6n6] .k-card-footer {
    padding-inline-end: 4px; /* push the tags drop-down button out further to the right... */
}

[b-276pq3e6n6] .issue-type-button {
    border-radius: 0px 4px 0px 24px;
    margin-top: -12px;
    margin-right: -12px;
    height: 43px;
    margin-bottom: -12px;
    width: 40px;
    min-width: 40px;
    border-color: white;
    border-style: solid;
    border-width: thin;
    font-size: 16px;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    justify-content: center;
}

[b-276pq3e6n6] fluent-button.issue-type-button::part(control) {
    justify-content: center;
    padding-right: 4px;
}

[b-276pq3e6n6] ul {
    padding-inline-start: 24px;
}
/* /Pages/Framing/IssueRaising/IssueEditorDialog.razor.rz.scp.css */
:root[b-fu4g1p6cbg] {
    --decision-strong: #FFE635;
    --decision-light: #FFFCE4;
    --metric-strong: #E9902D;
    --metric-light: #FFEFDD;
    --fact-strong: #B2B2B2;
    --fact-light: #E5E5E5;
    --uncertainty-strong: #4F81BD;
    --uncertainty-light: #E8EEF6;
    --other-strong: #AC66BB;
    --other-light: #DDC1E3;
    --none-strong: #E5E5E5;
    --none-light: #FFFFFF;
}

[b-fu4g1p6cbg] fluent-option {
    padding: 0 8px;
    margin: 0 1px;
    min-height: 34px;
}

    [b-fu4g1p6cbg] fluent-option.selected::before {
        top: unset;
        bottom: 1px;
        height: 3px;
        width: calc(100% - 10px);
        left: 5px;
    }

    [b-fu4g1p6cbg] fluent-option:not([disabled]):active::before {
        height: 3px;
        width: 20%;
        bottom: 1px;
        left: 40%;
    }

/* remove focus rect from ListBox... */
[b-fu4g1p6cbg] fluent-listbox:focus-within:not([disabled]) {
    outline: none;
}

/* remove border around un-named div surrounding fluent-listbox (comes from template; border is hard-coded by MS) */
/* remove y-scrolling -- using listbox horizontally here... */
[b-fu4g1p6cbg] div.issuetype-listbox-container > div {
    border: none !important;
    overflow-y: unset !important;
}

.issue-type-marker[b-fu4g1p6cbg] {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 4px;
    border-width: thin;
    border-style: solid;
    border-color: var(--neutral-foreground-rest);
}












/* Styles for the choices list */

[b-fu4g1p6cbg] .choices-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 30px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}

    [b-fu4g1p6cbg] .choices-list .sortable-item {
        padding-right: 0px !important;
        margin-bottom: 4px !important;
    }

        [b-fu4g1p6cbg] .choices-list .sortable-item:hover {
            background: var(--neutral-fill-input-alt-hover);
        }

    [b-fu4g1p6cbg] .choices-list .sortable-grab {
        width: auto;
        background: transparent;
        padding: 0 0px 0px 5px;
    }

    [b-fu4g1p6cbg] .choices-list fluent-text-field::part(root) {
        background: transparent;
    }

        [b-fu4g1p6cbg] .choices-list fluent-text-field::part(root):hover {
            border-color: var(--neutral-stroke-hover);
        }

        [b-fu4g1p6cbg] .choices-list fluent-text-field::part(root):focus-within {
            border-color: var(--neutral-stroke-hover);
        }

    [b-fu4g1p6cbg] .choices-list fluent-button:hover {
        background: #C42B1C;
    }

        [b-fu4g1p6cbg] .choices-list fluent-button:hover svg {
            fill: white !important;
        }


    [b-fu4g1p6cbg] .choices-list fluent-button:active {
        background: #DF667B;
    }

        [b-fu4g1p6cbg] .choices-list fluent-button:active svg {
            fill: white !important;
        }
/* /Pages/Framing/IssueRaising/IssueRaising.razor.rz.scp.css */
.page-title[b-emciqojitp] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: 600;
    color: #323130;
    margin: 0;
}

.section-title[b-emciqojitp] {
    font-size: var(--type-ramp-plus-1-font-size);
    font-weight: 600;
    color: #323130;
}

.top-banner[b-emciqojitp] {
    display: flex;
    width: 100%;
}

/*.fluent-sortable-list ::deep {
    
    --fluent-sortable-list-item-height: 100%;
    border: 0 solid transparent;
}*/

    /*.fluent-sortable-list ::deep .sortable-item ::deep {
        border: 0 solid transparent;
        padding: 4px 4px;
    }*/
/* /Pages/Framing/IssueRaising/IssueTagsEditorDialog.razor.rz.scp.css */
/*
    styles to set up the sortable list to "the DF look"
*/

[b-h5vk7ekzp6] .tags-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 38px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}

    [b-h5vk7ekzp6] .tags-list .sortable-item {
        padding-right: 0px !important;
        margin-bottom: 4px !important;
    }

        [b-h5vk7ekzp6] .tags-list .sortable-item:hover {
            background: var(--neutral-fill-input-alt-hover);
        }

    [b-h5vk7ekzp6] .tags-list .sortable-grab {
        width: auto;
        background: transparent;
        padding: 0 0px 0px 5px;
    }

[b-h5vk7ekzp6] .tags-list fluent-text-field::part(root) {
    background: transparent;
}

    [b-h5vk7ekzp6] .tags-list fluent-text-field::part(root):hover {
        border-color: var(--neutral-stroke-hover);
    }

    [b-h5vk7ekzp6] .tags-list fluent-text-field::part(root):focus-within {
        border-color: var(--neutral-stroke-hover);
    }

[b-h5vk7ekzp6] .tags-list fluent-button:hover {
    background: #C42B1C;
}

    [b-h5vk7ekzp6] .tags-list fluent-button:hover svg {
        fill: white !important;
    }


[b-h5vk7ekzp6] .tags-list fluent-button:active {
    background: #DF667B;
}

    [b-h5vk7ekzp6] .tags-list fluent-button:active svg {
        fill: white !important;
    }


    /*
        Telerik colorpicker needs to be 30px, not 32... :/
    */
[b-h5vk7ekzp6] .k-colorpicker {
    height: 30px;
    align-self: center;
}
/* /Pages/LogInOut/Login.razor.rz.scp.css */
/* Page Container */
.page-container[b-tckgj6uztu] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Custom Sign-in Text Field */
.custom-signin-textfield[b-tckgj6uztu]::part(control) {
    width: 100%;
}

/* Custom Sign-in Logo */
.custom-signin-logo[b-tckgj6uztu] {
    width: 100%;
    margin-bottom: 2rem;
}

/* Custom Sign-in Card */
.custom-signin-card[b-tckgj6uztu] {
    max-width: 500px;
    height: 420px;
    margin: auto;
    padding: 2rem;
    box-shadow: 0px 0px 15px #3e45c969; 
    animation: materializeBox-b-tckgj6uztu 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    flex-direction: column;
    align-items: center;
}

/* Custom Sign-in Title */
.custom-signin-title[b-tckgj6uztu] {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

/* Custom Sign-in Text Field */
.custom-signin-textfield[b-tckgj6uztu] {
    width: 100%;
    margin-bottom: 1rem;
}

/* Custom Sign-in Forgot Password Link */
.custom-signin-forgot[b-tckgj6uztu]::part(control) {
    color: #0078D4;
    text-decoration: none !important;
}

/* Forgot Password Container */
.forgot-password-container[b-tckgj6uztu] {
    text-align: center;
    margin-top: 1rem;
}

/* Custom Sign-in Button */
.custom-signin-button[b-tckgj6uztu] {
    width: 100%;
    background-color: #0078D4;
    color: white;
    margin-top: 1rem;
    border: none;
    animation: materializeFromRight-b-tckgj6uztu 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Animations */
@keyframes materializeBox-b-tckgj6uztu {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes materializeFromRight-b-tckgj6uztu {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* /Shared/BaseLayout.razor.rz.scp.css */
/* Top bar button styling */
.top-bar-button[b-bquoojb580] {
    /*        --neutral-fill-stealth-rest: transparent;
        --neutral-fill-stealth-hover: white;
        --neutral-fill-stealth-active: #bcbcbc;
*/
}

/* App name styling */
.top-bar-app-name[b-bquoojb580] {
    /* display: inline-block; */
    font-weight: 600;
    /* font-family: SegoeUI-SemiBold-final,Segoe UI Semibold,SegoeUI-Regular-final,Segoe UI,"Segoe UI Web (West European)",Segoe,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Tahoma,Helvetica,Arial,sans-serif; */
    font-size: 16px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    color: var(--color-app-name);
    margin-left: 12px;
}

/* Global body and html styling */
body[b-bquoojb580], html[b-bquoojb580] {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* CSS custom properties */
body[b-bquoojb580] {
    --color-app-name: #4472C4;
}

/* Waffle button styling */
.waffle-button[b-bquoojb580] {
    width: 48px;
    height: 48px;
    padding-left: 0px;
    --accent-fill-rest: var(--colorNeutralForeground3);
}

.waffle-button-home[b-bquoojb580] {
    width: 68px;
    padding-left: 16px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.doc-placeholder[b-0momgql6ey] {
    box-shadow: var(--shadow4);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 0;
    color-scheme: light;
}

.after-root-cleanedUp[b-0momgql6ey] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-0momgql6ey] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}
