/* /Components/BorderStyle.razor.rz.scp.css */
.headerBox[b-trx8mvejfw] {
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
}

.headerImg[b-trx8mvejfw] {
    width: 40px;
    height: 40px;
}

.headerTitle[b-trx8mvejfw] {
    font-size: 24px;
    color: #4D82B8;
    font-weight: 100;
    margin: 0 0 0 15px;
    align-self: center;
}

.dialogBox[b-trx8mvejfw] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contentBox[b-trx8mvejfw] {
    display: flex;
    margin-top: 20px;
    padding-left: 10px;
}

.contentColumn[b-trx8mvejfw] {
    flex: 1;
}

.buttonGroupBox[b-trx8mvejfw] {
    display: flex;
    flex-direction: column;
}

.groupButton[b-trx8mvejfw] {
    color: #505050;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: max-content;
    font-size: 15px;
    user-select: none;
    opacity: 0.6;
}

    .groupButton:hover[b-trx8mvejfw] {
        opacity: 1;
    }

.selectedGroupButton[b-trx8mvejfw] {
    color: #505050;
    font-weight: 400;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
    width: max-content;
    font-size: 15px;
    border-left: 3px solid #00597C;
    user-select: none;
}


.titleBox[b-trx8mvejfw] {
    height:34px;
    display: flex;
    align-items: center;
}

.titleText[b-trx8mvejfw] {
    color: #505050;
    font-size: 12px;
}

.titleLine[b-trx8mvejfw] {
    background-color: black;
    flex: 1;
    height: 2px;
    opacity: 0.1;
}

.opacityText[b-trx8mvejfw] {
    opacity: 0.4;
    margin-right: 10px;
}

.titleTextDisabled[b-trx8mvejfw] {
    color: #505050;
    padding: 10px;
    opacity: 0.5;
}

.inputBox[b-trx8mvejfw] {
    padding-top:8px;
    height:34px;
    display: flex;
}

.emptyBox[b-trx8mvejfw] {
    width: 21px;
}

.inputBoxBorder[b-trx8mvejfw] {
    padding: 7px 0;
    display: flex;
}

.overrideBox[b-trx8mvejfw] {
    display: flex;
    height: 34px;
}

.overrideLine[b-trx8mvejfw] {
    width: 90%;
    background-color: black;
    height: 2px;
    opacity: 0.1;
    align-self: center;
}

.numberInput[b-trx8mvejfw] {
    width: 40px;
    height: 20px;
    padding-left:2px;
}

.colorBox[b-trx8mvejfw] {
    width: 46px;
    height: 20px;
    margin-left: 20px;
    border: 0.5px solid #EAEAEA;
    cursor: pointer;
    background-image: url(img/colorpicker.png);
    position: relative;
}

    .colorBox:hover[b-trx8mvejfw] {
        border: 0.5px solid #CEE5F6;
    }

.colorBoxEmpty[b-trx8mvejfw] {
    width: 46px;
    height: 20px;
    margin-left: 20px;
    border: 0.5px solid #EAEAEA;
    cursor: pointer;
    background-image: url(img/emptycolor.svg);
    background-size:100% 100%;
    position: relative;
}

    .colorBoxEmpty:hover[b-trx8mvejfw] {
        border: 0.5px solid #CEE5F6;
    }

.marginLeft[b-trx8mvejfw]{
    margin-left: 0 !important;
}

.colorFill[b-trx8mvejfw] {
    width: 100%;
    height: 100%;
    position: absolute;
}

.backgroundColorBox[b-trx8mvejfw] {
    width: 46px;
    height: 19px;
    background: lightgrey;
    border: 0.5px solid black;
    cursor: pointer;
}

.clearIcon[b-trx8mvejfw] {
    width:20px;
    height:20px;
    cursor: pointer;
}

input[type=number][b-trx8mvejfw]::-webkit-inner-spin-button {
    opacity: 1
}

input[type=number][b-trx8mvejfw] {
    border: 1px solid #7A7A7A
}

    input[type=number]:hover:not(:focus)[b-trx8mvejfw] {
        border: 1px solid #7A7A7A;
    }

    input[type=number]:focus[b-trx8mvejfw] {
        outline: none;
        border: 1px solid #0078D7
    }


.actionButtonsBox[b-trx8mvejfw] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 7px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.confirmButton[b-trx8mvejfw] {
    border: 1px solid #999999;
    width: 90px;
    height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    user-select: none;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

.cancelButton[b-trx8mvejfw] {
    border: 1px solid #999999;
    width: 90px;
    height: 18px;
    margin-left: 8px;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

    .confirmButton:hover[b-trx8mvejfw], .cancelButton:hover[b-trx8mvejfw] {
        background-color: #D4EDFF;
    }
/* /Components/ConsumerEdit/Consumer/CriteriaBarConfig/ConsumerEditCriteriaBarConfigDialog.razor.rz.scp.css */
[b-ssfqi74a3t] .mud-inherit-text, .txt-style[b-ssfqi74a3t] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.layout-container[b-ssfqi74a3t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    overflow-x: auto;
    height: 100%;
}

.left-box[b-ssfqi74a3t] {
    grid-column: 1 / 2;
    grid-row: 1 / 4; /* Spans all three rows */
    border: 1px solid #BDBDBD;
    min-width: 336px;
}

.box-header[b-ssfqi74a3t] {
    border-bottom: 1px solid #BDBDBD;
    display: flex;
    align-items: center;
    height: 22px;
    padding: 0px 9px;
}

.footer[b-ssfqi74a3t] {
    height: 51px;
    background: #F0F0F1;
    display: flex;
    justify-content: flex-end;
    gap: 1px;
    padding: 15px 20px 15px 0;
    margin-top: 25px !important;
}

.right-box[b-ssfqi74a3t] {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    border-right: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid #BDBDBD;
    min-width: 336px;
}

.consumerEditItemSettingsDialog img[b-ssfqi74a3t] {
    height: 14px;
}

.selectable-name[b-ssfqi74a3t] {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.folder-header[b-ssfqi74a3t] {
    display: flex;
    align-items: center;
    padding: 2px 9px;
    height: 22px;
}

.item-header[b-ssfqi74a3t] {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    height: 22px;
    width: 100%;
}

.left-box .item-header[b-ssfqi74a3t] {
    width: calc(100% - 21px);
}

    .folder .item-header[b-ssfqi74a3t] {
        padding-left: 10px !important;
    }

.folder-name[b-ssfqi74a3t],
.item-name[b-ssfqi74a3t] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
}

.folder-name[b-ssfqi74a3t] {
    max-width: calc(100% - 40px);
}

.expand-collapse-folder[b-ssfqi74a3t] {
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    background-image: url(img/ExpandCollapseFolder.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -3px;
    transform: rotate(180deg);
}

.collapsed[b-ssfqi74a3t] {
    transform: rotate(0deg);
}

.highlight-on-hover:hover[b-ssfqi74a3t] {
    background: #D3EDFF;
    cursor: pointer;
}
/* /Components/ConsumerEdit/Consumer/DataObjectConfig/ConsumerEditDataObjectConfigDialog.razor.rz.scp.css */
#consumer-edit-data-object-dialog .dialog-body[b-xk55p3nks8] {
    padding-bottom: 0px;
}

#consumer-edit-data-object-dialog .metadata-checkmark[b-xk55p3nks8] {
    position: absolute;
    bottom: -1px;
    right: 1px;
    height: 8px !important;
}

#consumer-edit-data-object-dialog .item-icon-wrapper[b-xk55p3nks8] {
    position: relative;
    width: 14px;
    height: 14px;
}

