/* /Components/BooleanPillToggle/BooleanPillToggle.razor.rz.scp.css */
.boolean-pill-toggle[b-0k4yilfike]
{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

[b-0k4yilfike] .boolean-pill-toggle__option.e-btn {
    opacity: 1;
    gap: 10px;
    border-radius: 100px !important;
    border-width: 1px;
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 4px;
    padding-left: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(170, 170, 170, 1);
    color: rgba(35, 35, 35, 1);
}

[b-0k4yilfike] .boolean-pill-toggle__option.is-active.e-btn {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(28, 130, 146, 1);
    border-color: rgba(28, 130, 146, 1);
}

[b-0k4yilfike] .boolean-pill-toggle__option.e-btn:hover,
[b-0k4yilfike] .boolean-pill-toggle__option.e-btn:focus,
[b-0k4yilfike] .boolean-pill-toggle__option.e-btn:active
{
    box-shadow: none;
}

[b-0k4yilfike] .boolean-pill-toggle__option.e-btn:disabled
{
    opacity: 0.65;
    cursor: not-allowed;
}
/* /Components/Pages/PageContainer.razor.rz.scp.css */
/* Default page container with padding */
.page-container[b-0nyn8b9uwq] {
    padding-left: 3rem;  /* pe-6 equivalent */
    padding-right: 3rem; /* ps-6 equivalent */
}

/* Remove padding when PageContainer is inside a sidebar */
.common-sidebar .page-container[b-0nyn8b9uwq] {
    padding-left: 0;
    padding-right: 0;
}
/* /Components/Pages/PageNavigation.razor.rz.scp.css */
/* Page Navigation Component Scoped Styles */
/* This file is automatically scoped to PageNavigation component by Blazor */

/* Back button styling */
.page-previous-button a[b-9qtgdesrol] {
    color: #AAAAAA;
}

    .page-previous-button a:hover[b-9qtgdesrol] {
        color: #888888;
    }

/* Search Box Styling - Styles for Syncfusion TextBox components in child content */
[b-9qtgdesrol] .page-search.e-outline,
[b-9qtgdesrol] .page-search.e-input-group.e-outline,
[b-9qtgdesrol] .page-search.e-textbox.e-outline {
    border: 1px solid #CCCCCC !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    padding: 0 12px !important;
    height: 40px !important;
    box-shadow: none !important;
    transition: all 0.15s ease !important;
}

    [b-9qtgdesrol] .page-search.e-outline:hover,
    [b-9qtgdesrol] .page-search.e-input-group.e-outline:hover,
    [b-9qtgdesrol] .page-search.e-textbox.e-outline:hover {
        border-color: #9CA3AF !important;
    }

    [b-9qtgdesrol] .page-search.e-outline.e-input-focus,
    [b-9qtgdesrol] .page-search.e-input-group.e-outline.e-input-focus,
    [b-9qtgdesrol] .page-search.e-textbox.e-outline.e-input-focus {
        border-color: #405A97 !important;
        box-shadow: 0 0 0 3px rgba(64, 90, 151, 0.08) !important;
    }

    [b-9qtgdesrol] .page-search.e-outline input,
    [b-9qtgdesrol] .page-search.e-input-group input,
    [b-9qtgdesrol] .page-search.e-textbox input {
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        height: auto !important;
        font-size: 14px !important;
        color: #1F2937 !important;
        font-weight: 400 !important;
    }

        [b-9qtgdesrol] .page-search.e-outline input::placeholder,
        [b-9qtgdesrol] .page-search.e-textbox input::placeholder {
            color: #9CA3AF !important;
            font-style: normal !important;
        }

    /* Search Icon Styling */
    [b-9qtgdesrol] .page-search.e-outline .e-input-group-icon,
    [b-9qtgdesrol] .page-search.e-outline .e-clear-icon {
        color: #9CA3AF !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        opacity: 0.7;
        border: 0;
    }

        [b-9qtgdesrol] .page-search.e-outline .e-input-group-icon::before {
            content: "\f002";
            font-family: "Font Awesome 6 Pro", sans-serif;
            font-weight: 900;
        }

    /* Disable hover effect on search icon */
    [b-9qtgdesrol] .page-search.e-outline .e-input-group-icon {
        pointer-events: none !important;
        cursor: default !important;
    }

        [b-9qtgdesrol] .page-search.e-outline .e-input-group-icon:hover {
            color: #9CA3AF !important;
            opacity: 0.7 !important;
        }

/* Dropdown Styling - Styles for Syncfusion DropDownList and MultiSelect in child content */
[b-9qtgdesrol] .e-dropdownlist.e-outline,
[b-9qtgdesrol] .e-multiselect.e-outline,
[b-9qtgdesrol] .e-ddl.e-input-group.e-control-wrapper.e-outline,
[b-9qtgdesrol] .e-ddl.e-control-container.e-outline {
    border: 1px solid #CCCCCC !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    padding: 0 12px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    box-shadow: none !important;
    transition: all 0.15s ease !important;
    display: flex !important;
    align-items: center !important;
}

    [b-9qtgdesrol] .e-dropdownlist.e-outline:hover,
    [b-9qtgdesrol] .e-multiselect.e-outline:hover,
    [b-9qtgdesrol] .e-ddl.e-input-group.e-control-wrapper.e-outline:hover,
    [b-9qtgdesrol] .e-ddl.e-control-container.e-outline:hover {
        border-color: #9CA3AF !important;
    }

    [b-9qtgdesrol] .e-dropdownlist.e-outline.e-input-focus,
    [b-9qtgdesrol] .e-multiselect.e-outline.e-input-focus,
    [b-9qtgdesrol] .e-ddl.e-input-group.e-control-wrapper.e-outline.e-input-focus,
    [b-9qtgdesrol] .e-ddl.e-control-container.e-outline.e-input-focus {
        border-color: #405A97 !important;
        box-shadow: 0 0 0 3px rgba(64, 90, 151, 0.08) !important;
    }

    [b-9qtgdesrol] .e-dropdownlist.e-outline input,
    [b-9qtgdesrol] .e-multiselect.e-outline input {
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        height: auto !important;
        font-size: 14px !important;
        color: #1F2937 !important;
        font-weight: 400 !important;
        line-height: 20px !important;
    }

[b-9qtgdesrol] .e-dropdownlist .e-input-group-icon,
[b-9qtgdesrol] .e-multiselect .e-input-group-icon {
    color: #6B7280 !important;
}

[b-9qtgdesrol] .btn-primary {
    background-color: #405A97;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
}

    [b-9qtgdesrol] .btn-primary:hover {
        background-color: #354A7F;
    }

    [b-9qtgdesrol] .btn-primary:active {
        background-color: #2A3B67;
    }

    [b-9qtgdesrol] .btn-primary:focus {
        box-shadow: 0 0 0 3px rgba(64, 90, 151, 0.2);
    }

[b-9qtgdesrol] .btn-outline-secondary,
[b-9qtgdesrol] .btn-outline-primary {
    background-color: #FFFFFF;
    color: #374151;
    border: 1px solid #CCCCCC;
    box-shadow: none;
}

    [b-9qtgdesrol] .btn-outline-secondary:hover,
    [b-9qtgdesrol] .btn-outline-primary:hover {
        background-color: #F9FAFB;
        border-color: #9CA3AF;
    }

    [b-9qtgdesrol] .btn-outline-secondary:active,
    [b-9qtgdesrol] .btn-outline-primary:active {
        background-color: #F3F4F6;
    }

[b-9qtgdesrol] .btn-icon {
    background-color: #FFFFFF;
    color: #6B7280;
    border: 1px solid #CCCCCC;
    padding: 8px;
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    box-shadow: none;
}

    [b-9qtgdesrol] .btn-icon:hover {
        background-color: #F9FAFB;
        color: #374151;
        border-color: #9CA3AF;
    }

    [b-9qtgdesrol] .btn-icon i {
        font-size: 16px;
    }

[b-9qtgdesrol] .filter-button {
    background-color: #FFFFFF;
    color: #374151;
    border: 1px solid #CCCCCC;
    height: 40px;
    display: inline-flex;
    align-items: center;
    box-shadow: none;
}

    [b-9qtgdesrol] .filter-button:hover {
        background-color: #F9FAFB;
        border-color: #9CA3AF;
    }

    [b-9qtgdesrol] .filter-button:focus,
    [b-9qtgdesrol] .filter-button:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

    [b-9qtgdesrol] .filter-button i {
        font-size: 16px;
        color: #6B7280;
    }

/* Syncfusion Button Overrides - Styles for Syncfusion buttons in child content */
[b-9qtgdesrol] .e-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    font-family: var(--primary-font);
    box-sizing: border-box;
    height: 40px;
}

    [b-9qtgdesrol] .e-btn.e-primary,
    [b-9qtgdesrol] .e-btn.btn-primary {
        background-color: #405A97;
        color: #FFFFFF;
        border: none;
        box-shadow: none;
    }

        [b-9qtgdesrol] .e-btn.e-primary:hover,
        [b-9qtgdesrol] .e-btn.btn-primary:hover {
            background-color: #354A7F;
        }

        [b-9qtgdesrol] .e-btn.e-primary:active,
        [b-9qtgdesrol] .e-btn.btn-primary:active {
            background-color: #2A3B67;
        }

        [b-9qtgdesrol] .e-btn.e-primary:focus,
        [b-9qtgdesrol] .e-btn.btn-primary:focus,
        [b-9qtgdesrol] .e-btn.e-primary:focus-visible,
        [b-9qtgdesrol] .e-btn.btn-primary:focus-visible {
            outline: none !important;
            box-shadow: none !important;
        }

    [b-9qtgdesrol] .e-btn.e-outline {
        background-color: #F9F9F9;
        color: #374151;
        border: 1px solid #CCCCCC;
        box-shadow: none;
    }

        [b-9qtgdesrol] .e-btn.e-outline:hover {
            background-color: #F9FAFB;
            border-color: #9CA3AF;
        }

        [b-9qtgdesrol] .e-btn.e-outline:focus,
        [b-9qtgdesrol] .e-btn.e-outline:focus-visible {
            outline: none !important;
            box-shadow: none !important;
            background-color: #F9FAFB !important;
        }

    [b-9qtgdesrol] .e-btn.btn-icon {
        padding: 8px;
        min-width: 40px;
        height: 40px;
    }

    [b-9qtgdesrol] .btn i,
    [b-9qtgdesrol] .e-btn i {
        margin-right: 6px;
    }

        [b-9qtgdesrol] .btn i:only-child,
        [b-9qtgdesrol] .e-btn i:only-child {
            margin-right: 0;
        }

