/* /UI/Components/Documents/DocumentEditGrid.razor.rz.scp.css */
.e-grid .e-toolbar .e-tbar-btn-text[b-sot9ct3k76],
.e-grid .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text[b-sot9ct3k76] {
    /* display: none;*/
}

.e-btn:hover[b-sot9ct3k76],
.e-btn:active[b-sot9ct3k76],
.e-btn.e-active[b-sot9ct3k76],
.e-btn:focus[b-sot9ct3k76] {
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

.e-rowcell .e-btn.e-flat[b-sot9ct3k76] {
    padding: 0;
    font-size: 16px;
    border-width: 0;
}
/* /UI/Components/Icons/DeleteDocIcon.razor.rz.scp.css */
svg[b-kddsova1c1] {
    fill: var(--secondary-color);
}
/* /UI/Components/Icons/NewDocIcon.razor.rz.scp.css */
svg[b-487yvt70i1] {
    fill: var(--secondary-color);
}
/* /UI/Components/Icons/RemoveIcon.razor.rz.scp.css */
svg[b-icgaszawai] {
    fill: var(--secondary-color);
}
/* /UI/Components/Icons/UndoIcon.razor.rz.scp.css */
svg[b-yyzpap45jv] {
    fill: var(--secondary-color);
}
/* /UI/Components/Inputs/CustomerAutocomplete.razor.rz.scp.css */
.ac-wrapper[b-52pxjwaxfz] {
    position: relative;
    overflow-y: visible;
}

.ac-popup[b-52pxjwaxfz] {
    display: none;
    background-color: white;
}

.cust-item[b-52pxjwaxfz] {
    line-height: 22px;
}

    .cust-item .cust-row[b-52pxjwaxfz] {
        display: flex;
        justify-content: space-between;
        grid-column-gap: 10px;
    }

        .cust-item .cust-row div:first-child[b-52pxjwaxfz] {
            flex: 1 1 auto;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            min-width: 0;
        }

        .cust-item .cust-row div:last-child[b-52pxjwaxfz] {
            flex: 0 0 auto;
            white-space: nowrap;
        }
/* /UI/Components/Selectors/LanguageSelector.razor.rz.scp.css */
.language-selector[b-ztubfbendc] {
    width: 160px;
    font-weight: bold;
    font-size: 11pt;
    background-color: #F8F8FF;
    padding: 4px 8px;
    border-radius: 10px;
    color: black !important;
    z-index: 1000;
}

.language-selector:hover[b-ztubfbendc] {
    border-radius: 10px 10px 0 0;
}

.language-selector ul[b-ztubfbendc] {
    list-style-type: none;
    padding: 0;
    margin:0;
}

.language-selector .item img[b-ztubfbendc] {
    width: 20px;
    margin-inline-end: 5px;
}

.language-selector .item[b-ztubfbendc] {
    width: 160px;
    border-radius: 10px 10px 10px 10px;
}

.language-selector:hover[b-ztubfbendc], .language-selector .item:hover[b-ztubfbendc] {
    background-color: #DBDEFF;
    border-radius: 10px 10px 10px 10px;
}

.language-selector .items[b-ztubfbendc] {
    position: absolute;
    display:none;
    background-color: #F8F8FF;
    border-radius: 0 0 10px 10px;
    margin-inline-start: -8px;
}

.language-selector:hover .items[b-ztubfbendc] {
    display: flex;
}

.language-selector .items .item[b-ztubfbendc] {
    padding: 4px 8px;
}
/* /UI/Components/Selectors/LuminositySelector.razor.rz.scp.css */
.luminosity-selector img[b-zrjrxyl6b5] {
    width: 24px;
    height: 24px;
}

svg[b-zrjrxyl6b5] {
    fill: red;
}

.luminosity-selector[b-zrjrxyl6b5] {
    width: 40px;
    padding: 4px;
    border-radius: 10px;
    background-color: #4F3A8C;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /UI/Layout/MainLayout.razor.rz.scp.css */
.page[b-q5ahkr3wbz] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--tertiary-color);
}

[b-q5ahkr3wbz] div div:has(.nav-item):last-child {
    margin-top: auto !important; /* pushes the last item to the bottom */
    margin-bottom: 12px;
}

[b-q5ahkr3wbz] div div:has(.nav-item) .nav-item:last-child {
    cursor: pointer;
}

