@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.bundle.scp.css';

/* _content/CentronNexus/Office/Components/FilePreview.razor.rz.scp.css */
.file-preview[b-3dmzzxw77h] {
    background: #000;
    border: none; /* Reset default border */
    height: 100vh; /* Viewport-relative units */
    width: 80vw;
}
/* _content/CentronNexus/Office/SharedDocumentAcceptancePage.razor.rz.scp.css */
.main-container[b-jm2a3nuh7p] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
}

.acceptance-container[b-jm2a3nuh7p] {
    padding: 0;
    width: 20vw;
    height: 100vh;
    overflow-x: auto;
}

.info-button[b-jm2a3nuh7p] {
    float: right;
    cursor: pointer;
    color: #689ef3;
}

.title[b-jm2a3nuh7p] {
    position: sticky;
    z-index: 10;
    width: 100%;
    padding: .5rem;
}

.acceptance-details[b-jm2a3nuh7p] {
    padding: .5rem;
    overflow-y: auto;
    height: 75vh;
}

.acceptance-detail[b-jm2a3nuh7p] {
    padding: .4rem;
    border-bottom: 1px solid #f3f4f9;
}

.acceptance-employee[b-jm2a3nuh7p] {
    display: inline-flex;
    width: 100%;
    justify-content: left;
    gap: 1.2rem;
    padding-left: .1rem;
    padding-top: .5rem;
}

.employee-name[b-jm2a3nuh7p] {
    padding: .2rem;
    color: #6c6a6a;
}

.acceptance-text[b-jm2a3nuh7p] {
    font-size: .75rem;
    color: #878787;
    padding-left: .4rem;
}

.acceptance-comment[b-jm2a3nuh7p] {
    padding: 0.5rem;
    padding-left: 1rem;
}

.decision-action-container[b-jm2a3nuh7p] {
    position: absolute;
    bottom: 0;
    width: 19vw;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.comment-container[b-jm2a3nuh7p] {
    padding-bottom: 10px;
}

.buttons-container[b-jm2a3nuh7p] {
    float: right;
}

.successfully-accepted-info[b-jm2a3nuh7p]:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.5);
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.success-dialog[b-jm2a3nuh7p] {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #f7f7f7;
    height: 4rem;
    padding: 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 0.3rem;
    z-index: 10000;
    transform: translate(-50%, -50%);
}
/* _content/CentronNexus/Office/SharedDocumentPage.razor.rz.scp.css */
[b-7a1octzx09] .file-preview {
    width: 100vw;
}
/* _content/CentronNexus/Office/SharedDocumentSignPage.razor.rz.scp.css */
.main-container[b-gzl36efpko] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
}

.signing-container[b-gzl36efpko] {
    padding: 0;
    width: 20vw;
    height: 100vh;
    overflow-x: auto;
}

.info-button[b-gzl36efpko] {
    float: right;
    cursor: pointer;
    color: #689ef3;
}

.signing-options-choose ul[b-gzl36efpko] {
    list-style-type: none;
    display: inline-block;
    padding: 0.5rem;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.signing-options-choose li[b-gzl36efpko] {
    display: inline-block;
    padding-right: 1rem;
    cursor: pointer;
}

.upload-selected[b-gzl36efpko], .type-selected[b-gzl36efpko], .draw-selected[b-gzl36efpko] {
    font-size: 1.1rem;
    font-weight: 600;
}

.title[b-gzl36efpko] {
    position: sticky;
    z-index: 10;
    width: 100%;
    padding: .5rem;
}

.signing-options[b-gzl36efpko] {
    padding: 1rem;
}

.upload[b-gzl36efpko] {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
    padding: 20px;
    border-radius: 10px;
    border: 2px dotted  #d1cccc;
    color: #d1cccc;
    cursor: pointer;
}

.upload:hover[b-gzl36efpko] {
    background: #eee;
    border-color: #111;
}

.upload.input[b-gzl36efpko] {
    opacity: 0 !important;
}

.type-color ul[b-gzl36efpko] {
    list-style-type: none;
    display: inline-block;
    padding: 0.5rem;
    width: 100%;
}

.type-color li[b-gzl36efpko] {
    display: inline-block;
    padding-right: 1rem;
}

.color-circle[b-gzl36efpko] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.color-circle.black[b-gzl36efpko], .selected-color[b-gzl36efpko]
{
    background-color: #000000;
    border: 0.5rem solid #000000;
}

.color-circle.blue[b-gzl36efpko], .selected-color[b-gzl36efpko] {
    background-color: #1644c2;
    border: 0.5rem solid #1644c2;
}

.color-circle.purple[b-gzl36efpko], .selected-color[b-gzl36efpko]
{
    background-color: #4126af;
    border: 0.5rem solid #4126af;
}

.color-circle.black.selected-color[b-gzl36efpko], 
.color-circle.blue.selected-color[b-gzl36efpko], 
.color-circle.purple.selected-color[b-gzl36efpko] {
    background-color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

.image-preview[b-gzl36efpko] {
    width: inherit;
    height: inherit;
}

.type-input[b-gzl36efpko] {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    height: 2rem;
    width: 100%;
    padding-bottom: 10px;
}

.type-input:focus[b-gzl36efpko] {
    outline: none;
    border-bottom: 2px solid #40a7ff;
    transition: all ease-in-out .15s;
}

.hint-text[b-gzl36efpko] {
    font-size: .7rem;
    color: #adb9c3;
    padding: .5rem;
}

.draw[b-gzl36efpko] {
    border: 1px solid #cfcfcf;
    height: 10rem;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
}

.signing-upload[b-gzl36efpko], .signing-type[b-gzl36efpko], .signing-draw[b-gzl36efpko] {
    margin-top: 1rem;
}

.action-container[b-gzl36efpko] {
    position: absolute;
    bottom: 1rem;
    width: 19vw;
    right: 1rem;
}

.buttons-container[b-gzl36efpko] {
    float: right;
}

[b-gzl36efpko] input[type='file'] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18rem;
    height: 10rem;
}

.successfully-signed-info[b-gzl36efpko]:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.5);
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.success-dialog[b-gzl36efpko] {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #f7f7f7;
    height: 4rem;
    padding: 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 0.3rem;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

[b-gzl36efpko] .signature {
    background-color: var(--bs-white);
}

.theme-toggle-button[b-gzl36efpko] {
    font-size: 1.5rem;
}
/* _content/CentronNexus/ProductionOrderManagement/Components/WorkStepTemplateComponent.razor.rz.scp.css */
*[b-opuarr6kqw] {
    box-sizing: border-box;
}


.courses-container[b-opuarr6kqw] {
}

.course[b-opuarr6kqw] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    display: flex;
    margin: 20px;
    overflow: hidden;
}

.course-preview[b-opuarr6kqw] {
    color: #fff;
    padding: 10px;
    max-width: 10px;
}

.course-info[b-opuarr6kqw] {
    padding: 10px;
    position: relative;
    width: 100%;
}

.course-info-data h4[b-opuarr6kqw] {
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.course-info-data p[b-opuarr6kqw] {
    letter-spacing: 1px;
    font-size: 12px;
    margin: 10px 0;
}

.progress-container[b-opuarr6kqw] {
    text-align: center;
}

.progress[b-opuarr6kqw] {
    height: 15px;
}

.progress-bar[b-opuarr6kqw] {
    border-radius: 3px;
    height: 15px;
    width: 100%;
}

.progress-text[b-opuarr6kqw] {
    font-size: 12px;
    opacity: 0.6;
    letter-spacing: 1px;
}

.btn[b-opuarr6kqw] {
    font-size: 12px;
    letter-spacing: 1px;
}

.progress-row[b-opuarr6kqw] {
    height: 70%
}

@media screen and (min-width: 0px) and (max-width: 550px) {
    .progress-row[b-opuarr6kqw] {
        display: none;
    }
}
/* _content/CentronNexus/ProductionOrderManagement/Pages/ProductionOrderOverView.razor.rz.scp.css */
.btn-comment[b-o624s0brc1] {
    position: absolute;
    right: 10px;
    top: 1px;
    background-color: darkorange;
}

hr[b-o624s0brc1] {
    border: 0;
    width: 100%;
    height: 15px;
    background-color: darkred;
}

.card-body[b-o624s0brc1] {
    padding: 0px;
    max-height: 65vh;
    height: 65vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .card-body textarea[b-o624s0brc1] {
        width: 100%;
        height: 100%
    }

.card-body-info-text[b-o624s0brc1] {
    height: 29vh;
}

gridlayout-item h4[b-o624s0brc1] {
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.col-image[b-o624s0brc1] {
    text-align: center;
    position: relative;
}

.combobox[b-o624s0brc1] {
    width: 300px;
}


.row h4[b-o624s0brc1] {
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}


@media screen and (min-width: 0px) and (max-width: 910px) {
    .only-desktop[b-o624s0brc1] {
        display: none;
    }

    .col-sm-4[b-o624s0brc1]{
        width:100%;
    }

    .combobox[b-o624s0brc1] {
        width: 560px;
    }
    /* hide it elsewhere */
}
/* _content/CentronNexus/ServiceBoard/c-pra/CPraSettings.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/CachedTicketList/CachedTicketListPage.razor.rz.scp.css */
.cached-ticket-list-container[b-7zrx1aamaz] {
    display: grid;
    grid-template-columns: 14.5rem 1fr;
    grid-template-rows: calc(100vh - 4rem);
    grid-template-areas: "navigation content";
    height: 100%;
    max-height: 100%;
}

.view-navigation[b-7zrx1aamaz] {
    grid-area: navigation;
    
    width: 14.5rem;
    height: calc(100vh - 4rem);
}

.cached-ticketlist[b-7zrx1aamaz] {
    grid-area: content;
    
    display: grid;
    grid-template-rows: 2rem calc(100% - 2rem);
    grid-template-columns: 100%;
    height: 100%;
    max-height: 100%;
}

.cached-ticketlist-header[b-7zrx1aamaz] {
    grid-column: 1;
    grid-row: 1;
}

[b-7zrx1aamaz] .cached-ticketlist-grid {
    grid-column: 1;
    grid-row: 2;
}

.navigation-side-menu-item[b-7zrx1aamaz] {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
    line-height: 1.3rem;
    font-size: 0.875rem;
}

.active-navigation-selection[b-7zrx1aamaz], .navigation-side-menu-item:hover[b-7zrx1aamaz] {
    background: var(--bs-primary-bg-subtle);
}

[b-7zrx1aamaz] .navigation-side-menu-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active-navigation-selection[b-7zrx1aamaz] {
    font-weight: 700;
}

.active-navigation-selection[b-7zrx1aamaz], .navigation-side-menu-item:hover[b-7zrx1aamaz] {
    background: var(--bs-primary-bg-subtle);
}

[b-7zrx1aamaz] .profiles-grid {
    width: 10rem;
}

[b-7zrx1aamaz] .profiles-grid thead {
    display: none;
}

[b-7zrx1aamaz] .profiles-grid .dxbl-scroll-viewer {
    width: 13.5rem;
}

[b-7zrx1aamaz] .disable-horizontal-scrollbar {
    overflow-x: hidden;
}

[b-7zrx1aamaz] .global-views-grid {
    height: 60vh;
}

.filter-body-content[b-7zrx1aamaz] {
    height: 40vh;
    max-height: 80vh;
}

[b-7zrx1aamaz] .dxbl-btn-split .dxbl-btn {
    border-radius: var(--bs-border-radius-xxl) !important;
}

.vertical-devider[b-7zrx1aamaz] {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    height: 1rem;
}

[b-7zrx1aamaz] .bi-check-square-fill {
    font-size: 19px;
}
/* _content/CentronNexus/ServiceBoard/CachedTicketList/Components/FilterEditorGroup.razor.rz.scp.css */
[b-vxfchkyp9c] .filter-operator-button {
    background-color: var(--dxbl-popup-bg) !important;
}
/* _content/CentronNexus/ServiceBoard/CachedTicketList/Components/FilterEditorItem.razor.rz.scp.css */
[b-wrmyn8p5ck] .filter-field-name-combobox {
    width: 35ch !important;
}
/* _content/CentronNexus/ServiceBoard/CloseTicket/Components/CloseTicket.razor.rz.scp.css */
.active[b-5nl3mulrmv] {
    border-bottom: 2px solid blue;
}

.closeticket-grid[b-5nl3mulrmv] {
    display: grid;
    grid-template-rows: 45px calc(100% - 45px);
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
}

.closeticket-actions[b-5nl3mulrmv] {
    grid-row: 1;
    grid-column: 1;
}

.closeticket-mail[b-5nl3mulrmv] {
    grid-row: 2;
    grid-column: 1;
}
/* _content/CentronNexus/ServiceBoard/Customers/CustomerAddresses/CustomerAddressesPage.razor.rz.scp.css */
.contacts-list[b-89y1vcw1yh] {
    width: 488px;
}

.selected-node[b-89y1vcw1yh] {
    background: var(--bs-primary-bg-subtle) !important;
    box-shadow: 0 0 0 8px var(--bs-primary-bg-subtle);
    color: black; 
}

[data-bs-theme="dark"] .selected-node[b-89y1vcw1yh] {
    color: white;
}

/* _content/CentronNexus/ServiceBoard/Customers/CustomerDetails/CustomerDetailsPage.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/Customers/CustomerDevices/Components/DeviceManagement.razor.rz.scp.css */
.device-container[b-6ifvolp2z1]{
    height: calc(100% - 5rem);
}
/* _content/CentronNexus/ServiceBoard/Customers/CustomerDevices/Components/DevicesList.razor.rz.scp.css */
.device-list-container[b-bhss3swdum] {
    min-width: 416px;
}
/* _content/CentronNexus/ServiceBoard/Customers/CustomerDevices/Components/DeviceTabbedArea.razor.rz.scp.css */
.grid-fix[b-b4wu43l22p] {
    max-height: 85vh;
    overflow-x: auto;
    min-width: 10vw;
    position: relative;
}
/* _content/CentronNexus/ServiceBoard/Customers/CustomerDevices/Components/DeviceTabLogs.razor.rz.scp.css */
.account-device-logs-container[b-kr1l6bj3xm] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "grid";
    max-height: 100%;
}

[b-kr1l6bj3xm] .account-device-logs-grid {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 1rem;
}
/* _content/CentronNexus/ServiceBoard/Customers/CustomerDevices/Components/DeviceTabTickets.razor.rz.scp.css */
[b-une84emiq2] .device_ticket_grid{
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 1rem;
    white-space: nowrap;
}
/* _content/CentronNexus/ServiceBoard/Customers/CustomerDocuments/CustomerDocumentsPage.razor.rz.scp.css */
.main-grid[b-13snc7pi70] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: 100%;
    grid-template-areas: 
            "directories documents preview";
    height: 100%;
    max-height: 100%;
}

.directories[b-13snc7pi70] {
    grid-area: directories;
}

.documents[b-13snc7pi70] {
    grid-area: documents;
}

.preview[b-13snc7pi70] {
    grid-area: preview;
    max-height: 100%;
    overflow-y: auto;
}
/* _content/CentronNexus/ServiceBoard/Customers/CustomersPage.razor.rz.scp.css */
.customers-container[b-9b8jgiz15t] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 1fr;
    grid-template-areas: "filter" "grid";
    
    gap: 1rem;
    
    height: calc(100vh - 4rem); 
    max-height: 100%;
}

