@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /App.razor.rz.scp.css */
.body-section[b-cy5sxsqkl7], .app[b-cy5sxsqkl7] {
    display: flex;
    flex: 1;
}
/* /Components/ClientEditor.razor.rz.scp.css */
.dx-grid-padding[b-abmq9axd39] {
    padding: 5px 12px 5px 12px;
}
/* /Components/Confirm.razor.rz.scp.css */
.top-z-index[b-t9oogcbo6o] {
    z-index: 1105 !important;
}
/* /Components/DashboardView.razor.rz.scp.css */
.dashboard-view-header-title[b-x6iuqfgek4] {
    display: flex;
    align-items: center;
    margin-left: 9px;
    font-weight: 400;
}

.dashboard-view-header-settings[b-x6iuqfgek4] {
    padding: 0px 8px 0px 4px;
}

.dashboard-view-header-settings-with-add-new[b-x6iuqfgek4] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 184px;
    order: 2;
}

.header-sec[b-x6iuqfgek4] {
    height: 40px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bs-primary);
}

.f-w-400[b-x6iuqfgek4] {
    font-weight: 400;
}

.m-b-0[b-x6iuqfgek4] {
    margin-bottom: 0;
}

.navigation-icon-container[b-x6iuqfgek4] {
    font-size: 18px;
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.m-r-5[b-x6iuqfgek4] {
    margin-right: 5px;
}

.dx-menu-padding[b-x6iuqfgek4] {
    padding: 0px;
}

/* /Components/ErrorDialog.razor.rz.scp.css */


.error-modal-main-text[b-gao2gegows] {
    text-align: center;
}

.error-modal-footer[b-gao2gegows] {
    justify-content: center;
}
.error-dialog-header[b-gao2gegows] {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.error-dialog-footer[b-gao2gegows] {
    width: 100%;
    text-align: center;
}

.error-icon[b-gao2gegows] {
    text-align: center;
    font-size: xx-large;
    color: var(--bs-danger);
}

.warning-icon[b-gao2gegows] {
    text-align: center;
    font-size: xx-large;
    color: var(--bs-warning);
}

.info-icon[b-gao2gegows] {
    text-align: center;
    font-size: xx-large;
    color: var(--bs-info);
}
/* /Components/FileUploadDialog.razor.rz.scp.css */

/* /Components/IconLabel.razor.rz.scp.css */
.iconlabel-outer[b-roia4dz1xc] {
    display: flex;
    /*min-width: 0;*/ /*children set the width*/
    /*min-height: 0;*/ /*children set the width*/
    /*padding: 0 !important;*/
    /*flex-shrink: 1;*/
    /*align-items: baseline;*/
    line-height: normal;
    font-size: initial;
    align-items: center;
    justify-content: center;
}

.iconlabel-icon-container[b-roia4dz1xc] {
    /*width: 1rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-right: .5rem;*/
    /*border: 1px solid lightgreen;*/
    /*text-align: initial !important;*/
    /*max-width: 0;*/
}

.icon-label-icon[b-roia4dz1xc] {
    display: flex;
}

.iconlabel-text[b-roia4dz1xc] {
    flex: 1;
    margin-left: .25rem;
    line-height: normal;
}

.iconlabelX[b-roia4dz1xc] {
    display: flex;
    flex: 0 1 auto;
}

/*.iconlabelX-icon {
    flex: 0 1 auto;
}
*/
/*.iconlabelX-text {
    flex: 0 1 auto;
    border: 1px solid red;
}
*/
/* /Components/LeftNav.razor.rz.scp.css */
.nav-container[b-zfjnlm1g0p] {
    display: flex;
    flex-direction: column;
    /*flex: 1;*/
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 1rem;
    height: 80%;
}

.scrollable-content[b-zfjnlm1g0p]::-webkit-scrollbar {
    display: none;
}




/* /Components/LeftNavSubMenu.razor.rz.scp.css */
.custom-menu-item[b-sdf26y4yp2] {
    font-size: 14px;
    position: relative;
    width: 150px;
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .custom-menu-item[b-sdf26y4yp2]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentcolor;
        opacity: 0;
        z-index: -1;
    }

    .custom-menu-item:hover[b-sdf26y4yp2]::after {
        opacity: 0.1;
        z-index: 0;
    }

.nav-item-icon[b-sdf26y4yp2] {
    cursor: pointer;
}
/* /Components/ReportView.razor.rz.scp.css */
.report-view-header-title[b-0afkhqyynp] {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-weight: 400;
}
.report-view-header-settings[b-0afkhqyynp] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 126px;
    order: 2;
}
.report-view-header-settings-norenaming[b-0afkhqyynp] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 134px;
    order: 2;
}
.f-w-400[b-0afkhqyynp] {
    font-weight: 400;
}