.top-row[b-q5ahkr3wbz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-q5ahkr3wbz]  a, .top-row[b-q5ahkr3wbz]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-q5ahkr3wbz]  a:hover, .top-row[b-q5ahkr3wbz]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-q5ahkr3wbz]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-q5ahkr3wbz] {
        justify-content: space-between;
    }

    .top-row[b-q5ahkr3wbz]  a, .top-row[b-q5ahkr3wbz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .sidebar[b-q5ahkr3wbz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q5ahkr3wbz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q5ahkr3wbz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q5ahkr3wbz], article[b-q5ahkr3wbz] {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

#blazor-error-ui[b-q5ahkr3wbz] {
    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-q5ahkr3wbz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.unauthorized-error[b-q5ahkr3wbz] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.unauthorized-error > div[b-q5ahkr3wbz] {
    background-color: white;
    border-radius: 25px;
    padding:25px;
    height: fit-content;
    display: block;
    position:inherit;
    top: 12rem;
}

.unauthorized-error > div p[b-q5ahkr3wbz] {
    margin-top: 2rem;
}

.unauthorized-error > div p:nth-child(2)[b-q5ahkr3wbz]::before {
    content: "INFO: ";
    font-weight: bolder;
    margin-right: 25px;
}

@media only screen and (max-width: 575.98px) {
    .sidebar-container[b-q5ahkr3wbz] {
        display: none !important;
    }

    .sidebar-container:has(.collapsed)[b-q5ahkr3wbz] {
        width: 85%;
    }

    [b-q5ahkr3wbz] .sidebar {
        margin-top: 1.5rem !important;
    }

    body[b-q5ahkr3wbz], .page[b-q5ahkr3wbz] {
        background-color: transparent;
    }
}
/* /UI/Layout/MobileNavMenu.razor.rz.scp.css */
.sm-sidebar .nav-item.active[b-v9kb5exhxz] {
    background-color: var(--quaternary-color);
}

nav.sm-nav-menu[b-v9kb5exhxz] {
    margin-top: 2rem;
}

.sm-sidebar[b-v9kb5exhxz] {
    z-index: 2;
    background-color: var(--tertiary-color);
    color: inherit;
    height: calc(100vh - 5rem);
    transition: width 0.3s ease;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 10px;
}

[b-v9kb5exhxz] .sm-sidebar .nav-item {
    width: 60%;
    border-radius: 8px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    padding: 6px 16px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s;
    display: flex;
}

.sm-sidebar .nav-item .icon[b-v9kb5exhxz] {
    font-size: 20px;
    margin: 0 !important;
    width: 24px;
    text-align: center;
}

[b-v9kb5exhxz] .sm-sidebar .nav-item .text {
    margin-left: 12px;
    white-space: nowrap;
    opacity: 1;
    height: 1rem;
    transition: opacity 0.2s ease;
}

.sm-sidebar[b-v9kb5exhxz] {
    position: fixed;
    top: 4.5rem;
    width: 75%;
}

.sm-sidebar.collapsed[b-v9kb5exhxz] {
    display: none !important;
}

.sm-sidebar.expended[b-v9kb5exhxz] {
    display: flex !important;
}

[b-v9kb5exhxz] a.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    color: var(--text-color);
    font-weight: bold;
}

[b-v9kb5exhxz] .nav-item .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

[b-v9kb5exhxz] .nav-item a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

[b-v9kb5exhxz] .nav-item .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* /UI/Layout/NavMenu.razor.rz.scp.css */
.sm-toggle-btn[b-lfunkof3tp], .sm-nav-menu[b-lfunkof3tp] {
    display: none;
}

.nav-menu[b-lfunkof3tp] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler[b-lfunkof3tp] {
    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);
}

.logo[b-lfunkof3tp] {
    width: 85%;
    margin-inline: auto;
}
body .logo.dark[b-lfunkof3tp] {
    display: none;
}
body:has(.dark-mode) .logo.dark[b-lfunkof3tp] {
    display: block;
}
body:has(.dark-mode) .logo.bright[b-lfunkof3tp] {
    display: none;
}

.collapsed .logo[b-lfunkof3tp] {
    width: 40px;
}

.connected-user-info[b-lfunkof3tp] {
    font-size: 12px;
    font-weight: bold;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: end;
}

.sidebar button[b-lfunkof3tp] {
    margin-inline-end: .4rem;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--primary-color);
    height: 36px;
    width: 36px;
    padding: 0;
    align-self: flex-end;
}

.sidebar button:hover[b-lfunkof3tp] {
    background-color: var(--quaternary-color);
}

.collapsed span + span[b-lfunkof3tp] {
    display: none
}

.collapsed h2[b-lfunkof3tp] {
    display: none;
}

h2[b-lfunkof3tp] {
    text-align: center;
}

