@import '_content/GF.MS.DB.Blazor.Components.Accordion/GF.MS.DB.Blazor.Components.Accordion.o0egs090ld.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.ActionBar/GF.MS.DB.Blazor.Components.ActionBar.44qjy3e6hh.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Buttons/GF.MS.DB.Blazor.Components.Buttons.eehrtdrha6.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.DataTable/GF.MS.DB.Blazor.Components.DataTable.l2basetc24.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Fields/GF.MS.DB.Blazor.Components.Fields.b5t2etgzdr.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Forms/GF.MS.DB.Blazor.Components.Forms.jx0kzl4wxz.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Icons/GF.MS.DB.Blazor.Components.Icons.jbyey8ubia.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.ProgressIndicators/GF.MS.DB.Blazor.Components.ProgressIndicators.goh4phj0jr.bundle.scp.css';
@import '_content/GF.MS.DB.Blazor.Components.Sliders/GF.MS.DB.Blazor.Components.Sliders.8wgfh6zp5b.bundle.scp.css';

/* /Components/AppShell.razor.rz.scp.css */
/* /Components/Availability/AvailabilityView.razor.rz.scp.css */
.wrapper[b-qoijevw9ek] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.message[b-qoijevw9ek] {
    font-weight: bold;
    color: var(--ugg-color-secondary);
}
/* /Components/Dialogs/AboutDialog/AboutDialog.razor.rz.scp.css */
.about-dialog-content[b-m8qt04sfwl] {
    text-align: center;
}
/* /Components/PortalNavigation/Navigation.razor.rz.scp.css */
.portal-navigation[b-7vmvat32f6] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
/* /Components/PortalNavigation/NavigationTab.razor.rz.scp.css */
.portal-navigation-tab[b-htmll4b97z] {
    --tab-bottom-border: transparent;
    --tab-background: initial;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 18rem;
    background: var(--tab-background);
    border-bottom: 0.2rem solid var(--tab-bottom-border);
    transition: background 0.5s;
    animation: ease-out 0 1 keyframes;
    animation-name: keyframes;
}

    .portal-navigation-tab:active[b-htmll4b97z] {
        background: var(--ugg-color-surface-4);
        transform: scale(1.01);
    }

    .portal-navigation-tab:hover[b-htmll4b97z] {
        background: var(--ugg-color-surface-4);
        transform: scale(1.01);
        cursor: pointer;
    }

.portal-navigation-tab-label[b-htmll4b97z] {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    font-size: 1rem;
}
/* /Pages/AccessManagement/AccessManagementView.razor.rz.scp.css */
.page[b-6iyes69z96] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.page-header[b-6iyes69z96] {
    flex: 0 0 auto;
    height: 5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 1rem 2rem;
}

.page-content[b-6iyes69z96] {
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    padding: 1rem;
}

.detail-page-content[b-6iyes69z96] {
    display: flex;
}

[b-6iyes69z96] .action-textfield-search {
    max-width: 25rem;
    background: rgba(0,0,0,.09);
}
/* /Pages/AccessManagement/RolesView/RoleCard/PermissionsIcon.razor.rz.scp.css */
.permissions-icon[b-and1iq0kjd] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* /Pages/AccessManagement/RolesView/RoleCard/RoleCard.razor.rz.scp.css */
.borneo-role-card-container[b-olxkn1gjx6] {
    width: 30rem;
    height: 10rem;
    padding: 1.25rem;
    background: var(--ugg-color-surface-2);
    margin: 1rem;
    border-radius: 0.3rem;
    box-shadow: 0.2rem 0.2rem 1rem rgba(0,0,0,40);
    outline: 0.2rem solid transparent;
    transition: outline 0.5s;
    animation: ease-out 0 1 keyframes-b-olxkn1gjx6;
    animation-name: keyframes-b-olxkn1gjx6;
    animation-duration: var(--pop-in-delay);
}

    .borneo-role-card-container:active[b-olxkn1gjx6] {
        background: var(--ugg-color-surface-3);
        outline-color: var(--ugg-color-primary);
        transform: scale(1.02);
    }

    .borneo-role-card-container:hover[b-olxkn1gjx6] {
        background: var(--ugg-color-surface-3);
        outline-color: var(--ugg-color-primary);
        transform: scale(1.02);
        cursor: pointer;
    }

    .borneo-role-card-container > div[b-olxkn1gjx6] {
        width: 100%
    }

