/* _content/CMCore/Components/Bookmark/TableBookmark.razor.rz.scp.css */
.bookmark-content[b-1k1oqo0p4q] {
    width: 30em;
    display: flex;
    background: white;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.85);
    border: 1px solid #DDDEE0;
    border-radius: 3px;
    cursor: initial;
    z-index: 200;
}

[b-1k1oqo0p4q] .bookmark-button {
    margin-right: 10px;
}

[b-1k1oqo0p4q] .bookmark-button > span {
    display: flex;
    align-items: center;
    gap: 5px;
}

[b-1k1oqo0p4q] .bookmark-button:hover > span > svg,
[b-1k1oqo0p4q] .bookmark-button:hover > span > svg path {
    stroke: #1890FF;
    fill: #1890FF;
}

.bookmark-create-button[b-1k1oqo0p4q] {
    display: flex;
    width: 100%;
    cursor: pointer;
    font-size: 1.15em;
}

.bookmark-create-button:hover[b-1k1oqo0p4q] {
    color: #1890FF;
}

[b-1k1oqo0p4q] .bookmark-create-form-button {
    padding: 4px 10px;
}

[b-1k1oqo0p4q] .bookmark-create-form-button:hover,
[b-1k1oqo0p4q] .bookmark-create-form-button:hover span{
    color: #1890FF;
    background-color: white;
}

.bookmark-item[b-1k1oqo0p4q], 
.bookmark-item-editable[b-1k1oqo0p4q] {
    display: flex;
    font-size: 1.25em;
    padding: 10px 5px;
}

.bookmark-item:hover[b-1k1oqo0p4q] {
    background-color: #f5f5f5;
}

.bookmark-quick-access[b-1k1oqo0p4q] {
    display: flex;
    margin-right: .5em;
    width: 5%;
    align-items: center;
    cursor: pointer;
}

[b-1k1oqo0p4q] .quick-access-icon svg,
[b-1k1oqo0p4q] .quick-access-icon.filled svg {
    width: 1.25em;
    height: 1.25em;
}

[b-1k1oqo0p4q] .quick-access-icon:hover svg,
[b-1k1oqo0p4q] .quick-access-icon.filled svg {
    fill: #1890FF;
}

[b-1k1oqo0p4q] .quick-access-icon.filled:hover svg {
    fill: red;
}

.bookmark-item-content[b-1k1oqo0p4q] {
    flex: 1 1 auto;
    display: flex;
    gap: .5em;
    align-items: end;
}

.bookmark-item-actions[b-1k1oqo0p4q] {
    display: flex;
    justify-content: flex-end;
    gap: .5em;
}

[b-1k1oqo0p4q] .bookmark-action-icon,
[b-1k1oqo0p4q] .bookmark-action-icon svg {
    cursor: pointer;
    width: 1.25em;
    height: 1.25em;
}

[b-1k1oqo0p4q] .bookmark-action-icon:hover svg {
    fill: #1890FF;
}

[b-1k1oqo0p4q] .bookmark-action-icon.delete:hover svg,
[b-1k1oqo0p4q] .bookmark-action-icon.shared:hover svg {
    fill: red;
}

[b-1k1oqo0p4q] .bookmark-action-icon.shared svg {
    fill: #1890FF
}

.bookmark-create-form[b-1k1oqo0p4q] {
    display: flex;
    width: 100%;
}

.bookmark-create-form input[b-1k1oqo0p4q] {
    font-size: 1.25em;
}

.bookmark-footer[b-1k1oqo0p4q] {
    padding: 10px;
}

.quick-access[b-1k1oqo0p4q] {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    background-color: white;
}

.quick-access-content[b-1k1oqo0p4q] {
    display: flex;
    gap: 1.5em;
    font-size: 1.3em;
}

.quick-access-item:hover[b-1k1oqo0p4q] {
    color: #1890FF;
    text-decoration: underline;
    cursor: pointer;
}
/* _content/CMCore/Components/CmCard.razor.rz.scp.css */

.custom-card-title[b-det79eyuvm] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    padding: 0 0 15px 15px;
    margin: -8px 10px 27px 10px;
    border-bottom: 1px solid #D5D5D5;
}

.card-collapsable .custom-card-title[b-det79eyuvm] {
    cursor: pointer;
}

.card-title-only .custom-card-title[b-det79eyuvm] {
    border-bottom: none;
}

.custom-card[b-det79eyuvm] {
    height: fit-content;
    min-width: fit-content;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    background: #FEFEFE;
    padding: 30px 24px 10px 24px;
    margin-bottom: 20px;
    transition: all 0.15s ease-in-out;
}

