/* /Components/Dashboard/IdentifiedStudentsByDemographic.razor.rz.scp.css */
[b-gmswqr9d7q] .rz-chart,
[b-gmswqr9d7q] .rz-chart svg {
    overflow: visible !important;
}
/* /Components/Dashboard/IdentifiedStudentsBySchool.razor.rz.scp.css */
[b-heowc3ojwk] .rz-chart,
[b-heowc3ojwk] .rz-chart svg {
    overflow: visible !important;
}

[b-heowc3ojwk] .rz-chart svg rect {
    shape-rendering: crispEdges;
}

[b-heowc3ojwk] td.rz-text-wrap {
    white-space: normal !important;
    word-wrap: break-word;
}
/* /Components/Dashboard/IdentifiedStudentsByStrengthDomain.razor.rz.scp.css */
[b-lurcsh4vz5] .rz-chart,
[b-lurcsh4vz5] .rz-chart svg {
    overflow: visible !important;
}

[b-lurcsh4vz5] .rz-chart svg rect {
    shape-rendering: crispEdges;
}

[b-lurcsh4vz5] td.rz-text-wrap {
    white-space: normal !important;
    word-wrap: break-word;
}
/* /Components/Dashboard/IdentifiedStudentsPerSchool.razor.rz.scp.css */
[b-j6eazsnzho] .rz-chart,
[b-j6eazsnzho] .rz-chart svg {
    overflow: visible !important;
}

[b-j6eazsnzho] .rz-chart svg rect {
    shape-rendering: crispEdges;
}
/* /Components/Dashboard/ReferralDashboard.razor.rz.scp.css */
[b-nu1v61yi8d] .rz-chart,
[b-nu1v61yi8d] .rz-chart svg {
    overflow: visible !important;
}

[b-nu1v61yi8d] .rz-chart svg rect {
    shape-rendering: crispEdges;
}

[b-nu1v61yi8d] td.rz-text-wrap {
    white-space: normal !important;
    word-wrap: break-word;
}
/* /Components/PotentiallyGifted/PotentiallyGiftedComponent.razor.rz.scp.css */
/* Wrap grid header text instead of truncating it -- the abbreviated headers
   ("Schoo...", "Doma...", "Eligibil...") were unreadable, so let columns size
   for full text and let the header wrap onto a second line. */
[b-y4hmecu1c0] .rz-grid-table thead th {
    white-space: normal !important;
    word-break: break-word;
    line-height: 1.2;
    vertical-align: middle;
}

[b-y4hmecu1c0] .rz-grid-table thead th .rz-column-title,
[b-y4hmecu1c0] .rz-grid-table thead th .rz-column-title-content {
    white-space: normal !important;
    word-break: break-word;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-6u1hcvl4hc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6u1hcvl4hc] {
    flex: 1;
}

.sidebar[b-6u1hcvl4hc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6u1hcvl4hc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6u1hcvl4hc]  a, .top-row[b-6u1hcvl4hc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6u1hcvl4hc]  a:hover, .top-row[b-6u1hcvl4hc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6u1hcvl4hc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6u1hcvl4hc] {
        justify-content: space-between;
    }

    .top-row[b-6u1hcvl4hc]  a, .top-row[b-6u1hcvl4hc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6u1hcvl4hc] {
        flex-direction: row;
    }

    .sidebar[b-6u1hcvl4hc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6u1hcvl4hc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6u1hcvl4hc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6u1hcvl4hc], article[b-6u1hcvl4hc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