.borneo-role-card-title-section[b-olxkn1gjx6] {
    display: flex;
    padding: 0.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.borneo-role-card-title-main[b-olxkn1gjx6] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1rem;
}

.borneo-role-card-title-label[b-olxkn1gjx6] {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--ugg-color-primary);
    font-size:1.5rem;
}

.borneo-role-card-title-attributes[b-olxkn1gjx6] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1rem;
}

.borneo-role-card-title-attributes-item[b-olxkn1gjx6] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1rem;
}

.borneo-role-card-description-section[b-olxkn1gjx6]{

}

@keyframes keyframes-b-olxkn1gjx6 {
    0% {
        transform: translate(100%, 100vh) rotate(45deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}
/* /Pages/AccessManagement/RolesView/RoleDetailView/RoleDetailAddPermission.razor.rz.scp.css */
.permission-select-group[b-9hlwsr5zmd] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    width: 100%;
    margin-top: 0.5rem;
}
/* /Pages/AccessManagement/RolesView/RoleDetailView/RoleDetailAddUser.razor.rz.scp.css */
.user-select-group[b-rhmjmhcd6x] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    width: 100%;
    margin-top: 0.5rem;
}
/* /Pages/AccessManagement/RolesView/RoleDetailView/RoleDetailPermissionsTable.razor.rz.scp.css */
.role-permissions-table-wrapper[b-l257xd7vvd] {
    --color-header: var(--ugg-color-surface-1);
    --color-cell: var(--ugg-color-surface-2);
    --color-cell-hover: var(--ugg-color-surface-3);
    --color-cell-active: var(--ugg-color-surface-4);
    --font-size: 1rem;
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background-color: var(--color-header);
    border-radius: 0.3rem;
    padding: 0 1rem;
    max-height: 30rem;
}

[b-l257xd7vvd] .mud-table-container {
    overflow: visible
}

[b-l257xd7vvd] .mud-table-pagination {
    position: sticky;
    bottom: 0;
}

[b-l257xd7vvd] .mud-toolbar {
    background-color: var(--color-header);
}

[b-l257xd7vvd] table {
    border-collapse: collapse;
}

[b-l257xd7vvd] thead > tr > th {
    background-color: var(--color-header) !important;
    border-bottom: none;
    font-size: var(--font-size);
}

[b-l257xd7vvd] tbody > tr {
    background-color: var(--color-cell) !important;
}

    [b-l257xd7vvd] tbody > tr:hover {
        background-color: var(--color-cell-hover) !important;
    }

    [b-l257xd7vvd] tbody > tr:active {
        background-color: var(--color-cell-active) !important;
    }

[b-l257xd7vvd] tfoot {
    position: sticky;
    bottom: 0;
}

[b-l257xd7vvd] tbody > tr > td {
    background-color: inherit;
    border-bottom: 0.1rem solid var(--ugg-color-surface-1);
    padding: 1rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-size);
}

@media (max-width: 600px){
    [b-l257xd7vvd] .mud-table-cell {
        width: 100%;
        min-width: 22rem;
    }
}
/* /Pages/AccessManagement/RolesView/RoleDetailView/RoleDetailUserTable.razor.rz.scp.css */
.role-users-table-wrapper[b-pc62hpyiaj] {
    --color-header: var(--ugg-color-surface-1);
    --color-cell: var(--ugg-color-surface-2);
    --color-cell-hover: var(--ugg-color-surface-3);
    --color-cell-active: var(--ugg-color-surface-4);
    --font-size: 1rem;
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background-color: var(--color-header);
    border-radius: 0.3rem;
    padding: 0 1rem;
    max-height: 30rem;
}

[b-pc62hpyiaj] .mud-table-container {
    overflow: visible
}

[b-pc62hpyiaj] .mud-table-pagination {
    position: sticky;
    bottom: 0;
}

[b-pc62hpyiaj] .mud-toolbar {
    background-color: var(--color-header);
}

[b-pc62hpyiaj] table {
    border-collapse: collapse;
}

[b-pc62hpyiaj] thead > tr > th {
    background-color: var(--color-header) !important;
    border-bottom: none;
    font-size: var(--font-size);
}

[b-pc62hpyiaj] tbody > tr {
    background-color: var(--color-cell) !important;
}

    [b-pc62hpyiaj] tbody > tr:hover {
        background-color: var(--color-cell-hover) !important;
    }

    [b-pc62hpyiaj] tbody > tr:active {
        background-color: var(--color-cell-active) !important;
    }

