/* /Components/Layout/ApplicationLayout.razor.rz.scp.css */
.app-shell[b-q3lc83c695] {
    min-height: 100vh;
    background: #f4f7fb;
}

.app-sidebar[b-q3lc83c695] {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 20;
    display: flex;
    width: 17rem;
    height: 100vh;
    height: 100dvh;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
    padding: 1.25rem;
    color: #e7eef8;
    background: #12233f;
}

.app-brand[b-q3lc83c695] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    flex-shrink: 0;
}

.sidebar-close[b-q3lc83c695] {
    display: none;
}

.app-brand-mark[b-q3lc83c695] {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border-radius: .7rem;
    color: #12233f;
    background: #86d3c5;
}

.app-nav[b-q3lc83c695] {
    display: grid;
    flex: 1;
    min-height: 0;
    align-content: start;
    gap: .35rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #6f86a4 #12233f;
    scrollbar-width: thin;
}

.app-nav[b-q3lc83c695]::-webkit-scrollbar {
    width: .4rem;
}

.app-nav[b-q3lc83c695]::-webkit-scrollbar-track {
    background: #12233f;
}

.app-nav[b-q3lc83c695]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #6f86a4;
}

.app-nav[b-q3lc83c695]  a {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    padding: .72rem .85rem;
    border-radius: .55rem;
    color: #cbd8e9;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.app-nav[b-q3lc83c695]  a:hover,
.app-nav[b-q3lc83c695]  a.active {
    color: #fff;
    background: #253d61;
}

.app-logout[b-q3lc83c695] {
    margin-top: auto;
    padding-top: 1rem;
    flex-shrink: 0;
}

.app-logout .button[b-q3lc83c695] {
    width: 100%;
}

.app-main[b-q3lc83c695] {
    min-height: 100vh;
    min-width: 0;
    margin-left: 17rem;
}

.app-topbar[b-q3lc83c695] {
    display: flex;
    min-height: 4.2rem;
    align-items: center;
    padding: 0 2rem;
    border-bottom: 1px solid #dce4ef;
    background: #fff;
}

.app-topbar-title[b-q3lc83c695] {
    color: #52627a;
    font-weight: 600;
    flex: 0 0 auto;
}

.menu-toggle[b-q3lc83c695] {
    display: none;
    gap: .45rem;
}

.sidebar-backdrop[b-q3lc83c695] {
    display: none;
}

.app-content[b-q3lc83c695] {
    width: 100%;
    min-width: 0;
    max-width: 92rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2rem;
}

@media (max-width: 1023px) {
    .app-sidebar[b-q3lc83c695] {
        width: min(18rem, 86vw);
        visibility: hidden;
        transform: translateX(-105%);
        transition: transform .18s ease;
        box-shadow: 8px 0 30px rgb(15 23 42 / 20%);
    }

    .app-sidebar.is-open[b-q3lc83c695] {
        visibility: visible;
        transform: translateX(0);
    }

    .sidebar-close[b-q3lc83c695] {
        display: inline-grid;
        width: 2.5rem;
        height: 2.5rem;
        margin-left: auto;
        place-items: center;
        border: 1px solid rgb(255 255 255 / 35%);
        border-radius: .5rem;
        color: #fff;
        background: transparent;
        cursor: pointer;
        font-size: 1.35rem;
    }

    .app-main[b-q3lc83c695] {
        margin-left: 0;
    }

    .app-topbar[b-q3lc83c695] {
        gap: 1rem;
        padding: 0 1rem;
    }

    .menu-toggle[b-q3lc83c695] {
        display: inline-flex;
        padding: .55rem .75rem;
        border: 1px solid #bdc9d9;
        border-radius: .45rem;
        background: #fff;
    }

    .app-content[b-q3lc83c695] {
        padding: clamp(1rem, 3vw, 1.5rem);
    }

    .sidebar-backdrop[b-q3lc83c695] {
        position: fixed;
        inset: 0;
        z-index: 15;
        display: block;
        width: 100%;
        border: 0;
        background: rgb(15 23 42 / 45%);
    }
}

@media (max-width: 520px) {
    .app-topbar-title[b-q3lc83c695] {
        display: none;
    }

    .app-content[b-q3lc83c695] {
        padding: 1rem .75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-sidebar[b-q3lc83c695] { transition: none; }
}

#blazor-error-ui[b-q3lc83c695] {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: .6rem 1.25rem .7rem;
    color-scheme: light only;
    background: lightyellow;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
}

#blazor-error-ui .dismiss[b-q3lc83c695] {
    position: absolute;
    top: .5rem;
    right: .75rem;
    cursor: pointer;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ve2ebfpubs] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ve2ebfpubs] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2ctgh2pqjm],