#consumer-edit-data-object-dialog #option-tabs[b-xk55p3nks8] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
}

#consumer-edit-data-object-dialog .option-tab[b-xk55p3nks8] {
    border-bottom: 1px solid #ADB4BD;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    text-transform: uppercase;
    white-space: nowrap;
    gap: 5px;
    height: 100%;
    padding: 0px 8px;
    padding-bottom: 1px;
    color: #ADB4BD;
    flex: 1 1 auto;
    overflow: hidden;
}

    #consumer-edit-data-object-dialog .option-tab .option-title[b-xk55p3nks8] {
        max-width: calc(100% - 28px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #consumer-edit-data-object-dialog .option-tab .option-icon[b-xk55p3nks8] {
        height: 18px;
        width: 18px;
        min-height: 18px;
        min-width: 18px;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: center;
    }

    #consumer-edit-data-object-dialog .option-tab #option-dimension-icon[b-xk55p3nks8] {
        background-image: url(img/LevelNotActive.svg);
    }

    #consumer-edit-data-object-dialog .option-tab.selected #option-dimension-icon[b-xk55p3nks8] {
        background-image: url(img/LevelActive.svg);
    }

    #consumer-edit-data-object-dialog .option-tab #option-measure-icon[b-xk55p3nks8] {
        background-image: url(img/MeasureNotActive.svg);
    }

    #consumer-edit-data-object-dialog .option-tab.selected #option-measure-icon[b-xk55p3nks8] {
        background-image: url(img/MeasureActive.svg);
    }

    #consumer-edit-data-object-dialog .option-tab #option-userdimension-icon[b-xk55p3nks8] {
        background-image: url(img/UserDimensionSharedNotActive.svg);
    }

    #consumer-edit-data-object-dialog .option-tab.selected #option-userdimension-icon[b-xk55p3nks8] {
        background-image: url(img/UserDimensionSharedActive.svg);
    }

    #consumer-edit-data-object-dialog .option-tab.selected[b-xk55p3nks8] {
        border-bottom: 2px solid #4D82B8;
        color: #4D82B8;
        padding-bottom: 0px;
    }

#consumer-edit-data-object-dialog .dropzone-folder[b-xk55p3nks8],
#consumer-edit-data-object-dialog .dropzone-item[b-xk55p3nks8] {
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    background-color: #FFFFFF;
}

#consumer-edit-data-object-dialog .collapsed .dropzone-item[b-xk55p3nks8] {
    display: none;
}

#consumer-edit-data-object-dialog .collapsed .dropzone-folder[b-xk55p3nks8] {
    margin-bottom: 0px;
}

#consumer-edit-data-object-dialog .option-container[b-xk55p3nks8] {
    padding: 4px;
    overflow-x: auto;
    height: calc(100% - 35px);
}

#consumer-edit-data-object-dialog .dropzone-folder img[b-xk55p3nks8],
#consumer-edit-data-object-dialog .dropzone-item img[b-xk55p3nks8] {
    height: 14px;
}

#consumer-edit-data-object-dialog .dropzone-container[b-xk55p3nks8] {
    padding: 4px;
}

#consumer-edit-data-object-dialog .dropzone-item-placeholder[b-xk55p3nks8] {
    border: 1px dashed #A0A0A0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    color: #A0A0A0;
    position: absolute;
    margin: 8px 0px;
    width: 100%;
}

#consumer-edit-data-object-dialog .dropzone-item-placeholder-container[b-xk55p3nks8] {
    position: absolute;
    width: calc(100% - 16px);
    left: 8px;
}

#consumer-edit-data-object-dialog .dropzone-allowed + .dropzone-item-placeholder-container .dropzone-item-placeholder[b-xk55p3nks8] {
    border: 1px dashed #4D82B8 !important;
    color: transparent;
}

#consumer-edit-data-object-dialog .dropzone-forbidden + .dropzone-item-placeholder-container .dropzone-item-placeholder[b-xk55p3nks8] {
    display: none;
}

#consumer-edit-data-object-dialog .axis[b-xk55p3nks8] {
    width: 100%;
    height: 33%;
    overflow: hidden;
    padding: 4px;
    position: relative;
}

#consumer-edit-data-object-dialog .axis-header[b-xk55p3nks8] {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 15px;
    height: 17px;
}

#consumer-edit-data-object-dialog #options-container[b-xk55p3nks8],
#consumer-edit-data-object-dialog #selected-container[b-xk55p3nks8] {
    border-radius: 5px;
    height: 100%;
    overflow: auto;
    border: 1px solid #BDBDBD;
    background-color: #FFFFFF;
    flex: 1 1 0;
}

#consumer-edit-data-object-dialog #consumer-edit-data-object-body[b-xk55p3nks8] {
    display: flex;
    gap: 20px;
    height: calc(100% - 40px);
}

#consumer-edit-data-object-dialog #refreshCrosstabPreviewContainer[b-xk55p3nks8] {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 40px;
}

#consumer-edit-data-object-dialog .option-container-outer[b-xk55p3nks8] {
    padding: 0px 10px;
}

#consumer-edit-data-object-dialog #drop-container[b-xk55p3nks8] {
    height: 100%;
    max-width: 944px;
    flex: 1 1 60%;
}

#consumer-edit-data-object-dialog #preview-container[b-xk55p3nks8] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    flex: 1 1 40%;
    position: relative;
    overflow: hidden;
}

#consumer-edit-data-object-dialog #preview-padding[b-xk55p3nks8] {
    position: relative;
    padding: 8px;
    max-width: 794px;
    max-height: 100%;
    border: 1px solid #BDBDBD;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: auto;
}

#consumer-edit-data-object-dialog #preview[b-xk55p3nks8] {
    height: 100%;
    width: 100%;
    position: relative;
}

#consumer-edit-data-object-dialog #refreshCrosstabPreview[b-xk55p3nks8] {
    background: #F0F0F1;
}

#consumer-edit-data-object-dialog #refreshCrosstabPreview img[b-xk55p3nks8] {
    height: 14px;
    margin-left: 5px;
}

#consumer-edit-data-object-dialog .dropzone-item-title[b-xk55p3nks8] {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 100%;
    width: 100%;
}

#consumer-edit-data-object-dialog .axis .dropzone-item-title[b-xk55p3nks8] {
    width: calc(100% - 14px);
}

    #consumer-edit-data-object-dialog .dropzone-item-name[b-xk55p3nks8] {
        text-overflow: ellipsis;
        white-space: pre;
        width: calc(100% - 24px);
        overflow: hidden;
    }

#consumer-edit-data-object-dialog .dropzone-folder .dropzone-item-title[b-xk55p3nks8] {
    width: calc(100% - 18px);
}

