/* /Components/DetailSection/DetailSection.razor.rz.scp.css */
.ds-card[b-uq7yu3c4qr] {
    border-radius: 16px;
    padding: 0; /* header/body manage their own padding */
    box-shadow: 0 1px 6px rgba(0,0,0,.08);
    background: #fff;
    overflow: hidden;
    border: 1px solid #e7ebf3;
    height:550px;
}
/* /Components/DetailSection/DetailSectionBody.razor.rz.scp.css */
.ds-body[b-st1mwgv7bq] {
    padding: 14px 16px 18px 16px;
    color: #333333;
    /*max-height: 300px;*/
    overflow-y: scroll;
}

.ds-grid[b-st1mwgv7bq] {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 8px 20px;
}

@media (max-width: 720px) {
    .ds-grid[b-st1mwgv7bq] {
        grid-template-columns: 1fr;
    }
}
/* /Components/DetailSection/DetailSectionHeader.razor.rz.scp.css */
.ds-header[b-bj836kp765] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #D7E1F0;
    border-bottom: 1px solid #e7ebf3;
    border-radius: 10px 10px 0px 0px;
    min-height:68px;
}

.ds-title[b-bj836kp765] {
    font-weight: 700;
    font-size: 1.35rem;
    line-height: 1.2;
}

.ds-title-accent[b-bj836kp765] {
    color: var(--primary); /* red accent */
    margin-right: .35rem;
}

.ds-title-main[b-bj836kp765] {
    color: var(--primary);
}

.ds-actions[b-bj836kp765] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.ds-btn[b-bj836kp765] {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #cfd7e6;
    padding: 6px 10px;
    font-weight: 600;
}

    .ds-btn:hover[b-bj836kp765] {
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
    }

.ds-chevron[b-bj836kp765] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    border: none;
    background: #1db954; /* green button */
    color: #fff;
    cursor: pointer;
}

    .ds-chevron .material-icons[b-bj836kp765] {
        font-size: 22px;
        line-height: 1;
    }
/* /Components/DetailSection/DetailSectionRow.razor.rz.scp.css */
.ds-row[b-l5lvhtz3k5] {
    display: contents; /* respects grid columns in parent */
    line-height: 30px;
    background: #0626590D 5%;
    color: #333333;
}

.ds-label[b-l5lvhtz3k5] {
    color: var(--primary); /* slate-ish muted */
    font-weight: 600;
}

.ds-value[b-l5lvhtz3k5] {
    color: var(--primary);
}

.ds-value-strong[b-l5lvhtz3k5] {
    font-weight: 800 !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-53yawayid9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-53yawayid9] {
    flex: 1;
}

.sidebar[b-53yawayid9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-53yawayid9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-53yawayid9]  a, .top-row[b-53yawayid9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-53yawayid9]  a:hover, .top-row[b-53yawayid9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-53yawayid9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-53yawayid9] {
        justify-content: space-between;
    }

    .top-row[b-53yawayid9]  a, .top-row[b-53yawayid9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-53yawayid9] {
        flex-direction: row;
    }

    .sidebar[b-53yawayid9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-53yawayid9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-53yawayid9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-53yawayid9], article[b-53yawayid9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* /Pages/Administration/SecurityMatrix.razor.rz.scp.css */
/* Navy Theme Overrides for Radzen Grid */
.rz-grid-table thead th[b-sog7n8az0a] {
    background-color: #0f172a !important;
    color: white !important;
    border-bottom: 2px solid #1e293b !important;
    padding: 1rem 0.5rem !important;
}

/* Sticky First Column Styling */
.rz-grid-table tr td:first-child[b-sog7n8az0a],
.rz-grid-table tr th:first-child[b-sog7n8az0a] {
    position: sticky !important;
    left: 0;
    z-index: 10;
    background-color: white !important;
    border-right: 1px solid #f1f5f9 !important;
    box-shadow: 4px 0 10px -4px rgba(0,0,0,0.05);
}

.rz-grid-table thead tr th:first-child[b-sog7n8az0a] {
    z-index: 11;
    background-color: #0f172a !important;
}

/* Grid Aesthetics */
.rz-grid-table tr:hover td[b-sog7n8az0a] {
    background-color: #f8fafc !important;
}

.resource-icon[b-sog7n8az0a] {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
}

.button-wrapper[b-sog7n8az0a]  .securitymatrix .rz-button {
    --rz-button-bg: #FFFFFF !important;
    --rz-button-color: #004D99 !important;
    --rz-button-border: #004D99 !important;
    background: var(--rz-button-bg);
    color: #004D99 !important;
    border-color: var(--rz-button-border) !important;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--rz-border-radius);
}

