/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x5wwf71zh2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x5wwf71zh2] {
    flex: 1;
}

.sidebar[b-x5wwf71zh2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x5wwf71zh2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x5wwf71zh2]  a, .top-row[b-x5wwf71zh2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x5wwf71zh2]  a:hover, .top-row[b-x5wwf71zh2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x5wwf71zh2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-x5wwf71zh2] {
        justify-content: space-between;
    }

    .top-row[b-x5wwf71zh2]  a, .top-row[b-x5wwf71zh2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x5wwf71zh2] {
        flex-direction: row;
    }

    .sidebar[b-x5wwf71zh2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x5wwf71zh2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x5wwf71zh2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x5wwf71zh2], article[b-x5wwf71zh2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x5wwf71zh2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-x5wwf71zh2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d8ufi6g9w4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-d8ufi6g9w4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-d8ufi6g9w4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d8ufi6g9w4] {
    font-size: 1.1rem;
}

.bi[b-d8ufi6g9w4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-d8ufi6g9w4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-d8ufi6g9w4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-d8ufi6g9w4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock[b-d8ufi6g9w4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person[b-d8ufi6g9w4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge[b-d8ufi6g9w4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill[b-d8ufi6g9w4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left[b-d8ufi6g9w4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-d8ufi6g9w4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d8ufi6g9w4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d8ufi6g9w4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d8ufi6g9w4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-d8ufi6g9w4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-d8ufi6g9w4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-d8ufi6g9w4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-d8ufi6g9w4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d8ufi6g9w4] {
        display: none;
    }

    .nav-scrollable[b-d8ufi6g9w4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/SideBar.razor.rz.scp.css */

/* Sample specific styles */
.container-fluid[b-1fpd0gondi] {
    padding-left: 0;
    padding-right: 0;
}

#sidebar-wrapper .sf-icon-profile[b-1fpd0gondi]:before {
    float: right;
    content: '\e717';
    font-size: 25px;
}

#sidebar-wrapper.e-sidebar-context[b-1fpd0gondi] {
    overflow-x: inherit;
}

#sidebar-wrapper .default-sidebar[b-1fpd0gondi], .default-mini-sidebar[b-1fpd0gondi], .default-navbar header[b-1fpd0gondi] {
    z-index: 1000 !important;
    background-color: #f8f9fa !important;
}

/*
        #sidebar-wrapper .e-content-animation {
          height: 477px;
          width: auto;
           } */
/* Specifies the styles for Sidebar, ListView, and Toolbar component related styles in light themes */
.material #sidebar-wrapper .e-listview .e-list-item[b-1fpd0gondi], .material .defaultToolbar.e-toolbar[b-1fpd0gondi] {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.fabric #sidebar-wrapper .e-listview .e-list-item[b-1fpd0gondi], .fabric .defaultToolbar.e-toolbar[b-1fpd0gondi] {
    border-bottom: 1px solid #eaeaea;
}

.tailwind #sidebar-wrapper .e-listview .e-list-item[b-1fpd0gondi], .tailwind .defaultToolbar.e-toolbar[b-1fpd0gondi] {
    border-bottom: 1px solid #d7d7d7;
}

.bootstrap5 .defaultToolbar.e-toolbar[b-1fpd0gondi] {
    border-bottom: 1px solid #dee2e6;
}
/* Specifies the styles for Sidebar, ListView, and Toolbar component related styles in dark themes */
.bootstrap5-dark .defaultToolbar.e-toolbar[b-1fpd0gondi] {
    border-bottom: 1px solid #444c54;
}

.material-dark #sidebar-wrapper .e-listview .e-list-item[b-1fpd0gondi], .material-dark .defaultToolbar.e-toolbar[b-1fpd0gondi] {
    border-bottom: 1px solid #616161;
}

.fabric-dark #sidebar-wrapper .e-listview .e-list-item[b-1fpd0gondi], .fabric-dark .defaultToolbar.e-toolbar[b-1fpd0gondi] {
    border-bottom: 1px solid #414040;
}