/* Checkbox styling - Styles for Syncfusion checkbox in child content */
[b-9qtgdesrol] .e-checkbox {
    display: flex;
    align-items: center;
}
/* /Layouts/MainLayout/MainLayout.razor.rz.scp.css */
/* /Pages/Assessments/AssessmentForm/AssessmentForm.razor.rz.scp.css */
.assessment-form-container[b-pyxdps928r] {
    height: 100%;
    min-height: 600px;
    position: relative;
}

.assessment-survey-creator[b-pyxdps928r] {
    position: absolute;
    height: 100%;
    width: 100%;
}
/* /Pages/Assessments/AssessmentManagement/AssessmentManagement.razor.rz.scp.css */
.assessment-cards-wrapper[b-xvlvrjlghv] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.assessment-cards-grid[b-xvlvrjlghv] {
    --bs-gutter-y: 1.5rem;
}

.assessment-cards-grid.row > *[b-xvlvrjlghv] {
    margin-top: var(--bs-gutter-y) !important;
}

.assessment-cards-loading[b-xvlvrjlghv] {
    padding: 24px 0;
    text-align: center;
    color: #6b7280;
    font-weight: 600;
}

.assessment-cards-pager[b-xvlvrjlghv] {
    display: flex;
    justify-content: flex-end;
}