.navbar-toggler:checked[b-lfunkof3tp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lfunkof3tp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lfunkof3tp] {
    font-size: 1.1rem;
}

.bi[b-lfunkof3tp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lfunkof3tp] {
    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-nav-menu[b-lfunkof3tp] {
    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");
}

[b-lfunkof3tp] a.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    color: var(--text-color);
    font-weight: bold;
}

.nav-item:first-of-type[b-lfunkof3tp] {
    padding-top: 1rem;
}

div div:has(.nav-item)[b-lfunkof3tp] {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

div div:has(.nav-item):last-of-type[b-lfunkof3tp] {
    padding-bottom: 1rem;
}

.nav-item[b-lfunkof3tp]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-lfunkof3tp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lfunkof3tp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lfunkof3tp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lfunkof3tp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lfunkof3tp] {
        display: none;
    }

    .nav-scrollable[b-lfunkof3tp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media only screen and (max-width: 575.98px) {
    .sm-nav-menu[b-lfunkof3tp] {
        display: block;
        width: 100%;
        z-index: 10;
    }

    .sm-close-btn[b-lfunkof3tp] {
        justify-self: flex-end;
    }

    .nav-menu[b-lfunkof3tp] {
        display: none;
    }

    .collapsed[b-lfunkof3tp] {
        display: block;
    }

    .expanded[b-lfunkof3tp] {
        display: none;
    }

    .sm-toggle-btn[b-lfunkof3tp] {
        position: absolute;
        margin-inline-start: 0;
        display: flex;
        border-radius: 10px;
        justify-content: center;
        background-color: var(--primary-color);
        height: 36px;
        width: 36px;
        padding: 0;
        align-self: flex-start;
    }

        .sm-toggle-btn:hover[b-lfunkof3tp] {
            background-color: var(--quaternary-color);
        }

    .btn-expanded[b-lfunkof3tp] {
        display: none;
    }

    .sidebar[b-lfunkof3tp] {
        position: absolute;
        gap: 2rem;
    }

        .sidebar.collapsed[b-lfunkof3tp] {
            display: flex;
        }

            .sidebar.collapsed .nav-item .text[b-lfunkof3tp] {
                display: block !important;
            }

    [b-lfunkof3tp] a.nav-item {
        border-radius: 8px !important;
        width: 100%;
    }

    h2.sm-display[b-lfunkof3tp] {
        display: block !important;
    }
}
/* /UI/Layout/SimplePageLayout.razor.rz.scp.css */
.page[b-8pygwmcrwo] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--tertiary-color);
}

[b-8pygwmcrwo] div div:has(.nav-item):last-child {
    margin-top: auto !important; /* pushes the last item to the bottom */
    margin-bottom: 12px;
}

[b-8pygwmcrwo] div div:has(.nav-item) .nav-item:last-child {
    cursor: pointer;
}

