@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Layout/LoginLayout.razor.rz.scp.css */
body[b-4mtxqmf6al] {
    
}

.page[b-4mtxqmf6al] {
    background-color: #052837
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dwh8kwchyf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

.dropdown-item[b-dwh8kwchyf] {
    margin-left: 0 !important;
}

.top-row[b-dwh8kwchyf] {
    background-color: #052837;
    border-bottom: 1px solid #d6d5d5;
   
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-dwh8kwchyf] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-dwh8kwchyf], article[b-dwh8kwchyf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-04smqcibsb] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.nav-pt-12[b-04smqcibsb] {
    padding-left: 12px;
}

.bottom-row[b-04smqcibsb] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-04smqcibsb] {
    text-align: right;
}

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





.logo[b-04smqcibsb] {
    width: 11rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

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

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

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

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

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

    .collapse[b-04smqcibsb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-04smqcibsb] {
        display: block;
    }
}

.mini-logo[b-04smqcibsb] {
    width: 1.8rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

.pl-8[b-04smqcibsb] {
    padding-left: .8rem !important;
}

.pl-2[b-04smqcibsb] {
    padding-left: 2rem !important;
}
/* /Pages/ClientCommon/History/ClientHistory.razor.rz.scp.css */
body[b-de9at42gpb] {
}

.thbg[b-de9at42gpb] {
    background-color: #62696fdb;
    color: white;
    padding: 5px;
    position: sticky;
    top: 0;
}

    .thbg > tr[b-de9at42gpb] {
        border-style: groove !important;
    }

        .thbg > tr > th[b-de9at42gpb] {
            border-style: groove !important;
        }

.grid[b-de9at42gpb] {
    padding: 10px;
    margin-top: 15px;
}

.form-label[b-de9at42gpb]{
    font-weight: bold;
}

.btn-mt-2[b-de9at42gpb] {
    margin-top: 2rem !important;
}

.view-toggle[b-de9at42gpb] {
    cursor: pointer;
    font-size: .6rem;
}

.scroll[b-de9at42gpb] {
    max-height: 350px;
    overflow-y: auto;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .scroll:active[b-de9at42gpb]::-webkit-scrollbar-thumb,
    .scroll:focus[b-de9at42gpb]::-webkit-scrollbar-thumb,
    .scroll:hover[b-de9at42gpb]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-de9at42gpb]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-de9at42gpb]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
/* /Pages/ClientCommon/OverviewTab/ClientOverView.razor.rz.scp.css */
body[b-ixeqfpoaih] {
}

.thbg[b-ixeqfpoaih] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-ixeqfpoaih] {
    height: 350px;
    overflow-y: auto;
}

    .scroll:active[b-ixeqfpoaih]::-webkit-scrollbar-thumb,
    .scroll:focus[b-ixeqfpoaih]::-webkit-scrollbar-thumb,
    .scroll:hover[b-ixeqfpoaih]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-ixeqfpoaih]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-ixeqfpoaih]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
.grid-box[b-ixeqfpoaih] {
    text-align: center;
    border-radius: 5px;
}

.grid-box-2[b-ixeqfpoaih] {
    padding: 5px;
    background-color: #ebecec;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.176);
    border-style: solid;
}

.grid-box-full-2[b-ixeqfpoaih] {
    padding: 25px 5px !important;
}

.grid-box-3[b-ixeqfpoaih] {
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.176);
    border-style: solid;
    padding: 5px 0px;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.grid-box-full-3[b-ixeqfpoaih] {
    padding: 15px 0px !important;
}

/* /Pages/ClientCommon/OverviewTab/LastTenFailedTransaction.razor.rz.scp.css */
body[b-ryyzzm7gdm] {
}

.thbg[b-ryyzzm7gdm] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-ryyzzm7gdm] {
    height: 350px;
    overflow-y: auto;
}

.scroll:active[b-ryyzzm7gdm]::-webkit-scrollbar-thumb,
.scroll:focus[b-ryyzzm7gdm]::-webkit-scrollbar-thumb,
.scroll:hover[b-ryyzzm7gdm]::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scroll[b-ryyzzm7gdm]::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

