@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* /Pages/Apps/Licensing/AddProduct.razor.rz.scp.css */
#breadcrumb-controls-container[b-c20p9ixqms] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

#components-controls-container[b-c20p9ixqms] {
    display: flex;
    justify-content: space-between;
    background-color: #white;
}

.page-container[b-c20p9ixqms] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.content-container[b-c20p9ixqms] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-c20p9ixqms] {
    height: 260px;
    padding-right: 5px;
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
}

.data-grid[b-c20p9ixqms] {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .data-grid thead th[b-c20p9ixqms] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        white-space: nowrap;
        font-family: Arial;
        border-top: 3px #980748;
    }

    .data-grid td[b-c20p9ixqms] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: left;
        white-space: normal;
        font-family: Arial;
    }

        .data-grid td.feature-column[b-c20p9ixqms] {
            white-space: normal;
            word-wrap: break-word;
        }

    .data-grid tr:nth-child(even)[b-c20p9ixqms] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-c20p9ixqms] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-c20p9ixqms] {
        background-color: #e0e0e0;
    }

.data-grid-container[b-c20p9ixqms]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-grid-container[b-c20p9ixqms]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-c20p9ixqms]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

    .data-grid-container[b-c20p9ixqms]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

input[type="checkbox"][b-c20p9ixqms] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #b11226;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background-color: white;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    Prevents shrinking
}

    input[type="checkbox"]:checked[b-c20p9ixqms] {
        background-color: #b11226;
        border-color: #b11226;
    }

        input[type="checkbox"]:checked[b-c20p9ixqms]::after {
            content: "✓";
            color: white;
            font-weight: bold;
            display: block;
            text-align: center;
            font-size: 12px;
            line-height: 14px;
        }

.checkbox-container[b-c20p9ixqms] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.scrollable-checkbox-container[b-c20p9ixqms] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.checkbox-label-wrapper[b-c20p9ixqms] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    overflow-x: auto;
    white-space: nowrap;
}

.actions-header[b-c20p9ixqms] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-c20p9ixqms] {
    text-align: center;
    font-family: Arial;
}

    .actions-cell .fluent-button[b-c20p9ixqms] {
        margin: 0 5px;
        font-family: Arial;
    }

.scrollable-table[b-c20p9ixqms]::-webkit-scrollbar {
    width: 12px;
}

.scrollable-table[b-c20p9ixqms]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollable-table[b-c20p9ixqms]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 6px;
}

    .scrollable-table[b-c20p9ixqms]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.scrollable-container[b-c20p9ixqms] {
    overflow-y: auto;
    max-height: 700px;
    padding-right: 10px;
    box-sizing: content-box;
}

    .scrollable-container[b-c20p9ixqms]::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-container[b-c20p9ixqms]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrollable-container[b-c20p9ixqms]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .scrollable-container[b-c20p9ixqms]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.features-column[b-c20p9ixqms] {
    width: auto;
    word-wrap: break-word;
    white-space: normal;
    border: 1px solid #ddd;
}

.dialog[b-c20p9ixqms] {
    --dialog-width: fit-content !important;
}

@media (max-width: 1024px) {
    .dialog[b-c20p9ixqms] {
        --dialog-width: fit-content !important;
    }
}

@media (max-width: 768px) {
    .dialog[b-c20p9ixqms] {
        --dialog-width: 200px !important;
    }
}

.popcontainer[b-c20p9ixqms] {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 80px;
    border-radius: 5px;
    background-color: #f2f2f2 !important;
}

    .popcontainer:hover[b-c20p9ixqms] {
        border-radius: 5px;
        background-color: #d3d3d3 !important;
    }

.feature-dropdown[b-c20p9ixqms] {
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    overflow-y: auto;
}

    .feature-dropdown[b-c20p9ixqms]::-webkit-scrollbar {
        width: 8px;
    }

    .feature-dropdown[b-c20p9ixqms]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .feature-dropdown[b-c20p9ixqms]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .feature-dropdown[b-c20p9ixqms]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.productexpandcontainer[b-c20p9ixqms] {
    height: 10px;
}

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .scrollable-container[b-c20p9ixqms] {
        height: 580px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .scrollable-container[b-c20p9ixqms] {
        height: 460px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .scrollable-container[b-c20p9ixqms] {
        height: 350px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .scrollable-container[b-c20p9ixqms] {
        height: 200px;
    }
}
/* /Pages/Apps/Licensing/AdminPage.razor.rz.scp.css */
#breadcrumb-controls-container[b-ho52plc0d2] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

.page-container[b-ho52plc0d2] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.content-container[b-ho52plc0d2] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-ho52plc0d2] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.data-grid[b-ho52plc0d2] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

    .data-grid thead th[b-ho52plc0d2] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        font-family: Arial;
        border-top: 3px #980748;
    }

    .data-grid td[b-ho52plc0d2] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: left;
        font-family: Arial;
    }

    .data-grid tr:nth-child(even)[b-ho52plc0d2] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-ho52plc0d2] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-ho52plc0d2] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-ho52plc0d2] {
        display: block;
        width: 130px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin-left: 0;
        margin-right: auto;
    }

.data-grid-container[b-ho52plc0d2]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-grid-container[b-ho52plc0d2]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-ho52plc0d2]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

    .data-grid-container[b-ho52plc0d2]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.actions-header[b-ho52plc0d2] {
    text-align: left;
    font-family: Arial;
}

.id-column[b-ho52plc0d2] {
    width: 600px;
    word-wrap: break-word;
    white-space: normal;
}

.actions-cell[b-ho52plc0d2] {
    text-align: left;
    font-family: Arial;
    margin-left: 0;
}

    .actions-cell .fluent-button[b-ho52plc0d2] {
        margin: 0 5px;
        font-family: Arial;
    }

.highlight[b-ho52plc0d2] {
    background-color: darkgray;
    transition: background-color 0.5s;
}

.font[b-ho52plc0d2] {
    font-size: medium;
    font-family: Arial;
}

.popcontainer[b-ho52plc0d2] {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 80px;
    border-radius: 5px;
    background-color: #f2f2f2 !important;
}

    .popcontainer:hover[b-ho52plc0d2] {
        border-radius: 5px;
        background-color: #d3d3d3 !important;
    }
/* /Pages/Apps/Licensing/CustomDropDown.razor.rz.scp.css */
.select-box[b-89gtqpkrjj], .admin-select-box[b-89gtqpkrjj] {
    font-family: Arial;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    cursor: pointer;
    width: 240px !important;
    border-radius: 3px;
}

.selected-options[b-89gtqpkrjj], .admin-selected-options[b-89gtqpkrjj] {
    font-family: Arial;
    display: flex;
    flex-wrap: nowrap;
    width: 170px;
    margin-top: 0;
    overflow:hidden;
}

.admin-tag[b-89gtqpkrjj] {
    background-color: #f2f2f2;
    color: #000;
    border-radius: 5px;
    margin-right: 5px;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    max-width: 90px;
    overflow: hidden;
}

.tag[b-89gtqpkrjj] {
    background-color: #f2f2f2;
    color: #000;
    border-radius: 5px;
    margin-right: 5px;
    padding: 2px 12px;
    display: flex;
    align-items: center;
    max-height: 30px;
    white-space: nowrap;
}

