/* /Components/Common/RolePicker.razor.rz.scp.css */
.selected-pill[b-bntsdirvwt] {
    background-color: #e6f4f4;
    color: #0a3f40; /* darker teal for better contrast */
    border: 1px solid #1b656a;
    font-weight: 500;
    border-radius: .3rem;
    cursor: pointer;
    user-select: none;
    padding: 0.4rem 0.8rem;
}

.border-dashed[b-bntsdirvwt] {
    border-style: dashed !important;
}
/* /Components/Common/SearchableSelect.razor.rz.scp.css */
.dropdown-menu[b-m660ubvxm5] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item[b-m660ubvxm5] {
    cursor: pointer;
}

.dropdown-item:hover[b-m660ubvxm5] {
    background-color: #f8f9fa;
}

.dropdown-item.active[b-m660ubvxm5] {
    background-color: #0d6efd;
    color: white;
}

.dropdown-item.disabled[b-m660ubvxm5] {
    pointer-events: none;
    cursor: default;
}

/* /Components/Common/SessionExpiredModal.razor.rz.scp.css */
/* /Components/Common/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-fu7gjzvbpm] .sortable-ghost {
    visibility: hidden !important;
}

[b-fu7gjzvbpm] .sortable-fallback {
    opacity: 1 !important;
}
/* /Components/Common/SupportToolCard.razor.rz.scp.css */
.support-card[b-2202mle0rk] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: .1rem solid #1b656a;
    border-radius: .75rem;
    transition: transform .2s, box-shadow .2s;
    overflow: hidden;
}

.icon-wrapper[b-2202mle0rk] {
    width: 3rem;
    height: 3rem;
    background: #1b656a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-title[b-2202mle0rk] {
    font-weight: 600;
}

.card-subtitle[b-2202mle0rk] {
    display: block;
    color: #6c757d;
    font-size: .875rem;
}

.card-content[b-2202mle0rk] {
    /* optional spacing around your ChildContent */
    margin-top: 1rem;
}
/* /Components/Common/Table/PaginatedTable.razor.rz.scp.css */
/* Table header and row styles */
[b-b1xme4d8zd] .table thead th {
    font-weight: 600;
    font-size: 0.95rem;
    user-select: none;
}

/* Checkbox scaling and color */
[b-b1xme4d8zd] .checkbox-lg {
    transform: scale(1.5);
    margin-left: 8px;
    margin-right: 8px;
    accent-color: #1b656a;
    cursor: pointer;
}