.tailwind-dark #sidebar-wrapper .e-listview .e-list-item[b-1fpd0gondi], .tailwind-dark .defaultToolbar.e-toolbar[b-1fpd0gondi] {
    border-bottom: 1px solid #4b5563;
}
/* Specifies the styles for Sidebar, ListView, and Toolbar component related styles in light themes */
.material .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .material-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi],
.bootstrap .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .bootstrap-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi] {
    padding-left: 6px;
}

.e-bigger.material .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .e-bigger.material-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi],
.fabric .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .fabric-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi],
.highcontrast .default-sidebar .e-treeview .e-ul[b-1fpd0gondi] {
    padding-left: 12px;
}

.e-bigger.fabric .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .e-bigger.fabric-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi],
.bootstrap5 .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .bootstrap5-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi] {
    padding-left: 14px;
}

.e-bigger.bootstrap .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .e-bigger.bootstrap-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi],
.e-bigger.highcontrast .default-sidebar .e-treeview .e-ul[b-1fpd0gondi] {
    padding-left: 16px;
}

.tailwind .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .tailwind-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi] {
    padding-left: 15px;
}

.e-bigger.bootstrap5 .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .e-bigger.bootstrap5-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi],
.e-bigger.tailwind .default-sidebar .e-treeview .e-ul[b-1fpd0gondi], .e-bigger.tailwind-dark .default-sidebar .e-treeview .e-ul[b-1fpd0gondi],
.bootstrap4 .default-sidebar .e-treeview .e-ul[b-1fpd0gondi] {
    padding-left: 20px;
}

.e-bigger.bootstrap4 .default-sidebar .e-treeview .e-ul[b-1fpd0gondi] {
    padding-left: 24px;
}

