@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/HelpVideoDialog.razor.rz.scp.css */
.help-video-dialog-body[b-r70nemklb5] {
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
}

.help-video-dialog-video[b-r70nemklb5] {
    width: min(960px, 92vw);
    flex: 1 1 auto;
    margin: 0 auto;
}

[b-r70nemklb5] .help-video-dialog-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

[b-r70nemklb5] .help-video-dialog-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* /Components/InviteUser.razor.rz.scp.css */
.invite-row[b-wdwqaecnrh] {
    display: flex;    
}
/* /Components/TextArea.razor.rz.scp.css */
[b-0kwvg7wm2e] fluent-text-area::part(control) {
    background: transparent;
}


/* for the textrow when it's not part of the sortable list (stand-alone): */
/* extend the blue focus line at the bottom of the text field a bit to match the added outer margin */
[b-0kwvg7wm2e] fluent-text-area:after {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-bottom: -1px;
}

.dftextfield-audit-container[b-0kwvg7wm2e] {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 24px;
    font-size: 10px;
    margin-right: -30px; /* this is mirrored in the sortable item and moves the audit info to the right of the background */
}

.textrow-container[b-0kwvg7wm2e] {
    width: 100%;
    display: flex;
    align-items: center;
}

/* this funky selector chooses all textrow-container elements that are not children of a fluent-sortable-list */
/* overrrides the previous style */
.textrow-container[b-0kwvg7wm2e] {
    width: calc(100% - 30px) !important;
    display: flex;
    align-items: center;
    background-color: var(--neutral-fill-input-alt-rest);
    border: 1px solid var(--neutral-stroke-input-active);
    border-radius: 4px;
}

/* this is the value that needs to change in case the audit info in rows in a list do not line up with the audit infos when stand-alone */
.dftextfield-audit-container[b-0kwvg7wm2e] {
    margin-left: 8px;
}

.textrow-container:hover[b-0kwvg7wm2e] {
    background: var(--neutral-fill-input-alt-hover);
}
/* /Components/TextRow.razor.rz.scp.css */
[b-iiay22xi8d] fluent-select::part(control) {
    background: transparent;
}

[b-iiay22xi8d] fluent-select {
    height: 31px;
    min-height: 31px;
    max-height: 31px;
    margin-top: 1px;
    border-right: var(--neutral-stroke-input-active) 1px solid;
    border-radius: 0px;
}

    [b-iiay22xi8d] fluent-select:hover {
        background-color: var(--neutral-fill-input-hover);
    }

/*::deep fluent-select {
    border-radius: 0px;
    border-right: 1px black var(--neutral-stroke-input-active);
}
*/
/* remove focus underline from combo-box itself */
/*    ::deep fluent-select::after {
        border-width: 0px;
    }
*/
    [b-iiay22xi8d] fluent-select::part(control) {
        height: 31px;
        min-height: 31px;
        max-height: 31px;
/*        margin-top: 1px;
*/    }



[b-iiay22xi8d] .k-colorpicker {
    height: 30px;
    align-self: end;
    width: 72px;
    background-color: transparent;
    border: none;
    border-right: var(--neutral-stroke-input-active) 1px solid;
    border-radius: 0px;
    --kendo-picker-text: var(--neutral-foreground-rest);
    --kendo-picker-hover-text: var(--neutral-foreground-rest);
    --kendo-picker-hover-bg: var(--neutral-fill-input-hover);
}

[b-iiay22xi8d] fluent-text-field::part(root) {
    background: transparent;
}

/* for the textrow when part of a list: */
/* extend the blue focus line at the bottom of the text field to extend under the re-order and dismiss buttons */
[b-iiay22xi8d] fluent-text-field:after {
    /*width: calc(100% + 50px);*/   /* this needs to be +55px for pen and +53px or so when showing the persona :/ */
    /*margin-left: -19px;
    margin-bottom: -1px;*/
    border-width: 0px;
}

/* for the textrow when it's not part of the sortable list (stand-alone): */
/* extend the blue focus line at the bottom of the text field a bit to match the added outer margin */
[b-iiay22xi8d] .is-stand-alone fluent-text-field:after {
/*    width: calc(100% + 4px);
    margin-left: -2px;
    margin-bottom: -1px;
*/    border-width: 0px;
}

/* css styles for the dismiss button */
[b-iiay22xi8d] .textrow-dismissbutton {
    width: 24px;
    height: 24px;
    max-width: 24px;
    min-width: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 2px;
}

/* css styles for the dismiss button - hilight when mouse over / clicking */
[b-iiay22xi8d] fluent-button:hover {
    background: #C42B1C;
}
    [b-iiay22xi8d] fluent-button:hover svg {
        fill: white !important;
    }

[b-iiay22xi8d] fluent-button:active {
    background: #DF667B;
}
    [b-iiay22xi8d] fluent-button:active svg {
        fill: white !important;
    }

.dftextfield-audit-container[b-iiay22xi8d] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    font-size: 10px;
    margin-right: -30px; /* this is mirrored in the sortable item and moves the audit info to the right of the background */
}

.textrow-container[b-iiay22xi8d] {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative; /* this is essential for the focus border to work in the ::after pseudo-element! */
}

/* this funky selector chooses all textrow-container elements that are not children of a fluent-sortable-list */
/* overrrides the previous style */
    .textrow-container:not(.fluent-sortable-list .textrow-container)[b-iiay22xi8d] {
        width: calc(100% - 30px) !important;
        display: flex;
        align-items: center;
        height: 32px;
        background-color: var(--neutral-fill-input-alt-rest);
        border: 1px solid var(--neutral-stroke-input-active);
        border-radius: calc(var(--control-corner-radius) * 1px);
    }

/* this is the value that needs to change in case the audit info in rows in a list do not line up with the audit infos when stand-alone */
.dftextfield-audit-container:not(.fluent-sortable-list .textrow-container)[b-iiay22xi8d] {
    margin-left: 8px;
}