.remove-tag[b-89gtqpkrjj] {
    margin-left: 6px;
    cursor: pointer;
}

.arrow[b-89gtqpkrjj] {
    margin: 0 0px;
}

.fa-angle-down[b-89gtqpkrjj] {
    color: #404040;
    font-size: 30px;
}

.options[b-89gtqpkrjj], .admin-options[b-89gtqpkrjj] {
    display: none;
    position: absolute;
    width: 240px !important;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 225px;
    overflow-y: auto;
    z-index: 1;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    padding-top: 60px;
}

.open .options[b-89gtqpkrjj], .open .admin-options[b-89gtqpkrjj] {
    display: block;
}

.option-search-tags[b-89gtqpkrjj] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #ced4da;
    padding: 8px;
    box-sizing: border-box;
    z-index: 2;
}

    .option-search-tags input.search-tags[b-89gtqpkrjj] {
        width: calc(100% - 50px);
        border: none;
        outline: none;
        padding: 8px;
        font-size: 14px;
    }

.clear[b-89gtqpkrjj] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    color: #980748;
}

.option[b-89gtqpkrjj], .admin-option[b-89gtqpkrjj] {
    padding: 12px;
    cursor: pointer;
}

    .option.active[b-89gtqpkrjj], .admin-option.active[b-89gtqpkrjj] {
        color: #000;
        background-color: #bfbfbf;
        border-bottom: 1px solid #eaeaea;
    }

    .option:hover[b-89gtqpkrjj], .admin-option:hover[b-89gtqpkrjj] {
        background-color: #eaeaea;
    }

.no-result-message[b-89gtqpkrjj] {
    padding: 12px;
    color: #980748;
}

.options-list[b-89gtqpkrjj] {
    max-height: 160px;
    overflow-y: auto;
}

    .options-list[b-89gtqpkrjj]::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .options-list[b-89gtqpkrjj]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .options-list[b-89gtqpkrjj]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 10px;
    }

        .options-list[b-89gtqpkrjj]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* /Pages/Apps/Licensing/DecryptLicense.razor.rz.scp.css */
*[b-iwqsdt31jz] {
    box-sizing: border-box;
}

.payload-scrollable[b-iwqsdt31jz] {
    overflow-y: auto;
    height: 750px;
    padding-right: 10px;
    box-sizing: content-box;
}

    .payload-scrollable[b-iwqsdt31jz]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .payload-scrollable[b-iwqsdt31jz]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .payload-scrollable[b-iwqsdt31jz]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .payload-scrollable[b-iwqsdt31jz]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.payload[b-iwqsdt31jz] {
    height: 520px;
    overflow: auto;
    border-radius: 4px;
    background-color: white;
    padding: 10px;
    font-size: medium;
    font-family: Arial;
    cursor: not-allowed;
    padding-right: 5px;
}

    .payload[b-iwqsdt31jz]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .payload[b-iwqsdt31jz]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .payload[b-iwqsdt31jz]::-webkit-scrollbar-thumb {
        background-color: #980748;
        border-radius: 6px;
    }

        .payload[b-iwqsdt31jz]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media (max-width: 768px) {
    .payload[b-iwqsdt31jz] {
        max-height: 500px;
        font-size: small;
    }
}

@media (max-width: 480px) {
    .payload[b-iwqsdt31jz] {
        max-height: 180px;
        font-size: small;
    }
}

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .payload-scrollable[b-iwqsdt31jz] {
        height: 750px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .payload-scrollable[b-iwqsdt31jz] {
        height: 650px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .payload-scrollable[b-iwqsdt31jz] {
        height: 550px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .payload-scrollable[b-iwqsdt31jz] {
        height: 420px;
    }
}
/* /Pages/Apps/Licensing/DisabledDropDown.razor.rz.scp.css */
.select-box[b-b8q98kp6rq] {
    font-family: Arial;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    cursor: pointer;
    width: 240px !important;
    border-radius: 3px;
}

.selected-options[b-b8q98kp6rq] {
    font-family: Arial;
    display: flex;
    flex-wrap: nowrap;
    width: 170px;
    margin-top: 0;
}

.arrow[b-b8q98kp6rq] {
    margin: 0 0px;
}

.options[b-b8q98kp6rq] {
    display: none;
    position: absolute;
    width: 240px !important;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    max-height: 225px;
    overflow-y: auto;
    z-index: 1;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    padding-top: 60px;
}

.option-search-tags[b-b8q98kp6rq] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #ced4da;
    padding: 8px;
    box-sizing: border-box;
    z-index: 2;
}

    .option-search-tags input.search-tags[b-b8q98kp6rq] {
        width: calc(100% - 50px);
        border: none;
        outline: none;
        padding: 8px;
        font-size: 14px;
    }

.clear[b-b8q98kp6rq] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    color: #980748;
}

.option[b-b8q98kp6rq] {
    padding: 12px;
    cursor: pointer;
}

    .option.active[b-b8q98kp6rq] {
        color: #000;
        background-color: #f2f2f2;
        border-bottom: 1px solid #eaeaea;
    }

    .option:hover[b-b8q98kp6rq] {
        background-color: #eaeaea;
    }

.no-result-message[b-b8q98kp6rq] {
    padding: 12px;
    color: #980748;
}

.options-list[b-b8q98kp6rq] {
    max-height: 160px;
    overflow-y: auto;
}

    .options-list[b-b8q98kp6rq]::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .options-list[b-b8q98kp6rq]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .options-list[b-b8q98kp6rq]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 10px;
    }

        .options-list[b-b8q98kp6rq]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* /Pages/Apps/Licensing/EditLicense.razor.rz.scp.css */
#breadcrumb-controls-container[b-o86apwhpqz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

input[type="checkbox"][b-o86apwhpqz] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #b11226;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background-color: white;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

    input[type="checkbox"]:checked[b-o86apwhpqz] {
        background-color: #b11226;
        border-color: #b11226;
    }

        input[type="checkbox"]:checked[b-o86apwhpqz]::after {
            content: "✓";
            color: white;
            font-weight: bold;
            display: block;
            text-align: center;
            font-size: 12px;
            line-height: 14px;
        }

.checkbox-container[b-o86apwhpqz] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.scrollable-checkbox-container[b-o86apwhpqz] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.checkbox-label-wrapper[b-o86apwhpqz] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    overflow-x: auto;
    white-space: nowrap;
}

label[b-o86apwhpqz] {
    margin-left: 10px;
    font-size: 0.875rem;
    white-space: nowrap;
}

.dialog-content[b-o86apwhpqz] {
    max-width: 100%;
    overflow-x: auto;
}

.feature-button[b-o86apwhpqz] {
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    background-color: white;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 0.875rem;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-placeholder[b-o86apwhpqz] {
    color: grey;
    text-align: left;
}

.page-container[b-o86apwhpqz] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.content-container[b-o86apwhpqz] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-o86apwhpqz] {
    width: 100%;
    height: 260px;
    overflow-x: auto;
    overflow-y: auto;
}