/* Search filter spacing */
[b-b1xme4d8zd] .search-area {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Toolbar styling */
[b-b1xme4d8zd] .toolbar {
    background-color: white;
    padding: 6px 12px 4px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

[b-b1xme4d8zd] .toolbar-item {
    cursor: pointer;
    color: #0078d4;
    padding: 4px 6px;
    border-radius: 2px;
    transition: background-color 0.15s ease-in-out;
}

    [b-b1xme4d8zd] .toolbar-item:not(.disabled):hover {
        background-color: rgba(0, 120, 212, 0.1);
    }

    [b-b1xme4d8zd] .toolbar-item i {
        vertical-align: middle;
    }

    [b-b1xme4d8zd] .toolbar-item.disabled {
        opacity: 0.5;
        cursor: default;
        pointer-events: none;
    }

[b-b1xme4d8zd] .toolbar-separator {
    width: 1px;
    height: 1.25rem;
    background-color: #dee2e6;
    margin: 0 0.5rem;
}

[b-b1xme4d8zd] .additional-toolbar-items {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* /Components/Common/TenantSelectorModal.razor.rz.scp.css */
input[type="text"][b-csrmee5uef] {
    max-width: 400px;
}

.checkbox-lg[b-csrmee5uef] {
    transform: scale(1.5);
    margin-left: 8px;
    margin-right: 8px;
    accent-color: #1b656a;
    cursor: pointer;
}

.table tbody tr[b-csrmee5uef] {
    height: 3rem;
}

.table thead th[b-csrmee5uef] {
    font-weight: 600;
    font-size: 0.95rem;
    user-select: none;
}

.btn-light[b-csrmee5uef] {
    background-color: white;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
}

    .btn-light:disabled[b-csrmee5uef] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.selected-tenant-pill[b-csrmee5uef] {
    background-color: #e6f4f4;
    color: #1b656a;
    border: 1px solid #1b656a;
    font-weight: 500;
    border-radius: .3rem;
    cursor: pointer;
    user-select: none;
}

.btn:disabled[b-csrmee5uef] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #888;
}
/* /Components/CustomControls/Instructions/Layers/BaseLayerEditor.razor.rz.scp.css */
.layer-overview[b-qxe2o4z72d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.layer-block[b-qxe2o4z72d] {
    border-left: 4px solid transparent;
    background-color: #f8f9fa;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-bottom: 0.5rem;
    margin-right: 1px;
}

    .layer-block + .layer-block[b-qxe2o4z72d] {
        border-top: 1px solid #dee2e6;
    }

.layer-base[b-qxe2o4z72d] {
    border-left-color: #339af0;
}

textarea.form-control[b-qxe2o4z72d] {
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    resize: vertical;
    width: 100%;
    min-height: 37vh;
}

@media (min-height: 550px) {
    textarea.form-control[b-qxe2o4z72d] {
        min-height: 45vh;
    }
}

@media (min-height: 800px) {
    textarea.form-control[b-qxe2o4z72d] {
        min-height: 65vh;
    }
}
/* /Components/CustomControls/Instructions/Layers/InstructionOverview.razor.rz.scp.css */
.layer-overview[b-hucikqo85h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.layer-block[b-hucikqo85h] {
    border-left: 4px solid transparent;
    background-color: #f8f9fa;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-bottom: 0.5rem;
    margin-right: 1px;
}

    .layer-block + .layer-block[b-hucikqo85h] {
        border-top: 1px solid #dee2e6;
    }

.layer-base[b-hucikqo85h] {
    border-left-color: #339af0;
}

.layer-purpose[b-hucikqo85h] {
    border-left-color: #ae3ec9;
}

.layer-tenant[b-hucikqo85h] {
    border-left-color: #2f9e44;
}

.layer-output[b-hucikqo85h] {
    border-left-color: #845ef7;
}

.layer-block h5[b-hucikqo85h] {
    margin-bottom: 0.5rem;
}

.layer-block pre[b-hucikqo85h] {
    margin: 0;
    font-size: 0.95rem;
    white-space: pre-wrap;
    color: #343a40;
}

.layer-text[b-hucikqo85h] {
    font-size: 1rem;
    line-height: 1.5;
    padding-inline: 1rem;
    padding-bottom: 1rem;
}

.layer-block .small span.fw-semibold[b-hucikqo85h] {
    color: #2f9e44; /* match tenant layer color */
}
/* /Components/CustomControls/Instructions/Layers/InstructionTabs.razor.rz.scp.css */
.sticky-tabs[b-fth1pp30u1] {
    position: sticky;
    top: 0;
    padding-top: 1.1rem;
    z-index: 10;
    background-color: #F4F2F1;
    padding-bottom: 3px;
}

.tab-strip[b-fth1pp30u1] {
    background-color: transparent !important;
    border-bottom: 1px solid #dee2e6;
    padding-left: 2px;
    margin-bottom: 0; 
    transition: box-shadow 0.2s ease-in-out;
}

.breadcrumb[b-fth1pp30u1] {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
}
/* /Components/CustomControls/Instructions/Layers/LayerHeader.razor.rz.scp.css */
.layer-banner[b-yx1334yka2] {
    background-color: #e9ecef;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

    .layer-banner .text-primary[b-yx1334yka2] {
        font-weight: 600;
        font-size: 1rem;
    }

    .layer-banner i[b-yx1334yka2] {
        font-size: 1rem;
    }

    .layer-banner .text-muted[b-yx1334yka2] {
        font-size: 0.85rem;
    }

    .layer-banner .text-layer-base[b-yx1334yka2] {
        color: #339af0; /* blue */
    }

    .layer-banner .text-layer-purpose[b-yx1334yka2] {
        color: #ae3ec9; /* purple */
    }

    .layer-banner .text-layer-tenant[b-yx1334yka2] {
        color: #2f9e44; /* green */
    }

    .layer-banner .text-layer-output[b-yx1334yka2] {
        color: #845ef7; /* violet */
    }
/* /Components/CustomControls/Instructions/Layers/OutputEditor.razor.rz.scp.css */
.preview-section[b-wft0sva980] {
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
    transition: background-color 0.2s ease;
    background-color: transparent; /* explicit fallback */
}

    .preview-section:hover[b-wft0sva980] {
        background-color: #e6e6e6;
    }

    .preview-section.selected[b-wft0sva980] {
        background-color: #d0ebff;
    }

    .preview-section:has(.section-remove-btn:hover)[b-wft0sva980] {
        background-color: #ffe5e5 !important;
    }

        .preview-section:has(.section-remove-btn:hover) .drag-column[b-wft0sva980] {
            background-color: #f1aaaa !important;
            color: #842029 !important; /* Optional: darker red grip lines */
        }

        .preview-section:has(.section-remove-btn:hover) .grip-lines[b-wft0sva980]::before,
        .preview-section:has(.section-remove-btn:hover) .grip-lines[b-wft0sva980]::after {
            background-color: #842029;
        }




.section-remove-btn[b-wft0sva980] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    border: none;
}

/* Insert area base */
.preview-insert-area[b-wft0sva980] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    /* Shared when showing */
    .preview-insert-area.show[b-wft0sva980] {
        height: 2.5rem;
        margin: 0.75rem 0 0.25rem 0;
        border-radius: 6px;
        background-color: #e0f0ff; /* lighter and more saturated than before */
        box-shadow: inset 0 0 0 1px #91caff;
        transition: all 0.3s ease;
    }

        .preview-insert-area.show:hover[b-wft0sva980] {
            background-color: #cfe8ff;
            box-shadow: inset 0 0 0 2px #339af0;
        }

.add-icon[b-wft0sva980] {
    font-size: 1.8rem;
    color: #0d6efd;
    font-weight: bold;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.2s ease;
}

.preview-insert-area.show:hover .add-icon[b-wft0sva980] {
    transform: scale(1.1);
}

.drag-preview-handle[b-wft0sva980] {
    padding-left: 4px !important;
    padding-right: 4px !important;
    color: #6c757d;
    user-select: none;
}

.sortable-wrapper[b-wft0sva980] {
    display: block;
    width: 100%;
}

.has-border-light[b-wft0sva980] {
    border: 1px solid #fff;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.has-background-blazor[b-wft0sva980] {
    background-color: #592b8f !important;
}

.has-text-white[b-wft0sva980] {
    color: #fff !important;
}

.has-cursor-grab[b-wft0sva980] {
    cursor: grab;
}

.drag-column[b-wft0sva980] {
    flex: 0 0 12px;
    color: #6c757d;
    background-color: #e9ecef; /* a light neutral tone */
    cursor: grab;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: color 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.preview-section:hover .drag-column[b-wft0sva980] {
    color: #212529;
    background-color: #dee2e6; /* Slightly darker on hover */
}

.preview-section.selected .drag-column[b-wft0sva980] {
    color: whitesmoke;
    background-color: #339af0; /* Match blue border on selection */
}

.grip-lines[b-wft0sva980] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding-inline: 2px;
}

    .grip-lines[b-wft0sva980]::before,
    .grip-lines[b-wft0sva980]::after {
        content: "";
        height: 2px;
        background-color: #adb5bd;
        border-radius: 1px;
    }


.output-layer-intro[b-wft0sva980] {
    text-align: center;
    font-size: 1.05rem;
    color: #495057;
}

.empty-state-message[b-wft0sva980] {
    text-align: center;
    color: #868e96;
    font-size: 1.1rem;
}

.output-layer-banner[b-wft0sva980] {
    background-color: #e7f1ff;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    font-size: 0.95rem;
    border-left: 4px solid #339af0;
}


.layer-overview[b-wft0sva980] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.layer-block[b-wft0sva980] {
    border-left: 4px solid transparent;
    background-color: #f8f9fa;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-bottom: 0.5rem;
    margin-right: 1px;
}

    .layer-block + .layer-block[b-wft0sva980] {
        border-top: 1px solid #dee2e6;
    }

.layer-output[b-wft0sva980] {
    border-left-color: #845ef7;
}
/* /Components/CustomControls/Instructions/Layers/OutputPreview.razor.rz.scp.css */
.preview-section[b-wh5hmexfap] {
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    flex: 1;
    transition: background-color 0.2s ease;
    background-color: transparent; /* explicit fallback */
}

    .preview-section:hover[b-wh5hmexfap] {
        background-color: #e6e6e6;
    }

    .preview-section.selected[b-wh5hmexfap] {
        background-color: #d0ebff;
    }

    .preview-section:has(.section-remove-btn:hover)[b-wh5hmexfap] {
        background-color: #ffe5e5 !important;
    }

        .preview-section:has(.section-remove-btn:hover) .drag-column[b-wh5hmexfap] {
            background-color: #f1aaaa !important;
            color: #842029 !important; /* Optional: darker red grip lines */
        }

        .preview-section:has(.section-remove-btn:hover) .grip-lines[b-wh5hmexfap]::before,
        .preview-section:has(.section-remove-btn:hover) .grip-lines[b-wh5hmexfap]::after {
            background-color: #842029;
        }




.section-remove-btn[b-wh5hmexfap] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    border: none;
}

/* Insert area base */
.preview-insert-area[b-wh5hmexfap] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    /* Shared when showing */
    .preview-insert-area.show[b-wh5hmexfap] {
        height: 2.5rem;
        margin: 0.75rem 0 0.25rem 0;
        border-radius: 6px;
        background-color: #e0f0ff; /* lighter and more saturated than before */
        box-shadow: inset 0 0 0 1px #91caff;
        transition: all 0.3s ease;
    }

        .preview-insert-area.show:hover[b-wh5hmexfap] {
            background-color: #cfe8ff;
            box-shadow: inset 0 0 0 2px #339af0;
        }

.add-icon[b-wh5hmexfap] {
    font-size: 1.8rem;
    color: #0d6efd;
    font-weight: bold;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.2s ease;
}

.preview-insert-area.show:hover .add-icon[b-wh5hmexfap] {
    transform: scale(1.1);
}

.drag-preview-handle[b-wh5hmexfap] {
    padding-left: 4px !important;
    padding-right: 4px !important;
    color: #6c757d;
    user-select: none;
}

.sortable-wrapper[b-wh5hmexfap] {
    display: block;
    width: 100%;
}

.has-border-light[b-wh5hmexfap] {
    border: 1px solid #fff;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.has-background-blazor[b-wh5hmexfap] {
    background-color: #592b8f !important;
}

.has-text-white[b-wh5hmexfap] {
    color: #fff !important;
}

.has-cursor-grab[b-wh5hmexfap] {
    cursor: grab;
}

.drag-column[b-wh5hmexfap] {
    flex: 0 0 12px;
    color: #6c757d;
    background-color: #e9ecef; /* a light neutral tone */
    cursor: grab;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: color 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.preview-section:hover .drag-column[b-wh5hmexfap] {
    color: #212529;
    background-color: #dee2e6; /* Slightly darker on hover */
}

.preview-section.selected .drag-column[b-wh5hmexfap] {
    color: whitesmoke;
    background-color: #339af0; /* Match blue border on selection */
}

.grip-lines[b-wh5hmexfap] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding-inline: 2px;
}

    .grip-lines[b-wh5hmexfap]::before,
    .grip-lines[b-wh5hmexfap]::after {
        content: "";
        height: 2px;
        background-color: #adb5bd;
        border-radius: 1px;
    }


.output-layer-intro[b-wh5hmexfap] {
    text-align: center;
    font-size: 1.05rem;
    color: #495057;
}

.empty-state-message[b-wh5hmexfap] {
    text-align: center;
    color: #868e96;
    font-size: 1.1rem;
}

.empty-state-container[b-wh5hmexfap] {
    max-width: 600px;
    min-height: 100px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}


@media (min-width: 992px) {
    .empty-state-container[b-wh5hmexfap] {
        min-height: 200px;
    }
}

.output-layer-banner[b-wh5hmexfap] {
    background-color: #e7f1ff;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    font-size: 0.95rem;
    border-left: 4px solid #339af0;
}


.layer-overview[b-wh5hmexfap] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.layer-block[b-wh5hmexfap] {
    border-left: 4px solid transparent;
    background-color: #f8f9fa;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-bottom: 0.5rem;
    margin-right: 1px;
}

    .layer-block + .layer-block[b-wh5hmexfap] {
        border-top: 1px solid #dee2e6;
    }

.layer-output[b-wh5hmexfap] {
    border-left-color: #845ef7;
}

/* /Components/CustomControls/Instructions/Layers/OutputSectionEditor.razor.rz.scp.css */
.sticky-toolbar[b-nnrqbefb8o] {
    position: sticky;
    top: 7.5rem;
}

/* Insert area */
.bullet-insert-area[b-nnrqbefb8o] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 2.5rem;
    margin: 0.5rem 1rem;
    border-radius: 6px;
    background-color: #e0f0ff; /* lighter base */
    box-shadow: inset 0 0 0 1px #91caff;
    transition: all 0.3s ease;
}

    .bullet-insert-area:hover[b-nnrqbefb8o] {
        background-color: #cfe8ff;
        box-shadow: inset 0 0 0 2px #339af0;
    }

    .bullet-insert-area .add-icon[b-nnrqbefb8o] {
        font-size: 1.5rem;
        color: #0d6efd;
        font-weight: bold;
        transform: scale(1);
        transition: transform 0.2s ease;
    }

    .bullet-insert-area:hover .add-icon[b-nnrqbefb8o] {
        transform: scale(1.1);
    }

.bullet-scroll-container[b-nnrqbefb8o] {
    max-height: 32vh;
}

@media (min-height: 550px) {
    .bullet-scroll-container[b-nnrqbefb8o] {
        max-height: 40vh;
    }
}

@media (min-height: 800px) {
    .bullet-scroll-container[b-nnrqbefb8o] {
        max-height: 55vh;
    }
}


/* Bullet row base */
.bullet-row[b-nnrqbefb8o] {
    display: flex;
    align-items: center;
    padding: 7.5px 12px 7.5px 0px; /* top right bottom left */
    border-radius: 4px;
    border-left: 4px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
    background-color: white;
}

    .bullet-row:active[b-nnrqbefb8o] {
        cursor: grabbing;
    }

/* Responsive input shrinking */
.bullet-label[b-nnrqbefb8o],
.bullet-fallback[b-nnrqbefb8o] {
    min-width: 0;
    flex: 1;
}

/* Hover blue */
.bullet-row.hoverable:hover[b-nnrqbefb8o] {
    background-color: #d0ebff;
    border-left-color: #339af0;
}

/* Disable hover during dragging */
.dragging .bullet-row.hoverable:hover[b-nnrqbefb8o] {
    background-color: inherit;
    border-left-color: transparent;
}

/* Danger red */
.bullet-row.danger:not(.hoverable):not(:hover)[b-nnrqbefb8o],
.bullet-row.danger:not(.hoverable)[b-nnrqbefb8o] {
    background-color: #ffe6e6;
    border-left-color: #f03e3e;
}

.drag-handle[b-nnrqbefb8o] {
    padding-left: 12px;
    padding-right: 12px;
    cursor: grab;
    color: #6c757d;
    user-select: none;
    display: flex;
    align-items: center;
}

.empty-state-message[b-nnrqbefb8o] {
    color: #868e96;
    font-size: 1rem;
}
/* /Components/CustomControls/Instructions/Layers/PurposeLayerEditor.razor.rz.scp.css */
.layer-overview[b-3bsy13k47k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.layer-block[b-3bsy13k47k] {
    border-left: 4px solid transparent;
    background-color: #f8f9fa;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-bottom: 0.5rem;
    margin-right: 1px;
}

    .layer-block + .layer-block[b-3bsy13k47k] {
        border-top: 1px solid #dee2e6;
    }

.layer-purpose[b-3bsy13k47k] {
    border-left-color: #ae3ec9;
}

textarea.form-control[b-3bsy13k47k] {
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    resize: vertical;
    width: 100%;
    min-height: 37vh;
}

@media (min-height: 550px) {
    textarea.form-control[b-3bsy13k47k] {
        min-height: 45vh;
    }
}

@media (min-height: 800px) {
    textarea.form-control[b-3bsy13k47k] {
        min-height: 65vh;
    }
}}
/* /Components/CustomControls/Instructions/Layers/TenantLayerEditor.razor.rz.scp.css */
.layer-overview[b-kktvp4umf9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.layer-block[b-kktvp4umf9] {
    border-left: 4px solid transparent;
    background-color: #f8f9fa;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-bottom: 0.5rem;
    margin-right: 1px;
}

    .layer-block + .layer-block[b-kktvp4umf9] {
        border-top: 1px solid #dee2e6;
    }

.layer-tenant[b-kktvp4umf9] {
    border-left-color: #2f9e44;
}

textarea.form-control[b-kktvp4umf9] {
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    resize: vertical;
    width: 100%;
    min-height: 37vh;
}

@media (min-height: 550px) {
    textarea.form-control[b-kktvp4umf9] {
        min-height: 45vh;
    }
}

@media (min-height: 800px) {
    textarea.form-control[b-kktvp4umf9] {
        min-height: 65vh;
    }
}
/* /Components/CustomControls/LoginMethodSelector.razor.rz.scp.css */
.icon-container[b-nlyx7wzqs8] {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 5rem;
    min-height: 5rem;
}

.check-circle[b-nlyx7wzqs8] {
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    font-size: 2rem;
    line-height: 1;
    color: #28a745;
    background-color: white;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.material-symbols-outlined[b-nlyx7wzqs8] {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.login-container[b-nlyx7wzqs8] {
    width: fit-content;
    cursor: pointer;
}

.bankid-icon[b-nlyx7wzqs8] {
    width: 5rem; /* Adjust as needed */
    height: 5rem; /* Adjust as needed */
}
/* /Components/CustomControls/ParticipantRoles/RoleDeleteModal.razor.rz.scp.css */
.role-delete-pill[b-enruu26kel] {
    background-color: #e6f4f4;
    color: #1b656a;
    border: 1px solid #1b656a;
    font-weight: 500;
    border-radius: .3rem;
    user-select: none;
}
/* /Components/CustomControls/Tenant/TenantActions.razor.rz.scp.css */
.tenant-action-wrapper[b-zooq5yq4wv] {
    position: relative;
    display: inline-block;
}

.tenant-action-menu[b-zooq5yq4wv] {
    right: 0;
    left: auto;
    top: 100%;
    min-width: 12rem;
    z-index: 1000;
}

.dropdown-menu .dropdown-item:focus[b-zooq5yq4wv],
.dropdown-menu .dropdown-item:active[b-zooq5yq4wv] {
    background-color: rgba(27, 101, 106, 0.1); /* translucent version of #1b656a */
    color: #1b656a !important;
    outline: none;
}


/* /Components/Layout/LogoutNavLink.razor.rz.scp.css */
.nav-item[b-o6tf11ki2t] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-o6tf11ki2t]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-o6tf11ki2t]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-o6tf11ki2t]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.logout-nav[b-o6tf11ki2t] {
    cursor: pointer;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.logout-nav-icon[b-o6tf11ki2t] {
    display: inline-block;
    position: relative;
    width: 20px;
    background-size: cover;
    margin-right: 0.75rem;
    font-size: 1.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Base sidebar gradient */
.sidebar[b-rin745s148] {
    background-image: linear-gradient(180deg, #0a3c41 0%, #1b656a 100%);
}

/* Toggleable sidebar width classes */
.sidebar-expanded[b-rin745s148] {
    width: var(--sidebar-width);
}

.sidebar-collapsed[b-rin745s148] {
    width: var(--sidebar-width-collapsed);
}

/* Toggleable main content offset */
.main-expanded[b-rin745s148] {
    margin-left: var(--sidebar-width);
}

.main-collapsed[b-rin745s148] {
    margin-left: var(--sidebar-width-collapsed);
}

/* Header bar */
.top-row[b-rin745s148] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 10;
}

    .top-row[b-rin745s148]  a,
    .top-row[b-rin745s148]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-rin745s148]  a:hover,
        .top-row[b-rin745s148]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-rin745s148]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* Small screen (mobile) adjustments */
@media (max-width: 640.98px) {
    .page[b-rin745s148] {
        flex-direction: column;
    }

    main[b-rin745s148],
    .main-expanded[b-rin745s148],
    .main-collapsed[b-rin745s148] {
        margin-left: 0 !important;
    }

    .sidebar[b-rin745s148],
    .sidebar-expanded[b-rin745s148],
    .sidebar-collapsed[b-rin745s148] {
        width: 100% !important;
        position: relative; /* sidebar stacks instead of staying fixed */
        height: auto;
    }

    .top-row[b-rin745s148] {
        justify-content: space-between;
    }

        .top-row[b-rin745s148]  a,
        .top-row[b-rin745s148]  .btn-link {
            margin-left: 0;
        }
}

/* Large screen (desktop) layout */
@media (min-width: 641px) {
    .page[b-rin745s148] {
        flex-direction: row;
    }

    .sidebar[b-rin745s148] {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100vh;
        z-index: 1000;
    }

    .top-row[b-rin745s148] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

        .top-row.auth[b-rin745s148]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-rin745s148], article[b-rin745s148] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sogd4fel5i] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sogd4fel5i] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-sogd4fel5i] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-inline: 1rem;
}