.scroll[b-ryyzzm7gdm]::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* /Pages/ClientCommon/OverviewTab/LastTenSuccessTransaction.razor.rz.scp.css */
body[b-nqco29ero0] {
}

.thbg[b-nqco29ero0] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-nqco29ero0] {
    height: 350px;
    overflow-y: auto;
}

.scroll:active[b-nqco29ero0]::-webkit-scrollbar-thumb,
.scroll:focus[b-nqco29ero0]::-webkit-scrollbar-thumb,
.scroll:hover[b-nqco29ero0]::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scroll[b-nqco29ero0]::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

.scroll[b-nqco29ero0]::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* /Pages/ClientCommon/OverviewTab/LastTransactionSummary.razor.rz.scp.css */
body[b-c35m8xqlg2] {
}

.textBold[b-c35m8xqlg2] {
    font-weight: 700
}
/* /Pages/ClientCommon/Scheduler/ClientJobCreateEdit.razor.rz.scp.css */
body[b-lalp5hy6js] {
}

.col-form-label[b-lalp5hy6js] {
    font-weight: bold;
}


ul.timeline-3[b-lalp5hy6js] {
    list-style-type: none;
    position: relative;
}

    ul.timeline-3[b-lalp5hy6js]:before {
        content: " ";
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline-3 > li[b-lalp5hy6js] {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline-3 > li[b-lalp5hy6js]:before {
            content: " ";
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #198754;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.col-md-6[b-lalp5hy6js] {
    width: 100% !important;
}

ul.timeline-3 > li.error[b-lalp5hy6js]:before {
    border: 3px solid #dc3545 !important;
}

.error-text[b-lalp5hy6js] {
    color: #dc3545 !important;
}

.success-text[b-lalp5hy6js] {
    color: #198754 !important;
}

i:hover[b-lalp5hy6js] {
    transform: scale(1.2);
}

.col-form-label[b-lalp5hy6js] {
    font-weight: 500 !important;
}

.form-button[b-lalp5hy6js] {
    text-align: right;
}

.form-header[b-lalp5hy6js] {
    background-color: #dee2e66b;
    padding: .3rem;
    margin-bottom: .5rem;
}

.thbg[b-lalp5hy6js] {
    background-color: #fff;
    color: #000;
    padding: .5rem;
    position: sticky;
    top: 0;
}

    .thbg > tr[b-lalp5hy6js] {
        border-style: groove !important;
    }

        .thbg > tr > th[b-lalp5hy6js] {
            border-style: groove !important;
        }

.scroll[b-lalp5hy6js] {
    max-height: 300px;
    overflow-y: auto;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .scroll:active[b-lalp5hy6js]::-webkit-scrollbar-thumb,
    .scroll:focus[b-lalp5hy6js]::-webkit-scrollbar-thumb,
    .scroll:hover[b-lalp5hy6js]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-lalp5hy6js]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-lalp5hy6js]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

.wd-150[b-lalp5hy6js] {
    width: 150% !important;
}
.loading-overlay[b-lalp5hy6js] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.form-label[b-lalp5hy6js] {
    font-weight: bold;
}
.input-error[b-lalp5hy6js] {
    border: 2px solid red!important;
}

.border-red[b-lalp5hy6js] {
    border: 2px solid red;
}



.hidden-file-input[b-lalp5hy6js] {
    display: none;
}

.custom-file-input[b-lalp5hy6js] {
    border: 2px solid #ced4da;
    padding: 5px;
    cursor: pointer;
}

    .custom-file-input.error[b-lalp5hy6js] {
        border-color: red;
    }

.inline-elements[b-lalp5hy6js] {
    display: flex;
    align-items: center;
    /*gap: 10px;*/ /* Adds space between elements */
}

    .autocomplete-div[b-lalp5hy6js] {
        flex: 7; /* Adjusts the width of elements */
    }

    .select-div[b-lalp5hy6js] {
        flex: .5; /* Adjusts the width of elements */    
    }

        .select-div > select[b-lalp5hy6js] {
            padding: .375rem 1.25rem !important;
        }

.step[b-lalp5hy6js] {
    text-align: center;
    flex: 1;
}

.circle[b-lalp5hy6js] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.progress-bar[b-lalp5hy6js] {
    background-color: #007bff;
}

.step-progress[b-lalp5hy6js] {
    flex: .5;
}

.progress[b-lalp5hy6js] {
    height: 5px !important;
}

.border-none[b-lalp5hy6js] {
    border: none !important;
}

.accordion-title[b-lalp5hy6js] {
    font-weight: 500 !important;
}

/*.file-drop-zone {
    display: flex;
    width: 100%;
    border: 1px dotted black;
    align-items: center;
    margin-bottom: 2px;
}

.hover {
    border-style: solid;
    background-color: darkgrey;
}

::deep input[type=file] {
    width: 100%;
    padding: 15% 10%;
}*/

.file-drop-zone[b-lalp5hy6js] {
    cursor: pointer;
    border: 2px dashed #ccc;
    background-color: #f8f9fa;
    display: inline-block;
    width: 100%;
}

.custom-checkbox-dark[b-lalp5hy6js] {
    accent-color: #343a40 !important;
    border: 2px solid #343a40 !important;
}
/* /Pages/ClientCommon/Scheduler/ClientJobHistoryModal.razor.rz.scp.css */
body[b-942ep1dzat] {
}


ul.timeline-3[b-942ep1dzat] {
    list-style-type: none;
    position: relative;
}

    ul.timeline-3[b-942ep1dzat]:before {
        content: " ";
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline-3 > li[b-942ep1dzat] {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline-3 > li[b-942ep1dzat]:before {
            content: " ";
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #198754;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.col-md-6[b-942ep1dzat] {
    width: 100% !important;
}

ul.timeline-3 > li.error[b-942ep1dzat]:before {
    border: 3px solid #dc3545 !important;
}

.error-text[b-942ep1dzat] {
    color: #dc3545 !important;
}

.success-text[b-942ep1dzat] {
    color: #198754 !important;
}

i:hover[b-942ep1dzat] {
    transform: scale(1.2);
}

.col-form-label[b-942ep1dzat] {
    font-weight: 500 !important;
}

.form-button[b-942ep1dzat] {
    text-align: right;
}

.form-header[b-942ep1dzat] {
    background-color: #dee2e66b;
    padding: .3rem;
    margin-bottom: .5rem;
}

.thbg[b-942ep1dzat] {
    background-color: #fff;
    color: #000;
    padding: .5rem;
    position: sticky;
    top: 0;
}

    .thbg > tr[b-942ep1dzat] {
        border-style: groove !important;
    }

        .thbg > tr > th[b-942ep1dzat] {
            border-style: groove !important;
        }

.scroll[b-942ep1dzat] {
    height: 300px;
    overflow-y: auto;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .scroll:active[b-942ep1dzat]::-webkit-scrollbar-thumb,
    .scroll:focus[b-942ep1dzat]::-webkit-scrollbar-thumb,
    .scroll:hover[b-942ep1dzat]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-942ep1dzat]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-942ep1dzat]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

.wd-150[b-942ep1dzat] {
    width: 150% !important;
}
/* /Pages/ClientCommon/Scheduler/ClientManualJobReloadModal.razor.rz.scp.css */
.inline-elements[b-xcjvxlmb0z] {
    display: flex;
    align-items: center;
    /*gap: 10px;*/ /* Adds space between elements */
}

.autocomplete-div[b-xcjvxlmb0z] {
    flex: 7; /* Adjusts the width of elements */
}

.select-div[b-xcjvxlmb0z] {
    flex: .5; /* Adjusts the width of elements */
}

    .select-div > select[b-xcjvxlmb0z] {
        padding: .375rem 1.25rem !important;
    }

.step[b-xcjvxlmb0z] {
    text-align: center;
    flex: 1;
}

.circle[b-xcjvxlmb0z] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.progress-bar[b-xcjvxlmb0z] {
    background-color: #007bff;
}

.step-progress[b-xcjvxlmb0z] {
    flex: .5;
}

.progress[b-xcjvxlmb0z] {
    height: 5px !important;
}

.border-none[b-xcjvxlmb0z] {
    border: none !important;
}

.text-success[b-xcjvxlmb0z] {
    color: green;
}

.text-danger[b-xcjvxlmb0z] {
    color: red;
}

.text-dark[b-xcjvxlmb0z] {
    color: black;
}
.custom-modal[b-xcjvxlmb0z] {
    border: 2px solid #007bff; /* Adjust color as needed */
    border-radius: 10px; /* Optional: Adds rounded corners */
}

.custom-checkbox-dark[b-xcjvxlmb0z] {
    accent-color: #343a40 !important;
    border: 2px solid #343a40 !important;
}
/* /Pages/ClientCommon/Scheduler/ClientScheduler.razor.rz.scp.css */
body[b-xyqtavnhtn] {
}

.col-form-label[b-xyqtavnhtn] {
    font-weight: bold;
}


ul.timeline-3[b-xyqtavnhtn] {
    list-style-type: none;
    position: relative;
}

    ul.timeline-3[b-xyqtavnhtn]:before {
        content: " ";
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline-3 > li[b-xyqtavnhtn] {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline-3 > li[b-xyqtavnhtn]:before {
            content: " ";
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #198754;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.col-md-6[b-xyqtavnhtn] {
    width: 100% !important;
}

ul.timeline-3 > li.error[b-xyqtavnhtn]:before {
    border: 3px solid #dc3545 !important;
}

.error-text[b-xyqtavnhtn] {
    color: #dc3545 !important;
}

.success-text[b-xyqtavnhtn] {
    color: #198754 !important;
}

i:hover[b-xyqtavnhtn] {
    transform: scale(1.2);    
}

.col-form-label[b-xyqtavnhtn] {
    font-weight: 500 !important;
}

.form-button[b-xyqtavnhtn] {
    text-align: right;
}

.form-header[b-xyqtavnhtn] {
    background-color: #dee2e66b;
    padding: .3rem;
    margin-bottom: .5rem;
}

.thbg[b-xyqtavnhtn] {
    background-color: #fff;
    color: #000;
    padding: .5rem;
    position: sticky;
    top: 0;
}

    .thbg > tr[b-xyqtavnhtn] {
        border-style: groove !important;
    }

    .thbg > tr > th[b-xyqtavnhtn] {
        border-style: groove !important;
    }

.scroll[b-xyqtavnhtn] {
    height: 300px;
    overflow-y: auto;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .scroll:active[b-xyqtavnhtn]::-webkit-scrollbar-thumb,
    .scroll:focus[b-xyqtavnhtn]::-webkit-scrollbar-thumb,
    .scroll:hover[b-xyqtavnhtn]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-xyqtavnhtn]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-xyqtavnhtn]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .wd-150[b-xyqtavnhtn] {
        width: 150% !important;
    }


/* /Pages/ClientSettingsTab/ClientCrud.razor.rz.scp.css */
body[b-vzmmae44kq] {
}

.col-form-label[b-vzmmae44kq] {
    font-weight: bold;
}

.list-col[b-vzmmae44kq] {
    padding: 5px;
}
.button[b-vzmmae44kq] {
    text-align: end;
}



.thbg[b-vzmmae44kq] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-vzmmae44kq] {
    height: 565px;
    overflow-y: auto;
}

    .scroll:active[b-vzmmae44kq]::-webkit-scrollbar-thumb,
    .scroll:focus[b-vzmmae44kq]::-webkit-scrollbar-thumb,
    .scroll:hover[b-vzmmae44kq]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-vzmmae44kq]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-vzmmae44kq]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