.tailwind .default-sidebar .e-treeview .e-list-item .e-text-content[b-1fpd0gondi], .tailwind-dark .default-sidebar .e-treeview .e-list-item .e-text-content[b-1fpd0gondi] {
    padding-left: 22px;
}
/* Specifies the styles for Sidebar hamburger icon */
@@font-face {
    font-family: 'e-sb-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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AAATMzUjBSElByclMzUjNTM1IwUXEQE3JwUBIQLIyAESAs/+/mVm/ezIyMjIAvfx/Sry8gFoAWf9MQGBIXycUVEsIUwhnZMBU/6tk8D3AR8ABAAAAAADzgPqAA8AIAAvADsAACUjJzcjFwcjAwYCFyEuAQcBHgEXPgE3LgEnNDY1JiMOASUzMhYdARQGKwEVLwE3FQceARc+ATcuAScOAQJeJjsvZDI2Lj+tjgMDryP1EP5EA5Rvb5MFY38CAxMTb5QCA3QKDAwKdzs4d5ACWUFDWAECWUFDWCuHV1SKARAm/v4Rv4sEASJxkwICkm8FgmAJEAcDA5OiDAooCgwpLChMIy9DVwICWUFDWAICWAAAAgAAAAAD3QPqAA0AGQAANxUhNS4BJw4BIiYnDgETHgEXPgE3LgEnDgEQA84DknEvc39zL3GS1AOac3SaAwOadHOahIKCdaMRJCgoJBGjAeF0mgMDmnR0mgICmgAAABIA3gABAAAAAAAAAAEAAAABAAAAAAABAAoAAQABAAAAAAACAAcACwABAAAAAAADAAoAEgABAAAAAAAEAAoAHAABAAAAAAAFAAsAJgABAAAAAAAGAAoAMQABAAAAAAAKACwAOwABAAAAAAALABIAZwADAAEECQAAAAIAeQADAAEECQABABQAewADAAEECQACAA4AjwADAAEECQADABQAnQADAAEECQAEABQAsQADAAEECQAFABYAxQADAAEECQAGABQA2wADAAEECQAKAFgA7wADAAEECQALACQBRyBlLXNiLWljb25zUmVndWxhcmUtc2ItaWNvbnNlLXNiLWljb25zVmVyc2lvbiAxLjBlLXNiLWljb25zRm9udCBnZW5lcmF0ZWQgdXNpbmcgU3luY2Z1c2lvbiBNZXRybyBTdHVkaW93d3cuc3luY2Z1c2lvbi5jb20AIABlAC0AcwBiAC0AaQBjAG8AbgBzAFIAZQBnAHUAbABhAHIAZQAtAHMAYgAtAGkAYwBvAG4AcwBlAC0AcwBiAC0AaQBjAG8AbgBzAFYAZQByAHMAaQBvAG4AIAAxAC4AMABlAC0AcwBiAC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAFMAeQBuAGMAZgB1AHMAaQBvAG4AIABNAGUAdAByAG8AIABTAHQAdQBkAGkAbwB3AHcAdwAuAHMAeQBuAGMAZgB1AHMAaQBvAG4ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbAAltYWlsLXNlbmQLaW5ib3gtMDItd2YLaW5ib3gtMDEtd2YFaW5ib3gPb3Blbi1tZXNzYWdlLXdmDGFycm93aGVhZC0wMRBhcnJvd2hlYWQtdG9wLXdmCXJhdGluZy13ZgtyYXRpbmctLS0wMxFhcnJvd2hlYWQtZG93bi0wMQlmb2xkZXItMDMIdXNlcnMtd2YIY2xvY2stMDIGdXBsb2FkCG9uZWRyaXZlEWNsb3VkLWRvd25sb2FkLXdmD3dvcmstb2ZmbGluZS13ZglzZWFyY2gtd2YPbm90ZS1tZW1vLTAxLXdmDGltcG9ydGFudC13ZglzZW50LW1haWwIaW5ib3gtd2YLbWFpbC0tLXNlbnQJdXNlci1iYWNrDHVzZXItcHJvZmlsZQAAAAA=) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="sf-icon-"][b-1fpd0gondi],
[class*=" sf-icon-"][b-1fpd0gondi] {
    font-family: 'e-sb-icons';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Specifies the styles for Toolbar component*/
.e-bigger .e-tbar-btn .tb-icons[b-1fpd0gondi] {
    font-size: 20px;
}

.e-tbar-btn .tb-icons[b-1fpd0gondi] {
    font-family: 'Material_toolbar';
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

.e-toolbar .e-icons[b-1fpd0gondi] {
    font-size: 20px;
}

.e-tbar-menu-icon[b-1fpd0gondi]:before {
    content: "\e718";
}

.e-folder[b-1fpd0gondi] {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.e-bigger .e-folder[b-1fpd0gondi] {
    font-size: 18px;
}

.bootstrap5 .e-folder-name[b-1fpd0gondi], .bootstrap5-dark .e-folder-name[b-1fpd0gondi] {
    margin-top: -2px;
}

.bootstrap4 .e-folder-name[b-1fpd0gondi],
.bootstrap .e-folder-name[b-1fpd0gondi], .bootstrap-dark .e-folder-name[b-1fpd0gondi] {
    margin-top: 3px;
}

.tailwind .defaultToolbar.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left[b-1fpd0gondi],
.tailwind-dark .defaultToolbar.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left[b-1fpd0gondi] {
    line-height: initial;
}

.material .e-folder-name[b-1fpd0gondi], .material-dark .e-folder-name[b-1fpd0gondi] {
    margin-top: 1px;
}

.e-user-name[b-1fpd0gondi] {
    text-align: center;
    font-weight: 500;
    font-size: 14px
}

.bootstrap4.e-bigger .e-toolbar .e-toolbar-items .e-custom.e-toolbar-item:not(.e-separator)[b-1fpd0gondi] {
    padding-left: 12px;
}
/* Specifies the styles for ListView component*/
.material-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header[b-1fpd0gondi],
.material-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content[b-1fpd0gondi],
.bootstrap-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content[b-1fpd0gondi] {
    color: #fff;
}

.material .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi],
.material-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi] {
    top: 28px;
}

.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi] {
    top: 12px;
}

.bootstrap4 .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi],
.bootstrap .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi],
.bootstrap-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi] {
    top: 22px;
}

.fabric .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi],
.fabric-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi],
.highcontrast .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar[b-1fpd0gondi] {
    top: 15px;
}

.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge)[b-1fpd0gondi] {
    padding-left: 75px;
}

#sidebar-wrapper .defaultToolbar .e-btn.e-icon-btn[b-1fpd0gondi] {
    border: 0px;
    background-color: #f3f2f1;
}