[b-pc62hpyiaj] tfoot {
    position: sticky;
    bottom: 0;
}

[b-pc62hpyiaj] tbody > tr > td {
    background-color: inherit;
    border-bottom: 0.1rem solid var(--ugg-color-surface-1);
    padding: 1rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-size);
}


@media (max-width: 600px) {
    [b-pc62hpyiaj] .mud-table-cell {
        width: 100%;
        min-width: 22rem;
    }
}

/* /Pages/AccessManagement/RolesView/RoleDetailView/RoleDetailView.razor.rz.scp.css */
.role-detail-page[b-p8ei6qau0c] {
    background: var(--ugg-color-surface-2);
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.role-detail-header[b-p8ei6qau0c] {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    background-color: var(--ugg-color-surface-1);
    font-weight: 700;
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
    width: 100%;
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 5;
}

.role-detail-header-text[b-p8ei6qau0c] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 2rem;
}

.role-detail-container[b-p8ei6qau0c] {
    padding: 1.5rem;
    position: absolute;
    top: 8.5rem;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    overflow: auto;
    scrollbar-color: var(--ugg-color-surface-2) transparent;
    scrollbar-width: thin;
}

.role-detail-row[b-p8ei6qau0c] {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    padding: 1rem;
}

.role-detail-table[b-p8ei6qau0c] {
    padding: 1rem;
    margin-top: 1rem;
}

.role-detail-table-content[b-p8ei6qau0c] {
    padding: 1.5rem;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
/* /Pages/AccessManagement/RolesView/RolesCardsView.razor.rz.scp.css */
.borneo-roles-view-container[b-fg4g2r5rzv] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    background: var(--ugg-color-surface-2);
    width: 100%;
    border-radius: 0.3rem;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 1610px) {
    .borneo-roles-view-container[b-fg4g2r5rzv] {
        justify-content: space-evenly;
    }
}
/* /Pages/AccessManagement/UsersView/UserTableMenu/UserPermissionSelect.razor.rz.scp.css */
.permission-select-group[b-zbzp2osqa3] {
    display: flex;
    padding-top: 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    width: 100%;
}
/* /Pages/AccessManagement/UsersView/UserTableMenu/UserPermissionsTable.razor.rz.scp.css */
.permissions-users-table-wrapper[b-d95ba42ldd] {
    --color-header: var(--ugg-color-surface-2);
    --color-cell: var(--ugg-color-surface-2);
    --color-cell-hover: var(--ugg-color-surface-2);
    --color-cell-active: var(--ugg-color-surface-2);
    --font-size: 1rem;
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    background-color: var(--color-header);
    border-radius: 0.3rem;
}

[b-d95ba42ldd] .mud-table-container {
    overflow: visible
}

[b-d95ba42ldd] .mud-table-pagination {
    position: sticky;
    bottom: 0;
}

[b-d95ba42ldd] .mud-toolbar {
    background-color: var(--color-header);
}

[b-d95ba42ldd] table {
    border-collapse: collapse;
}

[b-d95ba42ldd] thead > tr > th {
    background-color: var(--color-header) !important;
    border-bottom: none;
    font-size: var(--font-size);
}

[b-d95ba42ldd] tbody > tr {
    background-color: var(--color-cell) !important;
}

    [b-d95ba42ldd] tbody > tr:hover {
        background-color: var(--color-cell-hover) !important;
    }

    [b-d95ba42ldd] tbody > tr:active {
        background-color: var(--color-cell-active) !important;
    }

[b-d95ba42ldd] tfoot {
    position: sticky;
    bottom: 0;
}

[b-d95ba42ldd] tbody > tr > td {
    background-color: inherit;
    border-bottom: 0.1rem solid var(--ugg-color-surface-1);
    padding: 1rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-size);
}


@media (max-width: 600px) {
    [b-d95ba42ldd] .mud-table-cell {
        width: 100%;
        min-width: 24rem;
    }
}
/* /Pages/AccessManagement/UsersView/UserTableMenu/UserRoleSelect.razor.rz.scp.css */
.role-select-group[b-kfmo95h0j6] {
    display: flex;
    padding-top: 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    width: 100%;
}
/* /Pages/AccessManagement/UsersView/UserTableMenu/UserRolesTable.razor.rz.scp.css */
.role-users-table-wrapper[b-t5zdf7l0dm] {
    --color-header: var(--ugg-color-surface-2);
    --color-cell: var(--ugg-color-surface-2);
    --color-cell-hover: var(--ugg-color-surface-2);
    --color-cell-active: var(--ugg-color-surface-2);
    --font-size: 1rem;
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    background-color: var(--color-header);
    border-radius: 0.3rem;
}