.top-row[b-8pygwmcrwo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-8pygwmcrwo]  a, .top-row[b-8pygwmcrwo]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-8pygwmcrwo]  a:hover, .top-row[b-8pygwmcrwo]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-8pygwmcrwo]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-8pygwmcrwo] {
        justify-content: space-between;
    }

    .top-row[b-8pygwmcrwo]  a, .top-row[b-8pygwmcrwo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .sidebar[b-8pygwmcrwo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8pygwmcrwo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8pygwmcrwo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8pygwmcrwo], article[b-8pygwmcrwo] {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

#blazor-error-ui[b-8pygwmcrwo] {
    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-8pygwmcrwo] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.unauthorized-error[b-8pygwmcrwo] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.unauthorized-error > div[b-8pygwmcrwo] {
    background-color: white;
    border-radius: 25px;
    padding:25px;
    height: fit-content;
    display: block;
    position:inherit;
    top: 12rem;
}

.unauthorized-error > div p[b-8pygwmcrwo] {
    margin-top: 2rem;
}

.unauthorized-error > div p:nth-child(2)[b-8pygwmcrwo]::before {
    content: "INFO: ";
    font-weight: bolder;
    margin-right: 25px;
}

@media only screen and (max-width: 575.98px) {
    .sidebar-container[b-8pygwmcrwo] {
        display: none !important;
    }

    .sidebar-container:has(.collapsed)[b-8pygwmcrwo] {
        width: 85%;
    }

    [b-8pygwmcrwo] .sidebar {
        margin-top: 1.5rem !important;
    }

    body[b-8pygwmcrwo], .page[b-8pygwmcrwo] {
        background-color: transparent;
    }
}
/* /UI/Pages/ForbiddenPage.razor.rz.scp.css */
body[b-dy0kie9qyw] {
}

.selectors[b-dy0kie9qyw] {
    justify-content: end;
}

.content[b-dy0kie9qyw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block-start: 100px;
    gap: 30px;
}

[b-dy0kie9qyw] .e-btn {
    min-width: 12rem;
}
/* /UI/Pages/Import/DpifacImportPage.razor.rz.scp.css */

[b-tkeik9n7lv] .e-data-form .e-label-position-top {
    margin-top: 0;
}

[b-tkeik9n7lv] .e-data-form div + div {
    margin-top: 10px;
}
/* /UI/Pages/Login/LoginPage.razor.rz.scp.css */
.doc[b-j39y9co7h7] {
}

    .doc .doc-header[b-j39y9co7h7] {
        margin-left: auto;
        margin-top: 5px !important;
        margin-right: 6px !important;
    }

    .doc .doc-dialog-panel[b-j39y9co7h7] {
        margin-top: 12rem;
        margin-left: auto;
        margin-right: auto;
        width: 100% !important;
        max-width: 450px;
        text-align: center;
    }

[b-j39y9co7h7] .e-button-center .e-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

[b-j39y9co7h7] .e-btn {
    background-color: #DBDEFF !important;
    color: black !important;
    border-radius: 15px !important;
    border: none;
    min-width: 12rem !important;
    text-transform: uppercase;
}

[b-j39y9co7h7] .e-btn {
    margin-top: 1rem;
}

[b-j39y9co7h7] .e-data-form .e-label-position-top {
    margin-top: 0;
}

[b-j39y9co7h7] .e-data-form div + div {
    margin-top: 10px;
}

.doc2 .doc-dialog-panel[b-j39y9co7h7] {
    width: 100% !important;
}

[b-j39y9co7h7] .e-btn {
    margin-top: 6rem;
    min-width: 6rem !important;
}
/* /UI/Pages/Login/SelectTenantPage.razor.rz.scp.css */
.doc[b-n9ljdpstju] {
}

    .doc .doc-header[b-n9ljdpstju] {
        margin-left: auto;
        margin-right: 6px;
        margin-top: 5px;
    }

    .doc .doc-dialog-panel[b-n9ljdpstju] {
        margin-top: 12rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 450px;
        text-align: center;
    }

[b-n9ljdpstju] .e-button-center .e-btn {
    vertical-align: middle;
    display: flex;
    align-items: center;
}

[b-n9ljdpstju] .e-btn {
    background-color: #DBDEFF !important;
    color: black !important;
    border-radius: 15px !important;
    border: none;
    min-width: 12rem !important;
    text-transform: uppercase;
}

[b-n9ljdpstju] .e-listbox-container {
    text-align: left !important;
    border: 1px var(--secondary-color) solid !important;
    border-radius: 0 10px 10px 0 !important;
    height: 125px !important;
    background-color: var(--tertiary-color);
}

    [b-n9ljdpstju] .e-listbox-container .e-list-item {
        height: 25px !important;
        padding: 3px 4px;
        border-bottom: 1px dashed var(--secondary-color);
    }

        [b-n9ljdpstju] .e-listbox-container .e-list-item.e-selected:not(.e-active) {
            background-color: var(--primary-color) !important;
            color: var(--secondary-color) !important;
        }

        [b-n9ljdpstju] .e-listbox-container .e-list-item:hover {
            border-bottom: 1px dashed #813781 !important;
            background-color: var(--list-item-hover-color) !important;
        }

        [b-n9ljdpstju] .e-listbox-container .e-list-item:first-child:hover {
            border-radius: 0 10px 0 0;
            border-bottom: 1px dashed #813781;
        }

        [b-n9ljdpstju] .e-listbox-container .e-list-item.e-selected {
            background-color: #DBDEFF;
        }

        [b-n9ljdpstju] .e-listbox-container .e-list-item:not(.e-selected) {
            color: var(--secondary-color);
        }

        [b-n9ljdpstju] .e-listbox-container .e-list-item:first-child.e-selected {
            border-radius: 0 10px 0 0;
        }

        [b-n9ljdpstju] .e-listbox-container .e-list-item:nth-child(5).e-selected {
            border-radius: 0 0 10px 0;
            border: none;
        }

[b-n9ljdpstju] .e-btn {
    margin-top: 1rem;
}

    [b-n9ljdpstju] .e-btn:nth-child(5) {
        margin-top: 4rem;
    }

[b-n9ljdpstju] .e-data-form .e-label-position-top {
    margin-top: 0;
}

[b-n9ljdpstju] .e-data-form div + div {
    margin-top: 10px;
}
/* /UI/Pages/SettingsPage.razor.rz.scp.css */
.button-wrapper[b-lyorznqr8k] {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.tab-link[b-lyorznqr8k] {
    border-radius: 8px 0 0 0;
    background-color: var(--primary-color);
    padding: 6px 16px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    color: var(--text-color);
    font-weight: bold;
}

.tab-link:hover[b-lyorznqr8k], .active-tab[b-lyorznqr8k] {
    background-color: var(--quaternary-color);
}
/* /UI/Views/CompanyProfileView.razor.rz.scp.css */
.cgv-input-help-txt[b-cvfm9vj4s2] {
    display: none;
    width: 280px;
    margin-left: -250px;
    background-color: #ffffffb8 !important;
    padding: 4px;
}

div:has(.cgv-input-help-lbl:hover) .cgv-input-help-txt[b-cvfm9vj4s2] {
    display: block;
}

.invoice-bg-input-help-txt[b-cvfm9vj4s2] {
    display: none;
    width: 280px;
    margin-left: -250px;
    background-color: #ffffffb8 !important;
    padding: 4px;
}

div:has(.invoice-bg-input-help-lbl:hover) .invoice-bg-input-help-txt[b-cvfm9vj4s2] {
    display: block;
}
/* /UI/Views/CreditNoteEditView.razor.rz.scp.css */
[b-zwt9wr3x6d] .e-rowdragheader {
    background-color: var(--primary-color) !important;
}

[b-zwt9wr3x6d] .sf-grid .e-toolbar {
    border: none;
}

@media screen and (max-width: 575.98px) {
    [b-zwt9wr3x6d] .sf-grid {
        display: none;
    }
}
/* /UI/Views/EditMenu.razor.rz.scp.css */

[b-dj1seb2rry] .tbar-btn-text-warning .e-tbar-btn-text {
    color: darkorange !important;
}


@media only screen and (max-width: 575.98px) {
    div span[b-dj1seb2rry] {
        display: none;
    }

    [b-dj1seb2rry] .e-toolbar-items {
        gap: .5rem;
    }

    [b-dj1seb2rry] .entity-toolbar-item {
        margin: .2rem !important;
    }
}
/* /UI/Views/EntityPageMenu.razor.rz.scp.css */
@media only screen and (max-width: 575.98px) {
    [b-1k40u1xklx] .e-toolbar-items {
        gap: 2rem;
    }

    [b-1k40u1xklx] .entity-toolbar-item {
        margin: 2rem !important;
    }
}
/* /UI/Views/FieldOptionsView.razor.rz.scp.css */
.section[b-dxohen4m37] {
    margin-bottom: 30px;
}

.section-header[b-dxohen4m37] {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2px;
}


table[b-dxohen4m37] {
    border: 1px solid #000;
    border-collapse: collapse;
    font-size: 14px;
}

th[b-dxohen4m37] {
    padding: 8px 10px;
    border-bottom: 1px solid #000 !important;
}

td[b-dxohen4m37] {
    padding: 0px 10px;
    border-bottom: 1px solid #ddd;
}

tr:last-child td[b-dxohen4m37] {
    border: none;
}

th.check-box[b-dxohen4m37],
td.check-box[b-dxohen4m37] {
    text-align: center;
}

.check-box[b-dxohen4m37]  input {
    vertical-align: middle;
}

.number[b-dxohen4m37]  input {
    width: 80px !important;
    text-align: center;
    margin: 4px 0;
}
/* /UI/Views/InvoiceEditView.razor.rz.scp.css */
[b-4kd0ix9tru] .e-rowdragheader {
    background-color: var(--primary-color) !important;
}

[b-4kd0ix9tru] .sf-grid .e-toolbar {
    border: none;
}

@media screen and (max-width: 575.98px) {
    [b-4kd0ix9tru] .sf-grid {
        display: none;
    }
}
/* /UI/Views/MessageTemplateEditView.razor.rz.scp.css */
[b-gaif7mpd52] .bodyHtml {
    height: 250px;
}

.msgSelector[b-gaif7mpd52] {
    max-width: 300px;
}
/* /UI/Views/ProductListView.razor.rz.scp.css */
/* /UI/Views/QuoteEditView.razor.rz.scp.css */
[b-gw2q6cn1qd] .e-rowdragheader {
    background-color: var(--primary-color) !important;
}

[b-gw2q6cn1qd] .sf-grid .e-toolbar {
    border: none;
}

@media screen and (max-width: 575.98px) {
    [b-gw2q6cn1qd] .sf-grid {
        display: none;
    }
}
