﻿
html, body {
    font-family: 'Source Sans Pro';
    font-style: normal;
}

.headerdiv {
    background: #F9FAFC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
    height: 140px;
}

.header-padding {
    background: #F9FAFC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
    padding: 15px;
}

.profile-text {
    font-weight: bold;
    padding-top: 10px;
    font-size: 14px;
}

.aboutpage {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6E798F;
    padding-top: 2px;
    padding-bottom: 15px;
}

.mycircle {
    color: white;
    font-weight: 400;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #1e4ed8;
    padding-top: 5px;
    text-transform: uppercase;
}

.rz-switch {
    bottom: 0px;
    margin-right: 15px;
}

.rowgap {
    row-gap: 5rem;
}

.cancel-button {
    background-color: white !important;
    color: #1E4ED8 !important;
    border: 1px solid #1E4ED8 !important;
    width: 115px;
    height: 36px !important;
}

.save-button {
    border: 1px solid #1E4ED8 !important;
    color: white !important;
    background-color: #1e4ed8 !important;
    margin-left: 10px;
    width: 115px;
    height: 36px;
}

.resend-button {
    border: 1px solid #1E4ED8 !important;
    color: white !important;
    background-color: #1e4ed8 !important;
    margin-left: 10px;
    width: 160px;
    height: 36px;
}

.edit-button {
    border: 1px solid #1E4ED8 !important;
    color: white !important;
    background-color: #1e4ed8 !important;
    margin-left: 10px;
    width: 60px;
    height: 36px;
}

.delete-button {
    margin-left: 10px;
    width: 115px;
    height: 36px;
    background-color: #FF5252 !important
}

.container-padding {
    padding: 15px;
}

.bottom-button {
    float: right;
    margin-top: 20px;
    margin-right: 2px;
    padding: 15px;
}

/* Add margin to buttons inside bottom-button container - using Material Design standard spacing */
.bottom-button button + button {
    margin-left: 8px;
}

.row {
    padding-bottom: 30px;
}

.row-10 {
    padding-bottom: 10px;
}