#consumer-edit-data-object-dialog .expand-collapse-btn[b-xk55p3nks8] {
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    background-image: url(img/ExpandCollapseFolder.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

#consumer-edit-data-object-dialog .collapsed .expand-collapse-btn[b-xk55p3nks8] {
    transform: rotate(180deg);
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .member-property {
    margin: 8px 0px 8px 25px;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog #options-container .dropzone-allowed {
    box-shadow: none;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .axis .mud-drop-item:not(.mud-drop-item-preview-start) {
    margin: 8px 4px;
    background-color: #FFFFFF;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog #options-container .mud-drop-item.level,
[b-xk55p3nks8]#consumer-edit-data-object-dialog #options-container .folder .mud-drop-item {
    margin-left: 29px;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog #options-container .folder .mud-drop-item.level {
    margin-left: 58px;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .mud-drop-item.disabled {
    cursor: not-allowed !important;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .mud-dropitem-placeholder {
    border: 1px dashed #4D82B8 !important;
    border-radius: 4px;
    margin: 8px 4px;
    height: 35px;
    width: calc(100% - 8px);
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .mud-dropitem-placeholder {
    background-color: #FFFFFF;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .axis .mud-drop-zone {
    border-radius: 5px;
    z-index: 1000;
    height: 100%;
    padding-top: 4px;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .option-container .mud-drop-item {
    margin-bottom: 8px;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .option-container .dropzone-folder + .mud-drop-item {
    margin-top: 8px;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .option-container .collapsed .mud-drop-item {
    margin-bottom: 0px;
}

[b-xk55p3nks8]#consumer-edit-data-object-dialog .mud-drop-zone.dropzone-allowed {
    padding-bottom: 0px;
}

@media screen and (max-width: 1400px) {
    #consumer-edit-data-object-dialog .option-tab[b-xk55p3nks8] {
        flex: 1 1 34px;
    }

    #consumer-edit-data-object-dialog .option-tab.selected[b-xk55p3nks8] {
        flex: 1 1 auto;
    }
}
/* /Components/ConsumerEdit/Designer/DataObjectConfig/ConsumerEditObjConfigDialog.razor.rz.scp.css */
body[b-9fgwrrp0gu] {
}

[b-9fgwrrp0gu] .mud-inherit-text, .txt-style[b-9fgwrrp0gu] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.smallerArrows[b-9fgwrrp0gu]::-webkit-inner-spin-button {
    transform: scale(.75);
}

.header-text[b-9fgwrrp0gu] {
    margin-left: 10px;
    font-family: 'Segoe UI';
    font-weight: 350;
    font-size: 26px;
    color: #6291C2;
    padding-bottom: 12px;
}

.number-input[b-9fgwrrp0gu] {
    width: 38px;
    height: 16px;
    font-size: 10px !important;
    color: #000 !important;
    border: 0.5px solid #646464;
    padding-left: 2px;
}
/* /Components/ConsumerEdit/Designer/DocumentConfig/ConsumerEditDocConfigDialog.razor.rz.scp.css */
.searchbox[b-w5rj52u0zo] {
    border-bottom: 1px solid #979797;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 35px;
}

.searchbox img[b-w5rj52u0zo] {
    height: 100%;
}

.searchbox-disabled *[b-w5rj52u0zo] {
    display: none;
}

.searchbox input[b-w5rj52u0zo] {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    outline: none;
}

.selected-style[b-w5rj52u0zo] {
    background-color: #00597C !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    justify-content: center;
    align-items: center;
}

.default-style[b-w5rj52u0zo] {
    background-color: #F2F2F2 !important;
    color: #505050 !important;
    font-weight: 700 !important;
    justify-content: center;
    align-items: center;
}

#layout-container[b-w5rj52u0zo] {
    height: calc(100% - 35px);
    display: flex;
}

    #layout-container > div[b-w5rj52u0zo] {
        height: 100%;
        width: 50%;
    }

#consumer-edit-tabs > button[b-w5rj52u0zo] {
    width: calc((100% - 15px) / 4);
    height: 100%;
    border-radius: 4px;
}

    #consumer-edit-tabs > button:not(:last-child)[b-w5rj52u0zo] {
        margin-right: 5px;
    }

#consumer-edit-tabs[b-w5rj52u0zo] {
    height: 24px;
    margin-bottom: 10px;
}
/* /Components/ConsumerEdit/Designer/DocumentConfig/SelectableItems/ConsumerEditMetadataList.razor.rz.scp.css */
.config-selection-dialog[b-slo7b56yrv] {
    height: 100%;
}

.config-content[b-slo7b56yrv] {
    overflow: auto;
    height: calc(100% - 29px);
}

.loading[b-slo7b56yrv] {
    cursor: wait; /* Changes the cursor to the "wait" spinner */
}

#selectDatabase[b-slo7b56yrv] {
    width: 100%;
    height: 100%;
    border-right: 4px solid #E1E1E1;
    padding: 0 0 0 4px;
    background: #E1E1E1;
}

    #selectDatabase > option:disabled[b-slo7b56yrv] {
        display: none;
    }

.highlight-on-hover:hover[b-slo7b56yrv] {
    background: #D3EDFF;
    cursor: pointer;
}

[b-slo7b56yrv] .mud-inherit-text, .txt-style[b-slo7b56yrv] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.consumer-edit-item-list img[b-slo7b56yrv] {
    height: 14px;
}

.consumer-edit-item-list-header[b-slo7b56yrv] {
    border-bottom: 1px solid #979797;
    padding: 5px 8px;
}

.consumer-edit-item-list-body[b-slo7b56yrv] {
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2px 0px 6px 0px;
}

.collapsed .item-header[b-slo7b56yrv] {
    display: none !important;
}

.selectable-name[b-slo7b56yrv] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.folder-header[b-slo7b56yrv],
.item-header[b-slo7b56yrv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 4px;
    height: 22px;
}

.folder .item-header[b-slo7b56yrv] {
    padding-left: 10px !important;
}