.card-collapsable[b-det79eyuvm], .card-title-only[b-det79eyuvm] {
    overflow: hidden;
}

.card-title-only[b-det79eyuvm] {
    height: 68px;
}

.card-collapsable-arrow-icon[b-det79eyuvm] {
    margin-right: 18px;
    color: #898B8E;
    transition: all 0.15s ease-in-out;
}
/* _content/CMCore/Components/CmInputWrapper.razor.rz.scp.css */

.custom-input-wrapper[b-tnskeb3wf4] {
    display: flex;
    flex-flow: row wrap;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 24px;
}

.custom-label[b-tnskeb3wf4] {
    flex: 0 0 calc(var(--label-span) / 24 * 100%);
    max-width: calc(var(--label-span) / 24 * 100%);
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    position: relative;
    min-height: 1px;
    padding: 5px var(--label-padding-right) 0 0;
}

    .custom-label.label-with-control-switch[b-tnskeb3wf4] {
        padding: 0 var(--label-padding-right) 2px 0;
    }

    .custom-label.label-bold[b-tnskeb3wf4] {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        padding: 0 15px;
        white-space: break-spaces;
    }

    .custom-label.input-required[b-tnskeb3wf4]:before {
        content: "*";
        margin-right: 3px;
        color: red;
    }

.custom-input-control[b-tnskeb3wf4] {
    max-width: calc(var(--control-span) / 24 * 100%);
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: var(--control-flex-direction);
    position: relative;
    min-height: 1px;
}


/* _content/CMCore/Components/ColorSelection/MultiColorSelection.razor.rz.scp.css */
.color-selection[b-3u8pjotefa] {
}

.color-selection-header[b-3u8pjotefa] {
    display: flex;
    justify-content: space-between;
}

.color-selection-body[b-3u8pjotefa] {
    max-height: 62vh;
    overflow: auto;
}
/* _content/CMCore/Components/DataDisplay.razor.rz.scp.css */
/* https://github.com/ant-design-blazor/ant-design-blazor/pull/2158 */
[b-8ce3ty2lor] .tree-padding {
    padding: 5px 5px 5px 0;
}

.title-index[b-8ce3ty2lor] {
    display: inline-block;
    min-width: 4%;
    font-weight: 600
}
/* _content/CMCore/Components/DataDisplayTree/TreeNodeEditableItem.razor.rz.scp.css */
.title-index[b-e9hv63q8nd] {
    display: inline-block;
    min-width: 4%;
    font-weight: 600;
    overflow: hidden !important;
}

.propdisplay[b-e9hv63q8nd] {
    display: inline-block;
    /* width: 100%; */
    text-align: start;
    vertical-align: top;
}

.propbox[b-e9hv63q8nd] {
    position: relative;
    padding: 0 11px;
    color: rgba(0,0,0,.85);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
}

.text-truncate[b-e9hv63q8nd] {
    display: inline-block;
    width: 400px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/* _content/CMCore/Components/Filter/Internal/FilterRangeInput.razor.rz.scp.css */
.range-inputs[b-bppuf8h05s] {
    display: flex;
    gap: 0.5em;
    align-items: center;
}

[b-bppuf8h05s] .number-input, [b-bppuf8h05s] .date-input {
    width: 100%;
}
/* _content/CMCore/Components/Filter/Internal/InstanceFilterGroup.razor.rz.scp.css */
.filter-group.level-1[b-qju29if12w],
.filter-group.level-2[b-qju29if12w],
.filter-group.level-3[b-qju29if12w] {
    border-top: 1.5px solid #EEEFF2;
    margin-bottom: 0.5em;
}

.filter-group.level-1[b-qju29if12w] {
    border-left: 0.5em solid #00a2e8;
}

.filter-group.level-2[b-qju29if12w] {
    border-left: 0.5em solid #7079d3;
}

.filter-group.level-3[b-qju29if12w] {
    border-left: 0.5em solid #8e60bb;
}

.filter-group-body[b-qju29if12w] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.1s;
}

.filter-group-body.collapsed[b-qju29if12w] {
    max-height: 55vh;
    overflow-y: auto;
    transition: max-height 0.5s;
    padding: 0.625em 0.625em 0 0.625em;
}

.level-1 > .filter-group-body.collapsed[b-qju29if12w],
.level-2 > .filter-group-body.collapsed[b-qju29if12w],
.level-3 > .filter-group-body.collapsed[b-qju29if12w] {
    padding-right: 0;
}

