/* /Components/Admin/Licensensing/LicensesGrid.razor.rz.scp.css */
.signature[b-pelq7cqghp] {
    font-size: 10px;
    background-color: #198754;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 8px;
}

.module[b-pelq7cqghp] {
    font-size: 12px;
    background-color: #3B71CA;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 8px;
    /* height: 25px; */
}

table[b-pelq7cqghp] {
    border: none !important;
}

tbody[b-pelq7cqghp] {
    border: none !important;
}

.rowcolor[b-pelq7cqghp] {
    background-color: #e8f4ea;
    color: #000;
}

.row_revoked[b-pelq7cqghp] {
    background-color: #ffaaa5;
    color: #000;

    td {
        color: inherit !important;
    }
}

.row_allused[b-pelq7cqghp] {
    background-color: #ffd3b6;
    color: #000;

    td {
        color: inherit !important;
    }
}

.row_soonexpires[b-pelq7cqghp] {
    background-color: #5B96A9;
    color: #fff;

    td {
        color: inherit !important;
    }
}

.empty-grid-container[b-pelq7cqghp] {
    text-align: center;
    padding: 40px 20px;
    background-color: #fafafa;
    border: 1px dashed #dee2e6;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 400px;
}

.empty-grid-icon[b-pelq7cqghp] {
    font-size: 32px;
    color: #6c757d;
    margin-bottom: 12px;
}

.empty-grid-text[b-pelq7cqghp] {
    font-size: 14px;
    color: #495057;
    margin: 0;
    font-weight: 500;
}

.license-detail-card[b-pelq7cqghp] {
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    max-width: 900px;
    overflow: hidden;
}

.license-detail-aside[b-pelq7cqghp] {
    background-color: #f8f9fa;
    border-right: 1px solid #eef0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-width: 140px;
}

.license-stack-icon .icon-bg[b-pelq7cqghp] {
    color: #e9ecef;
}

.license-stack-icon .icon-key[b-pelq7cqghp] {
    color: #495057;
}

.license-detail-body[b-pelq7cqghp] {
    flex: 1;
    padding: 24px;
}

.license-info-grid[b-pelq7cqghp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.license-info-block[b-pelq7cqghp] {
    display: flex;
    flex-direction: column;
}

.info-label[b-pelq7cqghp] {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #868e96;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.info-value[b-pelq7cqghp] {
    font-size: 14px;
    color: #212529;
}

.info-subvalue[b-pelq7cqghp] {
    font-size: 13px;
    color: #6c757d;
}

.signature-code[b-pelq7cqghp] {
    font-family: monospace;
    background-color: #f1f3f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.modules-wrapper[b-pelq7cqghp] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fafafa;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #f1f3f5;
}

.module-item-box[b-pelq7cqghp] {
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ecef;
}

    .module-item-box:last-child[b-pelq7cqghp] {
        padding-bottom: 0;
        border-bottom: none;
    }

.module-description[b-pelq7cqghp] {
    font-size: 13px;
    margin-top: 4px;
}

.module-package-list[b-pelq7cqghp] {
    margin: 6px 0 0 12px;
    padding: 0;
    list-style-type: none;
}

    .module-package-list li[b-pelq7cqghp] {
        font-size: 12px;
        color: #6c757d;
        position: relative;
        padding-left: 12px;
    }

        .module-package-list li[b-pelq7cqghp]::before {
            content: "•";
            color: #ced4da;
            position: absolute;
            left: 0;
        }

@media (max-width: 768px) {
    .license-detail-card[b-pelq7cqghp] {
        flex-direction: column;
    }

    .license-detail-aside[b-pelq7cqghp] {
        padding: 16px;
        border-right: none;
        border-bottom: 1px solid #eef0f2;
    }
}
/* /Components/Arende/AssignmentsLista.razor.rz.scp.css */
.assignmentMain[b-s79taagzoy] {
    background-color: #fff;
    height: 518px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden !important;
}

.buttonItem[b-s79taagzoy] {
    cursor: pointer;
}

.dashboarChartCard[b-s79taagzoy] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 15px !important;
    border-radius: 8px !important;
    transition: background-color 0.2s;
}

    .dashboarChartCard .card-top-row[b-s79taagzoy] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 15px;
    }

    .dashboarChartCard .ticket-title[b-s79taagzoy] {
        font-weight: 600;
        color: #333;
        line-height: 1.3;
        word-break: break-word;
        flex-grow: 1;
    }

    .dashboarChartCard .status-pill[b-s79taagzoy] {
        padding: 3px 10px;
        font-weight: bold;
        border-radius: 6px;
        font-size: 0.75rem;
        white-space: nowrap;
        text-align: center;
        min-width: 80px;
        display: inline-block;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    }

    .dashboarChartCard .card-bottom-row[b-s79taagzoy] {
        display: flex;
        align-items: center;
    }

    .dashboarChartCard .IconData[b-s79taagzoy] {
        font-size: 0.85rem;
        color: #666;
        font-style: italic;
    }

    .dashboarChartCard .workorder-card:hover[b-s79taagzoy] {
        background-color: #f8f9fa;
        border-color: #dee2e6;
    }