.expand-collapse-btn[b-slo7b56yrv] {
    height: 18px;
    width: 18px;
    background-image: url(img/ExpandCollapseFolder.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -3px;
    transform: rotate(180deg);
    cursor: pointer;
}

    .expand-collapse-btn.disabled[b-slo7b56yrv] {
        cursor: default;
        opacity: 0.7;
        pointer-events: none;
    }

.collapsed .expand-collapse-btn[b-slo7b56yrv] {
    transform: rotate(0deg);
}
/* /Components/ConsumerEdit/Designer/DocumentConfig/SelectedItems/ConsumerEditItemList.razor.rz.scp.css */
.consumer-edit-item-list img[b-yy8467a95o] {
    height: 14px;
}

.consumer-edit-item-list-header[b-yy8467a95o] {
    border-bottom: 1px solid #979797;
    padding: 5px 8px;
    height: 24px;
}

.consumer-edit-item-list-body[b-yy8467a95o] {
    padding: 4px;
    overflow: auto;
    display:flex;
    flex-direction:column;
    height: 100%
}

.collapsed .item-header[b-yy8467a95o] {
    display: none !important;
}

.selectable-name[b-yy8467a95o] {
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(100% - 60px);
}

.folder-header[b-yy8467a95o],
.item-header[b-yy8467a95o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 4px;
    height: 19px;
}

.folder-name[b-yy8467a95o],
.item-name[b-yy8467a95o] {
    max-width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
}

.folder .item-header[b-yy8467a95o] {
    padding-left: 24px !important;
}

.item-header[b-yy8467a95o] {
    margin: 0px -4px;
    padding: 0px 8px;
}

.item-header.selected[b-yy8467a95o] {
    background: #D3EDFF;
}

.expand-collapse-btn[b-yy8467a95o] {
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    background-image: url(img/ExpandCollapseFolder.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -3px;
    cursor: pointer;
}

.expand-collapse-btn.disabled[b-yy8467a95o] {
    cursor: default;
    opacity: 0.7;
    pointer-events: none;
}

.collapsed .expand-collapse-btn[b-yy8467a95o] {
    transform: rotate(180deg);
}
/* /Components/ConsumerEdit/Designer/DocumentConfig/SelectedItems/ItemConfig/ConsumerEditItemConfigDialog.razor.rz.scp.css */
[b-jpwdmyhcke] .mud-inherit-text, .txt-style[b-jpwdmyhcke] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.mt-minus-1[b-jpwdmyhcke] {
    margin-top: -1px;
}

.mt-minus-2[b-jpwdmyhcke] {
    margin-top: -2px;
}

.radio-row[b-jpwdmyhcke] {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.radio-label[b-jpwdmyhcke] {
    width: 213px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #505050;
}
/* /Components/CreateFolderDialog/CreateFolderDialog.razor.rz.scp.css */
body[b-29sxjylsap] {
}
/* /Components/Dialogs/ConfirmDialog.razor.rz.scp.css */
.confirm-dialog-overlay[b-g8aq2vbsj3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-dialog[b-g8aq2vbsj3] {
    background: white;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    min-width: 350px;
    max-width: 400px;
    cursor: default !important;
}

.dialog-icon[b-g8aq2vbsj3] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.text-container[b-g8aq2vbsj3] {
    display: flex;
    flex-direction: column;
    margin-left: 7px;
}

.dialog-btn-anywhere-grey:focus[b-g8aq2vbsj3] {
    border: 1px solid #4a90e2; /* Thin blue border on focus */
    cursor: pointer;
}


/* /Components/Dialogs/DeleteDialog.razor.rz.scp.css */
[b-h73sx4m2or] .mud-inherit-text, .txt-style[b-h73sx4m2or] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #505050 !important;
}
/* /Components/ETLJobs/ETLJobsDialog.razor.rz.scp.css */
td[b-e8h47u207b] {
    padding: 5px;
}

    td img[b-e8h47u207b] {
        height: 1.2em;
        margin-top: 4px;
    }

table[b-e8h47u207b] {
    text-align: left;
    position: relative;
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
}

.selected td[b-e8h47u207b] {
    background: #D3EDFF;
}

th[b-e8h47u207b], td[b-e8h47u207b] {
    border-bottom: 1px solid #BDBDBD;
    user-select: none;
}

th[b-e8h47u207b] {
    position: sticky;
    top: 0;
    background: #E6E8EC;
    padding: 7px 5px
}

.dialog-body[b-e8h47u207b] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#table-container[b-e8h47u207b] {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 355px;
    flex: 1 1 auto;
}

#save-selected-btn[b-e8h47u207b] {
    flex: 0 1 auto;
    padding-top: 2px;
}

    #save-selected-btn img[b-e8h47u207b] {
        height: 1.8em;
        cursor: pointer;
    }

        #save-selected-btn img.disabled[b-e8h47u207b] {
            opacity: 0.4;
            cursor: context-menu;
        }

/* Styling the scrollbar */
[b-e8h47u207b]::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
    height: 8px;
}

[b-e8h47u207b]::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the tracking area */
}

[b-e8h47u207b]::-webkit-scrollbar-thumb {
    background-color: #CDE6F7; /* color of the scroll thumb */
    border-radius: 10px; /* roundness of the scroll thumb */
    border: 2px solid #CDE6F7; /* creates padding around scroll thumb */
}
/* /Components/ForecastDialog/Forecast.razor.rz.scp.css */
/* Main container */
.dialogContainer[b-lklfcpyec7] {
    display: flex;
    flex-direction: column;
    /* t, r, b, l */
    padding: 0 13px 12px 16.75px;
    height: 100vh;
}

/* Header */
.dialogHeader[b-lklfcpyec7] {
    display: inline-flex;
    align-items: center;
    gap: 16.75px;
    margin-bottom: 17.75px;
}

.headerLogo[b-lklfcpyec7] {
    width: 45px;
}

.headerTitle[b-lklfcpyec7] {
    color: #4D82B8;
    font-size: 26px;
    font-weight: 300;
    margin: 0;
}

/* Content section */
.dialogContent[b-lklfcpyec7] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 0 64.25px;
    gap: 15px;
}

.dialogRow[b-lklfcpyec7] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.titleBox[b-lklfcpyec7], .inputBox[b-lklfcpyec7] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

/* Settings rows - title */
.titleBox[b-lklfcpyec7] {
    width: 100%;
    height: 100%;
}

.rowTitle[b-lklfcpyec7] {
    font-size: 12px;
    color: #505050;
}

.infoLogo[b-lklfcpyec7] {
    margin-top: 2px;
    width: 10px;
}

/* Settings rows - input */
.inputBox[b-lklfcpyec7] {
    min-width: 211px;
}

.inputCheckbox[b-lklfcpyec7] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 0;
    cursor: pointer;
    background-image: url("img/Checkbox.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    .inputCheckbox:checked[b-lklfcpyec7] {
        background-image: url("img/CheckboxChecked.svg");
    }

.inputText[b-lklfcpyec7] {
    font-size: 12px;
    color: #505050;
}

.inputNumber[b-lklfcpyec7] {
    font-size: 12px;
    width: 37px;
    height: 24px;
    text-align: left;
    border: 1px solid #505050;
    border-radius: 3px;
}
    /* Make arrows visible */
    .inputNumber[b-lklfcpyec7]::-webkit-inner-spin-button,
    .inputNumber[b-lklfcpyec7]::-webkit-outer-spin-button {
        /*opacity: 1;*/
        background-color: #EAEAEA;
    }


/* Help row */
.helpRow[b-lklfcpyec7] {
    gap: 5px;
}

.helpLink[b-lklfcpyec7] {
    font-size: 12px;
    color: #0065FF;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .helpLink:hover[b-lklfcpyec7] {
        color: #0056b3;
    }