.row-divider-line {
    line-height: 40px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.edit-delete-icon {
    width: 16px;
    background-color: white;
}

.header-left {
    padding-left: 14px;
}

.lbl-product {
    font-weight: bold;
    padding-top: 20px;
}

.lbl-user {
    font-weight: bold;
    padding-top: 20px;
}

.backNavigation {
    width: 26px;
    cursor: pointer;
}

.backlbl {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    padding:1%;
}


.lbl-details {
    font-weight: 600;
    font-size: 20px;
    line-height: 60px;
    color: #101827;
}

.add-button {
    color: #FFFFFF;
    background-color: #1e4ed8;
    border: none;
    border-color: blue;
    border-radius: 4px;
    float: right;
    margin-top: 8px;
    margin-right: 4px;
    width: 143px;
    height: 36px;
}

.rightbtn {
    margin-left: 950px;
    margin-top: -37px;
}

.searchdv {
    padding: 15px;
}

.gridstyle {
    padding: 0px 15px;
}

.lblActive {
    letter-spacing: 0.02em;
    color: #009B51;
    padding-left: 10px;
    padding-top: 3px;
}

.lblDeActive {
    letter-spacing: 0.02em;
    color: #FF5252;
    padding-left: 10px;
    padding-top: 3px;
}


.lbl-status {
    letter-spacing: 0.02em;
    padding-left: 10px;
    padding-top: 3px;
    text-align: center;
    vertical-align: middle;
}

.dv-status-open {
    width: 57px;
    height: 26px;
    background-color: rgba(17, 81, 243, 0.16);
    color: #1E4ED8 !important;
    border-radius: 4px;
}

.dv-status-closed {
    width: 65px;
    height: 26px;
    background-color: rgba(0, 155, 81, 0.2);
    color: #009B51 !important;
    border-radius: 4px;
}

.dv-status-inprocess {
    width: 83px;
    height: 26px;
    background-color: rgba(255, 174, 17, 0.2);
    color: #FFAE11 !important;
    border-radius: 4px;
}

.dv-status-assigned {
    width: 80px;
    height: 26px;
    background-color: rgba(17, 81, 243, 0.16);
    color: #1E4ED8 !important;
    border-radius: 4px;
}

.dv-status-overdue {
    width: 75px;
    height: 26px;
    background-color: rgba(255, 82, 82, 0.1);
    color: #FF5252 !important;
    border-radius: 4px;
}

.dv-status-duetoday {
    width: 87px;
    height: 26px;
    background-color: rgba(255, 82, 82, 0.1);
    color: #FF5252 !important;
    border-radius: 4px;
}

.dv-status-withdraw {
    width: 87px;
    height: 26px;
    background-color: rgba(65, 65, 65, 1);
    color: #FFFFFF !important;
    border-radius: 4px;
}

.dv-status-info-required {
    width: 73px;
    height: 26px;
    background-color: rgba(17, 81, 243, 0.16);
    color: #1E4ED8 !important;
    border-radius: 4px;
}

.dv-status-failed {
    width: 52px;
    height: 28px;
    background-color: rgba(255, 82, 82, 0.1);
    color: #FF5252 !important;
    border-radius: 5px;
}

.dv-status-onhold {
    width: 61px;
    height: 28px;
    background-color: lightgoldenrodyellow;
    color: #FFAE11 !important;
    border-radius: 5px;
}
.dv-status-successful {
    width: 75px;
    height: 28px;
    background-color: lightgreen;
    color: #009B51 !important;
    border-radius: 5px;
}
.dv-status-returned {
    width: 75px;
    height: 28px;
    background-color: rgba(255, 82, 82, 0.1);
    color: #FF5252 !important;
    border-radius: 5px;
}
.dv-status-paid {
    width: 72px;
    height: 28px;
    background-color: lightgreen;
    color: #009B51 !important;
    border-radius: 5px;
}

.dv-status-pending {
    width: 62px;
    height: 28px;
    background-color: rgba(17, 81, 243, 0.16);
    color: #1E4ED8 !important;
    border-radius: 5px;
}
.dv-status-incomplete {
    width: 75px;
    height: 28px;
    background-color: rgba(17, 81, 243, 0.16);
    color: #1E4ED8 !important;
    border-radius: 5px;
}
.dv-status-sent {
    width: 43px;
    height: 26px;
    background-color: rgba(17, 81, 243, 0.16);
    color: #1E4ED8 !important;
    border-radius: 4px;
   
}
.dvactive {
    width: 63px;
    height: 26px;
    background: rgba(0, 155, 81, 0.2);
    border-radius: 4px;
}

.dvdeactive {
    width: 90px;
    height: 26px;
    background: rgba(255, 82, 82, 0.1);
    border-radius: 4px;
}

.scacecirclename {
    margin-left: 5px;
}

.rz-button {
    padding: 0px 0.2rem !important;
}

.rz-button-style {
    padding: 0px 1rem !important;
    align-items: center;
    text-align: center;
    height: 42px !important;
    margin-top: 5px;
    color: white !important;
    background-color: #1e4ed8 !important;
}

.rz-switch.rz-switch-checked .rz-switch-circle {
    background: #4CAF50 !important;
}

.rz-switch .rz-switch-circle {
    background: #FF5252 !important;
}

.search-text-icon {
    top: 5px;
    right: 30px;
    position: relative;
}

/*.rz-steps-number {
    background-color: #30CB87 !important;
    color: #212529;
}*/

.rz-steps .rz-state-highlight .rz-steps-number {
    background: #1E4ED8 !important;
    color: #ffffff;
}

.rz-steps .rz-state-highlight .rz-steps-title {
    color: #121828 !important;
}

.rz-steps .rz-state-highlight .rz-steps-title {
    color: #121828 !important;
}

.rz-tabview-nav li a {
    color: #121828 !important;
}

.selected-product {
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    background: #1E4ED8;
    margin-top: 11px;
    line-height: 20px;
    border-radius: 4px;
    background-color: #1e4ed8 !important;
}

.rz-steps-next, .rz-steps-prev {
    display: none !important;
}

.text-overflow {
    overflow: hidden;
    width: 65%;
    text-overflow: ellipsis;
}

.name-max-width {
    max-width: 80%;
    position: relative;
    top: 8px;
}

.lbl-email {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #708199;
    display: block;
    margin-left: 40px;
    margin-top: -11px;
}

.spinner {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2000;
    top: 40%;
    left: 50%;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    height: 56px !important;
    position: relative !important;
    width: 106% !important;
    border: 1px solid #dadfe2;
    border-radius: 4px;
    box-shadow: inset 0 4px 3px 0 rgb(0 0 0 / 3%);
}

.validation-message {
    display: inline-block;
    color: #f9777f !important;
    font-size: 0.75rem;
    padding: 0;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 4000;
    width: 100%;
    height: 100%;
}

/* Radzen controls style overrides */
/* ******************************* */

.rz-paginator-last, .rz-paginator-next, .rz-paginator-first, .rz-paginator-prev {
    background-color: #F3F4F6 !important;
    color: #1E4ED8 !important;
}

.rz-paginator-page.rz-state-active {
    background: #1151F329 !important;
    border-radius: 4px !important;
    color: #1E4ED8 !important;
}

.rz-paginator-page {
    background: #F3F4F6 !important;
    border-radius: 4px !important;
    color: #1E4ED8 !important;
}

.rz-datatable-odd > td {
    background-color: #ffffff !important;
}

.rz-datatable-data tr:last-child > td, .rz-grid-table tr:last-child > td {
    border-bottom: solid 1px #dfe7eb !important;
}

.rz-profile-menu {
    border-left: none !important;
    margin-top: -16px !important;
    
}

.rz-profile-menu .rz-navigation-item-wrapper {
    background: none;
}

.rz-profile-menu .rz-navigation-menu {
    box-shadow: none !important;
}

/* Ensure NavMenu styles take precedence over Bootstrap */
.wrapper .sidebars,
.wrapper .sidebars *,
.rz-panel-menu,
.rz-navigation-item,
.rz-navigation-item-wrapper {
    /* Higher CSS specificity to override Bootstrap */
    z-index: 1000 !important;
}

/* Ensure sidebar scrolling works properly */
.wrapper .sidebars {
    overflow-x: auto !important;
    overflow-y: auto !important;
    height: 100vh !important;
    display: block !important;
}

/* Global styles for Radzen sidebar toggle button */
.rz-sidebar-toggle.sidebarToggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 0;
    flex: 0 0 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin: 0;
}