.data-grid[b-o86apwhpqz] {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

    .data-grid thead th[b-o86apwhpqz] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        white-space: nowrap;
        font-family: Arial;
        border-top: 3px #980748;
    }

    .data-grid td[b-o86apwhpqz] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: left;
        white-space: normal;
        font-family: Arial;
    }

        .data-grid td.feature-column[b-o86apwhpqz] {
            white-space: normal;
            word-wrap: break-word;
        }

    .data-grid tr:nth-child(even)[b-o86apwhpqz] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-o86apwhpqz] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-o86apwhpqz] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-o86apwhpqz] {
        display: block;
        width: 150px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin: auto;
    }

.data-grid-container[b-o86apwhpqz]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-grid-container[b-o86apwhpqz]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-o86apwhpqz]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

    .data-grid-container[b-o86apwhpqz]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.actions-header[b-o86apwhpqz] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-o86apwhpqz] {
    text-align: center;
    font-family: Arial;
}

    .actions-cell .fluent-button[b-o86apwhpqz] {
        margin: 0 5px;
        font-family: Arial;
    }

.scrollable-table[b-o86apwhpqz] {
    overflow-y: auto;
    max-height: 250px;
    padding-right: 15px;
    box-sizing: content-box;
}

    .scrollable-table[b-o86apwhpqz]::-webkit-scrollbar {
        width: 12px;
    }

    .scrollable-table[b-o86apwhpqz]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrollable-table[b-o86apwhpqz]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .scrollable-table[b-o86apwhpqz]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.scrollable-container[b-o86apwhpqz] {
    width: 100%;
    overflow-y: auto;
    height: 550px;
    box-sizing: border-box;
    padding-right: 10px;
}

    .scrollable-container[b-o86apwhpqz]::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-container[b-o86apwhpqz]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrollable-container[b-o86apwhpqz]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .scrollable-container[b-o86apwhpqz]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.popcontainer[b-o86apwhpqz] {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 130px;
    border-radius: 5px;
    background-color: #f2f2f2 !important;
}

    .popcontainer:hover[b-o86apwhpqz] {
        border-radius: 5px;
        background-color: #d3d3d3 !important;
    }

.nodeexpandcontainer[b-o86apwhpqz] {
    height: 75px;
}

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .scrollable-container[b-o86apwhpqz] {
        height: 490px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .scrollable-container[b-o86apwhpqz] {
        height: 400px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .scrollable-container[b-o86apwhpqz] {
        height: 300px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .scrollable-container[b-o86apwhpqz] {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .scrollable-container[b-o86apwhpqz] {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .scrollable-container[b-o86apwhpqz] {
        height: 420px;
    }
}

.name-column[b-o86apwhpqz] {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.description-column[b-o86apwhpqz] {
    max-width: 300px;
    white-space: normal;
    word-wrap: break-word;
}
/* /Pages/Apps/Licensing/LicenseManager.razor.rz.scp.css */
FluentStack[b-2c23uc3zxh] {
    width: 100%;
}

FluentBreadcrumb[b-2c23uc3zxh] {
    margin-bottom: 10px;
}

FluentButton[b-2c23uc3zxh] {
    border-radius: 7px;
    width: 120px;
}

FluentStack[b-2c23uc3zxh] {
    gap: 10px;
}

FluentLabel[b-2c23uc3zxh] {
    color: #980748;
    text-align: right;
    width: 150px;
}

FluentCombobox[b-2c23uc3zxh] {
    flex: 1;
    max-width: 250px;
    font-size: 0.875rem;
}

FluentStack > FluentButton[b-2c23uc3zxh] {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    FluentStack[b-2c23uc3zxh] {
        flex-direction: column;
        align-items: flex-start;
    }

    FluentButton[b-2c23uc3zxh] {
        width: 100%;
        margin-bottom: 10px;
    }
}

.data-grid-container[b-2c23uc3zxh] {
    flex: 1;
    height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: auto;
}

.data-grid[b-2c23uc3zxh] {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

    .data-grid thead th[b-2c23uc3zxh] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        font-family: Arial;
        border-top: 3px #980748;
    }

    .data-grid td[b-2c23uc3zxh] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: left;
        white-space: normal;
        font-family: Arial;
    }

    .data-grid tr:nth-child(even)[b-2c23uc3zxh] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-2c23uc3zxh] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-2c23uc3zxh] {
        background-color: #e0e0e0;
    }

.data-grid-container[b-2c23uc3zxh]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-grid-container[b-2c23uc3zxh]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-2c23uc3zxh]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

    .data-grid-container[b-2c23uc3zxh]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.spacecontainer[b-2c23uc3zxh] {
    height: 40px;
}

.expandcontainer[b-2c23uc3zxh] {
    width: 0px;
}

.data-grid-container[b-2c23uc3zxh]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

.scrollable-container[b-2c23uc3zxh] {
    overflow-y: auto;
    max-height: 300px;
    padding-right: 15px;
    box-sizing: content-box;
}

    .scrollable-container[b-2c23uc3zxh]::-webkit-scrollbar {
        width: 12px;
    }

    .scrollable-container[b-2c23uc3zxh]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrollable-container[b-2c23uc3zxh]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 6px;
    }

        .scrollable-container[b-2c23uc3zxh]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

FluentCombobox[b-2c23uc3zxh] {
    max-width: 250px;
}

@media (max-width: 1024px) {
    FluentCombobox[b-2c23uc3zxh] {
        max-width: 250px;
    }
}

@media (max-width: 768px) {

    .spacecontainer[b-2c23uc3zxh] {
        height: 10px;
    }

    .expandcontainer[b-2c23uc3zxh] {
        width: 40px;
    }

    .verticalexpander[b-2c23uc3zxh] {
        height: 40px;
    }

    @media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 690px;
        }
    }

    @media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 640px;
        }
    }

    @media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 500px;
        }
    }

    @media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 380px;
        }
    }
}


@media (max-width: 999px) {

    .spacecontainer[b-2c23uc3zxh] {
        height: 10px;
    }

    .expandcontainer[b-2c23uc3zxh] {
        width: 40px;
    }

    .verticalexpander[b-2c23uc3zxh] {
        height: 40px;
    }

    @media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 650px;
        }
    }

    @media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 580px;
        }
    }

    @media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 440px;
        }
    }

    @media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 300px;
        }
    }
}

@media (max-width: 739px) {

    .spacecontainer[b-2c23uc3zxh] {
        height: 10px;
    }

    .expandcontainer[b-2c23uc3zxh] {
        width: 40px;
    }

    .verticalexpander[b-2c23uc3zxh] {
        height: 40px;
    }

    @media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 600px;
        }
    }

    @media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 520px;
        }
    }

    @media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 400px;
        }
    }

    @media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 250px;
        }
    }
}

@media (max-width: 670px) {

    .spacecontainer[b-2c23uc3zxh] {
        height: 10px;
    }

    .expandcontainer[b-2c23uc3zxh] {
        width: 40px;
    }

    .verticalexpander[b-2c23uc3zxh] {
        height: 40px;
    }

    @media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 490px;
        }
    }

    @media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 400px;
        }
    }

    @media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 240px;
        }
    }

    @media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
        .data-grid-container[b-2c23uc3zxh] {
            height: 120px;
        }
    }
}
@media (max-width: 390px) {

    .spacecontainer[b-2c23uc3zxh] {
        height: 10px;
    }

    .expandcontainer[b-2c23uc3zxh] {
        width: 40px;
    }

    .verticalexpander[b-2c23uc3zxh] {
        height: 40px;
    }
    .data-grid-container[b-2c23uc3zxh] {
        height: 410px;
    }
    
}