.filter-group-footer[b-qju29if12w] {
    background: #F4F5F7;
    display: flex;
    align-items: center;
    padding-left: 0.625em;
}

[b-qju29if12w] .footer-button:hover {
    background: #DFE0E3;
}

[b-qju29if12w] .footer-button.toggled {
    background: #fff;
    box-shadow: inset #597EF7 0.5px 0.5px 1px 0px, inset #597EF7 -0.5px -0.5px 1px 0px;
    color: #50555A;
}

.filter-unit-button[b-qju29if12w],
.filter-group-button[b-qju29if12w] {
    position: relative;
}

.filter-unit-tooltip[b-qju29if12w],
.filter-group-tooltip[b-qju29if12w] {
    font-size: 11px;
    background: #41464E;
    opacity: 0;
    color: white;
    text-align: center;
    border-radius: 3px;
    padding: 3px 8px;
    user-select: none;
    transition: opacity 0.13s ease-in-out;
    position: absolute;
    z-index: 99999;
    white-space: nowrap;
    pointer-events: none;
/*    top: -30px;*/
    left: 100%;
}

.filter-unit-button:hover .filter-unit-tooltip[b-qju29if12w],
.filter-group-button:hover .filter-group-tooltip[b-qju29if12w] {
    opacity: 0.9;
    transition-delay: 0.5s;
}
/* _content/CMCore/Components/Filter/Internal/InstanceFilterItem.razor.rz.scp.css */
.filter-item[b-xuqe8foyr8] {
    display: flex;
    margin-bottom: 0.5em;
    gap: 0.5em;
}

[b-xuqe8foyr8] .property-select,
[b-xuqe8foyr8] .filter-detail-select {
    flex: 0.5;
}

[b-xuqe8foyr8] .filter-input {
    flex: 0.75;
}

[b-xuqe8foyr8] .filter-delete {
    flex: 0.10;
}

.filter-group-button[b-xuqe8foyr8] {
    position: relative;
}

.filter-group-tooltip[b-xuqe8foyr8] {
    font-size: 11px;
    background: #41464E;
    opacity: 0;
    color: white;
    text-align: center;
    border-radius: 3px;
    padding: 3px 8px;
    user-select: none;
    transition: opacity 0.13s ease-in-out;
    position: absolute;
    z-index: 99999;
    white-space: nowrap;
    pointer-events: none;
    right: 102%;
    top: 3px;
}

.filter-group-button:hover .filter-group-tooltip[b-xuqe8foyr8] {
    opacity: 0.9;
    transition-delay: 0.5s;
}
/* _content/CMCore/Components/MyCustomSwitch.razor.rz.scp.css */

.custom-switch-input[b-ug3t6hfy6a] {
    height: 0;
    width: 0;
    display: none;
}

.custom-switch-label[b-ug3t6hfy6a] {
    display: block;
    height: 18px;
    width: 32px;
    border: 1.5px solid var(--colorOff);
    border-radius: 10px;
    margin: 0 1px;
    position: relative;
    cursor: pointer;
    order: 2;
}

    .custom-switch-label[b-ug3t6hfy6a]::after {
        content: "";
        background: var(--colorOff);
        height: 7px;
        width: 7px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-140%, -52%);
        transition: all 0.2s ease-in-out;
    }

.custom-switch-input:checked + .custom-switch-label[b-ug3t6hfy6a] {
    border: 1.5px solid var(--colorOn);
}

    .custom-switch-input:checked + .custom-switch-label[b-ug3t6hfy6a]::after {
        height: 11px;
        width: 11px;
        background: var(--colorOn);
        transform: translate(10%, -52%);
    }

.custom-switch-input:checked ~ .custom-switch-text[b-ug3t6hfy6a] {
    color: var(--colorOn);
}

.custom-switch[b-ug3t6hfy6a] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.custom-switch-text[b-ug3t6hfy6a] {
    color: var(--colorOff);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    user-select: none;
}

.custom-switch-text-left[b-ug3t6hfy6a] {
    margin: 0.5px 12px 0 0;
    order: 1;
}

.custom-switch-text-right[b-ug3t6hfy6a] {
    margin: 0.5px 0 0 12px;
    order: 3;
}
/* _content/CMCore/Components/Pagination/PaginationBase.razor.rz.scp.css */
.pagination-start[b-tt66ysb9j3] {
    display: flex;
    justify-content: flex-start;
    margin-top: 1em;
}

.pagination-end[b-tt66ysb9j3] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1em;
}

.pagination-center[b-tt66ysb9j3] {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