.textrow-container:hover[b-iiay22xi8d] {
    background: var(--neutral-fill-input-alt-hover);
}

.textrow-container:not(.fluent-sortable-list .textrow-container):hover[b-iiay22xi8d] {
    background: var(--neutral-fill-input-alt-hover);
}

.textrow-container:not([disabled]):focus-within[b-iiay22xi8d]::after {
    margin-bottom: -2px;
    border-bottom: calc(var(--focus-stroke-width) * 1px) solid var(--accent-fill-rest);
    border-bottom-left-radius: calc(var(--control-corner-radius) * 1px);
    border-bottom-right-radius: calc(var(--control-corner-radius) * 1px);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    z-index: 2;
}

/* Adds visible spacing between left and right areas in the row */
.textrow-row[b-iiay22xi8d] {

}

/* Ensure the right side is treated as its own block within the flex row */
.textrow-right[b-iiay22xi8d] {
    display: flex;
    align-items: center;
    min-width: 0; /* prevents overflow issues with long text fields */
    gap: 4px;     /* inner spacing for any items inside the right slot */
}

/* Add horizontal space between the main input and right-side content */
.sortable-item-content[b-iiay22xi8d] {
    display: flex;
}

/* 50/50 layout when right-side content exists */

.sortable-item-content.has-right fluent-text-field[b-iiay22xi8d] {
    flex: 1 1 0;
    min-width: 0;
}

.sortable-item-content.has-right .textrow-right[b-iiay22xi8d] {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
}

/* Keep dismiss button & audit info from affecting 50/50 distribution */
.sortable-item-content .textrow-dismissbutton[b-iiay22xi8d],
.sortable-item-content .dftextfield-audit-container[b-iiay22xi8d] {
    flex: 0 0 auto;
}
/* /Layout/BaseLayout.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
.doc-placeholder[b-ddudzx5pf8] {
    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;

    padding: 20px;
    background-color: var(--neutral-fill-secondary-rest);
    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-ddudzx5pf8] {
    background: var(--neutral-fill-layer-rest);
    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-ddudzx5pf8] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-ddudzx5pf8] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}
/* /Pages/Calibration/Binary/BinaryQuizSkeleton.razor.rz.scp.css */
.skeleton-row[b-k2mqhs3s2z] {
    width: 100%;
    display: flex;
    align-items: center;
    height: 32px;
    margin-bottom: 14px;
}
/* /Pages/Calibration/Binary/Quiz.razor.rz.scp.css */
[b-r3g9hs3yj8] .submit-button {
    margin-left: 0px;
    margin-top: 12px;
}
/* /Pages/Calibration/Binary/Results.razor.rz.scp.css */
.header-container[b-e59ybunf5f] {
    display: flex;
}

.header-title[b-e59ybunf5f], .title[b-e59ybunf5f] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: 600;
}

.date[b-e59ybunf5f] {
    font-size: var(--type-ramp-minus-1-font-size);
    margin-top: 8px;
}

.header-title[b-e59ybunf5f] {
    flex-grow: 1;
}

[b-e59ybunf5f] .submit-button {
    margin-left: 12px;
    margin-top: 18px;
}
/* /Pages/Calibration/CalibrationLayout.razor.rz.scp.css */
.doc-placeholder[b-422icaoe9j] {
    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: var(--neutral-fill-secondary-rest);
    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-422icaoe9j] {
    background: var(--neutral-fill-layer-rest);
    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-422icaoe9j] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-422icaoe9j] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}


[b-422icaoe9j] .calibration-table {
    border-collapse: collapse;
    box-shadow: var(--elevation-shadow-card-rest);
    align-self: start;
}

    [b-422icaoe9j] .calibration-table thead tr {
        background-color: var(--neutral-layer-2);
        height: 39px;
        text-align: left;
    }

    [b-422icaoe9j] .calibration-table th, [b-422icaoe9j] .calibration-table td {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        white-space: nowrap;
    }

    [b-422icaoe9j] .calibration-table tbody tr {
        border-bottom: 1px solid var(--neutral-stroke-rest);
    }

        [b-422icaoe9j] .calibration-table tbody tr:nth-of-type(even) {
            background-color: var(--neutral-layer-2);
        }
/* /Pages/Calibration/Range/RangeCalibrationQuiz.razor.rz.scp.css */
[b-dl7b0cieg4] .submit-button {
    margin-left: 0px;
    margin-top: 12px;
}
/* /Pages/Calibration/Range/RangeCalibrationQuizResults.razor.rz.scp.css */
.header-container[b-rmwmp1fctj] {
    display: flex;
}

.header-title[b-rmwmp1fctj], .title[b-rmwmp1fctj] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: 600;
}

.date[b-rmwmp1fctj] {
    font-size: var(--type-ramp-minus-1-font-size);
    margin-top: 8px;
}

.header-title[b-rmwmp1fctj] {
    flex-grow: 1;
}

[b-rmwmp1fctj] .submit-button {
    margin-left: 12px;
    margin-top: 18px;
}
/* /Pages/Calibration/Range/RangeQuizSkeleton.razor.rz.scp.css */
.skeleton-row[b-qyaeg34o2d] {
    width: 100%;
    display: flex;
    align-items: center;
    height: 32px;
    margin-bottom: 14px;
}
/* /Pages/Calibration/Status/Status.razor.rz.scp.css */
.page-title[b-9ryyiio2j2] {
    font-size: var(--type-ramp-plus-3-font-size);
    font-weight: 600;
    color: #323130;
    margin: 0;
}

.section-title[b-9ryyiio2j2] {
    font-size: var(--type-ramp-plus-1-font-size);
    font-weight: 600;
    color: #323130;
}

.top-banner[b-9ryyiio2j2] {
    display: flex;
    width: 100%;
}

[b-9ryyiio2j2] div.z-index-chart {
    --kendo-chart-bg: var(--neutral-fill-layer-rest);
    --kendo-chart-text: var(--neutral-foreground-rest);
}

