/* /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/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/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% - 25px);
}

.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;
}