/* /Components/Grids/TicketGrid.razor.rz.scp.css */
.sidebar-label[b-pvrq6zs2vs] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #495057;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
    padding: 0.5rem 0.2rem;
}
.sidebar-label-casenr[b-pvrq6zs2vs] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #495057;
    letter-spacing: 0.5px;
    display: block;
}

.save-comment-btn[b-pvrq6zs2vs] {
    border-radius: 4px !important;
    font-weight: 600 !important;
}

.tab-grid-container[b-pvrq6zs2vs] {
    padding: 16px;
    height: 100%;
    overflow-y: auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hnl0576kh8] {
    position: relative;
    display: flex;
    flex-direction: column;
    height:100%;
}

main[b-hnl0576kh8] {
    flex: 1;
    height:100%;
    overflow-y: scroll;
}

.sidebar[b-hnl0576kh8] {
    background-color: #EEEEEE;
}

.top-row[b-hnl0576kh8] {
    background-color: #536B78;
    border-bottom: 1px solid #536B78;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hnl0576kh8]  a, .top-row[b-hnl0576kh8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hnl0576kh8]  a:hover, .top-row[b-hnl0576kh8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hnl0576kh8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hnl0576kh8] {
        justify-content: space-between;
    }

    .top-row[b-hnl0576kh8]  a, .top-row[b-hnl0576kh8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hnl0576kh8] {
        flex-direction: row;
        height:calc(100% - 65px);
    }

    .sidebar[b-hnl0576kh8] {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

    .top-row[b-hnl0576kh8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hnl0576kh8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hnl0576kh8], article[b-hnl0576kh8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    article[b-hnl0576kh8] {
        height: calc(100% - 70px);
    }
    .customerTabs[b-hnl0576kh8] {
        height: calc(100% - 155px);
    }
}

#blazor-error-ui[b-hnl0576kh8] {
    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-hnl0576kh8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.e-tab .e-tab-header.e-vertical[b-hnl0576kh8] {

    max-width:none !important;
}

.wrapper[b-hnl0576kh8] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.checkmark[b-hnl0576kh8] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #FFF;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill-b-hnl0576kh8 .4s ease-in-out .4s forwards, scale-b-hnl0576kh8 .3s ease-in-out .9s both;
}

.checkmark__circle[b-hnl0576kh8] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: #7ac142;
    animation: stroke-b-hnl0576kh8 .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark__check[b-hnl0576kh8] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-hnl0576kh8 .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke-b-hnl0576kh8 {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale-b-hnl0576kh8 {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill-b-hnl0576kh8 {
    100% {
        box-shadow: inset 0px 0px 0px 30px $green;
    }
}



/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ms2ggiidb3] {
    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-ms2ggiidb3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ms2ggiidb3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ms2ggiidb3] {
    font-size: 1.1rem;
}

.bi[b-ms2ggiidb3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}



.nav-item[b-ms2ggiidb3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    a :hover{

           }
}

.nav-item:first-of-type[b-ms2ggiidb3] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ms2ggiidb3] {
    padding-bottom: 1rem;
}

.nav-item[b-ms2ggiidb3]  .nav-link {
    color: #333333;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-ms2ggiidb3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: #198754;
}

.nav-item[b-ms2ggiidb3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: #198754;
}

.nav-scrollable[b-ms2ggiidb3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ms2ggiidb3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ms2ggiidb3] {
        display: none;
    }

    .nav-scrollable[b-ms2ggiidb3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;*/
    }
}