.z-index-chart[b-9ryyiio2j2] {
    position: relative !important;
    z-index: 1 !important;
}

/* css styles for the dismiss button - hilight when mouse over / clicking */
[b-9ryyiio2j2] fluent-button.delete-btn:hover {
    background: #C42B1C;
}

    [b-9ryyiio2j2] fluent-button.delete-btn:hover svg {
        fill: white !important;
    }

[b-9ryyiio2j2] fluent-button.delete-btn:active {
    background: #DF667B;
}

    [b-9ryyiio2j2] fluent-button.delete-btn:active svg {
        fill: white !important;
    }

/* Calibration summary tables (Binary + Range) */
.cal-table[b-9ryyiio2j2] {
    width: 100%;
    margin-top: 8px;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--accent-foreground-active);
}

.cal-table col[b-9ryyiio2j2] {
    width: 25%;
}

.cal-table thead tr[b-9ryyiio2j2] {
    border-bottom: 1px solid var(--neutral-stroke-layer-rest);
}

.cal-table__th[b-9ryyiio2j2] {
    text-align: left;
    padding: 8px 0;
    color: var(--accent-foreground-rest);
    font-weight: 600;
    white-space: normal;
    word-wrap: break-word;
}

.cal-table__row[b-9ryyiio2j2] {
    border-bottom: 1px solid var(--neutral-stroke-layer-rest);
}

.cal-table__cell[b-9ryyiio2j2] {
    padding: 8px 0;
}
/* /Pages/Framing/FramingLayout.razor.rz.scp.css */
.doc-placeholder[b-c6s9efu83f] {
    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: var(--neutral-fill-secondary-rest);
    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-c6s9efu83f] {
    background: var(--neutral-fill-layer-rest);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    flex: none;
    min-height: 100%;
    padding: 20px;
}

.after-root-cleanedUp[b-c6s9efu83f] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-c6s9efu83f] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}

[b-c6s9efu83f] .fluent-sortable-list .sortable-item {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 4px !important;
    margin-right: 30px;
    align-items: end;
}

    
/* /Pages/Framing/IssueCategorization/IssueCategorization.razor.rz.scp.css */
.ic-layout[b-sw93ouol8t] {
  display: grid;
  grid-template-columns: 9fr 1fr; /* 90% / 10% */
  gap: .75rem;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

/* Ensure the page fills its allocated area without forcing viewport overflow */
.page-container[b-sw93ouol8t] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 40px;
    padding-bottom: 20px;
}

.ic-page[b-sw93ouol8t] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.ic-left[b-sw93ouol8t] {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  gap: .75rem;
}

.ic-right[b-sw93ouol8t] {
  display: flex;
  height: 100%;
}

.ic-right[b-sw93ouol8t]  .ic-zone {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
}