.assessment-card-meta[b-xvlvrjlghv] {
    color: #232323;
    font-size: 14px;
    line-height: 20px;
}

.assessment-card-meta-label[b-xvlvrjlghv] {
    color: #777777;
    font-weight: 600;
    margin-right: 6px;
}

@media (max-width: 767px) {
    .assessment-cards-pager[b-xvlvrjlghv] {
        justify-content: center;
    }
}
/* /Pages/Authentication/Authentication.razor.rz.scp.css */
/* /Pages/Home/Home.razor.rz.scp.css */
/* Tile hover-lift — Bootstrap has no built-in translateY transition */
.admin-tile[b-impma7wogj] {
    color: inherit;
    transition: box-shadow 0.15s ease, transform 0.12s ease, border-color 0.15s ease, background-color 0.15s ease;
}

    .admin-tile:hover[b-impma7wogj] {
        background-color: #F9F9F9;
        color: inherit;
    }

/* Page heading */
.portal-title[b-impma7wogj] {
    color: #232323;
}

/* Category colour dots in tab labels */
.tab-dot[b-impma7wogj] {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

.tab-dot--global[b-impma7wogj] {
    background-color: #F37B48;
}

.tab-dot--workflow[b-impma7wogj] {
    background-color: #23AEB7;
}

.tab-dot--clinical[b-impma7wogj] {
    background-color: #405A97;
}

/* Tile icon badge */
.tile-icon[b-impma7wogj] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.35rem;
}

/* Bottom padding inside the page body so tiles don't bleed to the edge */
.page-content[b-impma7wogj] {
    padding-bottom: 40px !important;
}
/* /Pages/ProviderType/ProviderTypeManagement/ProviderTypeManagement.razor.rz.scp.css */
.provider-type[b-duzjw8cji4] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.provider-type[b-duzjw8cji4]  .page-content {
    min-width: 0;
    max-width: 100%;
}

.provider-type-grid-scroll[b-duzjw8cji4] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
}

.provider-type-grid-scroll[b-duzjw8cji4]  .e-grid {
    min-width: 1280px;
    width: max-content;
}

.provider-type[b-duzjw8cji4]  .e-grid .e-columnheader .e-sortfilterdiv.e-sortfilterdiv {
    padding: 15px 15px !important;
    margin: 0 !important;
}
/* /Pages/Resources/AddDocumentCategoryDialog/AddDocumentCategoryDialog.razor.rz.scp.css */
[b-q5tpo3by4y] .resource-add-category-dialog .e-dlg-content {
    padding: 24px 32px;
}

[b-q5tpo3by4y] .resource-add-category-dialog .e-footer-content {
    padding: 0 32px 28px;
}

[b-q5tpo3by4y] .resource-category-label {
    color: #202124;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

[b-q5tpo3by4y] .resource-category-label.required::after {
    color: #FF1744;
    content: " *";
}

[b-q5tpo3by4y] .resource-category-input {
    width: 100%;
}

[b-q5tpo3by4y] .resource-color-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
}

[b-q5tpo3by4y] .resource-color-option {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    display: inline-flex;
    height: 26px !important;
    justify-content: center;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 26px !important;
}

[b-q5tpo3by4y] .resource-color-option i {
    font-size: 22px;
    line-height: 1;
}

[b-q5tpo3by4y] .resource-color-option.selected::after {
    border: 2px solid #5B8DB8;
    border-radius: 50%;
    content: "";
    height: 32px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
}

[b-q5tpo3by4y] .validation-message {
    color: #DC3545;
    font-size: 13px;
    margin-top: 6px;
}
/* /Pages/Resources/AddDocumentFolderDialog/AddDocumentFolderDialog.razor.rz.scp.css */
[b-jwraot6h77] .resource-add-folder-dialog .e-dlg-header-content {
    border-bottom: 0;
    padding: 30px 32px 10px;
}

[b-jwraot6h77] .resource-add-folder-dialog .e-dlg-header {
    color: #252525;
    font-size: 22px;
    font-weight: 700;
}

[b-jwraot6h77] .resource-add-folder-dialog .e-dlg-content {
    padding: 18px 32px 20px;
}

[b-jwraot6h77] .resource-add-folder-dialog .e-footer-content {
    border-top: 0;
    padding: 0 32px 24px;
}

[b-jwraot6h77] .resource-add-folder-dialog .e-dlg-closeicon-btn {
    margin-left: auto;
}

.resource-folder-form[b-jwraot6h77] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.resource-folder-section[b-jwraot6h77] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.resource-folder-label[b-jwraot6h77] {
    color: #252525;
    font-size: 15px;
    font-weight: 500;
}