[b-t5zdf7l0dm] .mud-table-container {
    overflow: visible
}

[b-t5zdf7l0dm] .mud-table-pagination {
    position: sticky;
    bottom: 0;
}

[b-t5zdf7l0dm] .mud-toolbar {
    background-color: var(--color-header);
}

[b-t5zdf7l0dm] table {
    border-collapse: collapse;
}

[b-t5zdf7l0dm] thead > tr > th {
    background-color: var(--color-header) !important;
    border-bottom: none;
    font-size: var(--font-size);
}

[b-t5zdf7l0dm] tbody > tr {
    background-color: var(--color-cell) !important;
}

    [b-t5zdf7l0dm] tbody > tr:hover {
        background-color: var(--color-cell-hover) !important;
    }

    [b-t5zdf7l0dm] tbody > tr:active {
        background-color: var(--color-cell-active) !important;
    }

[b-t5zdf7l0dm] tfoot {
    position: sticky;
    bottom: 0;
}

[b-t5zdf7l0dm] tbody > tr > td {
    background-color: inherit;
    border-bottom: 0.1rem solid var(--ugg-color-surface-1);
    padding: 1rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-size);
}


@media (max-width: 600px) {
    [b-t5zdf7l0dm] .mud-table-cell {
        width: 100%;
        min-width: 24rem;
    }
}
/* /Pages/AccessManagement/UsersView/UserTableView.razor.rz.scp.css */
.content-text[b-n40ubkt40n] {
    text-transform: capitalize;
    color: var(--ugg-color-secondary);
}

.user-table-wrapper[b-n40ubkt40n] {
    --color-header: var(--ugg-color-surface-1);
    --color-cell: var(--ugg-color-surface-2);
    --color-cell-hover: var(--ugg-color-surface-3);
    --color-cell-active: var(--ugg-color-surface-4);
    --font-size: 1rem;
    display: block;
    height: 90%;
    width: 100%;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    background-color: var(--color-header);
    border-radius: 0.3rem;
}

[b-n40ubkt40n] .mud-table-container {
    overflow: visible;
}

[b-n40ubkt40n] .mud-table-pagination {
    position: sticky;
    bottom: 0;
}

[b-n40ubkt40n] .mud-toolbar {
    background-color: var(--color-header);
}

[b-n40ubkt40n] table {
    border-collapse: collapse;
}

[b-n40ubkt40n] thead > tr > th {
    background-color: var(--color-header) !important;
    border-bottom: none;
    font-size: var(--font-size);
}

[b-n40ubkt40n] tbody > tr {
    background-color: var(--color-cell) !important;
}

[b-n40ubkt40n] tbody > tr:hover {
    background-color: var(--color-cell-hover) !important;
}

[b-n40ubkt40n] tbody > tr:active {
    background-color: var(--color-cell-active) !important;
}

[b-n40ubkt40n] tfoot {
    position: sticky;
    bottom: 0;
}

[b-n40ubkt40n] tbody > tr > td {
    background-color: inherit;
    border-bottom: 0.1rem solid var(--ugg-color-surface-1);
    padding: 1rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-size);
}
/* /Pages/PortalView.razor.rz.scp.css */
.portal-shell[b-1o6x4v515d] {
    display: flex;
    flex-direction: column;
}

.action-bar-title[b-1o6x4v515d] {
    display: flex;
    column-gap: 1rem;
}

.action-bar-tools[b-1o6x4v515d] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    column-gap: 2rem;
    width: 50%;
}

.action-bar-navigation[b-1o6x4v515d] {
    font-size: 10pt;
    text-align: end;
    min-width: 10rem;
}

[b-1o6x4v515d] .mud-select {
    max-width: 25rem;
}

[b-1o6x4v515d] .action-textfield-search {
    max-width: 25rem;
    background: rgba(0,0,0,.09);
}

[b-1o6x4v515d] .mud-input-control.mud-input-input-control {
    margin-top: 0;
}

[b-1o6x4v515d] .mud-input.mud-input-text.mud-input-adorned-start.mud-input-underline.mud-shrink {
    padding-left: 0.5rem;
}

[b-1o6x4v515d] .mud-input-label.mud-input-label-animated.mud-input-label-text.mud-input-label-inputcontrol {
    padding-left: 0.5rem;
    padding-top: 0.4rem;
}