.card-body[b-vzmmae44kq] {
    padding: 0 0 1rem 0;
}

.card[b-vzmmae44kq] {
    border: none;
}

.head[b-vzmmae44kq] {
    margin-top: .8rem;
    margin-bottom: 0;
}

.content-box[b-vzmmae44kq] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    height: 145px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-body[b-vzmmae44kq] {
    padding: 1rem 1.5rem;
}

.loading-overlay[b-vzmmae44kq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/* /Pages/ClientSettingsTab/ClientSettings.razor.rz.scp.css */
body[b-rzpqetjdu8] {
}
.col-form-label[b-rzpqetjdu8] {
    font-weight: bold;
}

.list-col[b-rzpqetjdu8] {
    padding: 5px;
}



.thbg[b-rzpqetjdu8] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-rzpqetjdu8] {
    height: 565px;
    overflow-y: auto;
}

    .scroll:active[b-rzpqetjdu8]::-webkit-scrollbar-thumb,
    .scroll:focus[b-rzpqetjdu8]::-webkit-scrollbar-thumb,
    .scroll:hover[b-rzpqetjdu8]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-rzpqetjdu8]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-rzpqetjdu8]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
.card-body[b-rzpqetjdu8] {
    padding: 0 0 1rem 0;
}

.card[b-rzpqetjdu8] {
    border: none;
}