.m-b-0[b-0afkhqyynp] {
    margin-bottom: 0;
}

.navigation-icon-container[b-0afkhqyynp] {
    font-size: 18px;
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.header-sec[b-0afkhqyynp] {
    height: 40px;
    align-items: center;
    justify-content: space-between;
}

.hidden-div[b-0afkhqyynp] {
    visibility: hidden !important;
    position: absolute;
    top: -100vh;
    width: calc(100% - 275px);
}
.visible-div[b-0afkhqyynp] {
    
}

/* /Components/RichGrid.Razor.rz.scp.css */
*[b-e19n0akzp8] {
    display: flex;
    margin: 0;
    padding: 0;
}
/* /Components/Screen.razor.rz.scp.css */
*[b-a9q90qigui] {
    display: flex;
    margin: 0;
    padding: 0;
}

.main-container[b-a9q90qigui] {
    height: 100%;
}

    .main-container .left-navs[b-a9q90qigui] {
        flex-direction: column;
        flex: 0 0 12rem;
        /*padding: 1rem;*/
        height: 100%;
    }

        .main-container .left-navs .left-navs-top[b-a9q90qigui] {
            flex: 0 0 3rem;
        }

        .main-container .left-navs .left-navs-lower[b-a9q90qigui] {
            height: 100%;
            flex-direction: column;
            align-items: flex-start;
            flex: 1 0 0;
        }

    .main-container .right[b-a9q90qigui] {
        height: 100%;
        flex-direction: column;
        flex: 1 0 0;
    }

        .main-container .right .right-toolbar[b-a9q90qigui] {
            flex: 0 0 3rem;
            padding: .5rem;
        }

.remove-arrow-icon svg[b-a9q90qigui] {
    display: none !important;
}

.report-tab-toolbar[b-a9q90qigui] {
    margin-left: auto;
    align-items: center;
    width: 140px;
    order: 2;
}

.report-tab-settings-icon[b-a9q90qigui] {
    font-size: 20px !important;
}

.report-tab[b-a9q90qigui] {
    display: flex;
    align-items: center;
    padding: 10px;
}

    .report-tab.active[b-a9q90qigui] {
        position: relative;
    }

        .report-tab.active[b-a9q90qigui]::before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            border-bottom: 3px solid var(--bs-primary);
        }

.section-nav-icon-container[b-a9q90qigui] {
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.dxbl-menu-list-item.dxbl-menu-item-pos-start.dxbl-toolbar-menu-item[b-a9q90qigui] {
    width: 160px !important;
}

.add-item-dropdown-menu[b-a9q90qigui] {
    padding: 0px;
}

.add-menu-item[b-a9q90qigui] {
    font-size: 14px;
}
.header-title[b-a9q90qigui] {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-weight: 400;
}

.header-settings[b-a9q90qigui] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 140px;
    order: 2;
}

.screen-header-settings-with-add-new[b-a9q90qigui] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 135px;
    order: 2;
}

.f-w-400[b-a9q90qigui] {
    font-weight: 400;
}

.m-b-0[b-a9q90qigui] {
    margin-bottom: 0;
}
.m-r-5[b-a9q90qigui] {
    margin-right: 5px;
}

/*.animated-container {
    display: flex;
    width: 12rem;
    overflow: hidden;
    border-right: 1px solid var(--bs-primary);
    -webkit-transition: width 0.5s ease-in-out, border-right 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, border-right 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, border-right 0.5s ease-in-out;
    transition: width 0.5s ease-in-out,border-right 0.5s ease-in-out;
}

.hide {
    -webkit-transition: width 0.5s ease-in-out, border-right 1s ease-in-out 1s;
    -moz-transition: width 0.5s ease-in-out, border-right 1s ease-in-out 1s;
    -o-transition: width 0.5s ease-in-out, border-right 1s ease-in-out 1s;
    transition: width 0.5s ease-in-out,border-right 1s ease-in-out 1s;
    width: 0;
    border: none;
}*/

.animated-container[b-a9q90qigui] {
    display: flex;
    width: 200px;
    overflow: hidden;
    border-right: 1px solid var(--bs-primary);
    transition: border-right 0.1s ease-in, width 0.1s ease-in-out;
}

.hide[b-a9q90qigui] {
    width: 0;
    border-right: 0px solid var(--bs-primary);
    transition-delay: 0s, 0.1s;
    transition-duration: 0.2s, 0.1s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-property: width, border-right;
}

.header-sec[b-a9q90qigui] {
    height: 40px;
    align-items: center;
    justify-content: space-between;
}
/* /Components/ScreenHeader.razor.rz.scp.css */
*[b-rtalimtmp0] {
    display: flex;
    margin: 0;
    padding: 0;
}