/* Action buttons */
.dialogActions[b-lklfcpyec7] {
    flex-grow: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.actionButton[b-lklfcpyec7] {
    width: 101px;
    height: 21px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #979797;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .actionButton:hover[b-lklfcpyec7] {
        background-color: #D4EDFF;
    }
/* /Components/SaveDialog/SaveDialog.razor.rz.scp.css */
.tableRows[b-lczg3i848n] {
    gap: 5px;
    padding-left: 3px;
}

    .tableRows:hover[b-lczg3i848n] {
        background-color: #d3edff;
        cursor: pointer;
    }

.save-dialog[b-lczg3i848n] {
    font-family: 'Segoe UI';
    font-size: 12px;
    height: 600px;
    width: 484px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #FFF;
}

.save-dialog-header[b-lczg3i848n] {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.save-dialog-header-text[b-lczg3i848n] {
    margin: 0;
    font-family: 'Segoe UI';
    font-weight: 350;
    font-size: 26px;
    color: #6291C2;
}

.save-dialog-location[b-lczg3i848n] {
    width: 300px;
    height: auto;
    border: 1px solid #E6E8EC;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 3px;
    flex-wrap: wrap;
}

.save-dialog-location-item[b-lczg3i848n] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.save-dialog-location-item-icon[b-lczg3i848n] {
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.save-dialog-content-area[b-lczg3i848n] {
    height: 359px;
    width: 300px;
    overflow-y: auto;
    border: 1px solid #E6E8EC;
    margin-left: 90px;
    margin-top: 5px;
}

.folder-input[b-lczg3i848n] {
    border: 1px solid #E6E8EC;
    padding-left: 3px;
    width: 300px;
    height: 23px;
}

.add-folder-icon[b-lczg3i848n] {
    width: 16px;
    height: 14px;
    margin: 7px 0px 0px 5px;
}

.folder-arrow[b-lczg3i848n] {
    width: 11px;
    height: 11px;
    transform: rotate(270deg);
}

.folder-buttons[b-lczg3i848n] {
    justify-content: flex-end;
    margin-right: 50px;
    padding-top: 12px;
}

.folder-btn[b-lczg3i848n] {

}
    .folder-btn:hover:not(:disabled)[b-lczg3i848n] {
        text-decoration: underline;
    }
/* /Components/ScheduledJobDialog/Components/ScheduledJobDashboardsComponent.razor.rz.scp.css */
.bottom-right-button[b-s4wmint2ec] {
    position: absolute;
    bottom: 5; /* Place at the bottom of the container */
    right: 5; /* Place at the right of the container */
    background: none;
    border: none;
    cursor: pointer;
}

.image-gallery[b-s4wmint2ec] {
    display: flex;
    flex-direction: row;
    overflow-x: auto; /* Enable horizontal scrolling */
    width: 480px; /* Fixed width of the dialog */
    padding: 10px 0; /* Padding top and bottom */
    margin-left:10px;
    margin-right:10px;
}

.image-container[b-s4wmint2ec] {
    flex: 0 0 175px; /* Flexbox: no grow, no shrink, basis 180px */
    margin-right: 10px; /* Space between images */
    height: auto;
}

    .image-container img[b-s4wmint2ec] {
        width: 100%; /* Make the image fill the container */
        height: 95px; /* Keep image aspect ratio */
        display: block; /* Remove extra space below the image */
    }

.button-container[b-s4wmint2ec] {
    width: 100%; /* Full width */
    display: flex;
    justify-content: flex-end; /* Align buttons to the right */
    padding: 3px;
    background-color: #E6E8EC;
}

.text-container[b-s4wmint2ec] {
    width: 100%; /* Full width */
    text-align: center; /* Center the text */
    margin-top: 2px; /* Space above the text */
}

.right-aligned-button[b-s4wmint2ec] {
    margin-left: 3px; /* Space between buttons */
}

/* Styling the scrollbar */
.image-gallery[b-s4wmint2ec]::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
    height: 8px;
}

.image-gallery[b-s4wmint2ec]::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the tracking area */
}

.image-gallery[b-s4wmint2ec]::-webkit-scrollbar-thumb {
    background-color: #CDE6F7; /* color of the scroll thumb */
    border-radius: 10px; /* roundness of the scroll thumb */
    border: 2px solid #CDE6F7; /* creates padding around scroll thumb */
}




/* /Components/ScheduledJobDialog/Components/ScheduledJobDynamicDistributionComponent.razor.rz.scp.css */
[b-0meumadxax] .mud-inherit-text, .txt-style[b-0meumadxax] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.menu-container[b-0meumadxax] {
    position: relative;
    display: inline-block;
}

.custom-menu[b-0meumadxax] {
    position: absolute;
    /*top: calc(100% + 10px);*/ /* Place menu 10px below the activator */
    left: 0;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    min-width: 150px; /* Adjust as needed */
    width: auto;
    z-index: 1000;
    white-space: nowrap;
    /*padding: 8px 0;*/ /* Optional: padding for the menu items */
}

.menu-item[b-0meumadxax] {
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .menu-item:hover[b-0meumadxax] {
        background-color: #f0f0f0; /* Optional: hover effect */
    }

.switch[b-0meumadxax] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
    margin-top: 5px;
    margin-left: 1px;
}

    .switch input[b-0meumadxax] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-0meumadxax] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00597C;
}

    .slider[b-0meumadxax]:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: white;
        box-shadow: 0px 0px 0px 1px #00597C;
    }

input:checked + .slider[b-0meumadxax] {
    background-color: #00597C;
    box-shadow: 0px 0px 0px 1px #00597C;
}


input:focus + .slider[b-0meumadxax] {
}

input:checked + .slider[b-0meumadxax]:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(15px);
}
/* Rounded sliders */
.slider.round[b-0meumadxax] {
    border-radius: 10px;
}

    .slider.round[b-0meumadxax]:before {
        border-radius: 50%;
    }
/* /Components/ScheduledJobDialog/Components/ScheduledJobFilterComponent.razor.rz.scp.css */
.filter-dialog[b-liceo9cb6l] {
    overflow: auto; /* Enables scrollbar */
    padding: 3px;
}

.filter-content div[b-liceo9cb6l] {
    padding: 1px;
    /*border-bottom: 1px solid #eee;*/
}

/* Styling the scrollbar */
.filter-dialog[b-liceo9cb6l]::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
}

.filter-dialog[b-liceo9cb6l]::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the tracking area */
}

.filter-dialog[b-liceo9cb6l]::-webkit-scrollbar-thumb {
    background-color: #CDE6F7; /* color of the scroll thumb */
    border-radius: 10px; /* roundness of the scroll thumb */
    border: 2px solid #CDE6F7; /* creates padding around scroll thumb */
}
/* /Components/ScheduledJobDialog/Components/ScheduledJobFormatComponent.razor.rz.scp.css */
.textbox[b-v9xh67n6ui] {
    width: 200px;
    height: 24px;
    font-size: 12px !important;
}

.header-with-line[b-v9xh67n6ui] {
    display: flex;
    align-items: center; /* Align items vertically in the center */
}

    .header-with-line h1[b-v9xh67n6ui] {
        font-family: 'Segoe UI';
        font-weight: 400;
        font-size: 11px;
        color: #CCCCCC;
        margin-right: 10px; /* Space between the h1 and the line */
    }

.line-container[b-v9xh67n6ui] {
    flex-grow: 1; /* Take up remaining space */
    height: 1px; /* Height of the line */
    display: flex; /* Ensures the line inside stretches to full width */
}

.line[b-v9xh67n6ui] {
    background-color: #CCCCCC;
    width: 100%; /* Stretch line to full width of its container */
    height: 100%; /* Full height of the container for visibility */
    margin-top: 2px;
}

.checkbox-label[b-v9xh67n6ui] {
    margin-left: 5px; /* Spacing between checkbox and label */
}

.textbox[disabled][b-v9xh67n6ui] {
    background-color: white; /* Set to your desired background color */
}

.label-style[b-v9xh67n6ui] {
    width: 140px;
    display: inline-block;
    font-weight: 600 !important;
}

.size-button[b-v9xh67n6ui] {
    margin-top: 5px; /* Space between buttons */
    color: #000;
    font-family: "Segoe UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
    .size-button:disabled[b-v9xh67n6ui] {
        color: #CCCCCC;
    }

    .size-button:not(:disabled):hover[b-v9xh67n6ui] {
        text-decoration: underline;
        cursor: pointer;
    }

.button-list[b-v9xh67n6ui] {
    display: flex;
    flex-direction: column; /* This will stack the buttons vertically */
    align-items: flex-start; /* Aligns buttons to the start of the flex container */
    margin-top: 5px;
    margin-left: 10px; /* This margin moves the entire block, not individual buttons */
}

[b-v9xh67n6ui] .mud-inherit-text, .txt-style[b-v9xh67n6ui] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}


/* /Components/ScheduledJobDialog/Components/ScheduledJobGeneralComponent.razor.rz.scp.css */

[b-jvx73tep6y] .mud-inherit-text, .txt-style[b-jvx73tep6y] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.textbox[b-jvx73tep6y] {
    width: 200px;
    height: 24px;
    font-size: 12px !important;
}