.popcontainer[b-2c23uc3zxh] {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 95px;
    border-radius: 5px;
    background-color: #f2f2f2 !important;
}

    .popcontainer:hover[b-2c23uc3zxh] {
        border-radius: 5px;
        background-color: #d3d3d3 !important;
    }
/* /Pages/Apps/Licensing/LicensePreview.razor.rz.scp.css */
.scrollable-container[b-7f87r3fo28] {
    overflow-y: auto;
    overflow-x: auto;
}

.payload-scrollable[b-7f87r3fo28] {
    overflow-y: auto;
    height: 750px;
    padding-right: 10px;
    width: 100%;
    box-sizing: content-box;
}

    .payload-scrollable[b-7f87r3fo28]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .payload-scrollable[b-7f87r3fo28]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .payload-scrollable[b-7f87r3fo28]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .payload-scrollable[b-7f87r3fo28]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.payload[b-7f87r3fo28] {
    height: 620px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    white-space: pre-wrap;
    cursor: not-allowed;
}

    .payload[b-7f87r3fo28]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .payload[b-7f87r3fo28]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .payload[b-7f87r3fo28]::-webkit-scrollbar-thumb {
        background-color: #980748;
        border-radius: 6px;
    }

        .payload[b-7f87r3fo28]::-webkit-scrollbar-thumb:hover {
            background: #7e0d31;
        }

@media (max-width: 768px) {
    .payload[b-7f87r3fo28] {
        max-height: 250px;
        font-size: small;
    }
}

@media (max-width: 480px) {
    .payload[b-7f87r3fo28] {
        min-width: 270px;
        max-height: 270px;
        font-size: small;
    }
}

FluentStack[b-7f87r3fo28] {
    width: 100%;
}

FluentBreadcrumb[b-7f87r3fo28] {
    margin-bottom: 10px;
}

FluentButton[b-7f87r3fo28] {
    border-radius: 7px;
    width: 120px;
}

FluentStack[b-7f87r3fo28] {
    gap: 10px;
}

FluentLabel[b-7f87r3fo28] {
    color: #980748;
    text-align: right;
    width: 150px;
}

FluentCombobox[b-7f87r3fo28] {
    flex: 1;
    max-width: 250px;
    font-size: 0.875rem;
}

FluentStack > FluentButton[b-7f87r3fo28] {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .payload[b-7f87r3fo28] {
        max-height: 500px;
        font-size: small;
    }
}

@media (max-width: 480px) {
    .payload[b-7f87r3fo28] {
        max-height: 180px;
        font-size: small;
    }
}

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .payload-scrollable[b-7f87r3fo28] {
        height: 750px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .payload-scrollable[b-7f87r3fo28] {
        height: 650px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .payload-scrollable[b-7f87r3fo28] {
        height: 550px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .payload-scrollable[b-7f87r3fo28] {
        height: 420px;
    }
}
/* /Pages/Apps/Licensing/NodeLockedGeneration.razor.rz.scp.css */
#breadcrumb-controls-container[b-jsamva7b73] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

input[type="checkbox"][b-jsamva7b73] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #b11226;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background-color: white;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

    input[type="checkbox"]:checked[b-jsamva7b73] {
        background-color: #b11226;
        border-color: #b11226;
    }

        input[type="checkbox"]:checked[b-jsamva7b73]::after {
            content: "✓";
            color: white;
            font-weight: bold;
            display: block;
            text-align: center;
            font-size: 12px;
            line-height: 14px;
        }

.checkbox-container[b-jsamva7b73] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.scrollable-checkbox-container[b-jsamva7b73] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.checkbox-label-wrapper[b-jsamva7b73] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    overflow-x: auto;
    white-space: nowrap;
}

label[b-jsamva7b73] {
    margin-left: 10px;
    font-size: 0.875rem;
    white-space: nowrap;
}

.dialog-content[b-jsamva7b73] {
    max-width: 100%;
    overflow-x: auto;
}

.feature-button[b-jsamva7b73] {
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    background-color: white;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 0.875rem;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-placeholder[b-jsamva7b73] {
    color: grey;
    text-align: left;
}

.page-container[b-jsamva7b73] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.content-container[b-jsamva7b73] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-jsamva7b73] {
    width: 100%;
    height: 260px;
    overflow-x: auto;
    overflow-y: auto;
}

.data-grid[b-jsamva7b73] {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

    .data-grid thead th[b-jsamva7b73] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        white-space: nowrap;
        font-family: Arial;
        border-top: 3px #980748;
    }

    .data-grid td[b-jsamva7b73] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: left;
        white-space: nowrap;
        font-family: Arial;
    }

        .data-grid td.feature-column[b-jsamva7b73] {
            white-space: normal;
            word-wrap: break-word;
        }

    .data-grid tr:nth-child(even)[b-jsamva7b73] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-jsamva7b73] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-jsamva7b73] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-jsamva7b73] {
        display: block;
        width: 150px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin: auto;
    }

.data-grid-container[b-jsamva7b73]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-grid-container[b-jsamva7b73]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-jsamva7b73]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

    .data-grid-container[b-jsamva7b73]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.actions-header[b-jsamva7b73] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-jsamva7b73] {
    text-align: center;
    font-family: Arial;
}

    .actions-cell .fluent-button[b-jsamva7b73] {
        margin: 0 5px;
        font-family: Arial;
    }

.scrollable-table[b-jsamva7b73] {
    overflow-y: auto;
    max-height: 250px;
    padding-right: 15px;
    box-sizing: content-box;
}

    .scrollable-table[b-jsamva7b73]::-webkit-scrollbar {
        width: 12px;
    }

    .scrollable-table[b-jsamva7b73]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrollable-table[b-jsamva7b73]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .scrollable-table[b-jsamva7b73]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.scrollable-container[b-jsamva7b73] {
    width: 100%;
    overflow-y: hidden;
    box-sizing: border-box;
    padding-right: 5px;
}

    .scrollable-container[b-jsamva7b73]::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-container[b-jsamva7b73]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrollable-container[b-jsamva7b73]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .scrollable-container[b-jsamva7b73]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.popcontainer[b-jsamva7b73] {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 130px;
    border-radius: 5px;
    background-color: #f2f2f2 !important;
}

    .popcontainer:hover[b-jsamva7b73] {
        border-radius: 5px;
        background-color: #d3d3d3 !important;
    }

.nodeexpandcontainer[b-jsamva7b73] {
    height: 75px;
}