.rz-sidebar-toggle.sidebarToggle i {
    font-size: 1.4rem;
    line-height: 1;
    color: #495057;
}

.rz-sidebar-toggle.sidebarToggle:hover {
    background-color: #f8f9fa;
}

/* Pagination elements styling for v7 - blue theme */
.rz-paginator .rz-page-number.rz-state-active,
.rz-paginator-page.rz-state-active {
    background: #1151F329 !important;
    color: #1E4ED8 !important;
    border-radius: 4px !important;
}

/* Radzen v7 button overrides to style as white */
.rz-button.rz-primary {
    color: #FFFFFF !important;
    border-color: transparent !important;
    box-shadow: none !important; 
}

.rz-button.rz-primary:hover, 
.rz-button.rz-primary:focus {
    color: #FFFFFF !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.rz-button.rz-variant-outlined.rz-primary {
    box-shadow: none !important;
    border-color: #1E4ED8 !important;
}

.rz-datepicker:has(.rz-datepicker-trigger) > .rz-inputtext {
    padding: 22px 11px !important;
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #1916da, 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.5), -1.8em -1.8em 0 0em rgba(25,22,218, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.7), 1.8em -1.8em 0 0em #1916da, 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.5), 1.8em -1.8em 0 0em rgba(25,22,218, 0.7), 2.5em 0em 0 0em #1916da, 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.5), 2.5em 0em 0 0em rgba(25,22,218, 0.7), 1.75em 1.75em 0 0em #1916da, 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.5), 1.75em 1.75em 0 0em rgba(25,22,218, 0.7), 0em 2.5em 0 0em #1916da, -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.5), 0em 2.5em 0 0em rgba(25,22,218, 0.7), -1.8em 1.8em 0 0em #1916da, -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.5), -1.8em 1.8em 0 0em rgba(25,22,218, 0.7), -2.6em 0em 0 0em #1916da, -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.5), -2.6em 0em 0 0em rgba(25,22,218, 0.7), -1.8em -1.8em 0 0em #1916da;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #1916da, 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.5), -1.8em -1.8em 0 0em rgba(25,22,218, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.7), 1.8em -1.8em 0 0em #1916da, 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.5), 1.8em -1.8em 0 0em rgba(25,22,218, 0.7), 2.5em 0em 0 0em #1916da, 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.5), 2.5em 0em 0 0em rgba(25,22,218, 0.7), 1.75em 1.75em 0 0em #1916da, 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.5), 1.75em 1.75em 0 0em rgba(25,22,218, 0.7), 0em 2.5em 0 0em #1916da, -1.8em 1.8em 0 0em rgba(25,22,218, 0.2), -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.5), 0em 2.5em 0 0em rgba(25,22,218, 0.7), -1.8em 1.8em 0 0em #1916da, -2.6em 0em 0 0em rgba(25,22,218, 0.2), -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.5), -1.8em 1.8em 0 0em rgba(25,22,218, 0.7), -2.6em 0em 0 0em #1916da, -1.8em -1.8em 0 0em rgba(25,22,218, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,22,218, 0.2), 1.8em -1.8em 0 0em rgba(25,22,218, 0.2), 2.5em 0em 0 0em rgba(25,22,218, 0.2), 1.75em 1.75em 0 0em rgba(25,22,218, 0.2), 0em 2.5em 0 0em rgba(25,22,218, 0.2), -1.8em 1.8em 0 0em rgba(25,22,218, 0.5), -2.6em 0em 0 0em rgba(25,22,218, 0.7), -1.8em -1.8em 0 0em #1916da;
    }
}