.components-reconnect-repeated-attempt-visible[b-2ctgh2pqjm],
.components-reconnect-failed-visible[b-2ctgh2pqjm],
.components-pause-visible[b-2ctgh2pqjm],
.components-resume-failed-visible[b-2ctgh2pqjm],
.components-rejoining-animation[b-2ctgh2pqjm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2ctgh2pqjm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2ctgh2pqjm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2ctgh2pqjm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2ctgh2pqjm],
#components-reconnect-modal.components-reconnect-retrying[b-2ctgh2pqjm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2ctgh2pqjm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2ctgh2pqjm],
#components-reconnect-modal.components-reconnect-failed[b-2ctgh2pqjm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2ctgh2pqjm] {
    display: block;
}


#components-reconnect-modal[b-2ctgh2pqjm] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2ctgh2pqjm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2ctgh2pqjm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2ctgh2pqjm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2ctgh2pqjm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2ctgh2pqjm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2ctgh2pqjm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2ctgh2pqjm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2ctgh2pqjm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2ctgh2pqjm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2ctgh2pqjm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2ctgh2pqjm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2ctgh2pqjm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2ctgh2pqjm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2ctgh2pqjm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2ctgh2pqjm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2ctgh2pqjm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2ctgh2pqjm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2ctgh2pqjm {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ResourceCatalog.razor.rz.scp.css */
.resource-page-header[b-6cgmgvotj5] { margin-bottom:.8rem; }
.resource-toolbar[b-6cgmgvotj5] { display:grid; grid-template-columns:minmax(13rem,1.6fr) minmax(9rem,.8fr) minmax(9rem,.8fr) auto auto; align-items:end; gap:.65rem; padding:.8rem; margin-bottom:.9rem; }
.resource-toolbar .field[b-6cgmgvotj5] { margin:0; }
.resource-toolbar-actions[b-6cgmgvotj5],.resource-toolbar-primary-actions[b-6cgmgvotj5],.resource-row-actions[b-6cgmgvotj5] { display:flex; align-items:center; gap:.45rem; }
.resource-toolbar-primary-actions[b-6cgmgvotj5] { justify-content:flex-end; }
.resource-list-panel[b-6cgmgvotj5] { padding:0; overflow:visible; }
.resource-list-heading[b-6cgmgvotj5] { padding:1rem 1.15rem .45rem; }
.resource-editor-grid[b-6cgmgvotj5] { grid-template-columns:minmax(10rem,1fr) minmax(10rem,1fr); }
.resource-name-field[b-6cgmgvotj5] { grid-column:1/-1; }
.resource-branch-selection[b-6cgmgvotj5] { margin-top:1rem; }
.resource-checkbox-grid[b-6cgmgvotj5] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.5rem; }
.resource-action-menu[b-6cgmgvotj5] { position:relative; }
.resource-action-menu summary[b-6cgmgvotj5] { display:grid; width:2.25rem; height:2.25rem; place-items:center; border:1px solid #cbd7e5; border-radius:.45rem; color:#29435f; font-size:1.2rem; font-weight:800; cursor:pointer; list-style:none; }
.resource-action-menu summary[b-6cgmgvotj5]::-webkit-details-marker { display:none; }
.resource-action-menu-items[b-6cgmgvotj5] { position:absolute; z-index:4; top:calc(100% + .35rem); right:0; display:grid; min-width:11rem; padding:.35rem; border:1px solid #d5deea; border-radius:.55rem; background:#fff; box-shadow:0 .8rem 2rem rgb(25 45 70 / 18%); }
.resource-action-menu-items button[b-6cgmgvotj5] { padding:.6rem .7rem; border:0; border-radius:.35rem; text-align:left; color:#29435f; background:transparent; cursor:pointer; }
.resource-action-menu-items button:hover[b-6cgmgvotj5] { background:#edf3f8; }
.resource-action-menu-items .is-destructive[b-6cgmgvotj5] { color:#a32f2f; }
.bulk-resource-flow[b-6cgmgvotj5],.bulk-resource-selection[b-6cgmgvotj5] { display:grid; gap:.9rem; }
.bulk-resource-context[b-6cgmgvotj5] { grid-template-columns:repeat(4,minmax(0,1fr)); align-items:end; }
.bulk-resource-search[b-6cgmgvotj5] { grid-column:span 3; }
.bulk-resource-load-action[b-6cgmgvotj5] { display:flex; align-items:end; }
.bulk-resource-selection[b-6cgmgvotj5] { padding-top:.9rem; border-top:1px solid #e0e7ef; }
.compact-heading[b-6cgmgvotj5] { margin:0; }
.compact-heading h3[b-6cgmgvotj5] { margin:0; font-size:1rem; }
.resource-selection-list[b-6cgmgvotj5] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.5rem; max-height:16rem; overflow-y:auto; }
.resource-selection-row[b-6cgmgvotj5] { display:flex; min-width:0; align-items:flex-start; gap:.55rem; padding:.65rem; border-radius:.45rem; background:#f5f8fb; cursor:pointer; }
.resource-selection-row span[b-6cgmgvotj5] { display:grid; min-width:0; gap:.12rem; }
.resource-selection-row small[b-6cgmgvotj5] { color:#68778b; }
.bulk-resource-submit[b-6cgmgvotj5] { position:sticky; bottom:-1.25rem; padding:.9rem 0 0; background:#fff; }
.resource-import-flow[b-6cgmgvotj5],.resource-import-preview[b-6cgmgvotj5] { display:grid; gap:.9rem; }
.resource-import-controls[b-6cgmgvotj5] { display:grid; grid-template-columns:auto minmax(18rem,1fr); align-items:end; gap:.9rem; }
.resource-import-controls .field[b-6cgmgvotj5] { margin:0; }
.resource-import-summary[b-6cgmgvotj5] { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.55rem; margin:0; }
.resource-import-summary>div[b-6cgmgvotj5] { padding:.65rem; border:1px solid #dce4ef; border-radius:.55rem; background:#f7f9fc; }
.resource-import-summary dt[b-6cgmgvotj5] { color:#66758b; font-size:.8rem; }
.resource-import-summary dd[b-6cgmgvotj5] { margin:.15rem 0 0; font-size:1.1rem; font-weight:700; }
.resource-import-preview-scroll[b-6cgmgvotj5] { max-height:22rem; }
.resource-import-preview .excel-row-invalid[b-6cgmgvotj5] { background:#fff5f5; }
.resource-import-row-message[b-6cgmgvotj5] { display:block; margin-top:.15rem; color:#66758b; font-weight:400; }

@media (max-width:74rem) {
    .resource-toolbar[b-6cgmgvotj5] { grid-template-columns:minmax(12rem,1.5fr) repeat(2,minmax(8rem,1fr)); }
    .resource-toolbar-primary-actions[b-6cgmgvotj5] { grid-column:span 2; }
}

@media (max-width:48rem) {
    .resource-toolbar[b-6cgmgvotj5],.resource-editor-grid[b-6cgmgvotj5],.bulk-resource-context[b-6cgmgvotj5],.resource-checkbox-grid[b-6cgmgvotj5],.resource-selection-list[b-6cgmgvotj5],.resource-import-controls[b-6cgmgvotj5],.resource-import-summary[b-6cgmgvotj5] { grid-template-columns:1fr; }
    .resource-toolbar-actions[b-6cgmgvotj5],.resource-toolbar-primary-actions[b-6cgmgvotj5],.bulk-resource-search[b-6cgmgvotj5] { grid-column:auto; }
    .resource-toolbar-actions[b-6cgmgvotj5],.resource-toolbar-primary-actions[b-6cgmgvotj5] { align-items:stretch; flex-direction:column; }
    .resource-toolbar-actions .button[b-6cgmgvotj5],.resource-toolbar-primary-actions .button[b-6cgmgvotj5],.bulk-resource-load-action .button[b-6cgmgvotj5] { width:100%; }
    .resource-name-field[b-6cgmgvotj5] { grid-column:auto; }
}
/* /Components/Pages/StudentResources.razor.rz.scp.css */
.resource-form-grid[b-h0f9e7j299] {
    display: grid;
    grid-template-columns: minmax(12rem, 1.2fr) minmax(10rem, 1fr) minmax(14rem, 1.4fr);
    gap: 1rem;
    align-items: start;
}

.resource-actions[b-h0f9e7j299] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    align-items: center;
}

.resource-edit-fields[b-h0f9e7j299] {
    display: grid;
    gap: .45rem;
    min-width: 13rem;
}

.resource-list-scroll[b-h0f9e7j299] {
    max-height: min(42rem, 68vh);
}

@media (max-width: 900px) {
    .resource-form-grid[b-h0f9e7j299] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .resource-form-grid[b-h0f9e7j299] {
        grid-template-columns: minmax(0, 1fr);
    }

}
/* /Components/Shared/AcademicContextSelector.razor.rz.scp.css */
.academic-context-selector[b-x9mzw6y774] {
    position: relative;
    margin-left: auto;
}

.academic-context-trigger[b-x9mzw6y774] {
    display: grid;
    min-width: min(25rem, 46vw);
    padding: .45rem .75rem;
    border: 1px solid #cbd6e5;
    border-radius: .65rem;
    color: #25344b;
    background: #f8fafc;
    cursor: pointer;
    text-align: left;
}

.academic-context-trigger-label[b-x9mzw6y774] {
    color: #697991;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.academic-context-trigger strong[b-x9mzw6y774] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.academic-context-trigger > span:last-child[b-x9mzw6y774] {
    overflow: hidden;
    color: #607088;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.academic-context-panel[b-x9mzw6y774] {
    position: absolute;
    top: calc(100% + .55rem);
    right: 0;
    z-index: 12;
    width: min(38rem, calc(100vw - 2rem));
    box-sizing: border-box;
    padding: 1rem;
    border: 1px solid #d5deea;
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 16px 38px rgb(15 35 65 / 18%);
}

.academic-context-panel header[b-x9mzw6y774],
.academic-context-confirmation[b-x9mzw6y774] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.academic-context-panel header div[b-x9mzw6y774],
.academic-context-confirmation[b-x9mzw6y774] {
    min-width: 0;
}

.academic-context-panel header small[b-x9mzw6y774],
.academic-context-confirmation span[b-x9mzw6y774] {
    display: block;
    color: #64748b;
}

.academic-context-close[b-x9mzw6y774] {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 auto;
    border: 1px solid #ccd6e3;
    border-radius: .5rem;
    background: #fff;
    cursor: pointer;
    font-size: 1.2rem;
}

.academic-context-fields[b-x9mzw6y774] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.academic-context-fields label[b-x9mzw6y774] {
    display: grid;
    gap: .3rem;
    min-width: 0;
    color: #475569;
    font-size: .78rem;
    font-weight: 700;
}

.academic-context-fields select[b-x9mzw6y774] {
    width: 100%;
}

.academic-context-confirmation[b-x9mzw6y774] {
    margin: .85rem 0 0;
    padding: .65rem .75rem;
    border-radius: .55rem;
    background: #edf8f5;
}

@media (max-width: 700px) {
    .academic-context-trigger[b-x9mzw6y774] {
        min-width: 0;
        width: min(15rem, 58vw);
    }

    .academic-context-panel[b-x9mzw6y774] {
        position: fixed;
        top: 4.4rem;
        right: .75rem;
        left: .75rem;
        width: auto;
        max-height: calc(100dvh - 5.2rem);
        overflow-y: auto;
    }

    .academic-context-fields[b-x9mzw6y774] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .academic-context-trigger-label[b-x9mzw6y774],
    .academic-context-trigger > span:last-child[b-x9mzw6y774] {
        display: none;
    }
}
/* /Components/Shared/AcademicContextSummary.razor.rz.scp.css */
.academic-context-summary[b-u4agwnl4ke] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem .75rem;
    margin-bottom: 1rem;
    padding: .7rem .85rem;
    border: 1px solid #d9e2ed;
    border-radius: .65rem;
    color: #405168;
    background: #f8fafc;
}

.academic-context-summary-label[b-u4agwnl4ke] {
    color: #64748b;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.academic-context-summary strong[b-u4agwnl4ke] {
    color: #1f334e;
}

.academic-context-summary .button[b-u4agwnl4ke] {
    margin-left: auto;
}

@media (max-width: 520px) {
    .academic-context-summary .button[b-u4agwnl4ke] {
        width: 100%;
        margin-left: 0;
    }
}
/* /Components/Shared/FormDialog.razor.rz.scp.css */
.form-dialog[b-gxfxe4kfyc] {
    width: min(42rem, calc(100vw - 2rem));
    max-width: none;
    max-height: calc(100vh - 2rem);
    padding: 0;
    border: 0;
    border-radius: .9rem;
    color: #253b58;
    background: transparent;
    box-shadow: 0 1.5rem 4rem rgb(15 29 49 / 28%);
}

.form-dialog-wide[b-gxfxe4kfyc] {
    width: min(68rem, calc(100vw - 2rem));
}

.form-dialog[b-gxfxe4kfyc]::backdrop {
    background: rgb(16 28 45 / 58%);
    backdrop-filter: blur(2px);
}

.form-dialog-card[b-gxfxe4kfyc] {
    overflow: hidden;
    border-radius: .9rem;
    background: #fff;
}

.form-dialog-header[b-gxfxe4kfyc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid #dce4ef;
}

.form-dialog-header h2[b-gxfxe4kfyc],
.form-dialog-header p[b-gxfxe4kfyc] {
    margin: 0;
}

.form-dialog-header p[b-gxfxe4kfyc] {
    margin-top: .3rem;
    color: #66758b;
}

.form-dialog-body[b-gxfxe4kfyc] {
    max-height: calc(100vh - 9rem);
    padding: 1.25rem;
    overflow-y: auto;
}

@media (max-width: 48rem) {
    .form-dialog[b-gxfxe4kfyc],
    .form-dialog-wide[b-gxfxe4kfyc] {
        width: calc(100vw - 1rem);
        max-height: calc(100vh - 1rem);
    }

    .form-dialog-header[b-gxfxe4kfyc] {
        padding: 1rem;
    }

    .form-dialog-body[b-gxfxe4kfyc] {
        max-height: calc(100vh - 7rem);
        padding: 1rem;
    }
}
/* /Components/Shared/RegisteredResourcePicker.razor.rz.scp.css */
.registered-resource-picker[b-ntwigdkaes] {
    margin-bottom: .45rem;
}

.registered-resource-picker label[b-ntwigdkaes] {
    font-size: .85rem;
}