.page-container[b-jsamva7b73] {
    width: 100%;
    height: 450px;
    overflow: auto;
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding-right: 5px;
}

    .page-container[b-jsamva7b73]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .page-container[b-jsamva7b73]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .page-container[b-jsamva7b73]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .page-container[b-jsamva7b73]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .page-container[b-jsamva7b73] {
        height: 720px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .page-container[b-jsamva7b73] {
        height: 640px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .page-container[b-jsamva7b73] {
        height: 500px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .page-container[b-jsamva7b73] {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .page-container[b-jsamva7b73] {
        height: 700px;
    }
}

@media (max-width: 480px) {
    .page-container[b-jsamva7b73] {
        height: 550px;
    }
}

.name-column[b-jsamva7b73] {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.description-column[b-jsamva7b73] {
    max-width: 300px;
    white-space: normal;
    word-wrap: break-word;
}
/* /Pages/Apps/Licensing/PreviewLicense.razor.rz.scp.css */
FluentBreadcrumb[b-sno76n875k] {
    margin-bottom: 10px;
}

.payload-scrollable[b-sno76n875k] {
    overflow-y: auto;
    height: 750px;
    padding-right: 10px;
    width: 100%;
    box-sizing: content-box;
}

    .payload-scrollable[b-sno76n875k]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .payload-scrollable[b-sno76n875k]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .payload-scrollable[b-sno76n875k]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .payload-scrollable[b-sno76n875k]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media (max-width: 768px) {
    .payload[b-sno76n875k] {
        max-height: 250px;
        font-size: small;
    }
}

@media (max-width: 480px) {
    .payload[b-sno76n875k] {
        min-width: 270px;
        max-height: 270px;
        font-size: small;
    }
}

.payload[b-sno76n875k] {
    height: 520px;
    overflow: auto;
    border-radius: 4px;
    background-color: white;
    padding: 10px;
    font-size: medium;
    font-family: Arial;
    cursor: not-allowed;
    padding-right: 5px;
}

    .payload[b-sno76n875k]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .payload[b-sno76n875k]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .payload[b-sno76n875k]::-webkit-scrollbar-thumb {
        background-color: #980748;
        border-radius: 6px;
    }

        .payload[b-sno76n875k]::-webkit-scrollbar-thumb:hover {
            background: #7e0d31;
        }

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .payload[b-sno76n875k] {
        height: 435px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .payload[b-sno76n875k] {
        height: 640px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .payload[b-sno76n875k] {
        height: 220px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .payload[b-sno76n875k] {
        height: max-content;
    }
}

@media (max-width: 768px) {
    .payload[b-sno76n875k] {
        max-height: 500px;
        font-size: small;
    }
}

@media (max-width: 480px) {
    .payload[b-sno76n875k] {
        max-height: 180px;
        font-size: small;
    }
}

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .payload-scrollable[b-sno76n875k] {
        height: 750px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .payload-scrollable[b-sno76n875k] {
        height: 650px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .payload-scrollable[b-sno76n875k] {
        height: 550px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .payload-scrollable[b-sno76n875k] {
        height: 380px;
    }
}
/* /Pages/Apps/Licensing/ProductDetails.razor.rz.scp.css */
#breadcrumb-controls-container[b-ul5z6elt5y] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

.page-container[b-ul5z6elt5y] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.content-container[b-ul5z6elt5y] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-ul5z6elt5y] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.data-grid[b-ul5z6elt5y] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

    .data-grid thead th[b-ul5z6elt5y] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        font-family: Arial;
        border-top: 3px #980748;
    }

    .data-grid td[b-ul5z6elt5y] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: left;
        font-family: Arial;
    }

    .data-grid tr:nth-child(even)[b-ul5z6elt5y] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-ul5z6elt5y] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-ul5z6elt5y] {
        background-color: #e0e0e0;
    }

.data-grid-container[b-ul5z6elt5y]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-grid-container[b-ul5z6elt5y]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-ul5z6elt5y]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

    .data-grid-container[b-ul5z6elt5y]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.actions-header[b-ul5z6elt5y] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-ul5z6elt5y] {
    text-align: center;
    font-family: Arial;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

    .actions-cell .fluent-button[b-ul5z6elt5y] {
        margin: 0;
        font-family: Arial;
    }

.id-column[b-ul5z6elt5y] {
    width: 500px;
    word-wrap: break-word;
    white-space: normal;
}

.popcontainer[b-ul5z6elt5y] {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 80px;
    border-radius: 5px;
    background-color: #f2f2f2 !important;
}

    .popcontainer:hover[b-ul5z6elt5y] {
        border-radius: 5px;
        background-color: #d3d3d3 !important;
    }
/* /Pages/Apps/Licensing/ProgressRing.razor.rz.scp.css */
.fluent-progress-ring[b-x85lmx81cl] {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.spinner[b-x85lmx81cl] {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #980748;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-x85lmx81cl 1s linear infinite;
}

@keyframes spin-b-x85lmx81cl {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.background-overlay[b-x85lmx81cl] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent background color */
    z-index: 9998; /* Place it below the progress ring */
}

.visible[b-x85lmx81cl] {
    display: block;
}
/* /Pages/Apps/Licensing/SbcDropdown.razor.rz.scp.css */
.select-box[b-sr29fz8adt], .admin-select-box[b-sr29fz8adt] {
    font-family: Arial;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    cursor: pointer;
    width: 130px !important;
    border-radius: 3px;
}

.selected-options[b-sr29fz8adt], .admin-selected-options[b-sr29fz8adt] {
    font-family: Arial;
    display: flex;
    flex-wrap: nowrap;
    width: 170px;
    margin-top: 0;
}

.admin-tag[b-sr29fz8adt] {
    background-color: #f2f2f2;
    color: #000;
    border-radius: 5px;
    margin-right: 5px;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    max-width: 90px;
    overflow: hidden;
}

.tag[b-sr29fz8adt] {
    background-color: #f2f2f2;
    color: #000;
    border-radius: 5px;
    margin-right: 5px;
    padding: 2px 12px;
    display: flex;
    align-items: center;
    max-height: 30px;
    white-space: nowrap;
}

.remove-tag[b-sr29fz8adt] {
    margin-left: 6px;
    cursor: pointer;
}

.arrow[b-sr29fz8adt] {
    margin: 0 0px;
}

.fa-angle-down[b-sr29fz8adt] {
    color: #404040;
    font-size: 30px;
}

.options[b-sr29fz8adt], .admin-options[b-sr29fz8adt] {
    display: none;
    position: absolute;
    width: 130px !important;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 225px;
    overflow-y: auto;
    z-index: 1;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    padding-top: 60px;
}

.open .options[b-sr29fz8adt], .open .admin-options[b-sr29fz8adt] {
    display: block;
}

.option-search-tags[b-sr29fz8adt] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #ced4da;
    padding: 8px;
    box-sizing: border-box;
    z-index: 2;
}

    .option-search-tags input.search-tags[b-sr29fz8adt] {
        width: calc(100% - 50px);
        border: none;
        outline: none;
        padding: 8px;
        font-size: 14px;
    }

.clear[b-sr29fz8adt] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    color: #980748;
}

.option[b-sr29fz8adt], .admin-option[b-sr29fz8adt] {
    padding: 12px;
    cursor: pointer;
}

    .option.active[b-sr29fz8adt], .admin-option.active[b-sr29fz8adt] {
        color: #000;
        background-color: #bfbfbf;
        border-bottom: 1px solid #eaeaea;
    }

    .option:hover[b-sr29fz8adt], .admin-option:hover[b-sr29fz8adt] {
        background-color: #eaeaea;
    }

.no-result-message[b-sr29fz8adt] {
    padding: 12px;
    color: #980748;
}

.options-list[b-sr29fz8adt] {
    max-height: 160px;
    overflow-y: auto;
}

    .options-list[b-sr29fz8adt]::-webkit-scrollbar {
        width: 6px;
    }

    .options-list[b-sr29fz8adt]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .options-list[b-sr29fz8adt]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 10px;
    }

        .options-list[b-sr29fz8adt]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* /Pages/Apps/Licensing/TenantDetails.razor.rz.scp.css */