.modabFortnox[b-ms2ggiidb3] {
    background-image: url('Images/app-fortnox.svg');
    background-size: 24px;
    height: 24px;
    width: 24px;
    margin-right:5px;
    background-repeat: no-repeat;
    background-position-x: center;
}
/* /Components/Layout/SideBar.razor.rz.scp.css */

[b-62ixja2j8g] .e-listview .e-list-item.e-hover {
    background-color: var(--primary) !important;

    .sidNavbarIcon {
        color: #fff !important;
    }
}

[b-62ixja2j8g] .e-listview .e-list-item.e-focused {
    background-color: var(--primary) !important;

    sidNavbarIcon {
        color: #fff !important;
    }
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: var(--primary) !important;
    border-color: transparent !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
    color: black !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active:focus,
[b-62ixja2j8g] .e-treeview .e-list-item.e-focused > .e-fullrow {
    /*background-color: var(--primary) !important;*/
    outline: none !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
    box-shadow: none !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-hover > .e-fullrow {
    background-color: var(--primary) !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text {
    color: #fff !important;
}
[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
    color: #fff !important;
}


[b-62ixja2j8g] .e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
    box-shadow: none;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-text-content .e-icons.e-icon-collapsible,
[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-text-content .e-icons.e-icon-expandable {
    color: #757e85 !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active .nav-item span {
    color: inherit !important;
}


/* Sample specific styles */
.container-fluid[b-62ixja2j8g] {
    padding-left: 0;
    padding-right: 0;
}

[b-62ixja2j8g] #sidebar-wrapper .sf-icon-profile:before {
    float: right;
    content: '\e717';
    font-size: 25px;
}

[b-62ixja2j8g] #sidebar-wrapper.e-sidebar-context {
    overflow-x: inherit;
}

[b-62ixja2j8g] #sidebar-wrapper .default-sidebar, .default-mini-sidebar[b-62ixja2j8g], .default-navbar header[b-62ixja2j8g] {
    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 */
[b-62ixja2j8g] .material #sidebar-wrapper .e-listview .e-list-item, .material .defaultToolbar.e-toolbar[b-62ixja2j8g] {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

[b-62ixja2j8g] .fabric #sidebar-wrapper .e-listview .e-list-item, .fabric .defaultToolbar.e-toolbar[b-62ixja2j8g] {
    border-bottom: 1px solid #eaeaea;
}

[b-62ixja2j8g] .tailwind #sidebar-wrapper .e-listview .e-list-item, .tailwind .defaultToolbar.e-toolbar[b-62ixja2j8g] {
    border-bottom: 1px solid #d7d7d7;
}

[b-62ixja2j8g] .bootstrap5 .defaultToolbar.e-toolbar {
    border-bottom: 1px solid #dee2e6;
}
/* Specifies the styles for Sidebar, ListView, and Toolbar component related styles in dark themes */
[b-62ixja2j8g] .bootstrap5-dark .defaultToolbar.e-toolbar {
    border-bottom: 1px solid #444c54;
}

[b-62ixja2j8g] .material-dark #sidebar-wrapper .e-listview .e-list-item, .material-dark .defaultToolbar.e-toolbar[b-62ixja2j8g] {
    border-bottom: 1px solid #616161;
}

[b-62ixja2j8g] .fabric-dark #sidebar-wrapper .e-listview .e-list-item, .fabric-dark .defaultToolbar.e-toolbar[b-62ixja2j8g] {
    border-bottom: 1px solid #414040;
}

[b-62ixja2j8g] .tailwind-dark #sidebar-wrapper .e-listview .e-list-item, .tailwind-dark .defaultToolbar.e-toolbar[b-62ixja2j8g] {
    border-bottom: 1px solid #4b5563;
}
/* Specifies the styles for Sidebar, ListView, and Toolbar component related styles in light themes */
[b-62ixja2j8g] .material .default-sidebar .e-treeview .e-ul, .material-dark .default-sidebar .e-treeview .e-ul[b-62ixja2j8g],
[b-62ixja2j8g] .bootstrap .default-sidebar .e-treeview .e-ul, .bootstrap-dark .default-sidebar .e-treeview .e-ul[b-62ixja2j8g] {
    padding-left: 6px;
}

