/* _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/AssetFilterComparer.razor.rz.scp.css */
.filter-view[b-lceroeifbb] {
    display: flex;
    flex-direction: column;
}

.filter-view .filter-view-border[b-lceroeifbb] {
    border-radius: 5px;
    border: 2px solid lightgray;
}

.filter-view .filter-view-limit[b-lceroeifbb] {
    max-width: 500px;
}

.filter-view .filter-view-child[b-lceroeifbb] {
    width: 100%;
}

.filter-view-container[b-lceroeifbb] {
    display: flex;
    flex-direction: row;
    padding: 5px;
    gap: 10px;
}

[b-lceroeifbb] .filter-group-operator {
    min-width: 50px;
    text-align: right;
}
/* _content/CMCore/Components/Filter/AssetFilterDataRow.razor.rz.scp.css */
.filter-view-item[b-nqplx4chzd] {
    display: flex;
    gap: 8px;
    height: 100%;
    align-items: center;
}

[b-nqplx4chzd] .filter-tag {
    border-radius: 5px;
    margin: 0 !important;
}

[b-nqplx4chzd] .filter-group-operator {
    min-width: 30px;
    text-align: right;
}
/* _content/CMCore/Components/Filter/AssetFilterViewer.razor.rz.scp.css */
.filter-view[b-9hyhl6hj0a] {
    display: flex;
    flex-direction: column;
}

.filter-view .filter-view-border[b-9hyhl6hj0a] {
    border-radius: 5px;
    border: 2px solid lightgray;
}

.filter-view-container[b-9hyhl6hj0a] {
    display: flex;
    flex-direction: row;
    padding: 5px;
    gap: 10px;
}

[b-9hyhl6hj0a] .filter-group-operator {
    min-width: 50px;
    text-align: right;
}
/* _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;
}