.filter-area[b-9b8jgiz15t] {
    grid-area: filter;
}

[b-9b8jgiz15t] .customer-grid {
    grid-area: grid;
    height: 100%; 
    overflow-y: auto;
}
/* _content/CentronNexus/ServiceBoard/Customers/CustomerTasks/CustomerTasksPage.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/Customers/CustomerTickets/CustomerTickets.razor.rz.scp.css */

.customer-tickets[b-h3njm483n6] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "filter" "grid";
    height: 100%;
}

[b-h3njm483n6] .custom-tickets-header {
    grid-area: filter;
}
[b-h3njm483n6] .customer-tickets-list {
    grid-area: grid;
    overflow-y: hidden;
}
/* _content/CentronNexus/ServiceBoard/Dashboard/Dashboard.razor.rz.scp.css */
.dashboard-grid[b-i8i5u59eh1] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50% 45%;
    column-gap: 1.5rem;
    row-gap: 2.5rem;
    grid-template-areas: 
        "my-ticket-stats my-ticket-stats my-day"
        "other-stats     recent-tickets  favorite-tickets";
    height: calc(100vh - 4rem);
    padding: 2rem;
}

.dashboard-my-ticket-stats[b-i8i5u59eh1] {
    grid-area: my-ticket-stats;
}

.dashboard-other-stats[b-i8i5u59eh1] {
    grid-area: other-stats;
}

.dashboard-my-day[b-i8i5u59eh1] {
    grid-area: my-day;
}

.dashboard-recent-tickets[b-i8i5u59eh1] {
    grid-area: recent-tickets;
}

.dashboard-favorite-tickets[b-i8i5u59eh1] {
    grid-area: favorite-tickets;
}
/* _content/CentronNexus/ServiceBoard/Dashboard/DashboardMyDayList.razor.rz.scp.css */
.my-day-list-item[b-1naukxef0x] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: 
            "item-number  item-date" 
            "item-caption item-duration";
    border-left: 4px solid var(--bs-secondary);
    padding: 0.4rem 0 0.4rem 0.5rem;
    margin: 0.2rem;
}

.my-day-list-item .item-number[b-1naukxef0x] {
    grid-area: item-number;
}

.my-day-list-item .item-date[b-1naukxef0x] {
    grid-area: item-date;
    text-align: right;
}

.my-day-list-item .item-caption[b-1naukxef0x] {
    grid-area: item-caption;
}

.my-day-list-item .item-duration[b-1naukxef0x] {
    grid-area: item-duration;
    font-weight: 600;
    text-align: right;
    color: var(--bs-primary);
}

.my-day-list-item.indented[b-1naukxef0x] {
    margin-left: 2rem;
    border-color: var(--bs-danger);
}

.my-day-list-item.Other[b-1naukxef0x],
.my-day-list-item.Helpdesk[b-1naukxef0x],
.my-day-list-item.SupplierOffer[b-1naukxef0x],
.my-day-list-item.Offer[b-1naukxef0x],
.my-day-list-item.SupplierOrder[b-1naukxef0x],
.my-day-list-item.Order[b-1naukxef0x],
.my-day-list-item.SupplierDeliveryList[b-1naukxef0x],
.my-day-list-item.DeliveryList[b-1naukxef0x],
.my-day-list-item.SupplierInvoice[b-1naukxef0x],
.my-day-list-item.Invoice[b-1naukxef0x],
.my-day-list-item.PickupList[b-1naukxef0x],
.my-day-list-item.SupplierCreditVoucher[b-1naukxef0x],
.my-day-list-item.CreditVoucher[b-1naukxef0x],
.my-day-list-item.Contract[b-1naukxef0x],
.my-day-list-item.CustomerRelated[b-1naukxef0x],
.my-day-list-item.SupplierRelated[b-1naukxef0x],
.my-day-list-item.Telephone[b-1naukxef0x],
.my-day-list-item.EMail[b-1naukxef0x],
.my-day-list-item.Meeting[b-1naukxef0x],
.my-day-list-item.Training[b-1naukxef0x],
.my-day-list-item.TeamViewer[b-1naukxef0x],
.my-day-list-item.PasswordManagerRDPSession[b-1naukxef0x],
.my-day-list-item.Vacation[b-1naukxef0x],
.my-day-list-item.Sickness[b-1naukxef0x],
.my-day-list-item.RDPSessionImport[b-1naukxef0x],
.my-day-list-item.Travel[b-1naukxef0x],
.my-day-list-item.Break[b-1naukxef0x],
.my-day-list-item.Research[b-1naukxef0x],
.my-day-list-item.Supremo[b-1naukxef0x] {
    border-color: var(--bs-secondary);
}

.my-day-list-item.HelpdeskTimeRecording[b-1naukxef0x],
.my-day-list-item.HelpdeskCalcuableTimeRecording[b-1naukxef0x] {
    border-color: var(--bs-success);
}

.my-day-list-item.OutlookAppointment[b-1naukxef0x] {
    border-color: var(--bs-primary);
}

.my-day-list-item.indented .item-duration[b-1naukxef0x] {
    color: var(--bs-danger);
}
/* _content/CentronNexus/ServiceBoard/Dashboard/DashboardMyTicketStats.razor.rz.scp.css */
.pie-grid[b-1fpvx7zv6j] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "left-chart right-chart";
    height: 100%;
}

[b-1fpvx7zv6j] .pie-grid .left-chart {
    grid-area: left-chart;
}

[b-1fpvx7zv6j] .pie-grid .right-chart {
    grid-area: right-chart;
}
/* _content/CentronNexus/ServiceBoard/Dashboard/DashboardTicketlist.razor.rz.scp.css */
.ticket-item-grid[b-mdn7ts7jhh] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "number      status"
        "description description";
    padding: 0.5rem;
    line-height: 1.3rem;
}

.ticket-item-grid .ticket-number[b-mdn7ts7jhh] {
    grid-area: number;
}

.ticket-item-grid .ticket-status[b-mdn7ts7jhh] {
    grid-area: status;
}

.ticket-item-grid .ticket-description[b-mdn7ts7jhh] {
    grid-area: description;
}
/* _content/CentronNexus/ServiceBoard/ForwardTicket/Components/ForwardTicket.razor.rz.scp.css */
.visible[b-pcxedxnuh7] {
    display: block;
}

.invisible[b-pcxedxnuh7] {
    display: none;
}

.active[b-pcxedxnuh7] {
    border-bottom: 2px solid blue;
}

.inactive[b-pcxedxnuh7] {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.forward-grid[b-pcxedxnuh7] {
    display: grid;
    grid-template-rows: 45px calc(100% - 45px);
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
}

.forward-actions[b-pcxedxnuh7] {
    grid-row: 1;
    grid-column: 1;
}

.forward-mail[b-pcxedxnuh7] {
    grid-row: 2;
    grid-column: 1;
}
/* _content/CentronNexus/ServiceBoard/MyDay/MyDayItem.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/MyDay/MyDayList.razor.rz.scp.css */
.my-day-list-item[b-28zn59xkyl] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: 
            "item-number  item-date" 
            "item-caption item-duration";
}

.my-day-list-item .item-number[b-28zn59xkyl] {
    grid-area: item-number;
}

.my-day-list-item .item-date[b-28zn59xkyl] {
    grid-area: item-date;
    text-align: right;
}

.my-day-list-item .item-caption[b-28zn59xkyl] {
    grid-area: item-caption;
}

.my-day-list-item .item-duration[b-28zn59xkyl] {
    grid-area: item-duration;
    font-weight: 600;
    text-align: right;
}
/* _content/CentronNexus/ServiceBoard/MyDay/MyDayPage.razor.rz.scp.css */
.my-day-grid[b-olme99ioy9] {
    display: grid;
    grid-template-columns: 500px 300px 4fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
            "title          title        statistics"
            "date-selection buttons      statistics"
            "item-list      item-details item-details";
}

.my-day-grid .my-day-title[b-olme99ioy9] {
    grid-area: title;
}

.my-day-grid .my-day-date-selection[b-olme99ioy9] {
    grid-area: date-selection;
}

.my-day-grid .my-day-buttons[b-olme99ioy9] {
    grid-area: buttons;
}

.my-day-grid .my-day-statistics[b-olme99ioy9] {
    grid-area: statistics;
}

.my-day-grid .item-list[b-olme99ioy9] {
    grid-area: item-list;
    padding-right: 0.875rem;
}