.header-with-line[b-jvx73tep6y] {
    display: flex;
    align-items: center; /* Align items vertically in the center */
}

    .header-with-line h1[b-jvx73tep6y] {
        font-family: 'Segoe UI';
        font-weight: 400;
        font-size: 11px;
        color: #CCCCCC;
        margin-right: 10px; /* Space between the h1 and the line */
    }

.line-container[b-jvx73tep6y] {
    flex-grow: 1; /* Take up remaining space */
    height: 1px; /* Height of the line */
    display: flex; /* Ensures the line inside stretches to full width */
}

.line[b-jvx73tep6y] {
    background-color: #CCCCCC;
    width: 100%; /* Stretch line to full width of its container */
    height: 100%; /* Full height of the container for visibility */
    margin-top: 2px;
}

.checkbox-label[b-jvx73tep6y] {
    margin-left: 5px; /* Spacing between checkbox and label */
}

.custom-tooltip[b-jvx73tep6y] {
    position: absolute;
    top: 140%;
    left: 220%;
    transform: translateX(-50%);
    padding: 2px 6px; /* Matches native tooltip padding */
    font-size: 0.75rem; /* Matches native tooltip font size */
    background-color: #fff; /* White background for native-like tooltip */
    color: #000; /* Black text for native-like tooltip */
    border: 0.5px solid #000; /* Black border */
    border-radius: 0; /* No rounding for sharp corners */
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
    white-space: nowrap; /* Prevent line breaks */
    z-index: 10; /* Ensure tooltip is above other elements */
    opacity: 0; /* Start invisible */
    pointer-events: none; /* Prevent interaction with the tooltip */
    transition: opacity 0.2s ease-in-out; /* Smooth fade-in effect */
}

.svg-button:hover .custom-tooltip[b-jvx73tep6y] {
    opacity: 1; /* Show tooltip on hover */
}


.switch[b-jvx73tep6y] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
    margin-top: 5px;
    margin-left: 1px;
}

    .switch input[b-jvx73tep6y] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-jvx73tep6y] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00597C;
}

    .slider[b-jvx73tep6y]:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: white;
        box-shadow: 0px 0px 0px 1px #00597C;
    }

input:checked + .slider[b-jvx73tep6y] {
    background-color: #00597C;
    box-shadow: 0px 0px 0px 1px #00597C;
}


input:focus + .slider[b-jvx73tep6y] {
}

input:checked + .slider[b-jvx73tep6y]:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(15px);
}
/* Rounded sliders */
.slider.round[b-jvx73tep6y] {
    border-radius: 10px;
}

    .slider.round[b-jvx73tep6y]:before {
        border-radius: 50%;
    }


/* /Components/ScheduledJobDialog/Components/ScheduledJobLogComponent.razor.rz.scp.css */
.log-dialog[b-818g46q3z5] {
    overflow: auto; /* Enables scrollbar */
    padding: 3px;
}

.log-content div[b-818g46q3z5] {
    padding: 1px;
    /*border-bottom: 1px solid #eee;*/
}

/* Styling the scrollbar */
.log-dialog[b-818g46q3z5]::-webkit-scrollbar {
    width: 8px; /* width of the entire scrollbar */
}

.log-dialog[b-818g46q3z5]::-webkit-scrollbar-track {
    background: #f1f1f1; /* color of the tracking area */
}

.log-dialog[b-818g46q3z5]::-webkit-scrollbar-thumb {
    background-color: #CDE6F7; /* color of the scroll thumb */
    border-radius: 10px; /* roundness of the scroll thumb */
    border: 2px solid #CDE6F7; /* creates padding around scroll thumb */
}

/* /Components/ScheduledJobDialog/ScheduledJobBatchDialog.razor.rz.scp.css */
[b-zt4e6x9c06] .mud-inherit-text, .txt-style[b-zt4e6x9c06] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.treeview-container[b-zt4e6x9c06] {
    max-height: 240px;
    height:240px;
    overflow-y: auto;
    border: 1px solid lightgrey;
    padding: 5px;
    border-radius: 3px;
    margin-right:8px;
}

    .treeview-container ul[b-zt4e6x9c06] {
        list-style-type: none; /* Remove default list item markers */
        padding-left: 20px; /* Maintain indentation */
    }

    .treeview-container li[b-zt4e6x9c06] {
        margin-left: 10px;
    }

ul[b-zt4e6x9c06] {
    list-style-type: none;
    padding-left: 20px;
}

li[b-zt4e6x9c06] {
    margin-left: 10px;
}

.icon[b-zt4e6x9c06] {
    margin-right: 5px;
}

li > span[b-zt4e6x9c06] {
    margin-right: 5px;
}
/* /Components/ScheduledJobDialog/ScheduledJobDeliveryDialog.razor.rz.scp.css */
.textbox[b-ajj4hppl5t] {
    width: 300px;
    height: 24px;
    margin-left: auto;
    font-size: 12px !important;
}

.header-with-line[b-ajj4hppl5t] {
    display: flex;
    align-items: center; /* Align items vertically in the center */
}

    .header-with-line h1[b-ajj4hppl5t] {
        font-family: 'Segoe UI';
        font-weight: 400;
        font-size: 11px;
        color: #CCCCCC;
        margin-right: 10px; /* Space between the h1 and the line */
    }

.line-container[b-ajj4hppl5t] {
    flex-grow: 1; /* Take up remaining space */
    height: 1px; /* Height of the line */
    display: flex; /* Ensures the line inside stretches to full width */
}

.line[b-ajj4hppl5t] {
    background-color: #CCCCCC;
    width: 100%;
    height: 100%; /* Full height of the container for visibility */
    margin-top: 2px;
    margin-right:93px;
}

.checkbox-label[b-ajj4hppl5t] {
    margin-left: 5px; /* Spacing between checkbox and label */
}

.input-bottom-border-only[b-ajj4hppl5t] {
    border: none; /* Remove all borders */
    border-bottom: 1px solid black; /* Add only bottom border */
    /*padding: 1px;*/ /* Optional: for better visual spacing */
    width: calc(100% - 20px); /* Adjust width as needed, accounting for margin */
    box-sizing: border-box; /* Include padding and border in the element's total width */
}

[b-ajj4hppl5t] .mud-inherit-text, .txt-style[b-ajj4hppl5t] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.small-radio[b-ajj4hppl5t] {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.flex-container[b-ajj4hppl5t] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Adjust the gap between buttons if needed */
}

.custom-button[b-ajj4hppl5t] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    display: flex;
    align-items: center;
}

.arrow-icon[b-ajj4hppl5t] {
    margin-left: 2px;
    margin-top: 7px;
}

.folder-icon[b-ajj4hppl5t] {
    margin-right: 2px;
}


/* /Components/ScheduledJobDialog/ScheduledJobDialog.razor.rz.scp.css */
html[b-e8zwfrzld0] {
    height: 100% !important;
    background-color: #EEEEEE;
}

body[b-e8zwfrzld0] {
    height: 100% !important;
}

.menu-button[b-e8zwfrzld0] {
    display: block;
    width: 100%;
    margin-bottom: 10px; /* Adjust spacing as needed */
    font-size: 12px;
}

.grid-container[b-e8zwfrzld0] {
    display: grid;
    /*gap: 10px;*/ /* gap between the items */
    row-gap: 5px;
    column-gap: 10px;
    justify-content: center;
    margin-top: 60px; /* Adds some space between the header and the grid */
    margin-bottom: 30px;
    width: 100%;
    justify-items: center;
    background-color: #EEEEEE;
}