.header-sec[b-rtalimtmp0] {
    height: 40px;
    align-items: center;
    justify-content: space-between;
}

.header-title[b-rtalimtmp0] {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-weight: 400;
}

.section-nav-icon-container[b-rtalimtmp0] {
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
/* /Components/ScreenNav.razor.rz.scp.css */
.nav-container[b-axmjhzlzpq] {
    display: block;
    height: 100%;
    
}

    .nav-container .title[b-axmjhzlzpq] {
        display: flex;
        height: 40px;
        width: 200px;
        align-items: center;
        padding: 8px 10px 8px 10px;
        flex: 0 0 3rem;
    }
    .nav-container .nav-section[b-axmjhzlzpq] {
        padding: 8px 0px 10px 7px;
        height: calc(100% - 40px);
        overflow: auto;
    }
    

.add-item-icon-container[b-axmjhzlzpq] {
    padding-right: 1px;
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.separator[b-axmjhzlzpq] {
    border-top: 1px solid #ccc; /* Set border style for the separator */
    margin-top: 5px; /* Adjust margin as needed */
    margin-bottom: 5px; /* Adjust margin as needed */
}


.nav-pills .nav-pills[b-axmjhzlzpq] {
    margin-left: 0 !important;
}

h5[b-axmjhzlzpq] {
    margin-bottom: .1rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

.treeview-template-icon[b-axmjhzlzpq] {
    padding: 7px;
    width: 30px;
    height: 30px;
}

.treeview-expand-btn[b-axmjhzlzpq] {
    background-color: currentColor;
    width: 0.7em;
    height: 0.7em;
}

    .treeview-expand-btn.expanded[b-axmjhzlzpq] {
        -webkit-mask-image: url("images/icons/chevron-down.svg");
        mask-image: url("images/icons/chevron-down.svg");
    }

    .treeview-expand-btn.collapsed[b-axmjhzlzpq] {
        -webkit-mask-image: url("images/icons/chevron-right.svg");
        mask-image: url("images/icons/chevron-right.svg");
    }

.active-navigation-item[b-axmjhzlzpq] {
    color: white !important;
    background-color: var(--bs-primary);
    padding: 4px 6px;
    margin-left: -6px;
    border-radius: 0px;
    border: 0.8px solid rgba(0,0,0,0);

}

.scrollable-content[b-axmjhzlzpq]::-webkit-scrollbar {
    display: none;
}
#screenNav .dxbl-navigation-filter[b-axmjhzlzpq]
{
    padding-left: 3px;
}

.custom-menu-item[b-axmjhzlzpq] {
    position: relative;
    width: 198px;
    padding: 4.8px 12px 4.8px 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .custom-menu-item[b-axmjhzlzpq]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentcolor;
        opacity: 0;
        z-index: -1;
    }

    .custom-menu-item:hover[b-axmjhzlzpq]::after {
        opacity: 0.1; /* Adjust the opacity as needed */
        z-index: 0;
    }

.custom-menu-item-disabled[b-axmjhzlzpq] {
    position: relative;
    width: 198px;
    padding: 4.8px 12px 4.8px 12px;
    display: flex;
    justify-content: space-between;
    cursor: default;
    opacity: 0.25;
}

/* /Components/SqlEditor.Razor.rz.scp.css */
*[b-tgyls1qu3u] {
    display: flex;
    margin: 0;
    padding: 0;
}

.results-grid[b-tgyls1qu3u] {
    flex-direction: column;
    flex: 1 0 0rem !important;
}

.sql-editor[b-tgyls1qu3u] {
    flex-direction: column;
    flex: 1 0 0rem !important;
}

.sql-editor-top[b-tgyls1qu3u] {
    flex: 2 0 0;
    width: 100%;
}

.sql-editor-bottom[b-tgyls1qu3u] {
    flex: 1 0 0;
}

.sql-divider[b-tgyls1qu3u] {
    flex: 0 0 2px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.sql-tab[b-tgyls1qu3u] {
    width: 100%;
}
/* /Components/Story/StoryFrame.razor.rz.scp.css */
.story-frame[b-ts63h0tfhy] {
    display: flex;
}

.story-frame-inner[b-ts63h0tfhy] {
    display: flex;
    margin: 0;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    /*border: 1px solid lightgrey;*/
    /*align-items: center;*/
    justify-content: center;
}
/* /Components/Story/StoryItem.razor.rz.scp.css */
.story-item[b-w1zoez85lx] {
    display: flex;
    /*margin-bottom: .5rem;*/
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

    .story-item:last-child[b-w1zoez85lx] {
        /*padding-bottom: 0rem;*/
    }
/* /Components/StylesApplyingSettingsDialog.razor.rz.scp.css */
.dx-demo-label[b-dq03gaauo1] {
    font-size: inherit;
}

    .dx-demo-label.dx-demo-small[b-dq03gaauo1] {
        font-size: 0.75rem;
    }

    .dx-demo-label.dx-demo-large[b-dq03gaauo1] {
        font-size: 1rem;
    }

.dx-demo-select-all-checkbox[b-dq03gaauo1] {
    margin-bottom: 0.25rem;
}

.dx-demo-row[b-dq03gaauo1] {
    display: flex;
    justify-content: space-between;
}

    .dx-demo-row + .dx-demo-row[b-dq03gaauo1] {
        margin-top: 0.25rem;
    }


/* /Components/SuperComponent.razor.rz.scp.css */
.visible-component[b-vkhzsuh58g] {
    display: block;
}

.hidden-component[b-vkhzsuh58g] {
    display: none;
}
/* /Components/UserList.razor.rz.scp.css */
.nav-container[b-9kme46kmo1] {
    display: block;
    height: 100%;
}

    .nav-container .title[b-9kme46kmo1] {
        display: flex;
        height: 40px;
        width: 200px;
        align-items: center;
        padding: 8px 10px 8px 10px;
        flex: 0 0 3rem;
    }

    .nav-container .nav-section[b-9kme46kmo1] {
        padding: 8px 0px 10px 7px;
        height: calc(100% - 40px);
        overflow: auto;
    }


.add-item-icon-container[b-9kme46kmo1] {
    padding-right: 1px;
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.separator[b-9kme46kmo1] {
    border-top: 1px solid #ccc; /* Set border style for the separator */
    margin-top: 5px; /* Adjust margin as needed */
    margin-bottom: 5px; /* Adjust margin as needed */
}


.nav-pills .nav-pills[b-9kme46kmo1] {
    margin-left: 0 !important;
}

h5[b-9kme46kmo1] {
    margin-bottom: .1rem;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

.treeview-template-icon[b-9kme46kmo1] {
    padding: 7px;
    width: 30px;
    height: 30px;
}

.treeview-expand-btn[b-9kme46kmo1] {
    background-color: currentColor;
    width: 0.7em;
    height: 0.7em;
}

    .treeview-expand-btn.expanded[b-9kme46kmo1] {
        -webkit-mask-image: url("images/icons/chevron-down.svg");
        mask-image: url("images/icons/chevron-down.svg");
    }

    .treeview-expand-btn.collapsed[b-9kme46kmo1] {
        -webkit-mask-image: url("images/icons/chevron-right.svg");
        mask-image: url("images/icons/chevron-right.svg");
    }

.active-navigation-item[b-9kme46kmo1] {
    color: white !important;
    background-color: var(--bs-primary);
    padding: 4px 6px;
    margin-left: -6px;
    border-radius: 0px;
    border: 0.8px solid rgba(0,0,0,0);
}

.scrollable-content[b-9kme46kmo1]::-webkit-scrollbar {
    display: none;
}

#screenNav .dxbl-navigation-filter[b-9kme46kmo1] {
    padding-left: 3px;
}

.custom-menu-item[b-9kme46kmo1] {
    position: relative;
    width: 198px;
    padding: 4.8px 12px 4.8px 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .custom-menu-item[b-9kme46kmo1]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentcolor;
        opacity: 0;
        z-index: -1;
    }

    .custom-menu-item:hover[b-9kme46kmo1]::after {
        opacity: 0.1; /* Adjust the opacity as needed */
        z-index: 0;
    }

.custom-menu-item-disabled[b-9kme46kmo1] {
    position: relative;
    width: 100%;
    padding: 4.8px 12px 4.8px 12px;
    display: flex;
    justify-content: space-between;
    cursor: default;
    opacity: 0.25;
}

.disabled-icon[b-9kme46kmo1] {
    opacity: 0.5;
    cursor: default;
}

/* /Components/UserView.razor.rz.scp.css */
/* /Components/Utility/Icon.razor.rz.scp.css */
.icon-container :is(i.icon-item)[b-e1f5q179l0] {
}

.icon-container .icon-item[b-e1f5q179l0] {
}
/* /Components/View.razor.rz.scp.css */
.view-main-container[b-1khj4wtgzk] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header-align-right span[b-1khj4wtgzk] {
    width: 100%;
    text-align: right;
    display: inline-block; /* needed so width applies */
}
/* /Components/ViewSettingsDialog.razor.rz.scp.css */
.view-name-container[b-1rhwdkdot8] {
    padding: 1rem 1rem 0.5rem 1rem;
}

.view-settings-data-container[b-1rhwdkdot8] {
    
}

.view-settings-columns-container[b-1rhwdkdot8] {

}
/* /Pages/FolioEdit.razor.rz.scp.css */
.header-section[b-7vbu3oiyqc] {
    padding: 0px 8px 0px 4px;
}

.header-title[b-7vbu3oiyqc] {
    display: flex;
    align-items: center;
    margin-left: 12px;
    font-weight: 400;
}

.header-settings-with-add-new[b-7vbu3oiyqc] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 144px;
    order: 2;
    margin-right: 12px;
}
/* /Pages/Settings/SettingsPage.razor.rz.scp.css */
*[b-oihybrnhl2] {
    display: flex;
    margin: 0;
    padding: 0;
}

.settings-container[b-oihybrnhl2] {
    height: 100%;
}

.settings-left[b-oihybrnhl2] {
    flex-direction: column;
    flex: 0 0 12rem;
    padding: 1rem;
    border-right: 1px solid var(--bs-primary);
}

    .settings-left .settings-left-top[b-oihybrnhl2] {
        flex: 0 0 3rem;
    }

    .settings-left .settings-left-lower[b-oihybrnhl2] {
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }

.settings-right[b-oihybrnhl2] {
    flex-direction: column;
    flex: 1 0 0;
    padding: 1rem;
    overflow-y: auto;
}

h2-app[b-oihybrnhl2] {
    /*margin-top: 2rem;*/
}
/* /Pages/Settings/Story/StoryIconLabel.razor.rz.scp.css */
.component-multiple[b-bretln2ay7] {
    margin: 0;
    padding: 1rem;
    border: 1px solid lightgrey;
}

.component-single[b-bretln2ay7] {
    margin: 0;
    padding-bottom: .5rem;
}
/*
h1 {
    font-size: 1rem;
    padding-top: 0rem;
    text-transform: uppercase;
}

h2 {
    font-size: 1rem;
    padding-top: 1rem;
    font-weight: 800;
}

h3 {
    font-size: 1rem;
    padding-top: 1rem;
}

h4 {
    font-size: 1rem;
    padding-top: 1rem;
    opacity: 50%;
}

*/
/* /Pages/UserProfile.razor.rz.scp.css */
*[b-9hhal5tpkz] {
    display: flex;
    margin: 0;
    padding: 0;
}

.main-container[b-9hhal5tpkz] {
    height: 100%;
}

    .main-container .right[b-9hhal5tpkz] {
        height: 100%;
        flex-direction: column;
        flex: 1 0 0;
    }

        .main-container .right .right-toolbar[b-9hhal5tpkz] {
            flex: 0 0 3rem;
            padding: .5rem;
        }

.header-title[b-9hhal5tpkz] {
    display: flex;
    align-items: center;
    margin-left: 12px;
    font-weight: 400;
}

.header-settings[b-9hhal5tpkz] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 140px;
    order: 2;
}

.header-toolbar[b-9hhal5tpkz] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 96px;
    order: 2;
    margin-right: 12px;
}

.f-w-400[b-9hhal5tpkz] {
    font-weight: 400;
}

.user-profile-img-div[b-9hhal5tpkz] {
    
    align-items: center;
    justify-content: center;
    min-width: 150px;
    max-width: 400px;
    margin: 12px 0px 12px 12px;
    border: 0.8px solid;
    border-color: var(--dxbl-group-border-color);
    height: fit-content;
    border-radius: 6px;
    overflow: hidden;


    position: relative;
    
    cursor: pointer;
}

.user-profile-img-old[b-9hhal5tpkz] {
    width: 100%;
    object-fit: contain;
}


.user-profile-container[b-9hhal5tpkz] {
    position: relative;
    display: inline-block;
}

.user-profile-img-div-old[b-9hhal5tpkz] {
    position: relative;
    width: 150px; /* adjust as needed */
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.user-profile-img[b-9hhal5tpkz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.update-overlay[b-9hhal5tpkz] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    justify-content: center;
}

.user-profile-img-div:hover .update-overlay[b-9hhal5tpkz] {
    opacity: 1;
}

/* /Pages/Users.razor.rz.scp.css */
*[b-tirb1edhhm] {
    display: flex;
    margin: 0;
    padding: 0;
}

.main-container[b-tirb1edhhm] {
    height: 100%;
}

    .main-container .left-navs[b-tirb1edhhm] {
        flex-direction: column;
        flex: 0 0 12rem;
        /*padding: 1rem;*/
        height: 100%;
    }

        .main-container .left-navs .left-navs-top[b-tirb1edhhm] {
            flex: 0 0 3rem;
        }

        .main-container .left-navs .left-navs-lower[b-tirb1edhhm] {
            height: 100%;
            flex-direction: column;
            align-items: flex-start;
            flex: 1 0 0;
        }

    .main-container .right[b-tirb1edhhm] {
        height: 100%;
        flex-direction: column;
        flex: 1 0 0;
    }

        .main-container .right .right-toolbar[b-tirb1edhhm] {
            flex: 0 0 3rem;
            padding: .5rem;
        }

.remove-arrow-icon svg[b-tirb1edhhm] {
    display: none !important;
}

.report-tab-toolbar[b-tirb1edhhm] {
    margin-left: auto;
    align-items: center;
    width: 140px;
    order: 2;
}

.report-tab-settings-icon[b-tirb1edhhm] {
    font-size: 20px !important;
}

.report-tab[b-tirb1edhhm] {
    display: flex;
    align-items: center;
    padding: 10px;
}

    .report-tab.active[b-tirb1edhhm] {
        position: relative;
    }

        .report-tab.active[b-tirb1edhhm]::before {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            background-color: rgba(var(--bs-primary-rgb), 0.1);
            border-bottom: 3px solid var(--bs-primary);
        }

.section-nav-icon-container[b-tirb1edhhm] {
    height: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.dxbl-menu-list-item.dxbl-menu-item-pos-start.dxbl-toolbar-menu-item[b-tirb1edhhm] {
    width: 160px !important;
}

.add-item-dropdown-menu[b-tirb1edhhm] {
    padding: 0px;
}

.add-menu-item[b-tirb1edhhm] {
    font-size: 14px;
}

.header-title[b-tirb1edhhm] {
    display: flex;
    align-items: center;
    margin-left: 12px;
    font-weight: 400;
}

.header-settings[b-tirb1edhhm] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 140px;
    order: 2;
}

.header-settings-with-add-new[b-tirb1edhhm] {
    display: flex;
    height: 40px;
    margin-left: auto;
    align-items: center;
    width: 144px;
    order: 2;
    margin-right: 12px;
}

.f-w-400[b-tirb1edhhm] {
    font-weight: 400;
}

.m-b-0[b-tirb1edhhm] {
    margin-bottom: 0;
}

.m-r-5[b-tirb1edhhm] {
    margin-right: 5px;
}

/*.animated-container {
    display: flex;
    width: 12rem;
    overflow: hidden;
    border-right: 1px solid var(--bs-primary);
    -webkit-transition: width 0.5s ease-in-out, border-right 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, border-right 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, border-right 0.5s ease-in-out;
    transition: width 0.5s ease-in-out,border-right 0.5s ease-in-out;
}

.hide {
    -webkit-transition: width 0.5s ease-in-out, border-right 1s ease-in-out 1s;
    -moz-transition: width 0.5s ease-in-out, border-right 1s ease-in-out 1s;
    -o-transition: width 0.5s ease-in-out, border-right 1s ease-in-out 1s;
    transition: width 0.5s ease-in-out,border-right 1s ease-in-out 1s;
    width: 0;
    border: none;
}*/

.animated-container[b-tirb1edhhm] {
    display: flex;
    width: 200px;
    overflow: hidden;
    border-right: 1px solid var(--bs-primary);
    transition: border-right 0.1s ease-in, width 0.1s ease-in-out;
}

.hide[b-tirb1edhhm] {
    width: 0;
    border-right: 0px solid var(--bs-primary);
    transition-delay: 0s, 0.1s;
    transition-duration: 0.2s, 0.1s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-property: width, border-right;
}

.header-sec[b-tirb1edhhm] {
    height: 40px;
    align-items: center;
    justify-content: space-between;
}
/* /Pages/Views/Folios.razor.rz.scp.css */
*[b-z0dpl07uhz] {
    display: flex;
    margin: 0;
    padding: 0;
}

.views-container[b-z0dpl07uhz] {
    height: 100%;
}

    .views-container .views-left[b-z0dpl07uhz] {
        flex-direction: column;
        flex: 0 0 12rem;
        padding: 1rem;
        border-right: 1px solid var(--bs-primary);
    }

        .views-container .views-left .views-left-top[b-z0dpl07uhz] {
            flex: 0 0 3rem;
        }

        .views-container .views-left .views-left-lower[b-z0dpl07uhz] {
            flex-direction: column;
            align-items: flex-start;
            flex: 1 0 0;
        }

    .views-container .views-right[b-z0dpl07uhz] {
        flex-direction: column;
        flex: 1 0 0;
    }

        .views-container .views-right .views-toolbar[b-z0dpl07uhz] {
            flex: 0 0 3rem;
            padding: .5rem;
        }

        .views-container .views-right .views-grid[b-z0dpl07uhz] {
            flex-direction: column;
            flex: 1 0 0;
        }

.child-grid[b-z0dpl07uhz] {
    flex-direction: column;
    flex: 1 0 0;
    border-top: 1px solid var(--bs-primary);
}

.search[b-z0dpl07uhz] {
    min-width: 250px;
}

    .search .search-icon[b-z0dpl07uhz] {
        margin-left: -20px;
        opacity: 25%;
    }

    .search .search-options-icon[b-z0dpl07uhz] {
        margin-left: -35px;
        opacity: 25%;
    }

        .search .search-options-icon:hover[b-z0dpl07uhz] {
            margin-left: -35px;
            opacity: 100%;
        }

label[b-z0dpl07uhz] {
    padding-right: .5rem;
}

input[b-z0dpl07uhz] {
    margin-right: .5rem !important;
}
/* /Shared/DatabaseMenu.razor.rz.scp.css */
.avatar[b-uh4gpv8lq1] {
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid var(--bs-primary);
    display: flex;
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
}

.selected[b-uh4gpv8lq1] {
    
}

.logo[b-uh4gpv8lq1] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.end[b-uh4gpv8lq1] {
    margin-top: 2rem;
}

.dropdown-menu[b-uh4gpv8lq1] {
    padding: 0px !important;
}

.menu-item[b-uh4gpv8lq1] {
    font-size: 14px;
}

.custom-menu-item[b-uh4gpv8lq1] {
    font-size: 14px;
    position: relative;
    width: 280px;
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .custom-menu-item[b-uh4gpv8lq1]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentcolor; 
        opacity: 0;
        z-index: -1; 
        
    }

    .custom-menu-item:hover[b-uh4gpv8lq1]::after {
        opacity: 0.1; /* Adjust the opacity as needed */
        z-index: 0;
    }

.selected-db-marker[b-uh4gpv8lq1] {
    font-size: 10px;
    margin: 0px 8px 0px 2px;
}

.selected-db-marker-holder[b-uh4gpv8lq1] {
    margin: 0px 10px;
}
.menu-logo[b-uh4gpv8lq1] {
    width: 16px;
    height: 16px;
}
/* /Shared/DatabaseNav.razor.rz.scp.css */
.nav-container[b-v9xenh2evc] {
    display: flex;
    flex-direction: column;
    /*flex: 1;*/
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 1rem;
    padding: .25rem;
}

.avatar[b-v9xenh2evc] {
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid var(--bs-secondary);
    display: flex;
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
}

    .selected[b-v9xenh2evc] {
        border: 4px solid var(--bs-primary);
    }

.logo[b-v9xenh2evc] {
    width: 16px;
    height: 16px;
}

.end[b-v9xenh2evc] {
    margin-top: 2rem;
}
/* /Shared/Header.razor.rz.scp.css */
.custom-menu-item[b-865o2o0u83] {
    position: relative;
    width: 100%;
    padding: 4.8px 12px 4.8px 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .custom-menu-item[b-865o2o0u83]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentcolor;
        opacity: 0;
        z-index: -1;
    }

    .custom-menu-item:hover[b-865o2o0u83]::after {
        opacity: 0.1; /* Adjust the opacity as needed */
        z-index: 0;
    }
    .custom-menu-item .item-name[b-865o2o0u83] {
        white-space: nowrap;
        padding-right: 10px;
    }
    .custom-menu-item .item-hot-key[b-865o2o0u83] {
        white-space: nowrap;
    }

.custom-menu-item-disabled[b-865o2o0u83] {
    position: relative;
    width: 198px;
    padding: 4.8px 12px 4.8px 12px;
    display: flex;
    justify-content: space-between;
    cursor: default;
    opacity: 0.25;
}



.avatar[b-865o2o0u83] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 22px;
}

.bonez-logo[b-865o2o0u83] {
    width: 30px;
    border-radius: 45%;
}

.header-profile-picture[b-865o2o0u83] {
    margin-right: 9px;
    cursor: pointer;
}

.user-profile-img[b-865o2o0u83] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
}

.theme-menu-item[b-865o2o0u83] {
    font-size: 14px;
    position: relative;
    width: 160px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}

    .theme-menu-item[b-865o2o0u83]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentcolor;
        opacity: 0;
        z-index: -1;
    }

    .theme-menu-item:hover[b-865o2o0u83]::after {
        opacity: 0.1;
        z-index: 0;
    }

    .theme-menu-item.active[b-865o2o0u83] {
        background-color: var(--bs-primary);
    }

    .selected-db-marker[b-865o2o0u83] {
        font-size: 10px;
        margin: 0px 8px 0px 2px;
    }

.selected-db-marker-holder[b-865o2o0u83] {
    margin: 0px 10px;
}

.theme-name[b-865o2o0u83] {
    text-transform: capitalize;
}
.theme-menu-item.active.pulse[b-865o2o0u83],
.theme-menu-item.active.lux[b-865o2o0u83],
.theme-menu-item.active.cyborg[b-865o2o0u83],
.theme-menu-item.active.flatly[b-865o2o0u83],
.theme-menu-item.active.solar[b-865o2o0u83],
.theme-menu-item.active.lumen[b-865o2o0u83],
.theme-menu-item.active.litera[b-865o2o0u83],
.theme-menu-item.active.default[b-865o2o0u83],
.theme-menu-item.active.cerulean[b-865o2o0u83],
.theme-menu-item.active.purple[b-865o2o0u83],
.theme-menu-item.active.office-white[b-865o2o0u83],
.theme-menu-item.active.journal[b-865o2o0u83],
.theme-menu-item.active.simplex[b-865o2o0u83],
.theme-menu-item.active.united[b-865o2o0u83],
.theme-menu-item.active.yeti[b-865o2o0u83],
.theme-menu-item.active.bonez-light[b-865o2o0u83] {
    color: white;
}

.image[b-865o2o0u83] {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
}
.image.active[b-865o2o0u83] {
    border: 1px solid white;
}

.theme-menu-item .image.default[b-865o2o0u83] {
    background: #007bff;
}

.theme-menu-item .image.bonez-light[b-865o2o0u83] {
    background: #5c2d91;
}

.theme-menu-item .image.bonez-dark[b-865o2o0u83] {
    background: #9b17e2;
}

.theme-menu-item .image.cerulean[b-865o2o0u83] {
    background: #2fa4e7;
}

.theme-menu-item .image.cyborg[b-865o2o0u83] {
    background: #060606;
}

.theme-menu-item .image.flatly[b-865o2o0u83] {
    background: #dce4ec;
}

.theme-menu-item .image.journal[b-865o2o0u83] {
    background: #eb6864;
}

.theme-menu-item .image.litera[b-865o2o0u83] {
    background: #4582ec;
}

.theme-menu-item .image.lumen[b-865o2o0u83] {
    background: #158cba;
}

.theme-menu-item .image.lux[b-865o2o0u83] {
    background: #1a1a1a;
}

.theme-menu-item .image.pulse[b-865o2o0u83] {
    background: #593196;
}

.theme-menu-item .image.simplex[b-865o2o0u83] {
    background: #d9230f;
}

.theme-menu-item .image.solar[b-865o2o0u83] {
    background: #b58900;
}

.theme-menu-item .image.superhero[b-865o2o0u83] {
    background: #df691a;
}

.theme-menu-item .image.united[b-865o2o0u83] {
    background: #e95420;
}

.theme-menu-item .image.yeti[b-865o2o0u83] {
    background: #008cba;
}

.theme-menu-item .image.purple[b-865o2o0u83] {
    background: #7989ff;
}

.theme-menu-item .image.office-white[b-865o2o0u83] {
    background: #fe7109;
}


/* /Shared/MainLayout.razor.rz.scp.css */
*[b-o5gueaqgd3] {
    margin: 0;
    padding: 0;
    display: flex;
}

.body-sec[b-o5gueaqgd3] {
    --edges: 3rem; /*header, footer, left-nav should match*/
    flex-direction: column;
    align-items: stretch;
    height: 100vh;
}

    .body-sec .header-sec[b-o5gueaqgd3] {
        flex: 0 0 var(--edges);
        align-items: center;
        border-bottom: 1px solid var(--bs-primary);
    }

    .body-sec .main-sec[b-o5gueaqgd3] {
        flex: 1 0 0;
        align-items: stretch;
        height: calc(100% - var(--edges) - var(--edges));
        /*main.height = body.height - header.height - footer.height*/

        /* why won't flex work here */
        /* I shouldn't have to set the height */
    }

        .body-sec .main-sec .left-nav-sec[b-o5gueaqgd3] {
            flex: 0 0 var(--edges);
            align-items: stretch;
            padding-top: .5rem;
            padding-right: 72px;
            padding-bottom: .5rem;
            border-right: 1px solid var(--bs-primary);
            border-left: 1px solid var(--bs-primary);
            overflow: auto;
        }

        .body-sec .main-sec .content-sec[b-o5gueaqgd3] {
            flex: 1 0 0;
            flex-direction: column;
            align-items: stretch;
        }

    .body-sec .footer-sec[b-o5gueaqgd3] {
        flex: 0 0 var(--edges);
        align-items: center;
        border-top: 1px solid var(--bs-primary);
    }

.scrollable-content[b-o5gueaqgd3]::-webkit-scrollbar {
    display: none;
}