.my-day-grid .item-details[b-olme99ioy9] {
    grid-area: item-details;
    padding-left: 0.875rem;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
/* _content/CentronNexus/ServiceBoard/Scheduler/Components/CompactTicketListItem.razor.rz.scp.css */
.ticket-item-grid[b-dfj4ej9bjm] {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: 
        "number  customer-name due-date"
        "title   title         title"
        "editors editors       planned-duration";
    gap: 4px;
}

.number[b-dfj4ej9bjm] {
    grid-area: number;
}

.customer-name[b-dfj4ej9bjm] {
    grid-area: customer-name
}

.title[b-dfj4ej9bjm] {
    grid-area: title;
    font-weight: 600;
}

.editors[b-dfj4ej9bjm] {
    grid-area: editors;
}

.due-date[b-dfj4ej9bjm] {
    grid-area: due-date;
    text-align: right;
}

.planned-duration[b-dfj4ej9bjm] {
    grid-area: planned-duration;
    text-align: right;
}
/* _content/CentronNexus/ServiceBoard/Scheduler/Components/DraggableTicketItem.razor.rz.scp.css */
.ticket-item-grid[b-bqyxriysb4] {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    grid-template-areas: 
            "subject   icons"
            "employees info";
}
/* _content/CentronNexus/ServiceBoard/Scheduler/Components/HorizontalResourceHeader.razor.rz.scp.css */
.name-display[b-fh8vpgiepm] {
    font-size: 0.875rem; 
    line-height: 1rem;    
}
/* _content/CentronNexus/ServiceBoard/Scheduler/Components/Timeline.razor.rz.scp.css */
[b-fe0npexzox] .grid {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: move;
}

[b-fe0npexzox] .grid-column {
    display: inline-block;
    height: 100%;
    border-right: 1px solid grey;
}

[b-fe0npexzox] .scale {
    width: 100%;
    height: 22px;
    position: relative;
    cursor: move;
    overflow: hidden;
}

[b-fe0npexzox] .scale-column {
    display: inline-block;
    height: 100%;
    border-right: 1px solid grey;
}

[b-fe0npexzox] .weekend {
    background-color: #eee;
}

[b-fe0npexzox] .workday {
    background-color: #fcfcfc;
}

[b-fe0npexzox] .entry {
    position: absolute;
    background-color: brown;
    color: white;
    font-size: 12px;
    cursor: pointer;
}

[b-fe0npexzox] .range-selector {
    position: absolute;
    background-color: rgba(68, 102, 255, 0.2);
    height: 100%;
    top: 0
}

[b-fe0npexzox] .left-range-handle {
    position: absolute;
    border: 1px solid black;
    border-radius: 5px;
    width: 9px;
    height: 9px;
    top: calc(50% - 5px);
    left: -5px;
    cursor: pointer;
}

[b-fe0npexzox] .right-range-handle {
    position: absolute;
    border: 1px solid black;
    border-radius: 5px;
    width: 9px;
    height: 9px;
    top: calc(50% - 5px);
    right: -5px;
    cursor: pointer;
}
/* _content/CentronNexus/ServiceBoard/Scheduler/Components/TimerDraftItem.razor.rz.scp.css */


    
/* _content/CentronNexus/ServiceBoard/Scheduler/Components/WorkloadDailySummary.razor.rz.scp.css */
[b-yqayovr4d1] .summary-item {
    display: grid;
    min-width: 25rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 3em 1fr 22px;
    grid-template-areas: 
        "start caption     icon"
        "end   description description";
    border-left: 2px solid red;
    cursor: default;
}

[b-yqayovr4d1] .summary-item-start {
    grid-area: start;
    text-align: end;
    padding-right: 4px;
}

[b-yqayovr4d1] .summary-item-end {
    grid-area: end;
    text-align: end;
    padding-right: 4px;
}

[b-yqayovr4d1] .summary-item-caption {
    grid-area: caption;
    overflow: hidden;
    font-weight: bold;
}

[b-yqayovr4d1] .summary-item-icon {
    grid-area: icon;
}

[b-yqayovr4d1] .summary-item-description {
    grid-area: description;
    max-height: 200px;
    overflow: hidden;
    font-style: italic;
}

[b-yqayovr4d1] .name-display {
    font-size: 0.875rem;
    line-height: 1rem;
}
/* _content/CentronNexus/ServiceBoard/Scheduler/Components/WorkloadView.razor.rz.scp.css */
[b-l30e13xutk] .grid {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: move;
}

[b-l30e13xutk] .grid-column {
    display: inline-block;
    height: 100%;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

[b-l30e13xutk] .weekend {
    background-color: var(--bs-secondary-bg);
}

[b-l30e13xutk] .workday {
    background-color: var(--bs-body-bg);
}

[b-l30e13xutk] .entry {
    position: absolute;
    background-color: brown;
    color: white;
    font-size: 12px;
    cursor: pointer;
}

[b-l30e13xutk] .today-selector {
    position: absolute;
    height: 20px;
    color: var(--bs-primary);
    top: 27px;
    cursor: grab;
}

[b-l30e13xutk] .workload-diagram {
    position: relative;
    height: 250px;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 250px 1fr;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

[b-l30e13xutk] .workload-diagram.only-own-calendar {
    height: 70px;
}

[b-l30e13xutk] .workload-buttons {
    position: relative;
    grid-row: 1;
    grid-column: 1;
}

[b-l30e13xutk] .workload-row {
    position: relative;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: flex;
    border-bottom: 1px dotted var(--bs-border-color);
}

[b-l30e13xutk] .workload-row:hover {
    border-style: solid;
    border-width: 0 0 1px 0;
}

[b-l30e13xutk] .workload-day {
    position: absolute;
    top: 0;
    height: 30px;
    border-bottom-color: black;
    border-bottom-style: solid;
}

[b-l30e13xutk] .scale-view {
    position: relative;
    grid-row: 1;
    grid-column: 2;
    overflow: hidden;
    text-wrap: nowrap;
}

[b-l30e13xutk] .scale-column {
    display: inline-block;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    font-size: 12px;
    padding-left: 3px;
}

[b-l30e13xutk] .scale-week {

}

[b-l30e13xutk] .scale-days {

}

[b-l30e13xutk] .scale-day {
    display: inline-block;
}

[b-l30e13xutk] .workload-columns {
    grid-row: 2;
    grid-column: 2;
}

[b-l30e13xutk] .workload-rows {
    grid-row: 2;
    grid-column: 1 / span 2;
    overflow-y: auto;
}

[b-l30e13xutk] .row-label {
    overflow: hidden;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

[b-l30e13xutk] .row-content {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

[b-l30e13xutk] .row-tooltip {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
        "img name";
}

[b-l30e13xutk] .employee-image {
    grid-area: img;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 8px;
    background-color: #fff;
    overflow: hidden;
}

[b-l30e13xutk] .employee-name {
    grid-area: name;
    padding: 8px;
    color: #fff;
}
/* _content/CentronNexus/ServiceBoard/Scheduler/SchedulerPage.razor.rz.scp.css */
.scheduler-grid[b-vm3a63liho] {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 450px 1fr;
    grid-template-areas:
        "projects projects"
        "toolbar  scheduler"
        "tickets  scheduler";
    height: calc(100vh - 4rem);
    padding: 1rem;
    row-gap: 0.875rem;
}

.scheduler-toolbar[b-vm3a63liho] {
    grid-area: toolbar;
    display: flex;
}

.scheduler-projects[b-vm3a63liho] {
    grid-area: projects;
}

[b-vm3a63liho] .scheduler-tickets {
    grid-area: tickets;
}

[b-vm3a63liho] .schedule-vertical-grid {
    display: grid;
    height: 100%;
    overflow: hidden;
    grid-template-columns: 5px 1fr;
    grid-template-rows: 2em auto 1fr;
    grid-template-areas: 
            "border subject"
            "border location"
            "border description";
}

[b-vm3a63liho] .schedule-vertical-border {
    grid-area: border;
}

[b-vm3a63liho] .schedule-vertical-subject {
    margin-top: 1px;
    grid-area: subject;
}

[b-vm3a63liho] .schedule-vertical-location {
    grid-area: location;
}

[b-vm3a63liho] .schedule-vertical-description {
    grid-area: description;
}

[b-vm3a63liho] .scheduler-timeline {
    grid-area: scheduler;
    overflow-y: auto;
    padding-left: 0.875rem;
    margin-left: 0.875rem;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[b-vm3a63liho] .scheduler {
    grid-area: scheduler;
}

[b-vm3a63liho] .dxbs-sc-dayview {
    overflow-y: auto;
}

[b-vm3a63liho] .fixedHeight {
    height: 350px;
    overflow-y: auto;
}

[b-vm3a63liho] .hover {
    outline: 2px solid #528cbd;
}

[b-vm3a63liho] dxbl-view>div:first-child{
    position: sticky !important;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 7px 0 rgba(0,0,0,0.20);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.20);
}

[b-vm3a63liho] dxbl-scheduler .dxbs-sc-tb-wrapper{
    padding: 0 0 0.875rem 0;
}

/* width */
[b-vm3a63liho] ::-webkit-scrollbar {
    width: 0.3rem;
}

/* Track */
[b-vm3a63liho] ::-webkit-scrollbar-track {
    background: var(--bs-border-color);
}

/* Handle */
[b-vm3a63liho] ::-webkit-scrollbar-thumb {
    background: var(--bs-border-color-translucent);
}

[b-vm3a63liho] .timer-draft-item {
    background: repeating-linear-gradient(
        45deg,
        var(--bs-gray-200),
        var(--bs-gray-200) 10px,
        var(--bs-gray-300) 10px,
        var(--bs-gray-300) 20px
    );
    color: black;
}
/* _content/CentronNexus/ServiceBoard/Searches/SearchPage.razor.rz.scp.css */
.search-results[b-rqdky5gz12] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100%;
    grid-gap: 1rem;
    grid-template-areas: 
        "customers tickets";
}

.search-results-customers[b-rqdky5gz12] {
    grid-area: customers;
}

.search-results-tickets[b-rqdky5gz12] {
    grid-area: tickets;
}
/* _content/CentronNexus/ServiceBoard/Searches/TicketSearch.razor.rz.scp.css */
.ticket-search-grid[b-ln3sl4ur4d] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2.5rem 1fr;
    grid-template-areas: 
            "search"
            "results";
    height: 100%;
    max-height: 100%;
}

.ticket-search-grid .search[b-ln3sl4ur4d] {
    grid-area: search;
}

[b-ln3sl4ur4d] .results {
    grid-area: results;
    
    max-height: 100%;
    overflow-y: auto;
}
/* _content/CentronNexus/ServiceBoard/Settings/Authentication/Authentication.razor.rz.scp.css */
.main-settings-container[b-l0dn2j148v] {
    height: calc(100vh - 10rem);
}

[b-l0dn2j148v] .grid-height {
    max-height: 25rem !important;
}
/* _content/CentronNexus/ServiceBoard/Settings/Categories/CategoriesPage.razor.rz.scp.css */
.category-settings-container[b-ewe1f7mxik] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 1fr;
    grid-template-areas: "actions" "grid";
    height: 100%;
    max-height: 100%;
}

.category-actions[b-ewe1f7mxik] {
    grid-area: actions;
}

[b-ewe1f7mxik] .categories-grid {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
}

.categories-color[b-ewe1f7mxik] {
    width: 34px;
    height: 24px;
}

.categories-body[b-ewe1f7mxik] {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: calc(90vh - 160px);
}

.body-area[b-ewe1f7mxik] {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

/* _content/CentronNexus/ServiceBoard/Settings/ChecklistTemplates/ChecklistTemplatesPage.razor.rz.scp.css */
.main-grid[b-mulqko1tts] {
    display: grid;
    grid-template-rows: 5rem 1fr;
    grid-template-areas:
        "header" "content";
    height: 100%;
}

.main-header[b-mulqko1tts] {
    grid-area: header;
}

.main-content[b-mulqko1tts] {
    grid-area: content;
    display: grid;
    grid-template-columns: minmax(auto, 500px) 1fr;
    grid-template-rows: 1fr;
    grid-template-areas:
        "timers details";
    height:100%;
}

.checklist-templates[b-mulqko1tts] {
    grid-area: timers;
    max-height: 100%;
    overflow-y: auto;
}

.details[b-mulqko1tts] {
    grid-area: details;
    max-height: 100%;
    overflow-y: auto;
}

/* _content/CentronNexus/ServiceBoard/Settings/ChecklistTemplates/Components/ChecklistCategoryTemplate.razor.rz.scp.css */
.custom-label[b-p8qehokewi] {
    color: rgba(33, 37, 41, 0.75);
    font-size: 0.875rem;
    font-family: Inter;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
}

.custom-height[b-p8qehokewi] {
    height: 95vh;
}
/* _content/CentronNexus/ServiceBoard/Settings/ChecklistTemplates/Components/ChecklistTemplate.razor.rz.scp.css */
.check-item-header[b-zml4ejavkh] {
    border-bottom: 1px solid var(--bs-primary) !important;
}


[b-zml4ejavkh] .dxbl-treeview-item-content {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

[b-zml4ejavkh] .dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content > .dxbl-treeview-item-container:not(.dxbl-disabled):not(:disabled).dxbl-active {
    background-color: var(--bs-body-bg);
    color: var(--bs-danger);
    font-weight: bolder;
}

[b-zml4ejavkh] .dxbl-treeview .dxbl-treeview-item > .dxbl-treeview-item-content {
    margin-bottom: 0rem;
}


.custom-caption-header[b-zml4ejavkh] {
    margin-left: 45px;
}

.custom-duration-header[b-zml4ejavkh] {
    width: 204px;
}

.custom-duration[b-zml4ejavkh] {
    width: 120px;
}


[b-zml4ejavkh] .custom-button {
    background-color: var(--bs-danger-bg-subtle);
    color: darkred;
    border: 0px;
}

    [b-zml4ejavkh] .custom-button:hover {
        background-color: darkred; /* Replace --main-color with the variable or color code of your main color */
        color: white; /* Set the text color to white or any color that contrasts with your main color */
    }

.icon-color-danger[b-zml4ejavkh] {
    color: darkred;
}

.icon-color-success[b-zml4ejavkh] {
    color: var(--bs-success);
}

.custom-label[b-zml4ejavkh] {
    color: rgba(33, 37, 41, 0.75);
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word
}

[b-zml4ejavkh] .custom-rich-edit {
    height: 50vh !important;
    width: 100% !important;
}
/* _content/CentronNexus/ServiceBoard/Settings/ChecklistTemplates/Components/ChecklistTemplateList.razor.rz.scp.css */
[b-1bfqt3qoim] .custom-button {
    background-color: white;
}

    [b-1bfqt3qoim] .custom-button:hover {
        background-color: var(--main-color); /* Replace --main-color with the variable or color code of your main color */
        color: white; /* Set the text color to white or any color that contrasts with your main color */
    }


[b-1bfqt3qoim] .checklist-tree-view {
    overflow-y: auto;
}



.btn-primary[b-1bfqt3qoim] {
    background-color: var(--bs-primary);
}


.dropdown > button:hover .dropdown-menu[b-1bfqt3qoim] {
    display: block;
    cursor: pointer;
}

.dropdown-menu li[b-1bfqt3qoim] {
    position: relative;
}

.dropdown-menu .dropdown-submenu[b-1bfqt3qoim] {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
}

.dropdown-menu > li:hover > .dropdown-submenu[b-1bfqt3qoim] {
    display: block;
    cursor: pointer;
}

.dropdown-menu > li:hover[b-1bfqt3qoim] {
    cursor: pointer;
}
/* _content/CentronNexus/ServiceBoard/Settings/ChecklistTemplates/Dialogs/ChecklistCheckDialog.razor.rz.scp.css */
[b-yrrm9xxfwq] .custom-rich-edit {
    height: 50vh !important;
    width: 100% !important;
}

[b-yrrm9xxfwq] .custom-duration {
    width: 30% !important;
}
/* _content/CentronNexus/ServiceBoard/Settings/Priorities/PrioritiesPage.razor.rz.scp.css */
.priorities-settings-container[b-o06hxennet] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 1fr;
    grid-template-areas: "actions" "grid";
    height: 100%;
    max-height: 100%;
}

.priority-actions[b-o06hxennet] {
    grid-area: actions;
}

[b-o06hxennet] .priorities-grid {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
}

.priority-color[b-o06hxennet] {
    width: 34px;
    height: 24px;
}

.form-control[b-o06hxennet] {
    width: 100%;
    height: 32px;
}

.priority-body[b-o06hxennet] {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.body-area[b-o06hxennet] {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.priority-data-grid[b-o06hxennet] {
    margin-left: 1rem;
}
/* _content/CentronNexus/ServiceBoard/Settings/Statuses/StatusesPage.razor.rz.scp.css */
.statuses-settings-container[b-vhu25ih9v3] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 1fr;
    grid-template-areas: "actions" "grid";
    height: 100%;
    max-height: 100%;
}

.status-actions[b-vhu25ih9v3] {
    grid-area: actions;
}

[b-vhu25ih9v3] .statuses-grid {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
}

.status-color[b-vhu25ih9v3] {
    width: 34px;
    height: 24px;
}

.status-body[b-vhu25ih9v3] {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: calc(90vh - 160px);
}

.status-data-grid[b-vhu25ih9v3] {
    margin-left: 1rem;
}

.body-area[b-vhu25ih9v3] {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
/* _content/CentronNexus/ServiceBoard/Settings/Tags/TagsSettingsPage.razor.rz.scp.css */
.settings-container[b-ce6crb67jj] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    grid-template-areas: "grid";
    height: 100%;
    max-height: 100%;
    max-width: 800px;
}

[b-ce6crb67jj] .tags-grid {
    grid-area: grid;
}
/* _content/CentronNexus/ServiceBoard/Settings/TaskManagement/Components/TaskList.razor.rz.scp.css */
.task-list-container[b-mhz63j11i0] {
    min-width: 416px;
}

.task-list-item-name[b-mhz63j11i0] {
    min-width: 0;
    max-width: 40vh;
}
/* _content/CentronNexus/ServiceBoard/Settings/TaskManagement/Components/TaskTabbedArea.razor.rz.scp.css */
.grid-fix[b-gggxjzlkjd] {
    max-height: 85vh;
    overflow-x: auto;
    min-width: 10vw;
    position: relative;
}
/* _content/CentronNexus/ServiceBoard/Settings/TaskManagement/Components/TaskTabDetails.razor.rz.scp.css */
[b-xfz0i12twi] .small-spin-edit-input {
    width: 2rem;
}
[b-xfz0i12twi] .executed-after-time-masked-input {
    width: 5rem;
}

[b-xfz0i12twi] .due-date-offset-masked-input {
    min-width: 16rem;
}

[b-xfz0i12twi] .small-combo-box-input {
    width: 5.9rem;
}
/* _content/CentronNexus/ServiceBoard/Settings/TimeTypes/TimeTypesPage.razor.rz.scp.css */
.time-types-settings-container[b-ar77tvudsk] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 1fr;
    grid-template-areas: "actions" "grid";
    height: 100%;
    max-height: 100%;
}

.time-type-actions[b-ar77tvudsk] {
    grid-area: actions;
}

[b-ar77tvudsk] .time-types-grid {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
}

.time-type-color[b-ar77tvudsk] {
    width: 34px;
    height: 24px;
}

.time-type-body[b-ar77tvudsk] {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: calc(90vh - 160px);
}
/* _content/CentronNexus/ServiceBoard/Settings/Types/TypesPage.razor.rz.scp.css */
.types-settings-container[b-y8www0mblw] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 1fr;
    grid-template-areas: "actions" "grid";
    height: 100%;
    max-height: 100%;
}

.type-actions[b-y8www0mblw] {
    grid-area: actions;
}

[b-y8www0mblw] .types-grid {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
}

.type-color[b-y8www0mblw] {
    width: 34px;
    height: 24px;
}
/* _content/CentronNexus/ServiceBoard/Shared/AddressContacts/AddressContactsGrid.razor.rz.scp.css */
.toolbar-collection-grid[b-0skecrbvoy] {
    display: grid;
    grid-gap: 0 1em;
    grid-template-rows: auto 1fr;
    grid-template-columns: 100%;
    min-height: 0;
    height: 100%;
    max-height: 100%;
}

.toolbar[b-0skecrbvoy] {
    grid-row: 1;
}

.grid-height[b-0skecrbvoy] {
    height: calc(100vh - 300px) !important;
    min-height: 0;
}

[b-0skecrbvoy] .contacts-collection {
    grid-row: 2;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
}

[b-0skecrbvoy] .contacts-group-row {
    font-weight: bold;
}

:deep .auto-height[b-0skecrbvoy] {
    height: auto;
}
/* _content/CentronNexus/ServiceBoard/Shared/AddressContacts/EditAddressContact.razor.rz.scp.css */

.master-details-grid[b-cp35b34h1e] {
    display: grid;
    grid-gap: 0 1em;
    grid-template-columns: 5fr minmax(450px, 3fr);
    grid-template-rows: 100%;
    min-height: 0;
    height: 100%;
    max-height: 100%;
}

.master[b-cp35b34h1e] {
    grid-column: 1;
}

.details[b-cp35b34h1e] {
    grid-column: 2;
}
/* _content/CentronNexus/ServiceBoard/Shared/Articles/ArticleSearch.razor.rz.scp.css */
.article-search-grid[b-kgmid2366y] {
    height: 100%;
    max-height: 100%;
    display: grid;
    grid-template-rows: 4rem calc(100% - 7rem);
    grid-template-columns: auto 350px;
    grid-template-areas:
        "search-bar   search-bar"
        "article-list article-details";
}

.search-bar[b-kgmid2366y] {
    grid-area: search-bar;
    display: flex;
    gap: 1rem;
}

[b-kgmid2366y] .article-list {
    grid-area: article-list;
    padding-right: 1rem;
}

.article-details[b-kgmid2366y] {
    padding-left: 1rem;
    border-left: 1px solid var(--bs-border-color);
    grid-area: article-details;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: calc(100% - 21rem) 21rem;
    grid-template-areas: 
        "article-description"
        "booking-selection";
}

.article-description[b-kgmid2366y] {
    grid-area: article-description;
}

.booking-selection[b-kgmid2366y] {
    grid-area: booking-selection;
}

.big-article-image[b-kgmid2366y] {
    max-height: 64px;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/ColorPicker.razor.rz.scp.css */
.color-picker[b-2ax89m4ncc] {
    height: 32px;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/CompactTicketInfo.razor.rz.scp.css */
.compact-ticket-grid[b-k3n45e2d4s] {
    display: grid;
    grid-template-columns: 1fr 20rem;
    grid-template-areas: 
        "description details";
}

.compact-ticket-grid .compact-ticket-description[b-k3n45e2d4s] {
    grid-area: description;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    margin-right: 0.875rem;
    padding-right: 0.875rem;
}

.compact-ticket-grid .compact-ticket-details[b-k3n45e2d4s] {
    grid-area: details;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/EmployeeTreeSelectionDropDown.razor.rz.scp.css */
.pill-style[b-r382s3cgpd] {
    padding: 4px 8px 4px 8px;
    font-size: 0.75rem;
    font-weight: 400;
    height: 1.5rem;
    display: flex;
    align-content: flex-start;
    background-color: var(--bs-secondary-bg);
    border: none;
    border-radius: var(--bs-border-radius-pill);
}

.btn-sm.grid-pill[b-r382s3cgpd] {
    --bs-btn-padding-y: .20rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.tagbox-tag-text[b-r382s3cgpd] {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 0.75rem 0 0.375rem
}

[b-r382s3cgpd] button.tagbox-tag-template-close-btn {
    border: 0;
    box-shadow: none;
    font-weight: 600;
    width: 16px;
    height: 16px;
    background-color: var(--bs-gray-300);
    color: white;
}
[b-r382s3cgpd] button.tagbox-tag-template-close-btn:not(:disabled):hover {
    background-color: black;
    color: white;
    opacity: 50%;
}
[b-r382s3cgpd] .tagbox-tag-template-close-btn-icon-image {
    height: 16px;
    width: 16px;
    fill: white;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/HelpdeskCategoryDisplayPill.razor.rz.scp.css */
.pill-style[b-2pm3s6o154] {
    padding: 4px 8px 4px 8px;
    font-size: 0.75rem;
    font-weight: 400;
    height: 1.5rem;
    max-width: 20ch;
    display: flex;
    align-content: flex-start;
    background-color: var(--bs-secondary-bg);
    border: none;
    border-radius: var(--bs-border-radius-pill);
}

.btn-sm.grid-pill[b-2pm3s6o154] {
    --bs-btn-padding-y: .20rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.pill-style span[b-2pm3s6o154] {
    max-width: 19ch;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/HelpdeskPriorityDisplayPill.razor.rz.scp.css */
.pill-style[b-91hnn1sowp] {
    padding: 4px 8px 4px 8px;
    font-size: 0.75rem;
    font-weight: 400;
    height: 1.5rem;
    max-width: 20ch;
    display: flex;
    align-content: flex-start;
    background-color: var(--bs-secondary-bg);
    border: none;
    border-radius: var(--bs-border-radius-pill);
}

.btn-sm.grid-pill[b-91hnn1sowp] {
    --bs-btn-padding-y: .20rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.pill-style span[b-91hnn1sowp] {
    max-width: 19ch;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/HelpdeskStateDisplayPill.razor.rz.scp.css */
.pill-style[b-j0hp3r0kq7] {
    padding: 4px 8px 4px 8px;
    font-size: 0.75rem;
    font-weight: 400;
    height: 1.5rem;
    max-width: 20ch;
    display: flex;
    align-content: flex-start;
    background-color: var(--bs-secondary-bg);
    border: none;
    border-radius: var(--bs-border-radius-pill);
}

.btn-sm.grid-pill[b-j0hp3r0kq7] {
    --bs-btn-padding-y: .20rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.pill-style span[b-j0hp3r0kq7] {
    max-width: 19ch;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/HelpdeskTypeDisplayPill.razor.rz.scp.css */
.pill-style[b-aa8lp2202o] {
    padding: 4px 8px 4px 8px;
    font-size: 0.75rem;
    font-weight: 400;
    height: 1.5rem;
    max-width: 20ch;
    display: flex;
    align-content: flex-start;
    background-color: var(--bs-secondary-bg);
    border: none;
    border-radius: var(--bs-border-radius-pill);
}

.btn-sm.grid-pill[b-aa8lp2202o] {
    --bs-btn-padding-y: .20rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.pill-style span[b-aa8lp2202o] {
    max-width: 19ch;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/IconSelection.razor.rz.scp.css */
.icon-button[b-26iqvnqu41] {
    width: 88px;
    height: 64px;
    font-size: 1.5rem;
    background-color: var(--bs-secondary-bg);
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/TicketEvents.razor.rz.scp.css */
th[b-m4utc47cap] {
    width: 2rem;
    overflow: visible;
    max-width: 2rem;
    min-width: 2rem;
    text-wrap: nowrap;
    color: var(--bs-body-color);
    font-weight: 400;
    font-size: 0.75em;
}

th.sticky[b-m4utc47cap] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

th[b-m4utc47cap], td[b-m4utc47cap] {
    text-align: center;
}

/* _content/CentronNexus/ServiceBoard/Shared/Common/TicketHeader.razor.rz.scp.css */
.ticket-header[b-qmv1xpgwto] {
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
            "top-left top-right"
            "bottom-left bottom-right";
}

.header-title[b-qmv1xpgwto] {
    grid-area: top-left;
}

.header-title input[b-qmv1xpgwto] {
    font-weight: bold;
    font-size: 1rem;
}

.header-customer[b-qmv1xpgwto] {
    grid-area: top-right;
    text-align: right;
    vertical-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-details[b-qmv1xpgwto] {
    grid-area: bottom-left;
}

.header-actions[b-qmv1xpgwto] {
    grid-area: bottom-right;
    text-align: right;
}

.transparent-form[b-qmv1xpgwto] {
    border: none;
    background: none;
    transition: background-color 300ms;
}

.transparent-form:hover[b-qmv1xpgwto] {
    background: var(--bs-body-bg);
    transition: background-color 500ms;
}

.transparent-form:focus[b-qmv1xpgwto] {
    background: var(--bs-body-bg);
}

.has-stopwatch[b-qmv1xpgwto] {
    /*outline: 1px solid #4987e5;*/
}

.is-viewer[b-qmv1xpgwto] {
    outline: 3px solid var(--bs-primary);
    z-index: 10;
}

.no-select[b-qmv1xpgwto] {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-select:focus[b-qmv1xpgwto] {
    outline: none !important;
}

@keyframes scaleAnimation-b-qmv1xpgwto {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
}

.scale-animation[b-qmv1xpgwto] {
    display: inline-block;
    animation: scaleAnimation-b-qmv1xpgwto 2s ease-in-out 3;
}
/* _content/CentronNexus/ServiceBoard/Shared/Common/TicketPage.razor.rz.scp.css */
.ticket-page-grid[b-b35gg6yvgv] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr;
    height: 100%;
    max-height: 100%;
}

.ticket-page-header[b-b35gg6yvgv] {
    grid-row: 1;
}

.ticket-page-body[b-b35gg6yvgv] {
    grid-row: 2;
    overflow-y: hidden;
}
/* _content/CentronNexus/ServiceBoard/Shared/CompactTicketList/CompactTicketList.razor.rz.scp.css */
[b-ys0bx8v87e] .dxbl-btn-split .dxbl-btn {
    border-radius: var(--bs-border-radius-xxl) !important;
}

.compact-ticket-list[b-ys0bx8v87e]{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr;
    height: 100%;
}

[b-ys0bx8v87e] .compact-ticket-list-header{
    grid-row: 1;
    grid-column: 1;
}

[b-ys0bx8v87e] .compact-ticket-list-grid{
    grid-row: 2;
    grid-column: 1;
    overflow-y: hidden;
}
/* _content/CentronNexus/ServiceBoard/Shared/Documents/DocumentsList.razor.rz.scp.css */
.document-list[b-clam7g5vrs] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 46px calc(100% - 84px) 38px;
    grid-template-areas:
        "header"
        "content"
        "footer";
}

.document-list-header[b-clam7g5vrs] {
    grid-area: header;
}

.document-list-content[b-clam7g5vrs] {
    grid-area: content;
}

.document-list-footer[b-clam7g5vrs] {
    grid-area: footer;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.document-list-item[b-clam7g5vrs] {
    display: grid;
    grid-template-columns: 1.25rem 1fr auto;
    grid-template-rows: 1.25rem auto;
    grid-template-areas:
        "avatar  sender  date"
        "subject subject subject";
    max-width: 27rem;
    row-gap: 0.5rem;
}

.document-list-item-avatar[b-clam7g5vrs] {
    grid-area: avatar;
}

.document-list-item-sender[b-clam7g5vrs] {
    grid-area: sender;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.3rem !important;
    padding-left: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.document-list-item-date[b-clam7g5vrs] {
    grid-area: date;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.3rem !important;
}

.document-list-item-subject[b-clam7g5vrs] {
    grid-area: subject;
    font-weight: 700 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

[b-clam7g5vrs] li.dxbl-list-box-empty-data-item {
    width: 29.125rem !important;
}
/* _content/CentronNexus/ServiceBoard/Shared/Documents/DocumentViewer.razor.rz.scp.css */
.pdf-view[b-u0ruzihx3j] {
    background: #000;
    border: none; /* Reset default border */
    height: 100%;
    width: 100%;
}
/* _content/CentronNexus/ServiceBoard/Shared/Email/Email.razor.rz.scp.css */
/*.main-grid {*/
/*    display: grid;*/
/*    height: 100%;*/
/*    grid-template-rows: auto 1fr;*/
/*    grid-template-columns: auto;*/
/*    grid-template-areas:*/
/*            "header"*/
/*            "body";*/
/*}*/

.header[b-4lik67uupk] {
    grid-area: header;
}

.body[b-4lik67uupk] {
    grid-area: body;
    overflow-y: auto;
}

.header-grid[b-4lik67uupk] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto auto auto 1fr;
    grid-template-areas: 
            "from-button from"
            "to-button   to"
            "cc-button   cc"
            "bcc-button  bcc"
            "subject     subject"
            "attachments attachments"
            "body        body";
    gap: 0.5em;
    height: 100%;
}

[b-4lik67uupk] .from-button {
    grid-area: from-button;
}

.from[b-4lik67uupk] {
    grid-area: from;
}

[b-4lik67uupk] .to-button {
    grid-area: to-button;
}

.to[b-4lik67uupk] {
    grid-area: to;
}

[b-4lik67uupk] .cc-button {
    grid-area: cc-button;
}

.cc[b-4lik67uupk] {
    grid-area: cc;
}

[b-4lik67uupk] .bcc-button {
    grid-area: bcc-button;
}

.bcc[b-4lik67uupk] {
    grid-area: bcc;
}

.subject[b-4lik67uupk] {
    grid-area: subject;
}

.attachments[b-4lik67uupk] {
    grid-area: attachments;
}

.droparea[b-4lik67uupk] {
    grid-row-start: 1;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 1;
}
/* _content/CentronNexus/ServiceBoard/Shared/Email/EmailFileViewer.razor.rz.scp.css */
.emailviewer-grid[b-t56gaml703] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 
            "header"
            "body";
    height: 100%;
}

.emailviewer-header[b-t56gaml703] {
    grid-area: header;
}

.emailviewer-body[b-t56gaml703] {
    grid-area: body;
    overflow-y: auto;
}
/* _content/CentronNexus/ServiceBoard/Shared/Email/EmailsList.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/Shared/Email/EmailViewer.razor.rz.scp.css */
.emailviewer-grid[b-qvopy1ci39] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 
            "header"
            "body";
    height: 100%;
}

.emailviewer-header[b-qvopy1ci39] {
    grid-area: header;
}

.emailviewer-body[b-qvopy1ci39] {
    grid-area: body;
    overflow-y: auto;
}
/* _content/CentronNexus/ServiceBoard/Shared/Email/EmailViewerHeader.razor.rz.scp.css */
.main-grid[b-caa3qsode7] {
    display: grid;
    grid-template-columns: 50px auto 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: 
            "subject subject          subject"
            "image   from-and-buttons from-and-buttons"
            "image   to-label         to-and-date"
            "image   cc-label         cc"
            ".       attachments      attachments";
    /*row-gap: 0.5rem;*/
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    padding-bottom: 1rem;
}

.image[b-caa3qsode7] {
    grid-area: image;
}

.subject[b-caa3qsode7] {
    grid-area: subject;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.from-and-buttons[b-caa3qsode7] {
    grid-area: from-and-buttons;
}

.to-and-date[b-caa3qsode7] {
    grid-area: to-and-date;
    font-size: .75rem;
}

.cc[b-caa3qsode7] {
    grid-area: cc;
    font-size: .75rem;
}

.to-label[b-caa3qsode7] {
    grid-area: to-label;
    font-size: .75rem;
    font-weight: bold;
}

.cc-label[b-caa3qsode7] {
    grid-area: cc-label;
    font-size: .75rem;
    font-weight: bold;
}

.attachments[b-caa3qsode7] {
    grid-area: attachments;
    font-size: .75rem;
}
/* _content/CentronNexus/ServiceBoard/Shared/Email/RecipientSelection.razor.rz.scp.css */
.item-template[b-72klnt1box] {
    display: flex;
    align-items: center;
}
.tag-template[b-72klnt1box] {
    display: flex;
    align-items: center;
    padding: 0.125em 0.5em 0.125em 0;
    position: relative;
}
.tag-template[b-72klnt1box]:before {
    content: " ";
    position: absolute;
    background-color: currentColor;
    opacity: 0.15;
    border-radius: 16px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.item-template-employee-photo[b-72klnt1box],
.tag-template-employee-photo[b-72klnt1box] {
    margin-right: 0.5em;
    border-radius: 16px;
    border: 0 solid #000;
}
.item-template-employee-photo[b-72klnt1box] {
    width: 32px;
    height: 32px;
}
.tag-template-employee-photo[b-72klnt1box] {
    width: 24px;
    height: 24px;
}
.item-template-employee-home-phone[b-72klnt1box] {
    opacity: 0.65;
    display: block;
    font-size: 0.75em;
}
.tag-template-close-btn[b-72klnt1box] {
    border: 0;
    border-radius: 3rem;
    box-shadow: none;
    font-weight: 600;
    padding: 0;
    width: 16px;
    height: 16px;
    margin: 0 0 0 0.5em;
    opacity: 0.5;
}
.tag-template-close-btn:hover[b-72klnt1box] {
    opacity: 0.75;
}
.tag-template-close-btn-icon[b-72klnt1box] {
    height: 16px;
    width: 16px;
    mask-image: url("img/icons/clear.svg");
    -webkit-mask-image: url("img/icons/clear.svg");
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

.remove-icon[b-72klnt1box]{
    cursor: pointer;
}

.remove-icon:hover[b-72klnt1box]{
    opacity: 0.75;
}
/* _content/CentronNexus/ServiceBoard/Shared/ServiceReport/ServiceReport.razor.rz.scp.css */
.service-report[b-wo0vuz6kgw] {
    display: grid;
    grid-template-rows: 4rem calc(100% - 4rem);
    grid-template-areas:
        "header"
        "timerlist";
}

.service-report-header[b-wo0vuz6kgw] {
    grid-area: header;
}

.service-report-timerlist[b-wo0vuz6kgw] {
    grid-area: timerlist;
}
/* _content/CentronNexus/ServiceBoard/Stopwatches/StopwatchesPage.razor.rz.scp.css */
.page-grid[b-27vx8vmpkk] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 4rem calc(100% - 4rem);
    grid-template-areas:
            "toolbar"
            "stopwatchlist";

    height: calc(100vh - 4rem);
}

.toolbar[b-27vx8vmpkk] {
    grid-area: toolbar;
}

.stopwatch-list[b-27vx8vmpkk] {
    grid-area: stopwatchlist;
}
/* _content/CentronNexus/ServiceBoard/TicketAiSummary/AIAssist.razor.rz.scp.css */
.ai-container[b-vkkpz6uac5] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 1fr;
    grid-template-areas: "filter" "grid";

    gap: 1rem;

    height: calc(100vh - 10rem);
    max-height: 100%;
}


[b-vkkpz6uac5] .ai-grid {
    grid-area: grid;
    height: 100%;
    overflow-y: auto;
}
/* _content/CentronNexus/ServiceBoard/TicketChecklists/Components/ChecklistDetails.razor.rz.scp.css */
.checklist-details-treeview-container[b-iishgjpec0] {
    height: calc(100% - 7rem) !important;
}

.internal-note-pill-container[b-iishgjpec0] {
    min-width: 7.8rem;
    width: 7.8rem;
}

.duration-or-checked-date-container[b-iishgjpec0] {
    min-width: 8rem;
    width: 8rem;
}

.action-buttons-container[b-iishgjpec0] {
    min-width: 6.25rem;
    width: 6.25rem;
}

.employee-avatar-container[b-iishgjpec0] {
    min-width: 2rem;
    width: 2rem;
}

.state-combobox-container[b-iishgjpec0] {
    min-width: 9.61rem;
    width: 9.61rem;
}

.edit-popup-richedit-container[b-iishgjpec0] {
    height: 100%;
    max-height: 27rem;
}

/* _content/CentronNexus/ServiceBoard/TicketChecklists/TicketChecklistsPage.razor.rz.scp.css */
.ticket-checklist-master-container[b-5153zgqsog] {
    min-width: 480px;
}
/* _content/CentronNexus/ServiceBoard/TicketDetails/Components/CompactTicketDetails.razor.rz.scp.css */
.compact-ticket-details[b-xytzd1kggu] {
    min-width: 67ch!important;
    max-width: 67ch!important;
}
/* _content/CentronNexus/ServiceBoard/TicketDetails/Components/TicketEditorSelection.razor.rz.scp.css */
.text-header[b-tlerdksx0r] {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
}
/* _content/CentronNexus/ServiceBoard/TicketDetails/Components/TicketHistory.razor.rz.scp.css */
input.comment-active[b-tsu0mwctax] {
    display: none;
}

input.comment-inactive[b-tsu0mwctax] {
    display: block;
}

.comment-active[b-tsu0mwctax] {
    display: block;
}

.comment-inactive[b-tsu0mwctax] {
    display: none;
}

.card[b-tsu0mwctax] {
    border: none;
}

[b-tsu0mwctax]::placeholder, [b-tsu0mwctax]::-webkit-input-placeholder, [b-tsu0mwctax]::-moz-placeholder {
    color: red;
    font-style: italic;
    font-size: 0.8em;
}

[b-tsu0mwctax] .badge {
    font-weight: normal !important;
    line-height: unset !important;
}

[b-tsu0mwctax] .nav {
    --bs-nav-link-padding-x: unset !important;
    --bs-nav-underline-link-active-color: var(--bs-link-color) !important;
    font-size: 1rem;
}

[b-tsu0mwctax] .nav-underline .nav-link.active {
    font-weight: normal !important;
}

[b-tsu0mwctax] .dxbl-accordion-item {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

[b-tsu0mwctax] .dxbl-accordion-group .dxbl-accordion-group-header {
    font-weight: unset !important;
}

/*::deep .dxbl-accordion {*/
/*    --dxbl-accordion-group-border-radius: 0 !important;*/
/*    --dxbl-accordion-group-border-color: unset !important;*/
/*    --dxbl-accordion-group-header-hover-bg: unset !important;*/
/*}*/
/* _content/CentronNexus/ServiceBoard/TicketDetails/Components/TicketHistoryDetails.razor.rz.scp.css */
input.comment-active[b-r3qp3aa14u] {
    display: none;
}

input.comment-inactive[b-r3qp3aa14u] {
    display: block;
}

.comment-active[b-r3qp3aa14u] {
    display: block;
}

.comment-inactive[b-r3qp3aa14u] {
    display: none;
}

.quote[b-r3qp3aa14u] {
    border-left: 2px solid var(--bs-primary-bg-subtle);
}

.small-input-field[b-r3qp3aa14u] {
    font-size: 0.875rem;
}

.document-preview[b-r3qp3aa14u] {
    display: grid;
    grid-template-columns: 250px calc(100% - 250px);
    grid-template-rows: calc(100% - 110px) 110px;
    grid-template-areas: 
        "comment content"
        "list    list";
    height: 100%;
    max-height: 100%;
}

.document-preview-comment[b-r3qp3aa14u] {
    grid-area: comment;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    margin-right: 0.5rem;
    padding-right: 0.5rem;
}

.document-preview-content[b-r3qp3aa14u] {
    grid-area: content;
}

.document-preview-list[b-r3qp3aa14u] {
    grid-area: list;
    display: flex;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    overflow-y: auto; 
    scrollbar-gutter: stable;
}
/* _content/CentronNexus/ServiceBoard/TicketDetails/Components/TicketHistoryItem.razor.rz.scp.css */
.history-item[b-9t3v23jexq] {
    display: grid;
    grid-template-columns: auto auto auto auto 1fr auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: 
            "border time avatar  author  caption badge" 
            ".      .    details details details details";
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    font-size: 0.875rem;
}

.history-item-border[b-9t3v23jexq] {
    grid-area: border;
    font-size: 0.75em;
}

.history-item-time[b-9t3v23jexq] {
    grid-area: time;
}

[b-9t3v23jexq] .history-item-avatar {
    grid-area: avatar;
}

.history-item-author[b-9t3v23jexq] {
    grid-area: author;
}

.history-item-caption[b-9t3v23jexq] {
    grid-area: caption;
}

[b-9t3v23jexq] .history-item-badge {
    grid-area: badge;
}

[b-9t3v23jexq] .history-item-details {
    grid-area: details;
}
/* _content/CentronNexus/ServiceBoard/TicketDetails/TicketDetailsPage.razor.rz.scp.css */
.ticket-details[b-df781s4zfn] {
    display: grid;
    grid-template-columns: 1fr 448px;
    grid-template-rows: 100%;
    grid-template-areas: 
            "left right";
    height: 100%;
    max-height: 100%;
}

.ticket-details-main[b-df781s4zfn] {
    grid-area: left;
    max-width: 1200px;
}

.ticket-details-side[b-df781s4zfn] {
    grid-area: right;
}

.card[b-df781s4zfn] {
    border: none;
}

i[b-df781s4zfn] {
    color: #555;
}

div[contenteditable][b-df781s4zfn] {
}

.workinprogress[b-df781s4zfn] {
    outline: 1px solid var(--bs-warning-border-subtle);
}

h3[b-df781s4zfn] {
    font-size: 20px;
    font-weight: 700;
}

.working-on-description[b-df781s4zfn] {
    display: inline-block;
    padding: 3px;
    border-radius: 3px 0 3px 0;
    font-size: .7em;
    white-space: normal;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-warning-border-subtle);
    color: var(--bs-warning-text-emphasis);
}

[b-df781s4zfn] .device-grid {
    height: 60vh;
}

[b-df781s4zfn] .tagbox-item-template {
    display: flex;
    align-items: center;
}

[b-df781s4zfn] .tagbox-tag-template {
    display: flex;
    align-items: center;
    padding: 0.125em 0.5em 0.125em 0;
    position: relative;
}

[b-df781s4zfn] .tagbox-tag-template:before {
    content: " ";
    position: absolute;
    background-color: currentColor;
    opacity: 0.15;
    border-radius: 16px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.remove-icon[b-df781s4zfn] {
    margin-top: 0.10em;
}

.remove-icon:hover[b-df781s4zfn] {
    opacity: 0.75;
}
/* _content/CentronNexus/ServiceBoard/TicketDocuments/TicketDocumentsPage.razor.rz.scp.css */
.main-grid[b-cx5ac4dgm0] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 100%;
    grid-template-areas: 
            "documents preview";
    height: 100%;
    max-height: 100%;
}

.documents[b-cx5ac4dgm0] {
    grid-area: documents;
    padding-right: 0.875rem;
}

.preview[b-cx5ac4dgm0] {
    grid-area: preview;
    overflow-y: auto;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    padding-left: 0.875rem
}
/* _content/CentronNexus/ServiceBoard/TicketEmails/Components/TicketMailsList.razor.rz.scp.css */
.mail-list-item[b-nxyb16zbad] {
    display: grid;
    grid-template-columns: 1.25rem 1fr auto;
    grid-template-rows: 1.25rem auto 3em;
    grid-template-areas:
        "avatar  sender  date"
        "subject subject subject"
        "summary summary summary";
    max-width: 27rem;
    row-gap: 0.5rem;
}

.mail-list-item-avatar[b-nxyb16zbad] {
    grid-area: avatar;
}

.mail-list-item-sender[b-nxyb16zbad] {
    grid-area: sender;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.3rem !important;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mail-list-item-date[b-nxyb16zbad] {
    grid-area: date;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 1.3rem !important;
}

.mail-list-item-subject[b-nxyb16zbad] {
    grid-area: subject;
    font-weight: 700 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mail-list-item-summary[b-nxyb16zbad] {
    grid-area: summary;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    overflow: clip;
}

[b-nxyb16zbad] li.dxbl-list-box-empty-data-item {
    width: 29.125rem !important;
}
/* _content/CentronNexus/ServiceBoard/TicketEmails/TicketEmailsPage.razor.rz.scp.css */
.main-grid[b-2737eaarz6] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 100%;
    grid-template-areas: 
            "documents preview";
    height: 100%;
    max-height: 100%;
}

.documents[b-2737eaarz6] {
    grid-area: documents;
    padding-right: 0.875rem;
}

.preview[b-2737eaarz6] {
    grid-area: preview;
    overflow-y: auto;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    padding-left: 0.875rem
}

[b-2737eaarz6] .subject {
    margin-right: 110px;
}
/* _content/CentronNexus/ServiceBoard/TicketList/Components/AccountSearch.razor.rz.scp.css */
[b-o3oijcfixy] .dxbl-grid .dxbl-grid-table .dxbl-grid-detail-cell {
    padding: 0;
    padding-left: 1.7rem;
    line-height: 1.5rem;
}

[b-o3oijcfixy] .dxbl-grid-table>tbody>tr>td {
    border: none;
}

[b-o3oijcfixy] .account-grid {
    height: 47vh;
}
/* _content/CentronNexus/ServiceBoard/TicketList/Components/KanbanBoard.razor.rz.scp.css */
[b-sq2j59jrvp] .dxbl-tabs>.dxbl-tabs-tablist {
    background-color: inherit;
}

.kanban-filter[b-sq2j59jrvp] {
    height: 4rem;
}

.sortable-list-bucket-header[b-sq2j59jrvp] {
    min-width: 30rem;
    width: 30rem;
    height: 3rem;
}

[b-sq2j59jrvp] .ticket-card:not(:nth-last-child(2)) {
    margin-bottom: 0.5rem;
}
/* _content/CentronNexus/ServiceBoard/TicketList/Components/TicketFilter.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/TicketList/Components/TicketsGrid.razor.rz.scp.css */
.tickets-overview-container[b-ftgtyetbjd] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem auto 1fr;
    grid-template-areas: "actions" "filter" "grid";
    height: calc(100% - 56px);
    max-height: 100%;
}

.actions[b-ftgtyetbjd] {
    grid-area: actions;
}

[b-ftgtyetbjd] .filters {
    grid-area: filter;
}


[b-ftgtyetbjd] .ticket-grid {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 1rem;
}
/* _content/CentronNexus/ServiceBoard/TicketList/Dialogs/ConnectTicketsDialog.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/TicketList/Dialogs/NewTicketDialog.razor.rz.scp.css */
.info-text[b-hzanc5nqr2] {
    font-size: 0.7rem;
}
/* _content/CentronNexus/ServiceBoard/TicketList/TicketListPage.razor.rz.scp.css */
.tickets-overview-container[b-z5ac76t62u] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem auto 1fr;
    grid-template-areas: "actions" "filter" "grid";
    height: 100%;
    max-height: 100%;
}

.actions[b-z5ac76t62u] {
    grid-area: actions;
}

[b-z5ac76t62u] .filters {
    grid-area: filter;
}

[b-z5ac76t62u] .dxbl-accordion .dxbl-accordion-group:not(.dxbl-disabled):not(:disabled):not(.dxbl-accordion-filter):not(.dxbl-active)>.dxbl-accordion-group-header {
    background-color: var(--bs-tertiary-bg);
}

[b-z5ac76t62u] .dxbl-accordion .dxbl-accordion-group.dxbl-group {
    background-color: var(--bs-tertiary-bg);
    padding: 0.5rem;
}

[b-z5ac76t62u] .dxbl-group .dxbl-accordion-group .dxbl-accordion-item .dxbl-active {
    background-color: var(--bs-tertiary-bg);
    display: flex;
    align-items: start;
} 

[b-z5ac76t62u] .dxbl-accordion .dxbl-accordion-group:not(.dxbl-disabled):not(:disabled):not(.dxbl-accordion-filter):not(.dxbl-active)>.dxbl-accordion-group-header {
    display: flex;
    align-items: start;
}

[b-z5ac76t62u] .rounded-pill {
    padding: 4px 8px 4px 8px;
    font-size: 0.75rem;
    font-weight: 400;
}

[b-z5ac76t62u] .ticket-grid {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 1rem;
}

.kanban-preview[b-z5ac76t62u] {
    grid-area: grid;
    max-height: 100%;
    overflow-y: auto;
}

[b-z5ac76t62u].ticket-grid {
    border-left: 0px;
    border-right: 0px;
}

    [b-z5ac76t62u] .ticket-grid.dxbl-grid .dxbl-grid-table > tbody > tr > td {
        border-left-width: 0px;
    }

    [b-z5ac76t62u] .ticket-grid.dxbl-grid .dxbl-grid-table > thead > tr > th {
        border-left-width: 0px;
    }

[b-z5ac76t62u] .grid-pill {
    height: 1.5rem;
}

[b-z5ac76t62u] .btn-sm.grid-pill {
    --bs-btn-padding-y: .20rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

[b-z5ac76t62u] .pill-style {
    max-width: 20ch;
    display: flex;
    align-content: flex-start;
    background-color: var(--bs-secondary-bg);
    border: none;
}

    [b-z5ac76t62u] .pill-style span {
        max-width: 19ch;
    }
    
.tickets-paging-area[b-z5ac76t62u] {
    background: var(--bs-tertiary-bg);
}

[b-z5ac76t62u] .reset-filters-link span {
    width: 24ch;
}

[b-z5ac76t62u] .dxbl-grid .dxbl-pager.dxbl-btn-group {
    font-size: 1rem;
    height: 2rem;
}

[b-z5ac76t62u] .dxbl-grid .dxbl-pager-page-size-selector {
    font-size: 1rem;
    height: 2rem;
}

[b-z5ac76t62u] .highlighted-item:hover {
    background-color: var(--bs-secondary-bg);
}

[b-z5ac76t62u] .highlighted-item:hover .dxbl-grid-fixed-cell {
    background-color: var(--bs-secondary-bg);
}

[b-z5ac76t62u] .dxbl-text-edit {
    width: 16.5rem;
}

[b-z5ac76t62u] .ticket-view-switch-button {
    min-width: 23ch;
}

.selected-filters.collapse[b-z5ac76t62u] {
    max-height: 3rem;
    overflow: hidden;
}
.selected-filters.show-all[b-z5ac76t62u] {
    max-height: none;
}
/* _content/CentronNexus/ServiceBoard/TicketMasterDataItems/TicketMasterDataItemsPage.razor.rz.scp.css */
.masterdata-grid[b-cqh8o5jkfm] {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "list details";
    height: 100%;
    gap: 1em;
}

[b-cqh8o5jkfm] .masterdata-list {
    grid-area: list;
}

[b-cqh8o5jkfm] .masterdata-details {
    grid-area: details;
}

pre[b-cqh8o5jkfm] {
    white-space: pre-wrap;
    line-height: 1.2;
}
/* _content/CentronNexus/ServiceBoard/TicketReports/TicketReportsPage.razor.rz.scp.css */
.main-grid[b-podw4e0h1b] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 100%;
    grid-template-areas: 
            "reports preview";
    height: 100%;
    max-height: 100%;
}

.reports[b-podw4e0h1b] {
    grid-area: reports;
    padding-right: 0.875rem;
}

.preview[b-podw4e0h1b] {
    grid-area: preview;
    overflow-y: auto;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    padding-left: 0.875rem
}
/* _content/CentronNexus/ServiceBoard/TicketWebForms/TicketWebFormsPage.razor.rz.scp.css */
.webforms-grid[b-15ynvp5and] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 100%;
    grid-template-areas: 
            "webforms details";
    height: 100%;
    max-height: 100%;
}

.webforms[b-15ynvp5and] {
    grid-area: webforms;
    padding-right: 0.875rem;
}

.webform-details[b-15ynvp5and] {
    grid-area: details;
    overflow-y: auto;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    padding-left: 0.875rem
}
/* _content/CentronNexus/ServiceBoard/TicketWebForms/WebFormField.razor.rz.scp.css */
[b-zzod9k83rl] .row {
    --bs-gutter-x: 0;
}

[b-zzod9k83rl] .document-viewer-popup {
    width: 80vh;
    height: 80vh;
}
/* _content/CentronNexus/ServiceBoard/TicketWebForms/WebFormsList.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/Timerecords/Components/ArticleBooking.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/Timerecords/Components/Timer.razor.rz.scp.css */
/* _content/CentronNexus/ServiceBoard/Timerecords/Components/TimerDetails.razor.rz.scp.css */

.timer-details-grid[b-u6yevp4ehb] {
    display: grid;
    grid-template-rows: 1fr 30%;
    grid-template-columns: 1fr 420px;
    grid-template-areas:
            "external-note data"
            "internal-note data";
    height: 100%;
    gap: 1em;
}

.external-note[b-u6yevp4ehb] {
    grid-area: external-note;
}

.internal-note[b-u6yevp4ehb] {
    grid-area: internal-note;
}

[b-u6yevp4ehb] .data {
    grid-area: data;
}

.travel-timers[b-u6yevp4ehb] {
    grid-area: travel-timers;
}

.timer-type-grid[b-u6yevp4ehb] {
    display: grid;
    grid-template-columns: 2em 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
            "icon name"
            ".    description";
}

.timer-type-icon[b-u6yevp4ehb] {
    grid-area: icon;
}

.timer-type-name[b-u6yevp4ehb] {
    grid-area: name;
}

.timer-type-description[b-u6yevp4ehb] {
    grid-area: description;
    font-size: 0.85em;
    font-style: italic
}

.special-article-grid[b-u6yevp4ehb] {
    display: grid;
    column-gap: 1em;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
            "code        price"
            "description description";
}

.special-article-code[b-u6yevp4ehb]{
    grid-area: code;
}

.special-article-price[b-u6yevp4ehb]{
    grid-area: price;
}

.special-article-description[b-u6yevp4ehb]{
    grid-area: description;
    font-size: 0.85em;
    font-style: italic
}

.simple-grid[b-u6yevp4ehb] {
    display: grid;
    column-gap: 1em;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
            "left right";
}

.left[b-u6yevp4ehb] {
    grid-area: left;
}

.right[b-u6yevp4ehb] {
    grid-area: right;
}
/* _content/CentronNexus/ServiceBoard/Timerecords/Components/TimerList.razor.rz.scp.css */
.timer-list-item[b-d5gcgujpxm] {
    display: grid;
    grid-template-columns: 9rem 9rem 9rem;
    grid-template-rows: 1.25rem auto auto;
    grid-template-areas:
        "employee employee employee"
        "date     time     duration"
        "caption  caption  caption";
    row-gap: 0.5rem;
}

.timer-list-item-employee[b-d5gcgujpxm] {
    grid-area: employee;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3rem;
}

.timer-list-item-date[b-d5gcgujpxm] {
    grid-area: date;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.timer-list-item-time[b-d5gcgujpxm] {
    grid-area: time;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.timer-list-item-duration[b-d5gcgujpxm] {
    grid-area: duration;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.dxbl-list-box-item-selected .timer-list-item-duration[b-d5gcgujpxm] {
    font-weight: 700;
}

.timer-list-item-caption[b-d5gcgujpxm] {
    grid-area: caption;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[b-d5gcgujpxm] li.dxbl-list-box-empty-data-item {
    width: 29.125rem !important;
}
/* _content/CentronNexus/ServiceBoard/Timerecords/Components/TimerMaterial.razor.rz.scp.css */
.timer-material-grid[b-kyyemp1n6o] {
    display: grid;
    height: 100%;
    max-height: 100%;
    grid-template-columns: 100%;
    grid-template-rows: 2.5rem calc(100% - 2.5rem);
    grid-template-areas: 
            "button-bar"
            "booked-materials";
}

.button-bar[b-kyyemp1n6o] {
    grid-area: button-bar;
}

[b-kyyemp1n6o] .booked-materials {
    grid-area: booked-materials;
}
/* _content/CentronNexus/ServiceBoard/Timerecords/TimerecordsPage.razor.rz.scp.css */
.main-grid[b-z3t3gx9zur] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: calc(100% - 3em) 3em;
    grid-template-areas: 
            "timers details"
            "timers footer";
    height: 100%;
    max-height: 100%;
}

.timers[b-z3t3gx9zur] {
    grid-area: timers;
    padding-right: 0.875rem;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.details[b-z3t3gx9zur] {
    grid-area: details;
    padding-left: 0.875rem
}

.timer-footer[b-z3t3gx9zur] {
    grid-area: footer;
    margin-left: 0.875rem;
}
/* _content/CentronNexus/Shared/Alerts/AlertList.razor.rz.scp.css */
.alert-list[b-x6m82d9ko8] {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -0%);
    bottom: 1rem;
    width: 60%;
    margin: 0;
    padding-left: 0px;
    z-index: 1090; /* Same as bootstrap zindex-toast */
    list-style-type: none;
    /*opacity: 0.8; sometimes the text is hard to read, so remove this for now*/
}

.alert-list li[b-x6m82d9ko8] {
    margin-top: 1rem;
}
.alert-list li:first-child[b-x6m82d9ko8] {
    margin-top: 0px;
}

.alert[b-x6m82d9ko8] {
    margin-bottom: 0px;
}

i[b-x6m82d9ko8] {
    padding-right: 10px;
}

strong[b-x6m82d9ko8] {
    padding-right: 10px;
}
/* _content/CentronNexus/Shared/Auth/AuthPage.razor.rz.scp.css */
.bg[b-pijnd2aqvq] {
    border-radius: var(--bs-border-radius-xl) 0 0 var(--bs-border-radius-xl);
    background-color: #3E3862;
    /*background-color: hsl(218, 41%, 15%);*/
    /*background-image: radial-gradient(650px circle at 0% 0%, hsl(218, 41%, 35%) 15%, hsl(218, 41%, 30%) 35%, hsl(218, 41%, 20%) 75%, hsl(218, 41%, 19%) 80%, transparent 100%), radial-gradient(1250px circle at 100% 100%, hsl(218, 41%, 45%) 15%, hsl(218, 41%, 30%) 35%, hsl(218, 41%, 20%) 75%, hsl(218, 41%, 19%) 80%, transparent 100%);*/
}

.divider-content-center[b-pijnd2aqvq] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.8rem;
    color: #8a94ad;
    white-space: nowrap;
    font-weight: 700;
    background-color: var(--bs-body-bg);
}

.connection-success[b-pijnd2aqvq] {
    background-color: mediumseagreen;
    color: white;
}

.connection-danger[b-pijnd2aqvq] {
    background-color: crimson;
    color: white;
}

.form-icon-container[b-pijnd2aqvq] {
    position: relative;
}

    .form-icon-container .form-icon-input[b-pijnd2aqvq],
    .form-icon-container .form-icon-label[b-pijnd2aqvq] {
        padding-left: 2.5rem;
    }

    .form-icon-container .form-icon[b-pijnd2aqvq] {
        position: absolute;
        top: 7px;
        left: 1rem;
    }

    .form-icon-container .form-floating .form-icon-input[b-pijnd2aqvq] {
        padding-left: 35px;
    }

    .form-icon-container .form-floating + .form-icon[b-pijnd2aqvq] {
        top: 1.0625rem;
    }

.auth-title-box-img[b-pijnd2aqvq] {
    width: 9.5rem;
    height: 7.56rem;
}

.bg-body-secondary[b-pijnd2aqvq] {
    background: var(--bs-gray-100);
}

.vertical[b-pijnd2aqvq] {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    height: 1rem;
}

@media (min-width: 768px) {
    .auth-title-box-img[b-pijnd2aqvq] {
        width: 23.5rem;
        height: 8.875rem;
    }
}

@media (min-width: 992px) {
    .auth-title-box-img[b-pijnd2aqvq] {
        width: 24.93rem;
        height: 9.18rem;
    }
}
/* _content/CentronNexus/Shared/Avatar/Avatar.razor.rz.scp.css */
.main-grid[b-s3o8hc9tag] {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
    height: 100%;
    max-height: 100%;
}

.abbreviation[b-s3o8hc9tag] {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: 100%;
    background: var(--bs-secondary-bg);
    color: var(--bs-secondary-color);
    overflow: hidden;
}

.image[b-s3o8hc9tag] {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: 100%;
}

.avatar-small[b-s3o8hc9tag] {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.7rem;
}

.avatar-medium[b-s3o8hc9tag] {
    width: 2rem;
    height: 2rem;
    font-size: 1.3rem;
}

.avatar-large[b-s3o8hc9tag] {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
}

.avatar-max[b-s3o8hc9tag] {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
}
/* _content/CentronNexus/Shared/Breadcrumbs/BreadcrumbList.razor.rz.scp.css */
.breadcrumb[b-i70zlu0bu5] {
    margin-bottom: 0px;
}

.breadcrumb a[b-i70zlu0bu5] {
    text-decoration: none;
    color: inherit;
}

.breadcrumb-item a:hover[b-i70zlu0bu5] {
    border-bottom: 2px solid #808080;
}
/* _content/CentronNexus/Shared/Common/CustomerLogo.razor.rz.scp.css */
.main-grid[b-u830yfwbtn] {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
    height: 100%;
    max-height: 100%;
}

.abbreviation[b-u830yfwbtn] {
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.image[b-u830yfwbtn] {
    grid-row: 1;
    grid-column: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
}
/* _content/CentronNexus/Shared/Common/DropFile.razor.rz.scp.css */
.drop-zone[b-ne543tyicr] {
    /*padding: 20px;*/
    /*width: 100%;*/
    min-height: 1rem;
    /*border: 2px dashed #0087F7;*/
    /*border-radius: 5px;*/
    border: 2px solid transparent;
}

.drop-zone.hover[b-ne543tyicr] {
    /*outline: 2px dashed #528cbd;*/
    border: 2px dashed #528cbd;
}
/* _content/CentronNexus/Shared/Common/HintText.razor.rz.scp.css */
h5[b-kla1jwq1m8] {
    font-weight: bold;
    font-size: 1rem;
}

div[b-kla1jwq1m8] {
    font-size: 0.75rem;
}
/* _content/CentronNexus/Shared/Common/Scrollable.razor.rz.scp.css */
/* width */
[b-46ogeyu0z2]::-webkit-scrollbar {
    width: 0.3rem;
    height: 0.4rem;
}

/* Track */
[b-46ogeyu0z2]::-webkit-scrollbar-track {
    background: var(--bs-border-color);
}

/* Handle */
[b-46ogeyu0z2]::-webkit-scrollbar-thumb {
    background: var(--bs-border-color-translucent);
}
/* _content/CentronNexus/Shared/DataGrid/DataGrid.razor.rz.scp.css */
.grid-table[b-c27r1im63r] {
    table-layout: auto;
    width: 100%:
}

.grid-row-container[b-c27r1im63r] {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    cursor: default;
}

.grid-row-container:first-child[b-c27r1im63r] {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.grid-row[b-c27r1im63r] {
    padding-left: 0.5rem !important;
}

.menu-accessor-element[b-c27r1im63r], .selection-element[b-c27r1im63r] {
    visibility: hidden;
}

.grid-row-container:hover[b-c27r1im63r] {
    background-color: var(--bs-body-bg);
}

.grid-row:hover .menu-accessor-element[b-c27r1im63r] {
    visibility: visible;
}

.grid-row .row-selection:hover .selection-element[b-c27r1im63r] {
    visibility: visible;
}

.form-check-input:checked[b-c27r1im63r] {
    visibility: visible !important;
}

.grid-row-container:has(.form-check-input:checked)[b-c27r1im63r]  {
    background-color: var(--bs-body-bg) !important;
}

.highlighted[b-c27r1im63r] {
    background-color: var(--bs-body-bg) !important;
}

.table-head[b-c27r1im63r] {
    background-color: var(--bs-secondary-bg);
}

.has-changes[b-c27r1im63r] {
background-color: var(--bs-warning);
}
/* _content/CentronNexus/Shared/DataGrid/GridColumn.razor.rz.scp.css */
/* _content/CentronNexus/Shared/DataGrid/GridQuickActionsPopOver.razor.rz.scp.css */
/* _content/CentronNexus/Shared/Diagnostics/LogViewerPage.razor.rz.scp.css */
.log-viewer-grid[b-tczaryc5li] {
    display: grid;
    grid-template-columns: 20rem 1fr;
    grid-template-rows: 100%;
    grid-template-areas: 
            "files table";
    height: 100%;
}

[b-tczaryc5li] .log-viewer-files {
    grid-area: files;
}

[b-tczaryc5li] .log-viewer-table {
    grid-area: table;
}

pre[b-tczaryc5li] {
    white-space: pre-wrap;
    line-height: 1.2;
}
/* _content/CentronNexus/Shared/Documents/DocumentListItem.razor.rz.scp.css */
.document-list-item[b-n41wz80pb5] {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "icon title delete-button"
        "icon size  size";
    column-gap: 0.5rem;
}

.document-list-item-icon[b-n41wz80pb5] {
    grid-area: icon;
    align-content: start;
}

.document-list-item-title[b-n41wz80pb5] {
    grid-area: title;
    align-content: center;
}

.document-list-item-delete-button[b-n41wz80pb5] {
    grid-area: delete-button;
    align-content: center;
}

.document-list-item-size[b-n41wz80pb5] {
    grid-area: size;
    align-content: start;
}
/* _content/CentronNexus/Shared/GlobalSearches/CustomerSearchResultItem.razor.rz.scp.css */
.customer-result-item[b-ets5crpavz] {
    display: grid;
    column-gap: 0.7rem;
    row-gap: 0.1rem;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "number name"
        ".      address";
}

.customer-result-number[b-ets5crpavz] {
    grid-area: number;
}

.customer-result-name[b-ets5crpavz] {
    grid-area: name;
}

.customer-result-address[b-ets5crpavz] {
    grid-area: address;
}
/* _content/CentronNexus/Shared/GlobalSearches/GlobalSearch.razor.rz.scp.css */
.search-box[b-wckl14z92b] {
    height: 2rem;
    width: 240px;
    padding-right: 30px;
}

.search-box-spinner[b-wckl14z92b] {
    position: absolute;
    top: 8px;
    right: 10px;
}

.btn.btn-search-result[b-wckl14z92b] {
    border: 0;
    width: 100%;
    background: transparent;
    border-radius: var(--bs-border-radius);
}

.btn.btn-search-result:hover[b-wckl14z92b] {
    background: var(--bs-secondary-bg);
}

.image-search-result[b-wckl14z92b] {
    width: 2rem;
    height: 2rem;
}
/* _content/CentronNexus/Shared/GlobalSearches/TicketSearchResultItem.razor.rz.scp.css */
.ticket-result-item[b-21qje4n9ki] {
    display: grid;
    column-gap: 0.7rem;
    row-gap: 0.1rem;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "number title"
        ".      customer";
}

.ticket-result-number[b-21qje4n9ki] {
    grid-area: number;
}

.ticket-result-title[b-21qje4n9ki] {
    grid-area: title;
}

.ticket-result-customer[b-21qje4n9ki] {
    grid-area: customer;
}
/* _content/CentronNexus/Shared/IconChooser/IconChooser.razor.rz.scp.css */
.custom-icon[b-qux84u5igo]{
    width: 5.7rem !important;
}

.custom-font-size[b-qux84u5igo] {
    font-size: 0.8rem;
}
/* _content/CentronNexus/Shared/Index.razor.rz.scp.css */
.customer-logo[b-bsji42mdxn] {
    height: 200px; 
    object-fit: scale-down;
}
/* _content/CentronNexus/Shared/Inputs/Input.razor.rz.scp.css */
.hide-resize[b-pv6jvtjqo6] {
    resize: none !important;
}
/* _content/CentronNexus/Shared/Layouts/Components/Header.razor.rz.scp.css */
[b-za1xiepghu] .dxbl-menu .dxbl-menu-item-list > .dxbl-menu-list-item > .dxbl-menu-item > .dxbl-btn > svg.dxbl-image {
    display: none;
}

[b-za1xiepghu] .dropdown-menu.dxbs-dm.dx-dropdown-menu.show {
    border-radius: 8px;
    width: 15em;
    padding: 10px;
    z-index: 1035; /* Above bootstrap zindex-fixed (1030) and below zindex-offcanvas-backdrop (1040) */
}

[b-za1xiepghu] .dx-menu-title {
    padding: 0;
}

.header-content[b-za1xiepghu] {
    position: relative;
    height: 4rem;
    gap: 32px;
    padding: 0.5rem 1.35rem;
}

.header-content .navigation-content[b-za1xiepghu] {
    gap: 0.5rem;
}

.logo[b-za1xiepghu] {
    font-size: 1.25rem;
}

.header-content .navigation-content .logo[b-za1xiepghu] {
    width: 12.5rem;
    gap: 0.6rem;
}

.header-content .navigation-content .links a[b-za1xiepghu] {
    padding: 0.4rem 1rem;
}

.functions[b-za1xiepghu] {
    height: 2rem;
}

.avatar-menu-container[b-za1xiepghu] {
    position: relative;
}

.avatar-menu-container > .user-menu[b-za1xiepghu] {
    position: absolute;
    top: 100%;
}

.user-menu-flyout[b-za1xiepghu] {
    width: 20rem;
}

.links[b-za1xiepghu] {
    font-size: 1rem;
}
/* _content/CentronNexus/Shared/Layouts/Components/UserMenu.razor.rz.scp.css */
.user-menu[b-cnqnh3tm05] {
    width: 20rem;
}

.settings[b-cnqnh3tm05] {
    border-bottom: none;
}

[b-cnqnh3tm05] .theme-switch .dxbl-checkbox-check-element {
    margin: 0;
}
/* _content/CentronNexus/Shared/Layouts/Components/VariableComponent.razor.rz.scp.css */
.treeview-item[b-ztwq1ebiie], .listbox-item[b-ztwq1ebiie] {
    padding: 4px 8px 4px 8px;
    font-size: 0.75rem;
    font-weight: 400;
    height: 1.5rem;
    gap: 4px;
    align-content: center;
    display: flex;
    background-color: var(--bs-secondary-bg);
    border: none;
    border-radius: var(--bs-border-radius-pill);

}

.group-name[b-ztwq1ebiie] {
    pointer-events: none;
    cursor: default;
}






/* _content/CentronNexus/Shared/Layouts/HeaderOnlyLayout.razor.rz.scp.css */
/* _content/CentronNexus/Shared/Layouts/MainLayout.razor.rz.scp.css */
.main-content[b-4dpi4yz3sj] {
    display: grid;
    
    grid-template-columns: auto 1fr;
    grid-template-rows: 100%;
    grid-template-areas: 
        "sidebar body";
    
    height: calc(100% - 4rem);
}

.sidebar-area[b-4dpi4yz3sj] {
    grid-area: sidebar;
}

.body-area[b-4dpi4yz3sj] {
    grid-area: body;
}

.navigation-left-bar[b-4dpi4yz3sj] {
    width: 14.5rem;
    height: 100%;
    background: var(--bs-body-bg);
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.navigation-left-bar.collapsed[b-4dpi4yz3sj] {
    width: 4.3rem;
}
/* _content/CentronNexus/Shared/Layouts/MasterDetailLayout.razor.rz.scp.css */
.content-with-header[b-zic05f30s3] {
    height: calc(100% - 90px); /* 5rem is the actual height of page header area */
}

.content[b-zic05f30s3] {
    height: 100%; 
}

/* To fit child flex-boxes to the window width: https://stackoverflow.com/a/36247448 */
.flex-fit-fix[b-zic05f30s3] {
    min-width: 200px;
}
/* _content/CentronNexus/Shared/Loading/LoadingOverlay.razor.rz.scp.css */
.loading-container[b-doexz47pbb] {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #abadaf80;
    z-index: 2000;
}

.spinner-border[b-doexz47pbb] {
    width: 4rem;
    height: 4rem;
}
/* _content/CentronNexus/Shared/Navigations/Navigation.razor.rz.scp.css */
.navigation-side-menu[b-kkhcsbd99v] {
    position: relative;
    height: 100%;
    padding-top: 1.5rem;
}

.navigation-side-menu-content[b-kkhcsbd99v] {
    height: calc(100vh - 4rem - 6.5rem);
}

.navigation-side-menu-content ol[b-kkhcsbd99v] {
    padding: 0;
}

.navigation-side-menu-item[b-kkhcsbd99v] {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
    line-height: 1.3rem;
    font-size: 0.875rem;
}

[b-kkhcsbd99v] .navigation-side-menu-item.collapsed {
    height: 2.1em;
}

[b-kkhcsbd99v] .navigation-side-menu-item.collapsed span {
    display: none;
}

[b-kkhcsbd99v] .navigation-side-collapse-item {
    position: absolute;
    bottom: 1.3rem;
    left: 13.5rem;
    height: 2.1em;
}

[b-kkhcsbd99v] .navigation-side-collapse-item.collapsed {
    left: 3.4rem;
}

.active-navigation-selection[b-kkhcsbd99v] {
    font-weight: 700;
}

.active-navigation-selection[b-kkhcsbd99v], .navigation-side-menu-item:hover[b-kkhcsbd99v] {
    background: var(--bs-primary-bg-subtle);
}

[b-kkhcsbd99v] .navigation-side-menu-item.collapsed:hover + .tooltip {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.back-link[b-kkhcsbd99v] {
    margin-bottom: 1.5rem;
}

[b-kkhcsbd99v] .navigation-side-menu-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-kkhcsbd99v] .disable-horizontal-scrollbar {
    overflow-x: hidden;
}
/* _content/CentronNexus/Shared/Notifications/Notifications.razor.rz.scp.css */
.notification-item[b-2oi9d8oi38] {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: 
            "avatar sender      delete" 
            "avatar ticket-info read" 
            "avatar message     read" 
            "avatar age         .";
    column-gap: 0.7rem;
}

.notification-item-avatar[b-2oi9d8oi38] {
    grid-area: avatar;
    display: flex;
    align-items: center;
}

.notification-item-sender[b-2oi9d8oi38] {
    grid-area: sender;
}

.notification-item-delete[b-2oi9d8oi38] {
    grid-area: delete;
}

.notification-item-ticket-info[b-2oi9d8oi38] {
    grid-area: ticket-info;
}

.notification-item-message[b-2oi9d8oi38] {
    grid-area: message;
}

.notification-item-read[b-2oi9d8oi38] {
    grid-area: read;
    display: flex;
    align-items: center;
}

.notification-item-age[b-2oi9d8oi38] {
    grid-area: age;
}
/* _content/CentronNexus/Shared/Receipt/CalculatedPrices.razor.rz.scp.css */
.net-price[b-7yzj7po1v7], .gross-price[b-7yzj7po1v7] {
    height: 2rem;
}

.gross-price[b-7yzj7po1v7] {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
/* _content/CentronNexus/Shared/Receipt/CalculatedPricesWithReceiptTitleItems.razor.rz.scp.css */
.title-position-text[b-4yzbu7hpyv] {
    width: 20ch;
}

.yearly[b-4yzbu7hpyv], .monthly[b-4yzbu7hpyv], .invest[b-4yzbu7hpyv] {
    width: 15ch;
}

.gross-price[b-4yzbu7hpyv], .net-price[b-4yzbu7hpyv] {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.price-category[b-4yzbu7hpyv] {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
/* _content/CentronNexus/Shared/Receipt/ReceiptPositionItems.razor.rz.scp.css */
[b-mn94ntp12m] .dxbl-grid .dxbl-grid-table > tbody > tr > td {
    border-width: 0;
}

[b-mn94ntp12m] .receipt-items-grid {
    height: 79vh;
}
/* _content/CentronNexus/Shared/Settings/Components/SettingHeader.razor.rz.scp.css */
.mail-header[b-sdfx0al2g5] {
    background: var(--bs-tertiary-bg);
    height: 56px;
}
/* _content/CentronNexus/Shared/Settings/Pages/MailTemplates.razor.rz.scp.css */
.dashed-border[b-o0y7s5t8qu] {
    border: 2px dashed;
}

.file-item[b-o0y7s5t8qu] {
    min-width: 100%;
}

.file-container[b-o0y7s5t8qu] {
    width: 500px;
    min-width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

/* _content/CentronNexus/Shared/Settings/Pages/NotificationSettingsPage.razor.rz.scp.css */
.notification-settings[b-yxx94g4iji] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "secret-state    secret-button"
        "connection-state connection-button";
    max-width: 500px;
    gap: 1rem;
    align-items: center;
}

.notification-settings-secret-state[b-yxx94g4iji] {
    grid-area: secret-state;
}

.notification-settings-secret-button[b-yxx94g4iji] {
    grid-area: secret-button;
}

.notification-settings-connection-state[b-yxx94g4iji] {
    grid-area: connection-state;
}

.notification-settings-connection-button[b-yxx94g4iji] {
    grid-area: connection-button;
}
/* _content/CentronNexus/Shared/Settings/Pages/TextBlocks.razor.rz.scp.css */
.textblock-tree-list[b-oangcwk0dp] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 1fr;
    grid-template-areas: "actions" "tree-view";
    height: 90vh;
    max-height: 100%;
    width: 488px;
}

.textblock-actions[b-oangcwk0dp] {
    grid-area: actions;
}

.textblock-tree-view[b-oangcwk0dp] {
    grid-area: tree-view;
    overflow-y: auto;
}

[b-oangcwk0dp] .dxbl-btn-standalone.dxbl-btn-outline-danger {
    background-color: white;
}


/* _content/CentronNexus/Shared/SetupWizard/Components/SetupWizardCard.razor.rz.scp.css */
.setup-wizard-container[b-gq2fna7u3j] {
    height: 100vh;
}

.card-section[b-gq2fna7u3j] {
    height: 50vh;
    width: 40vw;
    min-width: 100ch;
    margin: auto;
    
    display: grid;
    grid-template-rows: 300px 1fr;
    grid-template-areas: "image content";
}

.image-area[b-gq2fna7u3j] {
    grid-area: image;

}

.content-area[b-gq2fna7u3j] {
    grid-area: content;
    display: grid;

    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    grid-template-areas: "title"
                         "info"
                         "actions";
    gap: 1rem;
}

.card-title[b-gq2fna7u3j] {
    grid-area: title;
}

.card-info[b-gq2fna7u3j] {
    grid-area: info;
}

.card-actions[b-gq2fna7u3j] {
    grid-area: actions;
}
/* _content/CentronNexus/Shared/SetupWizard/SetupWizard.razor.rz.scp.css */
.setup-wizard-container[b-zxtzml2rzc] {
    height: 100vh;
}
/* _content/CentronNexus/Shared/SetupWizard/SetupWizardSecretKey.razor.rz.scp.css */
.valid-icon[b-30ujmov762] {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 4px;
}
/* _content/CentronNexus/Shared/SetupWizard/SetupWizardWebService.razor.rz.scp.css */
.valid-icon[b-kqre6svsx5] {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 4px;
}
/* _content/CentronNexus/Shared/Sortable/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-5u4xnky2j3] .sortable-ghost {
    visibility: hidden;
}

[b-5u4xnky2j3] .sortable-fallback {
    opacity: 1 !important
}

.scrollable-list[b-5u4xnky2j3] {
    user-select: none;
}
/* _content/CentronNexus/Shared/StopwatchNotifications/StopwatchNotifications.razor.rz.scp.css */
@keyframes slideIn-b-o3e6bk2n5n {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

#toasts[b-o3e6bk2n5n] {
    animation: slideIn-b-o3e6bk2n5n 0.5s ease-out;
}
/* _content/CentronNexus/Shared/Stopwatch/MainStopwatch.razor.rz.scp.css */
[b-in0747ypq4] .stopwatch-button {
    border-radius: 6px;
}
/* _content/CentronNexus/Shared/Stopwatch/StopwatchListItem.razor.rz.scp.css */
.stopwatch-item-grid[b-u4e96tpxab] {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
        "number number clock"
        "title  title  title"
        "link   link   buttons";
    width: 100%;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 5px;
    margin-top: 5px;
}

.stopwatch-item-grid.single-line[b-u4e96tpxab] {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-template-areas:
        "clock buttons";
    gap: 1rem;
}

.stopwatch-item-number[b-u4e96tpxab] {
    grid-area: number;
}

.stopwatch-item-title[b-u4e96tpxab] {
    grid-area: title;
}

.stopwatch-item-clock[b-u4e96tpxab] {
    grid-area: clock;
    font-weight: bold;
    align-self: center;
    justify-self: end;
}

.stopwatch-item-link[b-u4e96tpxab] {
    grid-area: link;
    align-self: center;
}

.stopwatch-item-buttons[b-u4e96tpxab] {
    grid-area: buttons;
    display: flex;
    gap: 8px;
}
/* _content/CentronNexus/Shared/Toolbars/Toolbar.razor.rz.scp.css */
[b-czl2ltiqb4] .toolbar.dxbs-toolbar-adaptive {
    /* Disable the animations (there is a default animation on the height property) */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    
    /* Set height to fixed 31px, so it doesn't change from 0px to 31px and thus jump around (default behavior when no items are visible) */
    height: 31px !important;
}
/* _content/CentronNexus/Shared/Tooltips/Tooltip.razor.rz.scp.css */
.tooltip-container[b-vfbt2j01h0] {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.tooltiptext[b-vfbt2j01h0] {
    visibility: hidden;
    position: absolute;
    z-index: 1080; /* Bootstrap's tooltip z-index is 1080 */
    min-width: 10ch;
    max-width: 50ch;
    line-height: 1.5rem;
    padding: 0.25rem 0.5rem;
    background-color: var(--bs-body-color);
    color: var(--bs-white);
    text-align: center;
    border-radius: 6px;
    pointer-events: none; /* Ensure tooltip doesn't interfere with underlying content */
    white-space: nowrap; /* Prevent content from wrapping to multiple lines */
}

.tooltip-container.tooltip-right .tooltiptext[b-vfbt2j01h0] {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 8px;
}

.tooltip-container.tooltip-left .tooltiptext[b-vfbt2j01h0] {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 8px;
}

.tooltip-container.tooltip-top .tooltiptext[b-vfbt2j01h0] {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
}

.tooltip-container.tooltip-bottom .tooltiptext[b-vfbt2j01h0] {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
}

.tooltip-container:hover .tooltiptext[b-vfbt2j01h0] {
    visibility: visible;
}

.tooltip-container.tooltip-top .tooltiptext[b-vfbt2j01h0]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--bs-body-color) transparent transparent transparent;
}

.tooltip-container.tooltip-bottom .tooltiptext[b-vfbt2j01h0]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--bs-body-color) transparent;
}

.tooltip-container.tooltip-left .tooltiptext[b-vfbt2j01h0]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--bs-body-color);
}

.tooltip-container.tooltip-right .tooltiptext[b-vfbt2j01h0]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent var(--bs-body-color) transparent transparent;
}
/* _content/CentronNexus/WebCart/Components/WebCartClearance.razor.rz.scp.css */
[b-ok25sdixr4] .history-button {
    height: 30px;
    margin-top: -6px;
    margin-bottom: -4px;
}
/* _content/CentronNexus/WebCart/Components/WebCartHistory.razor.rz.scp.css */
.cart-history-item:not(:last-child)[b-2owg20sw0m] {
    margin-bottom: 1rem;
}
/* _content/CentronNexus/WebCart/Dialogs/ImportArticlesToCart.razor.rz.scp.css */
[b-j1r6mqq1bs] .file-upload-button {
    pointer-events: none;
}

[b-j1r6mqq1bs] .hidden-file-input {
    visibility: collapse;
    width: 0px;
    height: 0px;
}
/* _content/CentronNexus/WebCart/ReceiptDetailsOverview.razor.rz.scp.css */
.receipt-details-container[b-h8lbbxdoi1] {
    display: grid;
    grid-template-columns: 4fr minmax(auto, 300px);
    grid-template-rows: fit-content(100vh);
    grid-template-areas: "general-details additional-details";
    column-gap: 1rem;
}

.general-details-area[b-h8lbbxdoi1] {
    grid-area: general-details;

    display: flex;
    flex-direction: column;
    flex: 1;
}

.additional-details-area[b-h8lbbxdoi1] {
    grid-area: additional-details;
    background: var(--bs-body-bg);
    border-radius: 4px;
}

.info-details-area[b-h8lbbxdoi1] {
    background: var(--bs-body-bg);
    border-radius: 4px;
    height: 100%;
}

.position-items-area[b-h8lbbxdoi1] {
    display: flex;
    flex-direction: column;
    flex: 1;

    background-color: lightgreen;
}

.detail-item[b-h8lbbxdoi1] {
    display: inline-flex;
    justify-content: space-between;
}

.label[b-h8lbbxdoi1] {
    font-weight: 600;
}
/* _content/CentronNexus/WebCart/ReceiptsOverview.razor.rz.scp.css */
.grid-with-filter-and-paging-container[b-dt3j8s3zb9] {
    display: grid;
    grid-template-rows: 4rem 1fr 3rem;
    grid-template-areas: "filter"
        "grid"
        "paging";
    height: 100%;
}

.filter[b-dt3j8s3zb9] {
    grid-area: filter;
}

.grid[b-dt3j8s3zb9] {
    grid-area: grid;
    overflow: auto;
}

.paging[b-dt3j8s3zb9] {
    grid-area: paging;
}

.filter-container[b-dt3j8s3zb9] {
    display: grid;
    grid-template-rows: 2rem;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "receipt-number search-text date-from date-to show-closed";
    column-gap: .5rem;
    background: var(--bs-body-bg);
    border-radius: 3px;
}

.receipt-number-filter[b-dt3j8s3zb9] {
    grid-area: receipt-number;
}

.search-text-filter[b-dt3j8s3zb9] {
    grid-area: search-text;
}

.date-from-filter[b-dt3j8s3zb9] {
    grid-area: date-from;
}

.date-to-filter[b-dt3j8s3zb9] {
    grid-area: date-to;
}

.show-closed-filter[b-dt3j8s3zb9] {
    grid-area: show-closed;
}

.grid-container[b-dt3j8s3zb9] {
    border-radius: 4px;
}

.receipt-grid-container[b-dt3j8s3zb9] {
}

[b-dt3j8s3zb9] .receipt-grid {
    /*height: calc(100% - 8rem);*/
    /*overflow: auto;*/
}

.paging-container[b-dt3j8s3zb9] {
    background-color: var(--bs-tertiary-bg);
}

[b-dt3j8s3zb9] .receipt-grid td {
    cursor: pointer;
}
/* _content/CentronNexus/WebCart/WebCartAdminPage.razor.rz.scp.css */
.main-container[b-fulfkzqs6y] {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

[b-fulfkzqs6y] .user-list {
    border: 0px;
    --dxbl-listbox-border-radius: 0 0 var(--bs-card-border-radius) var(--bs-card-border-radius);
}

.user-email[b-fulfkzqs6y] {
    opacity: 0.6;
    font-size: 0.8rem;
}
/* _content/CentronNexus/WebCart/WebCartCartPage.razor.rz.scp.css */
a:hover[b-nnjfz9gjsj] {
    color: inherit;
    background-color: var(--bs-gray-100);
}

.show-pointer[b-nnjfz9gjsj] {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

.content-container[b-nnjfz9gjsj] {
    display: grid;
    grid-template-columns: 4fr minmax(auto, 1fr);
    grid-template-areas: "cart-details cart-summary-details";
    column-gap: 1rem;
}

.cart-details-area[b-nnjfz9gjsj] {
    grid-area: cart-details;
}

.cart-summary-details-area[b-nnjfz9gjsj] {
    grid-area: cart-summary-details;
}

.shopping-cart-selection-container[b-nnjfz9gjsj] {
}

.inventory-number[b-nnjfz9gjsj] {
    grid-area: inventory-number;
}

.article-list-group-item[b-nnjfz9gjsj] {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-areas: "image code quantity price sum-price"
        "image description buttons buttons buttons"
        "image inventory-number remove-article remove-article remove-article";
    row-gap: 0.25rem;
    column-gap: 1rem;
}

.article-image[b-nnjfz9gjsj] {
    grid-area: image;
}

.article-image>img[b-nnjfz9gjsj] {
    object-fit: scale-down;
    max-width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.article-code[b-nnjfz9gjsj] {
    grid-area: code;
}

.article-description[b-nnjfz9gjsj] {
    grid-area: description;
}

.article-quantity[b-nnjfz9gjsj] {
    grid-area: quantity;
    display: flex;
    justify-content: end;
}

.item-quantity[b-nnjfz9gjsj] {
    display: flex;
    justify-content: end;
    width: 4rem;
}

.article-price[b-nnjfz9gjsj] {
    grid-area: price;
    display: flex;
    justify-content: end;
}

.article-sum-price[b-nnjfz9gjsj] {
    grid-area: sum-price;
    display: flex;
    justify-content: end;
}

.remove-article[b-nnjfz9gjsj] {
    grid-area: remove-article;
    display: flex;
    justify-content: end;
    align-items: end;
}

.article-buttons[b-nnjfz9gjsj] {
    grid-area: buttons;
    display: flex;
    justify-content: end;
    align-items: start;
}

[b-nnjfz9gjsj] .edit-delivery-address-button {
    height: 30px;
    margin-top: -6px;
    margin-bottom: -4px;
}
/* _content/CentronNexus/WebCart/WebCartPage.razor.rz.scp.css */
.article-image[b-s5qfzikm08] {
    object-fit: scale-down;
    max-width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.quantity-text[b-s5qfzikm08] {
    font-size: 0.8rem;
}

.price-table[b-s5qfzikm08] {
    display: grid;
    grid-template-areas: "listprice-label listprice" "discount-label discount" "warning warning";
    align-items: center;
}

.price-table .listprice-label[b-s5qfzikm08] {
    grid-area: listprice-label;
}
.price-table .listprice[b-s5qfzikm08] {
    grid-area: listprice;
    justify-self: end;
}
.price-table .discount-label[b-s5qfzikm08] {
    grid-area: discount-label;
}
.price-table .discount[b-s5qfzikm08] {
    grid-area: discount;
    justify-self: end;
}
.price-table .warning[b-s5qfzikm08] {
    grid-area: warning;
    justify-self: center;
}

.quantity-input[b-s5qfzikm08] {
    width: 7ch;
}
/* _content/CentronNexus/WebOffer/Components/ReceiptAddressChange.razor.rz.scp.css */
.address-edit-form[b-905ixcoanu] {
    padding: 0.5rem;
    padding-left: 0;
}
/* _content/CentronNexus/WebOffer/Components/ReceiptConditionTexts.razor.rz.scp.css */
.condition-text[b-3lbyjt0yy5] {
    font-size: .9rem;
    max-width: 100%;
}

.condition-text-label[b-3lbyjt0yy5] {
    width: 10rem;
}

[b-3lbyjt0yy5] .d-flex {
    flex-wrap: wrap; /* d-flex arranges it's children in a row, flex-wrap makes it wrap to the next line if it doesn't fit and makes sure that elements do not overlap */
}
/* _content/CentronNexus/WebOffer/WebReceiptOverview.razor.rz.scp.css */
.web-receipt-container[b-bf895h3bdk] {
    display: grid;

    grid-template-columns: 1fr 20rem;
    grid-template-rows: 100vh;
    grid-template-areas: "web-receipt details";
}

.web-receipt[b-bf895h3bdk] {
    display: grid;

    grid-area: web-receipt;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: 11rem 1fr 1fr;
    grid-template-areas: "web-receipt-header web-receipt-header"
                         "web-receipt-body web-receipt-body"
                         "web-receipt-prices web-receipt-prices";

    overflow-x: auto;
}

.details[b-bf895h3bdk] {
    display: grid;

    grid-area: details;
    grid-template-rows: 3rem 1fr;
    grid-template-areas: "theme-toggle-button"
                         "comments"
                         "leave-comment";

    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.theme-toggle-button[b-bf895h3bdk] {
    grid-area: theme-toggle-button;

    position: absolute;
    top: 0;
    right: 0;
}

.comments[b-bf895h3bdk] {
    grid-area: comments;

    padding: 4px;
    overflow-x: auto;
    font-size: 0.9rem;
}

.comment[b-bf895h3bdk] {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.leave-comment[b-bf895h3bdk] {
    grid-area: leave-comment;

    padding: 4px;
}

.web-receipt-header[b-bf895h3bdk] {
    display: grid;

    grid-area: web-receipt-header;

    grid-template-columns: 1fr 25rem;
    grid-template-areas: "web-receipt-header-left web-receipt-header-right";
}

.web-receipt-body[b-bf895h3bdk] {
    grid-area: web-receipt-body;
}

.web-receipt-header-left[b-bf895h3bdk] {
    grid-area: web-receipt-header-left;
}

.web-receipt-header-right[b-bf895h3bdk] {
    grid-area: web-receipt-header-right;
    line-height: 1.2rem;
}

.web-receipt-prices[b-bf895h3bdk] {
    display: grid;

    grid-area: web-receipt-prices;

    grid-template-columns: 1fr minmax(25rem, auto);
    grid-template-areas: "web-receipt-conditions web-receipt-sum";
}

.web-receipt-conditions[b-bf895h3bdk] {
    grid-area: web-receipt-conditions;
}

.web-receipt-sum[b-bf895h3bdk] {
    grid-area: web-receipt-sum;
}

.position[b-bf895h3bdk] {
    width: 10ch;
}

.description[b-bf895h3bdk] {
    width: 50vw;
}

.quantity[b-bf895h3bdk] {
    width: 10ch;
}

.item-price[b-bf895h3bdk], .sum-price[b-bf895h3bdk] {
    width: 15ch;
}

.web-receipt-items-header[b-bf895h3bdk] {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-black);
}

.web-receipt-prices[b-bf895h3bdk] {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-black);
}

[b-bf895h3bdk] .indent-level-1 {
    margin-left: 15px !important;
}
[b-bf895h3bdk] .indent-level-2 {
    margin-left: 25px !important;
}
[b-bf895h3bdk] .indent-level-3 {
    margin-left: 35px !important;
}
[b-bf895h3bdk] .indent-level-4 {
    margin-left: 45px !important;
}

.card-body[b-bf895h3bdk] {
    --bs-card-spacer-y: 0.2rem;
    --bs-card-spacer-x: 0.5rem;
}

.title-position[b-bf895h3bdk] {
    border-radius: 4px;
}

.address-container[b-bf895h3bdk] {
    padding: .5rem;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.price-bottom-border[b-bf895h3bdk] {
    border-bottom: 2px var(--bs-border-style) var(--bs-black);
}

.position-spacer:not(:last-child)[b-bf895h3bdk] {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

[b-bf895h3bdk] .quantity-spin-edit {
    text-align: right !important;
}
/* _content/CentronNexus/WebOffer/WebReceiptPdfPreview.razor.rz.scp.css */
[b-2p1o8vcrek] .file-preview {
    width: 100vw;
}