#breadcrumb-controls-container[b-9i2blc654k] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

.page-container[b-9i2blc654k] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.content-container[b-9i2blc654k] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-9i2blc654k] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.data-grid[b-9i2blc654k] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

    .data-grid thead th[b-9i2blc654k] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        font-family: Arial;
        border-top: 3px #980748;
    }

    .data-grid td[b-9i2blc654k] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: left;
        font-family: Arial;
    }

    .data-grid tr:nth-child(even)[b-9i2blc654k] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-9i2blc654k] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-9i2blc654k] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-9i2blc654k] {
        display: block;
        width: 130px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin-left: 0;
        margin-right: auto;
    }

.data-grid-container[b-9i2blc654k]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-grid-container[b-9i2blc654k]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-9i2blc654k]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

    .data-grid-container[b-9i2blc654k]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.actions-header[b-9i2blc654k] {
    text-align: left;
    font-family: Arial;
}

.id-column[b-9i2blc654k] {
    width: 350px;
    word-wrap: break-word;
    white-space: normal;
}

.actions-cell[b-9i2blc654k] {
    text-align: left;
    font-family: Arial;
    margin-left: 0;
}

    .actions-cell .fluent-button[b-9i2blc654k] {
        margin: 0 5px;
        font-family: Arial;
    }

.highlight[b-9i2blc654k] {
    background-color: darkgray;
    transition: background-color 0.5s;
}

.font[b-9i2blc654k] {
    font-size: medium;
    font-family: Arial;
}

.popcontainer[b-9i2blc654k] {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 80px;
    border-radius: 5px;
    background-color: #f2f2f2 !important;
}

    .popcontainer:hover[b-9i2blc654k] {
        border-radius: 5px;
        background-color: #d3d3d3 !important;
    }
/* /Pages/Apps/Licensing/UserLockedGeneration.razor.rz.scp.css */
#breadcrumb-controls-container[b-h72i6mhx3n] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

input[type="checkbox"][b-h72i6mhx3n] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #b11226;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background-color: white;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

    input[type="checkbox"]:checked[b-h72i6mhx3n] {
        background-color: #b11226;
        border-color: #b11226;
    }

        input[type="checkbox"]:checked[b-h72i6mhx3n]::after {
            content: "✓";
            color: white;
            font-weight: bold;
            display: block;
            text-align: center;
            font-size: 12px;
            line-height: 14px;
        }

.checkbox-container[b-h72i6mhx3n] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.scrollable-checkbox-container[b-h72i6mhx3n] {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.checkbox-label-wrapper[b-h72i6mhx3n] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    overflow-x: auto;
    white-space: nowrap;
}

label[b-h72i6mhx3n] {
    margin-left: 10px;
    font-size: 0.875rem;
    white-space: nowrap;
}

.dialog-content[b-h72i6mhx3n] {
    max-width: 100%;
    overflow-x: auto;
}

.feature-button[b-h72i6mhx3n] {
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    background-color: white;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 0.875rem;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-placeholder[b-h72i6mhx3n] {
    color: grey;
    text-align: left;
}

.page-container[b-h72i6mhx3n] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.content-container[b-h72i6mhx3n] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-h72i6mhx3n] {
    width: 100%;
    height: 260px;
    overflow-x: auto;
    overflow-y: auto;
}

.data-grid[b-h72i6mhx3n] {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

    .data-grid thead th[b-h72i6mhx3n] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
        white-space: nowrap;
        font-family: Arial;
        border-top: 3px #980748;
    }

    .data-grid td[b-h72i6mhx3n] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: left;
        white-space: nowrap;
        font-family: Arial;
    }

        .data-grid td.feature-column[b-h72i6mhx3n] {
            white-space: normal;
            word-wrap: break-word;
        }

    .data-grid tr:nth-child(even)[b-h72i6mhx3n] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-h72i6mhx3n] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-h72i6mhx3n] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-h72i6mhx3n] {
        display: block;
        width: 150px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin: auto;
    }

.data-grid-container[b-h72i6mhx3n]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-grid-container[b-h72i6mhx3n]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-h72i6mhx3n]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 10px;
}

    .data-grid-container[b-h72i6mhx3n]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.actions-header[b-h72i6mhx3n] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-h72i6mhx3n] {
    text-align: center;
    font-family: Arial;
}

    .actions-cell .fluent-button[b-h72i6mhx3n] {
        margin: 0 5px;
        font-family: Arial;
    }

.scrollable-table[b-h72i6mhx3n] {
    overflow-y: auto;
    max-height: 250px;
    padding-right: 15px;
    box-sizing: content-box;
}

    .scrollable-table[b-h72i6mhx3n]::-webkit-scrollbar {
        width: 12px;
    }

    .scrollable-table[b-h72i6mhx3n]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrollable-table[b-h72i6mhx3n]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .scrollable-table[b-h72i6mhx3n]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.scrollable-container[b-h72i6mhx3n] {
    width: 100%;
    overflow-y: hidden;
    box-sizing: border-box;
    padding-right: 5px;
}

    .scrollable-container[b-h72i6mhx3n]::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-container[b-h72i6mhx3n]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrollable-container[b-h72i6mhx3n]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .scrollable-container[b-h72i6mhx3n]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.popcontainer[b-h72i6mhx3n] {
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 130px;
    border-radius: 5px;
    background-color: #f2f2f2 !important;
}

    .popcontainer:hover[b-h72i6mhx3n] {
        border-radius: 5px;
        background-color: #d3d3d3 !important;
    }

.nodeexpandcontainer[b-h72i6mhx3n] {
    height: 75px;
}

.page-container[b-h72i6mhx3n] {
    width: 100%;
    height: 450px;
    overflow: auto;
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding-right: 5px;
}

    .page-container[b-h72i6mhx3n]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .page-container[b-h72i6mhx3n]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .page-container[b-h72i6mhx3n]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .page-container[b-h72i6mhx3n]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .page-container[b-h72i6mhx3n] {
        height: 720px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .page-container[b-h72i6mhx3n] {
        height: 640px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .page-container[b-h72i6mhx3n] {
        height: 500px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .page-container[b-h72i6mhx3n] {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .page-container[b-h72i6mhx3n] {
        height: 700px;
    }
}

@media (max-width: 480px) {
    .page-container[b-h72i6mhx3n] {
        height: 550px;
    }
}

.name-column[b-h72i6mhx3n] {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.description-column[b-h72i6mhx3n] {
    max-width: 300px;
    white-space: normal;
    word-wrap: break-word;
}
/* /Pages/Apps/Reports/AddReportPage.razor.rz.scp.css */
#breadcrumb-controls-container[b-jq2mc10fhf] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

.content-container[b-jq2mc10fhf] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-jq2mc10fhf] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.data-grid[b-jq2mc10fhf] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

    .data-grid thead th[b-jq2mc10fhf] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: center;
        font-family: Arial;
    }

    .data-grid td[b-jq2mc10fhf] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: center;
        font-family: Arial;
    }

    .data-grid tr:nth-child(even)[b-jq2mc10fhf] {
        background-color: #f2f2f2;
    }

    .data-grid tr:hover[b-jq2mc10fhf] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-jq2mc10fhf] {
        display: block;
        width: 150px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin: auto;
    }