.ic-right[b-sw93ouol8t]  .ic-zone .ic-zone-border {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ic-right[b-sw93ouol8t]  .ic-zone .ic-zone-content {
  flex: 1 1 auto;
  overflow-y: auto;
}

.ic-zone-border[b-sw93ouol8t] {
  border: 1px dashed var(--neutral-stroke-strong-rest, #8a8a8a);
  border-radius: 6px;
  padding: .5rem;
  min-height: 100px;
  background: var(--neutral-layer-1, #fff);
}

.ic-zone-title[b-sw93ouol8t] {
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  margin-bottom: .25rem;
}

.ic-zone-content[b-sw93ouol8t] {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.ic-issue-border[b-sw93ouol8t] {
  border: 1px dashed var(--neutral-stroke-strong-rest, #9aa3af);
  border-radius: 4px;
  padding: .35rem .5rem;
  background: var(--neutral-layer-1, #fff);
  cursor: grab;
}

.ic-issue-title[b-sw93ouol8t] { 
  font-size: .9rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
/* /Pages/Framing/IssueRaising/IssueAdd.razor.rz.scp.css */
.host[b-7khtmmbb8d], :host[b-7khtmmbb8d] {
    display: block;
}
.new-issue-container[b-7khtmmbb8d] {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-shrink: 0;
    align-items: stretch; /* ensure children can stretch vertically */
}
/* /Pages/Framing/IssueRaising/IssueBar.razor.rz.scp.css */
:host[b-odwv2rq1md] {
    display: block;
    width: 100%;
}

.issue-bar-container[b-odwv2rq1md] {
    width: 100%;
    background-color: transparent;
    padding: 0px;
    border-radius: 2px;
    margin-bottom: 0px;
    border: solid 1px transparent;
}

    .issue-bar-container.issue-bar-selected[b-odwv2rq1md] {
        border: solid 1px var(--neutral-fill-input-alt-active);
    }

        .issue-bar-container.issue-bar-selected:focus-within[b-odwv2rq1md] {
            border: solid 1px var(--accent-fill-active);
        }

.issue-bar[b-odwv2rq1md] {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 102px;
    height: 102px;
    background-color: var(--fill-color);
    border-radius: 2px;
    border: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-divider-rest);
    overflow: hidden;
}

    .issue-bar:focus-visible[b-odwv2rq1md] {
        outline: none;
    }

    .issue-bar:hover[b-odwv2rq1md] {
        border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-hover);
    }

    .issue-bar:focus-within[b-odwv2rq1md] {
        border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-focus);
    }

.issue-bar-type-indicator[b-odwv2rq1md] {
    width: 32px;
    margin: 2px;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: opacity 0.2s;
}

    .issue-bar-type-indicator:hover[b-odwv2rq1md] {
        opacity: 0.85;
    }

    .issue-bar-type-indicator:active[b-odwv2rq1md] {
        opacity: 0.7;
    }

.issue-bar-type-text[b-odwv2rq1md] {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.issue-bar-content[b-odwv2rq1md] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 4px 8px;
    min-width: 0;
}

.issue-bar-header[b-odwv2rq1md] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 16px;
}

.issue-bar-title[b-odwv2rq1md] {
    font-size: 16px;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    flex: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.issue-bar-id[b-odwv2rq1md] {
    font-size: 14px;
    color: var(--neutral-foreground-hint);
    flex-shrink: 0;
    font-weight: 500;
}

.issue-bar-description[b-odwv2rq1md] {
    font-size: 14px;
    color: var(--neutral-foreground-rest);
    margin-bottom: 12px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-height: 40px;
}

.issue-bar-footer[b-odwv2rq1md] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;

    width: calc(100% - 38px);
    position: absolute;
    bottom: 4px;
    left: 42px;
}

[b-odwv2rq1md] .issue-bar-footer-overflow {
    flex: 1;
    min-width: 0;
    margin-right: 30px;
}

[b-odwv2rq1md] .issue-bar-footer-button {
    position: absolute;
    right: 6px;
    bottom: -2px;
    height: 26px;
    width: 26px;
    min-width: 26px;
    border-radius: 1000px;
}

[b-odwv2rq1md] .issue-bar-footer-overflow fluent-badge {
    margin-right: 4px;
}

[b-odwv2rq1md] .issue-bar-footer-overflow fluent-badge {
    margin-right: 4px;
}

/* Key shortcuts in menu */
[b-odwv2rq1md] .key {
    font-size: 12px;
    color: var(--neutral-foreground-hint);
    margin-left: 16px;
}
/* /Pages/Framing/IssueRaising/IssueCard.razor.rz.scp.css */
:host[b-vft795m0na] {
    display: block;
    width: 100%;
}

.issue-card-container[b-vft795m0na] {
    width: 100%;
    background-color: transparent;
    padding: 0px;
    border-radius: 8px;
    border: 1px solid transparent;
}

    .issue-card-container.issue-card-selected[b-vft795m0na] {
        border: 1px solid var(--neutral-fill-input-alt-active);
    }

        .issue-card-container.issue-card-selected:focus-within[b-vft795m0na] {
            border: 1px solid var(--accent-fill-active);
            /*filter: drop-shadow(0px 0px 1px var(--accent-fill-active));*/
        }

[b-vft795m0na] .issue-card {
    padding: 0px;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

[b-vft795m0na] .issue-card:focus-visible {
    /*border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-focus);*/
    outline: none;
}

[b-vft795m0na] .issue-card:hover {
    border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-hover);
}

[b-vft795m0na] .issue-card:focus-within {
    border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-focus);
}

[b-vft795m0na] .card-title {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 44px;
    position: relative;
    display: flex;
    align-items: center; /* vertically center label */
    padding-right: 48px; /* reserve space so text does not go under the button */
    border-bottom: 1px solid var(--neutral-stroke-input-active);
    min-width: 0; /* allow flex children to shrink within container */
}

/* Limit label to two lines, add left margin */
[b-vft795m0na] .issue-card-header-label {
    margin-left: 12px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* show at most two lines */
    overflow: hidden;
    min-width: 0; /* prevent flex overflow causing horizontal growth */
    word-break: break-word; /* break long unbroken strings */
    overflow-wrap: anywhere; /* allow breaking anywhere to avoid overflow */
}

/* Issue type button positioned top-right */
[b-vft795m0na] .issue-type-button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 8px 0px 24px;
    height: 43px;
    width: 40px;
    min-width: 40px;
    border-color: white;
    border-style: solid;
    border-width: thin;
    border-right-style: none;
    border-top-style: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

[b-vft795m0na] fluent-button.issue-type-button::part(control) {
    justify-content: center;
    padding-right: 4px;
}

/* Footer/status bar */
[b-vft795m0na] .issue-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px; /* fixed height */
    display: flex;
    align-items: center;
    padding: 2px 4px 2px 6px;
    box-sizing: border-box;
    background: var(--neutral-fill-stealth-rest);
    border-top: 1px solid var(--neutral-stroke-input-active);
    gap: 4px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

[b-vft795m0na] .issue-card-footer-overflow {
    flex: 1;
    width: auto;
    min-width: 0;
}

[b-vft795m0na] .issue-card-footer-button {
    position: absolute;
    right: 4px;
    bottom: 2px;
    height: 26px;
    width: 26px;
    min-width: 26px;
    border-radius: 1000px;
}

[b-vft795m0na] ul {
    padding-inline-start: 24px;
}

/* Body content should not cause horizontal growth */
[b-vft795m0na] .issue-card-body {
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 38px; /* Reserve space for footer (30px height + 8px padding) */
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* Adjust based on typical card height */
    text-overflow: ellipsis;
}

/* Choices list should wrap long names without expanding card width */
[b-vft795m0na] .issue-card-choices {
    min-width: 0;
}

[b-vft795m0na] .issue-card-choice-item {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.key[b-vft795m0na] {
    padding-left: 20px;
}

/*::deep .fluent-menu-item-local {
    grid-template-columns: minmax(32px, auto) auto 1fr minmax(32px, auto) !important;
}*/

/* The following is a key-cap type look that could be used instead... */
/*::deep .key {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    padding: 4px;
    margin: 4px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: black;
    cursor: pointer;
}
    */
/* /Pages/Framing/IssueRaising/IssueCardSmall.razor.rz.scp.css */
:host[b-teewbyaoni] {
    display: block;
    width: 100%;
}

.issue-card-container[b-teewbyaoni] {
    width: 100%;
    background-color: transparent;
    padding: 0px;
    border-radius: 8px;
    border: 1px solid transparent;
}

    .issue-card-container.issue-card-selected[b-teewbyaoni] {
        border: 1px solid var(--neutral-fill-input-alt-active);
    }

        .issue-card-container.issue-card-selected:focus-within[b-teewbyaoni] {
            border: 1px solid var(--accent-fill-active);
            /*filter: drop-shadow(0px 0px 1px var(--accent-fill-active));*/
        }

[b-teewbyaoni] .issue-card {
    padding: 0px;
    position: relative;
    width: 100%;
    height: 120px;
    box-shadow: none;
}

[b-teewbyaoni] .issue-card:focus-visible {
    /*border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-focus);*/
    outline: none;
}

[b-teewbyaoni] .issue-card:hover {
    border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-hover);
}

[b-teewbyaoni] .issue-card:focus-within {
    border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-focus);
}

[b-teewbyaoni] .card-title {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 44px;

    position: relative;
    display: flex;
    align-items: center; /* vertically center label */
    padding-right: 48px; /* reserve space so text does not go under the button */
    border-bottom: 1px solid var(--neutral-stroke-input-active);
    min-width: 0; /* allow flex children to shrink within container */
}

/* Limit label to two lines, add left margin */
[b-teewbyaoni] .issue-card-header-label {
    margin-left: 8px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* show at most two lines */
    overflow: hidden;
    min-width: 0; /* prevent flex overflow causing horizontal growth */
    word-break: break-word; /* break long unbroken strings */
    overflow-wrap: anywhere; /* allow breaking anywhere to avoid overflow */
}

/* Issue type button positioned top-right */
[b-teewbyaoni] .issue-type-button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 8px 0px 24px;
    height: 43px;
    width: 40px;
    min-width: 40px;
    border-color: white;
    border-style: solid;
    border-width: thin;
    border-right-style: none;
    border-top-style: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

[b-teewbyaoni] fluent-button.issue-type-button::part(control) {
    justify-content: center;
    padding-right: 4px;
}

[b-teewbyaoni] ul {
    padding-inline-start: 24px;
}

/* Body content should not cause horizontal growth */
[b-teewbyaoni] .issue-card-body {
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Choices list should wrap long names without expanding card width */
[b-teewbyaoni] .issue-card-choices {
    min-width: 0;
}

[b-teewbyaoni] .issue-card-choice-item {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.key[b-teewbyaoni] {
    padding-left: 20px;
}
/* /Pages/Framing/IssueRaising/IssueEditorDialog.razor.rz.scp.css */
/*:root {
    --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-00g1g5e2az] fluent-option {
    padding: 0 8px;
    margin: 0 1px;
    min-height: 34px;
}

    [b-00g1g5e2az] fluent-option.selected {
        background: transparent;
    }

        [b-00g1g5e2az] fluent-option.selected:hover {
            background: var(--neutral-fill-secondary-hover);
        }

        [b-00g1g5e2az] fluent-option.selected::before {
            top: unset;
            bottom: 1px;
            height: 3px;
            width: calc(100% - 10px);
            left: 5px;
        }

    [b-00g1g5e2az] fluent-option:not([disabled]):active::before {
        height: 3px;
        width: 20%;
        bottom: 1px;
        left: 40%;
    }
/* remove focus rect from ListBox... */
[b-00g1g5e2az] 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-00g1g5e2az] div.issuetype-listbox-container > div {
    border: none !important;
    overflow-y: unset !important;
}

.issue-type-marker[b-00g1g5e2az] {
    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-stroke-strong-rest);
}

[b-00g1g5e2az] .sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 32px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}