/* Default layout for larger screens */
.grid-container[b-e8zwfrzld0] {
    grid-template-columns: repeat(3, 500px);
    grid-auto-rows: 256px;
}

/* Adjust layout for medium screens */
@media (max-width: 1600px) {
    .grid-container[b-e8zwfrzld0] {
        grid-template-columns: repeat(2, 500px);
    }
}

/* Adjust layout for small screens */
@media (max-width: 1100px) {
    .grid-container[b-e8zwfrzld0] {
        grid-template-columns: 1fr;
    }
}

.grid-item[b-e8zwfrzld0] {
    width: 500px; /* fixed width */
    height: 250px; /* fixed height */
    border: 1px solid #ccc; /* border width */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    border-radius: 5px;
    background-color: white;
}

.grid-item-container-error[b-e8zwfrzld0] {
    padding: 2px; /* This will be the space between the red border and the grid-item */
    border: 1px solid #C1272D;
    box-sizing: border-box; /* Include the padding and border in the element's total width and height */
    border-radius: 7px;
}

.grid-item-container-valid[b-e8zwfrzld0] {
    padding: 2px; /* This will be the space between the red border and the grid-item */
    border: 1px solid #EEEEEE;
    box-sizing: border-box; /* Include the padding and border in the element's total width and height */
    border-radius: 7px;
}






/* /Components/ScheduledJobDialog/ScheduledJobDynamicDistributionDialog.razor.rz.scp.css */
body[b-w8blldqgrt] {
}
/* /Components/ScheduledJobDialog/ScheduledJobGeneralDialog.razor.rz.scp.css */
[b-3ujzk133gt] .mud-inherit-text, .txt-style[b-3ujzk133gt] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}
/* /Components/ScheduledJobDialog/ScheduledJobScheduleDialog.razor.rz.scp.css */
[b-rdgy8aptg0] .mud-inherit-text, .txt-style[b-rdgy8aptg0] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}
/* /Components/ScheduledJobDialog/TreeViewItem.razor.rz.scp.css */
.treeview-container[b-u1z73cz2ql] {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid lightgrey;
    padding: 5px;
    border-radius: 3px;
}

ul[b-u1z73cz2ql], div[b-u1z73cz2ql] {
    margin: 0;
    padding: 0;
}
ul[b-u1z73cz2ql] {
    list-style-type: none;
    padding-left: 20px;
}

li[b-u1z73cz2ql] {
    margin-left: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.icon[b-u1z73cz2ql] {
    margin-right: 5px;
}

li > span[b-u1z73cz2ql] {
    margin-right: 5px;
}

li[b-u1z73cz2ql], li[b-u1z73cz2ql]::before, li[b-u1z73cz2ql]::after, ul[b-u1z73cz2ql] {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.state-icon[b-u1z73cz2ql] {
    width: 14px; /* Adjust size as needed */
    height: 14px;
    margin-right: 5px;
    vertical-align: middle; /* Aligns the icon with text */
}

.toggle-icon[b-u1z73cz2ql] {
    width: 14px; /* Adjust size as needed */
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Hide the default checkbox */
/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"][b-u1z73cz2ql] {
    display: none !important;
}

/* Style the label to simulate a checkbox */
.custom-checkbox[b-u1z73cz2ql] {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    /* Create a custom checkbox with an icon inside */
    .custom-checkbox .checkbox-icon[b-u1z73cz2ql] {
        margin-right: 4px;
        display: inline-block;
        width: 14px;
        height: 14px;
        background-color: white;
        border: 1px solid #ccc;
        margin-right: 8px;
        text-align: center;
        line-height: 14px;
        vertical-align: middle;
        position: relative;
    }

        /* Ensure the icon fits within the custom checkbox */
        .custom-checkbox .checkbox-icon img[b-u1z73cz2ql] {
            width: 10px; /* Adjust size as needed */
            height: 10px;
            position: relative;
            top: -2px; /* Move the image up by 3px */
            left: 1px;
        }



/* /Components/ScheduledJobs/ScheduledJobsOverview.razor.rz.scp.css */
.scheduledJobContainer[b-0oevvop98f] {
    overflow-y: scroll;
    display: block;
    white-space: normal !important;
    position: relative;
    margin-left: 10px;
    height: 100%;
}

html[b-0oevvop98f],
body[b-0oevvop98f] {
    height: 100% !important;
}

[b-0oevvop98f]::selection {
    color: none;
    background: none;
}

.row[b-0oevvop98f] {
    display: flex;
    align-items: stretch;
}

.column[b-0oevvop98f] {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1;  
    margin: 1px;
    padding: 10px;
}

tr:focus[b-0oevvop98f] {
    outline: none;
}

.col-1[b-0oevvop98f] {
    max-width: calc(100% / 12 * 1.5);
    min-width: calc(100% / 12 * 1.5);
}

.col-2[b-0oevvop98f] {
    max-width: calc(100% / 12 * 2);
    min-width: calc(100% / 12 * 2);
}

.headerBox[b-0oevvop98f] {
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
}

.headerTitle[b-0oevvop98f] {
    color: #4D82B8;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 35px;
}

.textInClient[b-0oevvop98f] {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #797979;
}

.colHeader[b-0oevvop98f] {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 450;
    font-size: 12px;
    align-items: center;
    line-height: 13px;
    letter-spacing: 0.03em;
    background-color: white;
    /*color: #505050;*/
    /*background-color: #E6E8EC;*/
}

.contentHeader[b-0oevvop98f] {
    color: #4D82B8;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
}

.tableStyle[b-0oevvop98f] {
    cursor: pointer;
}

.orderBox[b-0oevvop98f] {
    margin-right: 5px;
    display: flex;
    justify-content: space-between
}

th[b-0oevvop98f] {
    font-size: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

td[b-0oevvop98f] {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
    height: 26px;
}

    td.feed[b-0oevvop98f] {
        line-height: 26px;
    }

    td img[b-0oevvop98f] {
        padding-top:5px;
        width:15px;
    }

.cellicon[b-0oevvop98f] {
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 100%;
    display: inline-block;
    /*clear: left;*/
    background-size: 15px 15px;
    margin-left: 6px;
}

.celltext[b-0oevvop98f] {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: top;
    width: calc(100% - 30px);
}

.celltextOnClick[b-0oevvop98f] {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: top;
}

.celltextellipsis[b-0oevvop98f] {
    width: calc(100%);
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-left: 6px;
}


table tr[b-0oevvop98f] {
    border-bottom: 1px solid #E6E8EC;
}

.selected-row[b-0oevvop98f] {
    background-color: #0000ff77;
}

table[b-0oevvop98f] {
    table-layout: fixed;
    width: 1px;
    min-width: 100%;
    border-spacing: 0px;
}

tr:active[b-0oevvop98f] {
    background: #9DCDFE;
}

.tableBorderRight[b-0oevvop98f] {
    border-right: solid !important;
    border-width: 1px !important;
    border-color: #A4ABB6 !important;
    padding-left: 10px !important;
    z-index: 1;
}

.iconSize[b-0oevvop98f] {
    font-size: 9px;
}

.tableRows[b-0oevvop98f] {

}

.menu-item[b-0oevvop98f] {
    display: flex;
    align-items: center;
    height: 23px;
    white-space: nowrap;
    flex-grow: 1;
}

.tableRows:hover[b-0oevvop98f] {
    background-color: #d3edff;
}

.tablePaddingTop[b-0oevvop98f] {
    padding-top: 7px !important;
}

.toggleAlign[b-0oevvop98f] {
    text-align: center;
    align-self: center;
    padding-top: 5px;
}

.bottom[b-0oevvop98f] {
    /*position: sticky;*/
    position: fixed;
    bottom: 0;
    height: auto;
}

.table thead th[b-0oevvop98f] {
    position: sticky;
    top: 0; /* REQUIRED: https://stackoverflow.com/a/43707215 */
    z-index: 1;
    resize: horizontal;
    overflow: auto;
    min-width: 60px;
}

.table thead tr[b-0oevvop98f] {
    position: relative;
}

th[b-0oevvop98f]::-webkit-resizer {
    background: transparent;
}

.switch[b-0oevvop98f] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
}

    .switch input[b-0oevvop98f] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-0oevvop98f] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00597C;
}

    .slider[b-0oevvop98f]:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: white;
        box-shadow: 0px 0px 0px 1px #00597C;
    }