.data-grid-container[b-jq2mc10fhf]::-webkit-scrollbar {
    width: 12px;
}

.data-grid-container[b-jq2mc10fhf]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-jq2mc10fhf]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    .data-grid-container[b-jq2mc10fhf]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.actions-header[b-jq2mc10fhf] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-jq2mc10fhf] {
    text-align: center;
    font-family: Arial;
}

    .actions-cell .fluent-button[b-jq2mc10fhf] {
        margin: 0 5px;
        font-family: Arial;
    }

.page-container[b-jq2mc10fhf] {
    width: 100%;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

    .page-container[b-jq2mc10fhf]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .page-container[b-jq2mc10fhf]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .page-container[b-jq2mc10fhf]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .page-container[b-jq2mc10fhf]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .page-container[b-jq2mc10fhf] {
        height: 720px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .page-container[b-jq2mc10fhf] {
        height: 640px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .page-container[b-jq2mc10fhf] {
        height: 500px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .page-container[b-jq2mc10fhf] {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .page-container[b-jq2mc10fhf] {
        height: 700px;
    }
}

@media (max-width: 480px) {
    .page-container[b-jq2mc10fhf] {
        height: 550px;
    }
}
/* /Pages/Apps/Reports/ReportsPage.razor.rz.scp.css */
#breadcrumb-controls-container[b-eu9jhrs8es] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.2%;
}

.content-container[b-eu9jhrs8es] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-eu9jhrs8es] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    width: 100%;
}

.data-grid[b-eu9jhrs8es] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

    .data-grid thead th[b-eu9jhrs8es] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 1;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: center;
        font-family: Arial;
    }

    .data-grid td[b-eu9jhrs8es] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: center;
        font-family: Arial;
    }

    .data-grid tr:nth-child(even)[b-eu9jhrs8es] {
        background-color: #f2f2f2;
    }

    .data-grid tr:nth-child(odd)[b-eu9jhrs8es] {
        background-color: #ffffff;
    }

    .data-grid tr:hover[b-eu9jhrs8es] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-eu9jhrs8es] {
        display: block;
        width: 150px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin: auto;
    }

.actions-header[b-eu9jhrs8es] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-eu9jhrs8es] {
    text-align: center;
    font-family: Arial;
}

    .actions-cell .fluent-button[b-eu9jhrs8es] {
        margin: 0 5px;
        font-family: Arial;
    }


.page-container[b-eu9jhrs8es] {
    height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    padding-right: 5px;
    padding-top: 10px;
    padding-left: 5px;
}

    .page-container[b-eu9jhrs8es]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .page-container[b-eu9jhrs8es]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .page-container[b-eu9jhrs8es]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .page-container[b-eu9jhrs8es]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media (max-width: 761px) and (max-height: 954px) {
    .page-container[b-eu9jhrs8es] {
        height: calc(100vh - 300px);
    }
}

@media (max-width: 641px) and (max-height: 954px) {
    .page-container[b-eu9jhrs8es] {
        height: calc(100vh - 350px);
    }
}

@media (min-resolution: 86dpi) and (max-resolution: 87dpi) and (max-width: 641px) {
    .page-container[b-eu9jhrs8es] {
        height: calc(100vh - 350px);
    }
}

@media (min-resolution: 86dpi) and (max-resolution: 87dpi) and (max-width: 761px) {
    .page-container[b-eu9jhrs8es] {
        height: calc(100vh - 300px);
    }
}

@media (max-width: 491px) {
    .page-container[b-eu9jhrs8es] {
        height: calc(100vh - 400px);
    }
}

.report-container[b-eu9jhrs8es] {
    height: calc(100vh - 200px);
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 5px;
}

    .report-container[b-eu9jhrs8es]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .report-container[b-eu9jhrs8es]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .report-container[b-eu9jhrs8es]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .report-container[b-eu9jhrs8es]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* /Pages/Apps/Reports/ViewReportsPage.razor.rz.scp.css */
#breadcrumb-controls-container[b-hi7q3yc04l] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.2%;
}

.content-container[b-hi7q3yc04l] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-hi7q3yc04l] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    width: 100%;
}

.data-grid[b-hi7q3yc04l] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

    .data-grid thead th[b-hi7q3yc04l] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 1;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: center;
        font-family: Arial;
    }

    .data-grid td[b-hi7q3yc04l] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: center;
        font-family: Arial;
    }

    .data-grid tr:nth-child(even)[b-hi7q3yc04l] {
        background-color: #f2f2f2;
    }

    .data-grid tr:hover[b-hi7q3yc04l] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-hi7q3yc04l] {
        display: block;
        width: 150px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin: auto;
    }

.actions-header[b-hi7q3yc04l] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-hi7q3yc04l] {
    text-align: center;
    font-family: Arial;
}

    .actions-cell .fluent-button[b-hi7q3yc04l] {
        margin: 0 5px;
        font-family: Arial;
    }


.page-container[b-hi7q3yc04l] {
    height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    padding-right: 5px;
    padding-top: 10px;
    padding-left: 5px;
}

.page-container[b-hi7q3yc04l]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.page-container[b-hi7q3yc04l]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.page-container[b-hi7q3yc04l]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 6px;
}
    
.page-container[b-hi7q3yc04l]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 761px) and (max-height: 954px) {
    .page-container[b-hi7q3yc04l] {
        height: calc(100vh - 300px);
    }
}

@media (max-width: 641px) and (max-height: 954px) {
    .page-container[b-hi7q3yc04l] {
        height: calc(100vh - 350px);
    }
}

@media (min-resolution: 86dpi) and (max-resolution: 87dpi) and (max-width: 641px) {    
        .page-container[b-hi7q3yc04l] {
            height: calc(100vh - 350px);
        }
}
@media (min-resolution: 86dpi) and (max-resolution: 87dpi) and (max-width: 761px) {
    .page-container[b-hi7q3yc04l] {
        height: calc(100vh - 300px);
    }
}

@media (max-width: 491px) {
    .page-container[b-hi7q3yc04l] {
        height: calc(100vh - 400px);
    }
}

.report-container[b-hi7q3yc04l] {
    height: 380px;
    width: 815px;
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 5px;
}

.report-container[b-hi7q3yc04l]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.report-container[b-hi7q3yc04l]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.report-container[b-hi7q3yc04l]::-webkit-scrollbar-thumb {
    background: #980748;
    border-radius: 6px;
}

.report-container[b-hi7q3yc04l]::-webkit-scrollbar-thumb:hover {
    background: #555;
 }

        
/* /Pages/Apps/Reports/WeeksPage.razor.rz.scp.css */
#breadcrumb-controls-container[b-zit2ze97uc] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    margin-top: 0.2%;
}

.content-container[b-zit2ze97uc] {
    flex: 1;
    background-color: white;
    padding: 10px;
}