.head[b-rzpqetjdu8] {
    margin-top: .8rem;
    margin-bottom: 0;
}

.content-box[b-rzpqetjdu8] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-body[b-rzpqetjdu8] {
    padding: 1rem 1.5rem;
}
/* /Pages/DashboardTab/Dashboard.razor.rz.scp.css */
.chart-position[b-j206anutky] {
    display: flex;
    overflow: auto;
}
/* /Pages/DashboardTab/EventsSummary.razor.rz.scp.css */
body[b-uxht2vwh6m] {
}
.thbg[b-uxht2vwh6m] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
        top:0;
}

.text-left[b-uxht2vwh6m] {
    text-align: left;
}

.scroll[b-uxht2vwh6m] {
    height: 300px;
    overflow-y: auto;
}

.scroll:active[b-uxht2vwh6m]::-webkit-scrollbar-thumb,
.scroll:focus[b-uxht2vwh6m]::-webkit-scrollbar-thumb,
.scroll:hover[b-uxht2vwh6m]::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scroll[b-uxht2vwh6m]::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

.scroll[b-uxht2vwh6m]::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* /Pages/DashboardTab/JobEvent.razor.rz.scp.css */
body[b-sdorugle7u] {
}


.thbg[b-sdorugle7u] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-sdorugle7u] {
    height: 275px;
    overflow-y: auto;
}