[b-62ixja2j8g] .e-bigger.material .default-sidebar .e-treeview .e-ul, [b-62ixja2j8g] .e-bigger.material-dark .default-sidebar .e-treeview .e-ul,
[b-62ixja2j8g] .fabric .default-sidebar .e-treeview .e-ul, [b-62ixja2j8g] .fabric-dark .default-sidebar .e-treeview .e-ul,
[b-62ixja2j8g] .highcontrast .default-sidebar .e-treeview .e-ul {
    padding-left: 12px;
}

[b-62ixja2j8g] .e-bigger.fabric .default-sidebar .e-treeview .e-ul, [b-62ixja2j8g] .e-bigger.fabric-dark .default-sidebar .e-treeview .e-ul,
[b-62ixja2j8g] .bootstrap5 .default-sidebar .e-treeview .e-ul, [b-62ixja2j8g] .bootstrap5-dark .default-sidebar .e-treeview .e-ul {
    padding-left: 14px;
}

[b-62ixja2j8g] .e-bigger.bootstrap .default-sidebar .e-treeview .e-ul, [b-62ixja2j8g] .e-bigger.bootstrap-dark .default-sidebar .e-treeview .e-ul,
[b-62ixja2j8g] .e-bigger.highcontrast .default-sidebar .e-treeview .e-ul {
    padding-left: 16px;
}

[b-62ixja2j8g] .tailwind .default-sidebar .e-treeview .e-ul, [b-62ixja2j8g] .tailwind-dark .default-sidebar .e-treeview .e-ul {
    padding-left: 15px;
}

[b-62ixja2j8g] .e-bigger.bootstrap5 .default-sidebar .e-treeview .e-ul, [b-62ixja2j8g] .e-bigger.bootstrap5-dark .default-sidebar .e-treeview .e-ul,
[b-62ixja2j8g] .e-bigger.tailwind .default-sidebar .e-treeview .e-ul, [b-62ixja2j8g] .e-bigger.tailwind-dark .default-sidebar .e-treeview .e-ul,
[b-62ixja2j8g] .bootstrap4 .default-sidebar .e-treeview .e-ul {
    padding-left: 20px;
}

[b-62ixja2j8g] .e-bigger.bootstrap4 .default-sidebar .e-treeview .e-ul {
    padding-left: 24px;
}

[b-62ixja2j8g] .tailwind .default-sidebar .e-treeview .e-list-item .e-text-content, .tailwind-dark .default-sidebar .e-treeview .e-list-item .e-text-content[b-62ixja2j8g] {
    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-62ixja2j8g],
[class*=" sf-icon-"][b-62ixja2j8g] {
    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*/
[b-62ixja2j8g] .e-bigger .e-tbar-btn .tb-icons {
    font-size: 20px;
}

[b-62ixja2j8g] .e-tbar-btn .tb-icons {
    font-family: 'Material_toolbar';
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

[b-62ixja2j8g] .e-toolbar .e-icons {
    font-size: 20px;
}

[b-62ixja2j8g] .e-tbar-menu-icon:before {
    content: "\e718";
}

[b-62ixja2j8g] .e-folder {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

[b-62ixja2j8g] .e-bigger .e-folder {
    font-size: 18px;
}

[b-62ixja2j8g] .bootstrap5 .e-folder-name, .bootstrap5-dark .e-folder-name[b-62ixja2j8g] {
    margin-top: -2px;
}

[b-62ixja2j8g] .bootstrap4 .e-folder-name,
[b-62ixja2j8g] .bootstrap .e-folder-name, [b-62ixja2j8g] .bootstrap-dark .e-folder-name {
    margin-top: 3px;
}

[b-62ixja2j8g] .tailwind .defaultToolbar.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
[b-62ixja2j8g] .tailwind-dark .defaultToolbar.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
    line-height: initial;
}

[b-62ixja2j8g] .material .e-folder-name, [b-62ixja2j8g] .material-dark .e-folder-name {
    margin-top: 1px;
}

[b-62ixja2j8g] .e-user-name {
    text-align: center;
    font-weight: 500;
    font-size: 14px
}

[b-62ixja2j8g] .bootstrap4.e-bigger .e-toolbar .e-toolbar-items .e-custom.e-toolbar-item:not(.e-separator) {
    padding-left: 12px;
}
/* Specifies the styles for ListView component*/
[b-62ixja2j8g] .material-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
[b-62ixja2j8g] .material-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
[b-62ixja2j8g] .bootstrap-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
    color: #fff;
}

[b-62ixja2j8g] .material .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
[b-62ixja2j8g] .material-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
    top: 28px;
}