.data-grid-container[b-zit2ze97uc] {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.data-grid[b-zit2ze97uc] {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

    .data-grid thead th[b-zit2ze97uc] {
        background-color: #980748;
        color: white;
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 8px;
        border: 1px solid #ddd;
        text-align: center;
        font-family: Arial;
    }

    .data-grid td[b-zit2ze97uc] {
        padding: 8px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: center;
        font-family: Arial;
    }

    .data-grid tr:nth-child(even)[b-zit2ze97uc] {
        background-color: #f2f2f2;
    }

    .data-grid tr:hover[b-zit2ze97uc] {
        background-color: #e0e0e0;
    }

    .data-grid img[b-zit2ze97uc] {
        display: block;
        width: 150px;
        height: auto;
        object-fit: contain;
        max-height: 80px;
        margin: auto;
    }

.data-grid-container[b-zit2ze97uc]::-webkit-scrollbar {
    width: 12px;
}

.data-grid-container[b-zit2ze97uc]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-grid-container[b-zit2ze97uc]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    .data-grid-container[b-zit2ze97uc]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.actions-header[b-zit2ze97uc] {
    text-align: center;
    font-family: Arial;
}

.actions-cell[b-zit2ze97uc] {
    text-align: center;
    font-family: Arial;
}

    .actions-cell .fluent-button[b-zit2ze97uc] {
        margin: 0 5px;
        font-family: Arial;
    }

.page-container[b-zit2ze97uc] {
    width: 100%;
    height: 450px;
    overflow-y: auto;
    overflow-x:hidden;
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding-right: 5px;
    padding-top:10px;
    padding-left:5px;
}

    .page-container[b-zit2ze97uc]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .page-container[b-zit2ze97uc]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .page-container[b-zit2ze97uc]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .page-container[b-zit2ze97uc]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media (min-resolution: 96dpi) and (max-resolution: 97dpi) {
    .page-container[b-zit2ze97uc] {
        height: 720px;
    }
}

@media (min-resolution: 98dpi) and (max-resolution: 119dpi) {
    .page-container[b-zit2ze97uc] {
        height: 640px;
    }
}

@media (min-resolution: 120dpi) and (max-resolution: 143dpi) {
    .page-container[b-zit2ze97uc] {
        height: 500px;
    }
}

@media (min-resolution: 144dpi) and (max-resolution: 191dpi) {
    .page-container[b-zit2ze97uc] {
        height: 380px;
    }
}

@media (max-width: 768px) {
    .page-container[b-zit2ze97uc] {
        height: 700px;
    }
}

@media (max-width: 480px) {
    .page-container[b-zit2ze97uc] {
        height: 550px;
    }
}

.report-container[b-zit2ze97uc] {
    height: 380px;
    width: 810px;
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 5px;
}

    .report-container[b-zit2ze97uc]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .report-container[b-zit2ze97uc]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .report-container[b-zit2ze97uc]::-webkit-scrollbar-thumb {
        background: #980748;
        border-radius: 6px;
    }

        .report-container[b-zit2ze97uc]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ue12j0c5j8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ue12j0c5j8] {
    flex: 1;
}

.sidebar[b-ue12j0c5j8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ue12j0c5j8] {
    background-color: white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem !important;
    display: flex;
    align-items: center;
}

    .top-row[b-ue12j0c5j8]  a, .top-row[b-ue12j0c5j8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-ue12j0c5j8]  a:hover, .top-row[b-ue12j0c5j8]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ue12j0c5j8]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    /*.top-row:not(.auth) {
        display: none;
    }*/

    .top-row.auth[b-ue12j0c5j8] {
        justify-content: space-between;
    }

    .top-row[b-ue12j0c5j8]  a, .top-row[b-ue12j0c5j8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ue12j0c5j8] {
        flex-direction: row;
    }

    .sidebar[b-ue12j0c5j8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ue12j0c5j8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ue12j0c5j8]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ue12j0c5j8], article[b-ue12j0c5j8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.anchor-button[b-ue12j0c5j8] {
    text-decoration: underline;
    border: none;
    color: var(--accent-base-color);
    font-family: Arial;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.anchor-button-large[b-ue12j0c5j8] {
    text-decoration: none;
    border: none;
    color: var(--accent-base-color);
    font-size: 24px;
    font-family: Arial;
    font-size: large;
    cursor: pointer;
    transition: all 0.3s ease;
}

/*.anchor-button:hover {
    text-decoration: underline;
}*/


.imagecs[b-ue12j0c5j8] {
    width: 180px;
    height: 30px
}

.spacer[b-ue12j0c5j8] {
    flex-grow: 1;
}

.frontcontainer[b-ue12j0c5j8] {
    font-size: medium;
    padding-left: 15px;
}

.lastcontainer[b-ue12j0c5j8] {
    font-size: medium;
    padding-right: 15px;
}

.midcontainer[b-ue12j0c5j8] {
    color: var(--accent-base-color);
    font-family: Arial;
    font-size: 14px;
    padding-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {

    .spacer[b-ue12j0c5j8] {
        flex-grow: 1;
    }
    .anchor-button[b-ue12j0c5j8] {
        font-size: 16px;
    }
    .imagecs[b-ue12j0c5j8] {
        width: 180px;
        height: 30px;
    }
    .frontcontainer[b-ue12j0c5j8] {
        font-size: 16px;
        padding-left: 15px;
    }
    .lastcontainer[b-ue12j0c5j8] {
        font-size: 16px;
        padding-right: 15px;
    }

    .midcontainer[b-ue12j0c5j8] {
        color: var(--accent-base-color);
        font-family: Arial;
        font-size: 14px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {

    .anchor-button[b-ue12j0c5j8] {
        font-size: 14px;
    }
    .imagecs[b-ue12j0c5j8] {
        width: 120px;
        height: 20px;
    }

    .spacer[b-ue12j0c5j8] {
        display: none;
    }
    .frontcontainer[b-ue12j0c5j8] {
        font-size: small;
        padding-top: 5px;
        padding-left: 15px;
    }
    .lastcontainer[b-ue12j0c5j8] {
        font-size: small;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 15px;
    }

    .midcontainer[b-ue12j0c5j8] {
        color: var(--accent-base-color);
        font-family: Arial;
        font-size: small;
        padding-left: 15px;
    }
}

@media (max-width: 761px) and (max-height: 954px) {
    .app-title-section[b-ue12j0c5j8] {
        font-size: x-large;
    }
}

@media (max-width: 641px) and (max-height: 954px) {
    .app-title-section[b-ue12j0c5j8] {
        font-size: x-large;
    }
}

@media (min-resolution: 86dpi) and (max-resolution: 87dpi) and (max-width: 641px) {
    .app-title-section[b-ue12j0c5j8] {
        font-size: x-large;
    }
}

@media (min-resolution: 86dpi) and (max-resolution: 87dpi) and (max-width: 761px) {
    .app-title-section[b-ue12j0c5j8] {
        font-size: x-large;
    }
}

@media (max-width: 600px) {
    .app-title-section[b-ue12j0c5j8] {
        font-size: medium;
        text-align:center;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dwvujiiut8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dwvujiiut8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dwvujiiut8] {
    font-size: 1.1rem;
}

.oi[b-dwvujiiut8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dwvujiiut8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dwvujiiut8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dwvujiiut8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dwvujiiut8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dwvujiiut8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dwvujiiut8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dwvujiiut8] {
        display: none;
    }

    .collapse[b-dwvujiiut8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-dwvujiiut8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