[b-00g1g5e2az] .fluent-sortable-list .sortable-item {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 4px !important;
    margin-right: 30px;
    align-items: end;
}

[b-00g1g5e2az] .tags-overflow {
    /*width: 100%;*/
    flex: 1;
    box-sizing: border-box;
}

.tags-container[b-00g1g5e2az] {
    display: flex;
    width: 100%;
    align-items: center; /* Vertically centers the tags and button */
    gap: 10px;
    padding-right: 30px;
}
/* /Pages/Framing/IssueRaising/IssueListRow.razor.rz.scp.css */
:host[b-w50nilawds] {
    display: block;
    width: 100%;
}

.issue-row-container[b-w50nilawds] {
    width: 100%;
    background-color: transparent;
    padding: 0px;
    border-radius: 1px;
    border: 1px solid transparent;
}

    .issue-row-container.issue-row-selected[b-w50nilawds] {
        border: 1px solid var(--neutral-fill-input-alt-active);
    }

        .issue-row-container.issue-row-selected:focus-within[b-w50nilawds] {
            border: 1px solid var(--accent-fill-active);
        }

[b-w50nilawds] .issue-row {
    padding-left: 8px;
    position: relative;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    box-shadow: none;
    border: calc(var(--stroke-width)* 1px) solid transparent;
    background-color: var(--neutral-fill-input-rest);
}

[b-w50nilawds] .issue-row:focus-visible {
    outline: none;
}

[b-w50nilawds] .issue-row:hover {
    border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-hover);
}

[b-w50nilawds] .issue-row:focus-within {
    border: calc(var(--stroke-width)* 1px) solid var(--accent-fill-focus);
}

/* Issue type button positioned on the left */
[b-w50nilawds] .issue-type-button {
    border-radius: 2px;
    height: 28px;
    width: 32px;
    min-width: 32px;
    border: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 8px;
    transition: width 0.2s ease;
}

[b-w50nilawds] fluent-button.issue-type-button::part(control) {
    justify-content: center;
    padding: 0px;
}

/* Hide full name by default, show only letter */
[b-w50nilawds] .issue-type-button .issue-type-name {
    display: none;
}

[b-w50nilawds] .issue-type-button .issue-type-letter {
    display: inline;
}

/* On wide screens, show full name and hide letter */
@media (min-width: 800px) {
    [b-w50nilawds] .issue-type-button {
        width: auto;
    }

    [b-w50nilawds] fluent-button.issue-type-button::part(control) {
        justify-content: stretch;
        padding: 0 8px;
    }

    [b-w50nilawds] .issue-type-button .issue-type-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 4px;
        width: 120px;
    }

    [b-w50nilawds] .issue-type-button .issue-type-letter {
        display: none;
    }
}