.resource-folder-label span[b-jwraot6h77] {
    color: #F71735;
}

.resource-folder-path[b-jwraot6h77] {
    color: #252525;
    font-size: 15px;
    line-height: 22px;
}

.resource-folder-footer[b-jwraot6h77] {
    display: flex;
    gap: 14px;
    justify-content: flex-end;
}

[b-jwraot6h77] .resource-folder-category-chips.e-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-jwraot6h77] .resource-folder-category-chips .e-chip {
    border-radius: 999px !important;
}

[b-jwraot6h77] .resource-folder-category-chips .e-chip.e-focused:not(.e-active) {
    background: #FFFFFF !important;
    border-color: #AAAAAA !important;
}

[b-jwraot6h77] .validation-message {
    color: #DC3545;
    font-size: 13px;
    margin-top: -2px;
}

@media (max-width: 767.98px) {
    [b-jwraot6h77] .resource-add-folder-dialog {
        width: min(560px, calc(100vw - 24px)) !important;
    }

    [b-jwraot6h77] .resource-add-folder-dialog .e-dlg-header-content,
    [b-jwraot6h77] .resource-add-folder-dialog .e-dlg-content,
    [b-jwraot6h77] .resource-add-folder-dialog .e-footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* /Pages/Resources/DocumentFileDrawer/DocumentFileDrawer.razor.rz.scp.css */
[b-pebtrohfh0] .resource-file-drawer .sidebar-section-header {
    padding-bottom: 12px;
}

[b-pebtrohfh0] .resource-file-drawer .sidebar-section-body {
    padding-right: 6px;
}

.resource-drawer-section[b-pebtrohfh0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

.resource-drawer-label[b-pebtrohfh0] {
    color: #202124;
    font-size: 15px;
    font-weight: 500;
}

.resource-drawer-label.required[b-pebtrohfh0]::after {
    color: #FF1744;
    content: " *";
}

.resource-drawer-label-copy[b-pebtrohfh0] {
    color: #6F6F6F;
    font-weight: 400;
}

[b-pebtrohfh0] .resource-drawer-chip-list.e-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-pebtrohfh0] .resource-drawer-chip-list .e-chip {
    background: #FFFFFF !important;
    border: 1px solid #AAAAAA !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #232323 !important;
    min-height: 40px;
    padding: 0 18px !important;
}

[b-pebtrohfh0] .resource-drawer-chip-list .e-chip .e-chip-text {
    color: #232323 !important;
    font-size: 14px;
    font-weight: 400;
}

[b-pebtrohfh0] .resource-drawer-chip-list .e-chip.e-active {
    background: #1F95AE !important;
    border-color: #1F95AE !important;
}

[b-pebtrohfh0] .resource-drawer-chip-list .e-chip.e-active .e-chip-text {
    color: #FFFFFF !important;
    font-weight: 500;
}

[b-pebtrohfh0] .resource-drawer-chip-list .e-chip.e-focused:not(.e-active) {
    background: #FFFFFF !important;
    border-color: #AAAAAA !important;
}

[b-pebtrohfh0] .resource-drawer-chip-list .e-chip.e-focused:not(.e-active) .e-chip-text {
    color: #232323 !important;
}

.folder-selection-placeholder[b-pebtrohfh0] {
    color: #6C757D;
    font-size: 14px;
}

[b-pebtrohfh0] .state-dropdown .e-multiselect.e-control-container .e-multi-select-wrapper,
[b-pebtrohfh0] .state-dropdown .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    min-height: 44px;
    padding: 6px 40px 6px 12px;
    position: relative;
    width: 100%;
}

[b-pebtrohfh0] .state-dropdown .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
[b-pebtrohfh0] .state-dropdown .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 0;
    width: 20px;
}