input:checked + .slider[b-0oevvop98f] {
    background-color: #00597C;
    box-shadow: 0px 0px 0px 1px #00597C;
}


input:focus + .slider[b-0oevvop98f] {
}

input:checked + .slider[b-0oevvop98f]:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round[b-0oevvop98f] {
    border-radius: 10px;
}

    .slider.round[b-0oevvop98f]:before {
        border-radius: 50%;
    }
 
.toolTipBox[b-0oevvop98f] {
    position: relative;
    display: inline-block;
}

    .toolTipBox:hover span[b-0oevvop98f] {
        visibility: visible;
    }

.text-display[b-0oevvop98f] {
    border: none;
    padding: 2px 2px;
    display: inline-block;
    color: #4D82B8;
    background-color: inherit;
}

[b-0oevvop98f] .mud-inherit-text, .txt-style[b-0oevvop98f] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
}

.btn-filter[b-0oevvop98f] {
    border: none;
    padding: 2px 2px;
    cursor: pointer;
    color: #4D82B8;
    background-color: inherit;
    align-items: baseline;
}

    .btn-filter:hover[b-0oevvop98f] {
    }

input.searchbox[b-0oevvop98f] {
    border: 1px #918E8E;
    border-color: #918E8E;
    border-radius: inherit;
    box-shadow: 0px 0px 0px 1px #918E8E;
    font-size: 14px;
    height: 25px;
    width: 100%;
    padding: 3px 3px 3px 20px;
    background: transparent url(../../Targit.Resources/Icons/Magnifier.svg) no-repeat 5px center;
    background-size: 10px 10px;
}

/* /Components/Subscriptions.razor.rz.scp.css */


.subsrcibeContainer[b-ty2689bb77] {
    overflow: hidden;
    white-space: normal !important;
}

.emptyListBox[b-ty2689bb77] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.emptyText[b-ty2689bb77] {
    font-size: 24px;
    margin: 25px 0 0 0;
}

.orderBox[b-ty2689bb77] {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
th[b-ty2689bb77] {
    font-size: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.tableStyle[b-ty2689bb77]{
    cursor: pointer;
}

table[b-ty2689bb77] {
    width: calc(100% - 60px);
    border-spacing: 0;
}

.iconBox[b-ty2689bb77] {
    margin-right:5px;
    display: flex;
    flex-direction: column;
}

.tableContent[b-ty2689bb77]{
    width: calc(100% - 60px);
    position: absolute;
    height: calc(100% - 50px);
    overflow-y: auto;
}


.displayFlex[b-ty2689bb77]{
    display: flex;
    flex-direction: row;
}
.flexOne[b-ty2689bb77] {
    flex: 1;
}

.flexTwo[b-ty2689bb77] {
    flex: 2;
}

.flexThree[b-ty2689bb77]{
    flex: 3;
}

.iconSize[b-ty2689bb77] {
    font-size: 9px;
}


    .tableRows:hover[b-ty2689bb77] {
        background-color: #d3edff;
    }

.tableBorderRight[b-ty2689bb77] {
    border-right: solid !important;
    border-width: 1px !important;
    border-color: #A4ABB6 !important;
    padding-left: 10px !important;
}

.tableBorder[b-ty2689bb77] {
    border-right: solid !important;
    border-width: 1px !important;
    border-color: #A4ABB6 !important;
}

.tableBorderBottom[b-ty2689bb77] {
    border-bottom: solid !important;
    border-width: 1px !important;
    border-color: #f1f1f1 !important;

}

.paddingLeft[b-ty2689bb77]{
    padding-left: 10px !important;
}

.paddingLeftWide[b-ty2689bb77] {
    padding-left: 20px !important;
}

.SubscribeBtn[b-ty2689bb77] {
    background-color: #00597c;
    color: white;
    min-width: 100px;
    font-size: 12px;
}
.SubscribeBtn:hover[b-ty2689bb77] {
    background-color: #00597c;
    color: lightgrey;
    min-width: 100px;
    font-size: 12px;
}


.UnSubscribeBtn[b-ty2689bb77] {
    background-color: #7aabd3;
    color: white;
    min-width: 100px;
    font-size: 12px;
    
}
.UnSubscribeBtn:hover[b-ty2689bb77] {
    background-color: #7aabd3;
    color: lightgray;
    min-width: 100px;
    font-size: 12px;
}

.tablePadding[b-ty2689bb77] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tablePaddingTop[b-ty2689bb77] {
    padding-top: 8px !important;
}

[b-ty2689bb77]::-webkit-scrollbar {
    background: white;
    width: 5px;
    height: 5px;
    -webkit-overflow-scrolling: touch;
}

[b-ty2689bb77]::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

[b-ty2689bb77]::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 0px;
}

.hideDisplay[b-ty2689bb77]{
    display: none;
}

.showDisplay[b-ty2689bb77]{

}

.toolTipBox[b-ty2689bb77] {
    position: relative;
    display: inline-block;
}

.toolTipText[b-ty2689bb77]{
    font-weight: 100;
}

.txt-style[b-ty2689bb77] {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #505050 !important;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text:hover[b-ty2689bb77] {
    cursor: default;
}

.colHeader[b-ty2689bb77] {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    align-items: center;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #505050;
    background-color: #E6E8EC;
}

.toolTipBox:hover span[b-ty2689bb77] {
    visibility: visible;
}

.toolTipBox .tooltip-title[b-ty2689bb77] {
    visibility: hidden;
}

.toolTipBox:hover .tooltip-title[b-ty2689bb77] {
    visibility: visible;
    position: relative;
    top: -5px;
}

.toggleAlign[b-ty2689bb77] {
    text-align: center;
    align-self: center;
    padding-top: 5px;
}

.switch[b-ty2689bb77] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
}

    .switch input[b-ty2689bb77] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-ty2689bb77] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00597C;
}

    .slider[b-ty2689bb77]:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: white;
        box-shadow: 0px 0px 0px 1px #00597C;
    }

input:checked + .slider[b-ty2689bb77] {
    background-color: #00597C;
    box-shadow: 0px 0px 0px 1px #00597C;
}


input:focus + .slider[b-ty2689bb77] {
}

input:checked + .slider[b-ty2689bb77]:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round[b-ty2689bb77] {
    border-radius: 10px;
}

    .slider.round[b-ty2689bb77]:before {
        border-radius: 50%;
    }

.togglePointerShow[b-ty2689bb77]{
    cursor: pointer;
}

.togglePointerHide[b-ty2689bb77]{
    cursor:not-allowed;
}