.e-icons[b-1fpd0gondi] {
    font-family: "e-icons" !important;
}

.menuItem[b-1fpd0gondi] {
    padding: 0 16px;
    color: var(--color-sf-content-text-color-pressed);
    outline: 0 solid var(--color-sf-content-bg-color-pressed);
    outline-offset: 0;
    background: var(--color-sf-content-bg-color-pressed);
    border-radius: 4px;
}

.dropdownButton[b-1fpd0gondi], .e-active[b-1fpd0gondi], dropdownButton:hover[b-1fpd0gondi], dropdownButton:active[b-1fpd0gondi] {
    background: inherit !important;
    color: black !important;
    border: none !important;
    box-shadow: none !important;
}

/*.e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}*/

/*.e-listview .e-list-item.e-focused {
    background-color: #f8f9fa;
}*/

.sidNavbarIcon[b-1fpd0gondi] {
    color: #2f2f2f !important;
}

.blue_bg[b-1fpd0gondi] {
    background-color: var(--primary) !important;
    border: none;
}

    .blue_bg:hover[b-1fpd0gondi], .blue_bg:focus[b-1fpd0gondi] {
        background-color: var(--primary-hover) !important;
        box-shadow: none;
    }

.e-dropdown-popup ul .e-item:hover[b-1fpd0gondi] {
    background-color: var(--primary) !important;
    color: #fff !important;
}

    .e-dropdown-popup ul .e-item:hover a[b-1fpd0gondi] {
        background-color: var(--primary) !important;
        color: #fff !important;
    }

    .e-dropdown-popup ul .e-item:hover .e-menu-icon[b-1fpd0gondi] {
        color: #fff !important;
    }

.e-dropdown-popup ul .e-item:active[b-1fpd0gondi] {
    background-color: var(--primary);
    color: #fff !important;

    .e-dropdown-popup ul .e-item .e-menu-icon {
        color: #fff !important;
    }
}

.hamburgerButton span[b-1fpd0gondi] {
    font-size: 20px !important;
}

.fa-1_5x[b-1fpd0gondi] {
    font-size: 1.5em;
}


.ss-item-container[b-1fpd0gondi] {
    display: flex;
    padding: 0 12px;
    gap: 4px;
    border-bottom: 1px solid #f0f0f0;
}

    .ss-item-container:hover[b-1fpd0gondi] {
        background: var(--primary);
        color: white;

        .ss-sub-text {
            color: white;
        }
    }

.ss-icon-wrapper[b-1fpd0gondi] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.ss-content[b-1fpd0gondi] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ss-main-text[b-1fpd0gondi] {
    font-weight: 600;
}

.ss-sub-text[b-1fpd0gondi] {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
}

    .ss-sub-text:hover[b-1fpd0gondi] {
        color: white;
    }

[b-1fpd0gondi] .e-listview .e-list-item.e-hover {
    background-color: var(--primary) !important;

    .sidNavbarIcon {
        color: #fff !important;
    }
}