.icon-menu-arrow[b-sogd4fel5i] {
    text-align: right;
    font-size: 1.5rem;
}

.navbar-brand[b-sogd4fel5i] {
    font-size: 1.1rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sogd4fel5i] {
        display: none;
    }

    .collapse[b-sogd4fel5i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-sogd4fel5i] {
        display: block;
    }
}
/* /Components/Layout/NavMenuItem.razor.rz.scp.css */
.bi[b-4x12hta3p1] {
    font-size:1.25rem;
    margin-right: 0.75rem;
}

.nav-item[b-4x12hta3p1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-4x12hta3p1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-4x12hta3p1]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-4x12hta3p1]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
/* /Components/Pages/Login.razor.rz.scp.css */
[b-48wmji9r73] .full-width-background {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-48wmji9r73] .centered-box {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
}
/* /Components/Pages/ParticipantRoles.razor.rz.scp.css */
.disabled-checkbox[b-ecnjojb3ph] {
    cursor: not-allowed;
}
/* /Components/Pages/Tenant.razor.rz.scp.css */
.card[b-938hjgavn4] {
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background-color: #fff;
}

.card-body[b-938hjgavn4] {
    padding: 1rem;
}
/* /Components/Pages/TranscriptionTest.razor.rz.scp.css */
/* 
  Prevent occasional "text over text" rendering when the HTML contains
  aggressive/invalid inline line-height styles (often produced by editors/copypaste).
  We force a sane baseline and override inline line-height on common text/list tags.
*/

#summary-content[b-sjegdyinlh] {
    line-height: 1.35;
}

/* Override inline line-height from generated HTML */
#summary-content[b-sjegdyinlh]  ul,
#summary-content[b-sjegdyinlh]  ol,
#summary-content[b-sjegdyinlh]  li,
#summary-content[b-sjegdyinlh]  p,
#summary-content[b-sjegdyinlh]  span {
    line-height: 1.35 !important;
}

/* Give list items a tiny vertical separation */
#summary-content[b-sjegdyinlh]  li {
    margin-bottom: 0.15rem;
}

/*
  Also apply to RadzenHtmlEditor (edit mode) where the content is inside
  Radzen's internal editable surface.
*/
[b-sjegdyinlh] .rz-html-editor,
[b-sjegdyinlh] .rz-html-editor-content,
[b-sjegdyinlh] .rz-html-editor-content * {
    line-height: 1.35 !important;
}