.button-wrapper[b-sog7n8az0a]  .securitymatrix .rz-button.rz-secondary:hover {
    color: #004D99 !important;
}

.button-wrapper[b-sog7n8az0a]  .securitymatrix .rz-button.rz-secondary:focus {
        color: #004D99 !important;
 }

.button-wrapper[b-sog7n8az0a]  .securitymatrix .rz-button-text {
    color: #004D99 !important;
}

.button-wrapper[b-sog7n8az0a]  .securitymatrix .rz-button-text:hover {
    color: #004D99 !important;
}

/* Checkbox Scaling */
.rz-checkbox-box[b-sog7n8az0a] {
    width: 22px !important;
    height: 22px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.checkbox-container:hover .rz-checkbox-box[b-sog7n8az0a] {
    transform: scale(1.1);
    border-color: #38bdf8 !important;
}
/* /Pages/Portfolio/InnoflexAutoLinkingModal.razor.rz.scp.css */
.hideHeader[b-sliuwznds9]  .rz-grid-table thead {
    display: none !important;
}
/* /Pages/Portfolio/InnoflexLinkingDetail.razor.rz.scp.css */
/* Targets the header container of any grid inside our wrapper */
.compact-child-grid[b-9v5gltvh6s]  .rz-grid-header {
    display: none !important;
}

/* Optional: Removes the extra padding often left at the top of the data area */
.compact-child-grid[b-9v5gltvh6s]  .rz-data-grid-data {
    border-top: none !important;
}

.hideHeader[b-9v5gltvh6s]  .rz-grid-table thead
{
    display: none !important;
}

.InnoflexProjectGroup[b-9v5gltvh6s]  .rz-button.rz-variant-text.rz-base {
    background-color: var(--rz-white) !important;
}
/* /Pages/Portfolio/InnoflexPartialLinkingModal.razor.rz.scp.css */
.hideHeader[b-ia7lxqzcdj]  .rz-grid-table thead {
    display: none !important;
}
/* /Pages/Technology/FinancialImpact.razor.rz.scp.css */
/* Target the inner container of the RadzenCheckBoxList */
.auto-grid-list .rz-checkbox-list-horizontal[b-hq73ill1t2] {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.75rem 1rem; 
    width: 100%;
}

/* Ensures the individual items (checkbox + label) stay left-aligned */
.auto-grid-list .rz-checkbox-item[b-hq73ill1t2] {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
}
/* /Pages/Technology/GtoEstimator.razor.rz.scp.css */
.listbox-wrapper[b-qlir5pn3lo]  .gto-estimator .rz-listbox {
    border-color: red !important; /* Example to override border */
    height: 250px !important;
    width: 200px !important;
}

.listbox-wrapper[b-qlir5pn3lo]  .gto-estimator .rz-listbox-header-w-checkbox {
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
}

.listbox-wrapper[b-qlir5pn3lo]  .gto-estimator .rz-inputtext {
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
}

/* Targets the main list element inside the Radzen ListBox */
.listbox-wrapper[b-qlir5pn3lo]  .gto-estimator .rz-listbox-list {
    max-height: 250px; /* Adjust the scrollable height */
    height: 250px;
    width: 200px !important;
    font-size: 12px;
}

/* Targets individual list items */
.listbox-wrapper[b-qlir5pn3lo]  .gto-estimator .rz-multiselect-item {
    font-size: 12px;
    padding: 4px;
}

/* Targets the selected list item */
.listbox-wrapper[b-qlir5pn3lo]  .gto-estimator .rz-state-active {
    font-weight: bold;
}

.listbox-wrapper[b-qlir5pn3lo]  .gto-estimator .rz-multiselect-item-content {
    font-size: 12px;
    padding: 4px;
}

.listbox-wrapper[b-qlir5pn3lo]  .gto-estimator-label {
    font-size: 12px !important;
    font-weight:bold;
}