/* Title section - fixed width for consistency */
[b-w50nilawds] .issue-row-title {
    width: 200px;
    min-width: 200px;
    font-weight: 600;
    margin-left: 8px;
}

    [b-w50nilawds] .issue-row-title fluent-label {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* Description section - takes remaining space */
[b-w50nilawds] .issue-row-description {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: var(--neutral-foreground-hint);
}

/* Tags section - can collapse when space is limited */
[b-w50nilawds] .issue-row-tags {
    flex: 1 1;
    max-width: 50%;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 32px;
}

    [b-w50nilawds] .issue-row-tags fluent-overflow {
        display: flex;
        gap: 4px;
        width: 100%;
    }

    [b-w50nilawds] .issue-row-tags fluent-badge {
        font-size: 11px;
        padding: 1px 1px;
        height: 20px;
    }

/* Tags button on the right */
[b-w50nilawds] .issue-row-tags-button {
    height: 28px;
    width: 28px;
    min-width: 28px;
    border-radius: 4px;
    flex-shrink: 0;
    margin-right: 2px;
}

.two-cols[b-w50nilawds]{
    display: flex;
    flex: 1;
    min-width: 0;
}

.key[b-w50nilawds] {
    padding-left: 20px;
}

/* Responsive behavior - hide tags on smaller screens */
@media (max-width: 1024px) {
    [b-w50nilawds] .issue-row-tags {
        display: none;
    }
}

/* Very compact on small screens */
@media (max-width: 768px) {
    [b-w50nilawds] .issue-row-title {
    }
}
/* /Pages/Framing/IssueRaising/IssueRaising.razor.rz.scp.css */
.page-container[b-bvshua29n2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 40px;
    padding-bottom: 20px;
}

[b-bvshua29n2] .toolbar-area {
    margin: -20px -20px 0 -20px;
    border-bottom: 2px solid var(--accent-stroke-control-active);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--neutral-layer-4);
    border-radius: 4px 4px 0px 0px;
    flex-shrink: 0;
}

[b-bvshua29n2] .issue-add-container {
    flex-shrink: 0;
    padding-top: 8px;
    padding-bottom: 0;
}

[b-bvshua29n2] .merge-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px 4px;
    --fluent-sortable-list-item-height: 100% !important;
    --fluent-sortable-list-background-color: transparent !important;
    border: 0 solid transparent !important;
    padding: 0 !important;
    flex-grow: 1;
    min-height: 18px;
}

    [b-bvshua29n2] .merge-list .sortable-item {
        border: 0 solid transparent !important;
        padding: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }

/* Responsive grid columns based on viewport width */
@media (min-width: 480px) {
    [b-bvshua29n2] .merge-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    [b-bvshua29n2] .merge-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    [b-bvshua29n2] .merge-list {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1280px) {
    [b-bvshua29n2] .merge-list {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (min-width: 1440px) {
    [b-bvshua29n2] .merge-list {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media (min-width: 1840px) {
    [b-bvshua29n2] .merge-list {
        grid-template-columns: repeat(8, 1fr);
    }
}

[b-bvshua29n2] .merge-list-container {
    flex-shrink: 0;
    min-height: 20px;
    background: var(--neutral-fill-input-alt-rest);
    border-color: var(--neutral-stroke-rest);
    border-style: dashed;
    /* border-width: thin; */
    margin: 0px -8px 8px -8px;
    padding-left: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
}

[b-bvshua29n2] .merge-button-style {
    flex-grow: 0;
    align-self: center;
    margin: 8px;
    height: 68px;
    min-width: 90px;
}
/* /Pages/Framing/IssueRaising/IssuesList.razor.rz.scp.css */
[b-yn2wgo63tt] .issue-list-all-views {
    grid-template-columns: 1fr;
    gap: 0px 4px;
    --fluent-sortable-list-item-height: 100% !important;
    --fluent-sortable-list-background-color: transparent !important;
    border: 0 solid transparent !important;
    padding: 1px !important;
    align-items: start;
    align-content: start;
}

    [b-yn2wgo63tt] .issue-list-all-views .sortable-item {
        border: 0 solid transparent !important;
        padding: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }

[b-yn2wgo63tt] .issue-list-list-view {
    display: block;
}
    [b-yn2wgo63tt] .issue-list-list-view .sortable-item {
        margin-bottom: 0px !important;
    }

[b-yn2wgo63tt] .issue-list-bar-view {
    display: grid;
    gap: 0px 4px;
}

[b-yn2wgo63tt] .issue-list-small-tile-view {
    display: grid;
}

[b-yn2wgo63tt] .issue-list-large-tile-view {
    display: grid;
}

/* Responsive grid columns based on viewport width */
@media (min-width: 480px) {
    [b-yn2wgo63tt] .issue-list-large-tile-view {
        grid-template-columns: repeat(1, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-small-tile-view {
        grid-template-columns: repeat(2, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-bar-view {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 768px) {
    [b-yn2wgo63tt] .issue-list-large-tile-view {
        grid-template-columns: repeat(2, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-small-tile-view {
        grid-template-columns: repeat(3, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-bar-view {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 1024px) {
    [b-yn2wgo63tt] .issue-list-large-tile-view {
        grid-template-columns: repeat(3, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-small-tile-view {
        grid-template-columns: repeat(4, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-bar-view {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    [b-yn2wgo63tt] .issue-list-large-tile-view {
        grid-template-columns: repeat(3, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-small-tile-view {
        grid-template-columns: repeat(6, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-bar-view {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1440px) {
    [b-yn2wgo63tt] .issue-list-large-tile-view {
        grid-template-columns: repeat(4, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-small-tile-view {
        grid-template-columns: repeat(7, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-bar-view {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1840px) {
    [b-yn2wgo63tt] .issue-list-large-tile-view {
        grid-template-columns: repeat(5, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-small-tile-view {
        grid-template-columns: repeat(9, 1fr);
    }

    [b-yn2wgo63tt] .issue-list-bar-view {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* /Pages/Framing/IssueRaising/IssueTagsEditorDialog.razor.rz.scp.css */

[b-uvxp5izl0o] .sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 32px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}

[b-uvxp5izl0o] .fluent-sortable-list .sortable-item {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 4px !important;
    margin-right: 30px;
    align-items: end;
}

/*
    styles to set up the sortable list to "the DF look"
*/
/*
::deep .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;
}

    ::deep .tags-list .sortable-item {
        padding-right: 0px !important;
        margin-bottom: 4px !important;
    }

        ::deep .tags-list .sortable-item:hover {
            background: var(--neutral-fill-input-alt-hover);
        }

    ::deep .tags-list .sortable-grab {
        width: auto;
        background: transparent;
        padding: 0 0px 0px 5px;
    }

::deep .tags-list fluent-text-field::part(root) {
    background: transparent;
}

    ::deep .tags-list fluent-text-field::part(root):hover {
        border-color: var(--neutral-stroke-hover);
    }

    ::deep .tags-list fluent-text-field::part(root):focus-within {
        border-color: var(--neutral-stroke-hover);
    }

::deep .tags-list fluent-button:hover {
    background: #C42B1C;
}

    ::deep .tags-list fluent-button:hover svg {
        fill: white !important;
    }


::deep .tags-list fluent-button:active {
    background: #DF667B;
}

    ::deep .tags-list fluent-button:active svg {
        fill: white !important;
    }*/


    /*
        Telerik colorpicker needs to be 30px, not 32... :/
    */
/* /Pages/Framing/Landing.razor.rz.scp.css */
.docs-grid-container[b-4gb6ieijp6] {
    border: solid var(--neutral-stroke-divider-rest) 1px;
    border-radius: 12px;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
}
/* /Pages/Interview/DiscreteUncertainty/Assess.razor.rz.scp.css */
.outcome-name[b-1vtmd37wt0] {
    padding-right: 12px;
    vertical-align: middle;
}

.prob-input[b-1vtmd37wt0] {
    vertical-align: middle;
    padding: 2px;
    display: flex;
    align-items: center;
}
/* /Pages/Interview/DiscreteUncertainty/Debias.razor.rz.scp.css */
[b-nslooii3va] .help-text-label {
    margin-top: 8px;
    margin-right: 30px;
}

.top-banner[b-nslooii3va] {
    display: flex;
    width: 100%;
}

[b-nslooii3va] .sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 32px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}
/* /Pages/Interview/DiscreteUncertainty/Results.razor.rz.scp.css */
[b-fgmksann14] .summary-row {
    color: var(--accent-foreground-active);
    /*border-top: dashed;*/
}

[b-fgmksann14] .col-title-text{
    min-width: fit-content;
}

.outcome-name[b-fgmksann14] {
    padding-right: 12px;
    vertical-align: middle;
}

.prob-input[b-fgmksann14] {
    vertical-align: middle;
    padding: 2px;
    display: flex;
    align-items: center;
}
/* /Pages/Interview/DiscreteUncertainty/Setup.razor.rz.scp.css */
[b-zdk94du6cb] .sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 32px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}
/* /Pages/Interview/ExpertInterviewLayout.razor.rz.scp.css */
.doc-placeholder[b-5uk7zvjro7] {
    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: var(--neutral-fill-secondary-rest);
    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-5uk7zvjro7] {
    background: var(--neutral-fill-layer-rest);
    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-5uk7zvjro7] {
    font-size: 14px;
}

.after-root-inner-cleanedUp[b-5uk7zvjro7] {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 0px;
    display: flex !important; /* drop important once css file is cleaned up?! */
}

/*
::deep .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;
}

    ::deep .calibration-table thead tr {
        background-color: var(--neutral-layer-2);
        height: 39px;
        text-align: left;
    }

    ::deep .calibration-table th, ::deep .calibration-table td {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        white-space: nowrap;
    }

    ::deep .calibration-table tbody tr {
        border-bottom: 1px solid var(--neutral-stroke-rest);
    }

        ::deep .calibration-table tbody tr:nth-of-type(even) {
            background-color: var(--neutral-layer-2);
        }*/







[b-5uk7zvjro7] .fluent-sortable-list .sortable-item {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 4px !important;
    margin-right: 30px;
    align-items: end;
}

    
/* /Pages/Interview/Landing.razor.rz.scp.css */
.docs-grid-container[b-0kzzvizi04] {
    border: solid var(--neutral-stroke-divider-rest) 1px;
    border-radius: 12px;
    padding-bottom: 12px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 8px;
}

/* css styles for the dismiss button - hilight when mouse over / clicking */
[b-0kzzvizi04] fluent-button.delete-btn:hover {
    background: #C42B1C;
}

    [b-0kzzvizi04] fluent-button.delete-btn:hover svg {
        fill: white !important;
    }

[b-0kzzvizi04] fluent-button.delete-btn:active {
    background: #DF667B;
}

    [b-0kzzvizi04] fluent-button.delete-btn:active svg {
        fill: white !important;
    }
/* /Pages/Interview/RangeUncertainty/Assess.razor.rz.scp.css */
.outcome-name[b-mzeqyvc17k] {
    padding-right: 12px;
    vertical-align: middle;
}

.prob-input[b-mzeqyvc17k] {
    vertical-align: middle;
    padding: 2px;
}

[b-mzeqyvc17k] div.z-index-chart {
    --kendo-chart-bg: var(--neutral-fill-layer-rest);
    --kendo-chart-text: var(--neutral-foreground-rest);
}

.z-index-chart[b-mzeqyvc17k] {
    position: relative !important;
    z-index: 1 !important;
}
/* /Pages/Interview/RangeUncertainty/Debias.razor.rz.scp.css */
[b-ja8kpk62rt] .help-text-label {
    margin-top: 8px;
    margin-right: 30px;
}

.top-banner[b-ja8kpk62rt] {
    display: flex;
    width: 100%;
}

[b-ja8kpk62rt] .sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 32px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}
/* /Pages/Interview/RangeUncertainty/Results.razor.rz.scp.css */
[b-csucl3updw] .summary-row {
    color: var(--accent-foreground-active);
    /*border-top: dashed;*/
}
/* /Pages/Interview/RangeUncertainty/Setup.razor.rz.scp.css */
[b-rg8tmmkknx] .sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 32px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}
/* /Pages/Interview/ReliabilityOfInformation/Assess.razor.rz.scp.css */
/* Styling number inputs similar to TextRow */

[b-54rh19rv7q] fluent-number-field::part(root) {
    background: transparent;
}

[b-54rh19rv7q] fluent-number-field::part(control) {
    height: 31px;
    min-height: 31px;
    max-height: 31px;
    background-color: var(--neutral-fill-input-alt-rest);
    border: 1px solid var(--neutral-stroke-input-active);
    border-radius: calc(var(--control-corner-radius) * 1px);
}

[b-54rh19rv7q] fluent-number-field:hover::part(control) {
    background-color: var(--neutral-fill-input-alt-hover);
}

/* Suppress default underline to match TextRow */
[b-54rh19rv7q] fluent-number-field:after {
    border-width: 0px;
}

/* Row container aligns label left, input right */
.roi-number-row[b-54rh19rv7q] {
    column-gap: 16px;
}

/* Right-side number group alignment and spacing */
.roi-number-row .number-with-suffix[b-54rh19rv7q] {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Keep compact width like TextRow use-cases */
.roi-number-row fluent-number-field[b-54rh19rv7q] {
    width: 75px;
}
/* /Pages/Interview/ReliabilityOfInformation/Debias.razor.rz.scp.css */
[b-ipt7jucpom] .help-text-label {
    margin-top: 8px;
    margin-right: 30px;
}

.top-banner[b-ipt7jucpom] {
    display: flex;
    width: 100%;
}

[b-ipt7jucpom] .sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 32px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}
/* /Pages/Interview/ReliabilityOfInformation/Results.razor.rz.scp.css */
/* /Pages/Interview/ReliabilityOfInformation/Setup.razor.rz.scp.css */
[b-aorbn0svhu] .sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-fill-input-alt-rest) !important;
    border: 0 solid transparent !important;
    --fluent-sortable-list-item-height: 32px !important;
    padding: 0px;
    width: 100%;
    min-height: 0 !important;
}
/* /Pages/Interview/Shared/LanguageRelationshipScale.razor.rz.scp.css */
.sk-scale-container[b-kqykal02sf] {
/*    padding: 16px;
    box-shadow: var(--elevation-shadow-card-rest);
*/}

.sk-scale-table[b-kqykal02sf] {
    margin-top: 8px;
}

.sk-scale-range[b-kqykal02sf] {
    width: 90px;
    vertical-align: top;
}

.sk-scale-desc[b-kqykal02sf] {
    text-align: left;
    vertical-align: top;
}
/* /Pages/Interview/Shared/ManageUserRoles.razor.rz.scp.css */
/* /Pages/Login.razor.rz.scp.css */
/* Page Container */
.page-container[b-1dk7aqrozx] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The fluent button has a spinner that is shown during loading when there are no icons set (checked in source) 
   this spinner has display: inline-block set, which causes the button to shrink during spinner.
   This next style fixes that bug.
*/
[b-1dk7aqrozx] .loading-button fluent-button {
    display: flex !important;
}

/* Custom Sign-in Logo */
.custom-signin-logo[b-1dk7aqrozx] {
    width: 100%;
    margin-bottom: 2rem;
}

/* Custom Sign-in Card */
.custom-signin-card[b-1dk7aqrozx] {
    max-width: 500px;
    height: auto;
    margin: auto;
    padding: 2rem;
    box-shadow: 0px 0px 15px #3e45c969; 
    animation: materializeBox-b-1dk7aqrozx 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    flex-direction: column;
    align-items: center;
}

/* NOTE: The follwing should fix a problem where Edge shows a reveal button but other browsers do not.
         However, this does NOT work in Edge as of 2024-06-10 because Edge does not support ::part selectors inside shadow DOM.
         I am leaving it in for reference, assuming this gets fixed in the future.
*/

/* Suppress the built-in Edge password reveal button for the password field.
   The previous selectors did not work because the underlying <input> is inside the shadow DOM of <fluent-text-field>.
   FAST/Fluent UI exposes the internal input via the ::part(control) selector. Target that part, then apply the Edge-specific pseudo-elements.
*/
fluent-text-field[name="pwd1"][b-1dk7aqrozx]::part(control)::-ms-reveal,
fluent-text-field[name="pwd1"][b-1dk7aqrozx]::part(control)::-ms-clear {
    display: none !important;
}

/* When toggled to type="text" (revealed), keep any legacy/Edge artifacts hidden (defensive). */
fluent-text-field[name="pwd1"][b-1dk7aqrozx]::part(control)[type="text"]::-ms-reveal,
fluent-text-field[name="pwd1"][b-1dk7aqrozx]::part(control)[type="text"]::-ms-clear {
    display: none !important;
}

/* (Optional extra hardening) Deep selector variant for older tooling or if control part name changes.
   This is broader; keep it after the specific ::part rules.
*/
[b-1dk7aqrozx] fluent-text-field[name="pwd1"] input[type="password"]::-ms-reveal,
[b-1dk7aqrozx] fluent-text-field[name="pwd1"] input[type="password"]::-ms-clear {
    display: none !important;
}

[b-1dk7aqrozx] fluent-text-field[name="pwd1"] input[type="text"]::-ms-reveal,
[b-1dk7aqrozx] fluent-text-field[name="pwd1"] input[type="text"]::-ms-clear {
    display: none !important;
}

/* Animations */
@keyframes materializeBox-b-1dk7aqrozx {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