[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips {
    align-items: center;
    background-color: #5E6470 !important;
    border: 1px solid #5E6470 !important;
    border-radius: 999px;
    display: inline-flex;
    margin: 4px 8px 4px 0;
    min-height: 28px;
    padding: 0 10px;
}

[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips .e-chipcontent,
[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips .e-delim-values {
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 20px;
    opacity: 1 !important;
    visibility: visible !important;
}

[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips .e-chips-close {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips .e-chipcontent::selection,
[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips .e-delim-values::selection {
    color: #FFFFFF !important;
}

[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chipcontent,
[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-delim-values,
[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips-close {
    visibility: visible !important;
}

[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips:hover,
[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-chips:focus-within {
    background-color: #5E6470 !important;
    border-color: #5E6470 !important;
}

[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-searcher {
    color: #232323 !important;
}

[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-delim-view.e-delim-values,
[b-pebtrohfh0] .state-dropdown .e-multi-select-wrapper .e-searcher::placeholder {
    color: #6C757D;
    font-size: 14px;
    font-style: normal;
}

[b-pebtrohfh0] .state-dropdown .e-multiselect.e-control-container,
[b-pebtrohfh0] .state-dropdown .e-multiselect.e-control-container.e-input-group {
    border-radius: 10px;
}

.resource-file-dropzone[b-pebtrohfh0] {
    align-items: center;
    background: #F9FAFD;
    border: 1px dashed #B7C0D8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 38px 24px;
    text-align: center;
}

.resource-file-dropzone.drag-over[b-pebtrohfh0] {
    background: #F2F6FF;
    border-color: #365A9B;
}

.resource-file-dropzone-icon[b-pebtrohfh0] {
    color: #3F5C9A;
    font-size: 38px;
}

.resource-file-dropzone-title[b-pebtrohfh0] {
    color: #6F6F6F;
    font-size: 18px;
    font-weight: 400;
}

.resource-file-dropzone-copy[b-pebtrohfh0] {
    color: #8A8A8A;
    font-size: 15px;
    font-style: italic;
}

.resource-file-browse-button[b-pebtrohfh0] {
    min-width: 164px;
}

.resource-file-input[b-pebtrohfh0] {
    display: none;
}

.resource-selected-file-row[b-pebtrohfh0],
.resource-current-file-row[b-pebtrohfh0] {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E8EAF1;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 18px 20px;
}

.resource-selected-file-meta[b-pebtrohfh0],
.resource-current-file-meta[b-pebtrohfh0],
.resource-current-file-actions[b-pebtrohfh0] {
    align-items: center;
    display: flex;
    gap: 12px;
}

.resource-selected-file-meta[b-pebtrohfh0],
.resource-current-file-meta[b-pebtrohfh0] {
    color: #365A9B;
    font-size: 15px;
    min-width: 0;
}

.resource-selected-file-meta span[b-pebtrohfh0],
.resource-current-file-meta span[b-pebtrohfh0] {
    overflow-wrap: anywhere;
}

.resource-selected-file-delete[b-pebtrohfh0],
.resource-current-file-delete[b-pebtrohfh0],
.resource-current-file-link[b-pebtrohfh0] {
    background: transparent;
    border: 0;
    color: #FF4A5F;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.resource-current-file-link[b-pebtrohfh0] {
    color: #365A9B;
}

[b-pebtrohfh0] .validation-message {
    color: #DC3545;
    font-size: 13px;
    margin-top: -2px;
}

@media (max-width: 991.98px) {
    .resource-selected-file-row[b-pebtrohfh0],
    .resource-current-file-row[b-pebtrohfh0] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Pages/Resources/ResourcesManagement/ResourcesManagement.razor.rz.scp.css */
[b-mskbmvhudz] .resource-toolbar {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

[b-mskbmvhudz] .resource-card-grid {
    width: 100%;
}

[b-mskbmvhudz] .resource-category-toolbar {
    min-width: 0;
    overflow: visible;
}

[b-mskbmvhudz] .resource-filter-column {
    min-width: 0;
}

[b-mskbmvhudz] .resource-management-actions {
    align-items: center;
    display: flex;
    gap: 4px;
}

[b-mskbmvhudz] .resource-upload-column {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

[b-mskbmvhudz] .resource-top-add-folder-button {
    background: #FFFFFF !important;
    border: 1px solid #365A9B !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #365A9B !important;
    font-size: 12px !important;
    font-weight: 600;
    min-height: 42px;
    padding: 0 18px !important;
    white-space: nowrap;
}

[b-mskbmvhudz] .resource-add-category-button {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #9A9A9A !important;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    padding: 0 12px !important;
    transform: translateY(1px);
}

[b-mskbmvhudz] .resource-add-category-button:focus,
[b-mskbmvhudz] .resource-add-category-button:active,
[b-mskbmvhudz] .resource-add-category-button:hover {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--bs-primary) !important;
}

[b-mskbmvhudz] .resource-add-category-button .e-btn-icon {
    margin: 0 !important;
}

[b-mskbmvhudz] .resource-search-box {
    width: 100% !important;
}

[b-mskbmvhudz] .resource-upload-button {
    white-space: nowrap;
    width: 100%;
}

[b-mskbmvhudz] .resource-upload-button i {
    margin-right: 6px;
}

[b-mskbmvhudz] .resource-card {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-height: 190px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

[b-mskbmvhudz] .resource-card:hover {
    background: #F9F9F9;
}

[b-mskbmvhudz] .resource-card-band {
    flex: 0 0 6px;
    width: 100%;
}

[b-mskbmvhudz] .resource-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    padding: 14px;
}

[b-mskbmvhudz] .resource-card-category {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    min-width: 0;
    overflow-wrap: anywhere;
}

[b-mskbmvhudz] .resource-card-title {
    color: #202124;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow-wrap: anywhere;
}

[b-mskbmvhudz] .resource-card-description {
    color: #333333;
    display: -webkit-box;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

[b-mskbmvhudz] .resource-card .btn-ellipsis {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #9A9A9A !important;
    min-width: 24px;
    padding: 0 !important;
}

[b-mskbmvhudz] .resource-card .btn-ellipsis .e-btn-icon {
    margin: 0 !important;
}

[b-mskbmvhudz] .tab-categories .e-tab-text {
    align-items: center;
    display: flex;
    line-height: 16px;
}

[b-mskbmvhudz] .tab-categories .e-hscroll:not(.e-scroll-device) {
    padding: 0 30px;
}

[b-mskbmvhudz] .tab-categories .e-hscroll .e-nav-arrow.e-icons {
    border-bottom: 2px solid rgba(233, 233, 233, 1) !important;
    border-radius: 0 !important;
    width: 40px;
}

.resource-layout[b-mskbmvhudz] {
    border-top: 1px solid #E9E9E9;
    min-height: 520px;
}

.resource-layout--full[b-mskbmvhudz] {
    display: block;
    min-height: auto;
}

.resource-folder-sidebar[b-mskbmvhudz] {
    background: #FFFFFF;
    border-right: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    padding: 18px 18px 24px;
    transition: padding 0.2s ease;
    width: 100%;
}

.resource-folder-sidebar.is-collapsed[b-mskbmvhudz] {
    padding: 18px 8px 24px 10px;
    width: 100%;
}

.resource-folder-sidebar-header[b-mskbmvhudz] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.resource-folder-sidebar-toggle[b-mskbmvhudz] {
    align-items: center;
    background: transparent;
    border: 0;
    color: #A1A1A1;
    display: inline-flex;
    font-size: 15px;
    height: 22px;
    justify-content: center;
    padding: 0;
    width: 22px;
}

[b-mskbmvhudz] .resource-folder-treeview {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

[b-mskbmvhudz] .resource-folder-tree-node-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

[b-mskbmvhudz] .resource-folder-tree-children {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

[b-mskbmvhudz] .resource-folder-tree-children::before {
    content: none;
}

[b-mskbmvhudz] .resource-tree-node {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    display: flex;
    gap: 8px;
    min-height: 50px;
    padding: 0 12px;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

[b-mskbmvhudz] .resource-tree-node-main {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    display: inline-flex;
    flex: 1 1 auto;
    gap: 12px;
    justify-content: flex-start;
    min-width: 0;
    padding: 0;
    text-align: left;
}

[b-mskbmvhudz] .resource-tree-node-main.is-selected {
    color: #252525;
}

[b-mskbmvhudz] .resource-tree-node-content {
    align-items: center;
    color: #8C8C8C;
    display: inline-flex;
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

[b-mskbmvhudz] .resource-tree-node.is-selected {
    background: color-mix(in srgb, var(--resource-folder-accent) 10%, #FFFFFF);
    border-color: var(--resource-folder-accent);
    box-shadow: inset 4px 0 0 var(--resource-folder-accent), 0 0 0 1px var(--resource-folder-accent);
    z-index: 1;
}

[b-mskbmvhudz] .resource-tree-node.is-child {
    min-height: 48px;
    padding-left: 12px;
}

[b-mskbmvhudz] .resource-tree-node.is-child .resource-tree-node-content {
    padding-left: 26px;
}

[b-mskbmvhudz] .resource-tree-node.is-child .resource-tree-node-content::before {
    border-bottom: 1px solid #D4D4D4;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #D4D4D4;
    content: "";
    height: 14px;
    left: 2px;
    position: absolute;
    top: calc(50% - 8px);
    width: 16px;
    z-index: 0;
}

[b-mskbmvhudz] .resource-tree-node.is-selected .resource-tree-node-content {
    color: #252525;
    font-weight: 700;
}

[b-mskbmvhudz] .resource-tree-node.is-selected .resource-tree-node-content i,
[b-mskbmvhudz] .resource-tree-node.is-selected .resource-tree-node-add-button,
[b-mskbmvhudz] .resource-tree-node.is-selected .resource-tree-node-expand-button {
    color: var(--resource-folder-accent);
}

[b-mskbmvhudz] .resource-tree-node-content i {
    color: var(--resource-folder-accent);
    flex: 0 0 auto;
    font-size: 20px;
}

[b-mskbmvhudz] .resource-tree-node-text {
    color: inherit;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-mskbmvhudz] .resource-tree-node.is-selected .resource-tree-node-text {
    font-weight: 700;
}

[b-mskbmvhudz] .resource-tree-node-expand-button {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #B7B7B7;
    display: inline-flex;
    flex: 0 0 14px;
    font-size: 11px;
    height: 14px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 14px;
    z-index: 1;
}

[b-mskbmvhudz] .resource-tree-node-add-button {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #B7B7B7;
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    height: 18px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    position: relative;
    width: 18px;
    z-index: 1;
}

.resource-folder-empty-state[b-mskbmvhudz] {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    padding: 12px 0;
    text-align: center;
}

.resource-folder-empty-title[b-mskbmvhudz] {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.resource-folder-empty-message[b-mskbmvhudz] {
    color: #8C8C8C;
    font-size: 15px;
    margin-bottom: 20px;
    max-width: 210px;
}

[b-mskbmvhudz] .resource-empty-add-folder-button {
    background: #FFFFFF !important;
    border: 1px solid #365A9B !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #365A9B !important;
    font-weight: 600;
    min-height: 40px;
    padding: 0 18px !important;
}

.resource-content-pane[b-mskbmvhudz] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    padding: 0 0 24px 12px;
}

[b-mskbmvhudz] .resource-splitter {
    border: 0 !important;
    min-height: 520px;
}

[b-mskbmvhudz] .resource-splitter.e-splitter-horizontal {
    width: 100%;
}

[b-mskbmvhudz] .resource-splitter .e-pane {
    min-width: 0;
}

[b-mskbmvhudz] .resource-splitter .e-split-bar {
    background: #F8F8F8;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

[b-mskbmvhudz] .resource-splitter .e-split-bar.e-split-bar-horizontal {
    cursor: col-resize;
    min-width: 3px;
    width: 3px !important;
}

.resource-content-header[b-mskbmvhudz] {
    align-items: center;
    background: #FAFAFA;
    border-bottom: 1px solid #F0F0F0;
    color: #252525;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    min-height: 38px;
    padding: 0 22px;
}

.resource-folder-breadcrumb[b-mskbmvhudz] {
    align-items: center;
    color: #8A8A8A;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
}

.resource-breadcrumb-root[b-mskbmvhudz] {
    background: transparent;
    border: 0;
    color: #8A8A8A;
    font-size: 14px;
    padding: 0;
}

.resource-breadcrumb-root.is-selected[b-mskbmvhudz],
.resource-breadcrumb-item:last-child[b-mskbmvhudz] {
    color: #252525;
    font-weight: 700;
}

.resource-breadcrumb-separator[b-mskbmvhudz] {
    color: #B0B0B0;
}

.resource-content-title[b-mskbmvhudz] {
    color: #252525;
    font-size: 15px;
    font-weight: 700;
}

.resource-no-documents[b-mskbmvhudz] {
    padding-top: 32px !important;
}

@media (min-width: 768px) {
    [b-mskbmvhudz] .resource-upload-button {
        width: auto;
    }
}

@media (max-width: 991.98px) {
    [b-mskbmvhudz] .resource-upload-column {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    [b-mskbmvhudz] .resource-top-add-folder-button,
    [b-mskbmvhudz] .resource-upload-button {
        width: auto;
    }

    .resource-folder-sidebar[b-mskbmvhudz],
    .resource-folder-sidebar.is-collapsed[b-mskbmvhudz] {
        border-bottom: 1px solid #E9E9E9;
        border-right: 0;
        min-width: 100%;
        width: 100%;
    }
}
/* /Pages/Resources/UploadDialog/UploadDialog.razor.rz.scp.css */
[b-gflvg6quep] .document-category-selection-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

[b-gflvg6quep] .document-folder-selection-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.folder-selection-placeholder[b-gflvg6quep] {
    color: #6C757D;
    font-size: 14px;
}

[b-gflvg6quep] .state-dropdown .e-multiselect.e-control-container .e-multi-select-wrapper,
[b-gflvg6quep] .state-dropdown .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    min-height: 44px;
    padding: 6px 40px 6px 12px;
    position: relative;
    width: 100%;
}

[b-gflvg6quep] .state-dropdown .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
[b-gflvg6quep] .state-dropdown .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 0;
    width: 20px;
}

[b-gflvg6quep] .state-dropdown .e-multi-select-wrapper .e-chips {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 999px;
    margin: 4px 8px 4px 0;
    min-height: 28px;
}

[b-gflvg6quep] .state-dropdown .e-multi-select-wrapper .e-chips .e-chipcontent,
[b-gflvg6quep] .state-dropdown .e-multi-select-wrapper .e-chips .e-delim-values {
    color: #232323;
    font-size: 14px;
}

[b-gflvg6quep] .state-dropdown .e-multi-select-wrapper .e-chips .e-chips-close {
    color: #232323;
}

[b-gflvg6quep] .state-dropdown .e-multi-select-wrapper .e-delim-view.e-delim-values,
[b-gflvg6quep] .state-dropdown .e-multi-select-wrapper .e-searcher::placeholder {
    color: #6C757D;
    font-size: 14px;
    font-style: normal;
}
/* /Pages/Tasks/TaskManagement/TaskManagement.razor.rz.scp.css */
/* Task Management Component Scoped Styles */

/* Override page-toolbar padding for cleaner look */
[b-8vpglwa5om] .page-toolbar {
    padding: 0 20px !important;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E7EB;
}

/* Fine-tune the tab appearance */
[b-8vpglwa5om] .task-management-tabs .e-tab-header .e-toolbar-items {
    padding: 0 !important;
}

[b-8vpglwa5om] .task-management-tabs .e-tab-header .e-indicator {
    display: none !important;
}

/* Hide tab content since we're rendering it separately */
[b-8vpglwa5om] .task-management-tabs .e-content {
    display: none !important;
}
/* /Pages/User/UserForm/UserForm.razor.rz.scp.css */
[b-s6shey8sv5] .user-form-checkbox.e-checkbox-wrapper,
[b-s6shey8sv5] .user-form-checkbox.e-css.e-checkbox-wrapper {
    align-items: center;
    display: inline-flex;
    min-height: 32px;
}

    [b-s6shey8sv5] .user-form-checkbox.e-checkbox-wrapper .e-frame,
    [b-s6shey8sv5] .user-form-checkbox.e-css.e-checkbox-wrapper .e-frame {
        background-color: #ffffff;
        border: 2px solid #b9b9b9;
        border-radius: 2px;
        box-shadow: none;
        color: transparent;
        height: 20px;
        line-height: 18px;
        min-height: 20px;
        min-width: 20px;
        position: relative;
        width: 20px;
    }

        [b-s6shey8sv5] .user-form-checkbox.e-checkbox-wrapper .e-frame.e-check,
        [b-s6shey8sv5] .user-form-checkbox.e-css.e-checkbox-wrapper .e-frame.e-check {
            background-color: #4c65a8;
            border-color: #4c65a8;
            color: #ffffff;
        }

            [b-s6shey8sv5] .user-form-checkbox.e-checkbox-wrapper .e-frame.e-check::before,
            [b-s6shey8sv5] .user-form-checkbox.e-css.e-checkbox-wrapper .e-frame.e-check::before {
                font-size: 12px;
            }

    [b-s6shey8sv5] .user-form-checkbox.e-checkbox-wrapper .e-label,
    [b-s6shey8sv5] .user-form-checkbox.e-css.e-checkbox-wrapper .e-label {
        color: #232323;
        font-family: var(--primary-font);
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin-left: 12px;
    }

    [b-s6shey8sv5] .user-form-checkbox.e-checkbox-wrapper .e-ripple-container,
    [b-s6shey8sv5] .user-form-checkbox.e-css.e-checkbox-wrapper .e-ripple-container {
        display: none;
    }

/* Variant: Working Hours Checkbox */
[b-s6shey8sv5] .working-hours-checkbox.e-checkbox-wrapper .e-frame:not(.e-check)::after,
[b-s6shey8sv5] .working-hours-checkbox.e-css.e-checkbox-wrapper .e-frame:not(.e-check)::after {
    background-color: #b9b9b9;
    border-radius: 999px;
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}

.working-hours-timepicker-wrapper[b-s6shey8sv5] {
    position: relative;
}

.working-hours-timepicker-left-icon[b-s6shey8sv5] {
    color: #8f96a3;
    font-size: 16px;
    left: 14px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

[b-s6shey8sv5] .working-hours-timepicker input.e-input,
[b-s6shey8sv5] .working-hours-timepicker input {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

[b-s6shey8sv5] .working-hours-timepicker .e-time-icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

    [b-s6shey8sv5] .working-hours-timepicker .e-time-icon::before {
        color: #8f96a3;
        content: '\f078' !important;
        font-family: "Font Awesome 6 Pro", serif !important;
        font-size: 12px;
        font-weight: 900;
    }

[b-s6shey8sv5] .working-hours-day-row.is-unselected .working-hours-checkbox .e-label {
    color: #b9b9b9;
    font-weight: 400;
}

[b-s6shey8sv5] .working-hours-day-row.is-unselected .working-hours-checkbox .e-frame {
    border-color: #b9b9b9;
}

[b-s6shey8sv5] .working-hours-day-row.is-selected .working-hours-checkbox .e-label {
    color: #232323;
    font-weight: 500;
}

[b-s6shey8sv5] #licensure-chips .e-chip {
    background: none !important;
    border: 1px solid #aaaaaa !important;
    border-radius: 100px !important;
    border-width: 1px !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    text-align: center !important;
}

    [b-s6shey8sv5] #licensure-chips .e-chip .e-chip-text {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    [b-s6shey8sv5] #licensure-chips .e-chip.e-active {
        background: #1c8292 !important;
        border-color: #1c8292 !important;
        color: #ffffff !important;
    }

.label-muted[b-s6shey8sv5] {
    color: #777777;
}

.label-helper[b-s6shey8sv5] {
    color: #777777;
    font-size: small;
    margin-bottom: 8px;
}

/* Variant: Supporting Clinician Checkbox */
[b-s6shey8sv5] .supporting-clinician-checkbox.e-checkbox-wrapper .e-frame {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 2px solid #283963;
    background-color: transparent;
}

[b-s6shey8sv5] .supporting-clinician-checkbox.e-checkbox-wrapper .e-label {
    font-size: 16px;
    font-weight: 400;
    padding-left: 4px;
    margin-left: 0;
    vertical-align: middle;
}

[b-s6shey8sv5] .supporting-clinician-checkbox.e-checkbox-wrapper .e-frame.e-check {
    background-color: #283963;
    border-color: #283963;
    color: #fff;
}

[b-s6shey8sv5] .supporting-clinician-checkbox.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
    background-color: #283963;
    opacity: 0.7;
}

[b-s6shey8sv5] .e-input-group:not(.e-multi-select-wrapper),
[b-s6shey8sv5] .e-input-group.e-control-wrapper:not(.e-multi-select-wrapper),
[b-s6shey8sv5] .e-ddl.e-control-wrapper,
[b-s6shey8sv5] .e-control.e-dropdownlist.e-lib.e-input-group {
    min-height: 48px;
    border-radius: 8px;
}

[b-s6shey8sv5] .e-input-group input.e-input,
[b-s6shey8sv5] .e-input-group textarea.e-input,
[b-s6shey8sv5] .e-ddl .e-input-value,
[b-s6shey8sv5] .e-ddl input.e-input {
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
}

[b-s6shey8sv5] .e-input-group.e-error,
[b-s6shey8sv5] .e-control-wrapper.e-error,
[b-s6shey8sv5] .e-ddl.e-error,
[b-s6shey8sv5] .e-input-group.e-error:focus-within,
[b-s6shey8sv5] .e-control-wrapper.e-error:focus-within {
    border-color: #d6d6d6 !important;
    box-shadow: none !important;
    border-radius: 8px;
}

[b-s6shey8sv5] .e-input-group.e-error input.e-input,
[b-s6shey8sv5] .e-ddl.e-error input.e-input,
[b-s6shey8sv5] .e-control-wrapper.e-error input.e-input {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 8px;
}

[b-s6shey8sv5] .licensure-row{
    background-color: #f9f9f9;
    border-radius: 10px;
}

[b-s6shey8sv5] .user-form-table-header {
    background-color: #f9f9f9;
}

[b-s6shey8sv5] .entra-id-button-spacer{
    padding-top: 38px;
}
/* /Shared/Stepper/ElevateStepper.razor.rz.scp.css */
.elevate-stepper[b-n5wakinbfa] {
    --elevate-stepper-height: 10px;
    --elevate-stepper-radius: 999px;
    --elevate-stepper-progress-color: #4EB57C;
    --elevate-stepper-track-color: #E8EEF4;
    align-items: center;
    display: flex;
    gap: 6px;
    width: 100%;
}

.elevate-stepper__segment[b-n5wakinbfa] {
    appearance: none;
    background-color: var(--elevate-stepper-track-color);
    border: 0;
    border-radius: var(--elevate-stepper-radius) !important;
    cursor: pointer;
    flex: 1 1 0;
    height: var(--elevate-stepper-height);
    outline: none;
    overflow: hidden;
    padding: 0;
    transition: background-color 0.2s ease-in-out;
}

.elevate-stepper__segment.is-complete[b-n5wakinbfa],
.elevate-stepper__segment.is-current[b-n5wakinbfa] {
    background-color: var(--elevate-stepper-progress-color);
}

.elevate-stepper__segment:disabled[b-n5wakinbfa] {
    cursor: default;
    opacity: 0.7;
}