[b-1fpd0gondi] .e-listview .e-list-item.e-focused {
    background-color: transparent !important;

    sidNavbarIcon {
        color: #000 !important;
    }
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: transparent !important;
    border-color: transparent !important;
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
    color: black !important;
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-active:focus,
[b-1fpd0gondi] .e-treeview .e-list-item.e-focused > .e-fullrow {
    background-color: transparent !important;
    outline: none !important;
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
    box-shadow: none !important;
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-hover > .e-fullrow {
    background-color: var(--primary) !important;
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text {
    color: #fff !important;
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
    box-shadow: none;
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-active > .e-text-content .e-icons.e-icon-collapsible,
[b-1fpd0gondi] .e-treeview .e-list-item.e-active > .e-text-content .e-icons.e-icon-expandable {
    color: #6c757d !important;
}

[b-1fpd0gondi] .e-treeview .e-list-item.e-active .nav-item span {
    color: inherit !important;
}

.notification-badge[b-1fpd0gondi] {
    position: absolute !important;
    top: -1px !important;
    left: 19px !important;
    background-color: #ff3b30 !important;
    color: white !important;
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    padding: 0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.notification-container[b-1fpd0gondi] {
    height: calc(100% - 60px);
    overflow-y: auto;
    padding-right: 4px;
}

.notification-section-title[b-1fpd0gondi] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #e9ecef;
}

.empty-notification-text[b-1fpd0gondi] {
    font-size: 13px;
    color: #adb5bd;
    font-style: italic;
    padding: 10px 0 20px 5px;
}

.notificationaCard[b-1fpd0gondi] {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 10px !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    cursor: pointer;
}

    .notificationaCard:hover[b-1fpd0gondi] {
        background-color: #f8f9fa !important;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    }

.unread-card[b-1fpd0gondi] {
    border-left: 4px solid #dc3545 !important;
}

.read-card[b-1fpd0gondi] {
    background-color: #fafafa !important;
    border-left: 4px solid #6c757d !important;
}

.icon-type[b-1fpd0gondi] {
    font-size: 16px;
    color: #495057;
    width: 20px;
}

.status-dot[b-1fpd0gondi] {
    font-size: 8px;
    vertical-align: middle;
}

.ticket-title[b-1fpd0gondi] {
    font-size: 14px;
    color: #212529;
}

.ticket-message[b-1fpd0gondi] {
    font-size: 13px;
    color: #495057;
    display: block;
    line-height: 1.4;
}

.close-btn[b-1fpd0gondi] {
    color: #adb5bd;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.15s;
}

    .close-btn:hover[b-1fpd0gondi] {
        color: #dc3545;
        background-color: #fff5f5;
    }

.title-header[b-1fpd0gondi] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}
/* 
    .header-title {
        font-size: 18px !important;
        font-weight: 600 !important;
        color: #212529 !important;
    } */

.close-sidebar-btn[b-1fpd0gondi] {
    color: #6c757d;
    font-size: 13px;
    cursor: pointer;
    padding: 2px 12px;
    border-radius: 6px;
    transition: all 0.15s ease-in-out;
}

    .close-sidebar-btn:hover[b-1fpd0gondi] {
        color: #212529;
        background-color: #f8f9fa;
    }
/* /Components/Pages/HomePage/HomePage.razor.rz.scp.css */

.homePage-container[b-qn7m3of6f7] {
    padding: 1rem;
}

.dashboard-header h1[b-qn7m3of6f7] {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.dashboard-header p[b-qn7m3of6f7] {
    color: #6c757d;
    margin-bottom: 2rem;
}

.homePage-container .main-functions-card[b-qn7m3of6f7] {
    background: #fff;
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .homePage-container .main-functions-card h3[b-qn7m3of6f7] {
        margin-bottom: 3rem;
        font-weight: 600;
    }

.homePage-container .railway-nav[b-qn7m3of6f7] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.homePage-container .railway-line[b-qn7m3of6f7] {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #dee2e6;
    z-index: 1;
}

.homePage-container .nav-items[b-qn7m3of6f7] {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.homePage-container .nav-item[b-qn7m3of6f7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background: #fff;
}

.homePage-container .icon-circle[b-qn7m3of6f7] {
    width: 60px;
    height: 60px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--primary);
    font-size: 1.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .homePage-container .icon-circle:hover[b-qn7m3of6f7] {
        background-color: var(--primary);
        color: #fff;
    }

.homePage-container .nav-item span[b-qn7m3of6f7] {
    font-size: 0.9rem;
    font-weight: 600;
}

.homePage-container .bottom-grid[b-qn7m3of6f7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.homePage-container .info-card[b-qn7m3of6f7] {
    background: #fff;
    border-radius: 6px;
    padding: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .homePage-container .info-card h3[b-qn7m3of6f7] {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }

.homePage-container .activity-list[b-qn7m3of6f7] {
    list-style: none;
    padding: 0;
}

    .homePage-container .activity-list li[b-qn7m3of6f7] {
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.95rem;
    }

.homePage-container .btn-read-more[b-qn7m3of6f7] {
    width: 100%;
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    border-radius: 8px;
    margin-top: 1.5rem;
    font-weight: 600;
    transition: background 0.2s;
    color: #fff;
    cursor: pointer;
}

    .homePage-container .btn-read-more:hover[b-qn7m3of6f7] {
        background-color: #f8f9fa;
    }