[b-62ixja2j8g] .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
    top: 12px;
}

[b-62ixja2j8g] .bootstrap4 .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
[b-62ixja2j8g] .bootstrap .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
[b-62ixja2j8g] .bootstrap-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
    top: 22px;
}

[b-62ixja2j8g] .fabric .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
[b-62ixja2j8g] .fabric-dark .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
[b-62ixja2j8g] .highcontrast .e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
    top: 15px;
}

[b-62ixja2j8g] .e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
    padding-left: 75px;
}

[b-62ixja2j8g] #sidebar-wrapper .defaultToolbar .e-btn.e-icon-btn {
    border: 0px;
    background-color: #f3f2f1;
}


[b-62ixja2j8g] .e-icons {
    font-family: "e-icons" !important;
}

.menuItem[b-62ixja2j8g] {
    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;
}

[b-62ixja2j8g] .dropdownButton, [b-62ixja2j8g] .e-active, dropdownButton:hover[b-62ixja2j8g], dropdownButton:active[b-62ixja2j8g] {
    background: inherit !important;
    color: black !important;
    border: none !important;
    box-shadow: none !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

[b-62ixja2j8g] .e-listview .e-list-item.e-focused {
    background-color: #f8f9fa;
}

.sidNavbarIcon[b-62ixja2j8g] {
    color: #2f2f2f !important;
}

[b-62ixja2j8g] .e-listview .e-list-item.e-hover {
    background-color: var(--primary);

    .sidNavbarIcon {
        color: #fff !important;
    }
}

.blue_bg[b-62ixja2j8g] {
    background-color: var(--primary) !important;
    border: none !important;
}

    .blue_bg:hover[b-62ixja2j8g], .blue_bg:focus[b-62ixja2j8g] {
        background-color: var(--primary-hover) !important;
        box-shadow: none;
    }

[b-62ixja2j8g] .e-dropdown-popup ul .e-item:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
}

    [b-62ixja2j8g] .e-dropdown-popup ul .e-item:hover a {
        background-color: var(--primary);
        color: #fff !important;
    }

    [b-62ixja2j8g] .e-dropdown-popup ul .e-item:hover .e-menu-icon {
        color: #fff !important;
    }

[b-62ixja2j8g] .e-dropdown-popup ul .e-item:active {
    background-color: var(--primary);
    color: #fff !important;

    .e-dropdown-popup ul .e-item .e-menu-icon {
        color: #fff !important;
    }
}

/*   .hamburgerButton {
                    font-size: 20px !important;
                    margin-right: 8px;
                    cursor: pointer;
                } */

.hamburgerButton span[b-62ixja2j8g] {
    font-size: 20px !important;
}

.fa-1_5x[b-62ixja2j8g] {
    font-size: 1.5em;
}


.ss-item-container[b-62ixja2j8g] {
    display: flex;
    padding: 0 12px;
    gap: 4px;
    border-bottom: 1px solid #f0f0f0;
}

    .ss-item-container:hover[b-62ixja2j8g] {
        background: var(--primary);
        color: white;

        .ss-sub-text {
            color: white;
        }
    }

[b-62ixja2j8g] .ss-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

[b-62ixja2j8g] .ss-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-62ixja2j8g] .ss-main-text {
    font-weight: 600;
}

[b-62ixja2j8g] .ss-sub-text {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
}

    [b-62ixja2j8g] .ss-sub-text:hover {
        color: white;
    }

[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-fullrow:has(+ .e-text-content .no-selection) {
    background-color: transparent !important;
    border-color: transparent !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-text-content .no-selection {
    color: #000 !important;
    background-color: transparent !important;
}

.no-selection:hover[b-62ixja2j8g] {
    background-color: transparent !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible, [b-62ixja2j8g] .e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
    color: #757e85 !important;
}

[b-62ixja2j8g] .e-treeview .e-list-item.e-active.e-hover > .e-fullrow, [b-62ixja2j8g] .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
    box-shadow: none !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