.scroll:active[b-sdorugle7u]::-webkit-scrollbar-thumb,
.scroll:focus[b-sdorugle7u]::-webkit-scrollbar-thumb,
.scroll:hover[b-sdorugle7u]::-webkit-scrollbar-thumb {
    visibility: visible;
}

.scroll[b-sdorugle7u]::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

.scroll[b-sdorugle7u]::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* /Pages/DashboardTab/TransactionBarChart.razor.rz.scp.css */
body[b-j1cjxn57v2] {
}
.chart-container[b-j1cjxn57v2] {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%; 
}

canvas[b-j1cjxn57v2] {
    width: 100% !important;
    height: 100%
}
/* /Pages/LeadCastSettingsTab/EmailSettings/EmailSettingForm.razor.rz.scp.css */
.list-col[b-8skc5ksfbf] {
    padding: 5px;
}

.card[b-8skc5ksfbf] {
    padding: 10px;
    margin-bottom: 10px;
}

.custom-checkbox-dark[b-8skc5ksfbf] {
    accent-color: #343a40 !important;
    border: 2px solid #343a40 !important;
}
/* /Pages/LeadCastSettingsTab/JobsSettings/JobList.razor.rz.scp.css */
.thbg[b-scij879ek6] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-scij879ek6] {
    height: 565px;
    overflow-y: auto;
}

    .scroll:active[b-scij879ek6]::-webkit-scrollbar-thumb,
    .scroll:focus[b-scij879ek6]::-webkit-scrollbar-thumb,
    .scroll:hover[b-scij879ek6]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-scij879ek6]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-scij879ek6]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

.card-body[b-scij879ek6] {
    padding: 0 0 1rem 0;
}

.card[b-scij879ek6] {
    border: none;
}

.head[b-scij879ek6] {
    margin-top: .8rem;
    margin-bottom: 0;
}

.content-box[b-scij879ek6] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    height: 145px;
    overflow-x: hidden;
    overflow-y: auto;
}
/* /Pages/LeadCastSettingsTab/JobsSettings/JobSetting.razor.rz.scp.css */

.button[b-m3kutb9fqs] {
    text-align: end;
}
/* /Pages/LeadCastSettingsTab/LeadCastSettingsTab.razor.rz.scp.css */
body[b-1vkjtdli1t] {
}
.col-form-label[b-1vkjtdli1t]{
    font-weight: bold;
}

.list-col[b-1vkjtdli1t] {
    padding: .2rem;
}
/* /Pages/LeadCastSettingsTab/SchedulerSettings/SchedulerList.razor.rz.scp.css */
.thbg[b-bbftidngdl] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-bbftidngdl] {
    height: 565px;
    overflow-y: auto;
}

    .scroll:active[b-bbftidngdl]::-webkit-scrollbar-thumb,
    .scroll:focus[b-bbftidngdl]::-webkit-scrollbar-thumb,
    .scroll:hover[b-bbftidngdl]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-bbftidngdl]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-bbftidngdl]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

.card-body[b-bbftidngdl] {
    padding: 0 0 1rem 0;
}

.card[b-bbftidngdl] {
    border: none;
}

.head[b-bbftidngdl] {
    margin-top: .8rem;
    margin-bottom: 0;
}

.content-box[b-bbftidngdl] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    height: 145px;
    overflow-x: hidden;
    overflow-y: auto;
}

.float-left[b-bbftidngdl] {
    float: left;
    display: inline;
}

.float-right[b-bbftidngdl] {
    float: right;
}
/* /Pages/LeadCastSettingsTab/SchedulerSettings/SchedulerSetting.razor.rz.scp.css */
.button[b-ugkdbkrg93] {
    text-align: end;
}
/* /Pages/Others/Login.razor.rz.scp.css */
.bg-dark[b-733tm9hn76] {
    background-color: #044e5b !important;
}

.trinnexLogo[b-733tm9hn76] {
    padding-bottom: 30px;
}

.loginButton[b-733tm9hn76] {
    padding-top: 30px
}
/* /Pages/Others/Settings.razor.rz.scp.css */
body[b-0thu6dvklj] {
}
.col-form-label[b-0thu6dvklj]{
    font-weight: bold;
}

.labelFont[b-0thu6dvklj] {
    font-weight: bold;
}
/* /Pages/UserManagementTab/UserManagement.razor.rz.scp.css */
body[b-o7k7n21oo4] {
}
.col-form-label[b-o7k7n21oo4] {
    font-weight: bold;
}

.list-col[b-o7k7n21oo4] {
    padding: 5px;
}

.thbg[b-o7k7n21oo4] {
    background-color: #62696fdb;
    color: white;
    padding: .5rem;
    position: sticky;
    top: 0;
}

.scroll[b-o7k7n21oo4] {
    height: 565px;
    overflow-y: auto;
}

    .scroll:active[b-o7k7n21oo4]::-webkit-scrollbar-thumb,
    .scroll:focus[b-o7k7n21oo4]::-webkit-scrollbar-thumb,
    .scroll:hover[b-o7k7n21oo4]::-webkit-scrollbar-thumb {
        visibility: visible;
    }

    .scroll[b-o7k7n21oo4]::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        visibility: hidden;
    }

    .scroll[b-o7k7n21oo4]::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

.card-body[b-o7k7n21oo4] {
    padding: 0 0 1rem 0;
}

.card[b-o7k7n21oo4] {
    border: none;
}

.head[b-o7k7n21oo4] {
    margin-top: .8rem;
    margin-bottom: 0;
}

.content-box[b-o7k7n21oo4] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-body[b-o7k7n21oo4] {
    padding: 1rem 1.5rem !important;
}
