/* ==================================================
   01. Design Tokens
================================================== */
:root {
    --font-mitr: 'Mitr', sans-serif;
    --font-work-sans: 'Work Sans', sans-serif;

    --primary-color: #006F30;
    --green-color: #006F30;
    --light-blue-color: #3093EF;
    --dark-blue-color: #118CB3;
    --orenge-color: #F27C3A;
    --orange-color: var(--orenge-color);
    --red-color: #ef1212;

    --background: #F4F3F5;
    --bg-color: #1D1D1D;
    --bg-dark: #242526;
    --bg-dark2: #202327;

    --text-color: #1F2937;
    --text-color2: #595959;
    --white: #fff;
    --text-light: #9E9E9E;
    --text-light2: #DBDBDB;
    --placeholder-text: #878787;

    --customer-sidebar-width: 0px;
    --customer-sidebar-collapsed-width: 0px;
    --customer-header-height: 88px;
    --customer-dock-height: 58px;
    --customer-footer-height: 28px;
    --customer-content-gap: 10px;
    --customer-radius-sm: 8px;
    --customer-radius-md: 12px;
    --customer-radius-lg: 18px;
    --customer-border-color: rgba(23, 36, 30, 0.09);
    --customer-border-strong: rgba(23, 36, 30, 0.16);
    --customer-shadow-sm: 0 8px 24px rgba(20, 35, 28, 0.06);
    --customer-shadow-md: 0 20px 44px rgba(20, 35, 28, 0.11);
    --customer-transition: 0.2s ease;
    --customer-panel-bg: #f1f2ec;
    --customer-surface: #fffef9;
    --customer-surface-muted: #f6f7f1;
    --customer-ink: #17241e;
    --customer-muted: #68736d;
    --customer-sidebar-bg: #fffef9;
    --customer-sidebar-soft: #eff3ec;
    --customer-command-bg: #17241e;
    --customer-accent-soft: #dff1c6;
    --customer-warm: #ffdfb9;
    --customer-focus: rgba(0, 111, 48, 0.18);
}

/* Template creation path selector. */
body.customer-route-specificationcreate .customer-view-scroll {
    padding: 18px 20px 28px !important;
}

body.customer-route-specificationcreate .template-path-page,
body.customer-route-specificationcreate .template-path-page *,
body.customer-route-specificationcreate .template-path-page *::before,
body.customer-route-specificationcreate .template-path-page *::after {
    box-sizing: border-box;
}

body.customer-route-specificationcreate .template-path-page {
    width: 100%;
    color: #17241e;
    font-family: var(--font-work-sans);
}

body.customer-route-specificationcreate .template-path-hero {
    display: flex;
    min-height: 124px;
    padding: 22px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 36, 30, 0.05);
}

body.customer-route-specificationcreate .template-path-kicker,
body.customer-route-specificationcreate .template-path-heading span,
body.customer-route-specificationcreate .template-path-card-copy > span {
    display: block;
    color: #006f30;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.customer-route-specificationcreate .template-path-hero h1 {
    margin: 7px 0 5px;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 500;
    line-height: 1.2;
}

body.customer-route-specificationcreate .template-path-hero p,
body.customer-route-specificationcreate .template-path-heading p,
body.customer-route-specificationcreate .template-path-card-copy p {
    margin: 0;
    color: #68756e;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}

body.customer-route-specificationcreate .template-path-progress {
    display: flex;
    padding: 10px 12px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 13px;
    background: #f7f8f5;
    white-space: nowrap;
    flex-wrap: wrap;
}

body.customer-route-specificationcreate .template-path-progress span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #8a948e;
}

body.customer-route-specificationcreate .template-path-progress b {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 8px;
    background: #fff;
    font-size: 10px;
}

body.customer-route-specificationcreate .template-path-progress em {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

body.customer-route-specificationcreate .template-path-progress .active {
    color: #17241e;
}

body.customer-route-specificationcreate .template-path-progress .active b {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

body.customer-route-specificationcreate .template-path-progress > i {
    color: #b2bab5;
    font-size: 10px;
}

body.customer-route-specificationcreate .template-path-workspace {
    margin-top: 14px;
    padding: 18px;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 18px;
    background: #f7f8f5;
}

body.customer-route-specificationcreate .template-path-heading {
    display: flex;
    margin-bottom: 14px;
    padding: 0 2px 13px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
}

body.customer-route-specificationcreate .template-path-heading h2 {
    margin: 4px 0 0;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: 20px;
    font-weight: 500;
}

body.customer-route-specificationcreate .template-path-heading p {
    font-size: 11px;
}

body.customer-route-specificationcreate .template-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.customer-route-specificationcreate .template-path-card {
    position: relative;
    display: grid;
    min-height: 338px;
    padding: 18px;
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto;
    gap: 14px 18px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 16px;
    background: #fff;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.customer-route-specificationcreate .template-path-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #006f30;
    content: "";
}

body.customer-route-specificationcreate .template-path-card-guided::before {
    background: #f27c3a;
}

body.customer-route-specificationcreate .template-path-card:hover {
    border-color: rgba(0, 111, 48, 0.3);
    box-shadow: 0 14px 28px rgba(23, 36, 30, 0.08);
    transform: translateY(-2px);
}

body.customer-route-specificationcreate .template-path-card-top {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
}

body.customer-route-specificationcreate .template-path-number {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #17241e;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationcreate .template-path-badge {
    padding: 6px 9px;
    border-radius: 999px;
    background: #edf6ef;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
}

body.customer-route-specificationcreate .template-path-card-guided .template-path-badge {
    background: #fff0e8;
    color: #b74f17;
}

body.customer-route-specificationcreate .template-path-card-icon {
    display: flex;
    width: 86px;
    height: 86px;
    grid-row: 2 / 4;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: #f2f5f1;
}

body.customer-route-specificationcreate .template-path-card-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

body.customer-route-specificationcreate .template-path-card-copy h3 {
    margin: 5px 0 7px;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: 21px;
    font-weight: 500;
}

body.customer-route-specificationcreate .template-path-card ul {
    display: flex;
    margin: 0;
    padding: 0;
    grid-column: 2;
    flex-wrap: wrap;
    align-content: start;
    gap: 8px 16px;
    list-style: none;
}

body.customer-route-specificationcreate .template-path-card li {
    color: #526058;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationcreate .template-path-card li i {
    margin-right: 4px;
    color: #006f30;
}

body.customer-app.customer-route-specificationcreate .template-path-page .template-path-action {
    display: flex;
    min-height: 52px;
    padding: 10px 18px;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid #b6d2c1;
    border-radius: 13px;
    background: linear-gradient(#fff, #f7faf8);
    box-shadow: 0 6px 0 #c9d6ce, 0 9px 16px rgba(0, 0, 0, 0.08);
    color: #17241e !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.customer-app.customer-route-specificationcreate .template-path-page .template-path-card-guided .template-path-action {
    border-color: #08673b;
    background: linear-gradient(180deg, #0c9b55, #04723d);
    box-shadow: 0 6px 0 #044f2d, 0 11px 20px rgba(1, 99, 53, 0.24);
    color: #fff !important;
}

body.customer-app.customer-route-specificationcreate .template-path-page .template-path-action:hover {
    border-color: #9fc6ad;
    background: linear-gradient(#fff, #f7faf8);
    box-shadow: 0 6px 0 #c9d6ce, 0 11px 18px rgba(0, 0, 0, 0.1);
    color: #17241e !important;
    opacity: 1;
    transform: translateY(-2px);
}

body.customer-app.customer-route-specificationcreate .template-path-page .template-path-card-guided .template-path-action:hover {
    border-color: #08673b;
    background: linear-gradient(180deg, #0c9b55, #04723d);
    box-shadow: 0 6px 0 #044f2d, 0 13px 22px rgba(1, 99, 53, 0.28);
    color: #fff !important;
}

/* Marketplace template builder. */
body.customer-route-specificationmarketplace .customer-view-scroll {
    padding: 16px 18px 28px !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow,
body.customer-route-specificationmarketplace .marketplace-template-flow *,
body.customer-route-specificationmarketplace .marketplace-template-flow *::before,
body.customer-route-specificationmarketplace .marketplace-template-flow *::after {
    box-sizing: border-box;
}

body.customer-route-specificationmarketplace .marketplace-template-flow {
    width: 100%;
    color: #17241e;
    font-family: var(--font-work-sans);
}

body.customer-route-specificationmarketplace .marketplace-template-flow > .row {
    margin: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow > .row > .col-12 {
    padding: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow #loadingPage:empty,
body.customer-route-specificationmarketplace .marketplace-template-flow #loadingData:empty,
body.customer-route-specificationmarketplace .marketplace-template-flow #validation:empty {
    display: none;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard-content,
body.customer-route-specificationmarketplace .marketplace-template-flow .wizard,
body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .content,
body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .content > .body,
body.customer-route-specificationmarketplace .marketplace-template-flow .order-form-wrapper,
body.customer-route-specificationmarketplace .marketplace-template-flow .tab {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps {
    margin-bottom: 14px;
    padding: 10px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(23, 36, 30, 0.05);
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps > ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps a {
    display: flex;
    min-height: 44px;
    padding: 7px 10px !important;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(23, 36, 30, 0.08) !important;
    border-radius: 11px !important;
    background: #f7f8f5 !important;
    color: #718078 !important;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps .current a {
    border-color: #006f30 !important;
    background: #edf6ef !important;
    color: #17241e !important;
    box-shadow: inset 0 0 0 1px #006f30;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps .done a {
    background: #17241e !important;
    color: #fff !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps .step {
    display: inline-flex;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: #006f30;
    font-size: 10px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps .current .step {
    background: #006f30;
    color: #fff;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb {
    min-height: 98px;
    margin: 0 0 14px !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(23, 36, 30, 0.08) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(23, 36, 30, 0.04) !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb::before {
    display: block;
    margin-bottom: 6px;
    color: #006f30;
    content: "MARKETPLACE TEMPLATE BUILDER";
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.09em;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb .page-title {
    display: block;
    margin: 0;
    padding: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb .page-title::before {
    display: none;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb h4 {
    margin: 0;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: 24px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow section > .tab > .row,
body.customer-route-specificationmarketplace .marketplace-template-flow section > .row {
    margin-right: 0;
    margin-left: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow section > .tab > .row > [class*="col-"],
body.customer-route-specificationmarketplace .marketplace-template-flow section > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .eg-wrapper {
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    border-radius: 17px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(23, 36, 30, 0.05) !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .service-title {
    min-height: 54px;
    margin: 0 0 14px !important;
    padding: 0 0 13px;
    align-items: flex-start !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

body.customer-route-specificationmarketplace .marketplace-template-flow .service-title h4 {
    margin: 0 0 4px;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: 18px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .service-title p {
    margin: 0;
    color: #6c7972;
    font-size: 11px;
    font-weight: 400;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .service-title .primary-btn {
    min-width: 130px;
    min-height: 36px;
    padding: 0 12px !important;
    border: 1px solid rgba(0, 111, 48, 0.18);
    border-radius: 9px;
    background: #edf6ef;
    color: #006f30;
    font-size: 10px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two > .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .imageComplexityLabel {
    width: 100%;
    padding: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .single-service-card {
    position: relative;
    display: grid;
    min-height: 190px;
    padding: 11px;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 14px !important;
    background: #fafbf8 !important;
    box-shadow: none !important;
    cursor: pointer;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .imageComplexityLabel.selected .single-service-card,
body.customer-route-specificationmarketplace .marketplace-template-flow .single-service-card:has(input:checked) {
    border-color: #006f30 !important;
    background: #f1f8f3 !important;
    box-shadow: inset 0 0 0 1px #006f30 !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .single-service-card .service-card-img {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
    background: #f2f5f1;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .single-service-card .service-card-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .single-service-card .check-box {
    top: 8px;
    right: 8px;
    left: auto;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #006f30;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .single-service-card .service-card-content {
    padding: 10px 2px 1px;
    text-align: left;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .single-service-card .service-card-content h6 {
    margin: 0 0 3px;
    color: #17241e;
    font-size: 13px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .single-service-card .service-card-content p {
    margin: 0;
    color: #006f30;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-preferences-heading {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center !important;
    gap: 11px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-preferences-heading > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #13241d;
    color: #fff;
    font-size: 17px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-preferences-heading small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format > .from-inner3 {
    display: grid !important;
    min-height: 72px;
    margin: 0 !important;
    padding: 12px !important;
    grid-template-columns: minmax(135px, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 12px;
    background: #fafbf8;
}
body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format > .from-inner3:empty {
    display: none !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format > .from-inner3 > label {
    margin: 0;
    color: #26362e;
    font-size: 13px;
    font-weight: 600;
}
.sp-image-format .from-inner3 .order-type .nice-select .list {
    max-height: 200px;
    overflow-y: scroll;
}
body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-column: 1 / -1;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px !important;
    overflow: hidden;
    border: 1px dashed rgba(0, 111, 48, 0.25) !important;
    background: #f4f8f4 !important;
    box-sizing: border-box;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background:empty {
    display: none !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background[hidden] {
    display: none !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background .form-group {
    display: grid !important;
    width: 100%;
    min-width: 0;
    margin: 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: flex-end;
    gap: 12px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background-field {
    display: grid;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    gap: 6px;
    overflow: hidden;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background-field label {
    color: #26362e;
    font-size: 12px;
    font-weight: 600;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background-field input {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px;
    max-height: 42px;
    padding: 9px 11px;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 9px;
    background: #fff;
    color: #26362e;
    font-size: 13px;
    box-sizing: border-box;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background .form-group > span {
    padding-bottom: 12px;
    color: #718078;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-channel-error:not(:empty) {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .image-format-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .image-format-radio .form-check {
    margin: 0;
    padding: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .image-format-radio .form-check-input {
    position: absolute;
    opacity: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .image-format-radio .form-check-label {
    display: flex;
    min-height: 34px;
    margin: 0;
    padding: 7px 10px;
    align-items: center;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 9px;
    background: #fff;
    color: #59675f;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .image-format-radio .form-check-input:checked + .form-check-label {
    border-color: #006f30;
    background: #edf6ef;
    color: #006f30;
    box-shadow: inset 0 0 0 1px #006f30;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .order-type,
body.customer-route-specificationmarketplace .marketplace-template-flow .order-type .nice-select,
body.customer-route-specificationmarketplace .marketplace-template-flow .order-type select {
    width: 100% !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .order-type .nice-select,
body.customer-route-specificationmarketplace .marketplace-template-flow .order-type select {
    min-height: 38px;
    border: 1px solid rgba(23, 36, 30, 0.11) !important;
    border-radius: 9px;
    background: #fff;
    color: #26362e;
    font-size: 11px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow #marketplace > .row,
body.customer-route-specificationmarketplace .marketplace-template-flow .addon > .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow #marketplace > .row > [class*="col-"],
body.customer-route-specificationmarketplace .marketplace-template-flow .addon > .row > [class*="col-"] {
    width: 100%;
    padding: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .step-card {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 160px;
    padding: 11px;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 14px !important;
    background: #fafbf8 !important;
    cursor: pointer;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .step-card:has(input:checked) {
    border-color: #006f30 !important;
    background: #f1f8f3 !important;
    box-shadow: inset 0 0 0 1px #006f30;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .step-card .step-img {
    display: flex;
    width: 100%;
    height: 102px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0 !important;
    border-radius: 10px;
    background: #f2f5f1;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .step-card .step-img img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .step-card .company-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .step-card .step-img .check-box {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #006f30;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .step-card .step-content {
    padding: 9px 2px 1px;
    text-align: left;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .step-card .step-content h6 {
    margin: 0;
    color: #17241e;
    font-size: 12px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .form-inner.style-2 {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 12px;
    background: #f7f8f5;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .form-inner.style-2 > label {
    display: block;
    margin: 0 0 7px;
    color: #26362e;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .form-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .form-content input {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 8px 11px;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 9px;
    background: #fff;
    font-size: 11px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .form-content button {
    min-width: 130px;
    min-height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 9px;
    background: #006f30;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .note-and-btn {
    margin: 10px 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 11px;
    background: #fff;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .note-and-btn p,
body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-sp2 > p {
    margin: 0;
    color: #66736b;
    font-size: 10px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .note-and-btn span,
body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-sp2 > p span {
    color: #006f30;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .actions {
    margin-top: 12px;
    padding: 0;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .actions > ul {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .actions a {
    display: inline-flex;
    min-width: 94px;
    min-height: 38px;
    padding: 0 14px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.12) !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #17241e !important;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .actions li:nth-child(2) a {
    border-color: #006f30 !important;
    background: #006f30 !important;
    color: #fff !important;
}
body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .actions li:nth-child(2) a i {
    padding-left:5px;
}

body.customer-template-edit-page .marketplace-template-flow .wizard > .actions a[href="#finish"] {
    border-color: #006f30 !important;
    background: #006f30 !important;
    color: #fff !important;
}

body.customer-template-create-page .marketplace-template-flow .wizard > .actions a[href="#finish"] {
    border-color: #006f30 !important;
    background: #006f30 !important;
    color: #fff !important;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .modal-content {
    padding: 14px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(23, 36, 30, 0.18);
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-sp-modal-head {
    padding: 2px 2px 12px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-sp-modal-head h4 {
    margin: 0;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: 17px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .modal-body {
    padding: 14px 2px;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .modal .btn {
    min-height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationmarketplace .marketplace-template-flow .modal .btn-primary,
body.customer-route-specificationmarketplace .marketplace-template-flow .modal .btn-primary1 {
    background: #006f30;
    color: #fff;
}

@media (max-width: 1199px) {
    body.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow #marketplace > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .addon > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps > ul,
    body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format {
        grid-template-columns: 1fr;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow #marketplace > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .addon > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Marketplace builder render repair: override the legacy wizard's inline positioning. */
body.customer-app .marketplace-template-flow,
body.customer-app .marketplace-template-flow > .row,
body.customer-app .marketplace-template-flow #orderFormArea,
body.customer-app .marketplace-template-flow #validation,
body.customer-app .marketplace-template-flow .wizard-content,
body.customer-app .marketplace-template-flow .wizard,
body.customer-app .marketplace-template-flow .wizard > .content,
body.customer-app .marketplace-template-flow .wizard > .content > .body {
    position: static !important;
    inset: auto !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: visible !important;
    transform: none !important;
}

body.customer-app .marketplace-template-flow .wizard > .steps {
    position: static !important;
    inset: auto !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 14px !important;
    opacity: 1 !important;
}

body.customer-app .marketplace-template-flow .wizard > .steps > ul {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.customer-app .marketplace-template-flow .wizard > .steps > ul > li {
    position: static !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
}

body.customer-app .marketplace-template-flow .wizard > .steps > ul > li::before,
body.customer-app .marketplace-template-flow .wizard > .steps > ul > li::after {
    content: none !important;
    display: none !important;
}

body.customer-app .marketplace-template-flow .wizard > .steps .step {
    position: static !important;
    inset: auto !important;
    margin: 0 !important;
}

body.customer-app .marketplace-template-flow .wizard > .actions {
    position: static !important;
    inset: auto !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
}

body.customer-app .marketplace-template-flow .wizard > .actions > ul {
    float: none !important;
    width: 100% !important;
    justify-content: center !important;
}

body.customer-app .marketplace-template-flow .page-title-and-breadcurmb,
body.customer-app .marketplace-template-flow .eg-wrapper,
body.customer-app .marketplace-template-flow section,
body.customer-app .marketplace-template-flow section > .tab,
body.customer-app .marketplace-template-flow section > .row {
    width: 100% !important;
    max-width: none !important;
}

body.customer-app .marketplace-template-flow .page-title-and-breadcurmb {
    display: block !important;
}

body.customer-app .marketplace-template-flow .page-title-and-breadcurmb .page-title,
body.customer-app .marketplace-template-flow .page-title-and-breadcurmb .page-title h4 {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.customer-app .marketplace-template-flow .page-title-and-breadcurmb .page-title h4 {
    color: #17241e !important;
}

body.customer-app .marketplace-template-flow .service-area.two:not(.marketplace-complexity-options) > .row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

body.customer-app .marketplace-template-flow .service-area.two .imageComplexityLabel,
body.customer-app .marketplace-template-flow .service-area.two .single-service-card.style-2 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

body.customer-app .marketplace-template-flow .service-area.two .single-service-card.style-2 {
    min-height: 190px !important;
}

body.customer-app .marketplace-template-flow .service-area.two .single-service-card.style-2 .service-card-img {
    width: 100% !important;
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
    padding: 8px !important;
}

body.customer-app .marketplace-template-flow .service-area.two .single-service-card.style-2 .service-card-img > img {
    width: 100% !important;
    max-width: 108px !important;
    height: 100% !important;
    max-height: 104px !important;
    padding: 0 !important;
    object-fit: contain !important;
}

@media (max-width: 767px) {
    body.customer-app .marketplace-template-flow .wizard > .steps > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.customer-app .marketplace-template-flow .service-area.two > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    body.customer-app .marketplace-template-flow .wizard > .steps > ul,
    body.customer-app .marketplace-template-flow .service-area.two > .row {
        grid-template-columns: 1fr !important;
    }
}

/* Marketplace complexity: purpose-built horizontal decision cards. */
body.customer-app .marketplace-template-flow .marketplace-complexity-panel {
    padding: 16px !important;
}

body.customer-app .marketplace-template-flow .marketplace-step-heading {
    display: grid !important;
    min-height: 66px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center !important;
    gap: 11px;
}

body.customer-app .marketplace-template-flow .marketplace-step-heading-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #17241e;
    color: #fff;
    font-size: 17px;
}

body.customer-app .marketplace-template-flow .marketplace-step-heading small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.customer-app .marketplace-template-flow .marketplace-step-heading h4 {
    font-size: 17px;
}

body.customer-app .marketplace-template-flow .marketplace-step-heading .primary-btn {
    position: static !important;
    display: inline-flex;
    min-width: 112px;
    min-height: 36px;
    margin: 0 !important;
    padding: 0 11px !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-options {
    padding: 0 !important;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-options > .row,
body.customer-app .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-options .imageComplexityLabel {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    padding: 0 !important;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-card {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 112px;
    padding: 12px;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 4px 12px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(23, 36, 30, 0.035);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-card:hover {
    border-color: rgba(0, 111, 48, 0.32);
    box-shadow: 0 10px 20px rgba(23, 36, 30, 0.07);
    transform: translateY(-1px);
}

body.customer-app .marketplace-template-flow .imageComplexityLabel.selected .marketplace-complexity-card,
body.customer-app .marketplace-template-flow .marketplace-complexity-card:has(input:checked) {
    border-color: #006f30;
    background: #f2f8f3;
    box-shadow: inset 0 0 0 1px #006f30;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-index {
    position: absolute;
    top: 7px;
    right: 9px;
    color: #9aa49e;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-media {
    display: flex;
    width: 68px;
    height: 68px;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #f2f5f1;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-media img {
    width: 46px;
    height: 46px;
    padding: 0;
    object-fit: contain;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-copy {
    min-width: 0;
    padding-right: 20px;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-copy small {
    display: block;
    color: #849088;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-copy h6 {
    margin: 2px 0;
    overflow: hidden;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-copy p {
    margin: 0;
    overflow: hidden;
    color: #6e7b73;
    font-size: 9px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-price {
    color: #006f30;
    font-size: 12px;
    font-weight: 500;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-price small {
    color: #7b8780;
    font-size: 8px;
    font-weight: 500;
}

body.customer-app .marketplace-template-flow .marketplace-complexity-check {
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 7px;
    background: #fff;
    color: transparent;
    font-size: 11px;
}

body.customer-app .marketplace-template-flow .imageComplexityLabel.selected .marketplace-complexity-check,
body.customer-app .marketplace-template-flow .marketplace-complexity-card:has(input:checked) .marketplace-complexity-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

@media (max-width: 1199px) {
    body.customer-app .marketplace-template-flow .marketplace-complexity-options > .row,
    body.customer-app .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.customer-app .marketplace-template-flow .marketplace-step-heading {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    body.customer-app .marketplace-template-flow .marketplace-step-heading .primary-btn {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    body.customer-app .marketplace-template-flow .marketplace-complexity-options > .row,
    body.customer-app .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 575px) {
    body.customer-route-specificationmarketplace .customer-view-scroll {
        padding: 12px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow #marketplace > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .addon > .row {
        grid-template-columns: 1fr;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format > .from-inner3,
    body.customer-route-specificationmarketplace .marketplace-template-flow .form-content {
        grid-template-columns: 1fr;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background .form-group {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-custom-background .form-group > span {
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 991px) {
    body.customer-route-specificationcreate .template-path-hero,
    body.customer-route-specificationcreate .template-path-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    body.customer-route-specificationcreate .template-path-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    body.customer-route-specificationcreate .customer-view-scroll {
        padding: 12px !important;
    }

    

    body.customer-route-specificationcreate .template-path-card {
        grid-template-columns: 1fr;
    }

    body.customer-route-specificationcreate .template-path-card-icon {
        grid-row: auto;
    }

    body.customer-route-specificationcreate .template-path-card ul {
        grid-column: 1;
    }
}

/* ==================================================
   02. Base Customer Panel
================================================== */
body.customer-app {
    margin: 0;
    background: var(--customer-panel-bg);
    color: var(--customer-ink);
    font-family: var(--font-work-sans);
    font-size: 13px;
    line-height: 1.45;
}

.customer-app *,
.customer-app *::before,
.customer-app *::after {
    box-sizing: border-box;
}

.customer-app a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color var(--customer-transition), border-color var(--customer-transition), background var(--customer-transition), box-shadow var(--customer-transition), transform var(--customer-transition);
}

.customer-app a:hover {
    color: #004d23;
}

.customer-app img,
.customer-app svg {
    max-width: 100%;
}

.customer-app ul {
    margin: 0;
    padding: 0;
}

.customer-app li {
    list-style: none;
}

.customer-app p {
    margin: 0 0 10px;
    color: var(--customer-muted);
}

.customer-app h1,
.customer-app h2,
.customer-app h3,
.customer-app h4,
.customer-app h5,
.customer-app h6 {
    margin: 0;
    color: var(--customer-ink);
    font-family: var(--font-work-sans);
    font-weight: 500;
    letter-spacing: 0;
}

.customer-app .container,
.customer-app .container-fluid {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

/* ==================================================
   03. Cards and Widgets
================================================== */
.customer-app .customer-module,
.customer-app .invoice-page,
.customer-app .page-wrapper,
.customer-app .order_success {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: var(--customer-content-gap);
}

.customer-app .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
}

.customer-app .mb-10,
.customer-app .mb-25,
.customer-app .mb-30,
.customer-app .mb-60 {
    margin-bottom: 0 !important;
}

.customer-app .eg-wrapper,
.customer-app .eg-table-wrapper,
.customer-app .setting-wrapper,
.customer-app .invoice-wrapper,
.customer-app .order-process-area,
.customer-app .support-ticket-wrapper,
.customer-app .summary-table-wrapper,
.customer-app .dashboard-orders-panel,
.customer-app .dashboard-metric,
.customer-app .single-order-option,
.customer-app .single-specification,
.customer-app .specification-card,
.customer-app .counter-single,
.customer-app .ticket-entry {
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-lg);
    background: var(--customer-surface);
    box-shadow: var(--customer-shadow-sm);
}

.customer-app .eg-wrapper,
.customer-app .eg-table-wrapper,
.customer-app .setting-wrapper,
.customer-app .support-ticket-wrapper,
.customer-app .summary-table-wrapper {
    width: 100%;
    min-width: 0;
    padding: 14px;
}

.customer-app .eg-wrapper::before,
.customer-app .eg-table-wrapper::before {
    display: none;
}

.customer-app .service-title,
.customer-app .step-title,
.customer-app .dashboard-panel-heading,
.customer-app .table-title-and-sort-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
}

.customer-app .service-title h4,
.customer-app .step-title h4,
.customer-app .dashboard-panel-heading h2 {
    color: var(--customer-ink);
    font-size: 16px;
    line-height: 1.2;
}

.customer-app .service-title p,
.customer-app .step-title p {
    margin: 3px 0 0;
    color: var(--customer-muted);
    font-size: 12px;
    line-height: 1.4;
}

.customer-app .dashboard-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    min-height: 178px;
    overflow: hidden;
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-lg);
    background: #151b18;
    box-shadow: var(--customer-shadow-md);
}

.customer-app .dashboard-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(21, 27, 24, 0.98) 0%, rgba(21, 27, 24, 0.86) 48%, rgba(21, 27, 24, 0.14) 100%);
    pointer-events: none;
}

.customer-app .dashboard-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 560px;
    min-width: 0;
    padding: 20px 22px;
    flex-direction: column;
    justify-content: center;
}

.customer-app .dashboard-eyebrow,
.customer-app .dashboard-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #9ee1ba;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-app .dashboard-hero h1 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 28px;
    line-height: 1.05;
}

.customer-app .dashboard-hero h1 em {
    color: #9ee1ba;
    font-style: normal;
}

.customer-app .dashboard-hero-copy p {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.45;
}

.customer-app .dashboard-hero-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.customer-app .dashboard-primary-action,
.customer-app .dashboard-text-action,
.customer-app .dashboard-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 11px;
    border-radius: var(--customer-radius-md);
    font-size: 12px;
    font-weight: 500;
}

.customer-app .dashboard-primary-action {
    background: var(--primary-color);
    color: #fff;
}

.customer-app .dashboard-text-action {
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.86);
}

.customer-app .dashboard-hero-art {
    position: relative;
    min-height: 178px;
}

.customer-app .dashboard-hero-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-app .hero-art-chip {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(17, 24, 21, 0.72);
    color: #fff;
    font-size: 10px;
    backdrop-filter: blur(8px);
}

.customer-app .hero-art-chip-top {
    top: 12px;
    right: 12px;
}

.customer-app .hero-art-chip-bottom {
    bottom: 12px;
    left: 12px;
}

.customer-app .dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.customer-app .dashboard-metric {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    align-items: center;
    min-height: 82px;
    gap: 10px;
    padding: 12px;
    color: var(--customer-ink);
}

.customer-app .metric-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--customer-radius-md);
    background: #eaf4ee;
}

.customer-app .metric-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.customer-app .metric-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.customer-app .metric-copy small {
    color: var(--customer-muted);
    font-size: 11px;
    line-height: 1.2;
}

.customer-app .metric-copy strong {
    color: var(--customer-ink);
    font-size: 26px;
    line-height: 1.05;
}

.customer-app .metric-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--customer-surface-muted);
    color: var(--primary-color);
}

.customer-app .dashboard-orders-panel {
    min-height: 0;
    padding: 14px;
}

.customer-app .dashboard-table-wrap {
    min-height: 0;
}

/* ==================================================
   04. Forms
================================================== */
.customer-app .form-inner,
.customer-app .form-group,
.customer-app .form-row {
    min-width: 0;
}

.customer-app .form-inner label,
.customer-app .form-group > label,
.customer-app .control-label,
.customer-app label {
    margin-bottom: 5px;
    color: #344054;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

.customer-app .form-control,
.customer-app .form-inner input,
.customer-app .form-inner textarea,
.customer-app .form-inner select,
.customer-app .form-group input,
.customer-app .form-group textarea,
.customer-app .form-group select,
.customer-app .nice-select,
.customer-app select {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--customer-border-strong);
    border-radius: var(--customer-radius-md);
    background: #fff;
    color: var(--customer-ink);
    font-family: var(--font-work-sans);
    font-size: 12px;
    line-height: 1.35;
    box-shadow: none;
    transition: border-color var(--customer-transition), box-shadow var(--customer-transition), background var(--customer-transition);
}

.customer-app textarea.form-control,
.customer-app .form-inner textarea,
.customer-app .form-group textarea {
    min-height: 86px;
    resize: vertical;
}

.customer-app input::placeholder,
.customer-app textarea::placeholder {
    color: var(--placeholder-text);
}

.customer-app .form-control:focus,
.customer-app .form-inner input:focus,
.customer-app .form-inner textarea:focus,
.customer-app .form-inner select:focus,
.customer-app .form-group input:focus,
.customer-app .form-group textarea:focus,
.customer-app .form-group select:focus,
.customer-app .nice-select.open,
.customer-app select:focus {
    border-color: var(--primary-color);
    outline: 0;
    background: #fff;
    box-shadow: 0 0 0 3px var(--customer-focus);
}

.customer-app input[disabled],
.customer-app input[readonly],
.customer-app textarea[disabled],
.customer-app select[disabled],
.customer-app .form-control:disabled,
.customer-app .form-control[readonly] {
    background: #f2f4f3;
    color: #8b98a5;
    cursor: not-allowed;
}

.customer-app input[type="checkbox"],
.customer-app input[type="radio"] {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    padding: 0;
    accent-color: var(--primary-color);
}

.customer-app label.error,
.customer-app .text-danger,
.customer-app .invalid-feedback,
.customer-app #validation {
    color: var(--red-color) !important;
    font-size: 11px;
}

.customer-app #loadingData {
    border-radius: var(--customer-radius-lg);
}

/* ==================================================
   05. Buttons
================================================== */
.customer-app .btn,
.customer-app .btn-hover,
.customer-app .eg-btn,
.customer-app .primary-btn,
.customer-app .primary-btn1,
.customer-app .primary-btn2,
.customer-app .details-btn,
.customer-app .back-btn,
.customer-app .modal-btn,
.customer-app .Showless-btn2,
.customer-app .dashboard-primary-action,
.customer-app .dashboard-text-action,
.customer-app .dashboard-view-all,
.customer-app .select-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid transparent;
    border-radius: var(--customer-radius-md);
    font-family: var(--font-work-sans);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    transition: background var(--customer-transition), border-color var(--customer-transition), color var(--customer-transition), box-shadow var(--customer-transition), transform var(--customer-transition);
}

.customer-app .btn:hover,
.customer-app .btn-hover:hover,
　
.customer-app .btn-danger,
.customer-app .eg-btn.danger,
.customer-app .delete-btn {
    border-color: var(--red-color);
    background: var(--red-color);
    color: #fff !important;
    display: inline-block;
}

.customer-app .btn-warning {
    border-color: var(--orenge-color);
    background: var(--orenge-color);
    color: #fff !important;
}

.customer-app .btn-secondary,
.customer-app .back-btn,
.customer-app .Showless-btn2,
.customer-app .dashboard-view-all {
    border-color: var(--customer-border-strong);
    background: #fff;
    color: var(--customer-ink) !important;
}

.customer-app .btn-sm,
.customer-app .eg-btn.btn-sm {
    min-height: 30px;
    padding: 5px 9px;
    font-size: 11px;
}

.customer-app button:disabled,
.customer-app .btn.disabled,
.customer-app .btn:disabled,
.customer-app [aria-disabled="true"] {
    opacity: 0.55;
    pointer-events: none;
    transform: none;
}

/* ==================================================
   06. Tables
================================================== */
.customer-app .eg-table-wrapper {
    min-height: 0;
    overflow: hidden;
}

.customer-app .table-title-and-sort-area {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--customer-border-color);
}

.customer-app .table-title-area,
.customer-app .status-select,
.customer-app .total-entries,
.customer-app .total-select {
    display: flex;
    align-items: center;
    gap: 8px;
}

.customer-app .table-title-and-sort-area span {
    color: var(--customer-muted);
    font-size: 11px;
    font-weight: 500;
}

.customer-app .eg-table,
.customer-app .order-table,
.customer-app .summary-table,
.customer-app .price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.customer-app .eg-table,
.customer-app .order-table {
    min-width: 760px;
}

.customer-app .eg-table thead th,
.customer-app .order-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 9px 10px;
    border-bottom: 1px solid var(--customer-border-color);
    background: #f3f6f4;
    color: #46515d;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.customer-app .eg-table tbody td,
.customer-app .order-table tbody td,
.customer-app .summary-table td {
    padding: 9px 10px;
    border-bottom: 1px solid rgba(31, 41, 55, 0.08);
    color: #475467;
    font-size: 12px;
    vertical-align: middle;
}

.customer-app .eg-table tbody tr:hover td,
.customer-app .order-table tbody tr:hover td {
    background: #fbfdfc;
}

.customer-app .eg-table tbody td.empty,
.customer-app .empty,
.customer-app .dashboard-empty-state {
    padding: 28px 16px !important;
    color: var(--customer-muted);
    text-align: center;
}

.customer-app .pagination-area {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    text-align: center;
}

.customer-app .pagination-area > nav {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Keep the page count readable while the pager stays geometrically centered. */
.customer-app .numberOfShow-and-pagination {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
}

.customer-app .numberOfShow-and-pagination .number-of-show {
    grid-column: 1;
    min-width: max-content;
    white-space: nowrap;
}

.customer-app .numberOfShow-and-pagination .pagination-area {
    grid-column: 2;
    width: auto;
    min-width: max-content;
}

@media (max-width: 575.98px) {
    .customer-app .numberOfShow-and-pagination {
        grid-template-columns: minmax(0, 1fr);
    }

    .customer-app .numberOfShow-and-pagination .number-of-show,
    .customer-app .numberOfShow-and-pagination .pagination-area {
        grid-column: 1;
    }

    .customer-app .numberOfShow-and-pagination .pagination-area {
        width: 100%;
    }
}

/* Complexity cards in every specification builder match Order Create cards. */
body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-card, .step-template-complexity-card) {
    display: grid !important;
    width: 100%;
    height: 100%;
    min-height: 110px !important;
    padding: 10px 12px !important;
    grid-template-columns: 110px minmax(0, 1fr) !important;
    grid-template-rows: 1fr auto !important;
    align-items: center;
    gap: 4px 13px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
    transform: none;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-card, .step-template-complexity-card):hover {
    border-color: rgba(0, 111, 48, 0.4) !important;
    box-shadow: 0 7px 16px rgba(20, 35, 28, 0.06) !important;
    transform: translateY(-1px);
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-media, .step-template-card-media) {
    display: inline-flex !important;
    width: 110px !important;
    height: 110px !important;
    min-height: 110px !important;
    padding: 0 !important;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 11px !important;
    background: #f2f4f3 !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-media, .step-template-card-media) > img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    padding: 4px !important;
    border: 0 !important;
    border-radius: 0;
    object-fit: contain !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-index, .step-template-card-index),
body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) > small,
body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) > p {
    display: none !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) {
    min-width: 0;
    padding: 0 20px 0 0 !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) h6 {
    width: 100%;
    margin: 2px 0 4px !important;
    overflow: visible;
    color: #17241e !important;
    font-size: 17px !important;
    font-weight: 500;
    line-height: 1.15;
    text-overflow: clip;
    white-space: normal;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-check, .step-template-card-check) {
    top: 8px !important;
    right: 8px !important;
    bottom: auto !important;
    width: 20px;
    height: 20px;
    border-radius: 7px;
}

body.customer-app[class*="customer-route-specification"] :is(.imageComplexityLabel.selected, .imageComplexityLabel:has(input:checked)) :is(.marketplace-complexity-card, .step-template-complexity-card) {
    border-color: #006f30 !important;
    background: #f7f8f5 !important;
    box-shadow: 0 0 0 2px rgba(0, 111, 48, 0.1) !important;
}

body.customer-app[class*="customer-route-specification"] :is(.imageComplexityLabel.selected, .imageComplexityLabel:has(input:checked)) :is(.marketplace-complexity-media, .step-template-card-media) {
    background: #17241e !important;
}

body.customer-app[class*="customer-route-specification"] :is(.imageComplexityLabel.selected, .imageComplexityLabel:has(input:checked)) .specification-media-fallback {
    color: #fff;
}

@media (max-width: 575.98px) {
    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-card, .step-template-complexity-card) {
        min-height: 82px !important;
        padding: 9px !important;
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 4px 10px !important;
    }

    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-media, .step-template-card-media) {
        width: 58px !important;
        height: 58px !important;
        min-height: 58px !important;
    }

    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) h6 {
        font-size: 14px !important;
    }
}

.customer-app .pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.customer-app .page-link {
    min-width: 30px;
    min-height: 30px;
    padding: 5px 8px;
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-sm);
    color: var(--customer-ink);
    font-size: 12px;
}

.customer-app .page-item.active .page-link,
.customer-app .page-link:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

/* ==================================================
   07. Badges and Alerts
================================================== */
.customer-app .statu-btn,
.customer-app .status-btn,
.customer-app .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    white-space: nowrap;
}

.customer-app .statu-btn.green,
.customer-app .status-btn.green,
.customer-app .badge-success,
.customer-app .alert-success {
    border-color: rgba(0, 111, 48, 0.16);
    background: rgba(0, 111, 48, 0.1);
    color: var(--primary-color);
}

.customer-app .statu-btn.red,
.customer-app .status-btn.red,
.customer-app .badge-danger,
.customer-app .alert-danger {
    border-color: rgba(239, 18, 18, 0.16);
    background: rgba(239, 18, 18, 0.08);
    color: var(--red-color);
}

.customer-app .statu-btn.orange,
.customer-app .status-btn.orange,
.customer-app .badge-warning,
.customer-app .alert-warning {
    border-color: rgba(242, 124, 58, 0.2);
    background: rgba(242, 124, 58, 0.1);
    color: #a44b1d;
}

.customer-app .statu-btn.light-blue,
.customer-app .statu-btn.dark-blue,
.customer-app .status-btn.light-blue,
.customer-app .status-btn.dark-blue,
.customer-app .badge-info,
.customer-app .alert-info {
    border-color: rgba(48, 147, 239, 0.2);
    background: rgba(48, 147, 239, 0.1);
    color: #1769aa;
}

.customer-app .statu-btn.pink {
    border-color: rgba(214, 74, 136, 0.18);
    background: rgba(214, 74, 136, 0.1);
    color: #9e2860;
}

.customer-app .alert {
    padding: 9px 12px;
    border-radius: var(--customer-radius-md);
    font-size: 12px;
}

/* ==================================================
   08. Dropdowns and Modals
================================================== */
.customer-app .dropdown-menu,
.customer-app .notifacion-card.dropdown-menu {
    min-width: 260px;
    max-width: min(360px, calc(100vw - 24px));
    max-height: min(520px, calc(100vh - 84px));
    padding: 8px;
    overflow-y: auto;
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-lg);
    background: #fff;
    box-shadow: var(--customer-shadow-md);
}

.customer-app .notifacion-card.dropdown-menu {
    width: min(360px, calc(100vw - 24px));
    margin-top: 10px !important;
    padding: 8px;
}

.customer-app .dropdown-item,
.customer-app .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 9px;
    border-radius: var(--customer-radius-md);
    color: var(--customer-ink);
    font-size: 12px;
}

.customer-app .dropdown-item:hover,
.customer-app .dropdown-menu a:hover {
    background: var(--customer-surface-muted);
    color: var(--primary-color);
}

.customer-app .notifacion-card .title {
    padding: 7px 8px 10px;
    border-bottom: 1px solid var(--customer-border-color);
    font-size: 13px;
}

.customer-app .message-item-list,
.customer-app .notify-item-list,
.customer-app .search-listing {
    display: grid;
    gap: 4px;
}

.customer-app .message-item-list,
.customer-app .notify-item-list {
    margin: 0;
    padding: 4px 0 0;
    list-style: none;
}

.customer-app .message-item-list > li,
.customer-app .notify-item-list > li {
    display: grid;
    min-width: 0;
    padding: 11px 10px;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fff;
}

.customer-app .message-item-list > li.active,
.customer-app .notify-item-list > li.active {
    border-color: rgba(0, 111, 48, 0.1);
    background: var(--customer-surface-muted);
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    min-width: 38px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 11px;
    background: rgba(0, 111, 48, 0.08);
    margin: 0 !important;
    padding: 0 !important;
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .content {
    min-width: 0;
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .content h6 {
    margin: 0 0 5px;
    color: var(--customer-ink);
    font-family: var(--font-work-sans);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .content h6 a {
    display: block;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    line-height: inherit;
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .content h6 a:hover {
    background: transparent;
    color: var(--primary-color);
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .content h6 strong {
    font-weight: 500;
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .content > span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--customer-muted);
    font-size: 10px;
    line-height: 1.3;
}

.customer-app :is(.message-item-list, .notify-item-list) > li > .content > span img {
    width: 11px;
    height: 11px;
    opacity: 0.62;
}

.customer-app :is(.message-item-list, .notify-item-list) > .dropdown-empty {
    display: block;
    padding: 16px 12px;
    color: var(--customer-muted);
    text-align: center;
}

.customer-app .dropdown-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    color: var(--customer-muted);
    font-size: 12px;
}

.customer-app .dropdown-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(0, 111, 48, 0.18);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: customer-spin 0.8s linear infinite;
}

@keyframes customer-spin {
    to {
        transform: rotate(360deg);
    }
}

.customer-app .modal {
    z-index: 1060;
}

.customer-app .modal-backdrop {
    z-index: 1055;
}

.customer-app .modal-dialog {
    max-width: min(860px, calc(100% - 28px));
    margin: 14px auto;
}

.customer-app .modal-dialog-centered {
    min-height: calc(100% - 28px);
}

.customer-app .modal-content {
    max-height: calc(100vh - 28px);
    overflow: hidden;
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-lg);
    background: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
}

.customer-app .modal-header,
.customer-app .modal-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-color: var(--customer-border-color);
}

.customer-app .modal-title {
    font-size: 16px;
}

.customer-app .modal-body {
    min-height: 0;
    max-height: calc(100vh - 142px);
    padding: 14px;
    overflow-y: auto;
}

.customer-app .btn-close,
.customer-app .close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: auto;
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-md);
    background: #fff;
    color: var(--customer-ink);
    cursor: pointer;
}

/* ==================================================
   09. Page-specific Components
================================================== */
.customer-app .customer-module-orders,
.customer-app .customer-module-invoices,
.customer-app .customer-module-notifications,
.customer-app .customer-module-transactions,
.customer-app .customer-module-templates,
.customer-app .customer-module-support,
.customer-app .customer-module-settings,
.customer-app .customer-module-create-order {
    min-height: 0;
}

.customer-app .customer-module-orders .eg-table-wrapper,
.customer-app .customer-module-invoices .eg-table-wrapper,
.customer-app .customer-module-transactions .eg-table-wrapper,
.customer-app .dashboard-table-wrap,
.customer-app .order-table-area {
    overflow-x: auto;
    overflow-y: auto;
}

.customer-app .customer-module-create-order .single-order-option {
    display: flex;
    min-height: 154px;
    padding: 18px;
    flex-direction: column;
    justify-content: space-between;
}

.customer-app .customer-module-create-order .order-option-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    border-radius: var(--customer-radius-md);
    background: #eaf4ee;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
}

.customer-app .customer-module-create-order .content {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
}

.customer-app .customer-module-create-order .content h4 {
    margin-bottom: 6px;
    font-size: 18px;
}

.customer-app .customer-module-create-order .content p {
    font-size: 12px;
    line-height: 1.45;
}

.customer-app .customer-module-create-order .content > br {
    display: none;
}

.customer-app .specification-modal .single-specification,
.customer-app .customer-module-templates .single-specification {
    min-height: 150px;
    padding: 14px;
}

.customer-app .single-specification .title,
.customer-app .single-specification .edit-btn-and-time,
.customer-app .single-specification .price-and-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.customer-app .single-specification .title h4 {
    font-size: 14px;
}

.customer-app .bookmar-icon,
.customer-app .edit-btn1,
.customer-app .select-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.customer-app .order-form-wrapper,
.customer-app .wizard-content,
.customer-app .wizard,
.customer-app .wizard > .content {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    overflow: visible;
}

.customer-app .wizard > .content > .body {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    padding: 0;
}

.customer-app .wizard > .content > .body[aria-hidden="true"] {
    display: none;
}

.customer-app .order-form-wrapper .tab,
.customer-app .template-edit-form .tab {
    display: block;
    width: 100%;
    min-height: 0;
    overflow: visible;
}

.customer-app .service-area > .row,
.customer-app .step-wrap > .row,
.customer-app .step-by-step-sp .service-area > .row,
.customer-app .step-by-step-sp .service-area2 > .row,
.customer-app .marketplace-sp2 .step-wrap > .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.customer-app .service-area > .row > [class*="col-"],
.customer-app .step-wrap > .row > [class*="col-"],
.customer-app .service-area > .row > .select-wrap,
.customer-app .step-wrap > .row > .select-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.customer-app .select-wrap input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.customer-app .single-service-card,
.customer-app .step-card {
    position: relative;
    display: flex;
    min-height: 150px;
    overflow: hidden;
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-lg);
    background: #fff;
    flex-direction: column;
    cursor: pointer;
}

.customer-app .service-card-img,
.customer-app .step-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 12px;
    background: var(--customer-surface-muted);
}

.customer-app .service-card-img img,
.customer-app .step-img img {
    width: 100%;
    max-width: 120px;
    height: 86px;
    object-fit: contain;
}

.customer-app .service-card-content,
.customer-app .step-content {
    display: flex;
    min-height: 46px;
    padding: 9px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.customer-app .service-card-content h6,
.customer-app .step-content h6 {
    font-size: 12px;
    line-height: 1.25;
}

.customer-app .step-content p {
    margin: 3px 0 0;
    font-size: 10px;
    line-height: 1.3;
}

.customer-app .check-box {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid var(--customer-border-strong);
    border-radius: 50%;
    background: #fff;
}

.customer-app .select-wrap.selected .single-service-card,
.customer-app .select-wrap.selected .step-card {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px var(--customer-focus);
}

.customer-app .select-wrap.selected .check-box {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.customer-app .summary-table-wrapper .summary-table td {
    padding: 7px 0;
    font-size: 12px;
}

.customer-app .summary-table-wrapper .summary-table td:last-child {
    text-align: right;
}

.customer-app .summary-table-wrapper .total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: var(--customer-radius-md);
    background: var(--customer-sidebar-bg);
}

.customer-app .summary-table-wrapper .total-price::before,
.customer-app .summary-table-wrapper .total-price::after {
    display: none;
}

.customer-app .summary-table-wrapper .total-price h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.customer-app .wizard > .actions {
    padding-top: 12px;
}

.customer-app .wizard > .actions > ul {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
}

.customer-app .image-upload-options .nav,
.customer-app .box-inner > .nav-tabs,
.customer-app #depositPaymentModal .nav-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.customer-app .image-upload-options .nav-link,
.customer-app .box-inner > .nav-tabs a,
.customer-app #depositPaymentModal .nav-tabs a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    gap: 7px;
    padding: 7px 10px !important;
    border: 1px solid var(--customer-border-color) !important;
    border-radius: var(--customer-radius-md) !important;
    background: #fff !important;
    color: var(--customer-ink) !important;
}

.customer-app .image-upload-options .nav-link.active,
.customer-app .box-inner > .nav-tabs a.active,
.customer-app #depositPaymentModal .nav-tabs a.active {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 3px var(--customer-focus);
}

.customer-app .paymentMethod {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 9px;
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-md);
    background: #fff;
}

.customer-app .customer-module-settings .setting-wrapper {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    overflow: hidden;
}

.customer-app .setting-site-bar {
    min-width: 0;
    padding: 14px;
    background: var(--customer-sidebar-bg);
}

.customer-app .setting-tab-content {
    min-width: 0;
    padding: 14px;
    overflow-y: auto;
}

.customer-app .setting-tabs .nav-link {
    justify-content: flex-start;
    width: 100%;
    min-height: 34px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.72);
}

.customer-app .setting-tabs .nav-link.active {
    background: var(--primary-color);
    color: #fff;
}

.customer-app .notifacion-card .notify-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.header-area .main-conent-header .nav-right ul.header-icons li .notifacion-card > ul li{
    padding: 14px 16px !important;
    border-radius: 0;
}
.customer-app .notify-item {
    border-bottom: 1px solid var(--customer-border-color);
}

.customer-app .notify-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    color: var(--customer-ink);
}

.customer-app .notify-img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    overflow: hidden;
    border-radius: 50%;
}

.customer-app .notify-text {
    margin: 0 0 4px;
    color: var(--customer-ink);
    font-size: 12px;
    line-height: 1.35;
}

.customer-app .notify-time {
    color: var(--customer-muted);
    font-size: 10px;
}

.customer-app .invoice-page .invoice-wrapper {
    padding: 18px !important;
    overflow: auto;
}

.customer-app .invoice-page .invoice-wrapper > div,
.customer-app .invoice-page .invoice-wrapper > table {
    min-width: 500px;
}

.customer-app #paidOrderBtn {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 1040;
    display: none;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--customer-border-color);
    border-radius: var(--customer-radius-lg);
    background: #fff;
    box-shadow: var(--customer-shadow-md);
}

.customer-app #paidOrderBtn.is-visible {
    display: flex;
}

.customer-app #paidOrderBtn p {
    margin: 0;
    font-size: 12px;
}

/* ==================================================
   10. Responsive
================================================== */
@media (min-width: 992px) {
    .customer-app .modal-body,
    .customer-app #depositPaymentModal .modal-body {
        max-height: calc(100vh - 148px);
        overflow-y: auto;
    }
}

@media (max-width: 1399.98px) {
    :root {
        --customer-sidebar-width: 216px;
    }

    .customer-app .dashboard-hero {
        min-height: 164px;
    }

    .customer-app .dashboard-hero h1 {
        font-size: 25px;
    }
}

@media (max-width: 1199.98px) {
    .customer-app .dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-app .service-area > .row,
    .customer-app .step-wrap > .row,
    .customer-app .step-by-step-sp .service-area > .row,
    .customer-app .step-by-step-sp .service-area2 > .row,
    .customer-app .marketplace-sp2 .step-wrap > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    :root {
        --customer-header-height: 58px;
    }

    .customer-app .header-area {
        grid-template-columns: var(--customer-sidebar-collapsed-width) minmax(0, 1fr);
    }

    .customer-app .header-area .sidebar-header {
        justify-content: center;
        padding: 8px;
    }

    .customer-app .header-logo {
        display: none;
    }

    .customer-app .header-logo-icon {
        display: inline-flex;
    }

    .customer-app .sidebar-toggle-button {
        margin-left: 0;
    }

    .customer-app .sidebar-wrapper {
        width: var(--customer-sidebar-collapsed-width);
    }

    .customer-app .sidebar-menu-wrapper {
        padding: 10px 8px;
    }

    .customer-app .sidebar-kicker,
    .customer-app .sidebar-section-label,
    .customer-app .side-menu-list h6,
    .customer-app .sidebar-new-badge,
    .customer-app .sidebar-help-card div,
    .customer-app .sidebar-help-card a {
        display: none;
    }

    .customer-app .side-menu-list a,
    .customer-app .sidebar-menu-wrapper ul li a {
        display: flex;
        justify-content: center;
        min-height: 42px;
        padding: 6px;
    }

    .customer-app .sidebar-help-card {
        display: flex;
        justify-content: center;
        padding: 8px;
    }

    .customer-app .main-content,
    .customer-app .main-content.order-content,
    .customer-app .main-content.slide,
    .customer-app .main-content.order-content.slide {
        margin-left: var(--customer-sidebar-collapsed-width);
        padding: 12px 12px 0;
    }

    .customer-app .offer-area,
    .customer-app .admin-desig,
    .customer-app .workspace-context-label {
        display: none;
    }

    .customer-app .workspace-context strong {
        font-size: 14px;
    }

    .customer-app .add-balance-area {
        min-width: 42px;
        grid-template-columns: 30px;
    }

    .customer-app .balance-content {
        display: none;
    }

    .customer-app .dashboard-hero {
        grid-template-columns: 1fr;
        min-height: 360px;
    }

    .customer-app .dashboard-hero::before {
        background: linear-gradient(180deg, rgba(21, 27, 24, 0.05) 0%, rgba(21, 27, 24, 0.2) 35%, rgba(21, 27, 24, 0.96) 72%);
    }

    .customer-app .dashboard-hero-copy {
        align-self: end;
        padding-top: 150px;
    }

    .customer-app .dashboard-hero-art {
        position: absolute;
        inset: 0;
    }

    .customer-app .service-area > .row,
    .customer-app .step-wrap > .row,
    .customer-app .step-by-step-sp .service-area > .row,
    .customer-app .step-by-step-sp .service-area2 > .row,
    .customer-app .marketplace-sp2 .step-wrap > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-app .customer-module-settings .setting-wrapper {
        grid-template-columns: 1fr;
    }

    .customer-app .setting-site-bar {
        padding: 10px;
    }

    .customer-app .setting-tabs .nav {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .customer-app .setting-tabs .nav h5 {
        display: none;
    }

    .customer-app .setting-tabs .nav-link {
        width: auto;
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    .customer-app .main-conent-header {
        padding: 8px 10px;
        gap: 7px;
    }

    .customer-app .main-content,
    .customer-app .main-content.order-content,
    .customer-app .main-content.slide,
    .customer-app .main-content.order-content.slide {
        padding: 10px 8px 0;
    }

    .customer-app .page-title-and-breadcurmb,
    .customer-app .page-title-and-breadcurmb.two,
    .customer-app .customer-module-support .page-titles {
        align-items: flex-start;
        min-height: 52px;
        padding: 10px;
        flex-direction: column;
    }

    .customer-app .page-title-and-breadcurmb h4,
    .customer-app .page-title-and-breadcurmb.two h4,
    .customer-app .customer-module-support .page-titles h4 {
        font-size: 17px;
    }

    .customer-app .eg-wrapper,
    .customer-app .eg-table-wrapper,
    .customer-app .setting-wrapper,
    .customer-app .support-ticket-wrapper,
    .customer-app .summary-table-wrapper,
    .customer-app .dashboard-orders-panel {
        padding: 10px;
    }

    .customer-app .table-title-and-sort-area,
    .customer-app .service-title,
    .customer-app .step-title,
    .customer-app .dashboard-panel-heading,
    .customer-app .notifacion-card .notify-filter {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-app .table-title-area,
    .customer-app .status-select,
    .customer-app .total-entries,
    .customer-app .total-select {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .customer-app .eg-table,
    .customer-app .order-table {
        min-width: 0;
    }

    .customer-app .eg-table thead,
    .customer-app .order-table thead {
        display: none;
    }

    .customer-app .eg-table tbody,
    .customer-app .eg-table tr,
    .customer-app .eg-table td,
    .customer-app .order-table tbody,
    .customer-app .order-table tr,
    .customer-app .order-table td {
        display: block;
        width: 100%;
    }

    .customer-app .eg-table tbody tr,
    .customer-app .order-table tbody tr {
        margin-bottom: 8px;
        overflow: hidden;
        border: 1px solid var(--customer-border-color);
        border-radius: var(--customer-radius-md);
        background: #fff;
    }

    .customer-app .eg-table tbody td,
    .customer-app .order-table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 10px;
        text-align: right;
    }

    .customer-app .dashboard-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .customer-app .dashboard-metric {
        grid-template-columns: 36px minmax(0, 1fr);
        min-height: 70px;
    }

    .customer-app .metric-icon {
        width: 36px;
        height: 36px;
    }

    .customer-app .metric-copy strong {
        font-size: 22px;
    }

    .customer-app .metric-arrow {
        display: none;
    }

    .customer-app .hero-art-chip {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .customer-app .nav-right {
        gap: 5px;
    }

    .customer-app .notifications-area,
    .customer-app .notification-area,
    .customer-app .admin-area .dropdown-toggle {
        width: 34px;
        height: 34px;
        min-height: 34px;
    }

    .customer-app .dashboard-hero h1 {
        font-size: 24px;
    }

    .customer-app .dashboard-hero-actions,
    .customer-app .wizard > .actions > ul {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-app .dashboard-primary-action,
    .customer-app .dashboard-text-action,
    .customer-app .wizard > .actions > ul > li,
    .customer-app .wizard > .actions > ul > li > a {
        width: 100%;
    }

    .customer-app .dashboard-metrics,
    .customer-app .service-area > .row,
    .customer-app .step-wrap > .row,
    .customer-app .step-by-step-sp .service-area > .row,
    .customer-app .step-by-step-sp .service-area2 > .row,
    .customer-app .marketplace-sp2 .step-wrap > .row {
        grid-template-columns: 1fr;
    }

    .customer-app footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .customer-app #paidOrderBtn {
        right: 8px;
        bottom: 8px;
        left: 8px;
        justify-content: space-between;
    }
}

/* ==================================================
   14. Create order workspace
================================================== */
.customer-app .customer-module-create-order {
    gap: 10px;
}

.customer-app .create-order-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 112px;
    gap: 24px;
    padding: 18px 22px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 35, 28, 0.05);
}

.customer-app .create-order-intro-copy {
    min-width: 0;
}

.customer-app .create-order-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-app .create-order-intro h1 {
    margin: 5px 0 4px;
    color: #17241e;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.15;
}

.customer-app .create-order-intro p {
    max-width: 650px;
    margin: 0;
    color: #68736d;
    font-size: 11px;
}

.customer-app .create-order-steps {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 14px;
    background: #f7f8f5;
}

.customer-app .create-order-steps > span {
    display: flex;
    align-items: center;
    min-width: 100px;
    gap: 7px;
    color: #7a8780;
}

.customer-app .create-order-steps > span b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #68736d;
    font-size: 10px;
}

.customer-app .create-order-steps > span em {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
}

.customer-app .create-order-steps > span.is-current {
    color: #17241e;
}

.customer-app .create-order-steps > span.is-current b {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

.customer-app .create-order-steps > i {
    color: #a4ada8;
    font-size: 9px;
}

.customer-app .create-order-selector {
    min-height: 0;
    padding: 15px;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 35, 28, 0.05);
}

.customer-app .create-order-selector-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 13px;
    padding: 0 2px 12px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
}

.customer-app .create-order-selector-heading > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.customer-app .create-order-selector-heading span,
.customer-app .create-order-choice-copy small {
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.customer-app .create-order-selector-heading h2 {
    color: #17241e;
    font-size: 17px;
    line-height: 1.2;
}

.customer-app .create-order-selector-heading p {
    margin: 0;
    color: #7a8780;
    font-size: 10px;
}

.customer-app .create-order-choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.customer-app .create-order-choice {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    min-height: 245px;
    gap: 12px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 16px;
    background: #f8f9f7;
}

.customer-app .create-order-choice::after {
    content: "";
    position: absolute;
    top: -42px;
    right: -42px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(0, 111, 48, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.customer-app .create-order-choice-template {
    background: #fff;
}

.customer-app .create-order-choice-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.customer-app .create-order-choice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #17241e;
    color: #fff;
    font-size: 16px;
}

.customer-app .create-order-choice-template .create-order-choice-icon {
    background: #006f30;
}

.customer-app .create-order-choice-tag {
    padding: 5px 8px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 999px;
    background: #fff;
    color: #59645e;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .create-order-choice-copy {
    position: relative;
    z-index: 1;
}

.customer-app .create-order-choice-copy h3 {
    margin: 4px 0 5px;
    color: #17241e;
    font-size: 20px;
    line-height: 1.2;
}

.customer-app .create-order-choice-copy p {
    max-width: 520px;
    margin: 0;
    color: #68736d;
    font-size: 11px;
    line-height: 1.45;
}

.customer-app .create-order-choice-features {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 8px 18px;
    flex-wrap: wrap;
}

.customer-app .create-order-choice-features li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #59645e;
    font-size: 10px;
}

.customer-app .create-order-choice-features i {
    color: #006f30;
    font-size: 12px;
}

.customer-app .customer-view-scroll .create-order-choice-action {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 52px;
    padding: 10px 18px;
    border: 1px solid #b6d2c1;
    border-radius: 13px;
    background: linear-gradient(#fff, #f7faf8);
    box-shadow: 0 6px 0 #c9d6ce, 0 9px 16px rgba(0, 0, 0, 0.08);
    color: #17241e !important;
    font-family: var(--font-work-sans);
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.customer-app .customer-view-scroll .create-order-choice-template .create-order-choice-action {
    border-color: #08673b;
    background: linear-gradient(180deg, #0c9b55, #04723d);
    box-shadow: 0 6px 0 #044f2d, 0 11px 20px rgba(1, 99, 53, 0.24);
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.customer-app .customer-view-scroll .create-order-choice-action:hover {
    border-color: #9fc6ad;
    background: linear-gradient(#fff, #f7faf8);
    box-shadow: 0 6px 0 #c9d6ce, 0 11px 18px rgba(0, 0, 0, 0.1);
    color: #17241e !important;
    transform: translateY(-2px);
}

.customer-app .customer-view-scroll .create-order-choice-template .create-order-choice-action:hover {
    border-color: #08673b;
    background: linear-gradient(180deg, #0c9b55, #04723d);
    box-shadow: 0 6px 0 #044f2d, 0 13px 22px rgba(1, 99, 53, 0.28);
    color: #fff !important;
}

.customer-app .create-order-no-template {
    display: flex;
    align-items: center;
    padding: 22px;
    flex-direction: column;
    text-align: center;
}

.customer-app .create-order-no-template > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #f2f4f3;
    color: #006f30;
}

body.customer-route-ordercreate .side-menu-list a[href$="/dashboard"],
body.customer-route-ordercreate .side-menu-list a[href$="/order"] {
    background: transparent !important;
    color: var(--customer-muted) !important;
}

body.customer-route-ordercreate .side-menu-list a[href*="/order/create"] {
    background: #006f30 !important;
    color: #fff !important;
}

/* ================================================================
   Create order flow — compact studio workspace
   ================================================================ */
.customer-app .order-upload-step,
.customer-app .order-form-wrapper .variation-step-header,
.customer-app .order-form-wrapper .payment-step-layout {
    color: #17241e;
}

.customer-app .order-upload-header,
.customer-app .variation-step-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 86px;
    margin: 0 0 10px;
    padding: 15px 18px;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(23, 36, 30, 0.05);
}

.customer-app .order-upload-kicker,
.customer-app .variation-step-header > div > span {
    display: block;
    margin-bottom: 4px;
    color: #006f30;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .order-upload-header h1,
.customer-app .variation-step-header h1 {
    margin: 0;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 400;
    line-height: 1.15;
}

.customer-app .order-upload-header p,
.customer-app .variation-step-header p {
    max-width: 720px;
    margin: 4px 0 0;
    color: #68736d;
    font-size: 14px;
    line-height: 1.4;
}

.customer-app .order-upload-security {
    display: flex;
    align-items: center;
    min-width: 190px;
    gap: 9px;
    padding: 9px 11px;
    border: 1px solid rgba(0, 111, 48, 0.12);
    border-radius: 13px;
    background: #f4faf5;
}

.customer-app .order-upload-security > i {
    color: #006f30;
    font-size: 20px;
}

.customer-app .order-upload-security span,
.customer-app .order-upload-security small,
.customer-app .order-upload-security strong {
    display: block;
}

.customer-app .order-upload-security small {
    color: #7a8780;
    font-size: 11px;
}

.customer-app .order-upload-security strong {
    color: #17241e;
    font-size: 11px;
    font-weight: 500;
}

.customer-app .upload-method-selector {
    padding: 11px 13px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 18px;
    background: #fff;
}

.customer-app .upload-method-selector-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.customer-app .upload-method-selector-heading span {
    color: #006f30;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .upload-method-selector-heading h2 {
    margin: 1px 0 0;
    color: #17241e;
    font-size: 18px;
}

.customer-app .upload-method-selector-heading > small {
    color: #7a8780;
    font-size: 12px;
}

.customer-app .upload-method-selector .image-upload-options {
    width: 100%;
}

.customer-app .upload-method-tabs {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 0 !important;
    border: 0 !important;
}

.customer-app .upload-method-tabs .nav-item {
    min-width: 0;
}

.customer-app .upload-method-tabs .nav-link {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 52px;
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 8px;
    padding: 7px 8px !important;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 12px !important;
    background: #fafbf8 !important;
    color: #17241e !important;
    text-align: left;
}

.customer-app .upload-method-tabs .nav-link.active {
    border-color: #006f30 !important;
    background: #f2f8f3 !important;
    box-shadow: inset 0 0 0 1px #006f30;
}

.customer-app .upload-method-tabs .nav-link input {
    position: absolute;
    opacity: 0;
}

.customer-app .upload-method-tabs .nav-link > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #fff;
}

.customer-app .upload-method-tabs .nav-link > span img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.customer-app .upload-method-tabs .nav-link em,
.customer-app .upload-method-tabs .nav-link small,
.customer-app .upload-method-tabs .nav-link strong {
    display: block;
    min-width: 0;
    font-style: normal;
}

.customer-app .upload-method-tabs .nav-link small {
    color: #849089;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
}

.customer-app .upload-method-tabs .nav-link strong {
    overflow: hidden;
    color: #26352d;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-app .upload-method-tabs .nav-link > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e8ede9;
    color: transparent;
    font-size: 11px;
}

.customer-app .upload-method-tabs .nav-link.active > i {
    background: #006f30;
    color: #fff;
}

.customer-app .upload-method-content {
    margin-top: 10px;
}

.customer-app .upload-local-workspace,
.customer-app .upload-method-content .eg-wrapper {
    padding: 11px !important;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.customer-app .upload-local-workspace .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.customer-app .upload-work-card {
    height: 100%;
    padding: 9px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fafbf8;
}

.customer-app .upload-work-card .title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}

.customer-app .upload-work-card .title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #17241e;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .upload-work-card .title small,
.customer-app .upload-work-card .title h5 {
    display: block;
    margin: 0;
}

.customer-app .upload-work-card .title small {
    color: #7a8780;
    font-size: 12px;
}

.customer-app .upload-work-card .title h5 {
    color: #17241e;
    font-size: 12px;
}

.customer-app .upload-work-card .image-drop-area {
    margin-bottom: 0 !important;
}

.customer-app .upload-work-card .dropzone {
    min-height: 116px !important;
    max-height: 150px;
    overflow: auto;
    padding: 12px !important;
    border: 1px dashed rgba(0, 111, 48, 0.28) !important;
    border-radius: 12px !important;
    background: #fff !important;
}

.customer-app .upload-work-card .dropzone .dz-message {
    margin: 9px 0 !important;
}

.customer-app .upload-work-card .dropzone .dz-message .icon img {
    width: 32px;
    height: 32px;
}

.customer-app .upload-work-card .dropzone .dz-message h6 {
    margin: 6px 0 2px;
    color: #26352d;
    font-size: 11px;
}

.customer-app .upload-work-card .dropzone .dz-message p,
.customer-app .upload-img-count {
    margin: 0;
    color: #76837c;
    font-size: 12px;
}

.customer-app .upload-img-count {
    margin-top: 5px;
}

.customer-app .upload-local-workspace #uploadFilesQueue {
    display: none;
}

.customer-app .upload-instruction-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 10px;
    margin-top: 10px;
    padding: 9px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
}

.customer-app .upload-instruction-card > label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.customer-app .upload-instruction-card > label > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: #edf7f0;
    color: #006f30;
}

.customer-app .upload-instruction-card small,
.customer-app .upload-instruction-card strong {
    display: block;
}

.customer-app .upload-instruction-card small {
        color: #829087;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
}

.customer-app .upload-instruction-card strong {
    color: #17241e;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .upload-instruction-card textarea {
    width: 100%;
    min-height: 58px !important;
    max-height: 72px;
    padding: 9px 11px;
    resize: none;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 10px;
    background: #fafbf8;
    color: #26352d;
    font-size: 12px;
}

/* Preference cards and live price summary */
.customer-app .order-variation-layout {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.customer-app .order-variation-layout > .mb-25 {
    margin-bottom: 0 !important;
}

.customer-app .variation-step-header > small {
    flex: 0 0 auto;
    padding: 6px 9px;
    border-radius: 999px;
    background: #edf7f0;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
}

.customer-app .variation-options-panel,
.customer-app .variation-summary-card {
    min-height: 0 !important;
    padding: 11px !important;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    box-shadow: none !important;
}

.customer-app .variation-options-panel .text-danger:empty {
    display: none;
}

.customer-app .variation-options-panel .step-wrap > .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.customer-app .variation-options-panel .step-card {
    display: grid;
    min-height: 128px !important;
    grid-template-rows: 76px minmax(46px, auto);
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 6px 16px rgba(23, 36, 30, 0.035) !important;
}

.customer-app .variation-options-panel .step-card > br {
    display: none;
}

.customer-app .variation-options-panel .step-img {
    min-height: 76px !important;
    padding: 10px !important;
    background: #f6f8f4 !important;
    color: #17241e;
    font-size: 9px;
    line-height: 1.15;
}

.customer-app .variation-options-panel .step-img > span {
    margin-right: 4px;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: 30px !important;
    font-weight: 500;
}

.customer-app .variation-options-panel .step-img > img {
    width: 58px !important;
    height: 50px !important;
    object-fit: contain;
}

.customer-app .variation-options-panel .check-box {
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    border-color: rgba(23, 36, 30, 0.16);
}

.customer-app .variation-options-panel .check-box img {
    width: 10px !important;
    height: 10px !important;
    filter: none;
    opacity: 0;
}

.customer-app .variation-options-panel .step-content {
    min-height: 46px;
    padding: 7px 8px;
    border-top: 1px solid rgba(23, 36, 30, 0.07);
    background: #fff;
}

.customer-app .variation-options-panel .step-content h6 {
    margin: 0;
    color: #26352d;
    font-size: 11px;
}

.customer-app .variation-options-panel .step-content p {
    margin: 2px 0 0;
    color: #738078;
    font-size: 9px;
}

.customer-app .variation-options-panel .step-content p span {
    color: #006f30;
    font-weight: 650;
}

.customer-app .variation-options-panel .select-wrap.selected .step-card,
.customer-app .variation-options-panel .variation.selected .step-card,
.customer-app .variation-options-panel input:checked + .step-img {
    border-color: #006f30 !important;
    box-shadow: inset 0 0 0 1px #006f30 !important;
}

.customer-app .variation-options-panel .select-wrap.selected .check-box,
.customer-app .variation-options-panel input:checked + .step-img .check-box {
    border-color: #006f30;
    background: #006f30;
}

.customer-app .variation-options-panel .select-wrap.selected .check-box img,
.customer-app .variation-options-panel input:checked + .step-img .check-box img {
    opacity: 1;
}

.customer-app .variation-summary-card .step-title,
.customer-app .payment-summary-panel .step-title {
    margin: -11px -11px 5px;
    padding: 11px 12px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

.customer-app .variation-summary-card .step-title h4,
.customer-app .payment-summary-panel .step-title h4 {
    margin: 0;
    color: #17241e;
    font-size: 13px;
}

.customer-app .variation-summary-card .summary-table,
.customer-app .payment-summary-panel .summary-table {
    width: 100%;
}

.customer-app .variation-summary-card .summary-table td,
.customer-app .payment-summary-panel .summary-table td {
    padding: 7px 2px !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
    color: #627068;
    font-size: 10px !important;
}

.customer-app .variation-summary-card .total-price,
.customer-app .payment-summary-panel .total-price {
    min-height: 50px;
    margin-top: 9px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #17241e;
}

.customer-app .variation-summary-card .total-price h3,
.customer-app .payment-summary-panel .total-price h3 {
    font-size: 19px;
}

/* Custom price dialog */
.customer-app .custom-rate-modal .modal-dialog {
    display: flex;
    min-height: calc(100vh - 32px);
    max-width: 500px;
    margin: 16px auto;
    align-items: center;
}

.customer-app .custom-rate-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(9, 19, 14, 0.24);
}

.customer-app .custom-rate-modal .modal-header {
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

.customer-app .custom-rate-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customer-app .custom-rate-heading > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #edf7f0;
    color: #006f30;
    font-size: 18px;
}

.customer-app .custom-rate-heading small {
    display: block;
    color: #7c8981;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.customer-app .custom-rate-heading h4 {
    margin: 2px 0 0;
    color: #17241e;
    font-size: 16px;
}

.customer-app .custom-rate-modal .modal-body {
    display: block;
    padding: 18px;
}

.customer-app .custom-rate-modal .form-group > label:first-child {
    display: block;
    margin-bottom: 6px;
    color: #26352d;
    font-size: 11px;
    font-weight: 650;
}

.customer-app .custom-rate-input {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.15);
    border-radius: 12px;
    background: #fafbf8;
}

.customer-app .custom-rate-input > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(23, 36, 30, 0.1);
    color: #006f30;
    font-weight: 500;
}

.customer-app .custom-rate-input input {
    min-height: 46px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.customer-app .custom-rate-modal .form-group > small {
    display: block;
    margin-top: 6px;
    color: #7c8981;
    font-size: 9px;
}

.customer-app .custom-rate-modal .modal-footer {
    display: flex;
    gap: 8px;
    margin: 16px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(23, 36, 30, 0.08);
}

.customer-app .custom-rate-modal .modal-footer .btn {
    min-width: 110px;
    margin: 0;
}

.customer-app .custom-rate-cancel {
    border: 1px solid rgba(23, 36, 30, 0.14);
    background: #fff;
    color: #26352d;
}

.customer-app .custom-rate-continue {
    border: 1px solid #006f30;
    background: #006f30;
    color: #fff;
}

/* Payment workspace */
.customer-app .payment-step-layout {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.customer-app .payment-summary-panel,
.customer-app .payment-area {
    min-height: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    box-shadow: none !important;
}

.customer-app .payment-summary-panel .coupon {
    margin-top: 10px;
    padding: 9px 10px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 11px;
    background: #fafbf8;
}

.customer-app .payment-summary-panel .coupon label {
    margin: 0;
    color: #45534b;
    font-size: 9px;
}

.customer-app .payment-method-header {
    padding: 12px;
    border-radius: 15px;
    background: #17241e;
}

.customer-app .payment-method-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
}

.customer-app .payment-method-title > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
}

.customer-app .payment-method-title small {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 8px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-app .payment-method-title h4 {
    margin: 1px 0 0;
    color: #fff;
    font-size: 15px;
}

.customer-app .payment-method-tabs {
    display: flex;
    gap: 7px;
    padding: 0 !important;
    border: 0 !important;
    flex-wrap: wrap;
}

.customer-app .payment-method-tabs .nav-link {
    position: relative;
    display: flex;
    min-width: 94px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 6px 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.94) !important;
}

.customer-app .payment-method-tabs .nav-link.active {
    border-color: #5ac579 !important;
    box-shadow: 0 0 0 2px rgba(90, 197, 121, 0.3);
}

.customer-app .payment-method-tabs input {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    accent-color: #006f30;
}

.customer-app .payment-method-tabs img {
    max-width: 78px !important;
    height: 24px !important;
    object-fit: contain;
}

.customer-app .payment-area > .tab-content {
    padding: 12px 4px 2px;
}

.customer-app .payment-area .payment_field > .row > [class*="col-"] {
    width: 100%;
    max-width: 660px;
}

.customer-app .payment-area .secure-checkout-banner1 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    color: #65726b;
    font-size: 9px;
}

.customer-app .payment-area #term-condition {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: start;
    gap: 6px;
    margin-bottom: 8px;
    color: #3d4b43;
    font-size: 10px;
    line-height: 1.35;
}

.customer-app .payment-area #term-condition input {
    margin-top: 1px;
    accent-color: #006f30;
}

.customer-app .payment-area .continue-payment-btn {
    min-height: 38px;
    border-radius: 10px;
}

@media (max-width: 1199.98px) {
    .customer-app .variation-options-panel .step-wrap > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .customer-app .order-upload-header,
    .customer-app .variation-step-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .customer-app .order-upload-security {
        display: none;
    }

    .customer-app .upload-method-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-app .upload-instruction-card {
        grid-template-columns: 1fr;
    }

    .customer-app .variation-options-panel .step-wrap > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-app .order-live-summary {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .customer-app .order-upload-header,
    .customer-app .variation-step-header {
        min-height: 0;
        padding: 12px;
        border-radius: 14px;
    }

    .customer-app .upload-method-selector {
        padding: 9px;
    }

    .customer-app .upload-method-tabs .nav-link {
        grid-template-columns: 26px minmax(0, 1fr) 16px;
    }

    .customer-app .upload-work-card .dropzone {
        min-height: 110px !important;
    }

    .customer-app .variation-options-panel .step-card {
        min-height: 116px !important;
        grid-template-rows: 68px minmax(44px, auto);
    }

    .customer-app .variation-options-panel .step-img {
        min-height: 68px !important;
    }

    .customer-app .payment-method-tabs .nav-link {
        min-width: 82px;
    }
}

/* Create order: saved-template picker */
body.customer-app #staticBackdrop .modal-dialog {
    width: min(880px, calc(100% - 28px));
    max-width: 880px;
    margin: 14px auto;
}

body.customer-app #staticBackdrop .create-template-modal {
    max-height: calc(100vh - 28px);
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 18px;
    background: #fff !important;
    box-shadow: 0 24px 60px rgba(20, 35, 28, 0.2);
}

body.customer-app #staticBackdrop .create-template-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 94px;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
    background: #f7f8f5;
}

body.customer-app #staticBackdrop .create-template-modal-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

body.customer-app #staticBackdrop .create-template-modal-heading > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 12px;
    background: #17241e;
    color: #fff;
    font-size: 18px;
}

body.customer-app #staticBackdrop .create-template-modal-heading > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body.customer-app #staticBackdrop .create-template-modal-heading small {
    color: #006f30;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.customer-app #staticBackdrop .create-template-modal-heading .modal-title {
    margin: 2px 0;
    color: #17241e;
    font-size: 19px;
    line-height: 1.2;
    white-space: normal;
}

body.customer-app #staticBackdrop .create-template-modal-heading p {
    margin: 0;
    color: #68736d;
    font-size: 10px;
}

body.customer-app #staticBackdrop .create-template-modal-header .btn-close {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    flex: 0 0 36px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 10px;
    background: #fff;
    color: #17241e;
    font-size: 14px;
    opacity: 1;
}

body.customer-app #staticBackdrop .create-template-modal > .modal-body {
    max-height: calc(100vh - 150px);
    padding: 16px 20px 20px;
    overflow-y: auto;
    background: #fff;
}

body.customer-app #staticBackdrop .create-template-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

body.customer-app #staticBackdrop .create-template-search {
    display: grid;
    align-items: center;
    width: min(420px, 100%);
    margin: 0;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    padding: 0 11px;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 10px;
    background: #f7f8f5;
    color: #68736d;
}

body.customer-app #staticBackdrop .create-template-search input {
    width: 100%;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17241e;
    font-size: 11px;
    box-shadow: none;
}

body.customer-app #staticBackdrop .create-template-toolbar > span {
    color: #68736d;
    font-size: 10px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-grid {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

body.customer-app #staticBackdrop .specificationList {
    margin: 0 !important;
}

body.customer-app #staticBackdrop .create-template-grid .single-specification {
    display: grid;
    grid-template-rows: auto minmax(62px, 1fr) auto;
    min-height: 190px;
    gap: 11px;
    padding: 14px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 10px;
}

body.customer-app #staticBackdrop .create-template-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.customer-app #staticBackdrop .create-template-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 27px;
    height: 24px;
    padding: 0 6px;
    border-radius: 7px;
    background: #f2f4f3;
    color: #59645e;
    font-size: 9px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .template-preview-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 9px;
    background: #fff;
    color: #006f30;
    cursor: pointer;
}

body.customer-app #staticBackdrop .create-template-card-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body.customer-app #staticBackdrop .create-template-card-copy > small,
body.customer-app #staticBackdrop .price > small {
    color: #7a8780;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.customer-app #staticBackdrop .create-template-card-copy h4 {
    overflow: hidden;
    margin: 3px 0 8px;
    color: #17241e;
    font-size: 15px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.customer-app #staticBackdrop .create-template-card-copy .time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #68736d;
    font-size: 10px;
}

body.customer-app #staticBackdrop .create-template-grid .price-and-select-btn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding-top: 11px;
    border-top: 1px solid rgba(23, 36, 30, 0.08);
}

body.customer-app #staticBackdrop .create-template-grid .price p {
    margin: 2px 0 0;
    color: #17241e;
    font-size: 16px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-grid .price p span {
    color: #68736d;
    font-size: 9px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-grid .select-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    min-height: 34px;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid #006f30;
    border-radius: 9px;
    background: #006f30;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    body.customer-app #staticBackdrop .modal-dialog {
        width: calc(100% - 16px);
        margin: 8px auto;
    }

    body.customer-app #staticBackdrop .create-template-modal {
        max-height: calc(100vh - 16px);
        border-radius: 15px;
    }

    body.customer-app #staticBackdrop .create-template-modal-header {
        min-height: 82px;
        padding: 14px;
    }

    body.customer-app #staticBackdrop .create-template-modal-heading p {
        display: none;
    }

    body.customer-app #staticBackdrop .create-template-modal > .modal-body {
        max-height: calc(100vh - 114px);
        padding: 12px 14px 14px;
    }

    body.customer-app #staticBackdrop .create-template-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    body.customer-app #staticBackdrop .create-template-search {
        width: 100%;
    }

    body.customer-app #staticBackdrop .create-template-grid .price-and-select-btn {
        align-items: center;
        flex-direction: row;
    }

    body.customer-app #staticBackdrop .create-template-grid .select-btn,
    body.customer-app #staticBackdrop .create-template-grid .select-btn a {
        width: auto;
    }
}

/* Create order: nested template details */
body.customer-app #specificationDetailsModal {
    z-index: 1080;
}

body.customer-app #specificationDetailsModal .modal-dialog {
    width: min(680px, calc(100% - 28px));
    max-width: 680px;
    margin: 14px auto;
}

body.customer-app #specificationDetailsModal .template-detail-modal {
    max-height: calc(100vh - 28px);
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(20, 35, 28, 0.24);
}

body.customer-app #specificationDetailsModal .template-detail-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 92px;
    gap: 16px;
    padding: 17px 18px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
    background: #f7f8f5;
}

body.customer-app #specificationDetailsModal .template-detail-modal-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

body.customer-app #specificationDetailsModal .template-detail-modal-heading > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #006f30;
    color: #fff;
    font-size: 17px;
}

body.customer-app #specificationDetailsModal .template-detail-modal-heading > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body.customer-app #specificationDetailsModal .template-detail-modal-heading small {
    color: #006f30;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.customer-app #specificationDetailsModal .template-detail-modal-heading h4 {
    margin: 2px 0;
    color: #17241e;
    font-size: 18px;
    line-height: 1.2;
}

body.customer-app #specificationDetailsModal .template-detail-modal-heading p {
    margin: 0;
    color: #68736d;
    font-size: 10px;
}

body.customer-app #specificationDetailsModal .template-detail-modal-header .btn-close {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    flex: 0 0 36px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 10px;
    background: #fff;
    color: #17241e;
    font-size: 14px;
    opacity: 1;
}

body.customer-app #specificationDetailsModal #specificationDetails {
    max-height: calc(100vh - 190px);
    padding: 12px 16px;
    overflow-y: auto;
    background: #fff;
}

body.customer-app #specificationDetailsModal .template-detail-list {
    display: flex;
    flex-direction: column;
}

body.customer-app #specificationDetailsModal .template-detail-row {
    display: grid;
    grid-template-columns: 30px minmax(150px, 0.8fr) minmax(160px, 1.2fr);
    align-items: center;
    min-height: 54px;
    gap: 10px;
    padding: 8px 4px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
}

body.customer-app #specificationDetailsModal .template-detail-row:last-child {
    border-bottom: 0;
}

body.customer-app #specificationDetailsModal .template-detail-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f2f4f3;
    color: #68736d;
    font-size: 8px;
    font-weight: 500;
}

body.customer-app #specificationDetailsModal .template-detail-label {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body.customer-app #specificationDetailsModal .template-detail-label small {
    color: #8b958f;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.customer-app #specificationDetailsModal .template-detail-label strong {
    overflow: hidden;
    color: #17241e;
    font-size: 11px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.customer-app #specificationDetailsModal .template-detail-value {
    justify-self: end;
    max-width: 100%;
    padding: 6px 9px;
    border-radius: 8px;
    background: #f7f8f5;
    color: #34433b;
    font-size: 11px;
    font-weight: 500;
    text-align: right;
    overflow-wrap: anywhere;
}

body.customer-app #specificationDetailsModal .template-detail-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    gap: 12px;
    padding: 9px 16px;
    border-top: 1px solid rgba(23, 36, 30, 0.09);
    background: #f7f8f5;
}

body.customer-app #specificationDetailsModal .template-detail-modal-footer > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #68736d;
    font-size: 9px;
    font-weight: 500;
}

body.customer-app #specificationDetailsModal .template-detail-modal-footer > span i {
    color: #006f30;
}

body.customer-app #specificationDetailsModal .template-detail-modal-footer button {
    min-width: 74px;
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid #17241e;
    border-radius: 9px;
    background: #17241e;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
}

body.customer-app #specificationDetailsModal .template-detail-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    gap: 10px;
    flex-direction: column;
}

body.customer-app #specificationDetailsModal .template-detail-loading span {
    width: 24px;
    height: 24px;
    border: 2px solid #d7ded9;
    border-top-color: #006f30;
    border-radius: 50%;
    animation: customer-template-spin 0.7s linear infinite;
}

body.customer-app #specificationDetailsModal .template-detail-loading p {
    margin: 0;
    color: #68736d;
    font-size: 10px;
}

@keyframes customer-template-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 575.98px) {
    body.customer-app #specificationDetailsModal .modal-dialog {
        width: calc(100% - 16px);
        margin: 8px auto;
    }

    body.customer-app #specificationDetailsModal .template-detail-modal {
        max-height: calc(100vh - 16px);
        border-radius: 15px;
    }

    body.customer-app #specificationDetailsModal .template-detail-modal-header {
        min-height: 80px;
        padding: 13px;
    }

    body.customer-app #specificationDetailsModal .template-detail-modal-heading p {
        display: none;
    }

    body.customer-app #specificationDetailsModal #specificationDetails {
        max-height: calc(100vh - 158px);
        padding: 8px 12px;
    }

    body.customer-app #specificationDetailsModal .template-detail-row {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 8px 10px;
    }

    body.customer-app #specificationDetailsModal .template-detail-value {
        grid-column: 2;
        justify-self: start;
        padding: 5px 8px;
        text-align: left;
    }
}

/* Manual order: service picker */
.customer-app .order-service-step {
    display: flex !important;
    min-height: 0;
    gap: 10px;
    flex-direction: column;
    overflow: visible !important;
    border-radius: 0 !important;
}

.customer-app .order-service-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 78px;
    gap: 18px;
    padding: 12px 16px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 35, 28, 0.05);
}

.customer-app .order-service-header-copy {
    min-width: 0;
}

body.customer-app .order-service-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #006f30;
    font-size: 14px;
    font-weight: 500;
    /* letter-spacing: 0.08em; */
    text-transform: uppercase;
}

.customer-app .order-service-header h1 {
    margin: 3px 0 2px;
    color: #17241e;
    font-size: clamp(26px, 2vw, 30px);
    line-height: 1.15;
}

body.customer-app .order-service-header p {
    margin: 0;
    color: #68736d;
    font-size: 16px;
    line-height: 1.4;
}

.customer-app .order-service-assist {
    display: flex;
    align-items: center;
    min-width: 190px;
    gap: 8px;
    padding: 7px 9px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 12px;
    background: #f7f8f5;
}
.customer-app .order-service-assist i{
    font-size: 15px;
}
.customer-app .order-service-assist > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 9px;
    background: #17241e;
    color: #fff;
}

.customer-app .order-service-assist > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

body.customer-app .order-service-assist small {
    color: #68736d;
    font-size: 13px;
    font-weight: 500;
}

body.customer-app .order-service-assist a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #006f30;
    font-size: 14px;
    font-weight: 500;
}

.customer-app .order-service-panel {
    min-height: 0;
    padding: 11px 13px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 35, 28, 0.05);
}

.customer-app .order-service-panel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 8px;
    padding: 0 2px 8px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
}

.customer-app .order-service-panel-heading > div {
    display: flex;
    flex-direction: column;
}

body.customer-app .order-service-panel-heading span {
    color: #006f30;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

body.customer-app .order-service-panel-heading h2 {
    margin-top: 2px;
    color: #17241e;
    font-size: 22px;
}

body.customer-app .order-service-panel-heading > small {
    padding: 5px 8px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 999px;
    color: #68736d;
    font-size: 13px;
    font-weight: 500;
}

.customer-app .order-form-wrapper .order-service-picker.service-area {
    padding: 0;
}

.customer-app .order-form-wrapper .order-service-picker.service-area > .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
}

.customer-app .order-service-picker #category-error {
    display: block;
    margin: 0 0 7px;
}

.customer-app .order-form-wrapper .order-service-picker .select-wrap {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.customer-app .order-service-picker .select-wrap > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.customer-app .order-form-wrapper .order-service-picker .order-service-card,
body[class*="customer-route-order"] .order-form-wrapper .order-service-picker .order-service-card {
    position: relative;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 110px;
    gap: 13px;
    padding: 10px 12px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    transform: none;
}

.customer-app .order-form-wrapper .order-service-picker .order-service-card:hover {
    border-color: rgba(0, 111, 48, 0.4);
    box-shadow: 0 7px 16px rgba(20, 35, 28, 0.06);
    transform: translateY(-1px);
}

.customer-app .order-service-card-check {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 7px;
    background: #fff;
    color: transparent;
    font-size: 11px;
}

.customer-app .order-service-card-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 11px;
    background: #f2f4f3;
}

.customer-app .order-service-card-media > img {
    width: 100%;
    height: 100%;
    padding: 4px;
    object-fit: contain;
}

.customer-app .order-service-card-fallback {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #7a8780;
    font-size: 21px;
}

.customer-app .order-form-wrapper .order-service-picker .service-card-content,
.customer-app .order-form-wrapper .order-service-picker .select-wrap.selected .service-card-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    padding: 0 20px 0 0;
    flex-direction: column;
    background: transparent;
    text-align: left;
}

body.customer-app[class*="customer-route-order"] .order-form-wrapper .order-service-picker.service-area .select-wrap .order-service-card .service-card-content,
body.customer-app[class*="customer-route-order"] .order-form-wrapper .order-service-picker.service-area .select-wrap.selected .order-service-card .service-card-content {
    min-height: 0;
    padding: 0 20px 0 0;
    background: transparent !important;
    text-align: left;
}

body.customer-app .order-form-wrapper .order-service-picker.service-area .select-wrap .order-service-card.single-service-card {
    width: 100%;
    max-width: none !important;
}

body.customer-app .order-form-wrapper .order-service-picker.service-area .select-wrap .order-service-card.single-service-card .service-card-content,
body.customer-app .order-form-wrapper .order-service-picker.service-area .select-wrap.selected .order-service-card.single-service-card .service-card-content {
    min-height: 0;
    padding: 0 20px 0 0;
    background: transparent !important;
    text-align: left;
}

body.customer-app .order-service-picker .service-card-content small {
    color: #8b958f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
body.customer-app .order-form-wrapper .tab .service-area .select-wrap .single-service-card .service-card-content h6{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.15;
    color: #17241e !important;
    margin: 2px 0 3px;
}
.customer-app .order-form-wrapper .order-service-picker .service-card-content h6,
.customer-app .order-form-wrapper .order-service-picker .select-wrap.selected .service-card-content h6 {
    overflow: visible;
    width: 100%;


    text-overflow: clip;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal !important;
}

body.customer-app .order-service-picker .service-card-content em {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #68736d;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.customer-app .order-form-wrapper .order-service-picker .select-wrap.selected .order-service-card {
    border-color: #006f30;
    background: #f7f8f5;
    box-shadow: 0 0 0 2px rgba(0, 111, 48, 0.1);
}

.customer-app .order-service-picker .select-wrap.selected .order-service-card-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

.customer-app .order-service-picker .select-wrap.selected .order-service-card-media {
    background: #006f30;
}

.customer-app .order-service-picker .select-wrap.selected .order-service-card-media img {
    filter: brightness(1.05);
}

.customer-app .wizard-content .wizard > .actions {
    padding: 5px 11px !important;
    /* border: 1px solid rgba(23, 36, 30, 0.09); */
    /* border-radius: 14px; */
    /* background: #fff; */
    /* box-shadow: 0 7px 18px rgba(20, 35, 28, 0.05); */
     margin-top: 5px !important;
}

.customer-app .wizard-content .wizard > .actions > ul {
    justify-content: center;
    gap: 7px;
}

.customer-app .wizard-content .wizard > .actions > ul > li > a,
.customer-app .wizard-content .wizard > .actions > ul > li:last-child > a {
 min-width: auto !important;
    min-height: auto;
    padding: 10px 23px !important;
    border: 1px solid #006f30;
    border-radius: 9px !important;
    background: #006f30 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none;
    display: flex !important;
    gap: 4px !important;
}

.customer-app .wizard-content .wizard > .actions > ul > li:first-child > a {
    border-color: rgba(23, 36, 30, 0.12);
    background: #fff !important;
    color: #17241e !important;
}
body.customer-route-specificationcreateorder .template-order-flow .wizard > .actions > ul > li:last-child > a[href="#finish"] {
   display: none !important;
}
.customer-app.customer-route-ordermanualcreate .wizard-content .wizard > .actions > ul > li > a[href="#finish"] {
   display: none !important;
}
body[class*="customer-route-order"] .order-form-wrapper, body[class*="customer-route-specification"] .order-form-wrapper{
    padding-bottom: 0;
}

@media (min-width: 1400px) {
    .customer-app .order-form-wrapper .order-service-picker.service-area > .row {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    /* Left floating, this bar sat on top of the payment buttons and the message
       field. It now scrolls with the page instead. */
    /* .customer-app .wizard-content .wizard > .actions {
        position: fixed;
        right: 10px;
        bottom: calc(var(--customer-dock-height) + 7px);
        left: 10px;
        z-index: 980;
        margin: 0;
    } */

    body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    /* Keep Previous/Next on one row. Left to wrap they stack into a ~100px tall
       bar, which is what buried the payment buttons and the message field. */
    .customer-app .wizard-content .wizard > .actions > ul {
        flex-wrap: nowrap;
    }

    .customer-app .wizard-content .wizard > .actions > ul > li {
        flex: 1 1 0;
        min-width: 0;
            margin-left: 0;
        margin-right: 0;
    }

    .customer-app .wizard-content .wizard > .actions > ul > li > a {
        justify-content: center;
        width: 100%;
        padding: 10px 12px !important;
        white-space: nowrap;
    }

    /* The last thing on the page has to clear two stacked fixed bars: the dock,
       and the actions bar sitting 7px above it. 56px only cleared the dock, so
       the final card - payment buttons, order total, instruction box - sat
       underneath them. */
    .customer-app .order-form-wrapper {
        padding-bottom: calc(var(--customer-dock-height) + 16px);
    }
}

@media (max-width: 767.98px) {
    .customer-app .order-service-header {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 15px;
    }

    .customer-app .order-service-assist {
        min-width: 0;
    }

    .customer-app .order-form-wrapper .order-service-picker.service-area > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .customer-app .order-service-header h1 {
        font-size: 24px;
    }

    .customer-app .order-service-panel {
        padding: 10px;
    }

    .customer-app .order-form-wrapper .order-service-picker .order-service-card,
    body[class*="customer-route-order"] .order-form-wrapper .order-service-picker .order-service-card {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 82px;
        gap: 10px;
        padding: 9px;
    }

    .customer-app .order-service-card-media {
        width: 58px;
        height: 58px;
    }

    .customer-app .order-service-picker .service-card-content em {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .customer-app .create-order-steps > span {
        min-width: 0;
    }

    .customer-app .create-order-steps > span em {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .customer-app .create-order-intro {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .customer-app .create-order-steps {
        justify-content: space-between;
    }

    .customer-app .create-order-steps > span em {
        display: inline;
    }

    .customer-app .create-order-choices {
        grid-template-columns: 1fr;
    }

    .customer-app .create-order-selector-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .customer-app .create-order-intro {
        min-height: 0;
        padding: 14px;
    }

    .customer-app .create-order-intro h1 {
        font-size: 21px;
    }

    .customer-app .create-order-steps > span em,
    .customer-app .create-order-steps > i {
        display: none;
    }

    .customer-app .create-order-selector {
        padding: 11px;
    }

    .customer-app .create-order-choice {
        min-height: 225px;
        padding: 14px;
    }
}

/* ==================================================
   11. Studio Workspace Shell
   Content follows the document flow and uses the browser page scroll.
================================================== */
body.customer-app {
    min-width: 320px;
    background:
        radial-gradient(circle at 8% 8%, rgba(0, 111, 48, 0.08), transparent 24%),
        radial-gradient(circle at 92% 92%, rgba(242, 124, 58, 0.08), transparent 22%),
        var(--customer-panel-bg);
}

.customer-app h1,
.customer-app h2,
.customer-app h3,
.customer-app h4,
.customer-app h5,
.customer-app h6 {
    font-family: var(--font-mitr);
    font-weight: 400;
}

.customer-app .customer-shell,
.customer-app .customer-shell-body {
    width: 100%;
    min-width: 0;
}

.customer-app .customer-command-bar {
    display: grid;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    grid-template-columns: 260px minmax(0, 1fr);
    height: var(--customer-header-height);
    border: 0;
    border-bottom: 1px solid var(--customer-border-color);
    background: var(--customer-surface);
    box-shadow: 0 8px 24px rgba(20, 35, 28, 0.07);
    height: auto;
}

.customer-app .customer-brand-zone,
.customer-app .header-area .sidebar-header {
    width: auto;
    max-width: none;
    height: var(--customer-header-height);
    gap: 10px;
    padding: 10px 18px;
    border: 0;
    background: transparent;
    justify-content: flex-start;
}

.customer-app .header-logo {
    display: inline-flex !important;
    visibility: visible !important;
    max-width: 174px;
    order: 1;
}

.customer-app .header-logo .customer-logo-fallback {
    display: none;
}

.customer-app .header-logo-icon {
    display: none !important;
    visibility: hidden !important;
}

.customer-app .header-logo img {
    max-width: 168px;
    max-height: 38px;
    /* filter: brightness(0) saturate(100%); */
    opacity: 0.88;
}

.customer-app .customer-logo-fallback {
    color: var(--customer-ink);
    font-family: var(--font-mitr);
}

.customer-app .sidebar-toggle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 0 0 auto;
    padding: 0;
    order: 2;
    border: 1px solid var(--customer-border-color);
    border-radius: 50%;
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
    font-size: 17px;
    display: none;
}
.header-area .main-conent-header .nav-right .admin-area .admin-thumb img{
    min-width: 40px !important;
    width: 40px !important;
    height: 40px !important;
}
.customer-app .main-conent-header {
    position: static;
    inset: auto;
    width: auto !important;
    max-width: none;
    margin: 0;
    height: var(--customer-header-height);
    min-height: 0;
    gap: 12px;
    padding: 9px 18px 9px 8px;
    background: transparent;
}

.customer-app .workspace-context {
    padding-left: 16px;
    border-left: 1px solid var(--customer-border-color);
}

.customer-app .workspace-context-label {
    color: var(--customer-muted);
}

.customer-app .workspace-context strong {
    color: var(--customer-ink);
    font-family: var(--font-mitr);
    font-size: 15px;
    font-weight: 400;
}

.customer-app .offer-area {
    min-height: 34px;
    max-width: 300px;
    margin-left: auto;
    padding: 6px 11px;
    border: 1px solid rgba(242, 124, 58, 0.2);
    border-radius: 999px;
    background: rgba(242, 124, 58, 0.08);
    color: #9b451c;
    font-family: var(--font-work-sans);
}

.customer-app .nav-right {
    gap: 8px;
}

.customer-app .header-area .main-conent-header .nav-right ul.header-icons {
    display: flex;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    gap: 6px;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
}

.customer-app .header-area .main-conent-header .nav-right ul.header-icons > li {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.customer-app .customer-mobile-mark {
    display: none;
}

.customer-app .add-balance-area {
    grid-template-columns: 32px minmax(80px, 1fr) 24px;
    min-width: 174px;
    min-height: 46px;
    padding: 5px 8px;
    border: 1px solid var(--customer-border-color);
    border-radius: 14px;
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
    text-align: left;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area {
    display: grid;
    width: auto;
    max-width: none;
    min-width: 174px;
    min-height: 46px;
    margin: 0;
    padding: 5px 8px;
    grid-template-columns: 32px minmax(80px, 1fr) 24px;
    gap: 8px;
    border: 1px solid var(--customer-border-color);
    border-radius: 14px;
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
    box-shadow: none;
}

.customer-app .balance-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--customer-accent-soft);
    color: var(--primary-color);
    font-size: 15px;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 10px;
    background: var(--customer-accent-soft);
    color: var(--primary-color);
}

.customer-app .balance-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.customer-app .balance-content small {
    color: var(--customer-muted);
    font-size: 9px;
}

.customer-app .balance-content strong {
    overflow: hidden;
    color: var(--customer-ink);
    font-size: 12px;
    text-overflow: ellipsis;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content small,
.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content strong {
    display: block;
    margin: 0;
    line-height: 1.2;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content small {
    color: var(--customer-muted);
    font-size: 9px;
}

.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content strong {
    color: var(--customer-ink);
    font-size: 12px;
}

.customer-app .balance-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--white);
}

.customer-app .notifications-area,
.customer-app .notification-area {
    width: 40px;
    height: 40px;
    border: 1px solid var(--customer-border-color);
    border-radius: 50%;
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
    font-size: 15px;
}

.customer-app .header-area .main-conent-header .nav-right ul.header-icons li .notifications-area,
.customer-app .header-area .main-conent-header .nav-right ul.header-icons li .notification-area {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--customer-border-color);
    border-radius: 50%;
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
}

.customer-app .notifications-area::after,
.customer-app .notification-area::after,
.customer-app .customer-profile-trigger::after {
    display: none;
}

.customer-app .customer-profile-trigger,
.customer-app .admin-area .dropdown-toggle {
    display: flex;
    align-items: center;
    min-width: 144px;
    min-height: 46px;
    gap: 7px;
    padding: 5px 7px;
    border: 1px solid var(--customer-border-color);
    border-radius: 14px;
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
    text-align: left;
}

.customer-app .header-area .main-conent-header .nav-right .admin-area .customer-profile-trigger {
    display: flex;
    width: auto;
    max-width: none;
    min-width: 144px;
    min-height: 46px;
    margin: 0;
    padding: 5px 7px;
    grid-template-columns: 32px minmax(0, 1fr) 16px;
    gap: 7px;
    border: 1px solid var(--customer-border-color);
    border-radius: 14px;
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
}

.customer-app .admin-thumb img {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--customer-border-strong);
}

.customer-app .admin-desig {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.customer-app .admin-desig small {
    color: var(--customer-muted);
    font-size: 8px;
    line-height: 1.2;
}

.customer-app .admin-desig .username {
    color: var(--customer-ink);
    font-family: var(--font-work-sans);
    font-size: 11px;
    font-weight: 500;
}

.customer-app .customer-login-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    gap: 7px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--primary-color);
    color: var(--white);
}

.customer-app .customer-workspace-dock,
.customer-app .sidebar-wrapper {
    position: fixed;
    top: var(--customer-header-height);
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 995;
    width: 100%;
    max-width: none !important;
    height: var(--customer-dock-height);
    padding: 7px 18px;
    border: 0;
    background: transparent;
    pointer-events: none;
    transition: transform var(--customer-transition), opacity var(--customer-transition);
}

.customer-app .sidebar-wrapper.slide {
    transform: translateY(calc(-1 * var(--customer-dock-height)));
    opacity: 0;
}

.customer-app .sidebar {
    width: 100%;
    max-width: 1440px;
    height: 44px;
    margin: 0 auto;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 16px;
    background: rgba(255, 254, 249, 0.96);
    box-shadow: var(--customer-shadow-sm);
    pointer-events: auto;
    backdrop-filter: blur(14px);
}

.customer-app .sidebar-menu-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    gap: 8px;
    padding: 4px 6px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
}

.customer-app .sidebar-kicker {
    min-height: 34px;
    margin: 0;
    padding: 7px 10px;
    flex: 0 0 auto;
    border: 0;
    background: var(--customer-sidebar-soft);
    color: var(--primary-color);
    white-space: nowrap;
    border-radius: 10px 0 0 10px;
}

.customer-app .sidebar-nav-group,
.customer-app .side-menu-list {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 2px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.customer-app .sidebar-menu-wrapper ul.side-menu-list {
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px !important;
}

.customer-app .sidebar-menu-wrapper ul.side-menu-list > li {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
}

.customer-app .sidebar-section-label {
    display: none;
}

.customer-app .sidebar-divider {
    width: 1px;
    height: 24px;
    flex: 0 0 1px;
    background: var(--customer-border-color);
}

.customer-app .side-menu-list a,
.customer-app .sidebar-menu-wrapper ul li a {
    display: flex;
    grid-template-columns: none;
    min-height: 34px;
    gap: 6px;
    padding: 5px 8px;
    border: 0;
    border-radius: 10px;
    color: var(--customer-muted);
    white-space: nowrap;
    width: auto;
    max-width: none;
    margin: 0;
    box-shadow: none;
}

.customer-app .side-menu-list a:hover,
.customer-app .sidebar-menu-wrapper ul li a:hover {
    border-color: transparent;
    background: var(--customer-sidebar-soft);
    color: var(--customer-ink);
}

.customer-app .side-menu-list i,
.customer-app .sidebar-menu-wrapper ul li a > i {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 8px;
    background: transparent;
    font-size: 13px;
    margin: 0 !important;
}

.customer-app .side-menu-list h6,
.customer-app .sidebar-menu-wrapper ul li h6 {
    color: inherit;
    font-family: var(--font-work-sans);
    font-size: 11px;
    font-weight: 500;
}

.customer-app .sidebar-new-badge {
    min-height: 16px;
    padding: 2px 5px;
    background: var(--customer-warm);
    color: #7a3e09;
}

.customer-app .sidebar-help-card {
    display: flex;
    align-items: center;
    min-height: 34px;
    gap: 6px;
    margin: 0 0 0 auto;
    padding: 4px 8px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 10px;
    background: var(--customer-command-bg);
    color: var(--white);
}

.customer-app .sidebar-help-icon,
.customer-app .sidebar-help-card > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--customer-accent-soft);
}

.customer-app .sidebar-help-card strong {
    font-family: var(--font-work-sans);
    font-size: 10px;
}

.customer-app .sidebar-help-card small {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
}

body.customer-route-user-dashboard .side-menu-list a[href$="/dashboard"],
.customer-app .side-menu-list a.active,
body.customer-route-ordercreate .side-menu-list a[href*="/order/create"],
body.customer-route-ordermanualcreate .side-menu-list a[href*="/order/create"],
body[class*="customer-route-order"]:not(.customer-route-ordercreate):not(.customer-route-ordermanualcreate) .side-menu-list a[href$="/order"],
body[class*="customer-route-specification"] .side-menu-list a[href*="/template/list"],
body.customer-route-invoice .side-menu-list a[href$="/invoice"],
body.customer-route-user-transactions .side-menu-list a[href$="/transactions"],
body.customer-route-settings .side-menu-list a[href$="/settings"],
body.customer-route-referral .sidebar-referral-card,
body.customer-route-partnerusers .side-menu-list a[href*="/partner/user/list"] {
    border-color: transparent;
    background: var(--primary-color);
    color: var(--white);
}

body[class*="customer-route-order"] .side-menu-list a[href*="/order/create"] {
    background: transparent;
    color: var(--customer-muted);
}

body.customer-route-ordercreate .side-menu-list a[href*="/order/create"],
body.customer-route-ordermanualcreate .side-menu-list a[href*="/order/create"] {
    background: var(--primary-color);
    color: var(--white);
}

.customer-app .customer-stage,
.customer-app .main-content,
.customer-app .main-content.order-content {
    width: 100%;
    max-width: none !important;
    margin: calc(var(--customer-header-height) + var(--customer-dock-height)) 0 0;
    padding: 0 18px;
    gap: 0;
    background: transparent;
}

.customer-app .customer-view-scroll {
    width: 100%;
    min-width: 0;
}

.customer-app .customer-view-scroll > main,
.customer-app .customer-view-scroll > section,
.customer-app .customer-view-scroll > .invoice-page,
.customer-app .customer-view-scroll > .page-wrapper,
.customer-app .customer-view-scroll > .order_success,
.customer-app .customer-view-scroll > .eg-table-wrapper,
.customer-app .customer-view-scroll > .setting-wrapper {
    width: 100%;
    min-height: 0;
}

.customer-app .main-content > .customer-footer {
    position: static;
    inset: auto;
    z-index: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    min-height: var(--customer-footer-height);
    margin: 0;
    gap: 12px;
    padding: 4px 0;
    border-top: 1px solid rgba(23, 36, 30, 0.07);
    background: transparent;
    color: var(--customer-muted);
    font-size: 10px;
}

.customer-app.customer-guest .customer-stage,
.customer-app.customer-guest .main-content,
.customer-app.customer-guest .main-content.order-content {
    margin-top: var(--customer-header-height);
}

.customer-app .footer-menu ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.customer-app .footer-menu a,
.customer-app .devloper-area p {
    margin: 0;
    color: var(--customer-muted);
    font-size: 10px;
}

.customer-app .page-title-and-breadcurmb,
.customer-app .page-title-and-breadcurmb.two,
.customer-app .customer-module-support .page-titles {
    min-height: 52px;
    padding: 8px 12px;
    border: 0;
    border-radius: 16px;
    background: var(--customer-command-bg);
    box-shadow: none;
}

.customer-app .page-title-and-breadcurmb .page-title::before,
.customer-app .page-title-and-breadcurmb.two .page-title::before {
    width: 4px;
    height: 30px;
    flex: 0 0 4px;
    border-radius: 999px;
    background: var(--customer-accent-soft);
    box-shadow: none;
}

.customer-app .page-title-and-breadcurmb h4,
.customer-app .page-title-and-breadcurmb.two h4,
.customer-app .customer-module-support .page-titles h4 {
    color: var(--white);
    font-size: 16px;
}

.customer-app .page-title-subtitle,
.customer-app .page-title-and-breadcurmb .breadcrumb-item,
.customer-app .customer-module-support .page-titles p {
    color: rgba(255, 255, 255, 0.54);
}

.customer-app .page-title-and-breadcurmb .breadcrumb-item a {
    color: var(--customer-accent-soft);
}

.customer-app .eg-wrapper,
.customer-app .eg-table-wrapper,
.customer-app .setting-wrapper,
.customer-app .invoice-wrapper,
.customer-app .order-process-area,
.customer-app .support-ticket-wrapper,
.customer-app .summary-table-wrapper,
.customer-app .dashboard-orders-panel,
.customer-app .dashboard-metric,
.customer-app .single-order-option,
.customer-app .single-specification,
.customer-app .specification-card,
.customer-app .counter-single,
.customer-app .ticket-entry {
    border: 0;
    border-radius: var(--customer-radius-lg);
    background: var(--customer-surface);
    box-shadow: var(--customer-shadow-sm);
}

.customer-app .eg-wrapper,
.customer-app .eg-table-wrapper,
.customer-app .setting-wrapper,
.customer-app .support-ticket-wrapper,
.customer-app .summary-table-wrapper {
    padding: 12px;
}

.customer-app .dashboard-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
    min-height: 158px;
    border: 0;
    border-radius: 20px;
    background: var(--customer-command-bg);
}

.customer-app .dashboard-hero::before {
    background: linear-gradient(90deg, rgba(23, 36, 30, 0.98) 0%, rgba(23, 36, 30, 0.88) 44%, rgba(23, 36, 30, 0.05) 78%);
}

.customer-app .dashboard-hero-copy {
    padding: 16px 20px;
}

.customer-app .dashboard-hero h1 {
    margin: 5px 0;
    font-size: clamp(22px, 2.2vw, 30px);
}

.customer-app .dashboard-hero h1 em,
.customer-app .dashboard-eyebrow,
.customer-app .dashboard-panel-kicker {
    color: var(--customer-accent-soft);
}

.customer-app .dashboard-hero-copy p {
    max-width: 480px;
    font-size: 11px;
}

.customer-app .dashboard-hero-actions {
    margin-top: 9px;
}

.customer-app .dashboard-primary-action {
    background: var(--customer-accent-soft);
    color: var(--customer-ink) !important;
}

.customer-app .dashboard-hero-art {
    min-height: 158px;
}

.customer-app .dashboard-metrics {
    gap: 8px;
}

.customer-app .dashboard-metric {
    position: relative;
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    min-height: 66px;
    gap: 8px;
    padding: 9px 10px;
    overflow: hidden;
}

.customer-app .dashboard-metric::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--primary-color);
}

.customer-app .metric-icon {
    width: 34px;
    height: 34px;
}

.customer-app .metric-icon img {
    width: 20px;
    height: 20px;
}

.customer-app .metric-copy strong {
    font-family: var(--font-mitr);
    font-size: 21px;
    font-weight: 400;
}

.customer-app .dashboard-orders-panel {
    padding: 11px 12px;
}

.customer-app .dashboard-panel-heading,
.customer-app .table-title-and-sort-area {
    margin-bottom: 8px;
}

.customer-app .form-control,
.customer-app .form-inner input,
.customer-app .form-inner textarea,
.customer-app .form-inner select,
.customer-app .form-group input,
.customer-app .form-group textarea,
.customer-app .form-group select,
.customer-app .nice-select,
.customer-app select {
    min-height: 36px;
    padding: 7px 10px;
    border-color: rgba(23, 36, 30, 0.14);
    border-radius: 10px;
    background: #fbfcf7;
}

.customer-app textarea.form-control,
.customer-app .form-inner textarea,
.customer-app .form-group textarea {
    min-height: 72px;
}

.customer-app .btn,
.customer-app .btn-hover,
.customer-app .eg-btn,
.customer-app .primary-btn,
.customer-app .primary-btn1,
.customer-app .primary-btn2,
.customer-app .details-btn,
.customer-app .back-btn,
.customer-app .modal-btn,
.customer-app .Showless-btn2,
.customer-app .dashboard-primary-action,
.customer-app .dashboard-text-action,
.customer-app .dashboard-view-all,
.customer-app .select-btn a {
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
}

.customer-app .eg-table thead th,
.customer-app .order-table thead th {
    padding: 7px 9px;
    background: #edf1e8;
    color: #445148;
}

.customer-app .eg-table tbody td,
.customer-app .order-table tbody td,
.customer-app .summary-table td {
    padding: 7px 9px;
}

.customer-app .eg-table tbody tr:last-child td,
.customer-app .order-table tbody tr:last-child td {
    border-bottom: 0;
}

.customer-app .page-link {
    min-width: 28px;
    min-height: 28px;
    padding: 4px 7px;
    border-radius: 9px;
}
.customer-app .invoice-view-action:hover{
    color: #fff;
}
.customer-app .customer-module-create-order .single-order-option {
    min-height: 130px;
    padding: 14px;
}

.customer-app .single-service-card,
.customer-app .step-card {
    min-height: 126px;
    border: 0;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px var(--customer-border-color);
}

.customer-app .service-card-img,
.customer-app .step-img {
    min-height: 78px;
    padding: 8px;
}

.customer-app .service-card-img img,
.customer-app .step-img img {
    height: 64px;
}

.customer-app .customer-module-settings .setting-wrapper {
    grid-template-columns: 190px minmax(0, 1fr);
}

.customer-app .setting-site-bar {
    padding: 10px;
    background: var(--customer-command-bg);
}

.customer-app .setting-tab-content {
    padding: 12px;
}

.customer-app .dropdown-menu,
.customer-app .notifacion-card.dropdown-menu {
    border: 0;
    border-radius: 16px;
    background: var(--customer-surface);
}

.customer-app .dropdown-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 9px 11px;
    border-bottom: 1px solid var(--customer-border-color);
    color: var(--customer-ink);
    font-family: var(--font-mitr);
    font-size: 13px;
}

.customer-app .dropdown-panel-title a {
    min-height: 28px;
    padding: 5px 8px;
    border-radius: 8px;
    background: var(--customer-surface-muted);
    color: var(--primary-color);
    font-family: var(--font-work-sans);
    font-size: 10px;
    font-weight: 500;
}

.customer-app .customer-logout-link {
    color: var(--red-color) !important;
}

.customer-app .coupon-dialog {
    max-width: min(720px, calc(100% - 28px));
}

.customer-app .coupon-modal-content {
    position: relative;
    overflow: visible;
    background: var(--customer-surface);
}

.customer-app .coupon-modal-content > .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.customer-app .promo-popup {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    min-height: 330px;
    overflow: hidden;
    border-radius: var(--customer-radius-lg);
}

.customer-app .promo-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--customer-command-bg);
    color: var(--customer-accent-soft);
    font-family: var(--font-mitr);
    font-size: 18px;
    flex-direction: column;
}

.customer-app .promo-visual i {
    font-size: 52px;
}

.customer-app .promo-container {
    display: flex;
    justify-content: center;
    padding: 30px;
    flex-direction: column;
}

.customer-app .promo-container .logo {
    max-width: 140px;
    max-height: 40px;
    margin-bottom: 14px;
    object-fit: contain;
    object-position: left center;
}

.customer-app .promo-container h2 {
    font-size: 23px;
}

.customer-app .code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 12px 0;
    padding: 7px 7px 7px 13px;
    border: 1px dashed var(--primary-color);
    border-radius: 12px;
    background: #edf7e9;
}

.customer-app .code-box span {
    font-family: var(--font-mitr);
    font-size: 18px;
}

.customer-app .code-box button,
.customer-app .redeem-btn {
    padding: 8px 12px;
    border: 0;
    border-radius: 999px;
    background: var(--primary-color);
    color: var(--white);
    font-size: 11px;
}

.customer-app .redeem-btn {
    align-self: flex-start;
}

.customer-app .offer-details {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--customer-border-color);
    font-size: 11px;
}

@media (max-width: 1199.98px) {
    .customer-app .sidebar-kicker,
    .customer-app .sidebar-divider,
    .customer-app .side-menu-list h6,
    .customer-app .sidebar-new-badge,
    .customer-app .sidebar-help-card span:not(.sidebar-help-icon) {
        display: none;
    }

    .customer-app .side-menu-list a,
    .customer-app .sidebar-menu-wrapper ul li a {
        justify-content: center;
        width: 34px;
        padding: 5px;
    }

    .customer-app .sidebar-help-card {
        width: 34px;
        padding: 5px;
    }

    .customer-app .offer-area {
        display: none;
    }
}

@media (max-width: 991.98px) {
    :root {
        --customer-header-height: 78px;
        --customer-dock-height: 64px;
    }

    .customer-app .customer-command-bar {
        display: flex;
        justify-content: space-between;
    }

    .customer-app .customer-brand-zone,
    .customer-app .header-area .sidebar-header {
        justify-content: center;
        height: auto;
        padding: 7px;
    }

    .customer-app .header-logo,
    .customer-app .sidebar-toggle-button,
    .customer-app .workspace-context-label,
    .customer-app .admin-desig,
    .customer-app .customer-profile-trigger > .bi-chevron-down {
        display: none;
    }

    .customer-app .header-logo {
        display: none !important;
        visibility: hidden !important;
    }

    .customer-app .header-logo-icon {
        display: inline-flex !important;
        visibility: visible !important;
    }

    .customer-app .header-logo-icon img {
        display: none;
    }

    .customer-app .customer-mobile-mark {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        border-radius: 11px;
        background: var(--customer-accent-soft);
        color: var(--primary-color);
        font-size: 17px;
    }

    .customer-app .main-conent-header {
        height: 58px;
        padding: 7px 10px;
    }

    .customer-app .workspace-context {
        padding-left: 10px;
    }

    .customer-app .add-balance-area {
        grid-template-columns: 30px;
        min-width: 38px;
        min-height: 38px;
        padding: 4px;
    }

    .customer-app .header-area .main-conent-header .nav-right .add-balance-area {
        width: 38px;
        max-width: 38px;
        min-width: 38px;
        min-height: 38px;
        padding: 4px;
        grid-template-columns: 30px;
    }

    .customer-app .balance-content,
    .customer-app .balance-add {
        display: none;
    }

    .customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-content,
    .customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-add {
        display: none;
    }

    .customer-app .customer-profile-trigger,
    .customer-app .admin-area .dropdown-toggle {
        display: flex;
        min-width: 40px;
        min-height: 40px;
        padding: 3px;
        border: 0;
        border-radius: 50%;
    }

    .customer-app .header-area .main-conent-header .nav-right .admin-area .customer-profile-trigger {
        display: flex;
        width: 40px;
        max-width: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 3px;
        border: 0;
        border-radius: 50%;
    }

    body.customer-app .customer-workspace-dock,
    body.customer-app .sidebar-wrapper {
        top: auto;
        bottom: 0;
        height: var(--customer-dock-height);
        padding: 6px 8px;
    }

    .customer-app .sidebar-wrapper.slide {
        transform: translateY(var(--customer-dock-height));
    }

    body.customer-app .sidebar {
        height: 52px;
        border-radius: 18px;
    }

    body.customer-app .sidebar-menu-wrapper {
        height: 52px;
        justify-content: space-around;
        gap: 2px;
        overflow-x: auto;
    }

    .customer-app .sidebar-nav-group {
        flex: 1 1 auto;
        justify-content: space-around;
    }

    .customer-app .side-menu-list {
        flex: 1 1 auto;
        justify-content: space-around;
    }

    .customer-app .sidebar-help-card {
        margin-left: 2px;
    }

    .customer-app .customer-stage,
    .customer-app .main-content,
    .customer-app .main-content.order-content,
    .customer-app .main-content.slide,
    .customer-app .main-content.order-content.slide {
        width: 100%;
        margin: calc(var(--customer-header-height) + 10px) 0 0;
        padding: 0 10px calc(var(--customer-dock-height) + 10px);
    }

    .customer-app.customer-guest .customer-stage,
    .customer-app.customer-guest .main-content,
    .customer-app.customer-guest .main-content.order-content {
        margin-top: calc(var(--customer-header-height) + 10px);
        padding-bottom: 10px;
    }

    .customer-app .customer-footer {
        display: none;
    }

    .customer-app .customer-view-scroll {
        padding: 9px 0;
    }

    .customer-app .dashboard-hero {
        grid-template-columns: 1fr;
        min-height: 300px;
    }

    .customer-app .dashboard-hero-copy {
        justify-content: flex-end;
        padding-top: 130px;
    }

    .customer-app .dashboard-hero-art {
        position: absolute;
        inset: 0;
    }

    .customer-app .dashboard-hero::before {
        z-index: 1;
        background: linear-gradient(180deg, rgba(23, 36, 30, 0.04), rgba(23, 36, 30, 0.96) 70%);
    }
}

@media (max-width: 767.98px) {
    .customer-app .workspace-context {
        display: none;
    }

    .customer-app .nav-right {
        width: 100%;
        justify-content: flex-end;
    }

    .customer-app .dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-app .promo-popup {
        grid-template-columns: 1fr;
    }

    .customer-app .promo-visual {
        min-height: 110px;
    }

    .customer-app .promo-visual i {
        font-size: 34px;
    }

    .customer-app .promo-container {
        padding: 22px;
    }
}

@media (max-width: 575.98px) {
    .customer-app .notifications-area,
    .customer-app .notification-area {
        width: 36px;
        height: 36px;
    }

    .customer-app .page-title-and-breadcurmb,
    .customer-app .page-title-and-breadcurmb.two,
    .customer-app .customer-module-support .page-titles {
        align-items: flex-start;
        min-height: 48px;
        padding: 8px 10px;
    }

    .customer-app .page-title-subtitle,
    .customer-app nav[aria-label="breadcrumb"] {
        display: none;
    }

    .customer-app .dashboard-hero {
        min-height: 280px;
    }
}

/* ==================================================
   12. Accessibility and Utility Classes
================================================== */
.customer-app :focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.customer-app .visually-hidden,
.customer-app .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.customer-app .text-muted {
    color: var(--customer-muted) !important;
}

.customer-app .text-center {
    text-align: center !important;
}

.customer-app .d-flex {
    min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
    .customer-app *,
    .customer-app *::before,
    .customer-app *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* ==================================================
   13. Dashboard visual corrections
================================================== */
.customer-app .header-logo {
    width: min(168px, 100%);
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.customer-app .header-logo-icon {
    display: none !important;
}

.customer-app .sidebar-kicker {
    position: static;
    border-right: 0 !important;
    box-shadow: none !important;
}

.customer-app .sidebar-kicker::before,
.customer-app .sidebar-kicker::after,
.customer-app .dashboard-metric::after {
    display: none !important;
    content: none !important;
}

.customer-app .dashboard-welcome {
    grid-template-columns: minmax(420px, 0.9fr) minmax(540px, 1.1fr);
    min-height: 164px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background: #17241e;
    box-shadow: 0 14px 34px rgba(20, 35, 28, 0.1);
}

.customer-app .dashboard-welcome::before {
    display: none;
    content: none;
}

.customer-app .dashboard-welcome .dashboard-hero-copy {
    max-width: none;
    padding: 18px 22px;
    background: #17241e;
}

.customer-app .dashboard-welcome .dashboard-eyebrow {
    color: #fff;
}

.customer-app .dashboard-welcome h1 {
    margin: 6px 0;
    color: #fff;
    font-size: clamp(28px, 2.4vw, 36px);
    line-height: 1.15;
}

.customer-app .dashboard-welcome h1 em {
    color: #fff;
}

.customer-app .dashboard-welcome .dashboard-hero-copy p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
}

.customer-app .dashboard-welcome .dashboard-primary-action {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff !important;
    padding: 10px 11px;
}

.customer-app .dashboard-welcome .dashboard-text-action {
    border-color: rgba(0, 123, 54, 0.9);
    background: rgba(0, 123, 54, 0.18);
    color: #fff !important;
    padding: 10px 11px;
}

.customer-app .dashboard-welcome .dashboard-hero-art {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 164px;
    padding: 16px 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 48%),
        #0f1915;
}

.customer-app .dashboard-welcome .dashboard-hero-art::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: linear-gradient(rgba(223, 241, 198, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(223, 241, 198, 0.18) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

.customer-app .dashboard-flow-card {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
}

.customer-app .dashboard-flow-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.customer-app .dashboard-flow-heading small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
    font-weight: 500;
}

.customer-app .dashboard-flow-heading small i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #62c889;
    box-shadow: 0 0 0 4px rgba(98, 200, 137, 0.12);
}

.customer-app .dashboard-flow-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.customer-app .dashboard-flow-step {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 16px;
    align-items: center;
    min-width: 0;
    min-height: 48px;
    gap: 7px;
    padding: 7px 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(9, 16, 13, 0.48);
    color: rgba(255, 255, 255, 0.78);
}

.customer-app .dashboard-flow-step.is-active {
    border-color: #009444;
    background: var(--primary-color);
    color: #fff;
}

.customer-app .dashboard-flow-step b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 9px;
}

.customer-app .dashboard-flow-step em {
    overflow: hidden;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-app .dashboard-flow-step > i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
}

.customer-app .dashboard-metrics {
    gap: 8px;
}

.customer-app .dashboard-metric,
.customer-app .dashboard-metric.metric-total,
.customer-app .dashboard-metric.metric-unpaid,
.customer-app .dashboard-metric.metric-review,
.customer-app .dashboard-metric.metric-complete {
    grid-template-columns: 36px minmax(0, 1fr) 22px;
    min-height: 76px;
    gap: 9px;
    padding: 9px 11px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 14px;
    background: #fff !important;
    box-shadow: 0 7px 18px rgba(20, 35, 28, 0.045);
}

.customer-app .dashboard-metric::before {
    inset: 10px auto 10px 0;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: #006f30;
}

.customer-app .dashboard-metric .metric-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #edf7f0;
    color: #006f30;
    font-size: 16px;
}

.customer-app .dashboard-metric .metric-copy small {
    color: #68736d;
    font-size: 14px;
}

.customer-app .dashboard-metric .metric-copy strong {
    color: #17241e;
    font-size: 26px;
}

.customer-app .dashboard-metric .metric-arrow {
    border: 1px solid rgba(0, 111, 48, 0.12);
    background: #f5faf6;
    color: #006f30;
}

.customer-app .dashboard-orders-panel {
    padding: 12px;
    border: 1px solid rgba(23, 36, 30, 0.08);
    background: #fff;
}

.customer-app .dashboard-panel-heading {
    min-height: 62px;
    margin: 0 0 10px;
    padding: 7px 8px 11px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

.customer-app .dashboard-panel-heading > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.customer-app .dashboard-panel-kicker {
    color: #7a8780;
    font-size: 12px;
    line-height: 1.2;
}

.customer-app .dashboard-panel-heading h2 {
    margin: 0;
    color: #17241e;
    font-size: 24px;
    line-height: 1.2;
}

.customer-app .dashboard-orders-panel .details-btn {
    min-width: 68px;
    border-color: #006f30;
    background: #006f30;
    color: #fff !important;
}

@media (max-width: 1199.98px) {
    .customer-app .dashboard-welcome {
        grid-template-columns: minmax(360px, 0.85fr) minmax(460px, 1.15fr);
    }
}

@media (max-width: 991.98px) {
    .customer-app .customer-brand-zone,
    .customer-app .header-area .sidebar-header {
        justify-content: center;
    }

    .customer-app .header-logo {
        display: inline-flex !important;
        visibility: visible !important;
        width: 100%;
        height: auto;
        justify-content: center;
    }

    .customer-app .header-logo .customer-brand-logo,
    .customer-app .header-logo .customer-logo-fallback {
        display: none !important;
    }

    .customer-app .header-logo .customer-mobile-mark, body:is(.customer-route-specificationstep, .customer-route-specificationedit) .header-logo .customer-mobile-mark {
        display: none !important;
    }
    .customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-icon {
        width: 28px;
    }
    .customer-app .eg-table tbody tr:last-child td, .customer-app .order-table tbody tr:last-child td{
            border-bottom: 1px solid rgba(31, 41, 55, 0.08);
    }
    .customer-app .dashboard-welcome {
        grid-template-columns: minmax(0, 1fr);
        min-height: 0;
    }

    .customer-app .dashboard-welcome .dashboard-hero-copy {
        justify-content: center;
        padding: 17px 18px;
    }

    .customer-app .dashboard-welcome .dashboard-hero-art {
        position: relative;
        inset: auto;
        min-height: 0;
        padding: 12px;
    }

    .customer-app .eg-table tbody td[data-label],
    .customer-app .order-table tbody td[data-label] {
        position: relative;
        min-height: 38px;
        padding: 8px 10px 8px 48% !important;
        justify-content: flex-end;
        text-align: right;
    }

    .customer-app .eg-table tbody td[data-label]::before,
    .customer-app .order-table tbody td[data-label]::before {
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 42%;
        padding: 0;
        color: #68736d;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        text-transform: uppercase;
        transform: translateY(-50%);
    }
}

@media (max-width: 575.98px) {
    .customer-app .dashboard-welcome {
        min-height: 0;
    }

    .customer-app .dashboard-welcome .dashboard-hero-art {
        display: none;
    }

    .customer-app .dashboard-welcome h1 {
        font-size: 22px;
    }

    .customer-app .dashboard-panel-heading {
        min-height: 56px;
    }

    .customer-app .dashboard-empty-state {
        display: block !important;
        width: 100% !important;
        padding: 24px 14px !important;
        text-align: center !important;
    }

    .customer-app .dashboard-empty-state > span,
    .customer-app .dashboard-empty-state > strong,
    .customer-app .dashboard-empty-state > p,
    .customer-app .dashboard-empty-state > a {
        display: block;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .customer-app .dashboard-empty-state > span {
        width: 48px;
        margin-bottom: 10px;
    }

    .customer-app .dashboard-empty-state > p {
        margin: 5px auto 10px;
    }

}

/* Keep only the current Create Order dock item selected. */
body.customer-route-ordercreate .side-menu-list a[href$="/dashboard"],
body.customer-route-ordercreate .side-menu-list a[href$="/order"] {
    background: transparent !important;
    color: var(--customer-muted) !important;
}

body.customer-route-ordercreate .side-menu-list a[href*="/order/create"] {
    background: #006f30 !important;
    color: #fff !important;
}

/* External upload tabs: Dropbox, WeTransfer, Drive and other links. */
.customer-app .upload-external-workspace {
    padding: 11px !important;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    box-shadow: none !important;
}

.customer-app .external-workspace-intro {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 111, 48, 0.11);
    border-radius: 13px;
    background: #f4faf5;
}

.customer-app .external-workspace-title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.customer-app .external-workspace-title > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e1e2e1;
    color: #fff;
    font-size: 16px;
}

.customer-app .external-workspace-title > span img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.customer-app .external-workspace-title small,
.customer-app .external-workspace-title h3 {
    display: block;
    margin: 0;
}

.customer-app .external-workspace-title small {
    color: #718078;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.customer-app .external-workspace-title h3 {
    color: #17241e;
    font-size: 13px;
}

.customer-app .external-workspace-intro > p {
    margin: 0;
    color: #647269;
    font-size: 12px;
}

.customer-app .external-upload-grid {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.customer-app .upload-external-card {
    height: 100%;
    padding: 9px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fafbf8;
}

.customer-app .upload-external-card > .title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.customer-app .upload-external-card > .title > span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #17241e;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .upload-external-card > .title small,
.customer-app .upload-external-card > .title h5 {
    display: block;
    margin: 0;
}

.customer-app .upload-external-card > .title small {
    color: #7a8780;
    font-size: 12px;
}

.customer-app .upload-external-card > .title h5 {
    color: #17241e;
    font-size: 12px;
}

.customer-app .external-link-field {
    padding: 9px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 11px;
    background: #fff;
}

.customer-app .external-link-field label {
    display: block;
    margin-bottom: 5px;
    color: #5f6d65;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .external-link-field label i {
    margin-right: 4px;
    color: #006f30;
}

.customer-app .external-link-field textarea {
    width: 100%;
    min-height: 72px !important;
    max-height: 72px;
    padding: 9px 10px;
    resize: none;
    border: 1px solid rgba(23, 36, 30, 0.13);
    border-radius: 9px;
    background: #fafbf8;
    color: #26352d;
    font-size: 10px;
}

.customer-app .external-image-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 8px 9px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 10px;
    background: #fff;
}

.customer-app .external-image-quantity small,
.customer-app .external-image-quantity h6 {
    display: block;
    margin: 0;
}

.customer-app .external-image-quantity small {
    color: #7b8880;
    font-size: 12px;
}

.customer-app .external-image-quantity h6 {
    color: #26352d;
    font-size: 12px;
}

.customer-app .external-image-quantity .quantity,
.customer-app .external-image-quantity .quantity-nav {
    width: 100%;
}

.customer-app .external-image-quantity input {
    width: 100% !important;
    min-height: 34px;
    padding: 5px 8px;
    border: 1px solid rgba(0, 111, 48, 0.22);
    border-radius: 8px;
    background: #f4faf5;
    color: #17241e;
    text-align: center;
}

.customer-app .external-image-quantity .text-danger {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 8px;
}

.customer-app .upload-external-sample {
    height: 100%;
}

.customer-app .upload-external-sample .dropzone {
    min-height: 154px !important;
    max-height: 154px;
}

.customer-app .external-instruction-card {
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .customer-app .external-workspace-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .customer-app .external-workspace-intro > p {
        padding-left: 43px;
    }
}

body.customer-route-ordermanualcreate #regForm,
body.customer-route-ordermanualcreate #orderFormArea,
body.customer-route-ordermanualcreate .wizard-content,
body.customer-route-ordermanualcreate .wizard,
body.customer-route-ordercreate #regForm,
body.customer-route-ordercreate #orderFormArea,
body.customer-route-ordercreate .wizard-content,
body.customer-route-ordercreate .wizard {
    max-width: 100%;
    min-width: 0;
}

/* Final variation workspace sizing: override legacy oversized circular cards. */
@media (min-width: 992px) {
    body[class*="customer-route-order"] .order-form-wrapper .order-variation-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 340px;
        align-items: start;
        gap: 12px;
        margin: 0;
    }

    body[class*="customer-route-order"] .order-form-wrapper .order-variation-layout > .col-md-12 {
        grid-column: 1 / -1;
    }

    body[class*="customer-route-order"] .order-form-wrapper .order-variation-options,
    body[class*="customer-route-order"] .order-form-wrapper .order-live-summary {
        width: 100%;
        max-width: none;
        padding: 0;
    }
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap > .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card {
    display: grid;
    width: 100% !important;
    height: 142px !important;
    min-height: 142px !important;
    grid-template-rows: 82px 60px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.11) !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(23, 36, 30, 0.04) !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    width: 100% !important;
    height: 110px !important;
    min-height: 110px !important;
    margin: 0 !important;
    padding: 10px !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f6f8f4 !important;
    transform: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img > img {
    display: block;
width: 110px !important;
    max-width: 110px !important;
    height: 110px !important;
    max-height: 110px !important;
    border-radius: 10px !important;
    margin: 0 !important;
    object-fit: contain;
    transform: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img > span {
    margin: 0 4px 0 0;
    font-size: 30px !important;
    line-height: 1;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content {
    display: flex;
    width: 100%;
    height: 950px !important;
    min-height: 95px !important;
    padding: 8px 9px !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(23, 36, 30, 0.08);
    background: #fff !important;
    text-align: center;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content h6 {
    margin: 0 0 2px;
    color: #22342b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content p {
    margin: 0;
    color: #6c7972;
    font-size: 10px;
    line-height: 1.25;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .check-box {
    top: 7px;
    right: 7px;
    width: 21px;
    height: 21px;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card {
    position: sticky;
    top: 8px;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table tr td {
    padding: 8px 2px !important;
    font-size: 11px !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price {
    width: 100%;
    height: 58px !important;
    min-height: 58px !important;
    margin: 10px 0 0 !important;
    padding: 10px 12px;
    border-radius: 11px;
    background: #17241e;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price h3 {
    font-size: 21px;
}

@media (max-width: 1199.98px) {
    body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Variation selector v3 — numbered studio tiles + receipt summary. */
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel {
    padding: 14px !important;
    border: 1px solid rgba(23, 36, 30, 0.08) !important;
    border-radius: 18px !important;
    background: #eef2ec !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap > .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    counter-reset: variation-tile;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation {
    counter-increment: variation-tile;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card {
    position: relative;
    display: grid;
    width: 100% !important;
    height: 106px !important;
    min-height: 106px !important;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    gap: 0;
    padding: 10px 48px 10px 10px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 5px 14px rgba(23, 36, 30, 0.035) !important;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card::before {
    content: counter(variation-tile, decimal-leading-zero);
    position: absolute;
    top: 11px;
    right: 11px;
    color: #87928c;
    font-family: var(--font-work-sans);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card:hover {
    border-color: rgba(0, 111, 48, 0.32) !important;
    box-shadow: 0 9px 20px rgba(23, 36, 30, 0.07) !important;
    transform: translateY(-2px);
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 8px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.08) !important;
    border-radius: 15px !important;
    background: #f3f6f1 !important;
    transform: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img > img {
    width: 35px !important;
    max-width: 35px !important;
    height: 32px !important;
    max-height: 32px !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img > span {
    margin: 0 2px 0 0;
    color: #17241e;
    font-size: 25px !important;
    line-height: 1;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content {
    display: flex;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 0 0 10px !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 0;
    background: transparent !important;
    text-align: left;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content h6 {
    margin: 0 0 5px;
    color: #1c2c24 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content p {
    margin: 0;
    color: #77837c !important;
    font-size: 10px;
    line-height: 1.25;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content p span {
    color: #006f30 !important;
    font-size: 12px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .check-box {
    position: absolute;
    top: auto;
    right: 11px;
    bottom: 11px;
    left: auto;
    width: 20px;
    height: 20px;
    transform: none;
    border: 1px solid rgba(23, 36, 30, 0.14);
    border-radius: 7px;
    background: #f3f6f1;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-card,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-card {
    border-color: #006f30 !important;
    background: #17241e !important;
    box-shadow: 0 10px 22px rgba(23, 36, 30, 0.16) !important;
    transform: translateY(-2px);
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-card::before,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-card::before {
    color: rgba(255, 255, 255, 0.48);
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-img,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-img {
    border-color: rgba(255, 255, 255, 0.13) !important;
    background: rgba(255, 255, 255, 0.09) !important;
}



body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-img > span,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-img > span,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-content h6,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-content h6 {
    color: #fff !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-content p,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-content p {
    color: rgba(255, 255, 255, 0.6) !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-content p span,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-content p span {
    color: #fff !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .check-box,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .check-box {
    border-color: #fff;
    background: #006f30;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card {
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 17px !important;
    background: #17241e !important;
    box-shadow: 0 12px 28px rgba(23, 36, 30, 0.14) !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .step-title {
    margin: 0;
    padding: 14px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: transparent;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .step-title h4 {
    color: #fff;
    font-size: 13px;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table {
    width: calc(100% - 28px);
    margin: 5px 14px 0;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table tr td {
    padding: 9px 1px !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 10px !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table tr td:last-child {
    color: #fff !important;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price {
    position: relative;
    display: flex;
    width: auto;
    height: 66px !important;
    min-height: 66px !important;
    margin: 12px 14px 14px !important;
    padding: 12px 14px;
    align-items: center;
    justify-content: flex-end;
    border-radius: 12px;
    background: #fff !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price::before {
    content: "ORDER TOTAL";
    display: block;
    margin-right: auto;
    color: #748078;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price h3 {
    color: #006f30;
    font-size: 23px;
}

@media (max-width: 1199.98px) {
    body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap > .row {
        grid-template-columns: 1fr;
    }
}

/* Variation selector v4 — compact pricing rail. */
@media (min-width: 992px) {
    body[class*="customer-route-order"] .order-form-wrapper .order-variation-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 14px;
    }
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel {
    padding: 12px !important;
    border: 1px solid rgba(23, 36, 30, 0.08) !important;
    border-radius: 17px !important;
    background: #f7f8f5 !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap > .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 9px;
    align-items: stretch;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card {
    position: relative;
    display: flex;
    width: 100% !important;
    height: 100% !important;
    min-height: auto !important;
    padding: 18px 12px 7px !important;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(23, 36, 30, 0.035) !important;
    transform: none;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #dfe5df;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card::before {
    top: 10px;
    right: auto;
    left: 12px;
    color: #89948e;
    font-size: 8px;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card:hover {
    border-color: rgba(0, 111, 48, 0.28) !important;
    box-shadow: 0 8px 18px rgba(23, 36, 30, 0.07) !important;
    transform: translateY(-2px);
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img {
    position: relative !important;
    display: flex !important;
    width: 110px !important;
    height: 110px !important;
    min-height: 110px !important;
    margin: 0 0 7px !important;
    padding: 8px !important;
    flex: 0 0 110px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.08) !important;
    border-radius: 11px !important;
    background: #f3f6f1 !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img > img {
    width: 95px !important;
    max-width: 95px !important;
    height: 95px !important;
    max-height: 95px !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-img > span {
    margin: 0 2px 0 0;
    font-size: 23px !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content {
    display: flex;
    width: 100%;
    height: auto !important;
    min-height: 48px !important;
    padding: 0 !important;
    align-items: center;
    justify-content: flex-start;
    background: transparent !important;
    text-align: center;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content h6 {
    margin: 0 0 4px;
    color: #1b2b23 !important;
    font-size: 12px;
    font-weight: 650;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content p {
    color: #7a867f !important;
    font-size: 9px;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content p span {
    color: #006f30 !important;
    font-size: 12px;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .check-box {
    position: absolute;
    top: 9px;
    right: 10px;
    bottom: auto;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-card,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-card {
    border-color: #006f30 !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 111, 48, 0.12) !important;
    transform: translateY(-2px);
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-card::before,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-card::before {
    color: #006f30;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-card::after,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-card::after {
    background: #006f30;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-img,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-img {
    border-color: #006f30 !important;
    background: #006f30 !important;
    color: #fff;
    font-size: 10px;
}
.final-step-calculation .coupon button{
    padding: 7px 20px;
    bottom: 20px;
}



body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-img > span,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-img > span {
    color: #fff !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-content h6,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-content h6 {
    color: #17241e !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-content p,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-content p {
    color: #7a867f !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .select-wrap.selected .step-content p span,
body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .variation.selected .step-content p span {
    color: #006f30 !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card {
    padding: 0 !important;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(23, 36, 30, 0.07) !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .step-title {
    margin: 0;
    padding: 13px 14px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
    background: #fff;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .step-title h4 {
    color: #17241e;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table {
    width: calc(100% - 28px);
    margin: 5px 14px 0;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table tr td {
    padding: 9px 1px !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
    color: #69766f !important;
    font-size: 10px !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table tr td:last-child {
    color: #26352d !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price {
    height: 64px !important;
    min-height: 64px !important;
    margin: 11px 13px 13px !important;
    padding: 11px 13px;
    border-radius: 11px;
    background: #17241e !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price::before {
    content: none !important;
    display: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price::after {
    content: none !important;
    display: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price h3 {
    color: #fff;
    font-size: 22px;
}

@media (max-width: 991.98px) {
    body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap > .row {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

/* Checkout workspace v2. */
@media (min-width: 992px) {
    body[class*="customer-route-order"] .order-form-wrapper .payment-step-layout {
        display: grid;
        grid-template-columns: 360px minmax(0, 1fr);
        align-items: start;
        gap: 14px;
        margin: 0;
    }

    body[class*="customer-route-order"] .order-form-wrapper .payment-summary-column,
    body[class*="customer-route-order"] .order-form-wrapper .payment-method-column {
        width: 100%;
        max-width: none;
        padding: 0;
    }
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel {
    padding: 13px !important;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    border-top: 3px solid #006f30 !important;
    border-radius: 17px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(23, 36, 30, 0.06) !important;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .summary-table-wrapper {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .step-title {
    margin: 0 -1px 6px;
    padding: 2px 1px 12px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .step-title h4 {
    color: #17241e;
    font-size: 14px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .summary-table {
    width: 100%;
    margin: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .summary-table tr td {
    padding: 9px 1px !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
    color: #68756e;
    font-size: 10px !important;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .summary-table tr td:last-child {
    color: #26352d;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price {
    display: flex;
    width: 100%;
    height: 68px !important;
    min-height: 68px !important;
    margin: 12px 0 0 !important;
    padding: 12px 14px;
    align-items: center;
    justify-content: flex-end;
    border-radius: 12px;
    background: #17241e !important;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price::before,
body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price::after {
    content: none !important;
    display: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price h3 {
    color: #fff;
    font-size: 24px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .coupon {
    margin-top: 11px;
    padding: 10px 11px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 11px;
    background: #f7f8f5;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .coupon > label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #526058;
    font-size: 10px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .coupon input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #006f30;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area {
    padding: 14px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(23, 36, 30, 0.06) !important;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-title {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-title > span {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #edf7f0;
    color: #006f30;
    font-size: 17px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-title small {
    color: #7b8880;
    font-size: 8px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-title h4 {
    color: #17241e;
    font-size: 17px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-tabs {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 0 !important;
    border: 0 !important;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-tabs .nav-item {
    min-width: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-tabs .nav-link {
    position: relative;
    display: grid !important;
    width: 100%;
    min-width: 0;
    min-height: 62px;
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 8px;
    padding: 8px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 12px !important;
    background: #f8faf7 !important;
    box-shadow: none;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-tabs .nav-link.active {
    border-color: #006f30 !important;
    background: #f1f8f3 !important;
    box-shadow: inset 0 0 0 1px #006f30;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-tabs .nav-link > input {
    position: absolute;
    opacity: 0;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-logo {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.07);
    border-radius: 9px;
    background: #fff;
}
.payment-method-logo i{
    color: #000;
    font-size: 18px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-logo img {
    width: 24px !important;
    max-width: 24px !important;
    height: 20px !important;
    object-fit: contain;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-name {
    display: block;
    overflow: hidden;
    color: #26352d;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-overflow: ellipsis;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-check {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5ebe6;
    color: transparent;
    font-size: 11px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-tabs .nav-link.active .payment-method-check {
    background: #006f30;
    color: #fff;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area > .tab-content {
    margin-top: 12px;
    padding: 14px !important;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 14px;
    background: #f7f8f5;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area .payment_field > .row > [class*="col-"] {
    width: 100%;
    max-width: 620px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area .secure-checkout-banner1 {
    margin-bottom: 10px;
    color: #647168;
    font-size: 9px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area #term-condition {
    margin: 0 0 11px;
    padding: 10px 11px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 10px;
    background: #fff;
    color: #46534b;
    font-size: 10px;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area #paypal-pay-button {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area #paypal-order-message,
body[class*="customer-route-order"] .order-form-wrapper .payment-area #paypal-pay-term {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    body[class*="customer-route-order"] .order-form-wrapper .payment-method-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body[class*="customer-route-order"] .order-form-wrapper .payment-method-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Checkout typography — aligned with the manually tuned customer scale. */
body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .step-title h4 {
    font-size: 16px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .summary-table tr td {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.4;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .summary-table tr td:last-child {
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price h3 {
    font-size: 24px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .coupon > label {
    font-size: 11px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-title small {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-title h4 {
    font-size: 18px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-method-name {
    font-size: 12px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area .secure-checkout-banner1 {
    font-size: 11px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area #term-condition {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area .payment_field p,
body[class*="customer-route-order"] .order-form-wrapper .payment-area .payment_field label,
body[class*="customer-route-order"] .order-form-wrapper .payment-area .payment_field .form-control {
    font-size: 12px;
    font-weight: 400;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area .payment_field .control-label,
body[class*="customer-route-order"] .order-form-wrapper .payment-area .payment_field .form-group > label {
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-area .continue-payment-btn,
body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .coupon button {
    font-size: 14px;
    font-weight: 500;
}

/* ================================================================
   Shared typography for redesigned customer components
   Mirrors the manually tuned size/weight scale.
   ================================================================ */
.customer-app .workspace-context-label,
.customer-app .sidebar-kicker,
.customer-app .sidebar-section-label {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .workspace-context strong {
    font-size: 16px;
    font-weight: 500;
}

.customer-app .balance-content small,
.customer-app .admin-desig small {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .balance-content strong,
.customer-app .admin-desig .username {
    font-size: 13px;
    font-weight: 500;
}

.customer-app .side-menu-list h6 {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .sidebar-new-badge {
    font-size: 10px;
    font-weight: 500;
}

.customer-app .sidebar-help-card strong {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .sidebar-help-card small {
    font-size: 12px;
    font-weight: 400;
}

.customer-app .dashboard-eyebrow,
.customer-app .dashboard-panel-kicker,
.customer-app .create-order-kicker,
.customer-app .order-service-kicker,
.customer-app .order-upload-kicker,
.customer-app .variation-step-header > div > span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.customer-app .dashboard-welcome h1,
.customer-app .create-order-intro h1,
.customer-app .order-service-header h1,
.customer-app .order-upload-header h1,
.customer-app .variation-step-header h1 {
    font-weight: 500;
}

.customer-app .dashboard-welcome p,
.customer-app .create-order-intro p,
.customer-app .order-service-header p,
.customer-app .order-upload-header p,
.customer-app .variation-step-header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.customer-app .dashboard-primary-action,
.customer-app .dashboard-text-action,
.customer-app .dashboard-view-all {
    font-size: 15px;
    font-weight: 500;
}

.customer-app .dashboard-flow-heading > span {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .dashboard-flow-heading > small,
.customer-app .dashboard-flow-step em {
    font-size: 13px;
    font-weight: 500;
}

.customer-app .dashboard-metric .metric-copy small {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .dashboard-metric .metric-copy strong {
    font-size: 26px;
    font-weight: 500;
}

.customer-app .dashboard-panel-heading h2 {
    font-size: 24px;
    font-weight: 500;
}

.customer-app .dashboard-orders-panel .eg-table thead th {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .dashboard-orders-panel .eg-table tbody td {
    font-size: 15px;
    font-weight: 400;
}

.customer-app .dashboard-order-id,
.customer-app .dashboard-orders-panel .details-btn {
    font-size: 15px;
    font-weight: 500;
}

.customer-app .dashboard-orders-panel .statu-btn {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .create-order-steps em {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .create-order-selector-heading > div > span {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .create-order-selector-heading h2 {
    font-size: 18px;
    font-weight: 500;
}

.customer-app .create-order-selector-heading > p {
    font-size: 14px;
    font-weight: 400;
}

.customer-app .create-order-choice-tag,
.customer-app .create-order-choice-copy small {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .create-order-choice-copy h3 {
    font-size: 20px;
    font-weight: 500;
}

.customer-app .create-order-choice-copy p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.customer-app .create-order-choice-features li {
    font-size: 14px;
    font-weight: 400;
}

.customer-app .create-order-choice-action {
    font-size: 16px;
    font-weight: 700;
}

body.customer-app #staticBackdrop .create-template-modal-heading small,
body.customer-app #specificationDetailsModal .template-detail-modal-heading small,
body.customer-app #staticBackdrop .create-template-card-copy > small,
body.customer-app #specificationDetailsModal .template-detail-label small {
    font-size: 11px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-modal-heading .modal-title,
body.customer-app #specificationDetailsModal .template-detail-modal-heading h4 {
    font-size: 18px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-modal-heading p,
body.customer-app #specificationDetailsModal .template-detail-modal-heading p {
    font-size: 12px;
    font-weight: 400;
}

body.customer-app #staticBackdrop .create-template-search input,
body.customer-app #staticBackdrop .create-template-toolbar > span,
body.customer-app #staticBackdrop .create-template-card-copy .time {
    font-size: 12px;
    font-weight: 400;
}

body.customer-app #staticBackdrop .create-template-card-number,
body.customer-app #specificationDetailsModal .template-detail-index {
    font-size: 11px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-card-copy h4,
body.customer-app #specificationDetailsModal .template-detail-label strong {
    font-size: 14px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-grid .price small {
    font-size: 11px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-grid .price p {
    font-size: 16px;
    font-weight: 500;
}

body.customer-app #staticBackdrop .create-template-grid .price p span,
body.customer-app #specificationDetailsModal .template-detail-value {
    font-size: 12px;
    font-weight: 400;
}

body.customer-app #staticBackdrop .create-template-grid .select-btn a,
body.customer-app #specificationDetailsModal .template-detail-modal-footer button {
    font-size: 13px;
    font-weight: 500;
}

.customer-app .order-service-assist small,
.customer-app .order-service-panel-heading > small,
.customer-app .order-upload-security small {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .order-service-assist a,
.customer-app .order-upload-security strong {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .order-service-panel-heading span,
.customer-app .upload-method-selector-heading span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.customer-app .order-service-panel-heading h2,
.customer-app .upload-method-selector-heading h2 {
    font-size: 18px;
    font-weight: 500;
}

.customer-app .upload-method-selector-heading > small {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .order-service-picker .service-card-content small {
    font-size: 10px;
    font-weight: 500;
}

.customer-app .order-form-wrapper .order-service-picker .service-card-content h6 {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .order-service-picker .service-card-content em {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .upload-method-tabs .nav-link small {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .upload-method-tabs .nav-link strong {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .upload-work-card .title > span,
.customer-app .upload-external-card > .title > span {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .upload-work-card .title small,
.customer-app .upload-external-card > .title small {
    font-size: 10px;
    font-weight: 500;
}

.customer-app .upload-work-card .title h5,
.customer-app .upload-external-card > .title h5 {
    font-size: 13px;
    font-weight: 500;
}

.customer-app .upload-work-card .dropzone .dz-message h6 {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .upload-work-card .dropzone .dz-message p,
.customer-app .upload-img-count {
    font-size: 11px;
    font-weight: 400;
}

.customer-app .upload-instruction-card small {
    font-size: 11px;
    font-weight: 400;
}

.customer-app .upload-instruction-card strong,
.customer-app .external-link-field label,
.customer-app .external-image-quantity h6 {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.customer-app .upload-instruction-card textarea,
.customer-app .external-link-field textarea {
    font-size: 12px;
    font-weight: 400;
}

.customer-app .external-workspace-title small,
.customer-app .external-image-quantity small {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .external-workspace-title h3 {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .external-workspace-intro > p {
    font-size: 12px;
    font-weight: 400;
}

.customer-app .variation-step-header > small {
    font-size: 11px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-card::before {
    font-size: 10px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content h6 {
    font-size: 13px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content p {
    font-size: 11px;
    font-weight: 400;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-options-panel .step-wrap .step-content p span {
    font-size: 12px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .step-title h4 {
    font-size: 14px;
    font-weight: 500;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table tr td {
    font-size: 12px !important;
    font-weight: 400;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .summary-table tr td:last-child {
    font-weight: 500;
    width: 30%;
}

.customer-app .custom-rate-heading small {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .custom-rate-heading h4 {
    font-size: 18px;
    font-weight: 500;
}

.customer-app .custom-rate-modal .form-group > label:first-child {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .custom-rate-modal .form-group > small {
    font-size: 11px;
    font-weight: 400;
}

.customer-app .custom-rate-modal .modal-footer .btn {
    font-size: 14px;
    font-weight: 500;
}

/* ================================================================
   Customer panel typography coverage
   Keeps every redesigned and shared screen on the same type scale.
   ================================================================ */
body.customer-app {
    font-size: 14px;
    font-weight: 400;
}

body.customer-app button,
body.customer-app input,
body.customer-app select,
body.customer-app textarea {
    font: inherit;
}

.customer-app p,
.customer-app li,
.customer-app td,
.customer-app label,
.customer-app input,
.customer-app select,
.customer-app textarea {
    font-weight: 400;
}

.customer-app .page-title h1,
.customer-app .page-title h2,
.customer-app .page-title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.customer-app .page-title p,
.customer-app .page-title-subtitle,
.customer-app .page-title-and-breadcurmb .breadcrumb-item {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.customer-app .table-title-area h3,
.customer-app .table-title-area h4,
.customer-app .table-title-area h5,
.customer-app .table-title-area h6,
.customer-app .summary-title h3,
.customer-app .summary-title h4,
.customer-app .summary-title h5,
.customer-app .summary-title h6 {
    font-size: 16px;
    font-weight: 500;
}

.customer-app .eg-table thead th,
.customer-app .overview-table thead th,
.customer-app .summary-table thead th,
.customer-app .sub-table thead th {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .eg-table tbody td,
.customer-app .overview-table tbody td,
.customer-app .summary-table tbody td,
.customer-app .sub-table tbody td {
    font-size: 12px;
    font-weight: 400;
}

.customer-app .eg-table tbody td strong,
.customer-app .overview-table tbody td strong,
.customer-app .summary-table tbody td:last-child,
.customer-app .sub-table tbody td:last-child {
    font-weight: 500;
}

.customer-app .form-inner label,
.customer-app .form-group > label,
.customer-app .control-label {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .form-inner .form-control,
.customer-app .form-inner input,
.customer-app .form-inner select,
.customer-app .form-inner textarea,
.customer-app .form-group .form-control {
    font-size: 13px;
    font-weight: 400;
}

.customer-app .form-inner small,
.customer-app .form-group small,
.customer-app .form-text,
.customer-app .help-block {
    font-size: 11px;
    font-weight: 400;
}

.customer-app .eg-btn,
.customer-app .btn,
.customer-app .details-btn,
.customer-app .back-btn,
.customer-app .select-btn a,
.customer-app .sent-btn {
    font-size: 13px;
    font-weight: 500;
}

.customer-app .modal-title,
.customer-app .modal-header h3,
.customer-app .modal-header h4,
.customer-app .modal-header h5 {
    font-size: 18px;
    font-weight: 500;
}

.customer-app .modal-body,
.customer-app .modal-body p,
.customer-app .modal-body li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.customer-app .invoice-header h2,
.customer-app .invoice-header h3,
.customer-app .invoice-header h4,
.customer-app .invoice-header h5,
.customer-app .invoice-header h6 {
    font-size: 16px;
    font-weight: 500;
}

.customer-app .invoice-header p,
.customer-app .invoice-header span,
.customer-app .invoice-number,
.customer-app .title-and-date p,
.customer-app .title-and-date span {
    font-size: 12px;
    font-weight: 400;
}

.customer-app .single-specification h3,
.customer-app .single-specification h4,
.customer-app .single-specification h5,
.customer-app .single-specification h6 {
    font-size: 15px;
    font-weight: 500;
}

.customer-app .single-specification p,
.customer-app .single-specification li,
.customer-app .single-specification span {
    font-size: 12px;
    font-weight: 400;
}

.customer-app .stutas-title h3,
.customer-app .stutas-title h4,
.customer-app .stutas-title h5,
.customer-app .stutas-title h6 {
    font-size: 14px;
    font-weight: 500;
}

.customer-app .statu-btn,
.customer-app .status-select,
.customer-app .pagination-area,
.customer-app .total-entries {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .dropdown-panel-title > span {
    font-size: 13px;
    font-weight: 500;
}

.customer-app .dropdown-panel-title > a,
.customer-app .dropdown-item,
.customer-app .notifacion-card li {
    font-size: 12px;
    font-weight: 500;
}

.customer-app .footer-menu a,
.customer-app .devloper-area p {
    font-size: 11px;
    font-weight: 400;
}

.customer-app .customer-module-support h1,
.customer-app .customer-module-support h2 {
    font-weight: 500;
}

.customer-app .customer-module-support h3,
.customer-app .customer-module-support h4,
.customer-app .customer-module-support h5,
.customer-app .customer-module-support h6 {
    font-weight: 500;
}

.customer-app .customer-module-support p,
.customer-app .customer-module-support td,
.customer-app .customer-module-support .card-body {
    font-size: 13px;
    font-weight: 400;
}

/* Template library */
.customer-app .customer-module-templates {
    padding: 24px;
}

.customer-app .template-library-head {
    position: relative;
    display: flex;
    min-height: 132px;
    padding: 24px 26px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(23, 36, 30, 0.05);
}

.customer-app .template-library-head::after {
    content: "";
    position: absolute;
    top: -72px;
    right: 190px;
    width: 180px;
    height: 180px;
    border: 42px solid rgba(0, 111, 48, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.customer-app .template-library-title {
    position: relative;
    z-index: 1;
}

.customer-app .template-library-kicker {
    display: inline-flex;
    margin-bottom: 7px;
    align-items: center;
    gap: 6px;
    color: #006f30;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-app .template-library-title h1 {
    margin: 0 0 5px;
    color: #17241e;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.customer-app .template-library-title p {
    max-width: 660px;
    margin: 0;
    color: #68756e;
    font-size: 13px;
    font-weight: 400;
}

.customer-app .template-library-head-actions {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.customer-app .template-library-count {
    display: grid;
    min-width: 82px;
    padding: 9px 14px;
    border-right: 1px solid rgba(23, 36, 30, 0.12);
    text-align: right;
}

.customer-app .template-library-count strong {
    color: #17241e;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.customer-app .template-library-count small {
    margin-top: 4px;
    color: #78837d;
    font-size: 10px;
    font-weight: 500;
}

.customer-app .template-library-create {
    display: inline-flex;
    min-height: 42px;
    padding: 0 17px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 11px;
    background: #006f30;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 8px 18px rgba(0, 111, 48, 0.18);
    transition: transform 0.2s ease, background 0.2s ease;
}

.customer-app .template-library-create:hover {
    background: #17241e;
    color: #fff;
    transform: translateY(-1px);
}

.customer-app .template-library-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.customer-app .template-library-card {
    position: relative;
    display: flex;
    height: auto !important;
    max-height: none !important;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 36, 30, 0.055);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.customer-app .template-library-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #006f30 0 34%, #f27c3a 34% 42%, #17241e 42%);
}

.customer-app .template-library-card:hover {
    border-color: rgba(0, 111, 48, 0.24);
    box-shadow: 0 16px 34px rgba(23, 36, 30, 0.085);
    transform: translateY(-2px);
}

.customer-app .template-library-card-head {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    padding: 21px 20px 17px;
    align-items: center;
    gap: 12px;
}

.customer-app .template-library-index {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #17241e;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

.customer-app .template-library-card-title {
    min-width: 0;
}

.customer-app .template-library-card-title small {
    display: block;
    margin-bottom: 2px;
    color: #7a867f;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.customer-app .template-library-card-title h2 {
    margin: 0;
    overflow: hidden;
    color: #17241e;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-app .template-library-ready {
    display: inline-flex;
    padding: 5px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    background: #edf6ef;
    color: #006f30;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .template-library-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 20px 14px;
    overflow: hidden;
    border-radius: 12px;
    background: #17241e;
}

.customer-app .template-library-meta > div {
    display: grid;
    padding: 12px 14px;
    gap: 3px;
}

.customer-app .template-library-meta > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.customer-app .template-library-meta span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 500;
}

.customer-app .template-library-meta strong {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.customer-app .template-library-meta strong i {
    margin-right: 4px;
    color: #f27c3a;
}

.customer-app .template-library-specs {
    margin: 0 20px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 12px;
    background: #fafbf9;
}

.customer-app .template-library-spec-row {
    display: grid;
    grid-template-columns: minmax(120px, 0.85fr) minmax(120px, 1.15fr);
    min-height: 39px;
    padding: 8px 12px;
    align-items: center;
    gap: 14px;
}

.customer-app .template-library-spec-row + .template-library-spec-row {
    border-top: 1px solid rgba(23, 36, 30, 0.08);
}

.customer-app .template-library-spec-row > span {
    color: #6f7b74;
    font-size: 13px;
    font-weight: 400;
}

.customer-app .template-library-spec-row > strong,
.customer-app .template-library-spec-row > a {
    overflow: hidden;
    color: #26362e;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-app .template-library-spec-row > a {
    color: #006f30;
}

.customer-app .template-library-card-actions {
    position: static !important;
    display: flex;
    width: auto;
    min-height: 68px;
    margin-top: auto;
    padding: 16px 20px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 0 0 auto;
    border-top: 0;
    background: #fff;
    transform: none !important;
}

.customer-app .template-library-specs {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

.customer-app .template-library-card-actions {
    z-index: 2;
}

.customer-app .template-library-card-actions > div {
    display: flex;
    gap: 7px;
}

.customer-app .template-library-secondary-action,
.customer-app .template-library-delete-action,
.customer-app .template-library-order-action {
    display: inline-flex;
    min-height: 36px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(23, 36, 30, 0.11);
    border-radius: 9px;
    background: #fff;
    color: #26362e;
    font-size: 12px;
    font-weight: 500;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.customer-app .template-library-secondary-action i, .customer-app .template-library-delete-action i, .customer-app .template-library-order-action i{
    line-height: 10px;
}
.customer-app .template-library-secondary-action:hover {
    border-color: rgba(0, 111, 48, 0.25);
    background: #f3f7f3;
    color: #006f30;
}

.customer-app .template-library-delete-action:hover {
    border-color: rgba(239, 18, 18, 0.2);
    background: #fff2f2;
    color: #cf1717;
}

.customer-app .template-library-order-action {
    min-width: 132px;
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

.customer-app .template-library-order-action:hover {
    border-color: #17241e;
    background: #17241e;
    color: #fff;
}

.customer-app .template-library-empty {
    display: flex;
    min-height: 340px;
    margin-top: 18px;
    padding: 36px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed rgba(23, 36, 30, 0.18);
    border-radius: 18px;
    background: #fff;
    text-align: center;
}

.customer-app .template-library-empty > span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #edf6ef;
    color: #006f30;
    font-size: 22px;
}

.customer-app .template-library-empty small {
    color: #006f30;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-app .template-library-empty h2 {
    margin: 5px 0;
    color: #17241e;
    font-size: 20px;
    font-weight: 500;
}

.customer-app .template-library-empty p {
    margin: 0 0 16px;
    color: #6b7770;
    font-size: 13px;
    font-weight: 400;
}

.customer-app .template-library-empty > a {
    display: inline-flex;
    min-height: 40px;
    padding: 0 15px;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    background: #006f30;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .customer-app .customer-module-templates {
        padding: 16px;
    }

    .customer-app .template-library-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .customer-app .customer-module-templates {
        padding: 12px;
    }

    .customer-app .template-library-head {
        padding: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .customer-app .template-library-head-actions {
        width: 100%;
    }

    .customer-app .template-library-count {
        display: none;
    }

    .customer-app .template-library-create {
        width: 100%;
    }

    .customer-app .template-library-card-head {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 20px 16px 14px;
    }

    .customer-app .template-library-ready {
        display: none;
    }

    .customer-app .template-library-meta,
    .customer-app .template-library-specs {
        margin-right: 16px;
        margin-left: 16px;
    }

    .customer-app .template-library-spec-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 3px;
    }

    .customer-app .template-library-spec-row > strong,
    .customer-app .template-library-spec-row > a {
        text-align: left;
    }

    .customer-app .template-library-card-actions {
        padding: 15px 16px 17px;
        align-items: stretch;
        flex-direction: column;
    }

    .customer-app .template-library-card-actions > div,
    .customer-app .template-library-secondary-action,
    .customer-app .template-library-delete-action,
    .customer-app .template-library-order-action {
        width: 100%;
    }
}

body[class*="customer-route-specification"] .customer-module-templates,
body[class*="customer-route-specification"] .customer-module-templates *,
body[class*="customer-route-specification"] .customer-module-templates *::before,
body[class*="customer-route-specification"] .customer-module-templates *::after {
    box-sizing: border-box;
}

body[class*="customer-route-specification"] .customer-module-templates {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
}

body[class*="customer-route-specification"] .customer-module-templates > .row {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body[class*="customer-route-specification"] .customer-module-templates > .row > [class*="col-"] {
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
}

body[class*="customer-route-specification"] .customer-module-templates .template-btn,
body[class*="customer-route-specification"] .customer-module-templates .single-order-option,
body[class*="customer-route-specification"] .customer-module-templates .specification-modal,
body[class*="customer-route-specification"] .customer-module-templates .modal-dialog,
body[class*="customer-route-specification"] .customer-module-templates .modal-content,
body[class*="customer-route-specification"] .customer-module-templates .template-library-head,
body[class*="customer-route-specification"] .customer-module-templates .template-library-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
}

body[class*="customer-route-specification"] .customer-module-templates .template-library-head {
    flex-wrap: wrap;
}

body[class*="customer-route-specification"] .customer-module-templates .template-library-card,
body[class*="customer-route-specification"] .customer-module-templates .single-specification {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

/* Template-based order flow */
body.customer-route-specificationcreateorder .template-order-flow,
body.customer-route-specificationcreateorder .template-order-flow *,
body.customer-route-specificationcreateorder .template-order-flow *::before,
body.customer-route-specificationcreateorder .template-order-flow *::after {
    box-sizing: border-box;
}

body.customer-route-specificationcreateorder .template-order-flow {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
}

body.customer-route-specificationcreateorder .template-order-flow > .row {
    width: 100%;
    margin: 0;
}

body.customer-route-specificationcreateorder .template-order-flow > .row > .col-12 {
    min-width: 0;
    padding: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .wizard-content,
body.customer-route-specificationcreateorder .template-order-flow .wizard,
body.customer-route-specificationcreateorder .template-order-flow .wizard > .content,
body.customer-route-specificationcreateorder .template-order-flow .wizard > .content > .body,
body.customer-route-specificationcreateorder .template-order-flow .order-form-wrapper,
body.customer-route-specificationcreateorder .template-order-flow .tab {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
}

body.customer-route-specificationcreateorder .template-order-flow .wizard > .content > .body {
    position: relative;
}

body.customer-route-specificationcreateorder .template-order-flow .order-upload-header,
body.customer-route-specificationcreateorder .template-order-flow .variation-step-header {
    margin-bottom: 12px;
}

body.customer-route-specificationcreateorder .template-order-flow .order-upload-header strong {
    color: inherit;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-upload-method-selector {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 0;
    margin-bottom: 12px;
    padding: 13px !important;
    overflow: visible;
    grid-template-rows: auto auto;
    gap: 10px;
}

body.customer-route-specificationcreateorder .template-upload-method-selector .upload-method-selector-heading {
    position: static;
    display: flex;
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 0 2px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

body.customer-route-specificationcreateorder .template-upload-method-selector .upload-method-selector-heading > div {
    min-width: 0;
}

body.customer-route-specificationcreateorder .template-upload-method-selector .upload-method-selector-heading h2 {
    margin: 2px 0 0;
    line-height: 1.25;
}

body.customer-route-specificationcreateorder .template-upload-method-selector .upload-method-selector-heading > small {
    position: static;
    display: block;
    margin: 0;
    flex: 0 0 auto;
    white-space: nowrap;
}

body.customer-route-specificationcreateorder .template-upload-method-selector .image-upload-options {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    clear: both;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-method-tabs {
    width: 100%;
    margin: 0 !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.customer-route-specificationcreateorder .template-order-flow .upload-method-tabs .nav-link,
body.customer-route-specificationcreateorder .template-order-flow .upload-method-tabs .nav-link.active {
    min-height: 52px;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    background: #fafbf8 !important;
    color: #17241e !important;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-method-tabs .nav-link.active {
    border-color: #006f30 !important;
    background: #f2f8f3 !important;
    box-shadow: inset 0 0 0 1px #006f30;
}

body.customer-route-specificationcreateorder .template-order-flow .template-upload-content-row {
    width: 100%;
    margin: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .template-upload-content-row > [class*="col-"] {
    min-width: 0;
    padding: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-method-content,
body.customer-route-specificationcreateorder .template-order-flow .upload_method {
    width: 100%;
    min-width: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(23, 36, 30, 0.04);
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form > .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .single-image-upload {
    height: 100%;
    min-height: 250px;
    padding: 10px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fbfcfa;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .single-image-upload .title {
    display: flex;
    min-height: 36px;
    margin: 0;
    padding: 0 2px 8px;
    align-items: center;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .single-image-upload .title h5 {
    margin: 0;
    color: #17241e;
    font-size: 13px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .single-image-upload .title h5 span {
    color: #738078;
    font-size: 11px;
    font-weight: 400;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .image-drop-area {
    margin: 0 !important;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .dropzone {
    min-height: 180px;
    max-height: 180px;
    margin: 0;
    padding: 12px;
    overflow: auto;
    border: 1px dashed rgba(0, 111, 48, 0.23);
    border-radius: 12px;
    background: #fff;
}

body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    min-height: 108px;
    margin: 8px !important;
    vertical-align: top;
}

body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-image {
    width: 108px;
    height: 108px;
    overflow: hidden;
    border-radius: 16px;
    background: #f3f6f3;
    box-shadow: 0 10px 22px rgba(23, 36, 30, 0.1);
}

body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-remove {
    position: absolute;
    top: -7px;
    right: -7px;
    left: auto;
    z-index: 20;
    display: flex !important;
    width: 28px;
    height: 28px;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 18, 18, 0.2);
    border-radius: 50%;
    background: #fff;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1;
    text-decoration: none !important;
    text-indent: -9999px;
    box-shadow: 0 7px 16px rgba(23, 36, 30, 0.14);
}

body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-remove::before {
    content: "\00d7";
    display: block;
    color: #ef1212;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-indent: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-remove:hover {
    border-color: #ef1212;
    background: #ef1212;
}

body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-remove:hover::before {
    color: #fff;
}

body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-details,
body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-success-mark,
body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-error-mark,
body.customer-route-specificationcreateorder .template-order-flow .dropzone .dz-preview .dz-error-message {
    display: none !important;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .single-image-upload > p {
    display: inline-flex;
    min-height: 30px;
    margin: 8px 0 0;
    padding: 0 11px;
    align-items: center;
    border-radius: 999px;
    background: #edf6ef;
    color: #506159;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .instraction {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    margin-top: 12px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 13px;
    background: #fbfcfa;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .instraction label {
    margin: 0;
    color: #26362e;
    font-size: 12px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .instraction textarea {
    width: 100%;
    min-height: 62px;
    max-height: 100px;
    margin: 0;
    padding: 10px 12px;
    resize: vertical;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #26362e;
    font-size: 12px;
    line-height: 1.5;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .link-drop-area textarea {
    width: 100%;
    min-height: 112px;
    padding: 14px 16px;
    resize: vertical;
    border: 1px solid #d6e1da;
    border-radius: 12px;
    background: #fff;
    color: #26362e;
    font-size: 13px;
    line-height: 1.5;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .link-drop-area textarea::placeholder,
body.customer-route-specificationcreateorder .template-order-flow .upload-form .instraction textarea::placeholder {
    color: #8a9790;
    opacity: 1;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .link-drop-area textarea:hover,
body.customer-route-specificationcreateorder .template-order-flow .upload-form .instraction textarea:hover {
    border-color: #a9c8b6;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .link-drop-area textarea:focus,
body.customer-route-specificationcreateorder .template-order-flow .upload-form .instraction textarea:focus {
    border-color: #08733f;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(8, 115, 63, 0.1);
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .images-quantity {
    display: grid;
    margin-top: 14px;
    padding: 13px 2px 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 16px;
    border: 0;
    border-top: 1px solid #e1e9e4;
    border-radius: 0;
    background: transparent;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .images-quantity h6 {
    margin: 0;
    color: #17241e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .image-quantity-copy small {
    display: block;
    margin-top: 3px;
    color: #7a8981;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .image-quantity-control {
    display: grid;
    width: 142px;
    height: 42px;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    overflow: hidden;
    border: 1px solid #b9cec2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(23, 36, 30, 0.04);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .image-quantity-control:focus-within {
    border-color: #08733f;
    box-shadow: 0 0 0 3px rgba(8, 115, 63, 0.1);
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .quantity-step {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #f1f7f3;
    color: #08733f;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .quantity-step:hover {
    background: #08733f;
    color: #fff;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .images-quantity input {
    width: 100% !important;
    min-width: 0;
    min-height: 40px;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 4px;
    border: 0;
    border-right: 1px solid #dce6e0;
    border-left: 1px solid #dce6e0;
    border-radius: 0;
    background: #fff;
    color: #17241e;
    font-family: var(--font-work-sans);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    outline: none;
    text-align: center;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .images-quantity input:hover {
    border-color: #dce6e0;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .images-quantity input:focus {
    border-color: #dce6e0;
    box-shadow: none;
}

body.customer-route-specificationcreateorder .template-order-flow .upload-form .images-quantity > label {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-review-layout,
body.customer-route-specificationcreateorder .template-order-flow .template-order-payment-layout {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
    margin-top: 0;
    margin-bottom: 0 !important;
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-detail-card,
body.customer-route-specificationcreateorder .template-order-flow .template-order-summary-card,
body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel,
body.customer-route-specificationcreateorder .template-order-flow .template-order-payment-area {
    height: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(23, 36, 30, 0.04);
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-detail-title {
    display: flex;
    min-height: 48px;
    margin: 0 0 10px;
    padding: 0;
    align-items: center;
    gap: 10px;
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-detail-title > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #17241e;
    color: #fff;
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-detail-title small {
    display: block;
    color: #748078;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-detail-title h4 {
    margin: 2px 0 0;
    color: #17241e;
    font-size: 16px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .specification-table {
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 12px;
    background: #fafbf9;
}

body.customer-route-specificationcreateorder .template-order-flow .specification-table td {
    padding: 10px 12px !important;
    border-color: rgba(23, 36, 30, 0.08) !important;
    color: #68756e;
    font-size: 12px;
    font-weight: 400;
}

body.customer-route-specificationcreateorder .template-order-flow .specification-table td:last-child {
    color: #26362e;
    font-weight: 500;
    text-align: right;
}

body.customer-route-specificationcreateorder .template-order-flow .summary-table-wrapper .step-title h4 {
    font-size: 15px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .price-table {
    margin: 0;
    padding: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .price-table li {
    display: flex;
    min-height: 39px;
    padding: 9px 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
    color: #627169;
    font-size: 12px;
    font-weight: 400;
}

body.customer-route-specificationcreateorder .template-order-flow .price-table li h6 {
    margin: 0;
    color: inherit;
    font-size: 12px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .price-table li span {
    color: #26362e;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .summary-table-wrapper .total-price {
    display: flex;
    min-height: 74px;
    margin-top: 12px;
    padding: 14px;
    align-items: center;
    border-radius: 12px;
    background: #17241e;
}

body.customer-route-specificationcreateorder .template-order-flow .summary-table-wrapper .total-price h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-head {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-height: 48px;
    margin-bottom: 8px;
    align-items: center;
    gap: 10px;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-head > span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf6ef;
    color: #006f30;
    font-size: 15px;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-head small {
    display: block;
    color: #7a867f;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-head h4 {
    margin: 2px 0 0;
    color: #17241e;
    font-size: 15px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-head em {
    padding: 5px 8px;
    border-radius: 999px;
    background: #fff1eb;
    color: #b84e1d;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-lines {
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 11px;
    background: #fafbf9;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-lines > div {
    display: flex;
    min-height: 39px;
    padding: 9px 11px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-lines > div + div {
    border-top: 1px solid rgba(23, 36, 30, 0.08);
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-lines .template-summary-separator {
    border-top-color: rgba(23, 36, 30, 0.16);
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-lines span {
    color: #68756e;
    font-size: 11px;
    font-weight: 400;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-lines strong {
    color: #26362e;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-lines .template-summary-discount strong {
    color: #006f30;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-total {
    display: flex;
    width: 100%;
    min-height: 76px;
    margin-top: 10px;
    padding: 13px 15px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    overflow: hidden;
    border-radius: 12px;
    background: #17241e;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-total > span {
    display: grid;
    gap: 2px;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-total small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-total strong {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .template-summary-total h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
}

body.customer-route-specificationcreateorder .template-order-flow .coupon {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 11px;
    background: #fafbf9;
}

body.customer-route-specificationcreateorder .template-order-flow .coupon label {
    margin: 0;
    color: #26362e;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .coupon #couponField {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 8px;
    gap: 7px;
}

body.customer-route-specificationcreateorder .template-order-flow .coupon #couponField .form-control {
    position: static;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    margin: 0;
    padding: 8px 11px;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 9px;
}

body.customer-route-specificationcreateorder .template-order-flow .coupon #couponField button {
    position: static !important;
    inset: auto !important;
    width: 68px;
    min-width: 68px;
    min-height: 38px;
    margin: 0 !important;
    padding: 0 10px;
    border: 0;
    border-radius: 9px;
    background: #006f30;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-header {
    display: block;
    min-height: 0;
    margin: 0 0 12px;
    padding: 14px;
    border-radius: 14px;
    background: #17241e;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr);
    margin: 0 !important;
    align-items: center;
    gap: 4px 10px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title::before {
    display: none;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    grid-row: 1;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title > div:first-of-type {
    grid-column: 2;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title small {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title h4 {
    margin: 2px 0 0 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title .image-upload-options {
    grid-column: 1 / -1;
    margin-top: 8px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-item {
    min-width: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-link {
    position: relative;
    display: grid !important;
    width: 100%;
    min-height: 46px;
    padding: 7px 9px;
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    text-align: left;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-link.active {
    border-color: #fff !important;
    background: #fff !important;
    color: #17241e !important;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-link > input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    opacity: 0 !important;
    pointer-events: none;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-logo {
    display: inline-flex;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-logo img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-logo > i {
    display: inline-flex !important;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    color: #006f30;
    font-size: 14px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-name {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    opacity: 1 !important;
    visibility: visible !important;
    color: inherit !important;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-check {
    display: none !important;
    width: 18px;
    height: 18px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf6ef;
    color: #006f30;
    font-size: 10px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-link.active .payment-method-check {
    display: inline-flex !important;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel {
    border-top: 1px solid rgba(23, 36, 30, 0.09) !important;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .summary-table-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    border-top: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.customer-route-specificationcreateorder .template-order-flow .payment_field {
    min-height: 280px;
    padding: 18px 14px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment_field > .row {
    margin: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .payment_field > .row > [class*="col-"] {
    width: min(100%, 640px);
    margin: 0 auto;
}

body.customer-route-specificationcreateorder .template-order-flow #term-condition {
    color: #34443b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

body.customer-route-specificationcreateorder .template-order-flow .continue-payment-btn {
    min-height: 42px;
    border: 0;
    border-radius: 10px;
    background: #006f30 !important;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .wizard > .actions {
    margin-top: 12px;
    padding: 10px 0 0;
}

body.customer-route-specificationcreateorder .template-order-flow .wizard > .actions > ul {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

body.customer-route-specificationcreateorder .template-order-flow .wizard > .actions > ul > li {
    margin: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .wizard > .actions > ul > li > a {
    display: inline-flex;
    min-width: 98px;
    min-height: 38px;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #17241e;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
}

body.customer-route-specificationcreateorder .template-order-flow .wizard > .actions > ul > li:last-child > a,
body.customer-route-specificationcreateorder .template-order-flow .wizard > .actions > ul > li:nth-last-child(2) > a {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

@media (max-width: 1199px) {
    body.customer-route-specificationcreateorder .template-order-flow .upload-method-tabs,
    body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.customer-route-specificationcreateorder .template-order-flow .upload-form .instraction {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.customer-route-specificationcreateorder .template-order-flow .upload-method-tabs,
    body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.customer-route-specificationcreateorder .template-order-flow .upload-form .single-image-upload {
        min-height: 220px;
    }
}

@media (max-width: 575px) {
    body.customer-route-specificationcreateorder .template-order-flow .upload-method-tabs,
    body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs {
        grid-template-columns: 1fr;
    }

    body.customer-route-specificationcreateorder .template-order-flow .upload-form .images-quantity {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.customer-route-specificationcreateorder .template-order-flow .upload-form .image-quantity-control {
        width: 100%;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
    }
}

/* Template checkout: light workspace treatment */
body.customer-route-specificationcreateorder .template-order-flow .template-order-payment-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 16px;
    margin: 0;
    align-items: flex-start;
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-payment-layout > .payment-summary-column,
body.customer-route-specificationcreateorder .template-order-flow .template-order-payment-layout > .payment-method-column {
    width: 100%;
    max-width: none;
    padding: 0;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel {
    padding: 13px !important;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    border-top: 3px solid #006f30 !important;
    border-radius: 17px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(23, 36, 30, 0.06) !important;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-head {
    display: flex;
    min-height: 36px;
    margin: 0 0 8px;
    padding: 0 0 9px;
    align-items: center;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-head > span,
body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-head small {
    display: none;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-head h4 {
    margin: 0;
    color: #17241e;
    font-size: 15px;
    font-weight: 500;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-lines {
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-lines > div {
    min-height: 37px;
    padding: 8px 1px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-total {
    min-height: 68px;
    margin-top: 9px;
    padding: 12px 14px;
    justify-content: flex-end;
    border-radius: 11px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-total > span {
    display: none;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-summary-panel .template-summary-total h3 {
    font-size: 23px;
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-payment-area {
    padding: 14px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(23, 36, 30, 0.06) !important;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-header {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    margin: 0 0 12px;
    padding: 0 0 12px;
    align-items: center;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title > span {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #edf6ef;
    color: #006f30;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title small {
    color: #7a867f;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-title h4 {
    color: #17241e;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-methods-wrap,
body.customer-route-specificationcreateorder .template-order-flow .payment-methods-wrap .image-upload-options {
    width: 100%;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-link,
body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-link.active {
    min-height: 62px;
    padding: 8px 10px !important;
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 11px !important;
    background: #fafbf8 !important;
    color: #26362e !important;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-link.active {
    border-color: #006f30 !important;
    background: #f2f8f3 !important;
    box-shadow: inset 0 0 0 1px #006f30;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-logo {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 1px solid rgba(23, 36, 30, 0.07);
    border-radius: 9px;
    background: #fff;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-logo > i {
    color: #006f30;
    font-size: 15px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-name {
    font-size: 12px;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-check {
    display: inline-flex !important;
    background: #e8ede9;
    color: transparent;
}

body.customer-route-specificationcreateorder .template-order-flow .payment-method-tabs .nav-link.active .payment-method-check {
    background: #006f30;
    color: #fff;
}

body.customer-route-specificationcreateorder .template-order-flow .payment_field {
    min-height: 294px;
    margin-top: 12px;
    padding: 28px 18px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 14px;
    background: #fafbf8;
}

body.customer-route-specificationcreateorder .template-order-flow .template-order-payment-area > .tab-content {
    margin-top: 12px;
    padding: 0 !important;
    border: 0;
    background: transparent;
}

body.customer-route-specificationcreateorder .template-order-flow .payment_field > .row {
    min-height: 236px;
    align-items: center;
}

body.customer-route-specificationcreateorder .template-order-flow .payment_field .secure-checkout-banner1 {
    color: #68756e;
}

@media (max-width: 767px) {
    body.customer-route-specificationcreateorder .template-order-flow .template-order-payment-layout {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.customer-route-specificationcreateorder .template-order-flow .payment_field {
        min-height: 0;
        padding: 18px 12px;
    }

    body.customer-route-specificationcreateorder .template-order-flow .payment_field > .row {
        min-height: 0;
    }
}

/* Marketplace builder final cascade guard. */
body.customer-app .marketplace-template-flow .wizard,
body.customer-app .marketplace-template-flow .wizard > .content,
body.customer-app .marketplace-template-flow .wizard > .content > .body,
body.customer-app .marketplace-template-flow .wizard > .steps,
body.customer-app .marketplace-template-flow .wizard > .actions {
    position: static !important;
    inset: auto !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
}

body.customer-app .marketplace-template-flow .wizard > .steps {
    display: block !important;
    margin-bottom: 14px !important;
    opacity: 1 !important;
}

body.customer-app .marketplace-template-flow .wizard > .steps > ul {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.customer-app .marketplace-template-flow .wizard > .content > .body {
    display: block !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.customer-app .marketplace-template-flow .wizard > .content > .body[aria-hidden="true"] {
    display: none !important;
}

body.customer-app .marketplace-template-flow .wizard > .actions {
    display: block !important;
    margin-top: 12px !important;
    padding: 0 !important;
}

body.customer-app .marketplace-template-flow .wizard > .actions > ul {
    float: none !important;
    width: 100% !important;
    justify-content: center !important;
}

body.customer-app .marketplace-template-flow .page-title-and-breadcurmb,
body.customer-app .marketplace-template-flow .eg-wrapper {
    width: 100% !important;
    max-width: none !important;
}

body.customer-app .marketplace-template-flow .page-title-and-breadcurmb .page-title,
body.customer-app .marketplace-template-flow .page-title-and-breadcurmb h4 {
    position: static !important;
    display: block !important;
    color: #17241e !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.customer-app .marketplace-template-flow .service-area.two:not(.marketplace-complexity-options) > .row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

body.customer-app .marketplace-template-flow .service-area.two .imageComplexityLabel,
body.customer-app .marketplace-template-flow .service-area.two .single-service-card.style-2 {
    width: 100% !important;
    max-width: none !important;
}

body.customer-app .marketplace-template-flow .service-area.two .single-service-card.style-2 .service-card-img {
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
}

@media (max-width: 767px) {
    body.customer-app .marketplace-template-flow .wizard > .steps > ul,
    body.customer-app .marketplace-template-flow .service-area.two:not(.marketplace-complexity-options) > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    body.customer-app .marketplace-template-flow .wizard > .steps > ul,
    body.customer-app .marketplace-template-flow .service-area.two:not(.marketplace-complexity-options) > .row {
        grid-template-columns: 1fr !important;
    }
}

/* Marketplace flow dialogs. */
body.customer-app .marketplace-flow-modal {
    padding: 20px !important;
}

body.customer-app .marketplace-flow-modal .modal-dialog {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 500px) !important;
    max-width: 500px !important;
    min-height: calc(100% - 40px) !important;
    margin: 20px auto !important;
    align-items: center;
    transform: none;
}

body.customer-app .marketplace-flow-modal .modal-content {
    position: relative;
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.11) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 28px 70px rgba(23, 36, 30, 0.22) !important;
}

body.customer-app .marketplace-flow-modal .modal-content::before,
body.customer-app .marketplace-flow-modal .modal-content::after {
    content: none !important;
    display: none !important;
}

body.customer-app .marketplace-flow-modal-head {
    display: grid;
    min-height: 72px;
    padding: 14px 15px;
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
    background: #fff;
}

body.customer-app .marketplace-flow-modal-head > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #edf6ef;
    color: #006f30;
    font-size: 18px;
}

body.customer-app .marketplace-flow-modal-head small {
    display: block;
    color: #78847d;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.customer-app .marketplace-flow-modal-head h4 {
    margin: 3px 0 0 !important;
    color: #17241e !important;
    font-family: var(--font-mitr);
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.25;
}

body.customer-app .marketplace-flow-modal-head .btn-close {
    position: static !important;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 9px;
    background-color: #f7f8f5;
    background-size: 9px;
    opacity: 1;
}

body.customer-app .marketplace-flow-modal .marketplace-flow-modal-body {
    padding: 16px !important;
}

body.customer-app .marketplace-flow-modal-note {
    display: grid;
    padding: 12px;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    border: 1px solid rgba(0, 111, 48, 0.12);
    border-radius: 11px;
    background: #f4f8f4;
}

body.customer-app .marketplace-flow-modal-note > i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: #006f30;
}

body.customer-app .marketplace-flow-modal-note p {
    margin: 0;
    color: #5d6b63;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
}

body.customer-app .marketplace-flow-modal-question {
    margin: 13px 0 0;
    color: #26362e;
    font-size: 12px;
    font-weight: 500;
}

body.customer-app .marketplace-flow-modal-body > label {
    display: block;
    margin: 0 0 7px;
    color: #26362e;
    font-size: 11px;
    font-weight: 500;
}

body.customer-app .marketplace-custom-rate-field {
    display: grid;
    min-height: 42px;
    grid-template-columns: 42px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 10px;
    background: #fff;
}

body.customer-app .marketplace-custom-rate-field > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(23, 36, 30, 0.09);
    background: #f4f6f3;
    color: #006f30;
    font-size: 12px;
    font-weight: 500;
}

body.customer-app .marketplace-custom-rate-field input {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    font-size: 12px !important;
    box-shadow: none !important;
}

body.customer-app .marketplace-flow-error {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #ef1212;
    font-size: 10px;
    line-height: 1.4;
}

body.customer-app .marketplace-flow-error > label {
    display: block;
    width: 100%;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

body.customer-app .marketplace-flow-modal-actions {
    display: flex;
    padding: 12px 15px 15px;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid rgba(23, 36, 30, 0.09);
    background: #fafbf8;
}

body.customer-app .marketplace-flow-modal-actions .btn {
    position: static !important;
    display: inline-flex;
    min-width: 112px;
    min-height: 38px;
    margin: 0 !important;
    padding: 0 13px !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 9px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

body.customer-app .marketplace-flow-modal-actions .marketplace-flow-cancel {
    border: 1px solid rgba(23, 36, 30, 0.12) !important;
    background: #fff !important;
    color: #526058 !important;
}

body.customer-app .marketplace-flow-modal-actions .marketplace-flow-confirm {
    border: 1px solid #006f30 !important;
    background: #006f30 !important;
    color: #fff !important;
}

@media (max-width: 575px) {
    body.customer-app .marketplace-flow-modal {
        padding: 10px !important;
    }

    body.customer-app .marketplace-flow-modal .modal-dialog {
        width: 100% !important;
        min-height: calc(100% - 20px) !important;
        margin: 10px auto !important;
    }

    body.customer-app .marketplace-flow-modal-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.customer-app .marketplace-flow-modal-actions .btn {
        width: 100%;
        min-width: 0;
    }
}

/* Marketplace channels: compact multi-select cards. */
body.customer-app .marketplace-template-flow .marketplace-channel-panel {
    padding: 16px !important;
}

body.customer-app .marketplace-template-flow .marketplace-channel-heading {
    display: grid !important;
    min-height: 62px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center !important;
    gap: 11px;
}

body.customer-app .marketplace-template-flow .marketplace-channel-heading > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #17241e;
    color: #fff;
    font-size: 17px;
}

body.customer-app .marketplace-template-flow .marketplace-channel-heading small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.customer-app .marketplace-template-flow .marketplace-channel-heading h4 {
    font-size: 17px;
}

body.customer-app .marketplace-template-flow .marketplace-channel-options {
    width: 100%;
}

body.customer-app .marketplace-template-flow .marketplace-channel-options > .row {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}
@media (max-width: 1450px) {
    body.customer-app .marketplace-template-flow .marketplace-channel-options > .row {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 991px) {
    body.customer-app .marketplace-template-flow .marketplace-channel-options > .row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 768px) {
    body.customer-app .marketplace-template-flow .marketplace-channel-options > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 575px) {
   body.customer-app .marketplace-template-flow .marketplace-channel-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
body.customer-app .marketplace-template-flow .marketplace-channel-option {
    width: 100%;
    min-width: 0;
    padding: 0;
}

body.customer-app .marketplace-template-flow .marketplace-channel-card {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 18px 12px 7px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(23, 36, 30, 0.035);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.customer-app .marketplace-template-flow .marketplace-channel-card::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #dfe5df;
}

body.customer-app .marketplace-template-flow .marketplace-channel-card:hover {
    border-color: rgba(0, 111, 48, 0.28);
    box-shadow: 0 8px 18px rgba(23, 36, 30, 0.07);
    transform: translateY(-2px);
}

body.customer-app .marketplace-template-flow .marketplace-channel-card:has(input:checked) {
    border-color: #006f30;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 111, 48, 0.12);
    transform: translateY(-2px);
}

body.customer-app .marketplace-template-flow .marketplace-channel-card:has(input:checked)::after {
    background: #006f30;
}

body.customer-app .marketplace-template-flow .marketplace-channel-index {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 1;
    color: #89948e;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

body.customer-app .marketplace-template-flow .marketplace-channel-media {
    display: flex;
    width: 110px;
    height: 110px;
    min-height: 110px;
    margin: 0 0 7px;
    padding: 8px;
    flex: 0 0 110px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 11px;
    background: #f3f6f1;
}

body.customer-app .marketplace-template-flow .marketplace-channel-media img {
    width: 95px;
    max-width: 95px;
    height: 95px;
    max-height: 95px;
    padding: 0;
    object-fit: contain;
}

body.customer-app .marketplace-template-flow .marketplace-channel-copy {
    display: flex;
    width: 100%;
    min-height: 48px;
    min-width: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body.customer-app .marketplace-template-flow .marketplace-channel-copy h6 {
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: #1b2b23;
    font-family: var(--font-mitr);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.customer-app .marketplace-template-flow .marketplace-channel-check {
    position: absolute;
    top: 9px;
    right: 10px;
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 50%;
    background: #fff;
    color: transparent;
    font-size: 10px;
}

body.customer-app .marketplace-template-flow .marketplace-channel-card:has(input:checked) .marketplace-channel-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

@media (max-width: 1199px) {
    body.customer-app .marketplace-template-flow .marketplace-channel-options > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.customer-app .marketplace-template-flow .marketplace-channel-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    body.customer-app .marketplace-template-flow .marketplace-channel-options > .row {
        grid-template-columns: 1fr !important;
    }
}

/* Marketplace finish: add-on selectors and save bar. */
body.customer-app .marketplace-template-flow .marketplace-finish-panel {
    padding: 16px !important;
}

body.customer-app .marketplace-template-flow .marketplace-finish-heading {
    display: grid !important;
    min-height: 62px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center !important;
    gap: 11px;
}

body.customer-app .marketplace-template-flow .marketplace-finish-heading > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #17241e;
    color: #fff;
    font-size: 17px;
}

body.customer-app .marketplace-template-flow .marketplace-finish-heading small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.customer-app .marketplace-template-flow .marketplace-finish-heading h4 {
    font-size: 17px;
}

body.customer-app .marketplace-template-flow .marketplace-addon-options {
    width: 100%;
}

body.customer-app .marketplace-template-flow .marketplace-addon-options > .row {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}
@media (max-width: 1450px) {
    body.customer-app .marketplace-template-flow .marketplace-addon-options > .row {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 991px) {
    body.customer-app .marketplace-template-flow .marketplace-addon-options > .row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 768px) {
    body.customer-app .marketplace-template-flow .marketplace-addon-options > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 575px) {
    body.customer-app .marketplace-template-flow .marketplace-addon-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

body.customer-app .marketplace-template-flow .marketplace-addon-option {
    width: 100%;
    min-width: 0;
    padding: 0;
}

body.customer-app .marketplace-template-flow .marketplace-addon-card {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 18px 12px 7px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(23, 36, 30, 0.035);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.customer-app .marketplace-template-flow .marketplace-addon-card::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #dfe5df;
}

body.customer-app .marketplace-template-flow .marketplace-addon-card:hover {
    border-color: rgba(0, 111, 48, 0.28);
    box-shadow: 0 8px 18px rgba(23, 36, 30, 0.07);
    transform: translateY(-2px);
}

body.customer-app .marketplace-template-flow .marketplace-addon-card:has(input:checked) {
    border-color: #006f30;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 111, 48, 0.12);
    transform: translateY(-2px);
}

body.customer-app .marketplace-template-flow .marketplace-addon-card:has(input:checked)::after {
    background: #006f30;
}

body.customer-app .marketplace-template-flow .marketplace-addon-index {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 1;
    color: #89948e;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

body.customer-app .marketplace-template-flow .marketplace-addon-media {
    display: flex;
    width: 110px;
    height: 110px;
    min-height: 110px;
    margin: 0 0 7px;
    padding: 8px;
    flex: 0 0 110px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 11px;
    background: #f3f6f1;
}

body.customer-app .marketplace-template-flow .marketplace-addon-media img {
    width: 95px;
    max-width: 95px;
    height: 95px;
    max-height: 95px;
    padding: 0;
    object-fit: contain;
}

body.customer-app .marketplace-template-flow .marketplace-addon-copy {
    display: flex;
    width: 100%;
    min-height: 48px;
    min-width: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body.customer-app .marketplace-template-flow .marketplace-addon-copy h6 {
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: #1b2b23;
    font-family: var(--font-mitr);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.customer-app .marketplace-template-flow .marketplace-addon-check {
    position: absolute;
    top: 9px;
    right: 10px;
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 50%;
    background: #fff;
    color: transparent;
    font-size: 10px;
}

body.customer-app .marketplace-template-flow .marketplace-addon-card:has(input:checked) .marketplace-addon-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

body.customer-app .marketplace-template-flow .marketplace-template-savebar {
    display: grid;
    margin-top: 12px !important;
    padding: 13px !important;
    grid-template-columns: minmax(190px, 0.3fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    border-radius: 12px !important;
    background: #f7f8f5 !important;
}

body.customer-app .marketplace-template-flow .marketplace-template-savebar > label {
    margin: 0 !important;
    color: #26362e;
    font-size: 11px;
    font-weight: 500;
}

body.customer-app .marketplace-template-flow .marketplace-template-savebar .form-content {
    display: grid !important;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

body.customer-template-edit-page .marketplace-template-flow .marketplace-template-savebar .form-content {
    grid-template-columns: minmax(0, 1fr) !important;
}

body.customer-template-create-page .marketplace-template-flow .marketplace-template-savebar .form-content {
    grid-template-columns: minmax(0, 1fr) !important;
    margin: 0;
    gap: 0;
    height: unset;
}

body.customer-app .marketplace-template-flow .marketplace-template-savebar input {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    border: 1px solid rgba(23, 36, 30, 0.12) !important;
    border-radius: 9px !important;
    background: #fff !important;
    font-size: 11px !important;
    box-shadow: none !important;
}

body.customer-app .marketplace-template-flow .marketplace-template-savebar button {
    position: static !important;
    display: inline-flex;
    min-width: 132px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0 !important;
    border-radius: 9px !important;
    background: #006f30 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

body.customer-app .marketplace-addon-modal .marketplace-sp-modal-head {
    padding: 14px 15px 12px !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
    background: #fff;
}

body.customer-app .marketplace-addon-modal .marketplace-sp-modal-head h4 {
    margin: 0 !important;
    color: #17241e !important;
    font-family: var(--font-mitr);
    font-size: 16px !important;
    font-weight: 500 !important;
}

body.customer-app .marketplace-addon-modal .modal-footer {
    padding: 12px 15px 15px !important;
    gap: 8px;
    border-top: 1px solid rgba(23, 36, 30, 0.09);
    background: #fafbf8;
}

body.customer-app .marketplace-addon-modal .modal-footer .btn {
    min-width: 90px;
    min-height: 36px;
    border-radius: 9px !important;
}

body.customer-app .marketplace-addon-modal .modal-footer .btn-primary1 {
    background: #006f30 !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    body.customer-app .marketplace-template-flow .marketplace-addon-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.customer-app .marketplace-template-flow .marketplace-template-savebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    body.customer-app .marketplace-template-flow .marketplace-addon-options > .row,
    body.customer-app .marketplace-template-flow .marketplace-template-savebar .form-content {
        grid-template-columns: 1fr !important;
    }

    body.customer-app .marketplace-template-flow .marketplace-template-savebar button {
        width: 100%;
    }
}

/* Marketplace template builder: tablet and mobile layout. */
@media (max-width: 991.98px) {
    body.customer-route-specificationmarketplace .header-logo {
        display: inline-flex !important;
        visibility: visible !important;
        width: 90px !important;
        height: auto !important;
        align-items: center;
        justify-content: center;
    }

    body.customer-route-specificationmarketplace .header-logo > img,
    body.customer-route-specificationmarketplace .header-logo .customer-logo-fallback {
        display: none !important;
    }

    body.customer-route-specificationmarketplace .header-logo .customer-mobile-mark {
        /* display: inline-flex !important; */
        visibility: visible !important;
    }

    body.customer-route-specificationmarketplace .customer-workspace-dock,
    body.customer-route-specificationmarketplace .sidebar-wrapper {
        position: fixed !important;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 64px !important;
        padding: 6px 8px !important;
        transform: none;
    }

    body.customer-route-specificationmarketplace .sidebar-wrapper.slide {
        transform: translateY(64px) !important;
    }

    body.customer-route-specificationmarketplace .sidebar {
        width: 100% !important;
        height: 52px !important;
        border-radius: 16px !important;
    }

    body.customer-route-specificationmarketplace .sidebar-menu-wrapper {
        display: flex !important;
        width: 100% !important;
        height: 52px !important;
        padding: 4px !important;
        justify-content: flex-start !important;
        gap: 2px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    body.customer-route-specificationmarketplace .sidebar-menu-wrapper::-webkit-scrollbar {
        display: none;
    }

    body.customer-route-specificationmarketplace .sidebar-kicker,
    body.customer-route-specificationmarketplace .sidebar-divider,
    body.customer-route-specificationmarketplace .sidebar-help-card {
        display: none !important;
    }

    body.customer-route-specificationmarketplace .sidebar-nav-group,
    body.customer-route-specificationmarketplace .side-menu-list,
    body.customer-route-specificationmarketplace .sidebar-menu-wrapper ul.side-menu-list {
        display: flex !important;
        width: max-content !important;
        min-width: max-content !important;
        height: 44px !important;
        flex: 0 0 auto !important;
        justify-content: flex-start !important;
        gap: 2px !important;
    }

    body.customer-route-specificationmarketplace .sidebar-menu-wrapper ul.side-menu-list > li {
        width: 62px !important;
        flex: 0 0 62px !important;
    }

    body.customer-route-specificationmarketplace .side-menu-list a,
    body.customer-route-specificationmarketplace .sidebar-menu-wrapper ul li a {
        display: flex !important;
        width: 62px !important;
        height: 44px !important;
        min-height: 44px !important;
        padding: 3px 2px !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 1px !important;
        border-radius: 10px !important;
    }

    body.customer-route-specificationmarketplace .side-menu-list i,
    body.customer-route-specificationmarketplace .sidebar-menu-wrapper ul li a > i {
        width: 20px !important;
        height: 20px !important;
        flex: 0 0 20px !important;
        font-size: 12px !important;
    }

    body.customer-route-specificationmarketplace .side-menu-list h6,
    body.customer-route-specificationmarketplace .sidebar-menu-wrapper ul li h6 {
        display: block !important;
        max-width: 58px;
        overflow: hidden;
        font-size: 8px !important;
        line-height: 1 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.customer-route-specificationmarketplace .sidebar-new-badge {
        display: none !important;
    }

    body.customer-route-specificationmarketplace .customer-view-scroll {
        padding: 9px 0 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow,
    body.customer-route-specificationmarketplace .marketplace-template-flow #orderFormArea,
    body.customer-route-specificationmarketplace .marketplace-template-flow #validation,
    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard-content,
    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow section > .row {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow section > .row > [class*="col-"] {
        min-width: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps {
        margin-bottom: 8px !important;
        padding: 6px !important;
        overflow: hidden;
        border-radius: 13px;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps > ul {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 5px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps > ul > li {
        width: auto !important;
        min-width: 0 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps a {
        min-width: 0 !important;
        min-height: 38px !important;
        padding: 5px 7px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb,
    body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb.two {
        min-height: 58px !important;
        margin: 0 !important;
        padding: 11px 13px !important;
        border-radius: 13px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb h4 {
        font-size: 18px !important;
        line-height: 1.25 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .mb-25 {
        margin-bottom: 10px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .mb-20 {
        margin-bottom: 10px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .eg-wrapper,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-complexity-panel,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-channel-panel,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-finish-panel {
        padding: 12px !important;
        border-radius: 14px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-complexity-options > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-channel-options > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-addon-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format > .from-inner3 {
        display: grid !important;
        grid-template-columns: minmax(120px, 0.4fr) minmax(0, 1fr) !important;
        width: 100% !important;
        gap: 10px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format .from-inner3 label,
    body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format .from-inner3 .order-type,
    body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format .from-inner3 .nice-select {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .note-and-btn {
        position: static !important;
        width: 100% !important;
        min-height: 42px !important;
        margin-top: 8px !important;
        padding: 9px 11px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .actions {
        margin: 8px 0 0 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .actions > ul {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 148px)) !important;
        gap: 8px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .actions a {
        display: inline-flex !important;
        width: 100% !important;
        min-height: 40px !important;
        margin: 0 !important;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    body.customer-route-specificationmarketplace .customer-command-bar {
        grid-template-columns: 50px minmax(0, 1fr) !important;
    }

    body.customer-route-specificationmarketplace .customer-brand-zone,
    body.customer-route-specificationmarketplace .header-area .sidebar-header {
        /* width: 50px !important; */
        padding: 6px !important;
    }

    body.customer-route-specificationmarketplace .main-conent-header {
        min-width: 0;
        padding: 7px 6px !important;
    }

    body.customer-route-specificationmarketplace .nav-right {
        min-width: 0;
        gap: 4px !important;
    }

    body.customer-route-specificationmarketplace .header-area .main-conent-header .nav-right .add-balance-area,
    body.customer-route-specificationmarketplace .header-area .main-conent-header .nav-right .admin-area .customer-profile-trigger,
    body.customer-route-specificationmarketplace .header-area .main-conent-header .nav-right ul.header-icons li .notifications-area,
    body.customer-route-specificationmarketplace .header-area .main-conent-header .nav-right ul.header-icons li .notification-area {
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
    }

    body.customer-route-specificationmarketplace .header-area .main-conent-header .nav-right ul.header-icons {
        gap: 3px !important;
    }

    body.customer-route-specificationmarketplace .admin-thumb img {
        width: 28px !important;
        height: 28px !important;
    }

    body.customer-route-specificationmarketplace .customer-view-scroll {
        padding: 7px 0 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps {
        padding: 5px !important;
        border-radius: 11px;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px 3px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps a {
        min-height: 36px !important;
        padding: 4px !important;
        justify-content: center !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps a::after {
        display: none !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .wizard > .steps .current-info {
        display: none !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb,
    body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb.two {
        min-height: 50px !important;
        padding: 9px 10px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .page-title-and-breadcurmb h4 {
        font-size: 16px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-step-heading,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-channel-heading,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-finish-heading {
        grid-template-columns: 36px minmax(0, 1fr) !important;
        min-height: 0 !important;
        gap: 9px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-step-heading-icon,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-channel-heading > span,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-finish-heading > span {
        width: 36px !important;
        height: 36px !important;
        border-radius: 10px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-step-heading h4,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-channel-heading h4,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-finish-heading h4 {
        font-size: 15px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-step-heading p,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-channel-heading p,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-finish-heading p {
        margin-top: 2px !important;
        font-size: 9px !important;
        line-height: 1.35 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-step-heading .primary-btn {
        width: 100% !important;
        grid-column: 1 / -1 !important;
        box-shadow: none !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-complexity-options > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-channel-options > .row,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-addon-options > .row {
        grid-template-columns: 1fr !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-complexity-card {
        min-height: 96px !important;
        padding: 10px !important;
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 3px 10px !important;
        border-radius: 12px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-complexity-media {
        width: 58px !important;
        height: 58px !important;
        border-radius: 10px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-complexity-media img {
        width: 40px !important;
        height: 40px !important;
        object-fit: contain !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .sp-image-format > .from-inner3 {
        grid-template-columns: 1fr !important;
        gap: 7px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .image-format-radio {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        gap: 6px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-template-savebar,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-template-savebar .form-content {
        grid-template-columns: 1fr !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-template-savebar button {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-template-flow .note-and-btn .note p,
    body.customer-route-specificationmarketplace .marketplace-template-flow .marketplace-finish-panel > p {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    body.customer-route-specificationmarketplace .marketplace-flow-modal-head {
        min-height: 62px;
        padding: 11px !important;
        grid-template-columns: 36px minmax(0, 1fr) 28px;
        gap: 8px;
    }

    body.customer-route-specificationmarketplace .marketplace-flow-modal-head > span {
        width: 36px;
        height: 36px;
    }

    body.customer-route-specificationmarketplace .marketplace-flow-modal-head h4 {
        font-size: 15px !important;
    }

    body.customer-route-specificationmarketplace .marketplace-flow-modal .marketplace-flow-modal-body {
        padding: 12px !important;
    }
}

/* Step-by-step template builder. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow {
    width: 100%;
    min-width: 0;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow > .row,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow section > .row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .content,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .content > .body,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .actions {
    position: static !important;
    inset: auto !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps {
    display: block !important;
    margin: 0 0 12px !important;
    padding: 7px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 15px;
    background: #fff;
    opacity: 1 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps > ul {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 6px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps > ul > li {
    position: relative !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps > ul > li::before,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps > ul > li::after {
    content: none !important;
    display: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps a {
    display: flex !important;
    position: relative !important;
    min-width: 0;
    min-height: 42px;
    padding: 6px 8px !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 7px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 11px;
    background: #f7f8f5;
    color: #6f7c74;
    font-size: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps .step {
    display: inline-flex;
    position: static !important;
    inset: auto !important;
    order: -1 !important;
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: #77847c;
    font-size: 10px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps .done a {
    border-color: #17241e;
    background: #17241e;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps .done .step {
    background: #006f30;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps .current a {
    border-color: #006f30;
    background: #edf6ef;
    color: #17241e;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps .current .step {
    background: #006f30;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps .disabled a {
    border-color: rgba(23, 36, 30, 0.08) !important;
    background: #f7f8f5 !important;
    color: #77837c !important;
    opacity: 1 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps .disabled .step {
    border-color: rgba(23, 36, 30, 0.08) !important;
    background: #fff !important;
    color: #77837c !important;
    opacity: 1 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .content {
    min-height: 0 !important;
    overflow: visible !important;
    background: transparent !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .content > .body {
    display: block !important;
    padding: 0 !important;
    overflow: visible !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .content > .body[aria-hidden="true"] {
    display: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title-and-breadcurmb,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title-and-breadcurmb.two {
    min-height: 72px;
    margin: 0;
    padding: 14px 17px;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 15px;
    background: #fff !important;
    box-shadow: 0 9px 25px rgba(23, 36, 30, 0.045);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title-and-breadcurmb::before,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title-and-breadcurmb::after {
    content: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title-and-breadcurmb h4 {
    position: static !important;
    margin: 0 !important;
    color: #17241e !important;
    font-size: 21px !important;
    font-weight: 500 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title {
    position: static !important;
    display: flex !important;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-title-note {
    margin: 0 !important;
    color: #6b7870;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-title-note span {
    color: #006f30;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .mb-25 {
    margin-bottom: 11px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .mb-20 {
    margin-bottom: 10px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .eg-wrapper {
    width: 100%;
    padding: 16px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 16px !important;
    background: #fbfcfa;
    box-shadow: 0 12px 28px rgba(23, 36, 30, 0.045);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-title {
    margin: 0 0 12px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-title h4 {
    margin: 0 !important;
    color: #17241e;
    font-size: 17px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-title p {
    margin: 3px 0 0 !important;
    color: #6d7972;
    font-size: 10px;
    line-height: 1.45;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-heading {
    display: grid !important;
    min-height: 58px;
    padding: 0 0 13px !important;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-heading-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #17241e;
    color: #fff;
    font-size: 17px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-heading small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-heading h4 {
    font-size: 17px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-heading .primary-btn {
    position: static !important;
    display: inline-flex;
    min-width: 112px;
    min-height: 36px;
    margin: 0 !important;
    padding: 0 12px !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 9px !important;
    font-size: 10px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-complexity-options {
    padding: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-options > .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-options .imageComplexityLabel {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    padding: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-card {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 108px;
    padding: 12px;
    grid-template-columns: 66px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 4px 12px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(23, 36, 30, 0.035);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-card:hover {
    border-color: rgba(0, 111, 48, 0.34);
    box-shadow: 0 10px 22px rgba(23, 36, 30, 0.07);
    transform: translateY(-1px);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .imageComplexityLabel.selected .step-template-complexity-card,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-card:has(input:checked) {
    border-color: #006f30;
    background: #f2f8f3;
    box-shadow: inset 0 0 0 1px #006f30;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-index {
    position: absolute;
    top: 7px;
    right: 9px;
    color: #99a49e;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-media {
    display: flex;
    width: 66px;
    height: 66px;
    grid-row: 1 / 3;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #f1f4f0;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-media img {
    width: 44px;
    height: 44px;
    padding: 0;
    object-fit: contain;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-copy {
    min-width: 0;
    padding-right: 18px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-copy small {
    display: block;
    color: #849088;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-copy h6 {
    margin: 2px 0 0 !important;
    overflow: hidden;
    color: #17241e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-price {
    color: #006f30;
    font-size: 12px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-price small {
    color: #7b8780;
    font-size: 8px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-check {
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.13);
    border-radius: 7px;
    background: #fff;
    color: transparent;
    font-size: 11px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .imageComplexityLabel.selected .step-template-card-check,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-card:has(input:checked) .step-template-card-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three:not(.step-template-finish-options) > .row,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .addon:not(.step-template-finish-options) > .row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three:not(.step-template-finish-options) > .row > [class*="col-"],
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .addon:not(.step-template-finish-options) > .row > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-card.style-3 {
    display: grid;
    width: 100%;
    min-height: 104px;
    padding: 11px;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 13px;
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-card.style-3 .step-img {
    width: 62px !important;
    height: 62px !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 7px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: #f1f4f0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-card.style-3 .step-img > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-card.style-3 .step-content {
    min-width: 0;
    padding: 0 !important;
    text-align: left;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-card.style-3 .step-content h6 {
    margin: 0 !important;
    color: #17241e;
    font-size: 12px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .select-wrap.selected .step-card.style-3,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-card.style-3:has(input:checked) {
    border-color: #006f30;
    background: #f2f8f3;
    box-shadow: inset 0 0 0 1px #006f30;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-by-step-sp-table {
    width: 100%;
    margin: 0 0 7px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 10px;
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-by-step-sp-table tr {
    display: grid;
    min-height: 48px;
    padding: 6px 8px;
    grid-template-columns: minmax(130px, 0.45fr) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-by-step-sp-table td {
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    color: #334139;
    font-size: 10px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-by-step-sp-table .from-inner3,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-by-step-sp-table .order-type,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-by-step-sp-table .nice-select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .Showless-btn2 {
    display: inline-flex;
    min-height: 36px;
    margin-top: 2px;
    padding: 7px 11px !important;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(0, 111, 48, 0.16) !important;
    border-radius: 9px !important;
    background: #edf6ef !important;
    color: #006f30 !important;
    font-size: 10px !important;
    line-height: 1 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .Showless-btn2 i {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 3px !important;
    font-size: 10px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 > .row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 > .row > h6 {
    grid-column: 1 / -1;
    margin: 5px 0 0 !important;
    color: #657169;
    font-size: 10px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 .select-wrap {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 .single-service-card {
    display: grid !important;
    min-height: 104px !important;
    padding: 11px !important;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border-radius: 13px !important;
    background: #fff !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 .service-card-img {
    width: 62px !important;
    height: 62px !important;
    min-height: 62px !important;
    padding: 7px !important;
    border-radius: 11px !important;
    background: #f1f4f0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 .service-card-content {
    padding: 0 !important;
    text-align: left;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 .service-card-content h6 {
    margin: 0 !important;
    font-size: 12px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template {
    padding: 12px !important;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 13px;
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template .nav-pills {
    display: grid;
    gap: 7px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template .nav-link {
    width: 100%;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 9px;
    background: #f7f8f5;
    color: #405047;
    font-size: 10px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template .nav-link.active,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template .nav-link:has(input:checked) {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template-img,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template-img-tab {
    min-height: 230px;
    border-radius: 12px;
    background: #f3f5f2;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template-img .temp-img {
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: center;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template-img .temp-img img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template-left {
    display: grid;
    gap: 7px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-img-margin {
    min-height: 42px;
    padding: 6px 8px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 9px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .note-and-btn {
    display: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .note-and-btn p,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .marketplace-sp2 > p {
    color: #66736b;
    font-size: 10px;
    line-height: 1.4;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .note-and-btn p span,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .marketplace-sp2 > p span {
    color: #006f30;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .form-inner.style-2 {
    display: grid;
    margin-top: 13px;
    padding: 12px;
    grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 12px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .form-inner.style-2 > label {
    margin: 0 !important;
    color: #334139;
    font-size: 10px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .form-inner.style-2 .form-content {
    display: grid !important;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .form-inner.style-2 input {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    margin: 0 !important;
    border-radius: 9px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .form-inner.style-2 button {
    position: static !important;
    min-width: 130px;
    height: 42px;
    margin: 0 !important;
    border-radius: 9px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .actions {
    display: block !important;
    margin: 9px 0 0 !important;
    padding: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .actions > ul {
    display: flex !important;
    float: none !important;
    width: 100% !important;
    justify-content: center;
    gap: 8px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .actions a {
    display: inline-flex !important;
    min-width: 104px;
    min-height: 40px;
    margin: 0 !important;
    padding: 0 14px !important;
    align-items: center;
    justify-content: center;
    border-radius: 9px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal {
    padding: 18px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal .modal-dialog {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 500px) !important;
    max-width: 500px !important;
    margin: 18px auto !important;
    transform: none;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal .modal-content {
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.11) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 28px 70px rgba(23, 36, 30, 0.22) !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head {
    display: grid;
    min-height: 72px;
    padding: 14px 15px;
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #edf6ef;
    color: #006f30;
    font-size: 18px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head small {
    display: block;
    color: #78847d;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head h4 {
    margin: 3px 0 0 !important;
    color: #17241e !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head .btn-close {
    position: static !important;
    display: inline-flex !important;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 9px;
    background: #f7f8f5 !important;
    color: #26362e;
    font-size: 12px;
    opacity: 1;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head .btn-close i {
    display: block;
    color: inherit;
    font-size: inherit;
    line-height: 1;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-body {
    padding: 16px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-note {
    display: grid;
    padding: 12px;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    border: 1px solid rgba(0, 111, 48, 0.13);
    border-radius: 11px;
    background: #f4f8f4;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-note > i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: #006f30;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-note p {
    margin: 0;
    color: #5d6b63;
    font-size: 11px;
    line-height: 1.5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-question {
    margin: 13px 0 0 !important;
    color: #26362e;
    font-size: 12px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-body > label {
    display: block;
    margin: 0 0 7px;
    color: #26362e;
    font-size: 11px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-rate-field {
    display: grid;
    min-height: 42px;
    grid-template-columns: 42px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-rate-field > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(23, 36, 30, 0.09);
    background: #f4f6f3;
    color: #006f30;
    font-size: 12px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-rate-field input {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-error {
    display: block;
    margin-top: 5px;
    color: #ef1212;
    font-size: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-actions {
    display: flex;
    padding: 12px 15px 15px;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid rgba(23, 36, 30, 0.09);
    background: #fafbf8;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-actions .btn {
    position: static !important;
    display: inline-flex;
    min-width: 112px;
    min-height: 38px;
    margin: 0 !important;
    padding: 0 13px !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 9px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-cancel {
    border: 1px solid rgba(23, 36, 30, 0.12) !important;
    background: #fff !important;
    color: #526058 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-confirm {
    border: 1px solid #006f30 !important;
    background: #006f30 !important;
    color: #fff !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .modal:not(.step-template-modal) .modal-dialog {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .modal:not(.step-template-modal) .modal-content {
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.11) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 26px 64px rgba(23, 36, 30, 0.2) !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .modal:not(.step-template-modal) .marketplace-sp-modal-head {
    padding: 14px 15px 12px !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.09);
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .modal:not(.step-template-modal) .marketplace-sp-modal-head h4 {
    margin: 0 !important;
    color: #17241e !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .modal:not(.step-template-modal) .modal-body {
    padding: 15px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .modal:not(.step-template-modal) .modal-footer {
    padding: 11px 15px 14px !important;
    gap: 8px;
    border-top: 1px solid rgba(23, 36, 30, 0.09);
    background: #fafbf8;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .modal:not(.step-template-modal) .modal-footer .btn {
    min-width: 90px;
    min-height: 36px;
    border-radius: 9px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .modal:not(.step-template-modal) .modal-footer .btn-primary1 {
    background: #006f30 !important;
    color: #fff !important;
}

@media (max-width: 1199.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-options > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three:not(.step-template-finish-options) > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .addon:not(.step-template-finish-options) > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .actions > ul {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 148px)) !important;
        gap: 8px !important;
    }
}

@media (max-width: 767.98px) {
   

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .header-logo > img,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .header-logo .customer-logo-fallback {
        display: none !important;
    }

    /* body:is(.customer-route-specificationstep, .customer-route-specificationedit) .header-logo .customer-mobile-mark {
        display: inline-flex !important;
        visibility: visible !important;
    } */

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .customer-view-scroll {
        padding: 9px 0 !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps {
        overflow: hidden;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps::-webkit-scrollbar {
        display: none;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps > ul {
        width: 100% !important;
        min-width: 0 !important;
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
        gap: 4px !important;
    }

    body.customer-app:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps a {
        min-height: 38px;
        padding: 4px !important;
        justify-content: center !important;
        gap: 0;
        font-size: 0 !important;
    }

    body.customer-app:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .wizard > .steps .step {
        width: 26px;
        height: 26px;
        min-width: 26px;
        font-size: 10px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-heading {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-heading .primary-btn {
        width: 100%;
        grid-column: 1 / -1;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .custom-template > .row {
        gap: 12px;
    }
}

@media (max-width: 575.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title-and-breadcurmb,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title-and-breadcurmb.two {
        min-height: 52px;
        padding: 10px 11px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .page-title-and-breadcurmb h4 {
        font-size: 17px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .eg-wrapper {
        padding: 11px !important;
        border-radius: 13px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-options > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three:not(.step-template-finish-options) > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .addon:not(.step-template-finish-options) > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2 > .row {
        grid-template-columns: 1fr !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-complexity-card {
        min-height: 96px;
        padding: 10px;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 3px 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-media {
        width: 58px;
        height: 58px;
        border-radius: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-card-media img {
        width: 40px;
        height: 40px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-by-step-sp-table tr {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .form-inner.style-2,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .form-inner.style-2 .form-content {
        grid-template-columns: 1fr;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .form-inner.style-2 button {
        width: 100%;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal {
        padding: 10px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal .modal-dialog {
        width: 100% !important;
        margin: 10px auto !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head {
        min-height: 62px;
        padding: 11px;
        grid-template-columns: 36px minmax(0, 1fr) 28px;
        gap: 8px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head > span {
        width: 36px;
        height: 36px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-head h4 {
        font-size: 15px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 11px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-modal-actions .btn {
        width: 100%;
        min-width: 0;
    }
}

/* Step builder category selection. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-panel {
    padding: 16px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-heading {
    display: grid !important;
    min-height: 58px;
    padding: 0 0 13px !important;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-heading > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #17241e;
    color: #fff;
    font-size: 17px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-heading small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-heading h4 {
    font-size: 17px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-options {
    margin-top: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-options > .row,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three.step-template-category-options > .row {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

@media (max-width: 1400px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-options > .row,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three.step-template-category-options > .row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}
@media (max-width: 1200px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-options > .row,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three.step-template-category-options > .row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
}
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-option {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-card {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 116px;
    padding: 12px;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(23, 36, 30, 0.035);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-card:hover {
    border-color: rgba(0, 111, 48, 0.34);
    box-shadow: 0 10px 22px rgba(23, 36, 30, 0.07);
    transform: translateY(-1px);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-option.selected .step-template-category-card,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-card:has(input:checked) {
    border-color: #006f30;
    background: #f2f8f3;
    box-shadow: inset 0 0 0 1px #006f30;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-index {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #99a49e;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-media {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #f1f4f0;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-media img {
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 9px;
    object-fit: contain !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-copy {
    min-width: 0;
    padding-right: 22px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-copy small {
    display: block;
    color: #849088;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-copy h6 {
    margin: 3px 0 !important;
    overflow: hidden;
    color: #17241e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-copy p {
    margin: 0 !important;
    overflow: hidden;
    color: #6e7b73;
    font-size: 9px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-check {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.13);
    border-radius: 7px;
    background: #fff;
    color: transparent;
    font-size: 11px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-option.selected .step-template-category-check,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-card:has(input:checked) .step-template-category-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

@media (max-width: 991.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-options > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three.step-template-category-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-panel {
        padding: 11px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-heading {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-heading > span {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-options > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-wrap.three.step-template-category-options > .row {
        grid-template-columns: 1fr !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-card {
        min-height: 100px;
        padding: 10px;
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-media {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-category-media img {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
    }
}

/* Step builder output preferences. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-settings-panel {
    padding: 16px !important;
    overflow: visible !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-settings-heading {
    display: grid !important;
    min-height: 58px;
    padding: 0 0 13px !important;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-settings-heading > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #17241e;
    color: #fff;
    font-size: 17px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-settings-heading small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-settings-heading h4 {
    font-size: 17px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-settings-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-card {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 94px;
    padding: 12px;
    grid-template-columns: minmax(135px, 0.38fr) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    overflow: visible;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(23, 36, 30, 0.035);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-label {
    display: grid;
    min-width: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-label > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf6ef;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-label small {
    display: block;
    color: #87928b;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-label strong {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    color: #17241e;
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-control,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-control .from-inner3,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-control .order-type {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-control .from-inner3 {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-control .order-type {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-control .nice-select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 38px 0 12px !important;
    border: 1px solid rgba(23, 36, 30, 0.11) !important;
    border-radius: 9px !important;
    background: #f7f8f5 !important;
    color: #26362e !important;
    font-size: 11px !important;
    line-height: 42px !important;
    box-shadow: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-control .nice-select::after {
    right: 14px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-control .nice-select .list {
    z-index: 50;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
    border-radius: 9px;
    box-shadow: 0 16px 36px rgba(23, 36, 30, 0.14);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-top: 10px;
    padding: 12px;
    overflow: hidden;
    border: 1px dashed rgba(0, 111, 48, 0.25);
    border-radius: 10px;
    background: #f4f8f4;
    box-sizing: border-box;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel:empty,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel[hidden] {
    display: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel .form-group {
    display: grid !important;
    width: 100%;
    min-width: 0;
    margin: 0;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: flex-end;
    gap: 12px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel .marketplace-custom-background-field {
    display: grid;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    gap: 6px;
    overflow: hidden;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel .marketplace-custom-background-field label {
    margin: 0;
    color: #26362e;
    font-size: 12px;
    font-weight: 600;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel .marketplace-custom-background-field input {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 9px;
    background: #fff;
    color: #26362e;
    font-size: 13px;
    box-sizing: border-box;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel .form-group > span {
    padding-bottom: 12px;
    color: #718078;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-settings-more {
    margin-top: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-settings-toggle {
    display: flex;
    margin-top: 11px;
    align-items: center;
    justify-content: flex-start;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-settings-toggle .Showless-btn2 {
    margin: 0 !important;
}

@media (max-width: 991.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel .form-group {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-custom-background-panel .form-group > span {
        padding: 0;
        text-align: center;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-settings-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-settings-panel {
        padding: 11px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-settings-heading {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-settings-heading > span {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-setting-card {
        min-height: 0;
        padding: 10px;
        grid-template-columns: 1fr;
        gap: 9px;
    }
}

/* Shared shell for the final four step-builder panels. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow :is(
    .step-template-size-panel,
    .step-template-alignment-panel,
    .step-template-margin-panel,
    .step-template-finish-panel
) {
    padding: 16px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow :is(
    .step-template-size-heading,
    .step-template-alignment-heading,
    .step-template-margin-heading,
    .step-template-finish-heading
) {
    display: grid !important;
    min-height: 58px;
    padding: 0 0 13px !important;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) :is(
    .step-template-size-heading,
    .step-template-alignment-heading,
    .step-template-margin-heading,
    .step-template-finish-heading
) > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #17241e;
    color: #fff;
    font-size: 17px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) :is(
    .step-template-size-heading,
    .step-template-alignment-heading,
    .step-template-margin-heading,
    .step-template-finish-heading
) small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow :is(
    .step-template-size-heading,
    .step-template-alignment-heading,
    .step-template-margin-heading,
    .step-template-finish-heading
) h4 {
    margin: 0 !important;
    font-size: 17px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow :is(
    .step-template-alignment-heading,
    .step-template-margin-heading,
    .step-template-finish-heading
) p {
    max-width: 980px;
    margin: 3px 0 0 !important;
}

/* Step builder image-size cards. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-size-options > .row,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2.step-template-size-options > .row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-option {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 218px;
    padding: 28px 11px 14px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(23, 36, 30, 0.035);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-card:hover {
    border-color: rgba(0, 111, 48, 0.34);
    box-shadow: 0 10px 22px rgba(23, 36, 30, 0.07);
    transform: translateY(-1px);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-option.selected .step-template-size-card,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-card:has(input:checked) {
    border-color: #006f30;
    background: #f2f8f3;
    box-shadow: inset 0 0 0 1px #006f30;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-index {
    position: absolute;
    top: 9px;
    left: 10px;
    color: #7c8981;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-media {
    display: flex;
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 12px;
    background: #f1f4f0;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-media img {
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-copy {
    width: 100%;
    min-width: 0;
    text-align: center;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-copy small {
    display: block;
    margin-bottom: 2px;
    overflow: hidden;
    color: #89948d;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-copy h6 {
    margin: 0 !important;
    overflow: hidden;
    color: #17241e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-copy p {
    margin: 3px 0 0 !important;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-check {
    position: absolute;
    top: 9px;
    right: 10px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.13);
    border-radius: 50%;
    background: #fff;
    color: transparent;
    font-size: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-option.selected .step-template-size-check,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-card:has(input:checked) .step-template-size-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup.show {
    display: flex !important;
    padding: 18px !important;
    align-items: center;
    justify-content: center;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow #imageSizePopup .modal-dialog {
    width: min(100%, 520px) !important;
    max-width: 520px !important;
    min-height: 0 !important;
    margin: auto !important;
    transform: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow #imageSizePopup .modal-content {
    max-height: calc(100vh - 36px);
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 3px solid #006f30 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow #imageSizePopup .step-template-size-modal-head {
    position: relative;
    display: grid;
    min-height: 72px;
    padding: 14px 54px 13px 15px !important;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-modal-head > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf6ef;
    color: #006f30;
    font-size: 16px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-modal-head small {
    display: block;
    margin-bottom: 2px;
    color: #748079;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow #imageSizePopup .step-template-size-modal-head h4 {
    font-size: 16px !important;
    line-height: 1.25;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-modal-head .btn-close {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-flex;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 9px;
    background: #f7f8f5;
    color: #17241e;
    font-size: 12px;
    opacity: 1;
    transform: translateY(-50%);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow #imageSizePopup .step-template-size-modal-body {
    padding: 16px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-modal-note {
    margin: 0 0 14px;
    color: #68756e;
    font-size: 10px;
    line-height: 1.5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-fields {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .number-group2.step-template-size-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-fields .form-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-fields .form-inner > label:first-child {
    display: block;
    margin-bottom: 6px;
    color: #334139;
    font-size: 10px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-input {
    display: flex;
    width: 100%;
    height: 44px;
    overflow: hidden;
    align-items: center;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 9px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-input:focus-within {
    border-color: #006f30;
    box-shadow: 0 0 0 3px rgba(0, 111, 48, 0.08);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-input input {
    width: 100% !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #17241e !important;
    font-size: 12px !important;
    font-weight: 500;
    box-shadow: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-input > span {
    display: inline-flex;
    height: 28px;
    padding: 0 10px;
    align-items: center;
    border-left: 1px solid rgba(23, 36, 30, 0.1);
    color: #66736c;
    font-size: 9px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-divider {
    margin-top: 22px;
    color: #006f30;
    font-size: 18px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-fields .text-danger {
    display: block;
    min-height: 14px;
    margin: 4px 0 0;
    font-size: 8px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow #imageSizePopup .modal-footer {
    display: flex;
    justify-content: flex-end;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow #imageSizePopup .modal-footer .btn {
    min-width: 104px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .modal-footer .btn-secondary {
    border: 1px solid rgba(23, 36, 30, 0.11) !important;
    background: #fff !important;
    color: #526058 !important;
}

/* Step builder alignment selection. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment {
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 14px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment > .row {
    display: grid !important;
    margin: 0 !important;
    grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
    gap: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-options,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview {
    width: 100% !important;
    max-width: none !important;
    padding: 14px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-options {
    display: flex;
    align-items: stretch;
    border-right: 1px solid rgba(23, 36, 30, 0.08);
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-options .nav-pills {
    display: grid;
    width: 100%;
    margin: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    gap: 9px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-options .nav-item {
    width: 100%;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-options .nav-link {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 82px;
    padding: 12px 34px 12px 11px;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 11px;
    background: #f7f8f5;
    color: #17241e;
    text-align: left;
    cursor: pointer;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-options .nav-link.active,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-options .nav-link:has(input:checked) {
    border-color: #006f30;
    background: #f1f7f2;
    color: #17241e;
    box-shadow: inset 0 0 0 1px #006f30;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-icon {
    display: inline-flex !important;
    width: 36px !important;
    height: 36px !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 9px !important;
    background: #fff;
    color: #006f30;
    font-size: 15px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-icon::after {
    display: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-copy {
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-copy::after {
    display: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-copy small,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-copy strong {
    display: block;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-copy small {
    margin-bottom: 2px;
    color: #849087;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-copy strong {
    color: #17241e;
    font-size: 11px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-check {
    position: absolute;
    top: 9px;
    right: 9px;
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 50%;
    background: #fff;
    color: transparent;
    font-size: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-options .nav-link.active .step-template-alignment-check,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-options .nav-link:has(input:checked) .step-template-alignment-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview {
    background: #f1f4f0;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img-tab,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img {
    width: 100%;
    min-height: 300px;
    padding: 0 !important;
    border-radius: 12px;
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview .custom-template-img {
    position: relative;
    overflow: hidden;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview-label {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview-label span {
    display: inline-flex;
    padding: 6px 9px;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(23, 36, 30, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #17241e;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview-label small {
    padding: 5px 8px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.88);
    color: #758179;
    font-size: 8px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img .temp-img {
    min-height: 300px;
    padding: 34px 16px 14px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img .temp-img img {
    width: 100%;
    height: 250px;
    max-width: 540px;
    max-height: 250px;
    border-radius: 9px;
    object-fit: cover;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview .custom-template-img .arrows .temp-icon-top,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview .custom-template-img .arrows .temp-icon-center,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview .custom-template-img .arrows .temp-icon-bottom {
    left: 12px;
}

/* Alignment layout refinement: visual choices above a full-width preview. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment > .row {
    grid-template-columns: 1fr;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-options {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-options .nav-pills {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-options .nav-link {
    min-height: 108px;
    padding: 13px 34px 13px 13px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    border-radius: 13px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-icon {
    position: relative;
    width: 62px !important;
    height: 62px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09) !important;
    border-radius: 11px !important;
    background:
        linear-gradient(to bottom, transparent 32%, rgba(0, 111, 48, 0.08) 32%, rgba(0, 111, 48, 0.08) 34%, transparent 34%, transparent 66%, rgba(0, 111, 48, 0.08) 66%, rgba(0, 111, 48, 0.08) 68%, transparent 68%),
        #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-icon i {
    position: absolute;
    left: 50%;
    display: inline-flex;
    width: 25px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #006f30;
    color: #fff;
    font-size: 10px;
    transform: translate(-50%, -50%);
    transition: top 160ms ease;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .alignment-top .step-template-alignment-icon i {
    top: 24%;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .alignment-center .step-template-alignment-icon i,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .alignment-original .step-template-alignment-icon i {
    top: 50%;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .alignment-bottom .step-template-alignment-icon i {
    top: 76%;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-copy small {
    font-size: 8px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-copy strong {
    font-size: 12px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview {
    padding: 12px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img-tab,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img {
    min-height: 254px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img .temp-img {
    min-height: 254px;
    padding: 38px 16px 12px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img .temp-img img {
    height: 204px;
    max-width: 680px;
    max-height: 204px;
}

/* Step builder margin editor. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin {
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 14px;
    background: #f1f4f0;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin > .row {
    display: grid !important;
    margin: 0 !important;
    grid-template-columns: minmax(380px, 0.9fr) minmax(440px, 1.1fr);
    gap: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-controls,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview {
    width: 100% !important;
    max-width: none !important;
    padding: 14px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-controls {
    border-right: 1px solid rgba(23, 36, 30, 0.08);
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-controls .custom-template-left {
    display: grid !important;
    height: 100%;
    align-content: center;
    gap: 10px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit {
    display: grid;
    min-height: 66px;
    padding: 10px 11px;
    grid-template-columns: minmax(0, 1fr) 170px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 11px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit small,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit strong {
    display: block;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit small {
    margin-bottom: 2px;
    color: #7a867f;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit strong {
    color: #17241e;
    font-size: 10px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit .order-type {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit .nice-select {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 34px 0 11px !important;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #17241e !important;
    font-size: 10px !important;
    line-height: 38px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit .nice-select::after {
    top: 50% !important;
    right: 13px !important;
    display: block !important;
    width: 8px !important;
    height: 5px !important;
    margin-top: -2px !important;
    border: 0 !important;
    background: #006f30 !important;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(0deg) !important;
    transform-origin: center;
    transition: transform 160ms ease;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit .nice-select.open::after {
    top: 50% !important;
    right: 13px !important;
    transform: rotate(180deg) !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-grid .custom-img-margin {
    display: flex;
    width: 100% !important;
    max-width: none !important;
    min-height: 62px;
    margin: 0 !important;
    padding: 9px 10px !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 11px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-grid .radio-text {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-grid .radio-text > span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #006f30;
    font-size: 12px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-grid .radio-text > span::after {
    display: none;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-grid .radio-text label {
    color: #17241e;
    font-size: 10px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-grid .percent-input {
    display: flex;
    height: 34px;
    overflow: hidden;
    align-items: center;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 8px;
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-grid .percent-input input {
    width: 48px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 7px !important;
    border: 0 !important;
    background: transparent !important;
    color: #17241e;
    font-size: 10px;
    text-align: center;
    box-shadow: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-grid .percent-input label {
    display: inline-flex;
    min-width: 28px;
    height: 22px;
    margin: 0;
    padding: 0 6px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(23, 36, 30, 0.08);
    color: #657169;
    font-size: 9px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-unchanged {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-height: 58px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    background: transparent;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged .radio-text,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged .radio-text > label {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged .radio-text > label {
    position: relative;
    min-height: 58px;
    padding: 9px 36px 9px 10px;
    gap: 9px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 11px;
    background: #f7f8f5;
    cursor: pointer;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged .step-template-margin-checkbox {
    position: static;
    display: block;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 36, 30, 0.22);
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    accent-color: #006f30;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    cursor: pointer;
    pointer-events: auto;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged-copy {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged-copy::after {
    display: none !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged-copy strong,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged-copy small {
    display: block;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged-copy strong {
    color: #17241e;
    font-size: 12px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unchanged-copy small {
    margin-top: 2px;
    color: #7c8881;
    font-size: 8px;
    font-weight: 400;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview {
    background: #f1f4f0;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-preview .custom-template-img {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 310px;
    padding: 38px 14px 14px !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview-label {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview-label span,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview-label small {
    padding: 5px 8px;
    border: 1px solid rgba(23, 36, 30, 0.07);
    border-radius: 7px;
    background: rgba(247, 248, 245, 0.94);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview-label span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #17241e;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview-label small {
    color: #77837b;
    font-size: 8px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-preview .temp-img {
    display: flex;
    width: 100%;
    min-height: 250px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px dashed rgba(0, 111, 48, 0.2);
    border-radius: 10px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-preview .temp-img img {
    width: 100%;
    height: 230px;
    min-height: 0;
    max-width: 520px;
    max-height: 230px;
    padding: 5px;
    object-fit: contain;
    box-sizing: border-box;
}

/* Step builder finish and add-on selection. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options {
    padding: 10px;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 14px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options > .row {
    display: flex !important;
    flex-wrap: wrap;
    height: auto !important;
    min-height: 0 !important;
    margin: -5px !important;
    gap: 0 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options > .row > .step-template-finish-option {
    flex: 0 0 14.285714%;
    width: 14.285714% !important;
    max-width: 14.285714% !important;
    margin: 0 !important;
    padding: 5px !important;
}
@media (max-width: 1450px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options > .row > .step-template-finish-option {
        flex: 0 0 20%;
        width: 20% !important;
        max-width: 20% !important;
    }
}
@media (max-width: 1200px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options > .row > .step-template-finish-option {
        flex: 0 0 25%;
        width: 25% !important;
        max-width: 25% !important;
    }
}
@media (max-width: 991px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options > .row > .step-template-finish-option {
        flex: 0 0 33.333333%;
        width: 33.333333% !important;
        max-width: 33.333333% !important;
    }
}
@media (max-width: 575px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options > .row > .step-template-finish-option {
        flex: 0 0 50%;
        width: 50% !important;
        max-width: 50% !important;
    }
}


body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    height: 218px !important;
    min-height: 218px !important;
    padding: 28px 11px 14px !important;
    align-items: center;
    justify-content: flex-start;
    gap: 9px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 6px 16px rgba(23, 36, 30, 0.035);
    cursor: pointer;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card:hover {
    border-color: rgba(0, 111, 48, 0.34) !important;
    box-shadow: 0 10px 22px rgba(23, 36, 30, 0.07);
    transform: translateY(-1px);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-option:has(> .step-template-addon-parent:checked) .step-template-finish-card {
    border-color: #006f30 !important;
    background: #f1f7f2 !important;
    box-shadow: inset 0 0 0 1px #006f30;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-finish-index {
    position: absolute;
    top: 9px;
    left: 12px;
    color: #7d8982;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card .step-template-finish-media {
    display: flex;
    flex: 0 0 110px !important;
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
    height: 110px !important;
    min-height: 110px !important;
    max-height: 110px !important;
    margin: 0 !important;
    padding: 12px !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.07) !important;
    border-radius: 12px !important;
    background: #f1f4f0 !important;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card .step-template-finish-media img {
    display: block !important;
    width: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    height: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    object-fit: contain !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card .step-content small {
    display: none;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card .step-content {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card .step-content h6 {
    width: 100%;
    margin: 0 !important;
    color: #17241e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card .step-content p {
    display: flex;
    width: 100% !important;
    margin: 4px 0 0 !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-finish-check {
    position: absolute;
    top: 9px;
    right: 10px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.13);
    border-radius: 50%;
    background: #fff;
    color: transparent;
    font-size: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-finish-option:has(> .step-template-addon-parent:checked) .step-template-finish-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save {
    display: grid;
    min-height: 88px;
    margin-top: 12px;
    padding: 12px;
    grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 13px;
    background: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save-copy {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save-copy > span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #edf6ef;
    color: #006f30;
    font-size: 14px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save-copy small {
    display: block;
    margin-bottom: 2px;
    color: #7c8981;
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-save-copy label {
    margin: 0 !important;
    color: #17241e;
    font-size: 11px;
    font-weight: 500;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-save .form-content {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    align-items: center;
    gap: 8px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-save .form-content input {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(23, 36, 30, 0.11);
    border-radius: 9px;
    background: #f7f8f5;
    color: #17241e;
    font-size: 10px;
    box-sizing: border-box;
    box-shadow: none;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-save .form-content input:focus {
    border-color: #006f30;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 111, 48, 0.08);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-save .form-content .primary-btn {
    position: static !important;
    display: inline-flex !important;
    flex: 0 0 142px !important;
    width: 142px !important;
    height: 42px !important;
    min-width: 142px !important;
    margin: 0 !important;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #006f30;
    border-radius: 9px;
    background: #006f30;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save > .text-danger {
    min-height: 0;
    margin: -8px 0 0;
    grid-column: 2;
    font-size: 8px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save-note {
    display: flex;
    margin: 9px 2px 0 !important;
    align-items: center;
    gap: 6px;
    color: #6f7c74 !important;
    font-size: 8px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save-note i {
    color: #006f30;
    font-size: 11px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-addon-modal .modal-dialog {
    width: min(100%, 500px) !important;
    max-width: 500px !important;
    margin: auto !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal-head {
    position: relative;
    display: grid;
    min-height: 70px;
    padding: 13px 52px 12px 14px !important;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal-head > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf6ef;
    color: #006f30;
    font-size: 15px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal-head small {
    display: block;
    margin-bottom: 2px;
    color: #7b8880;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-addon-modal-head h4 {
    font-size: 16px !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal-head .btn-close {
    position: absolute;
    top: 50%;
    right: 14px;
    display: inline-flex;
    width: 31px;
    height: 31px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.1);
    border-radius: 8px;
    background: #f7f8f5;
    color: #17241e;
    font-size: 11px;
    opacity: 1;
    transform: translateY(-50%);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal-note {
    margin: 0 0 10px;
    color: #6e7a73;
    font-size: 9px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal .image-format-radio {
    display: grid;
    gap: 7px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal .form-check {
    display: flex;
    min-height: 42px;
    margin: 0;
    padding: 9px 11px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 9px;
    background: #f7f8f5;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal .form-check-input {
    position: static;
    width: 15px;
    height: 15px;
    margin: 0;
    opacity: 1;
    accent-color: #006f30;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-addon-modal .form-check-label {
    color: #27362e;
    font-size: 10px;
}

@media (max-width: 1199.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-size-options > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2.step-template-size-options > .row {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment > .row {
        grid-template-columns: 1fr;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-options {
        border-right: 0;
        border-bottom: 1px solid rgba(23, 36, 30, 0.08);
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin > .row {
        grid-template-columns: 1fr;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-controls {
        border-right: 0;
        border-bottom: 1px solid rgba(23, 36, 30, 0.08);
    }

}

@media (max-width: 767.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options > .row > .step-template-finish-option {
        flex-basis: 50%;
        width: 50% !important;
        max-width: 50% !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-size-options > .row,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area2.step-template-size-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-options .nav-pills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview-label small {
        display: none;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview-label small {
        display: none;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save {
        grid-template-columns: 1fr;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-save > .text-danger {
        grid-column: 1;
    }

}

@media (max-width: 575.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-options > .row > .step-template-finish-option {
        flex-basis: 100%;
        width: 100% !important;
        max-width: 100% !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-size-panel {
        padding: 11px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-size-heading {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-heading > span {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-card {
        min-height: 194px;
        padding: 26px 9px 12px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-media {
        width: 92px;
        height: 92px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-size-media img {
        width: 68px !important;
        height: 68px !important;
        max-width: 68px !important;
        max-height: 68px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup.show {
        padding: 10px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow #imageSizePopup .modal-content {
        max-height: calc(100vh - 20px);
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-fields,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .number-group2.step-template-size-fields {
        grid-template-columns: 1fr;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) #imageSizePopup .step-template-size-divider {
        display: none;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-panel {
        padding: 11px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-heading {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-heading > span {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-options,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-preview {
        padding: 10px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img-tab,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img .temp-img {
        min-height: 230px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-preview .custom-template-img .temp-img img {
        height: 190px;
        max-height: 190px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-alignment-options .nav-link {
        min-height: 92px;
        padding: 10px;
        display: block;

    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-alignment-icon {
        width: 50px !important;
        height: 50px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-panel {
        padding: 11px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-heading {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-heading > span {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-controls,
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-preview {
        padding: 10px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-unit {
        grid-template-columns: 1fr;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-margin-grid {
        grid-template-columns: 1fr;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-preview .custom-template-img {
        min-height: 240px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-preview .temp-img {
        min-height: 190px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-margin-preview .temp-img img {
        height: 175px;
        max-height: 175px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-panel {
        padding: 11px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-heading {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-finish-heading > span {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card {
        height: 190px !important;
        min-height: 190px !important;
        padding-top: 25px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-finish-card .step-template-finish-media {
        flex-basis: 86px !important;
        width: 86px !important;
        height: 86px !important;
        min-height: 86px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-save .form-content {
        height: auto !important;
        flex-direction: column;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-save .form-content .primary-btn {
        width: 100% !important;
        min-width: 100% !important;
        flex-basis: 42px !important;
    }
}
/* Template modules inherit the same typography hierarchy as the order flow. */
body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) {
    font-family: var(--font-work-sans);
    font-size: 13px;
    font-weight: 400;
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) :is(h1, h2, h3, h4, h5, h6, button, .btn, .primary-btn, .eg-btn) {
    font-family: var(--font-mitr);
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) h1,
body.customer-app :is(
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .template-order-flow
) .page-title-and-breadcurmb h4,
body.customer-app .customer-module-templates .template-library-title h1 {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) :is(h2, h3, h4) {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) :is(h5, h6) {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) :is(p, li, td) {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) :is(small, .form-text, .help-block) {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) label {
    font-size: 12px;
    font-weight: 500;
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) :is(input, select, textarea, .nice-select) {
    font-family: var(--font-work-sans);
    font-size: 13px !important;
    font-weight: 400 !important;
}

body.customer-app :is(
    .template-path-page,
    .marketplace-template-flow,
    .step-template-flow,
    .template-edit-form,
    .customer-module-templates,
    .template-order-flow,
    .template-summary
) :is(button, .btn, .primary-btn, .eg-btn, .template-path-action, .template-library-create) {
    font-size: 13px !important;
    font-weight: 500 !important;
}

body.customer-app :is(.marketplace-template-flow, .step-template-flow, .template-edit-form) .wizard > .steps a {
    font-size: 11px !important;
    font-weight: 500 !important;
    justify-content: start !important;
}

/* ==================================================
   Customer message inbox
================================================== */
.customer-app .customer-module-messages {
    display: grid;
    gap: 12px;
}

.customer-app .message-inbox-hero,
.customer-app .message-inbox-panel {
    border: 1px solid var(--customer-border-color);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--customer-shadow-sm);
}

.customer-app .message-inbox-hero {
    display: flex;
    min-height: 126px;
    padding: 22px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.customer-app .message-inbox-kicker {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-app .message-inbox-hero h1 {
    margin: 5px 0 3px;
    color: var(--customer-ink);
    font-size: 25px;
    font-weight: 500;
}

.customer-app .message-inbox-hero p {
    margin: 0;
    color: var(--customer-muted);
    font-size: 12px;
}

.customer-app .message-inbox-count {
    display: grid;
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    place-content: center;
    border-radius: 50%;
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
    text-align: center;
}

.customer-app .message-inbox-count strong {
    color: var(--primary-color);
    font-family: var(--font-mitr);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.customer-app .message-inbox-count span {
    margin-top: 4px;
    color: var(--customer-muted);
    font-size: 10px;
    font-weight: 500;
}

.customer-app .message-inbox-panel {
    padding: 18px;
}

.customer-app .message-inbox-heading {
    display: flex;
    padding: 0 2px 14px;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--customer-border-color);
}

.customer-app .message-inbox-heading > div > span {
    color: var(--primary-color);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.customer-app .message-inbox-heading h2 {
    margin: 3px 0 0;
    color: var(--customer-ink);
    font-size: 17px;
    font-weight: 500;
}

.customer-app .message-thread-total {
    padding: 6px 9px;
    border: 1px solid var(--customer-border-color);
    border-radius: 999px;
    color: var(--customer-muted);
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.customer-app .message-thread-list {
    display: grid;
    margin-top: 8px;
    gap: 6px;
}

.customer-app .message-thread-card {
    display: grid;
    min-width: 0;
    min-height: 108px;
    padding: 14px;
    grid-template-columns: 46px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 13px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: #fff;
    color: var(--customer-ink);
    transition: border-color var(--customer-transition), background var(--customer-transition), transform var(--customer-transition);
}

.customer-app .message-thread-card:hover {
    border-color: var(--customer-border-strong);
    background: var(--customer-surface-muted);
    color: var(--customer-ink);
    transform: translateY(-1px);
}

.customer-app .message-thread-card.is-unread {
    border-color: rgba(0, 111, 48, 0.15);
    background: rgba(0, 111, 48, 0.035);
}

.customer-app .message-thread-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--customer-surface-muted);
    color: var(--primary-color);
    font-size: 18px;
}

.customer-app .message-thread-card.is-unread .message-thread-icon {
    background: var(--primary-color);
    color: #fff;
}

.customer-app .message-thread-content {
    display: block;
    min-width: 0;
}

.customer-app .message-thread-topline,
.customer-app .message-thread-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.customer-app .message-thread-topline {
    justify-content: space-between;
}

.customer-app .message-thread-topline strong {
    font-size: 11px;
    font-weight: 500;
}

.customer-app .message-thread-topline time {
    color: var(--customer-muted);
    font-size: 10px;
}

.customer-app .message-thread-title {
    display: flex;
    margin-top: 4px;
    align-items: center;
    gap: 7px;
    font-family: var(--font-mitr);
    font-size: 14px;
    font-weight: 500;
}

.customer-app .message-thread-title i {
    padding: 3px 6px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-family: var(--font-work-sans);
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .message-thread-preview {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    color: var(--customer-muted);
    font-size: 11px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-app .message-thread-meta {
    margin-top: 7px;
    color: var(--customer-muted);
    font-size: 9px;
    flex-wrap: wrap;
}

.customer-app .message-thread-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.customer-app .message-thread-action {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--customer-border-color);
    border-radius: 50%;
    color: var(--primary-color);
}

.customer-app .message-inbox-pagination {
    display: flex;
    padding-top: 14px;
    justify-content: flex-end;
    border-top: 1px solid var(--customer-border-color);
}

.customer-app .message-inbox-empty {
    display: grid;
    min-height: 300px;
    place-items: center;
    align-content: center;
    color: var(--customer-muted);
    text-align: center;
}

.customer-app .message-inbox-empty > span {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--customer-surface-muted);
    color: var(--primary-color);
    font-size: 22px;
}

.customer-app .message-inbox-empty h2 {
    margin: 12px 0 3px;
    color: var(--customer-ink);
    font-size: 17px;
}

.customer-app .message-inbox-empty p {
    margin: 0;
    font-size: 11px;
}

.customer-app .message-inbox-empty a {
    display: inline-flex;
    margin-top: 13px;
    align-items: center;
    gap: 6px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .customer-app .message-inbox-hero {
        min-height: 0;
        padding: 16px;
    }

    .customer-app .message-inbox-count {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .customer-app .message-inbox-count strong {
        font-size: 20px;
    }

    .customer-app .message-inbox-panel {
        padding: 10px;
    }

    .customer-app .message-thread-card {
        min-height: 0;
        padding: 12px 10px;
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 10px;
    }

    .customer-app .message-thread-icon {
        width: 40px;
        height: 40px;
    }

    .customer-app .message-thread-action {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .customer-app .message-inbox-hero p,
    .customer-app .message-thread-meta {
        display: none;
    }

    .customer-app .message-inbox-hero h1 {
        font-size: 21px;
    }

    .customer-app .message-thread-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
}

/* Deposit history workspace */
.customer-app .deposit-history-workspace {
    --deposit-ink: #17241e;
    --deposit-muted: #66756d;
    --deposit-line: #dce5df;
    --deposit-soft: #f2f6f3;
    --deposit-green: #007b36;
    --deposit-green-dark: #005f2a;
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
    color: var(--deposit-ink);
    font-family: var(--font-work-sans);
}

.customer-app .deposit-history-workspace *,
.customer-app .deposit-history-workspace *::before,
.customer-app .deposit-history-workspace *::after { box-sizing: border-box; }
.customer-app .deposit-history-workspace :is(h1, h2, h3, p) { margin-top: 0; }
.customer-app .deposit-history-workspace :is(h1, h2, h3, strong, button) { font-family: var(--font-mitr); }

.customer-app .deposit-history-hero {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 24px 26px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden;
    border: 1px solid var(--deposit-line);
    border-top: 3px solid var(--deposit-green);
    border-radius: 18px;
    background: linear-gradient(110deg, #fff 0 69%, #edf5ef 69% 100%);
    box-shadow: 0 12px 30px rgba(23, 36, 30, .055);
}

.customer-app .deposit-history-hero::after {
    content: "";
    position: absolute;
    right: 10%;
    width: 116px;
    height: 116px;
    border: 18px solid rgba(0, 123, 54, .055);
    border-radius: 50%;
    pointer-events: none;
}

.customer-app .deposit-history-hero-copy,
.customer-app .deposit-history-hero-actions,
.customer-app .deposit-history-heading,
.customer-app .deposit-record-id,
.customer-app .deposit-history-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.customer-app .deposit-history-hero-copy { min-width: 0; gap: 15px; }
.customer-app .deposit-history-hero-copy > div { min-width: 0; }
.customer-app .deposit-history-hero-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--deposit-ink);
    color: #fff;
    font-size: 18px;
}

.customer-app .deposit-history-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--deposit-green);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.customer-app .deposit-history-hero h1 {
    margin-bottom: 4px;
    color: var(--deposit-ink);
    font-size: clamp(23px, 2.2vw, 30px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.customer-app .deposit-history-hero p {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--deposit-muted);
    font-size: 13px;
    line-height: 1.55;
}

.customer-app .deposit-history-hero-actions { gap: 14px; }
.customer-app .deposit-history-count { display: flex; min-width: 86px; flex-direction: column; align-items: flex-end; }
.customer-app .deposit-history-count span { color: var(--deposit-muted); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.customer-app .deposit-history-count strong { color: var(--deposit-green); font-size: 24px; line-height: 1.1; }

.customer-app .deposit-add-balance-btn {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--deposit-green);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}
.customer-app .deposit-add-balance-btn:hover { background: var(--deposit-green-dark); transform: translateY(-1px); }

.customer-app .deposit-history-panel {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--deposit-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(23, 36, 30, .045);
}

.customer-app .deposit-history-heading { padding-bottom: 14px; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e5ebe7; }
.customer-app .deposit-history-heading h2 { margin-bottom: 0; color: var(--deposit-ink); font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.customer-app .deposit-history-heading p { margin-bottom: 0; color: var(--deposit-muted); font-size: 11px; line-height: 1.5; text-align: right; }

.customer-app .deposit-table-shell { width: 100%; min-width: 0; margin-top: 14px; border: 1px solid #e1e8e4; border-radius: 12px; }
.customer-app .deposit-history-table { width: 100%; table-layout: fixed; border-collapse: collapse; background: #fff; }
.customer-app .deposit-history-table th {
    padding: 11px 12px;
    border: 0;
    background: #eaf0eb;
    color: #4a5851;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .045em;
    line-height: 1.25;
    text-align: left;
    text-transform: uppercase;
}
.customer-app .deposit-history-table th:first-child { width: 15%; border-radius: 11px 0 0 0; }
.customer-app .deposit-history-table th:nth-child(2) { width: 17%; }
.customer-app .deposit-history-table th:nth-child(3) { width: 12%; }
.customer-app .deposit-history-table th:nth-child(4) { width: 15%; }
.customer-app .deposit-history-table th:nth-child(5) { width: 26%; }
.customer-app .deposit-history-table th:last-child { width: 15%; border-radius: 0 11px 0 0; }
.customer-app .deposit-history-table td { padding: 12px; border: 0; border-top: 1px solid #e7ece9; color: #46564e; font-size: 11px; line-height: 1.4; vertical-align: middle; }
.customer-app .deposit-history-table tbody tr:first-child td { border-top: 0; }
.customer-app .deposit-history-table tbody tr { transition: background-color .2s ease; }
.customer-app .deposit-history-table tbody tr:hover { background: #f8faf8; }

.customer-app .deposit-record-id { min-width: 0; gap: 9px; }
.customer-app .deposit-record-id > span { display: inline-flex; width: 34px; height: 34px; flex: 0 0 34px; align-items: center; justify-content: center; border-radius: 9px; background: #eaf4ed; color: var(--deposit-green); font-size: 11px; }
.customer-app .deposit-record-id > div { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.customer-app .deposit-record-id strong { color: var(--deposit-ink); font-size: 12px; font-weight: 500; }
.customer-app .deposit-record-id small { color: #7a8780; font-size: 8px; }
.customer-app .deposit-created-date,
.customer-app .deposit-method { display: inline-flex; align-items: center; gap: 7px; }
.customer-app .deposit-created-date { white-space: nowrap; }
.customer-app .deposit-created-date i,
.customer-app .deposit-method i { color: #829087; font-size: 9px; }
.customer-app .deposit-amount { color: var(--deposit-green); font-size: 13px; font-weight: 500; }
.customer-app .deposit-method { color: #34463c; font-size: 12px; font-weight: 500; }
.customer-app .deposit-reference { display: flex; min-width: 0; flex-direction: column; gap: 3px; color: #526159; overflow-wrap: anywhere; }
.customer-app .deposit-reference :is(p, span) { margin: 0; font-size: 12px; line-height: 1.4; }
.customer-app .deposit-reference code { display: inline-block; width: fit-content; max-width: 100%; padding: 3px 6px; border-radius: 5px; background: #f0f3f1; color: #4f5e56; font-size: 9px; overflow-wrap: anywhere; white-space: normal; }
.customer-app .deposit-reference small { color: #8b958f; font-size: 9px; }

.customer-app .deposit-status { display: inline-flex; min-height: 25px; padding: 5px 9px; align-items: center; gap: 6px; border-radius: 999px; background: #e8f5f7; color: #147083; font-size: 9px; font-weight: 500; letter-spacing: .025em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.customer-app .deposit-status i { font-size: 5px; }
.customer-app :is(.deposit-status-paid, .deposit-status-success, .deposit-status-active) { background: #e6f4eb; color: #087536; }
.customer-app :is(.deposit-status-reject, .deposit-status-rejected, .deposit-status-failed) { background: #fdeaea; color: #c12e2e; }
.customer-app :is(.deposit-status-pending, .deposit-status-processing) { background: #fff2df; color: #a55d00; }

.customer-app .deposit-history-footer { min-height: 48px; padding-top: 13px; justify-content: space-between; gap: 14px; }
.customer-app .deposit-history-footer > span { color: var(--deposit-muted); font-size: 12px; }
.customer-app .deposit-history-footer :is(.pagination-area, .pagination) { margin: 0; }
.customer-app .deposit-history-empty { display: flex; min-height: 300px; padding: 40px 18px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.customer-app .deposit-history-empty > span { display: inline-flex; width: 58px; height: 58px; margin-bottom: 13px; align-items: center; justify-content: center; border-radius: 16px; background: #eaf4ed; color: var(--deposit-green); font-size: 21px; }
.customer-app .deposit-history-empty h3 { margin-bottom: 5px; color: var(--deposit-ink); font-size: 17px; }
.customer-app .deposit-history-empty p { max-width: 430px; margin-bottom: 16px; color: var(--deposit-muted); font-size: 12px; line-height: 1.55; }

@media (max-width: 991.98px) {
    .customer-app .deposit-history-hero { background: #fff; }
    .customer-app .deposit-history-hero::after { display: none; }
    .customer-app .deposit-history-table th,
    .customer-app .deposit-history-table td { padding-right: 8px; padding-left: 8px; }
}

@media (max-width: 767.98px) {
    .customer-app .deposit-history-workspace { gap: 10px; }
    .customer-app .deposit-history-hero { padding: 18px; align-items: stretch; flex-direction: column; gap: 15px; }
    .customer-app .deposit-history-hero-actions { justify-content: space-between; }
    .customer-app .deposit-history-panel { padding: 14px; }
    .customer-app .deposit-history-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
    .customer-app .deposit-history-heading p { text-align: left; }
    .customer-app .deposit-table-shell { border: 0; border-radius: 0; }
    .customer-app .deposit-history-table,
    .customer-app .deposit-history-table tbody,
    .customer-app .deposit-history-table tr,
    .customer-app .deposit-history-table td { display: block; width: 100%; }
    .customer-app .deposit-history-table { table-layout: auto; background: transparent; }
    .customer-app .deposit-history-table thead { display: none; }
    .customer-app .deposit-history-table tbody { display: flex; flex-direction: column; gap: 10px; }
    .customer-app .deposit-history-table tbody tr { display: flex; padding: 14px; flex-wrap: wrap; gap: 11px 12px; border: 1px solid var(--deposit-line); border-radius: 12px; background: #fff; }
    .customer-app .deposit-history-table td { display: flex; padding: 0; align-items: center; justify-content: space-between; gap: 12px; border: 0 !important; text-align: right; }
    .customer-app .deposit-history-table td::before { content: attr(data-label); flex: 0 0 auto; color: #7a8780; font-size: 9px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
    .customer-app .deposit-history-table td:first-child { flex: 1 1 100%; padding-bottom: 10px; border-bottom: 1px solid #e7ece9 !important; }
    .customer-app .deposit-history-table td:first-child::before { display: none; }
    .customer-app .deposit-history-table td:nth-child(n+2) { flex: 1 1 calc(50% - 8px); min-height: 31px; }
    .customer-app .deposit-reference { align-items: flex-end; }
}

@media (max-width: 479.98px) {
    .customer-app .deposit-history-hero-icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; font-size: 15px; }
    .customer-app .deposit-history-hero h1 { font-size: 21px; }
    .customer-app .deposit-history-hero-actions { align-items: stretch; flex-direction: column; }
    .customer-app .deposit-history-count { display: none; }
    .customer-app .deposit-add-balance-btn { width: 100%; }
    .customer-app .deposit-history-table td:nth-child(n+2) { flex-basis: 100%; }
    .customer-app .deposit-history-footer { align-items: flex-start; flex-direction: column; }
}

/* ==================================================
   Settings workspace
================================================== */
.customer-app .settings-workspace-page {
    --settings-ink: #17241e;
    --settings-muted: #637069;
    --settings-line: #dce4de;
    --settings-soft: #f3f7f3;
    --settings-green: #006f30;
    --settings-red: #c43b3b;
}

.customer-app .settings-workspace-page > .row {
    margin-right: 0;
    margin-left: 0;
}

.customer-app .settings-workspace-page > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.customer-app .settings-page-hero {
    display: flex;
    min-height: 100px;
    padding: 17px 22px;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    border: 1px solid var(--settings-line);
    border-radius: 17px;
    background: linear-gradient(112deg, #fff 0 70%, #f2f6f2 70% 100%);
}

.customer-app .settings-workspace-page > .row:first-child .settings-page-hero {
    min-height: 100px !important;
    padding: 17px 22px !important;
    border: 1px solid var(--settings-line) !important;
    background: linear-gradient(112deg, #fff 0 70%, #f2f6f2 70% 100%) !important;
    box-shadow: 0 10px 28px rgba(23, 36, 30, .045) !important;
}

.customer-app .settings-page-hero::before,
.customer-app .settings-page-hero::after,
.customer-app .settings-page-hero .page-title::before {
    display: none !important;
    content: none !important;
}

.customer-app .settings-page-icon,
.customer-app .settings-section-title > span {
    display: inline-flex;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--settings-ink);
    color: #fff;
    font-size: 18px;
}

.customer-app .settings-page-hero .page-title {
    display: block !important;
    min-width: 0;
    align-items: initial !important;
}

.customer-app .settings-page-hero .page-title small,
.customer-app .settings-section-title small {
    display: block;
    margin-bottom: 3px;
    color: var(--settings-green);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.customer-app .settings-page-hero .page-title small {
    margin-bottom: 2px;
}

.customer-app .settings-page-hero .page-title h4 {
    margin: 0;
    color: var(--settings-ink);
    font-family: var(--font-mitr);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.15;
}

.customer-app .settings-page-hero .page-title p {
    margin: 4px 0 0;
    color: var(--settings-muted);
    font-size: 13px;
    line-height: 1.5;
}

.customer-app .settings-security-note {
    display: inline-flex;
    min-height: 40px;
    margin-left: auto;
    padding: 9px 12px;
    align-items: center;
    gap: 7px;
    border: 1px solid #cfdcd2;
    border-radius: 11px;
    background: rgba(255, 255, 255, .8);
    color: #385044;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.customer-app .settings-shell {
    display: grid !important;
    grid-template-columns: 270px minmax(0, 1fr) !important;
    min-height: 0;
    padding: 0 !important;
    overflow: visible !important;
    border: 1px solid var(--settings-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(23, 36, 30, .05);
}

.customer-app .settings-shell .setting-site-bar {
    min-width: 0;
    padding: 18px !important;
    border-right: 1px solid var(--settings-line);
    border-radius: 17px 0 0 17px;
    background: #f6f8f5 !important;
}

.customer-app .settings-shell .setting-tabs .nav {
    display: flex;
    gap: 7px;
    border: 0;
    flex-direction: column;
}

.customer-app .settings-shell .setting-tabs .nav h5 {
    margin: 0 0 7px;
    padding: 0 5px;
    color: #829088;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.customer-app .settings-shell .setting-tabs .nav-link {
    display: flex;
    width: 100%;
    min-height: 62px;
    margin: 0;
    padding: 10px 11px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: #445149;
    text-align: left;
}

.customer-app .settings-shell .setting-tabs .nav-link > i {
    display: inline-flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--settings-line);
    border-radius: 9px;
    background: #fff;
    color: var(--settings-green);
    font-size: 15px;
}

.customer-app .settings-shell .setting-tabs .nav-link > span {
    display: block;
    min-width: 0;
}

.customer-app .settings-shell .setting-tabs .nav-link strong,
.customer-app .settings-shell .setting-tabs .nav-link small {
    display: block;
}

.customer-app .settings-shell .setting-tabs .nav-link strong {
    color: inherit;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .settings-shell .setting-tabs .nav-link small {
    margin-top: 2px;
    color: #7a877f;
    font-size: 10px;
    line-height: 1.3;
}

.customer-app .settings-shell .setting-tabs .nav-link:hover {
    border-color: var(--settings-line);
    background: #fff;
}

.customer-app .settings-shell .setting-tabs .nav-link.active {
    border-color: #bcd1c2;
    background: #fff;
    box-shadow: 0 7px 18px rgba(23, 36, 30, .06);
    color: var(--settings-ink);
}

.customer-app .settings-shell .setting-tabs .nav-link.active > i {
    border-color: var(--settings-green);
    background: var(--settings-green);
    color: #fff;
}

.customer-app .settings-shell .setting-tabs .settings-danger-tab {
    margin-top: 10px;
    border-top-color: var(--settings-line);
}

.customer-app .settings-shell .setting-tabs .settings-danger-tab > i,
.customer-app .settings-shell .setting-tabs .settings-danger-tab strong {
    color: var(--settings-red);
}

.customer-app .settings-shell .setting-tabs .settings-danger-tab.active {
    border-color: #e9caca;
    background: #fff8f7;
}

.customer-app .settings-shell .setting-tabs .settings-danger-tab.active > i {
    border-color: var(--settings-red);
    background: var(--settings-red);
    color: #fff;
}

.customer-app .settings-shell .setting-tab-content {
    min-width: 0;
    padding: 22px !important;
    overflow: visible !important;
}

.customer-app .settings-shell .setting-single-page {
    padding: 0;
    border: 0;
    background: transparent;
}

.customer-app .settings-section-title,
.customer-app .settings-shell .section-title-and-add-btn {
    display: flex;
    min-height: 68px;
    margin-bottom: 20px !important;
    padding-bottom: 16px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--settings-line);
}

.customer-app .settings-shell .settings-section-title {
    width: 100%;
    justify-content: flex-start !important;
    text-align: left;
}

.customer-app .settings-shell .settings-section-title > div {
    min-width: 0;
    margin-right: auto;
}

.customer-app .settings-section-title > span {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: #edf5ef;
    color: var(--settings-green);
    font-size: 17px;
}

.customer-app .settings-section-title h4 {
    margin: 0;
    color: var(--settings-ink);
    font-family: var(--font-mitr);
    font-size: 20px;
    font-weight: 500;
}

.customer-app .settings-section-title p {
    margin: 3px 0 0;
    color: var(--settings-muted);
    font-size: 12px;
    line-height: 1.45;
}

.customer-app .settings-shell .author-area {
    display: flex;
    min-height: 100px;
    margin-bottom: 20px !important;
    padding: 12px;
    align-items: center;
    gap: 15px;
    border: 1px solid var(--settings-line);
    border-radius: 13px;
    background: var(--settings-soft);
}

.customer-app .settings-shell .avatar-upload,
.customer-app .settings-shell .avatar-preview,
.customer-app .settings-shell .avatar-preview > #imagePreview {
    width: 74px;
    height: 74px;
}

/* .customer-app .settings-shell .author-img {
    flex: 0 0 74px;
    width: 74px;
    min-width: 74px;
} */

.customer-app .settings-shell .avatar-upload {
    overflow: hidden;
    border: 1px solid var(--settings-line) !important;
    border-radius: 14px !important;
    background: #fff;
}

.customer-app .settings-shell .avatar-preview {
    overflow: hidden;
    border-radius: 12px !important;
}

.customer-app .settings-shell .avatar-edit {
    width: 74px !important;
    height: 74px !important;
}

.customer-app .settings-shell .avatar-preview > #imagePreview {
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.customer-app .settings-shell .avatar-preview .camera-bg {
    display: none !important;
}

.customer-app .settings-shell .avatar-preview .camera-icon {
    right: 4px !important;
    bottom: 4px !important;
    left: auto !important;
    display: inline-flex;
    width: 22px !important;
    height: 22px !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 7px !important;
    background: var(--settings-green);
    transform: none !important;
}

.customer-app .settings-shell .avatar-preview .camera-icon img {
    width: 10px;
    height: 10px;
    filter: brightness(0) invert(1);
}

.customer-app .settings-shell .author-content {
    min-width: 0;
}

.customer-app .settings-shell .author-content h5 {
    margin: 0 0 4px;
    color: var(--settings-ink);
    font-family: var(--font-mitr);
    font-size: 16px;
    font-weight: 500;
}

.customer-app .settings-shell .author-content p {
    color: var(--settings-muted);
    font-size: 12px;
}

.customer-app .settings-shell .form-box > .row {
    row-gap: 2px;
}

.customer-app .settings-shell :is(.form-inner, .form-group) label,
.customer-app .settings-shell .control-label {
    margin-bottom: 6px;
    color: #334139;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .settings-shell :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.customer-app .settings-shell .select2-container .select2-selection--single {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--settings-line) !important;
    border-radius: 10px !important;
    background: #fbfcfb !important;
    color: var(--settings-ink);
    font-size: 12px;
}

.customer-app .settings-shell :is(input, select, textarea):focus,
.customer-app .settings-shell .select2-container--focus .select2-selection--single {
    border-color: var(--settings-green) !important;
    box-shadow: 0 0 0 3px rgba(0, 111, 48, .08) !important;
    outline: 0;
}

.customer-app .settings-shell .select2-container {
    width: 100% !important;
}

.customer-app .settings-shell .select2-container .select2-selection__rendered {
    padding: 0;
    line-height: 22px;
}

.customer-app .settings-shell :is(.primary-btn, .btn-success, .add-mathod-btn button) {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 15px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--settings-green);
    border-radius: 10px;
    background: var(--settings-green);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .settings-shell .section-title-and-add-btn {
    justify-content: space-between;
}

.customer-app .settings-shell .section-title-and-add-btn .settings-section-title {
    margin: 0 !important;
    padding: 0;
    border: 0;
}

.customer-app .settings-shell .eg-table {
    overflow: hidden;
    border: 1px solid var(--settings-line);
    border-radius: 12px;
}

.customer-app .settings-shell .eg-table thead th {
    padding: 11px 12px;
    background: #edf2ed;
    color: #445149;
    font-size: 10px;
}

.customer-app .settings-shell .eg-table tbody td {
    padding: 12px;
    color: #334139;
    font-size: 12px;
}

.customer-app .settings-shell #card-element {
    width: min(680px, 100%);
    padding: 18px;
    border: 1px solid var(--settings-line);
    border-radius: 13px;
    background: var(--settings-soft);
}

.customer-app .settings-shell form.paymentMethod {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.customer-app .settings-shell form.paymentMethod > .form-row.row {
    display: flex;
    width: auto;
    margin-right: -6px;
    margin-bottom: 12px;
    margin-left: -6px;
    align-items: flex-start;
}

.customer-app .settings-shell form.paymentMethod > .form-row.row > [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
}

.customer-app .settings-shell form.paymentMethod .card-multi-img {
    right: 13px;
    max-width: 92px;
}

.customer-app .settings-shell form.paymentMethod .card-multi-img img {
    max-width: 100%;
    height: auto;
}

.customer-app .settings-shell #nav-password .form-body {
    max-width: 760px;
    padding: 18px;
    border: 1px solid var(--settings-line);
    border-radius: 13px;
    background: var(--settings-soft);
}

.customer-app .settings-shell #nav-password .form-group.row {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    margin: 0 0 13px;
    align-items: center;
}

.customer-app .settings-shell #nav-password .form-group.row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

.customer-app .settings-shell #nav-password .form-group.row:last-child {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.customer-app .settings-shell #nav-notification .form-body {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.customer-app .settings-notification-item {
    display: flex;
    min-height: 78px;
    margin: 0 !important;
    padding: 13px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--settings-line);
    border-radius: 12px;
    background: #fbfcfb;
}

.customer-app .settings-notification-item > div:first-child {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
}

.customer-app .settings-notification-item > div:first-child > i {
    display: inline-flex;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf5ef;
    color: var(--settings-green);
    font-size: 15px;
}

.customer-app .settings-notification-item strong,
.customer-app .settings-notification-item small {
    display: block;
    word-break: normal;
    overflow-wrap: normal;
}

.customer-app .settings-notification-item > div:first-child > span {
    min-width: 0;
    flex: 1 1 auto;
}

.customer-app .settings-notification-item strong {
    color: var(--settings-ink);
    font-size: 12px;
}

.customer-app .settings-notification-item small {
    margin-top: 3px;
    color: var(--settings-muted);
    font-size: 10px;
    line-height: 1.35;
}

.customer-app .settings-shell #nav-notification hr {
    display: none;
}

.customer-app .settings-shell #nav-notification .form-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-end;
}

.customer-app .settings-danger-title > span {
    background: #fff0ee;
    color: var(--settings-red);
}

.customer-app .settings-shell .delete-page {
    padding: 18px;
    border: 1px solid #edceca;
    border-radius: 14px;
    background: #fff9f8;
}

.customer-app .settings-shell .delete-page .section-title {
    border-bottom-color: #edceca;
}

.customer-app .settings-shell .delete-btn .btn-primary {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 15px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--settings-red);
    border-radius: 10px;
    background: var(--settings-red);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: auto !important;
}

.customer-app .setting-wrapper .setting-tab-content .setting-single-page.delete-page .delete-btn .btn-primary {
    color: #fff;
        min-width: unset;
    line-height: 1;
    margin: 0;
}

.customer-app .settings-shell .delete-btn .btn-primary img {
    width: 14px;
    filter: brightness(0) invert(1);
}

.customer-app .settings-workspace-page .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(23, 36, 30, .2);
}

.customer-app .settings-workspace-page .modal-header {
    min-height: 62px;
    padding: 15px 18px !important;
    border-bottom: 1px solid var(--settings-line);
    background: var(--settings-soft);
}

.customer-app .settings-workspace-page .modal-title,
.customer-app .settings-workspace-page .acount-delete-content h4 {
    color: var(--settings-ink);
    font-family: var(--font-mitr);
    font-size: 19px;
    font-weight: 500;
}

.customer-app .settings-workspace-page .modal-body,
.customer-app .settings-workspace-page .acount-delete-content {
    padding: 18px;
}

.customer-app .settings-workspace-page .modal-body {
    max-height: none;
    overflow: visible;
}

.customer-app .settings-shell .bootstrap-switch {
    min-width: 78px;
    border-color: var(--settings-line);
    border-radius: 999px;
    box-shadow: none;
}

.customer-app .settings-shell .bootstrap-switch .bootstrap-switch-label,
.customer-app .settings-shell .bootstrap-switch .bootstrap-switch-handle-on,
.customer-app .settings-shell .bootstrap-switch .bootstrap-switch-handle-off {
    min-height: 28px;
    padding: 6px 8px;
    font-size: 9px;
    line-height: 16px;
}

.customer-app .settings-workspace-page .modal-footer {
    padding: 13px 18px;
    border-top: 1px solid var(--settings-line);
}

@media (max-width: 991.98px) {
    .customer-app .settings-shell {
        grid-template-columns: 1fr !important;
    }

    .customer-app .settings-shell .setting-site-bar {
        padding: 10px !important;
        border-right: 0;
        border-bottom: 1px solid var(--settings-line);
        border-radius: 17px 17px 0 0;
    }

    .customer-app .settings-shell .setting-tabs .nav {
        display: flex;
        padding-bottom: 1px;
        gap: 7px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .customer-app .settings-shell .setting-tabs .nav h5 {
        display: none;
    }

    .customer-app .settings-shell .setting-tabs .nav-link {
        flex: 1 1 calc(33.333% - 7px);
        width: auto;
        min-height: 56px;
    }

    .customer-app .settings-shell .setting-tabs .settings-danger-tab {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .customer-app .settings-page-hero {
        padding: 16px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .customer-app .settings-page-hero .page-title h4 {
        font-size: 23px;
    }

    .customer-app .settings-security-note {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .customer-app .settings-shell .setting-tab-content {
        padding: 14px !important;
    }

    .customer-app .settings-shell #nav-notification .form-body {
        grid-template-columns: 1fr;
    }

    .customer-app .settings-shell #nav-password .form-group.row {
        display: block;
    }

    .customer-app .settings-shell #nav-password .form-group.row > label {
        display: block;
        margin-bottom: 6px;
    }

    .customer-app .settings-section-title,
    .customer-app .settings-shell .section-title-and-add-btn {
        align-items: flex-start;
    }

    .customer-app .settings-shell .section-title-and-add-btn {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .customer-app .settings-page-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .customer-app .settings-page-hero .page-title {
        width: calc(100% - 54px);
    }

    .customer-app .settings-shell .setting-tabs .nav-link {
        flex-basis: 100%;
        width: 100%;
    }

    .customer-app .settings-notification-item {
        align-items: flex-start;
    }
}

/* Customer order details: production workspace */
body.customer-route-order-details .customer-order-detail-page {
    --detail-ink: #17241e;
    --detail-muted: #68736d;
    --detail-line: #dde5df;
    --detail-soft: #f3f6f1;
    --detail-warm: #fff5ea;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 2px 0 14px;
    color: var(--detail-ink);
}

body.customer-route-order-details .customer-order-detail-page > .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 14px;
    margin: 0;
}

body.customer-route-order-details .customer-order-detail-page > .row > [class*="col-"] {
    padding: 0;
}

body.customer-route-order-details .order-detail-heading-row {
    margin-bottom: 0 !important;
}

body.customer-route-order-details .order-detail-hero {
    position: relative;
    display: flex;
    min-height: 106px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 20px 24px;
    overflow: hidden;
    border: 1px solid var(--detail-line) !important;
    border-radius: 18px !important;
    background: linear-gradient(105deg, #fff 0%, #fff 62%, #f2f7ef 62%) !important;
    box-shadow: 0 12px 30px rgba(23, 36, 30, 0.055);
}

body.customer-route-order-details .order-detail-hero::before {
    content: "";
    position: absolute;
    top: -48px;
    right: 8%;
    width: 150px;
    height: 150px;
    border: 24px solid rgba(0, 111, 48, 0.055);
    border-radius: 50%;
}

body.customer-route-order-details .order-detail-hero .page-title,
body.customer-route-order-details .order-detail-actions {
    position: relative;
    z-index: 1;
}

body.customer-route-order-details .order-detail-hero .page-title {
    display: block;
}

body.customer-route-order-details .order-detail-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
    color: #006f30;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.customer-route-order-details .order-detail-hero h4 {
    margin: 0;
    color: var(--detail-ink) !important;
    font-family: var(--font-mitr);
    font-size: clamp(24px, 2.1vw, 30px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.035em;
}

body.customer-route-order-details .order-detail-hero p,
body.customer-route-order-details .order-assets-heading p {
    margin: 5px 0 0;
    color: var(--detail-muted);
    font-size: 12px;
}

body.customer-route-order-details .order-detail-actions .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
}

body.customer-route-order-details .order-detail-actions .btn {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid #006f30;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-order-details .order-action-payment {
    background: #fff;
    color: #006f30;
}

body.customer-route-order-details .order-action-approve {
    background: #006f30;
    color: #fff;
}

body.customer-route-order-details .order-overview-panel,
body.customer-route-order-details .order-assets-panel {
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 1px solid var(--detail-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(23, 36, 30, 0.055) !important;
}

body.customer-route-order-details .order-overview-panel .alert {
    margin: 16px 16px 0;
}

body.customer-route-order-details .order-overview-panel .invoice-header {
    display: block !important;
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
}

body.customer-route-order-details .order-overview-panel .invoice-header > .row {
    --bs-gutter-x: 0;
    width: 100%;
    align-items: stretch;
    margin: 0;
}

body.customer-route-order-details .order-overview-panel .invoice-header > .row > div {
    padding: 0;
}

body.customer-route-order-details .order-overview-panel .header-left {
    display: grid;
    min-height: 132px;
    grid-template-columns: minmax(180px, 0.55fr) minmax(320px, 1.45fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 4px 20px;
    padding: 22px 24px;
    border-radius: 17px 0 0 0;
    background: var(--detail-ink);
}

body.customer-route-order-details .order-meta-label {
    display: block;
    color: #809087;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body.customer-route-order-details .header-left > .order-meta-label {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
}

body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-left h4 {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    min-width: 150px;
    margin: 0;
    color: #fff !important;
    font-family: var(--font-mitr);
    font-size: clamp(28px, 2.4vw, 36px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.04em;
}

body.customer-route-order-details .customer-order-detail-page .invoice-number {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

body.customer-route-order-details .order-hash {
    color: #fff;
    font-size: inherit;
    vertical-align: top;
}

body.customer-route-order-details .payment-stutas {
    display: grid;
    flex: 1;
    grid-column: 2;
    grid-row: 1 / 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.customer-route-order-details .payment-stutas p {
    display: grid;
    min-height: 68px;
    grid-template-columns: 8px 1fr;
    align-content: center;
    gap: 2px 8px;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.055);
}

body.customer-route-order-details .payment-stutas .status-dot {
    width: 7px;
    height: 7px;
    grid-row: 1 / 3;
    align-self: center;
    border-radius: 50%;
    background: #77d38d;
}

body.customer-route-order-details .payment-stutas small {
    color: #91a098;
    font-size: 9px;
    text-transform: uppercase;
}

body.customer-route-order-details .payment-stutas strong {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

body.customer-route-order-details .payment-stutas strong.is-danger {
    color: #ff9c91 !important;
}

body.customer-route-order-details .order-overview-panel .order-date-column {
    min-height: 132px;
    align-items: center;
    justify-content: space-between !important;
    gap: 14px;
    padding: 20px 24px;
    border-radius: 0 17px 0 0;
    background: var(--detail-soft);
}

body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right {
    min-width: 168px;
    margin-left: auto;
    padding-left: 18px;
    border-left: 3px solid #006f30;
}

body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right::after {
    display: none;
}

body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right h2 {
    margin: 3px 0 1px;
    color: #006f30 !important;
    font-family: var(--font-mitr);
    font-size: 28px !important;
    font-weight: 500 !important;
    letter-spacing: -0.04em;
    line-height: 1.05 !important;
    white-space: nowrap;
}

body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right > span:last-child {
    color: var(--detail-muted);
    font-size: 11px !important;
}

body.customer-route-order-details .head .count {
    display: flex;
    gap: 5px;
}

body.customer-route-order-details .head .count_d {
    min-width: 46px;
    padding: 8px 5px;
    border: 1px solid var(--detail-line);
    border-radius: 9px;
    background: #fff;
    text-align: center;
}

body.customer-route-order-details .head .count_d h2 {
    margin: 0;
    color: var(--detail-muted);
    font-size: 7px;
}

body.customer-route-order-details .head .count_d span {
    color: var(--detail-ink);
    font-size: 13px;
    font-weight: 500;
}

body.customer-route-order-details .order-summary-and-stutas {
    padding: 18px;
}

body.customer-route-order-details .order-summary-and-stutas > .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
}

body.customer-route-order-details .order-description,
body.customer-route-order-details .instruction-card {
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--detail-line) !important;
    border-radius: 14px !important;
    background: #fff;
}

body.customer-route-order-details .summary-title,
body.customer-route-order-details .instruction-card .conversation-header {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--detail-line) !important;
    background: var(--detail-soft) !important;
}

body.customer-route-order-details .summary-title > div,
body.customer-route-order-details .instruction-card .title-and-date {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.customer-route-order-details .order-section-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #fff;
    color: #006f30;
    box-shadow: inset 0 0 0 1px var(--detail-line);
}

body.customer-route-order-details .summary-title small,
body.customer-route-order-details .instruction-card small {
    display: block;
    color: #7b8981;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.customer-route-order-details .summary-title h5,
body.customer-route-order-details .instruction-card h5 {
    margin: 0;
    color: var(--detail-ink);
    font-family: var(--font-mitr);
    font-size: 17px;
    font-weight: 500;
}

body.customer-route-order-details .order-quantity-badge {
    padding: 5px 9px;
    border-radius: 8px;
    background: #fff;
    color: #006f30;
    font-size: 9px;
    font-weight: 500;
}

body.customer-route-order-details .order-description .summary-content {
    padding: 0 !important;
}

body.customer-route-order-details .summary-table {
    width: 100%;
    margin: 0;
}

body.customer-route-order-details .summary-table > thead th {
    padding: 10px 12px;
    border-bottom: 1px solid var(--detail-line);
    color: #7b8881;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.customer-route-order-details .summary-table > tbody > tr > td {
    padding: 0 12px;
    border: 0;
    vertical-align: top;
}

body.customer-route-order-details .summary-table > :is(thead, tbody) > tr > :not(:first-child):not(:nth-child(2)) {
    text-align: right;
}

body.customer-route-order-details .summary-table .sub-table {
    width: 100%;
}

body.customer-route-order-details .summary-table .sub-table th,
body.customer-route-order-details .summary-table .sub-table td {
    height: 38px;
    padding: 9px 0;
    border-bottom: 1px dashed #e5eae7;
    color: var(--detail-ink);
    font-size: 13px;
    font-weight: 500;
}

body.customer-route-order-details .summary-table .sub-table tbody td {
    color: #4f5d56;
    font-weight: 400;
}

body.customer-route-order-details .summary-sub-total {
    display: flex;
    justify-content: flex-end;
    padding: 10px 12px 12px;
}

body.customer-route-order-details .summary-sub-total table {
    width: min(100%, 330px);
}

body.customer-route-order-details .summary-sub-total :is(th, td) {
    padding: 6px 8px;
    border: 0;
    color: var(--detail-muted);
    font-size: 12px;
    font-weight: 500;
}

body.customer-route-order-details .summary-sub-total :is(th, td):last-child {
    text-align: right;
}

body.customer-route-order-details .summary-sub-total tbody tr {
    border-top: 1px solid var(--detail-line);
}

body.customer-route-order-details .summary-sub-total tbody td {
    color: var(--detail-ink);
    font-size: 14px;
    font-weight: 500;
}

body.customer-route-order-details .instruction-card {
    background: var(--detail-warm);
}

body.customer-route-order-details .instruction-card .conversation-header {
    background: #fff9f2 !important;
}

body.customer-route-order-details .instruction-card .order-section-icon {
    color: #d65d2f;
}

body.customer-route-order-details .instruction-card .conversation-content {
    min-height: 112px;
    padding: 16px !important;
    color: #4d5b54;
    font-size: 14px;
    line-height: 1.7;
}

body.customer-route-order-details .order-notes {
    margin: 0 16px 16px;
    color: var(--detail-muted);
    font-size: 11px;
    overflow-wrap: anywhere;
}

body.customer-route-order-details .order-notes:empty {
    display: none;
}

body.customer-route-order-details .order-assets-heading {
    padding: 18px 20px 14px;
}

body.customer-route-order-details .order-assets-heading h4 {
    margin: 0;
    color: var(--detail-ink);
    font-family: var(--font-mitr);
    font-size: 18px;
    font-weight: 500;
}

body.customer-route-order-details .order-assets-panel > .order-assets-tabs {
    display: flex;
    width: auto;
    gap: 5px;
    margin: 0 20px;
    padding: 5px;
    overflow-x: auto;
    border: 1px solid var(--detail-line);
    border-radius: 12px;
    background: var(--detail-soft);
    flex-wrap: nowrap;
}

body.customer-route-order-details .order-assets-tabs li {
    flex: 1 0 auto;
}

body.customer-route-order-details .order-assets-tabs .order-tab {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 12px;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: var(--detail-muted) !important;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

body.customer-route-order-details .order-assets-tabs .order-tab.active {
    background: var(--detail-ink) !important;
    color: #fff !important;
}

body.customer-route-order-details .order-assets-panel > .tab-content {
    padding: 16px 20px 20px;
}

body.customer-route-order-details .order-assets-panel .conversation-wrapper {
    overflow: visible;
    border: 0;
    background: transparent;
}

body.customer-route-order-details .order-assets-panel .single-conversation {
    margin-bottom: 12px !important;
    overflow: hidden;
    border: 1px solid var(--detail-line);
    border-radius: 13px;
    background: #fff;
}

body.customer-route-order-details .order-assets-panel .conversation-header {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border-bottom: 1px solid var(--detail-line);
    background: var(--detail-soft);
}

body.customer-route-order-details .order-assets-panel .title-and-date :is(h5, h6) {
    margin: 0 0 2px;
    color: var(--detail-ink);
    font-family: var(--font-mitr);
    font-size: 15px;
    font-weight: 500;
}

body.customer-route-order-details .order-assets-panel .title-and-date span {
    color: var(--detail-muted);
    font-size: 11px;
}

body.customer-route-order-details .order-assets-panel .filter-and-download .btn-hover,
body.customer-route-order-details .order-assets-panel .filter-and-download span.btn-hover,
body.customer-route-order-details .order-assets-panel .load-more .btn-hover {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 7px 11px;
    border: 1px solid #006f30;
    border-radius: 8px;
    background: #006f30;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
}

body.customer-route-order-details .order-assets-panel .conversation-content {
    padding: 14px;
    color: var(--detail-muted);
    font-size: 13px;
    line-height: 1.6;
}

body.customer-route-order-details .order-assets-panel .single-img {
    position: relative;
    display: grid;
    min-height: 144px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--detail-line);
    border-radius: 11px;
    background: var(--detail-soft);
}

body.customer-route-order-details .order-assets-panel .single-img > img {
    width: 100%;
    height: 144px;
    object-fit: contain;
}

body.customer-route-order-details .order-assets-panel .conversation-gallery {
    position: absolute;
    right: 7px;
    bottom: 7px;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 8px;
    background: var(--detail-ink);
}

body.customer-route-order-details .order-assets-panel .conversation-gallery svg {
    fill: #fff;
}

body.customer-route-order-details .order-assets-panel .rejectedImage {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    width: 18px;
    height: 18px;
    accent-color: #006f30;
}

body.customer-route-order-details #rejectBtn {
    position: static;
    display: none;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #efc7c2;
    border-radius: 12px;
    background: #fff7f5;
}

body.customer-route-order-details #rejectBtn .conversation-imput-area {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

body.customer-route-order-details #rejectBtn .message-box {
    min-height: 40px;
    flex: 1;
    padding: 9px 12px;
    border: 1px solid var(--detail-line);
    border-radius: 9px;
    background: #fff;
}

body.customer-route-order-details .order-assets-panel .reject-image {
    display: flex !important;
    gap: 6px;
    margin: 10px 0 !important;
    padding: 5px !important;
    border: 1px solid var(--detail-line) !important;
    border-radius: 10px !important;
    background: var(--detail-soft) !important;
}

body.customer-route-order-details .order-assets-panel .reject-image a {
    display: block;
    padding: 8px 11px;
    border-radius: 7px;
    background: transparent !important;
    color: #fff !important;
    font-size: 12px;
}

body.customer-route-order-details .order-assets-panel .reject-image a.active {
    background: var(--detail-ink) !important;
    color: #fff !important;
}

body.customer-route-order-details .reject-method-panel {
    --bs-gutter-x: 0;
    margin: 0;
}

body.customer-route-order-details .reject-method-panel > div {
    padding: 16px;
    border: 1px solid var(--detail-line);
    border-radius: 13px;
    background: #fff;
}

body.customer-route-order-details .reject-method-panel > div > .title-and-date {
    margin-bottom: 8px;
}

body.customer-route-order-details .reject-method-panel .form-inner {
    padding: 0 !important;
    border: 0;
    background: transparent;
}

body.customer-route-order-details .reject-method-panel .form-control {
    min-height: 44px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid var(--detail-line);
    border-radius: 9px;
    background: #fbfcf9;
    color: var(--detail-ink);
    font-size: 12px;
}

body.customer-route-order-details .reject-method-panel textarea.form-control {
    min-height: 82px;
}

body.customer-route-order-details .reject-method-panel button[type="submit"],
body.customer-route-order-details .reject-method-panel #uploadfiles {
    display: inline-flex;
    width: auto !important;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 !important;
    padding: 8px 14px;
    border: 0;
    border-radius: 9px;
    background: #006f30 !important;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}

body.customer-route-order-details .reject-method-panel .dropzone {
    min-height: 118px;
    margin-bottom: 10px;
    border: 1px dashed #b8c9bf;
    border-radius: 11px;
    background: var(--detail-soft);
}

@media (max-width: 991.98px) {
    body.customer-route-order-details .order-detail-hero {
        align-items: flex-start;
        gap: 16px;
        background: #fff !important;
        flex-direction: column;
    }

    body.customer-route-order-details .order-detail-actions,
    body.customer-route-order-details .order-detail-actions .breadcrumb {
        width: 100%;
        justify-content: flex-start;
    }

    body.customer-route-order-details .order-overview-panel .header-left {
        border-radius: 17px 17px 0 0;
    }

    body.customer-route-order-details .order-overview-panel .order-date-column {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    body.customer-route-order-details .order-detail-hero {
        min-height: 0;
        padding: 16px;
        border-radius: 14px !important;
    }

    body.customer-route-order-details .order-detail-actions .breadcrumb,
    body.customer-route-order-details .order-overview-panel .header-left {
        align-items: stretch;
        flex-direction: column;
    }

    body.customer-route-order-details .order-detail-actions .btn {
        width: 100%;
    }

    body.customer-route-order-details .order-overview-panel .header-left {
        min-height: 0;
        display: flex;
        gap: 14px;
        padding: 18px 15px;
    }

    body.customer-route-order-details .payment-stutas {
        grid-template-columns: 1fr;
    }

    body.customer-route-order-details .order-overview-panel .order-date-column {
        min-height: 0;
        align-items: flex-start;
        padding: 16px;
        flex-direction: column;
    }

    body.customer-route-order-details .header-right {
        width: 100%;
        margin: 0;
    }

    body.customer-route-order-details .order-summary-and-stutas {
        padding: 10px;
    }

    body.customer-route-order-details .order-description .summary-content {
        overflow-x: auto;
    }

    body.customer-route-order-details .summary-table {
        min-width: 620px;
    }

    body.customer-route-order-details .order-assets-heading {
        padding: 15px 14px 11px;
    }

    body.customer-route-order-details .order-assets-panel > .order-assets-tabs {
        margin: 0 14px;
    }

    body.customer-route-order-details .order-assets-tabs li {
        flex: 0 0 auto;
    }

    body.customer-route-order-details .order-assets-panel > .tab-content {
        padding: 12px 14px 14px;
    }

    body.customer-route-order-details .order-assets-panel .conversation-header {
        align-items: flex-start;
        flex-direction: column;
    }

    body.customer-route-order-details .order-assets-panel .single-img,
    body.customer-route-order-details .order-assets-panel .single-img > img {
        height: 120px;
        min-height: 120px;
    }
}

/* Customer order payment: secure checkout workspace */
body[class*="customer-route-order-payment"] .order-payment-page {
    --pay-ink: #17241e;
    --pay-muted: #68756e;
    --pay-line: #dde5df;
    --pay-soft: #f4f7f2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 2px 0 18px;
    color: var(--pay-ink);
}

body[class*="customer-route-order-payment"] .payment-page-hero {
    position: relative;
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 !important;
    padding: 17px 22px !important;
    overflow: hidden;
    border: 1px solid var(--pay-line) !important;
    border-radius: 18px !important;
    background: linear-gradient(108deg, #fff 0%, #fff 66%, #f1f7ef 66%) !important;
    box-shadow: 0 12px 30px rgba(23, 36, 30, 0.055);
}

body[class*="customer-route-order-payment"] .payment-page-hero::after {
    content: "";
    position: absolute;
    top: -58px;
    right: 9%;
    width: 154px;
    height: 154px;
    border: 24px solid rgba(0, 111, 48, 0.055);
    border-radius: 50%;
}

body[class*="customer-route-order-payment"] .payment-page-hero > * {
    position: relative;
    z-index: 1;
}

body[class*="customer-route-order-payment"] .payment-page-hero .page-title {
    display: block;
}

body[class*="customer-route-order-payment"] .payment-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
    color: #006f30;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body[class*="customer-route-order-payment"] .payment-page-hero h4 {
    margin: 0;
    color: var(--pay-ink) !important;
    font-family: var(--font-mitr);
    font-size: clamp(24px, 2.1vw, 30px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.035em;
}

body[class*="customer-route-order-payment"] .payment-page-hero p {
    margin: 5px 0 0;
    color: var(--pay-muted);
    font-size: 13px;
}

body[class*="customer-route-order-payment"] .payment-security-note {
    display: flex;
    min-width: 174px;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #cfe0d3;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.84);
    color: #006f30;
}

body[class*="customer-route-order-payment"] .payment-security-note > i {
    font-size: 20px;
}

body[class*="customer-route-order-payment"] .payment-security-note small,
body[class*="customer-route-order-payment"] .payment-security-note strong {
    display: block;
    line-height: 1.25;
}

body[class*="customer-route-order-payment"] .payment-security-note small {
    color: var(--pay-muted);
    font-size: 9px;
    font-weight: 400;
}

body[class*="customer-route-order-payment"] .payment-security-note strong {
    color: var(--pay-ink);
    font-size: 11px;
    font-weight: 500;
}

body[class*="customer-route-order-payment"] .payment-checkout-layout {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
    align-items: flex-start;
    margin: 0 -7px;
}

@media (min-width: 992px) {
    body[class*="customer-route-order-payment"] .payment-checkout-layout {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    body[class*="customer-route-order-payment"] .order-form-wrapper .payment-summary-column {
        width: 350px !important;
        max-width: 350px !important;
        flex: 0 0 350px !important;
        padding-right: 7px;
        padding-left: 7px;
    }

    body[class*="customer-route-order-payment"] .order-form-wrapper .payment-checkout-column {
        width: auto !important;
        max-width: none !important;
        min-width: 0;
        flex: 1 1 0 !important;
        padding-right: 7px;
        padding-left: 7px;
    }
}

body[class*="customer-route-order-payment"] .payment-summary-panel,
body[class*="customer-route-order-payment"] .payment-area {
    width: 100%;
    min-height: 0 !important;
    margin: 0;
    padding: 16px !important;
    overflow: hidden;
    border: 1px solid var(--pay-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(23, 36, 30, 0.055) !important;
}

body[class*="customer-route-order-payment"] .payment-summary-panel {
    border-top: 3px solid #006f30 !important;
}

body[class*="customer-route-order-payment"] .payment-summary-title {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 10px;
    margin: 0 0 8px !important;
    padding: 0 0 13px !important;
    border-bottom: 1px solid var(--pay-line) !important;
}

body[class*="customer-route-order-payment"] .payment-summary-title > div {
    margin: 0 !important;
    text-align: left !important;
}

body[class*="customer-route-order-payment"] .payment-summary-title > span,
body[class*="customer-route-order-payment"] .payment-heading-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf7f0;
    color: #006f30;
    box-shadow: inset 0 0 0 1px #dce9df;
}

body[class*="customer-route-order-payment"] .payment-summary-title small,
body[class*="customer-route-order-payment"] .payment-method-heading small {
    display: block;
    margin-bottom: 1px;
    color: #7a8780;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body[class*="customer-route-order-payment"] .payment-summary-title h4,
body[class*="customer-route-order-payment"] .payment-method-heading h4 {
    margin: 0 !important;
    color: var(--pay-ink) !important;
    font-family: var(--font-mitr);
    font-size: 17px !important;
    font-weight: 500 !important;
}

body[class*="customer-route-order-payment"] .payment-summary-panel .price-table {
    margin: 0;
    padding: 0;
    border: 0;
}

body[class*="customer-route-order-payment"] .payment-summary-panel .price-table li {
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--pay-line);
    color: #415048;
    font-size: 12px;
}

body[class*="customer-route-order-payment"] .payment-summary-panel .price-table h6 {
    margin: 0;
    color: var(--pay-muted);
    font-size: 12px;
    font-weight: 500;
}

body[class*="customer-route-order-payment"] .payment-summary-panel .price-table li > span,
body[class*="customer-route-order-payment"] .payment-summary-panel .price-table li {
    font-weight: 500;
}

body[class*="customer-route-order-payment"] .payment-summary-panel .total-price {
    display: flex;
    min-height: 80px !important;
    align-items: center;
    justify-content: space-between;
    margin: 14px 0 0 !important;
    padding: 15px 16px;
    border-radius: 13px;
    background: var(--pay-ink) !important;
}

body[class*="customer-route-order-payment"] .payment-summary-panel .total-price::before {
    content: "Amount due";
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body[class*="customer-route-order-payment"] .payment-summary-panel .total-price::after {
    display: none !important;
}

body[class*="customer-route-order-payment"] .payment-summary-panel .total-price h3 {
    width: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    color: #fff !important;
    font-family: var(--font-mitr);
    font-size: 27px !important;
    font-weight: 500 !important;
}

body[class*="customer-route-order-payment"] .payment-method-header {
    margin: 0;
    padding: 0 0 14px;
    border: 0;
    border-bottom: 1px solid var(--pay-line);
    border-radius: 0;
    background: transparent !important;
}

body[class*="customer-route-order-payment"] .payment-method-heading {
    display: grid;
    grid-template-columns: 36px minmax(150px, auto) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: 0 !important;
}

body[class*="customer-route-order-payment"] .payment-method-heading .image-upload-options {
    min-width: 0;
    margin-left: 8px;
}

body[class*="customer-route-order-payment"] .payment-method-tabs {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}

body[class*="customer-route-order-payment"] .payment-method-tabs .nav-item {
    min-width: 0;
    margin: 0;
}

body[class*="customer-route-order-payment"] .payment-method-tabs .nav-link {
    position: relative;
    display: grid !important;
    width: 100%;
    min-height: 68px;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 8px !important;
    overflow: hidden;
    border: 1px solid var(--pay-line) !important;
    border-radius: 11px !important;
    background: var(--pay-soft) !important;
    cursor: pointer;
}

body[class*="customer-route-order-payment"] .payment-method-tabs .nav-link.active {
    border-color: #006f30 !important;
    background: #f0f8f2 !important;
    box-shadow: inset 0 0 0 1px #006f30;
}

body[class*="customer-route-order-payment"] .payment-method-tabs input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body[class*="customer-route-order-payment"] .payment-method-logo {
    display: inline-flex;
    width: 48px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e9e5;
    border-radius: 9px;
    background: #fff;
}

body[class*="customer-route-order-payment"] .payment-method-logo img {
    width: 42px !important;
    max-width: 42px !important;
    height: 30px !important;
    object-fit: contain;
}

body[class*="customer-route-order-payment"] .payment-method-name {
    display: block !important;
    overflow: hidden;
    color: #26352d;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    text-overflow: ellipsis;
}

body[class*="customer-route-order-payment"] .payment-method-check {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e3eae5;
    color: transparent;
    font-size: 11px;
}

body[class*="customer-route-order-payment"] .payment-method-tabs .nav-link.active .payment-method-check {
    background: #006f30;
    color: #fff;
}

body[class*="customer-route-order-payment"] .payment-area > .tab-content {
    min-height: 286px;
    margin-top: 14px;
    padding: 20px !important;
    border: 1px solid var(--pay-line);
    border-radius: 14px;
    background: var(--pay-soft);
}

body[class*="customer-route-order-payment"] .payment-area .payment_field {
    padding: 0 !important;
}

body[class*="customer-route-order-payment"] .payment-area .payment_field > .row {
    justify-content: center;
    margin: 0 !important;
}

body[class*="customer-route-order-payment"] .payment-area .payment_field > .row > [class*="col-"] {
    width: 100%;
    max-width: 560px;
    padding: 0;
}

body[class*="customer-route-order-payment"] .payment-area .secure-checkout-banner1 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 12px;
    color: var(--pay-muted);
    font-size: 11px;
    font-weight: 500;
}

body[class*="customer-route-order-payment"] .payment-area #paypal-pay-button,
body[class*="customer-route-order-payment"] .payment-area #paypal-order-message,
body[class*="customer-route-order-payment"] .payment-area #paypal-pay-term {
    width: 100%;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

body[class*="customer-route-order-payment"] .payment-area .paymentMethod {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
    padding: 11px 12px;
    border: 1px solid var(--pay-line) !important;
    border-radius: 10px !important;
    background: #fff;
    font-size: 12px;
}

body[class*="customer-route-order-payment"] .payment-area .form-control {
    min-height: 44px;
    border: 1px solid var(--pay-line);
    border-radius: 9px;
    background: #fff;
    font-size: 12px;
}

body[class*="customer-route-order-payment"] .payment-area .continue-payment-btn {
    min-height: 42px;
    margin-top: 12px;
    border: 0;
    border-radius: 10px;
    background: #006f30 !important;
    font-size: 13px;
    font-weight: 500;
}

body[class*="customer-route-order-payment"] .payment-combined-panel > p:first-child {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--pay-soft);
    color: var(--pay-ink);
    font-size: 13px;
}

@media (max-width: 1199.98px) {
    body[class*="customer-route-order-payment"] .payment-method-heading {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    body[class*="customer-route-order-payment"] .payment-method-heading .image-upload-options {
        grid-column: 1 / -1;
        margin: 4px 0 0;
    }
}

@media (max-width: 767.98px) {
    body[class*="customer-route-order-payment"] .payment-page-hero {
        min-height: 0;
        align-items: flex-start;
        padding: 16px !important;
        background: #fff !important;
        flex-direction: column;
    }

    body[class*="customer-route-order-payment"] .payment-security-note {
        width: 100%;
    }

    body[class*="customer-route-order-payment"] .payment-summary-panel,
    body[class*="customer-route-order-payment"] .payment-area {
        padding: 13px !important;
        border-radius: 14px !important;
    }

    body[class*="customer-route-order-payment"] .payment-method-tabs {
        grid-template-columns: 1fr;
    }

    body[class*="customer-route-order-payment"] .payment-area > .tab-content {
        min-height: 0;
        padding: 14px !important;
    }
}

/* Template edit reuses the step-by-step builder components. */
body.customer-route-specificationedit .step-template-custom-background {
    display: flex;
    margin-top: 8px;
    padding: 9px;
    align-items: end;
    gap: 8px;
    border: 1px solid rgba(23, 36, 30, 0.09);
    border-radius: 9px;
    background: #f7f8f5;
}

body.customer-route-specificationedit .step-template-custom-background label {
    display: grid;
    min-width: 0;
    margin: 0;
    flex: 1 1 0;
    gap: 4px;
    color: #657169;
    font-size: 8px;
    font-weight: 500;
}

body.customer-route-specificationedit .step-template-custom-background input[type="text"],
body.customer-route-specificationedit .step-template-custom-background input[type="file"] {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    margin: 0;
    padding: 7px 9px;
    border: 1px solid rgba(23, 36, 30, 0.11);
    border-radius: 8px;
    background: #fff;
    color: #17241e;
    font-size: 9px;
}

body.customer-route-specificationedit .step-template-custom-background > span {
    padding-bottom: 10px;
    color: #87928b;
    font-size: 8px;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    body.customer-route-specificationedit .step-template-custom-background {
        align-items: stretch;
        flex-direction: column;
    }

    body.customer-route-specificationedit .step-template-custom-background > span {
        padding: 0;
    }
}

/* Invoice library and browser invoice document. */
.customer-app .invoice-library-page,
.customer-app .customer-invoice-details {
    --invoice-ink: #17241e;
    --invoice-muted: #657169;
    --invoice-line: rgba(23, 36, 30, 0.1);
    --invoice-soft: #f3f7f3;
    font-family: var(--font-work-sans);
}

.customer-app .invoice-library-page .invoice-library-hero,
.customer-app .customer-invoice-details .invoice-details-hero {
    display: flex !important;
    min-height: 108px;
    padding: 18px 22px !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    overflow: hidden;
    border: 1px solid var(--invoice-line);
    border-radius: 16px !important;
    background: linear-gradient(112deg, #fff 0 68%, #f1f6f1 68% 100%) !important;
    box-shadow: 0 10px 26px rgba(23, 36, 30, 0.045);
}

/* Remove legacy module decorations; this hero has its own visual structure. */
.customer-app .invoice-library-page .invoice-library-hero::before,
.customer-app .invoice-library-page .invoice-library-hero::after,
.customer-app .invoice-library-page .invoice-library-hero .page-title::before {
    display: none !important;
    content: none !important;
}

.customer-app .invoice-library-page .invoice-library-hero .page-title,
.customer-app .customer-invoice-details .invoice-details-hero .page-title {
    display: flex !important;
    align-items: center;
    gap: 12px;
}

.customer-app :is(.invoice-library-hero-icon, .invoice-details-hero-icon) {
    display: inline-flex;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #13241d;
    color: #fff;
    font-size: 19px;
}

.customer-app .invoice-library-page .page-title-copy small,
.customer-app .customer-invoice-details .invoice-details-hero .page-title small {
    display: block;
    margin-bottom: 2px;
    color: #006f30;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .invoice-library-page .invoice-library-hero h4,
.customer-app .customer-invoice-details .invoice-details-hero h4 {
    margin: 0 !important;
    color: var(--invoice-ink) !important;
    font-family: var(--font-mitr);
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1.15;
}

.customer-app .invoice-library-page .invoice-library-hero .page-title-subtitle,
.customer-app .customer-invoice-details .invoice-details-hero p {
    display: block;
    margin: 4px 0 0;
    color: var(--invoice-muted);
    font-size: 11px;
}

.customer-app .invoice-library-count {
    display: grid;
    min-width: 112px;
    padding-left: 18px;
    border-left: 3px solid #006f30;
    text-align: right;
}

.customer-app .invoice-library-count strong {
    color: #006f30;
    font-family: var(--font-mitr);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.customer-app .invoice-library-count span {
    margin-top: 4px;
    color: var(--invoice-muted);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .invoice-library-content {
    margin-top: 12px !important;
}

.customer-app .invoice-library-panel {
    padding: 14px !important;
    border: 1px solid var(--invoice-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(23, 36, 30, 0.04) !important;
}

.customer-app .invoice-library-toolbar {
    min-height: 64px;
    margin: 0 0 10px !important;
    padding: 10px 12px !important;
    border: 1px solid var(--invoice-line);
    border-radius: 12px;
    background: #f8f9f7;
}

.customer-app .invoice-library-toolbar :is(.status-select, .total-select, .total-entries) {
    display: flex;
    align-items: center;
    gap: 8px;
}

.customer-app .invoice-library-toolbar span {
    color: var(--invoice-muted);
    font-size: 13px;
    font-weight: 400;
}

.customer-app .invoice-library-toolbar .nice-select {
    min-width: 150px;
    min-height: 38px;
    border: 1px solid var(--invoice-line);
    border-radius: 9px;
    background: #fff;
    font-size: 10px;
}

.customer-app .invoice-select-all {
    display: flex;
    width: fit-content;
    margin: 0 0 10px;
    padding: 9px 11px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(0, 111, 48, 0.15);
    border-radius: 10px;
    background: #f2f7f2;
    cursor: pointer;
}

.customer-app .invoice-select-all input,
.customer-app .invoice-records-table input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #006f30;
}

.customer-app .invoice-select-all span {
    display: grid;
}

.customer-app .invoice-select-all strong {
    color: var(--invoice-ink);
    font-size: 11px;
    font-weight: 500;
}

.customer-app .invoice-select-all small {
    color: var(--invoice-muted);
    font-size: 10px;
}

.customer-app .invoice-table-scroll {
    overflow-x: auto;
    border: 1px solid var(--invoice-line);
    border-radius: 12px;
}

.customer-app .invoice-records-table {
    min-width: 920px;
    margin: 0 !important;
}

.customer-app .invoice-records-table thead {
    background: #edf2ed !important;
}

.customer-app .invoice-records-table thead th {
    padding: 11px 12px !important;
    border: 0 !important;
    color: #445149 !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.customer-app .invoice-records-table tbody td {
    padding: 11px 12px !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.07) !important;
    color: #334139;
    font-size: 10px !important;
    vertical-align: middle;
}

.customer-app .invoice-records-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.customer-app .invoice-records-table .statu-btn {
    display: inline-flex;
    min-height: 26px;
    padding: 5px 9px;
    align-items: center;
    border-radius: 7px;
    font-size: 9px;
    font-weight: 500;
    text-transform: capitalize;
}

.customer-app .invoice-row-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.customer-app :is(.invoice-view-action, .invoice-download-action) {
    display: inline-flex;
    min-height: 30px;
    padding: 6px 9px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 500;
}

.customer-app .invoice-view-action {
    background: #006f30;
    color: #fff;
}

.customer-app .invoice-download-action {
    border: 1px solid var(--invoice-line);
    background: #fff;
    color: var(--invoice-ink);
}

.customer-app #paidOrderBtn {
    padding: 10px !important;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(0, 111, 48, 0.18) !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(23, 36, 30, 0.16) !important;
}

.customer-app #paidOrderBtn p {
    display: grid;
    margin: 0 !important;
}

.customer-app #paidOrderBtn p strong {
    color: var(--invoice-ink);
    font-size: 13px;
    font-weight: 500;
}

.customer-app #paidOrderBtn p small {
    color: var(--invoice-muted);
    font-size: 13px;
}

.customer-app #paidOrderBtn .btn-success {
    min-height: 36px;
    border: 0;
    border-radius: 9px;
    background: #006f30 !important;
    font-size: 12px;
    font-weight: 500;
}

.customer-app .customer-invoice-details .invoice-details-hero ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer-app .customer-invoice-details .btn-hover {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 13px;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: #006f30;
    font-family: var(--font-work-sans);
    font-size: 12px;
    font-weight: 500;
}

.customer-app .customer-invoice-details > .row.mb-60 {
    margin-bottom: 20px !important;
}

.customer-app .customer-invoice-details .invoice-document {
    padding: 22px !important;
    overflow: hidden;
    border: 1px solid var(--invoice-line);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(23, 36, 30, 0.05);
}

.customer-app .customer-invoice-details .invoice-document-header {
    margin: 0 0 16px !important;
    padding: 0 0 16px !important;
    border-color: var(--invoice-line) !important;
}

.customer-app .customer-invoice-details .invoice-document-header h2 {
    color: #006f30 !important;
    font-family: var(--font-mitr) !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.customer-app .customer-invoice-details .invoice-document-header td:last-child {
    display: table-cell !important;
    text-align: right;
    vertical-align: middle;
}

.customer-app .customer-invoice-details .invoice-header-left img {
    max-width: 220px !important;
    /* max-height: 64px; */
    object-fit: contain;
}

.customer-app .customer-invoice-details .invoice-addresses {
    margin-bottom: 14px;
    padding: 0 !important;
}

.customer-app .customer-invoice-details .invoice-addresses td {
    padding: 13px !important;
    border: 1px solid var(--invoice-line);
    background: #fafbf9;
}

.customer-app .customer-invoice-details .invoice-addresses td:first-child {
    border-radius: 12px 0 0 12px;
}

.customer-app .customer-invoice-details .invoice-addresses td:last-child {
    border-left: 0;
    border-radius: 0 12px 12px 0;
}

.customer-app .customer-invoice-details .invoice-addresses h5 {
    margin: 0 0 9px !important;
    color: var(--invoice-ink) !important;
    font-family: var(--font-mitr) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.customer-app .customer-invoice-details .invoice-addresses :is(span, p, h6) {
    color: #526058 !important;
    font-family: var(--font-work-sans) !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
}

.customer-app .customer-invoice-details .invoice-metadata {
    margin: 0 0 14px !important;
    padding: 12px !important;
    border: 1px solid rgba(0, 111, 48, 0.12);
    border-radius: 12px !important;
    background: #f1f6f1 !important;
}

.customer-app .customer-invoice-details .invoice-metadata img {
    width: 29px;
    max-height: 29px;
    object-fit: contain;
}

.customer-app .customer-invoice-details .invoice-metadata :is(h6, span) {
    font-family: var(--font-work-sans) !important;
    font-size: 9px !important;
    line-height: 1.4 !important;
}

.customer-app .customer-invoice-details .invoice-line-items {
    padding: 0 !important;
    overflow-x: auto;
    border: 1px solid var(--invoice-line);
    border-radius: 12px;
}

.customer-app .customer-invoice-details .invoice-line-items .order-table {
    min-width: 720px;
}

.customer-app .customer-invoice-details .invoice-line-items thead {
    background: #edf2ed;
}

.customer-app .customer-invoice-details .invoice-line-items th {
    padding: 10px 12px !important;
    border: 0 !important;
    color: #445149 !important;
    font-family: var(--font-work-sans) !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.customer-app .customer-invoice-details .invoice-line-items td {
    padding: 8px 12px !important;
    border-bottom: 1px solid rgba(23, 36, 30, 0.07);
    color: #334139 !important;
    font-family: var(--font-work-sans) !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
}

.customer-app .customer-invoice-details .invoice-line-items .invoice-total-row td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #13241d;
    color: #fff !important;
    font-weight: 500 !important;
}

.customer-app .customer-invoice-details .invoice-terms {
    margin: 14px 0 0 !important;
    padding: 14px !important;
    border: 1px solid var(--invoice-line) !important;
    border-radius: 12px !important;
    background: #fafbf9;
}

.customer-app .customer-invoice-details .invoice-terms h6 {
    margin: 0 0 5px !important;
    color: var(--invoice-ink) !important;
    font-family: var(--font-mitr) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.customer-app .customer-invoice-details .invoice-terms p {
    color: var(--invoice-muted) !important;
    font-family: var(--font-work-sans) !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
}

@media (max-width: 767.98px) {
    .customer-app .invoice-library-page .invoice-library-hero,
    .customer-app .customer-invoice-details .invoice-details-hero {
        min-height: 0;
        padding: 14px !important;
        align-items: flex-start;
        background: #fff !important;
        flex-direction: column;
    }

    .customer-app .invoice-library-count {
        width: 100%;
        padding: 10px 0 0;
        border-top: 1px solid var(--invoice-line);
        border-left: 0;
        text-align: left;
    }

    .customer-app .invoice-library-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-app .invoice-library-toolbar :is(.status-select, .total-select, .total-entries) {
        width: 100%;
    }

    .customer-app .invoice-library-toolbar .nice-select {
        flex: 1 1 auto;
    }

    .customer-app .customer-invoice-details .invoice-document {
        padding: 13px !important;
    }

    .customer-app .customer-invoice-details .invoice-addresses td {
        display: block;
        width: 100% !important;
        border-radius: 10px !important;
    }

    .customer-app .customer-invoice-details .invoice-addresses td:last-child {
        margin-top: 8px;
        border-left: 1px solid var(--invoice-line);
    }

    .customer-app .customer-invoice-details .invoice-metadata td {
        display: inline-block;
        width: 50% !important;
        padding: 7px;
        vertical-align: top;
    }
}

@media (max-width: 575.98px) {
    .customer-app :is(.invoice-library-hero-icon, .invoice-details-hero-icon) {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .customer-app .invoice-library-page .invoice-library-hero h4,
    .customer-app .customer-invoice-details .invoice-details-hero h4 {
        font-size: 21px !important;
    }

    .customer-app .invoice-select-all {
        width: 100%;
    }

    .customer-app #paidOrderBtn {
        width: calc(100% - 20px) !important;
        max-width: none !important;
        flex-direction: column;
    }

    .customer-app #paidOrderBtn .btn-success {
        width: 100%;
    }

    .customer-app .customer-invoice-details .invoice-metadata td {
        width: 100% !important;
    }
}

/* Invoice details visual corrections after legacy inline invoice styles. */
.customer-app .customer-invoice-details .invoice-details-hero .btn-hover,
.customer-app .customer-invoice-details .invoice-details-hero .btn-hover :is(i, span) {
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.customer-app .customer-invoice-details .invoice-details-hero .btn-hover {
    min-width: 132px;
    border: 1px solid #006f30 !important;
    background: #006f30 !important;
}

.customer-app .customer-invoice-details .invoice-details-hero .btn-hover:hover {
    border-color: #006f30 !important;
    background: #006f30 !important;
}
.customer-app .customer-invoice-details .invoice-details-hero .btn-hover:after{
    background: #006f30 !important;
}

.customer-app .customer-invoice-details .invoice-document {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.customer-app .customer-invoice-details .invoice-logo-fallback {
    display: none;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    color: #17241e;
    font-family: var(--font-mitr);
    font-size: 18px;
    font-weight: 500;
}

.customer-app .customer-invoice-details .invoice-logo-fallback i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf5ef;
    color: #006f30;
}

.customer-app .customer-invoice-details .invoice-addresses .single-address {
    min-height: 128px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.customer-app .customer-invoice-details .invoice-addresses h5 {
    font-size: 16px !important;
}

.customer-app .customer-invoice-details .invoice-addresses :is(span, p, h6) {
    font-size: 12px !important;
    line-height: 1.55 !important;
}

.customer-app .customer-invoice-details .invoice-addresses .single-address > span,
.customer-app .customer-invoice-details .invoice-addresses .single-address > p:first-of-type {
    color: #17241e !important;
    font-weight: 500 !important;
}

.customer-app .customer-invoice-details .invoice-metadata {
    padding: 14px 16px !important;
}

.customer-app .customer-invoice-details .invoice-metadata td {
    padding: 4px 12px;
}

.customer-app .customer-invoice-details .invoice-metadata .single-item {
    display: flex;
    align-items: center !important;
    gap: 10px !important;
}

.customer-app .customer-invoice-details .invoice-metadata img {
    float: none !important;
    width: 45px !important;
    height: 54px;
    min-height: 45px;
    padding: 5px !important;
    border: 1px solid rgba(0, 111, 48, 0.12);
    border-radius: 9px;
    background: #fff;
}

.customer-app .customer-invoice-details .invoice-metadata :is(h6, span) {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

.customer-app .customer-invoice-details .invoice-metadata h6 {
    color: #657169 !important;
    font-weight: 500 !important;
}

.customer-app .customer-invoice-details .invoice-metadata span {
    color: #17241e !important;
    font-weight: 500 !important;
}

.customer-app .customer-invoice-details .invoice-line-items th {
    padding: 12px 14px !important;
    font-size: 10px !important;
}

.customer-app .customer-invoice-details .invoice-line-items td {
    padding: 9px 14px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

.customer-app .customer-invoice-details .invoice-line-items .invoice-total-row td {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    font-size: 15px !important;
}

.customer-app .customer-invoice-details .invoice-terms h6 {
    font-size: 15px !important;
}

.customer-app .customer-invoice-details .invoice-terms p {
    font-size: 11px !important;
}

/* Transactions ledger */
.customer-app .transaction-ledger-page {
    --transaction-ink: #17241e;
    --transaction-muted: #657169;
    --transaction-line: rgba(23, 36, 30, 0.1);
    font-family: var(--font-work-sans);
}

.customer-app .transaction-ledger-hero {
    display: flex;
    min-height: 116px;
    padding: 20px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid var(--transaction-line);
    border-radius: 16px;
    background: linear-gradient(112deg, #fff 0 70%, #f1f6f1 70% 100%);
    box-shadow: 0 10px 28px rgba(23, 36, 30, 0.05);
}

.customer-app .transaction-hero-copy {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
}

.customer-app .transaction-hero-icon {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #17241e;
    color: #fff;
    font-size: 18px;
}

.customer-app .transaction-hero-copy small,
.customer-app .transaction-panel-header > div:first-child small {
    display: block;
    margin-bottom: 3px;
    color: #006f30;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .transaction-hero-copy h4 {
    margin: 0;
    color: var(--transaction-ink);
    font-family: var(--font-mitr);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.15;
}

.customer-app .transaction-hero-copy p {
    margin: 4px 0 0;
    color: var(--transaction-muted);
    font-size: 12px;
}

.customer-app .transaction-hero-summary {
    display: flex;
    min-width: 170px;
    padding-left: 18px;
    flex-direction: column;
    border-left: 3px solid #006f30;
    text-align: right;
}

.customer-app .transaction-hero-summary > span {
    color: var(--transaction-muted);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .transaction-hero-summary strong {
    margin-top: 3px;
    color: #006f30;
    font-family: var(--font-mitr);
    font-size: 24px;
    font-weight: 500;
}

.customer-app .transaction-hero-summary small {
    color: var(--transaction-muted);
    font-size: 11px;
}

.customer-app .transaction-ledger-panel {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid var(--transaction-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 36, 30, 0.04);
}

.customer-app .transaction-panel-header {
    display: flex;
    min-height: 58px;
    padding: 2px 2px 12px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--transaction-line);
}

.customer-app .transaction-panel-header h5 {
    margin: 0;
    color: var(--transaction-ink);
    font-family: var(--font-mitr);
    font-size: 17px;
    font-weight: 500;
}

.customer-app .transaction-page-totals {
    display: flex;
    align-items: center;
    gap: 8px;
}

.customer-app .transaction-page-total {
    display: flex;
    min-width: 130px;
    padding: 8px 10px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--transaction-line);
    border-radius: 10px;
    background: #fafbf9;
}

.customer-app .transaction-page-total > i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.customer-app .transaction-page-total.credit > i {
    background: #edf5ef;
    color: #006f30;
}

.customer-app .transaction-page-total.debit > i {
    background: #fff0ee;
    color: #c94235;
}

.customer-app .transaction-page-total span {
    display: flex;
    color: var(--transaction-muted);
    font-size: 14px;
    flex-direction: column;
}

.customer-app .transaction-page-total strong {
    margin-top: 1px;
    color: var(--transaction-ink);
    font-size: 13px;
    font-weight: 500;
}

.customer-app .transaction-table-wrap {
    overflow-x: auto;
}

.customer-app .transaction-records-table {
    min-width: 1040px;
    margin: 12px 0 0;
    border-collapse: separate;
    border-spacing: 0;
}

.customer-app .transaction-records-table thead th {
    padding: 10px 11px;
    border: 0;
    background: #edf2ed;
    color: #445149;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .transaction-records-table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

.customer-app .transaction-records-table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

.customer-app .transaction-records-table tbody td {
    padding: 11px;
    border-bottom: 1px solid rgba(23, 36, 30, 0.08);
    color: #334139;
    font-size: 10px;
    vertical-align: middle;
}

.customer-app .transaction-record-number {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--transaction-line);
    border-radius: 8px;
    background: #fafbf9;
    color: var(--transaction-ink);
    font-weight: 500;
}

.customer-app .transaction-date,
.customer-app .transaction-records-table td > small {
    display: block;
}

.customer-app .transaction-date,
.customer-app .transaction-description,
.customer-app .transaction-balance {
    color: var(--transaction-ink);
    font-weight: 500;
}

.customer-app .transaction-records-table td > small {
    margin-top: 2px;
    color: var(--transaction-muted);
    font-size: 8px;
}

.customer-app .transaction-method,
.customer-app .transaction-reference {
    display: inline-flex;
    min-height: 26px;
    padding: 5px 8px;
    align-items: center;
    border: 1px solid var(--transaction-line);
    border-radius: 7px;
    background: #fafbf9;
    color: #526058;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.customer-app .transaction-reference {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    text-transform: none;
}

.customer-app .transaction-amount {
    font-weight: 500;
    white-space: nowrap;
}

.customer-app .transaction-amount.is-credit { color: #006f30; }
.customer-app .transaction-amount.is-debit { color: #c94235; }
.customer-app .transaction-empty-value { color: #a0aaa3; }

.customer-app .transaction-status {
    display: inline-flex;
    min-height: 26px;
    padding: 5px 8px;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: #f0f2f0;
    color: #526058;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.customer-app .transaction-status i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

.customer-app .transaction-status.is-paid {
    background: #edf5ef;
    color: #006f30;
}

.customer-app .transaction-status:is(.is-unpaid, .is-reject, .is-rejected) {
    background: #fff0ee;
    color: #c94235;
}

.customer-app .transaction-empty-state {
    height: 250px;
    padding: 44px 20px !important;
    text-align: center;
}

.customer-app .transaction-empty-state > span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #edf5ef;
    color: #006f30;
    font-size: 18px;
}

.customer-app .transaction-empty-state strong {
    display: block;
    margin-top: 10px;
    color: var(--transaction-ink);
    font-family: var(--font-mitr);
    font-size: 15px;
    font-weight: 500;
}

.customer-app .transaction-empty-state p {
    margin: 4px 0 0;
    color: var(--transaction-muted);
    font-size: 10px;
}

.customer-app .transaction-pagination {
    padding-top: 12px;
}

@media (max-width: 767.98px) {
    .customer-app .transaction-ledger-hero,
    .customer-app .transaction-panel-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .customer-app .transaction-hero-summary {
        width: 100%;
        padding: 12px 0 0;
        border-top: 1px solid var(--transaction-line);
        border-left: 0;
        text-align: left;
    }

    .customer-app .transaction-page-totals {
        width: 100%;
    }

    .customer-app .transaction-page-total {
        min-width: 0;
        flex: 1 1 0;
    }
}

@media (max-width: 479.98px) {
    .customer-app .transaction-ledger-hero {
        padding: 15px;
    }

    .customer-app .transaction-page-totals {
        align-items: stretch;
        flex-direction: column;
    }

    .customer-app .transaction-page-total {
        width: 100%;
    }
}

/* Referral program */
.customer-app .referral-program-page {
    --referral-ink: #17241e;
    --referral-muted: #657169;
    --referral-line: rgba(23, 36, 30, 0.1);
    font-family: var(--font-work-sans);
}

.customer-app .referral-program-hero,
.customer-app .referral-share-panel,
.customer-app .referral-history-panel,
.customer-app .referral-steps-panel {
    border: 1px solid var(--referral-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 36, 30, 0.045);
}

.customer-app .referral-program-hero {
    display: flex;
    min-height: 116px;
    padding: 20px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: linear-gradient(112deg, #fff 0 70%, #f1f6f1 70% 100%);
}

.customer-app .referral-hero-copy {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
}

.customer-app .referral-hero-icon {
    display: inline-flex;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #17241e;
    color: #fff;
    font-size: 19px;
}

.customer-app .referral-hero-copy small,
.customer-app .referral-section-heading small {
    display: block;
    margin-bottom: 3px;
    color: #006f30;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.customer-app .referral-hero-copy h4 {
    margin: 0;
    color: var(--referral-ink);
    font-family: var(--font-mitr);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
}

.customer-app .referral-hero-copy p {
    margin: 4px 0 0;
    color: var(--referral-muted);
    font-size: 13px;
    line-height: 1.55;
}

.customer-app .referral-reward-note {
    display: flex;
    min-width: 190px;
    padding-left: 18px;
    flex-direction: column;
    border-left: 3px solid #006f30;
    text-align: right;
}

.customer-app .referral-reward-note span,
.customer-app .referral-reward-note small {
    color: var(--referral-muted);
    font-size: 11px;
}

.customer-app .referral-reward-note span {
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .referral-reward-note strong {
    margin: 2px 0;
    color: #006f30;
    font-family: var(--font-mitr);
    font-size: 27px;
    font-weight: 500;
}

.customer-app .referral-metrics {
    display: flex;
    margin-top: 12px;
    gap: 10px;
}

.customer-app .referral-metric {
    display: flex;
    min-width: 0;
    min-height: 84px;
    padding: 14px;
    align-items: center;
    gap: 11px;
    border: 1px solid var(--referral-line);
    border-radius: 14px;
    background: #fff;
    flex: 1 1 0;
}

.customer-app .referral-metric-icon {
    display: inline-flex;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #edf5ef;
    color: #006f30;
    font-size: 16px;
}

.customer-app .referral-metric small,
.customer-app .referral-email-title small {
    display: block;
    color: var(--referral-muted);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.customer-app .referral-metric strong {
    display: block;
    margin-top: 3px;
    color: var(--referral-ink);
    font-family: var(--font-mitr);
    font-size: 23px;
    font-weight: 500;
}

.customer-app .referral-share-panel,
.customer-app .referral-history-panel,
.customer-app .referral-steps-panel {
    margin-top: 12px;
    padding: 14px;
}

.customer-app .referral-section-heading {
    display: flex;
    min-height: 54px;
    padding: 2px 2px 12px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--referral-line);
}

.customer-app .referral-section-heading h5 {
    margin: 0;
    color: var(--referral-ink);
    font-family: var(--font-mitr);
    font-size: 19px;
    font-weight: 500;
}

.customer-app .referral-section-heading p {
    max-width: 520px;
    margin: 0;
    color: var(--referral-muted);
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
}

.customer-app .referral-share-row {
    display: flex;
    padding-top: 12px;
    gap: 10px;
}

.customer-app :is(.referral-link-card, .referral-email-card) {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--referral-line);
    border-radius: 12px;
    background: #fafbf9;
    flex: 1 1 0;
}

.customer-app :is(.referral-link-card, .referral-email-form) label {
    display: block;
    margin-bottom: 7px;
    color: var(--referral-ink);
    font-size: 12px;
    font-weight: 500;
}

.customer-app .referral-link-control,
.customer-app .referral-email-control {
    display: flex;
    align-items: stretch;
    gap: 7px;
}

.customer-app .referral-link-control input,
.customer-app .referral-email-control input {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 8px 11px;
    border: 1px solid var(--referral-line);
    border-radius: 9px;
    background: #fff;
    color: #526058;
    font-size: 12px;
}

.customer-app .referral-link-control button {
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    background: #17241e;
    color: #fff;
    cursor: pointer;
}

.customer-app .referral-social-row {
    display: flex;
    margin-top: 12px;
    align-items: center;
    gap: 10px;
}

.customer-app .referral-social-row > span {
    color: var(--referral-muted);
    font-size: 11px;
    font-weight: 500;
}

.customer-app .referral-social-row ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 6px;
    list-style: none;
}

.customer-app .referral-social-row a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--referral-line);
    border-radius: 8px;
    background: #fff;
    color: #006f30;
}

.customer-app .referral-social-row a:hover {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

.customer-app .referral-email-title {
    display: flex;
    margin-bottom: 11px;
    align-items: center;
    gap: 8px;
}

.customer-app .referral-email-title > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #edf5ef;
    color: #006f30;
}

.customer-app .referral-email-title strong {
    display: block;
    color: var(--referral-ink);
    font-size: 13px;
}

.customer-app .referral-email-control .btn {
    min-width: 112px;
    border-radius: 9px;
}

.customer-app .referral-email-form > small {
    display: block;
    margin-top: 5px;
    color: var(--referral-muted);
    font-size: 10px;
}

.customer-app .referral-email-actions {
    display: flex;
    margin-top: 10px;
    gap: 7px;
}

.customer-app .referral-email-actions :is(a, button) {
    display: inline-flex;
    min-height: 30px;
    padding: 6px 9px;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--referral-line);
    border-radius: 8px;
    background: #fff;
    color: #526058;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}

.customer-app .referral-user-count {
    padding: 6px 9px;
    border-radius: 999px;
    background: #edf5ef;
    color: #006f30;
    font-size: 10px;
    font-weight: 500;
}

.customer-app .referral-table-wrap { overflow-x: auto; }

.customer-app .referral-users-table {
    min-width: 900px;
    margin-top: 12px;
}

.customer-app .referral-users-table thead th {
    padding: 10px 11px;
    border: 0;
    background: #edf2ed;
    color: #445149;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.customer-app .referral-users-table tbody td {
    padding: 11px;
    border-bottom: 1px solid rgba(23, 36, 30, .08);
    color: #334139;
    font-size: 11px;
    vertical-align: middle;
}

.customer-app .referral-record-number {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--referral-line);
    border-radius: 8px;
    background: #fafbf9;
    font-weight: 500;
}

.customer-app .referral-status {
    display: inline-flex;
    min-height: 26px;
    padding: 5px 8px;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 500;
}

.customer-app .referral-status i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}

.customer-app .referral-status.is-earned { background: #edf5ef; color: #006f30; }
.customer-app .referral-status.is-pending { background: #fff4e8; color: #b55d13; }

.customer-app .referral-empty-state {
    height: 150px;
    padding: 26px 20px !important;
    text-align: center;
}

.customer-app .referral-empty-state > span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #edf5ef;
    color: #006f30;
    font-size: 17px;
}

.customer-app .referral-empty-state strong {
    display: block;
    margin-top: 9px;
    color: var(--referral-ink);
    font-family: var(--font-mitr);
    font-size: 16px;
    font-weight: 500;
}

.customer-app .referral-empty-state p {
    margin: 3px 0 0;
    color: var(--referral-muted);
    font-size: 11px;
}

.customer-app .referral-steps-row {
    display: flex;
    padding-top: 12px;
    gap: 9px;
}

.customer-app .referral-steps-row article {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 112px;
    padding: 14px;
    align-items: center;
    gap: 11px;
    overflow: hidden;
    border: 1px solid var(--referral-line);
    border-radius: 12px;
    background: #fafbf9;
    flex: 1 1 0;
}

.customer-app .referral-steps-row article > span {
    position: absolute;
    top: 8px;
    right: 9px;
    color: #a1aaa4;
    font-size: 9px;
    font-weight: 500;
}

.customer-app .referral-steps-row article > i {
    display: inline-flex;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #edf5ef;
    color: #006f30;
    font-size: 16px;
}

.customer-app .referral-steps-row strong {
    color: var(--referral-ink);
    font-size: 13px;
}

.customer-app .referral-steps-row p {
    margin: 4px 0 0;
    color: var(--referral-muted);
    font-size: 11px;
    line-height: 1.5;
}

.customer-app .referral-terms-note {
    display: flex;
    margin-top: 9px;
    padding: 11px 13px;
    align-items: center;
    gap: 9px;
    border-radius: 11px;
    background: #17241e;
    color: #fff;
}

.customer-app .referral-terms-note > span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, .09);
}

.customer-app .referral-terms-note strong { font-size: 12px; }
.customer-app .referral-terms-note p { margin: 2px 0 0; color: rgba(255, 255, 255, .72); font-size: 10px; line-height: 1.45; }
.customer-app .referral-terms-note a { color: #fff; text-decoration: underline; }

.customer-app .referral-email-preview { background: #f4f6f4; }
.customer-app .referral-email-preview-card { max-width: 500px; margin: 0 auto; padding: 18px; border: 1px solid var(--referral-line); border-radius: 12px; background: #fff; }
.customer-app .referral-email-preview-card img { max-width: 100%; }
.customer-app .referral-email-preview-card p { margin: 0 !important; padding: 0 !important; overflow-wrap: anywhere; }
.customer-app .ref-header-logo { margin-bottom: 10px; padding-bottom: 7px; border-bottom: 1px solid var(--referral-line); }
.customer-app .copyright_text { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--referral-line); color: var(--referral-muted); text-align: center; font-size: 9px; }

@media (max-width: 991.98px) {
    .customer-app :is(.referral-share-row, .referral-steps-row) { flex-wrap: wrap; }
    .customer-app :is(.referral-link-card, .referral-email-card, .referral-steps-row article) { flex-basis: calc(50% - 5px); }
}

@media (max-width: 767.98px) {
    .customer-app .referral-program-hero,
    .customer-app .referral-section-heading { align-items: flex-start; flex-direction: column; }
    .customer-app .referral-reward-note { width: 100%; padding: 12px 0 0; border-top: 1px solid var(--referral-line); border-left: 0; text-align: left; }
    .customer-app .referral-metrics { flex-wrap: wrap; }
    .customer-app .referral-metric { flex-basis: calc(50% - 5px); }
    .customer-app .referral-section-heading p { max-width: none; text-align: left; }
    .customer-app :is(.referral-link-card, .referral-email-card, .referral-steps-row article) { flex-basis: 100%; }
}

@media (max-width: 479.98px) {
    .customer-app .referral-program-hero { padding: 15px; }
    .customer-app .referral-metric { flex-basis: 100%; }
    .customer-app .referral-email-control,
    .customer-app .referral-email-actions { align-items: stretch; flex-direction: column; }
    .customer-app .referral-email-control .btn { width: 100%; }
}

/* Support workspace */
.customer-app .support-workspace {
    --support-ink: #17241e;
    --support-muted: #66736d;
    --support-line: #dce5df;
    --support-soft: #f2f6f3;
    --support-green: #007b36;
    --support-green-dark: #005f2a;
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
    color: var(--support-ink);
    font-family: var(--font-work-sans);
}

.customer-app .support-workspace *,
.customer-app .support-workspace *::before,
.customer-app .support-workspace *::after { box-sizing: border-box; }

.customer-app .support-workspace :is(h1, h2, h3, p) { margin-top: 0; }
.customer-app .support-workspace :is(h1, h2, h3, strong, button, .support-primary-btn, .support-secondary-btn) { font-family: var(--font-mitr); }

.customer-app .support-hero {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 24px 26px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    border: 1px solid var(--support-line);
    border-top: 3px solid var(--support-green);
    border-radius: 18px;
    background: linear-gradient(110deg, #fff 0 69%, #edf5ef 69% 100%);
    box-shadow: 0 12px 30px rgba(23, 36, 30, .055);
}

.customer-app .support-hero::after {
    content: "";
    position: absolute;
    right: 9%;
    width: 112px;
    height: 112px;
    border: 18px solid rgba(0, 123, 54, .055);
    border-radius: 50%;
    pointer-events: none;
}

.customer-app .support-hero-copy,
.customer-app .support-hero-actions,
.customer-app .support-panel-heading,
.customer-app .support-upload-heading,
.customer-app .support-form-actions,
.customer-app .support-reply-heading,
.customer-app .support-reply-footer,
.customer-app .support-waiting-note,
.customer-app .support-closed-note {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.customer-app .support-hero-copy { min-width: 0; gap: 15px; }
.customer-app .support-hero-copy > div { min-width: 0; }

.customer-app .support-icon,
.customer-app .support-guidance-icon,
.customer-app .support-upload-icon,
.customer-app .support-reply-heading > span,
.customer-app .support-waiting-note > span {
    display: inline-flex;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--support-ink);
    color: #fff;
    font-size: 18px;
}

.customer-app .support-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--support-green);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.customer-app .support-hero h1 {
    margin-bottom: 4px;
    color: var(--support-ink);
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.customer-app .support-hero p {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--support-muted);
    font-size: 13px;
    line-height: 1.55;
}

.customer-app .support-hero-actions { gap: 12px; }
.customer-app .support-ticket-count { color: var(--support-muted); font-size: 12px; white-space: nowrap; }
.customer-app .support-ticket-count strong { margin-right: 3px; color: var(--support-green); font-size: 22px; }

.customer-app .support-primary-btn,
.customer-app .support-secondary-btn,
.customer-app .support-danger-btn,
.customer-app .support-filter-btn,
.customer-app .support-view-btn {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.customer-app .support-primary-btn,
.customer-app .support-filter-btn { background: var(--support-green); color: #fff !important; }
.customer-app .support-primary-btn:hover,
.customer-app .support-filter-btn:hover { background: var(--support-green-dark); color: #fff !important; transform: translateY(-1px); }
.customer-app .support-secondary-btn { border-color: var(--support-line); background: #fff; color: var(--support-ink) !important; }
.customer-app .support-secondary-btn:hover { border-color: #aac3b5; background: var(--support-soft); }
.customer-app .support-danger-btn { border-color: #f0b8b8; background: #fff5f5; color: #c62c2c !important; }
.customer-app .support-danger-btn:hover { background: #c62c2c; color: #fff !important; }
.customer-app .support-full-btn { width: 100%; }

.customer-app .support-hero-meta { display: flex; margin-top: 8px; align-items: center; flex-wrap: wrap; gap: 8px 14px; }
.customer-app .support-hero-meta > span:not(.support-status) { color: var(--support-muted); font-size: 11px; }
.customer-app .support-hero-meta i { margin-right: 4px; color: var(--support-green); }

.customer-app .support-panel,
.customer-app .support-side-card,
.customer-app .support-guidance-card {
    min-width: 0;
    border: 1px solid var(--support-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(23, 36, 30, .045);
}

.customer-app .support-panel { padding: 20px; }
.customer-app .support-panel-heading { padding-bottom: 14px; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e5ebe7; }
.customer-app .support-panel-heading h2,
.customer-app .support-side-card h2,
.customer-app .support-guidance-card h2,
.customer-app .support-guidance-card h3 { margin-bottom: 0; color: var(--support-ink); font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.customer-app .support-panel-heading > p { max-width: 520px; margin-bottom: 0; color: var(--support-muted); font-size: 12px; line-height: 1.5; text-align: right; }

.customer-app .support-filter-form { display: flex; margin: 14px 0; padding: 12px; align-items: flex-end; gap: 10px; border-radius: 12px; background: var(--support-soft); }
.customer-app .support-field { display: flex; min-width: 0; margin: 0; flex-direction: column; gap: 7px; }
.customer-app .support-field > span:first-child { color: #35453d; font-size: 11px; font-weight: 500; line-height: 1.3; }
.customer-app .support-field b { color: #d62e2e; }
.customer-app .support-search-field { flex: 1 1 440px; }
.customer-app .support-status-field { flex: 0 1 230px; }
.customer-app .support-input-wrap,
.customer-app .support-select-wrap { position: relative; display: block; min-width: 0; }
.customer-app .support-input-wrap > i { position: absolute; top: 50%; left: 14px; z-index: 1; color: #7c8a83; transform: translateY(-50%); }
.customer-app .support-select-wrap > i { position: absolute; top: 50%; right: 14px; z-index: 1; color: #65746c; transform: translateY(-50%); pointer-events: none; }

.customer-app .support-workspace :is(input[type="text"], input[type="search"], select, textarea) {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px 13px;
    border: 1px solid #d9e2dd;
    border-radius: 9px;
    outline: 0;
    background: #fff;
    color: var(--support-ink);
    font-family: var(--font-work-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    box-shadow: none;
}

.customer-app .support-workspace .support-input-wrap input { padding-left: 38px; }
.customer-app .support-workspace select { padding-right: 38px; appearance: none; -webkit-appearance: none; }
.customer-app .support-workspace textarea { min-height: 130px; resize: vertical; }
.customer-app .support-workspace :is(input, select, textarea):focus { border-color: var(--support-green); box-shadow: 0 0 0 3px rgba(0, 123, 54, .09); }
.customer-app .support-field small { color: #7b8982; font-size: 10px; }
.customer-app .support-filter-btn { flex: 0 0 auto; border: 0; cursor: pointer; }

.customer-app .support-ticket-list { display: flex; flex-direction: column; border: 1px solid #e1e8e4; border-radius: 12px; }
.customer-app .support-ticket-row { display: flex; min-width: 0; padding: 13px 14px; align-items: center; justify-content: space-between; gap: 20px; background: #fff; }
.customer-app .support-ticket-row + .support-ticket-row { border-top: 1px solid #e8edea; }
.customer-app .support-ticket-row:first-child { border-radius: 11px 11px 0 0; }
.customer-app .support-ticket-row:last-child { border-radius: 0 0 11px 11px; }
.customer-app .support-ticket-row:only-child { border-radius: 11px; }
.customer-app .support-ticket-row:hover { background: #f8faf8; }
.customer-app .support-ticket-main { display: flex; min-width: 0; flex: 1 1 auto; align-items: center; gap: 13px; color: inherit !important; text-decoration: none !important; }
.customer-app .support-ticket-id { display: inline-flex; flex: 0 0 60px; min-height: 34px; align-items: center; justify-content: center; border-radius: 9px; background: #eaf4ed; color: var(--support-green); font-size: 12px; font-weight: 500; }
.customer-app .support-ticket-copy { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.customer-app .support-ticket-copy strong { color: var(--support-ink); font-size: 13px; font-weight: 500; overflow-wrap: anywhere; }
.customer-app .support-ticket-copy small { color: var(--support-muted); font-size: 10px; }
.customer-app .support-ticket-meta { display: flex; flex: 0 0 auto; align-items: center; gap: 18px; }
.customer-app .support-date { color: var(--support-muted); font-size: 10px; white-space: nowrap; }
.customer-app .support-date i { margin-right: 4px; }

.customer-app .support-status { display: inline-flex; min-height: 25px; padding: 5px 9px; align-items: center; border-radius: 999px; font-size: 9px; font-weight: 500; letter-spacing: .03em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.customer-app .support-status-open { background: #eaf2ff; color: #1e5c9e; }
.customer-app .support-status-in_progress { background: #e8f5ed; color: #087536; }
.customer-app .support-status-closed { background: #fdeaea; color: #c02f2f; }
.customer-app .support-view-btn { min-height: 34px; padding: 7px 10px; border-color: var(--support-line); color: var(--support-ink) !important; }
.customer-app .support-view-btn:hover { border-color: var(--support-green); color: var(--support-green) !important; }
.customer-app .support-pagination { display: flex; margin-top: 14px; justify-content: flex-end; }

.customer-app .support-empty-state { display: flex; min-height: 260px; padding: 32px 18px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.customer-app .support-empty-state > span { display: inline-flex; width: 54px; height: 54px; margin-bottom: 12px; align-items: center; justify-content: center; border-radius: 15px; background: #eaf4ed; color: var(--support-green); font-size: 21px; }
.customer-app .support-empty-state h3 { margin-bottom: 5px; color: var(--support-ink); font-size: 17px; }
.customer-app .support-empty-state p { max-width: 420px; margin-bottom: 15px; color: var(--support-muted); font-size: 12px; }

.customer-app .support-alert { display: flex; padding: 12px 14px; align-items: center; gap: 9px; border: 1px solid; border-radius: 11px; font-size: 12px; }
.customer-app .support-alert-success { border-color: #b9ddc7; background: #eff8f2; color: #086d33; }
.customer-app .support-alert-error { border-color: #efc1c1; background: #fff3f3; color: #b62c2c; }

.customer-app .support-create-layout,
.customer-app .support-details-layout { display: flex; min-width: 0; align-items: flex-start; gap: 14px; }
.customer-app .support-form-panel,
.customer-app .support-conversation-panel { flex: 1 1 auto; }
.customer-app .support-guidance-card { flex: 0 0 320px; padding: 22px; }
.customer-app .support-guidance-icon { margin-bottom: 15px; background: #eaf4ed; color: var(--support-green); }
.customer-app .support-guidance-card > p { margin: 8px 0 16px; color: var(--support-muted); font-size: 12px; line-height: 1.6; }
.customer-app .support-guidance-card ul { display: flex; margin: 0; padding: 0; flex-direction: column; gap: 11px; list-style: none; }
.customer-app .support-guidance-card li { display: flex; align-items: flex-start; gap: 9px; color: #4f5e57; font-size: 11px; line-height: 1.55; }
.customer-app .support-guidance-card li i { display: inline-flex; flex: 0 0 20px; width: 20px; height: 20px; align-items: center; justify-content: center; border-radius: 50%; background: #eaf4ed; color: var(--support-green); font-size: 8px; }
.customer-app .support-required-note,
.customer-app .support-message-count { color: var(--support-muted); font-size: 10px; white-space: nowrap; }
.customer-app .support-required-note i { margin-right: 3px; color: #d62e2e; font-size: 7px; }
.customer-app .support-ticket-form { display: flex; padding-top: 16px; flex-direction: column; gap: 15px; }
.customer-app .support-form-row { display: flex; min-width: 0; gap: 12px; }
.customer-app .support-form-row > .support-field { flex: 1 1 50%; }
.customer-app .support-upload-field { padding: 14px; border: 1px dashed #b9c9c0; border-radius: 11px; background: #fafcfb; }
.customer-app .support-upload-heading { margin-bottom: 10px; gap: 10px; }
.customer-app .support-upload-icon { flex-basis: 36px; width: 36px; height: 36px; border-radius: 9px; background: #eaf4ed; color: var(--support-green); font-size: 14px; }
.customer-app .support-upload-heading > div { display: flex; flex-direction: column; }
.customer-app .support-upload-heading strong { color: var(--support-ink); font-size: 12px; }
.customer-app .support-upload-heading small { color: var(--support-muted); font-size: 10px; }
.customer-app .support-upload-field .dropify-wrapper { height: 112px !important; border: 1px solid var(--support-line); border-radius: 9px; background: #fff; }
.customer-app .support-upload-field .dropify-wrapper .dropify-message p { color: var(--support-muted); font-size: 11px; }
.customer-app .support-form-actions { padding-top: 2px; justify-content: flex-end; gap: 9px; }

.customer-app .support-details-sidebar { display: flex; flex: 0 0 310px; min-width: 0; flex-direction: column; gap: 12px; }
.customer-app .support-side-card { padding: 18px; }
.customer-app .support-side-card dl { margin: 14px 0; border-top: 1px solid #e6ebe8; }
.customer-app .support-side-card dl > div { display: flex; padding: 11px 0; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid #e6ebe8; }
.customer-app .support-side-card dt { color: var(--support-muted); font-size: 10px; font-weight: 500; }
.customer-app .support-side-card dd { margin: 0; color: var(--support-ink); font-size: 11px; font-weight: 500; text-align: right; }
.customer-app .support-guidance-small { flex-basis: auto; padding: 18px; }
.customer-app .support-guidance-small .support-guidance-icon { width: 38px; height: 38px; margin-bottom: 11px; flex-basis: 38px; font-size: 15px; }
.customer-app .support-guidance-small h3 { margin-bottom: 12px; }

.customer-app .support-thread { display: flex; padding: 17px 0; flex-direction: column; gap: 14px; }
.customer-app .support-message { display: flex; min-width: 0; align-items: flex-start; gap: 10px; }
.customer-app .support-message-avatar { display: inline-flex; flex: 0 0 36px; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 10px; background: #eaf4ed; color: var(--support-green); font-size: 13px; }
.customer-app .support-message-team .support-message-avatar { background: var(--support-ink); color: #fff; }
.customer-app .support-message-content { min-width: 0; flex: 1 1 auto; padding: 13px 14px; border: 1px solid var(--support-line); border-radius: 4px 12px 12px 12px; background: #f8faf8; }
.customer-app .support-message-team .support-message-content { border-color: #b9d5c4; background: #f0f7f2; }
.customer-app .support-message-content header { display: flex; margin-bottom: 9px; padding-bottom: 8px; align-items: flex-start; justify-content: space-between; gap: 14px; border-bottom: 1px solid #e1e8e3; }
.customer-app .support-message-content header > div { display: flex; flex-direction: column; gap: 1px; }
.customer-app .support-message-content header strong { color: var(--support-ink); font-size: 12px; }
.customer-app .support-message-content header span,
.customer-app .support-message-content time { color: var(--support-muted); font-size: 9px; }
.customer-app .support-message-content p { margin-bottom: 0; color: #43534b; font-size: 12px; line-height: 1.65; white-space: pre-line; overflow-wrap: anywhere; }
.customer-app .support-attachment { display: inline-flex; margin-top: 10px; padding: 8px 10px; align-items: center; gap: 7px; border: 1px solid #cfddd5; border-radius: 8px; background: #fff; color: var(--support-green) !important; font-size: 10px; font-weight: 500; text-decoration: none !important; }
.customer-app .support-attachment i:last-child { font-size: 8px; }

.customer-app .support-reply-form { padding: 15px; border: 1px solid #ccdbd3; border-radius: 12px; background: var(--support-soft); }
.customer-app .support-reply-heading { margin-bottom: 10px; gap: 9px; }
.customer-app .support-reply-heading > span { width: 34px; height: 34px; flex-basis: 34px; border-radius: 9px; background: #e4f1e8; color: var(--support-green); font-size: 12px; }
.customer-app .support-reply-heading > div { display: flex; flex-direction: column; }
.customer-app .support-reply-heading strong { color: var(--support-ink); font-size: 12px; }
.customer-app .support-reply-heading small { color: var(--support-muted); font-size: 9px; }
.customer-app .support-reply-footer { margin-top: 9px; justify-content: space-between; gap: 10px; }
.customer-app .support-compact-upload { display: inline-flex; min-height: 40px; margin: 0; padding: 9px 12px; align-items: center; gap: 7px; border: 1px solid var(--support-line); border-radius: 9px; background: #fff; color: #46564e; font-size: 10px; font-weight: 500; cursor: pointer; }
.customer-app .support-compact-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.customer-app .support-waiting-note,
.customer-app .support-closed-note { padding: 14px; gap: 11px; border: 1px solid #cfddd5; border-radius: 11px; background: var(--support-soft); }
.customer-app .support-waiting-note > span { width: 38px; height: 38px; flex-basis: 38px; border-radius: 10px; background: #e4f1e8; color: var(--support-green); font-size: 14px; }
.customer-app .support-waiting-note strong,
.customer-app .support-closed-note strong { color: var(--support-ink); font-size: 12px; }
.customer-app .support-waiting-note p,
.customer-app .support-closed-note p { margin: 2px 0 0; color: var(--support-muted); font-size: 10px; }
.customer-app .support-closed-note > i { color: #c02f2f; }
.customer-app .support-closed-note > div { flex: 1 1 auto; }
.customer-app .support-closed-note > a { color: var(--support-green); font-size: 10px; font-weight: 500; }

@media (max-width: 991.98px) {
    .customer-app .support-hero { align-items: flex-start; background: #fff; }
    .customer-app .support-hero::after { display: none; }
    .customer-app .support-create-layout,
    .customer-app .support-details-layout { flex-direction: column; }
    .customer-app .support-guidance-card,
    .customer-app .support-details-sidebar { width: 100%; flex-basis: auto; }
    .customer-app .support-details-sidebar { flex-direction: row; }
    .customer-app .support-details-sidebar > * { flex: 1 1 50%; }
}

@media (max-width: 767.98px) {
    .customer-app .support-workspace { gap: 10px; }
    .customer-app .support-hero { padding: 18px; align-items: stretch; flex-direction: column; gap: 15px; }
    .customer-app .support-hero-actions { justify-content: space-between; }
    .customer-app .support-panel { padding: 14px; }
    .customer-app .support-panel-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
    .customer-app .support-panel-heading > p { text-align: left; }
    .customer-app .support-filter-form,
    .customer-app .support-form-row { align-items: stretch; flex-direction: column; }
    .customer-app .support-search-field,
    .customer-app .support-status-field { flex-basis: auto; }
    .customer-app .support-filter-btn { width: 100%; }
    .customer-app .support-ticket-row { align-items: flex-start; flex-direction: column; gap: 10px; }
    .customer-app .support-ticket-main { width: 100%; }
    .customer-app .support-ticket-meta { width: 100%; justify-content: space-between; gap: 9px; }
    .customer-app .support-date { display: none; }
    .customer-app .support-details-sidebar { flex-direction: column; }
}

@media (max-width: 479.98px) {
    .customer-app .support-hero-copy { align-items: flex-start; }
    .customer-app .support-icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; font-size: 15px; }
    .customer-app .support-hero h1 { font-size: 21px; }
    .customer-app .support-hero-actions { align-items: stretch; flex-direction: column; }
    .customer-app .support-ticket-count { display: none; }
    .customer-app .support-primary-btn,
    .customer-app .support-secondary-btn { width: 100%; }
    .customer-app .support-ticket-meta { align-items: flex-end; }
    .customer-app .support-message { gap: 7px; }
    .customer-app .support-message-avatar { width: 30px; height: 30px; flex-basis: 30px; }
    .customer-app .support-message-content { padding: 11px; }
    .customer-app .support-message-content header { flex-direction: column; gap: 4px; }
    .customer-app .support-reply-footer,
    .customer-app .support-closed-note { align-items: stretch; flex-direction: column; }
    .customer-app .support-compact-upload { justify-content: center; }
}

/* Order overview workspace */
.customer-app .order-overview-workspace {
    --order-ink: #17241e;
    --order-muted: #65736c;
    --order-line: #dce5df;
    --order-soft: #f2f6f3;
    --order-green: #007b36;
    --order-green-dark: #005f2a;
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
    color: var(--order-ink);
    font-family: var(--font-work-sans);
}

.customer-app .order-overview-workspace *,
.customer-app .order-overview-workspace *::before,
.customer-app .order-overview-workspace *::after { box-sizing: border-box; }

.customer-app .order-overview-workspace :is(h1, h2, h3, p) { margin-top: 0; }
.customer-app .order-overview-workspace :is(h1, h2, h3, strong, button, .order-overview-primary-btn) { font-family: var(--font-mitr); }

.customer-app .order-overview-hero {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 24px 26px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden;
    border: 1px solid var(--order-line);
    border-top: 3px solid var(--order-green);
    border-radius: 18px;
    background: linear-gradient(110deg, #fff 0 69%, #edf5ef 69% 100%);
    box-shadow: 0 12px 30px rgba(23, 36, 30, .055);
}

.customer-app .order-overview-hero::after {
    content: "";
    position: absolute;
    right: 10%;
    width: 116px;
    height: 116px;
    border: 18px solid rgba(0, 123, 54, .055);
    border-radius: 50%;
    pointer-events: none;
}

.customer-app .order-overview-hero-copy,
.customer-app .order-overview-hero-actions,
.customer-app .order-list-heading,
.customer-app .order-list-toolbar,
.customer-app .order-identity,
.customer-app .order-list-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.customer-app .order-overview-hero-copy { min-width: 0; gap: 15px; }
.customer-app .order-overview-hero-copy > div { min-width: 0; }
.customer-app .order-overview-icon {
    display: inline-flex;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--order-ink);
    color: #fff;
    font-size: 18px;
}

.customer-app .order-overview-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--order-green);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.customer-app .order-overview-hero h1 {
    margin-bottom: 4px;
    color: var(--order-ink);
    font-size: clamp(23px, 2.2vw, 30px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.customer-app .order-overview-hero p {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--order-muted);
    font-size: 13px;
    line-height: 1.55;
}

.customer-app .order-overview-hero-actions { gap: 14px; }
.customer-app .order-overview-total { display: flex; min-width: 86px; flex-direction: column; align-items: flex-end; }
.customer-app .order-overview-total span { color: var(--order-muted); font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.customer-app .order-overview-total strong { color: var(--order-green); font-size: 24px; line-height: 1.1; }

.customer-app .order-overview-primary-btn,
.customer-app .order-view-btn {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--order-green);
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background-color .2s ease, transform .2s ease;
}

.customer-app .order-overview-primary-btn:hover { background: var(--order-green-dark); transform: translateY(-1px); }

.customer-app .order-list-panel {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--order-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(23, 36, 30, .045);
}

.customer-app .order-list-heading { padding-bottom: 14px; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e5ebe7; }
.customer-app .order-list-heading h2 { margin-bottom: 0; color: var(--order-ink); font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.customer-app .order-list-heading p { max-width: 500px; margin-bottom: 0; color: var(--order-muted); font-size: 12px; line-height: 1.5; text-align: right; }

.customer-app .order-list-toolbar {
    margin: 14px 0;
    padding: 11px 12px;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #e1e8e4;
    border-radius: 12px;
    background: var(--order-soft);
}

.customer-app .order-filter-field { display: flex; min-width: 0; margin: 0; align-items: center; gap: 9px; }
.customer-app .order-filter-field > span:first-child { color: #5b6962; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.customer-app .order-status-filter { flex: 0 1 280px; }
.customer-app .order-show-filter { flex: 0 0 auto; }
.customer-app .order-select-wrap { position: relative; display: block; min-width: 0; }
.customer-app .order-status-filter .order-select-wrap { flex: 1 1 auto; }
.customer-app .order-select-wrap > i:first-child { position: absolute; top: 50%; left: 12px; z-index: 1; color: var(--order-green); font-size: 10px; transform: translateY(-50%); pointer-events: none; }
.customer-app .order-select-wrap > i:last-child { position: absolute; top: 50%; right: 11px; z-index: 1; color: #68766f; transform: translateY(-50%); pointer-events: none; }
.customer-app .order-filter-field select {
    min-width: 150px;
    height: 40px;
    padding: 8px 32px 8px 12px;
    border: 1px solid #d7e1db;
    border-radius: 9px;
    outline: 0;
    background: #fff;
    color: var(--order-ink);
    font-family: var(--font-work-sans);
    font-size: 11px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
}
.customer-app .order-status-filter select { width: 100%; padding-left: 32px; }
.customer-app .order-show-filter select { min-width: 72px; }
.customer-app .order-filter-field select:focus { border-color: var(--order-green); box-shadow: 0 0 0 3px rgba(0, 123, 54, .09); }
.customer-app .order-toolbar-copy { display: flex; align-items: center; gap: 7px; color: var(--order-muted); font-size: 13px; }
.customer-app .order-toolbar-copy i { color: var(--order-green); }

.customer-app .order-table-shell { width: 100%; min-width: 0; border: 1px solid #e1e8e4; border-radius: 12px; }
.customer-app .order-overview-table { width: 100%; table-layout: fixed; border-collapse: collapse; background: #fff; }
.customer-app .order-overview-table th {
    padding: 11px 12px;
    border: 0;
    background: #eaf0eb;
    color: #4a5851;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .045em;
    line-height: 1.25;
    text-align: left;
    text-transform: uppercase;
}
.customer-app .order-overview-table th:first-child { width: 14%; border-radius: 11px 0 0 0; }
.customer-app .order-overview-table th:nth-child(2) { width: 14%; }
.customer-app .order-overview-table th:nth-child(3) { width: 18%; }
.customer-app .order-overview-table th:nth-child(4) { width: 10%; }
.customer-app .order-overview-table th:nth-child(5) { width: 12%; }
.customer-app .order-overview-table th:nth-child(6) { width: 17%; }
.customer-app .order-overview-table th:last-child { width: 15%; border-radius: 0 11px 0 0; }
.customer-app .order-overview-table td { padding: 11px 12px; border: 0; border-top: 1px solid #e7ece9; color: #46564e; font-size: 11px; line-height: 1.35; vertical-align: middle; }
.customer-app .order-overview-table tbody tr:first-child td { border-top: 0; }
.customer-app .order-overview-table tbody tr { transition: background-color .2s ease; }
.customer-app .order-overview-table tbody tr:hover { background: #f8faf8; }

.customer-app .order-identity { min-width: 0; gap: 9px; }
.customer-app .order-identity > span { display: inline-flex; flex: 0 0 34px; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 9px; background: #eaf4ed; color: var(--order-green); font-size: 12px; }
.customer-app .order-identity > div { display: flex; min-width: 0; flex-direction: column; gap: 2px; text-align: start; }
.customer-app .order-identity a { color: var(--order-ink) !important; font-family: var(--font-mitr); font-size: 12px; font-weight: 500; text-decoration: none !important; }
.customer-app .order-identity small { color: #7a8780; font-size: 11px; line-height: 1.35; }
.customer-app .order-identity small b { display: inline-block; margin-right: 3px; color: var(--order-green); font-size: 8px; font-weight: 500; }
.customer-app .order-date { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.customer-app .order-date i { color: #829087; font-size: 9px; }
.customer-app .order-service-name { display: block; color: #33453b; font-family: var(--font-work-sans) !important; font-size: 11px; font-weight: 500; overflow-wrap: anywhere; }
.customer-app .order-image-count { color: var(--order-muted); font-size: 12px; white-space: nowrap; }
.customer-app .order-image-count strong { margin-right: 2px; color: var(--order-ink); font-size: 13px; font-weight: 500; }

.customer-app .order-status-chip { display: inline-flex; min-height: 25px; padding: 5px 9px; align-items: center; border-radius: 999px; font-size: 11px; font-weight: 500; letter-spacing: .025em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.customer-app :is(.order-payment-paid, .order-payment-received, .order-payment-accepted, .order-production-complete, .order-production-accepted) { background: #e6f4eb; color: #087536; }
.customer-app :is(.order-payment-unpaid, .order-production-canceled) { background: #fdeaea; color: #c12e2e; }
.customer-app .order-production-work_in_progress { background: #fae9f2; color: #af2766; }
.customer-app .order-production-waiting_approval { background: #e8f0fb; color: #245f9e; }
.customer-app .order-production-pending { background: #e8f5f7; color: #147083; }

.customer-app .order-view-btn { min-height: 34px; padding: 7px 10px; border-color: #d9e3dd; background: #f4f7f5; color: var(--order-green) !important; font-family: var(--font-work-sans); font-size: 11px; white-space: nowrap; }
.customer-app .order-view-btn:hover { border-color: var(--order-green); background: var(--order-green); color: #fff !important; }

.customer-app .order-list-footer { min-height: 48px; padding-top: 13px; justify-content: space-between; gap: 14px; }
.customer-app .order-list-footer > span { color: var(--order-muted); font-size: 12px; }
.customer-app .order-list-footer .pagination-area { margin: 0; }
.customer-app .order-list-footer .pagination { margin: 0; }

.customer-app .order-list-empty { display: flex; min-height: 280px; padding: 34px 18px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.customer-app .order-list-empty > span { display: inline-flex; width: 56px; height: 56px; margin-bottom: 12px; align-items: center; justify-content: center; border-radius: 15px; background: #eaf4ed; color: var(--order-green); font-size: 21px; }
.customer-app .order-list-empty h3 { margin-bottom: 5px; color: var(--order-ink); font-size: 17px; }
.customer-app .order-list-empty p { max-width: 450px; margin-bottom: 15px; color: var(--order-muted); font-size: 12px; line-height: 1.55; }

@media (max-width: 1199.98px) {
    .customer-app .order-overview-table th,
    .customer-app .order-overview-table td { padding-right: 8px; padding-left: 8px; }
    .customer-app .order-view-btn span { display: none; }
    .customer-app .order-view-btn { width: 34px; padding: 7px; }
}

@media (max-width: 991.98px) {
    .customer-app .order-overview-hero { background: #fff; }
    .customer-app .order-overview-hero::after { display: none; }
    .customer-app .order-list-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
    .customer-app .order-list-heading p { text-align: left; }
    .customer-app .order-toolbar-copy { display: none; }
}

@media (max-width: 767.98px) {
    .customer-app .order-overview-workspace { gap: 10px; }
    .customer-app .order-overview-hero { padding: 18px; align-items: stretch; flex-direction: column; gap: 15px; }
    .customer-app .order-overview-hero-actions { justify-content: space-between; }
    .customer-app .order-list-panel { padding: 14px; }
    .customer-app .order-list-toolbar { align-items: stretch; flex-direction: column; }
    .customer-app .order-filter-field { justify-content: space-between; }
    .customer-app .order-status-filter,
    .customer-app .order-show-filter { flex-basis: auto; }
    .customer-app .order-status-filter .order-select-wrap { flex: 0 1 220px; }
    .customer-app .order-table-shell { border: 0; border-radius: 0; }
    .customer-app .order-overview-table,
    .customer-app .order-overview-table tbody,
    .customer-app .order-overview-table tr,
    .customer-app .order-overview-table td { display: block; width: 100%; }
    .customer-app .order-overview-table { table-layout: auto; background: transparent; }
    .customer-app .order-overview-table thead { display: none; }
    .customer-app .order-overview-table tbody { display: flex; flex-direction: column; gap: 10px; }
    .customer-app .order-overview-table tbody tr { display: flex; padding: 14px; flex-wrap: wrap; gap: 10px 12px; border: 1px solid var(--order-line); border-radius: 12px; background: #fff; }
    .customer-app .order-overview-table td { display: flex; padding: 0; align-items: center; justify-content: space-between; gap: 12px; border: 0 !important; text-align: right; }
    .customer-app .order-overview-table td::before { content: attr(data-label); flex: 0 0 auto; color: #7a8780; font-size: 12px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
    .customer-app .order-overview-table td:first-child { flex: 1 1 100%; padding-bottom: 10px; border-bottom: 1px solid #e7ece9 !important; }
    .customer-app .order-overview-table td:first-child::before { display: none; }
    .customer-app .order-overview-table td:nth-child(2),
    .customer-app .order-overview-table td:nth-child(3),
    .customer-app .order-overview-table td:nth-child(4),
    .customer-app .order-overview-table td:nth-child(5),
    .customer-app .order-overview-table td:nth-child(6) { flex: 1 1 calc(50% - 8px); min-height: 31px; }
    .customer-app .order-overview-table td:last-child { flex: 1 1 100%; margin-top: 2px; }
    .customer-app .order-view-btn { width: 100%; }
    .customer-app .order-view-btn span { display: inline; }
}

@media (max-width: 479.98px) {
    .customer-app .order-overview-icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; font-size: 15px; }
    .customer-app .order-overview-hero h1 { font-size: 21px; }
    .customer-app .order-overview-hero-actions { align-items: stretch; flex-direction: column; }
    .customer-app .order-overview-total { display: none; }
    .customer-app .order-overview-primary-btn { width: 100%; }
    .customer-app .order-overview-table td:nth-child(n+2):nth-child(-n+6) { flex-basis: 100%; }
    .customer-app .order-list-footer { align-items: flex-start; flex-direction: column; gap: 0; }
    .customer-app .pagination-area > nav{
        margin-top: 0px;
    }
}

/* Notification center workspace */
.customer-app .notification-center-workspace {
    --notify-ink: #17241e;
    --notify-muted: #66756d;
    --notify-line: #dce5df;
    --notify-soft: #f2f6f3;
    --notify-green: #007b36;
    --notify-green-dark: #005f2a;
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
    color: var(--notify-ink);
    font-family: var(--font-work-sans);
}

.customer-app .notification-center-workspace *,
.customer-app .notification-center-workspace *::before,
.customer-app .notification-center-workspace *::after { box-sizing: border-box; }
.customer-app .notification-center-workspace :is(h1, h2, h3, p) { margin-top: 0; }
.customer-app .notification-center-workspace :is(h1, h2, h3, strong, button) { font-family: var(--font-mitr); }

.customer-app .notification-center-hero {
    position: relative;
    display: flex;
    min-width: 0;
    padding: 24px 26px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden;
    border: 1px solid var(--notify-line);
    border-top: 3px solid var(--notify-green);
    border-radius: 18px;
    background: linear-gradient(110deg, #fff 0 69%, #edf5ef 69% 100%);
    box-shadow: 0 12px 30px rgba(23, 36, 30, .055);
}

.customer-app .notification-center-hero::after {
    content: "";
    position: absolute;
    right: 10%;
    width: 116px;
    height: 116px;
    border: 18px solid rgba(0, 123, 54, .055);
    border-radius: 50%;
    pointer-events: none;
}

.customer-app .notification-center-hero-copy,
.customer-app .notification-center-hero-stats,
.customer-app .notification-center-heading,
.customer-app .notification-center-toolbar,
.customer-app .notification-filter-form,
.customer-app .notification-feed-link,
.customer-app .notification-feed-topline,
.customer-app .notification-center-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.customer-app .notification-center-hero-copy { min-width: 0; gap: 15px; }
.customer-app .notification-center-hero-copy > div { min-width: 0; }
.customer-app .notification-center-hero-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--notify-ink);
    color: #fff;
    font-size: 18px;
}

.customer-app .notification-center-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--notify-green);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.customer-app .notification-center-hero h1 {
    margin-bottom: 4px;
    color: var(--notify-ink);
    font-size: clamp(23px, 2.2vw, 30px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.customer-app .notification-center-hero p {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--notify-muted);
    font-size: 13px;
    line-height: 1.55;
}

.customer-app .notification-center-hero-stats { gap: 10px; }
.customer-app .notification-center-hero-stats > div {
    display: flex;
    min-width: 92px;
    padding: 9px 11px;
    flex-direction: column;
    align-items: flex-end;
    border: 1px solid rgba(0, 123, 54, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .72);
}
.customer-app .notification-center-hero-stats span { color: var(--notify-muted); font-size: 10px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.customer-app .notification-center-hero-stats strong { color: var(--notify-green); font-size: 19px; font-weight: 500; line-height: 1.15; }

.customer-app .notification-center-panel {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--notify-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(23, 36, 30, .045);
}

.customer-app .notification-center-heading { padding-bottom: 14px; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e5ebe7; }
.customer-app .notification-center-heading h2 { margin-bottom: 0; color: var(--notify-ink); font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.customer-app .notification-center-heading p { margin-bottom: 0; color: var(--notify-muted); font-size: 11px; line-height: 1.5; text-align: right; }

.customer-app .notification-center-toolbar {
    margin: 14px 0;
    padding: 11px 12px;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #e1e8e4;
    border-radius: 12px;
    background: var(--notify-soft);
}

.customer-app .notification-filter-form { margin: 0; gap: 9px; }
.customer-app .notification-filter-form > label { margin: 0; color: #5b6962; font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.customer-app .notification-select-wrap { position: relative; display: block; }
.customer-app .notification-select-wrap i:first-child { position: absolute; top: 50%; left: 12px; z-index: 1; color: var(--notify-green); font-size: 10px; transform: translateY(-50%); pointer-events: none; }
.customer-app .notification-select-wrap i:last-child { position: absolute; top: 50%; right: 11px; z-index: 1; color: #68766f; transform: translateY(-50%); pointer-events: none; }
.customer-app .notification-select-wrap select {
    min-width: 210px;
    height: 40px;
    padding: 8px 32px;
    border: 1px solid #d7e1db;
    border-radius: 9px;
    outline: 0;
    background: #fff;
    color: var(--notify-ink);
    font-family: var(--font-work-sans);
    font-size: 11px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
}
.customer-app .notification-select-wrap select:focus { border-color: var(--notify-green); box-shadow: 0 0 0 3px rgba(0, 123, 54, .09); }

.customer-app .notification-mark-read-btn,
.customer-app .notification-reset-btn {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 13px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #d3dfd7;
    border-radius: 9px;
    background: #fff;
    color: var(--notify-green) !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.customer-app :is(.notification-mark-read-btn, .notification-reset-btn):hover { border-color: var(--notify-green); background: var(--notify-green); color: #fff !important; }

.customer-app .notification-feed { display: flex; margin: 0; padding: 0; flex-direction: column; gap: 8px; list-style: none; }
.customer-app .notification-feed-item { position: relative; min-width: 0; border: 1px solid #e0e7e3; border-radius: 12px; background: #fff; transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.customer-app .notification-feed-item.is-unread { border-color: #cce0d2; background: #f2f8f4; }
.customer-app .notification-feed-item:hover { border-color: #b9d4c1; transform: translateY(-1px); }
.customer-app .notification-feed-link { min-width: 0; padding: 13px 14px; gap: 12px; color: inherit !important; text-decoration: none !important; }
.customer-app .notification-feed-icon { display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; border-radius: 11px; background: #eaf4ed; color: var(--notify-green); font-size: 14px; }
.customer-app .is-unread .notification-feed-icon { background: var(--notify-green); color: #fff; }
.customer-app .notification-feed-content { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; gap: 4px; }
.customer-app .notification-feed-topline { justify-content: space-between; gap: 12px; }
.customer-app .notification-type-label { color: var(--notify-green); font-size: 8px; font-weight: 500; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.customer-app .notification-feed-time { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 5px; color: #7d8982; font-size: 9px; }
.customer-app .notification-feed-time i { font-size: 8px; }
.customer-app .notification-feed-content > strong { color: #283a30; font-family: var(--font-work-sans); font-size: 12px; font-weight: 500; line-height: 1.45; overflow-wrap: anywhere; }
.customer-app .notification-feed-content > strong b { margin-left: 3px; color: var(--notify-green); font-weight: 500; }
.customer-app .notification-unread-indicator { width: 9px; height: 9px; flex: 0 0 9px; border: 2px solid #cce8d5; border-radius: 50%; background: var(--notify-green); }
.customer-app .notification-open-icon { display: inline-flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; border-radius: 8px; background: #f2f5f3; color: #738078; font-size: 9px; }

.customer-app .notification-center-footer { min-height: 48px; padding-top: 13px; justify-content: space-between; gap: 14px; }
.customer-app .notification-center-footer > span { color: var(--notify-muted); font-size: 12px; }
.customer-app .notification-center-footer :is(.pagination-area, .pagination) { margin: 0; }
.customer-app .notification-center-empty { display: flex; min-height: 300px; padding: 40px 18px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.customer-app .notification-center-empty > span { display: inline-flex; width: 58px; height: 58px; margin-bottom: 13px; align-items: center; justify-content: center; border-radius: 16px; background: #eaf4ed; color: var(--notify-green); font-size: 20px; }
.customer-app .notification-center-empty h3 { margin-bottom: 5px; color: var(--notify-ink); font-size: 17px; }
.customer-app .notification-center-empty p { margin-bottom: 15px; color: var(--notify-muted); font-size: 12px; line-height: 1.55; }

@media (max-width: 991.98px) {
    .customer-app .notification-center-hero { background: #fff; }
    .customer-app .notification-center-hero::after { display: none; }
}

@media (max-width: 767.98px) {
    .customer-app .notification-center-workspace { gap: 10px; }
    .customer-app .notification-center-hero { padding: 18px; align-items: stretch; flex-direction: column; gap: 15px; }
    .customer-app .notification-center-hero-stats { justify-content: flex-start; }
    .customer-app .notification-center-hero-stats > div { align-items: flex-start; }
    .customer-app .notification-center-panel { padding: 14px; }
    .customer-app .notification-center-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
    .customer-app .notification-center-heading p { text-align: left; }
    .customer-app .notification-center-toolbar { align-items: stretch; flex-direction: column; }
    .customer-app .notification-filter-form { justify-content: space-between; }
    .customer-app .notification-select-wrap { flex: 0 1 240px; }
    .customer-app .notification-select-wrap select { width: 100%; min-width: 0; }
    .customer-app .notification-mark-read-btn { width: 100%; }
}

@media (max-width: 479.98px) {
    .customer-app .notification-center-hero-icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; font-size: 15px; }
    .customer-app .notification-center-hero h1 { font-size: 21px; }
    .customer-app .notification-center-hero-stats > div { flex: 1 1 50%; }
    .customer-app .notification-feed-link { padding: 12px; align-items: flex-start; }
    .customer-app .notification-feed-icon { width: 36px; height: 36px; flex-basis: 36px; }
    .customer-app .notification-feed-topline { align-items: flex-start; flex-direction: column; gap: 2px; }
    .customer-app .notification-unread-indicator { margin-top: 5px; }
    .customer-app .notification-open-icon { display: none; }
    .customer-app .notification-center-footer { align-items: flex-start; flex-direction: column; }
}

/* Shared customer footer */
html {
    height: 100%;
}

body.customer-app {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.customer-app .customer-shell {
    display: flex;
    min-height: 100%;
    flex: 1 0 auto;
    flex-direction: column;
}

.customer-app .customer-shell-body {
    display: flex;
    min-height: 0;
    flex: 1 0 auto;
}

.customer-app .customer-stage,
.customer-app .main-content.order-content {
    display: flex;
    min-height: 0;
    flex: 1 0 auto;
    flex-direction: column;
}

.customer-app .customer-view-scroll {
    flex: 1 0 auto;
}

.customer-app .main-content > .customer-footer {
    display: block;
    flex: 0 0 auto;
    min-height: 0;
    margin-top: auto;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: var(--font-work-sans);
}

.customer-app .customer-footer-inner {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 11px 15px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    overflow: hidden;
    border: 0;
    border-top: 1px solid #e3e8e5;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.customer-app .customer-footer-inner::after {
    display: none;
    content: none;
}

.customer-app .customer-footer-brand {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 190px;
    align-items: center;
    gap: 9px;
}

.customer-app .customer-footer-brand > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f0f3f1;
    color: #748179;
    font-size: 12px;
}

.customer-app .customer-footer-brand > div { display: flex; min-width: 0; flex-direction: column; gap: 1px; }
.customer-app .customer-footer-brand strong { color: #17241e; font-family: var(--font-mitr); font-size: 14px; font-weight: 500; line-height: 1.3; }
.customer-app .customer-footer-brand small { color: #748179; font-size: 12px; line-height: 1.3; }
.customer-app .customer-footer-inner .footer-menu { position: relative; z-index: 1; flex: 1 1 auto; }
.customer-app .customer-footer-inner .footer-menu ul { display: flex; margin: 0; padding: 0; align-items: center; justify-content: center; gap: 5px 16px; flex-wrap: wrap; list-style: none; }
.customer-app .customer-footer-inner .footer-menu a { position: relative; color: #596860; font-size: 11px; font-weight: 500; line-height: 1.3; text-decoration: none; transition: color .2s ease; }
.customer-app .customer-footer-inner .footer-menu a::after { content: ""; position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; background: #007b36; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.customer-app .customer-footer-inner .footer-menu a:hover { color: #007b36; }
.customer-app .customer-footer-inner .footer-menu a:hover::after { transform: scaleX(1); }
.customer-app .customer-footer-inner .devloper-area { position: relative; z-index: 1; min-width: 240px; text-align: right; }
.customer-app .customer-footer-inner .devloper-area p { margin: 0; color: #748179; font-size: 12px; line-height: 1.45; }

/* Shared add-balance modal */
.customer-app #depositPaymentModal { color: #17241e; font-family: var(--font-work-sans); }
.customer-app #depositPaymentModal .deposit-balance-dialog { width: calc(100% - 30px); max-width: 760px; margin-right: auto; margin-left: auto; }
.customer-app #depositPaymentModal .modal-content {
    overflow: hidden;
    border: 1px solid #d8e3dc;
    border-top: 3px solid #007b36;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(13, 29, 20, .2);
}

.customer-app #depositPaymentModal .deposit-balance-header {
    position: relative;
    display: flex;
    min-height: 94px;
    margin: 0;
    padding: 20px 22px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid #e1e8e4;
    background: linear-gradient(110deg, #fff 0 72%, #edf5ef 72% 100%);
    text-align: left;
}

.customer-app #depositPaymentModal .deposit-balance-title-wrap { display: flex; min-width: 0; align-items: center; gap: 13px; }
.customer-app #depositPaymentModal .currency-icon { display: inline-flex; width: 46px; height: 46px; flex: 0 0 46px; align-items: center; justify-content: center; border-radius: 13px; background: #17241e; }
.customer-app #depositPaymentModal .currency-icon span { display: inline-flex; width: auto; height: auto; align-items: center; justify-content: center; border-radius: 0; background: transparent; color: #fff; font-size: 16px; }
.customer-app #depositPaymentModal .deposit-modal-eyebrow { display: block; margin-bottom: 3px; color: #007b36; font-size: 8px; font-weight: 500; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.customer-app #depositPaymentModal .modal-title { margin: 0; color: #17241e; font-family: var(--font-mitr); font-size: 20px; font-weight: 500; letter-spacing: -.025em; line-height: 1.2; }
.customer-app #depositPaymentModal .deposit-balance-title-wrap p { margin: 3px 0 0; color: #69776f; font-size: 10px; line-height: 1.4; }
.customer-app #depositPaymentModal .modal-header .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e1db;
    border-radius: 9px;
    background: rgba(255, 255, 255, .82);
    color: #607068;
    font-size: 11px;
    opacity: 1;
}
.customer-app #depositPaymentModal .modal-header .btn-close:hover { border-color: #007b36; color: #007b36; }
.customer-app #depositPaymentModal .modal-body { padding: 18px 20px 20px; }
.customer-app #depositPaymentModal form,
.customer-app #depositPaymentModal p { margin-bottom: 0; }

.customer-app #depositPaymentModal .deposit-current-balance {
    display: flex;
    margin-bottom: 16px;
    padding: 12px 14px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d7e1db;
    border-radius: 10px;
    background: #f5f8f6;
}
.customer-app #depositPaymentModal .deposit-current-balance span { color: #43534a; font-size: 11px; font-weight: 500; }
.customer-app #depositPaymentModal .deposit-current-balance strong { color: #007b36; font-family: var(--font-mitr); font-size: 16px; font-weight: 600; }

.customer-app #depositPaymentModal .deposit-modal-section { min-width: 0; }
.customer-app #depositPaymentModal .deposit-modal-section + .deposit-modal-section { margin-top: 17px; padding-top: 17px; border-top: 1px solid #e4ebe7; }
.customer-app #depositPaymentModal .deposit-modal-section-heading { display: flex; margin-bottom: 11px; align-items: center; gap: 9px; }
.customer-app #depositPaymentModal .deposit-modal-section-heading > span { display: inline-flex; width: 28px; height: 28px; flex: 0 0 28px; align-items: center; justify-content: center; border-radius: 8px; background: #eaf4ed; color: #007b36; font-family: var(--font-mitr); font-size: 9px; font-weight: 500; }
.customer-app #depositPaymentModal .deposit-modal-section-heading > div { display: flex; min-width: 0; flex-direction: column; gap: 1px; }
.customer-app #depositPaymentModal .deposit-modal-section-heading strong { color: #26372e; font-family: var(--font-mitr); font-size: 12px; font-weight: 500; }
.customer-app #depositPaymentModal .deposit-modal-section-heading small { color: #7a8780; font-size: 11px; line-height: 1.35; }

.customer-app #depositPaymentModal .depositArea { display: flex; margin: 0; align-items: center; gap: 7px; flex-wrap: wrap; }
.customer-app #depositPaymentModal .depositArea > input[type="radio"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.customer-app #depositPaymentModal .depositAmount {
    display: inline-flex;
    min-width: 62px;
    min-height: 40px;
    margin: 0;
    padding: 8px 11px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 1px solid #d7e1db;
    border-radius: 9px;
    background: #fff;
    color: #35463d;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.customer-app #depositPaymentModal .depositAmount small { color: inherit; font-size: 8px; font-weight: 500; }
.customer-app #depositPaymentModal .depositAmount i { font-size: 8px; }
.customer-app #depositPaymentModal .depositArea input[type="radio"]:checked + .depositAmount { border-color: #007b36; background: #007b36; color: #fff; box-shadow: 0 0 0 3px rgba(0, 123, 54, .09); }
.customer-app #depositPaymentModal .otherAmount { display: none; width: 100%; margin-top: 3px; padding: 11px; border: 1px solid #dce5df; border-radius: 10px; background: #f5f8f6; }
.customer-app #depositPaymentModal .depositArea input[type="radio"]:checked + .depositAmount + .otherAmount { display: block; }
.customer-app #depositPaymentModal .otherAmount > label { display: block; margin-bottom: 6px; color: #43534a; font-size: 9px; font-weight: 500; }
.customer-app #depositPaymentModal .deposit-custom-input { position: relative; display: flex; align-items: center; }
.customer-app #depositPaymentModal .deposit-custom-input > span { position: absolute; left: 12px; z-index: 1; color: #007b36; font-size: 11px; font-weight: 500; }
.customer-app #depositPaymentModal .deposit-custom-input .form-control { height: 40px; padding-left: 29px; }

.customer-app #depositPaymentModal .deposit-gateway-list { display: flex; margin: 0; padding: 0; align-items: stretch; gap: 8px; border: 0; flex-wrap: wrap; list-style: none; }
.customer-app #depositPaymentModal .deposit-gateway-list > li { flex: 1 1 145px; min-width: 0; }
.customer-app #depositPaymentModal .deposit-gateway-list > li > input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.customer-app #depositPaymentModal .deposit-gateway-list .deposit-gateway-option {
    position: relative;
    display: flex !important;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 8px 34px 8px 9px !important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border: 1px solid #d7e1db !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #2e4036 !important;
    text-decoration: none !important;
}
.customer-app #depositPaymentModal .deposit-gateway-list .deposit-gateway-option.active { border-color: #007b36 !important; background: #f0f7f2 !important; box-shadow: 0 0 0 2px rgba(0, 123, 54, .07); }
.customer-app #depositPaymentModal .deposit-gateway-logo { position: relative; display: inline-flex; width: 36px; height: 34px; flex: 0 0 36px; align-items: center; justify-content: center; border: 1px solid #e6ebe8; border-radius: 8px; background: #fff; color: #8b9891; font-size: 11px; }
.customer-app #depositPaymentModal .deposit-gateway-logo i{
    color: #000;
    font-size: 18px;
}
.customer-app #depositPaymentModal .deposit-gateway-logo img { position: absolute; display: block; max-width: 29px; max-height: 22px; object-fit: contain; background: #fff; }
.customer-app #depositPaymentModal .deposit-gateway-name { min-width: 0; color: #2e4036; font-size: 10px; font-weight: 500; line-height: 1.25; overflow-wrap: anywhere; }
.customer-app #depositPaymentModal .deposit-gateway-list .checked {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e2dc;
    border-radius: 50%;
    background: #fff;
    color: transparent;
    clip-path: none;
    opacity: 1;
    transform: translateY(-50%);
}
.customer-app #depositPaymentModal .deposit-gateway-list .active .checked { border-color: #007b36; background: #007b36; color: #fff; opacity: 1; }
.customer-app #depositPaymentModal .deposit-gateway-list .checked i { font-size: 7px; }

.customer-app #depositPaymentModal .deposit-gateway-content { margin-top: 12px; }
.customer-app #depositPaymentModal .deposit-gateway-content .tab-pane { padding: 12px; border: 1px solid #dce5df; border-radius: 11px; background: #f7f9f7;  }
.customer-app #depositPaymentModal .deposit-gateway-content .tab-pane:first-child{
    display: none;
}
.customer-app #depositPaymentModal .deposit-method-information { color: #56655d; font-size: 10px; line-height: 1.5; }
.customer-app #depositPaymentModal .deposit-method-information :is(p, ul) { margin-top: 0; margin-bottom: 8px; }
.customer-app #depositPaymentModal .deposit-method-information > :last-child { margin-bottom: 0; }
.customer-app #depositPaymentModal .form-group { margin-bottom: 9px; }
.customer-app #depositPaymentModal .form-group:last-child { margin-bottom: 0; }
.customer-app #depositPaymentModal .form-group > label,
.customer-app #depositPaymentModal .control-label { margin-bottom: 5px; color: #415148; font-size: 9px; font-weight: 500; }
.customer-app #depositPaymentModal .form-control { min-height: 40px; border: 1px solid #d6e0da; border-radius: 9px; background: #fff; color: #26372e; font-size: 11px; box-shadow: none; }
.customer-app #depositPaymentModal textarea.form-control { min-height: 70px; resize: vertical; }
.customer-app #depositPaymentModal .form-control:focus { border-color: #007b36; box-shadow: 0 0 0 3px rgba(0, 123, 54, .08); }
.customer-app #depositPaymentModal .saved-payment-methods { display: flex; margin-top: 11px; flex-direction: column; gap: 7px; }
.customer-app #depositPaymentModal .saved-payment-methods > strong { color: #26372e; font-size: 10px; font-weight: 500; }
.customer-app #depositPaymentModal .paymentMethod { display: flex; width: 100%; margin: 0; padding: 9px; align-items: center; gap: 8px; border: 1px solid #d8e2dc; border-radius: 9px; background: #fff; cursor: pointer; }
.customer-app #depositPaymentModal .paymentMethod > span { display: flex; min-width: 0; flex-direction: column; gap: 1px; }
.customer-app #depositPaymentModal .paymentMethod strong { color: #2c3d34; font-size: 10px; font-weight: 500; }
.customer-app #depositPaymentModal .paymentMethod small { color: #7c8881; font-size: 8px; }
.customer-app #depositPaymentModal .card-element { width: 100%; margin-top: 11px; }
.customer-app #depositPaymentModal .deposit-card-number { position: relative; }
.customer-app #depositPaymentModal .deposit-card-number .form-control { padding-right: 115px !important; }
.customer-app #depositPaymentModal .card-multi-img { position: absolute; right: 10px; bottom: 9px; }
.customer-app #depositPaymentModal .card-multi-img img { display: block; max-width: 96px; max-height: 20px; object-fit: contain; }
.customer-app #depositPaymentModal .deposit-card-meta { display: flex; gap: 8px; }
.customer-app #depositPaymentModal .deposit-card-meta .form-group { flex: 1 1 33.333%; }

.customer-app #depositPaymentModal .deposit-modal-checkout { display: flex; margin-top: 17px; padding: 11px; align-items: center; gap: 12px; border: 1px solid #d7e2db; border-radius: 11px; background: #f2f6f3; }
.customer-app #depositPaymentModal .rechargeArea { display: flex; min-width: 150px; margin: 0; padding: 0; flex-direction: column; gap: 2px; border: 0; line-height: 1.2; }
.customer-app #depositPaymentModal .rechargeArea > span { color: #718078; font-size: 8px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.customer-app #depositPaymentModal .rechargeArea > strong { color: #17241e; font-family: var(--font-mitr); font-size: 18px; font-weight: 500; }
.customer-app #depositPaymentModal .deposit-payment-btn {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 14px;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #007b36;
    border-radius: 9px;
    background: #007b36;
    color: #fff;
    font-family: var(--font-mitr);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
}
.customer-app #depositPaymentModal .deposit-payment-btn i:last-child { margin-left: auto; }
.customer-app #depositPaymentModal .deposit-payment-btn:hover { border-color: #005f2a; background: #005f2a; }
.customer-app #depositPaymentModal .deposit-payment-btn:disabled { cursor: wait; opacity: .68; }

@media (max-width: 991.98px) {
    .customer-app .customer-footer { display: block; }
    .customer-app .customer-footer-inner { align-items: flex-start; flex-wrap: wrap; }
    .customer-app .customer-footer-inner .footer-menu { order: 3; flex-basis: 100%; }
    .customer-app .customer-footer-inner .footer-menu ul { justify-content: flex-start; }
}

@media (max-width: 767.98px) {
    .customer-app .customer-footer-inner { min-height: 0; padding: 11px 12px; border-radius: 12px; }
    .customer-app .customer-footer-inner::after { display: none; }
    .customer-app .customer-footer-brand { min-width: 0; }
    .customer-app .customer-footer-inner .devloper-area { min-width: 0; margin-left: auto; }
    .customer-app #depositPaymentModal .deposit-balance-dialog { width: calc(100% - 20px); }
    .customer-app #depositPaymentModal .deposit-balance-header { padding: 17px; background: #fff; }
    .customer-app #depositPaymentModal .modal-body { padding: 15px; }
    .customer-app #depositPaymentModal .deposit-gateway-list > li { flex-basis: calc(50% - 4px); }
}

@media (max-width: 479.98px) {
    .customer-app .customer-footer-inner { flex-direction: column; gap: 10px; }
    .customer-app .customer-footer-inner .devloper-area { margin-left: 0; text-align: left; }
    .customer-app .customer-footer-inner .footer-menu { order: 2; }
    .customer-app .customer-footer-inner .devloper-area { order: 3; }
    .customer-app #depositPaymentModal .deposit-balance-title-wrap { align-items: flex-start; }
    .customer-app #depositPaymentModal .currency-icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; }
    .customer-app #depositPaymentModal .modal-title { font-size: 18px; }
    .customer-app #depositPaymentModal .deposit-balance-title-wrap p { display: none; }
    .customer-app #depositPaymentModal .depositAmount { min-width: calc(25% - 6px); flex: 1 1 calc(25% - 6px); }
    .customer-app #depositPaymentModal .deposit-gateway-list > li { flex-basis: 100%; }
    .customer-app #depositPaymentModal .deposit-modal-checkout { align-items: stretch; flex-direction: column; }
    .customer-app #depositPaymentModal .rechargeArea { min-width: 0; align-items: center; }
    .customer-app #depositPaymentModal .deposit-payment-btn { width: 100%; }
}

/* Order confirmation */
.customer-app .order-confirmation-page {
    display: flex;
    width: 100%;
    padding: clamp(28px, 5vw, 66px) 0 clamp(38px, 7vw, 84px);
    align-items: flex-start;
    justify-content: center;
}

.customer-app .order-confirmation-card {
    display: grid;
    width: min(1120px, 100%);
    min-width: 0;
    overflow: hidden;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.65fr);
    border: 1px solid #dbe4de;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(23, 36, 30, .09);
}

.customer-app .order-confirmation-status {
    position: relative;
    display: flex;
    min-width: 0;
    padding: clamp(32px, 4vw, 54px);
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    background: #17241e;
    color: #fff;
}

.customer-app .order-confirmation-status::before,
.customer-app .order-confirmation-status::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    pointer-events: none;
}

.customer-app .order-confirmation-status::before { top: -72px; right: -72px; width: 190px; height: 190px; }
.customer-app .order-confirmation-status::after { right: 42px; bottom: -76px; width: 150px; height: 150px; }

.customer-app .order-confirmation-mark {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 18px;
    background: #007b36;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 12px 28px rgba(0, 123, 54, .25);
}

.customer-app .order-confirmation-state {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    color: #8bd4aa;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.customer-app .order-confirmation-status h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.customer-app .order-confirmation-status > p {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 10px 0 34px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.65;
}

.customer-app .order-confirmation-reference {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    margin-top: auto;
    padding: 14px 15px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 2px 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .07);
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease;
}

.customer-app .order-confirmation-reference:hover { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .11); }
.customer-app .order-confirmation-reference span { color: rgba(255, 255, 255, .58); font-size: 9px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.customer-app .order-confirmation-reference strong { color: #fff; font-family: var(--font-mitr); font-size: 17px; font-weight: 500; }
.customer-app .order-confirmation-reference i { grid-column: 2; grid-row: 1 / 3; color: #8bd4aa; font-size: 12px; }

.customer-app .order-confirmation-content {
    display: flex;
    min-width: 0;
    padding: clamp(32px, 4vw, 56px);
    flex-direction: column;
}

.customer-app .order-confirmation-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #007b36;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.customer-app .order-confirmation-heading h1 {
    max-width: 650px;
    color: #17241e;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.18;
}

.customer-app .order-confirmation-heading p {
    max-width: 670px;
    margin: 12px 0 0;
    color: #627068;
    font-size: 13px;
    line-height: 1.65;
}

.customer-app .order-confirmation-progress {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #dfe7e2;
    border-radius: 14px;
    background: #f6f8f6;
}

.customer-app .order-confirmation-progress > div {
    display: flex;
    min-width: 0;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    border-right: 1px solid #dfe7e2;
}

.customer-app .order-confirmation-progress > div:last-child { border-right: 0; }
.customer-app .order-confirmation-progress > div > span { display: inline-flex; width: 28px; height: 28px; flex: 0 0 28px; align-items: center; justify-content: center; border-radius: 8px; background: #e8f3eb; color: #007b36; font-size: 9px; font-weight: 700; }
.customer-app .order-confirmation-progress > div > div { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.customer-app .order-confirmation-progress strong { color: #26362e; font-size: 11px; font-weight: 700; line-height: 1.35; }
.customer-app .order-confirmation-progress small { color: #76827b; font-size: 9px; line-height: 1.45; }

.customer-app .order-confirmation-note {
    display: flex;
    margin-top: 18px;
    padding: 13px 14px;
    align-items: flex-start;
    gap: 11px;
    border-left: 3px solid #007b36;
    border-radius: 0 10px 10px 0;
    background: #f4f7f5;
}

.customer-app .order-confirmation-note > i { margin-top: 2px; color: #007b36; font-size: 13px; }
.customer-app .order-confirmation-note p { display: flex; margin: 0; flex-direction: column; gap: 2px; }
.customer-app .order-confirmation-note strong { color: #2b3b32; font-size: 10px; font-weight: 700; }
.customer-app .order-confirmation-note span { color: #738078; font-size: 9px; line-height: 1.45; }

.customer-app .order-confirmation-actions {
    display: flex;
    margin-top: 22px;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.customer-app .order-confirmation-actions a {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 9px;
    font-family: var(--font-mitr);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.customer-app .order-confirmation-primary { border: 1px solid #007b36; background: #007b36; color: #fff; }
.customer-app .order-confirmation-primary:hover { border-color: #005f2a; background: #005f2a; color: #fff; }
.customer-app .order-confirmation-primary i { margin-left: 10px; }
.customer-app .order-confirmation-secondary { border: 1px solid #d8e1dc; background: #fff; color: #26362e; }
.customer-app .order-confirmation-secondary:hover { border-color: #aebdb4; color: #007b36; }

@media (max-width: 899.98px) {
    .customer-app .order-confirmation-card { grid-template-columns: 1fr; }
    .customer-app .order-confirmation-status { padding: 28px; }
    .customer-app .order-confirmation-status > p { margin-bottom: 22px; }
    .customer-app .order-confirmation-reference { max-width: 360px; margin-top: 0; }
}

@media (max-width: 639.98px) {
    .customer-app .order-confirmation-page { padding: 12px 0 24px; }
    .customer-app .order-confirmation-card { border-radius: 16px; }
    .customer-app .order-confirmation-status,
    .customer-app .order-confirmation-content { padding: 22px 18px; }
    .customer-app .order-confirmation-mark { width: 54px; height: 54px; margin-bottom: 18px; border-radius: 14px; font-size: 22px; }
    .customer-app .order-confirmation-progress { grid-template-columns: 1fr; }
    .customer-app .order-confirmation-progress > div { border-right: 0; border-bottom: 1px solid #dfe7e2; }
    .customer-app .order-confirmation-progress > div:last-child { border-bottom: 0; }
    .customer-app .order-confirmation-actions { align-items: stretch; flex-direction: column; }
    .customer-app .order-confirmation-actions a { width: 100%; }
}

/* Marketplace template edit: keep the shared builder skin without leaking its
   generated labels or legacy finish-step spacing into this four-step flow. */
body.customer-template-edit-page .marketplace-template-flow .wizard > .steps a {
    min-width: 0 !important;
    font-size: 0 !important;
}

body.customer-template-edit-page .marketplace-template-flow .wizard > .steps a::after {
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

body.customer-template-edit-page .marketplace-template-flow .wizard > .steps .step {
    font-size: 10px !important;
}

body.customer-template-edit-page .marketplace-template-flow,
body.customer-template-edit-page .marketplace-template-flow > .row,
body.customer-template-edit-page .marketplace-template-flow #orderFormArea,
body.customer-template-edit-page .marketplace-template-flow #validation,
body.customer-template-edit-page .marketplace-template-flow .wizard-content,
body.customer-template-edit-page .marketplace-template-flow .wizard {
    min-width: 0 !important;
    max-width: 100% !important;
}

body.customer-template-edit-page .marketplace-template-flow .marketplace-finish-step .tab > .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.customer-template-edit-page .marketplace-template-flow .marketplace-finish-step .tab > .row > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.customer-template-edit-page .marketplace-template-flow .marketplace-finish-panel {
    margin: 0 !important;
    padding: 16px !important;
}

body.customer-template-edit-page .marketplace-template-flow .marketplace-template-savebar {
    margin-top: 12px !important;
    padding: 12px !important;
}

body.customer-template-edit-page .marketplace-template-flow .marketplace-finish-panel > p {
    margin: 8px 0 0 !important;
    line-height: 1.4 !important;
}

body.customer-template-create-page .marketplace-template-flow .marketplace-finish-panel > p {
    margin: 8px 0 0 !important;
    line-height: 1.4 !important;
}

body.customer-template-edit-page .marketplace-template-flow .wizard > .actions {
    margin: 10px 0 0 !important;
}

body.customer-template-edit-page .marketplace-template-flow .wizard > .actions a {
    min-height: 44px !important;
    padding: 0 10px !important;
    white-space: nowrap;
}

body.customer-template-create-page .marketplace-template-flow .wizard > .actions a {
    min-height: 44px !important;
    padding: 0 10px !important;
    white-space: nowrap;
}

body.customer-template-edit-page .marketplace-template-flow .wizard > .actions > ul,
body.customer-template-edit-page .marketplace-template-flow .wizard > .actions > ul > li {
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    body.customer-template-edit-page .marketplace-template-flow .wizard > .steps > ul {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    body.customer-template-edit-page .marketplace-template-flow .marketplace-addon-options > .row {
        grid-template-columns: 1fr !important;
    }
}

/* Order details responsive guard: preserve the desktop workspace while making
   every section self-contained on tablet and mobile. */
body.customer-route-order-details .customer-order-detail-page,
body.customer-route-order-details .customer-order-detail-page :is(
    .order-detail-hero,
    .order-overview-panel,
    .order-assets-panel,
    .invoice-header,
    .order-summary-and-stutas,
    .order-description,
    .instruction-card,
    .summary-content,
    .conversation-wrapper,
    .single-conversation,
    .conversation-content
) {
    min-width: 0;
    max-width: 100%;
}

body.customer-route-order-details .customer-order-detail-page img {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    body.customer-route-order-details .order-overview-panel .header-left {
        border-radius: 17px 17px 0 0;
    }

    body.customer-route-order-details .order-overview-panel .order-date-column {
        border-radius: 0;
    }

    body.customer-route-order-details .order-summary-and-stutas > .row > [class*="col-"] {
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    body.customer-route-order-details .customer-order-detail-page {
        gap: 10px;
        padding-bottom: 10px;
    }

    body.customer-route-order-details .order-detail-hero::before {
        top: -72px;
        right: -44px;
    }

    body.customer-route-order-details .order-detail-hero .page-title,
    body.customer-route-order-details .order-detail-actions,
    body.customer-route-order-details .order-detail-actions .breadcrumb {
        min-width: 0;
        max-width: 100%;
    }

    body.customer-route-order-details .order-detail-hero h4 {
        font-size: 22px !important;
    }

    body.customer-route-order-details .order-detail-hero p {
        font-size: 11px;
        line-height: 1.5;
    }

    body.customer-route-order-details .order-overview-panel,
    body.customer-route-order-details .order-assets-panel {
        border-radius: 14px !important;
    }

    body.customer-route-order-details .order-overview-panel .header-left {
        border-radius: 13px 13px 0 0;
    }

    body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-left h4 {
        min-width: 0;
        font-size: 27px !important;
    }

    body.customer-route-order-details .payment-stutas {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    body.customer-route-order-details .payment-stutas p {
        min-width: 0;
        min-height: 62px;
        padding: 10px;
    }

    body.customer-route-order-details .payment-stutas strong {
        overflow-wrap: anywhere;
    }

    body.customer-route-order-details .order-overview-panel .order-date-column {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: space-between !important;
        gap: 12px;
        padding: 14px 15px;
        flex-direction: row;
    }

    body.customer-route-order-details .head {
        min-width: 0;
    }

    body.customer-route-order-details .head .count {
        display: grid;
        grid-template-columns: repeat(4, minmax(40px, 1fr));
    }

    body.customer-route-order-details .head .count_d {
        min-width: 0;
    }

    body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right {
        width: auto;
        min-width: 145px;
        margin: 0 0 0 auto;
    }

    body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right h2 {
        font-size: 24px !important;
    }

    body.customer-route-order-details .summary-title,
    body.customer-route-order-details .instruction-card .conversation-header {
        min-height: 56px;
        padding: 10px 11px !important;
    }

    body.customer-route-order-details .summary-title h5,
    body.customer-route-order-details .instruction-card h5 {
        font-size: 15px;
    }

    body.customer-route-order-details .order-description .summary-content {
        overflow: visible;
    }

    body.customer-route-order-details .summary-table {
        display: block;
        width: 100%;
        min-width: 0;
        padding: 10px;
    }

    body.customer-route-order-details .summary-table > thead {
        display: none;
    }

    body.customer-route-order-details .summary-table > tbody,
    body.customer-route-order-details .summary-table > tbody > tr {
        display: block;
        width: 100%;
    }

    body.customer-route-order-details .summary-table > tbody > tr {
        display: grid;
        grid-template-columns: 0.72fr 1fr 1fr;
        overflow: hidden;
        border: 1px solid var(--detail-line);
        border-radius: 11px;
        background: #fff;
    }

    body.customer-route-order-details .summary-table > tbody > tr > td {
        display: block;
        min-width: 0;
        padding: 9px !important;
        border-top: 1px solid var(--detail-line);
        border-left: 1px solid var(--detail-line);
        text-align: left !important;
    }

    body.customer-route-order-details .summary-table > tbody > tr > td:first-child {
        grid-column: 1 / -1;
        border-top: 0;
        border-left: 0;
    }

    body.customer-route-order-details .summary-table > tbody > tr > td:nth-child(2) {
        border-left: 0;
    }

    body.customer-route-order-details .summary-table > tbody > tr > td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 5px;
        color: #7b8881;
        font-size: 8px;
        font-weight: 500;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    body.customer-route-order-details .summary-table .sub-table :is(th, td) {
        height: auto;
        min-height: 34px;
        padding: 7px 0;
        font-size: 11px;
        overflow-wrap: anywhere;
    }

    body.customer-route-order-details .summary-sub-total {
        padding: 0 10px 12px;
    }

    body.customer-route-order-details .summary-sub-total table {
        width: 100%;
    }

    body.customer-route-order-details .instruction-card .conversation-content {
        min-height: 82px;
        padding: 13px !important;
        font-size: 12px;
    }

    body.customer-route-order-details .order-assets-panel > .order-assets-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
        overflow: visible;
        flex-wrap: initial;
    }

    body.customer-route-order-details .order-assets-tabs li {
        width: 100%;
        min-width: 0;
    }

    body.customer-route-order-details .order-assets-tabs .order-tab {
        width: 100%;
        min-width: 0;
        min-height: 40px;
        padding: 7px 8px;
        font-size: 10px;
        white-space: normal;
        text-align: center;
    }

    body.customer-route-order-details .order-assets-panel .conversation-header {
        gap: 9px;
        padding: 10px 11px;
    }

    body.customer-route-order-details .order-assets-panel .filter-and-download,
    body.customer-route-order-details .order-assets-panel .filter-and-download > a,
    body.customer-route-order-details .order-assets-panel .filter-and-download .btn-hover {
        width: 100%;
    }

    body.customer-route-order-details .order-assets-panel .conversation-content {
        padding: 11px;
        font-size: 11px;
        overflow-wrap: anywhere;
    }

    body.customer-route-order-details #rejectBtn .conversation-imput-area,
    body.customer-route-order-details .order-assets-panel .reject-image {
        align-items: stretch;
        flex-direction: column;
    }

    body.customer-route-order-details #rejectBtn .button-group,
    body.customer-route-order-details #rejectBtn .sent-btn,
    body.customer-route-order-details #rejectBtn .btn-hover,
    body.customer-route-order-details .reject-method-panel button[type="submit"],
    body.customer-route-order-details .reject-method-panel #uploadfiles {
        width: 100% !important;
    }
}

@media (max-width: 479.98px) {
    body.customer-route-order-details .payment-stutas {
        grid-template-columns: 1fr;
    }

    body.customer-route-order-details .order-overview-panel .order-date-column {
        align-items: stretch;
        flex-direction: column;
    }

    body.customer-route-order-details .head .count {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right {
        width: 100%;
        margin: 0;
    }

    body.customer-route-order-details .summary-table > tbody > tr {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.customer-route-order-details .summary-table > tbody > tr > td:nth-child(2) {
        grid-column: 1 / -1;
    }

    body.customer-route-order-details .summary-table > tbody > tr > td:nth-child(3) {
        border-left: 0;
    }

    body.customer-route-order-details .order-assets-panel > .order-assets-tabs {
        grid-template-columns: 1fr;
    }

    body.customer-route-order-details .order-assets-panel .conversation-content > .row > [class*="col-"] {
        width: 100%;
    }
}

/* Order details mobile repair: flat service rows, unclipped metadata and a
   non-overlaying navigation dock. Keep this block last so legacy order CSS
   cannot restore the nested-table layout. */
body.customer-route-order-details .order-service-table {
    table-layout: fixed;
}

body.customer-route-order-details .order-service-table > thead th:first-child {
    width: 52%;
}

body.customer-route-order-details .order-service-table > thead th:nth-child(2) {
    width: 14%;
}

body.customer-route-order-details .order-service-table > thead th:nth-child(3),
body.customer-route-order-details .order-service-table > thead th:nth-child(4) {
    width: 17%;
}

body.customer-route-order-details .order-service-table > tbody > tr > td {
    padding: 10px 12px;
    border-bottom: 1px dashed #e2e8e4;
    color: #4f5d56;
    font-size: 12px;
    line-height: 1.45;
    vertical-align: middle;
    overflow-wrap: anywhere;
}

body.customer-route-order-details .order-service-table .order-service-primary-row > td {
    border-bottom-style: solid;
    background: var(--detail-soft);
    color: var(--detail-ink);
    font-weight: 500;
}

body.customer-route-order-details .order-service-table .order-service-primary-name,
body.customer-route-order-details .order-service-table .order-specification-name {
    color: var(--detail-ink);
    font-weight: 500;
}

body.customer-route-order-details .order-service-table .order-specification-row:last-child > td {
    border-bottom: 0;
}

@media (max-width: 767.98px) {
    body.customer-route-order-details .order-overview-panel .order-date-column {
        min-height: auto !important;
        padding: 13px 15px !important;
        overflow: visible !important;
    }

    /* Keep the Zendesk launcher clear of the fixed navigation dock. */
    body.customer-app iframe#launcher,
    body.customer-app iframe[title="Button to launch messaging window"] {
        right: 14px !important;
        bottom: calc(var(--customer-dock-height) + 60px) !important;
    }

    body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 2px 0 2px 14px !important;
        overflow: visible !important;
    }

    body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right .order-meta-label,
    body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right > span:last-child {
        position: static !important;
        display: block !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        line-height: 1.45 !important;
    }

    body.customer-route-order-details .customer-order-detail-page .order-overview-panel .invoice-header .header-right h2 {
        position: static !important;
        height: auto !important;
        margin: 3px 0 2px !important;
        overflow: visible !important;
        font-size: 25px !important;
        line-height: 1.12 !important;
    }

    body.customer-route-order-details .order-description .summary-content {
        overflow: visible !important;
    }

    body.customer-route-order-details .order-service-table {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        padding: 10px !important;
        table-layout: auto;
    }

    body.customer-route-order-details .order-service-table > thead {
        display: none !important;
    }

    body.customer-route-order-details .order-service-table > tbody {
        display: block !important;
        width: 100%;
    }

    body.customer-route-order-details .order-service-table > tbody > tr {
        display: grid !important;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        margin: 0 0 8px;
        overflow: hidden;
        border: 1px solid var(--detail-line);
        border-radius: 10px;
        background: #fff;
    }

    body.customer-route-order-details .order-service-table > tbody > tr:last-child {
        margin-bottom: 0;
    }

    body.customer-route-order-details .order-service-table > tbody > tr > td {
        display: block !important;
        min-width: 0;
        padding: 9px 8px !important;
        border: 0 !important;
        border-top: 1px solid var(--detail-line) !important;
        border-left: 1px solid var(--detail-line) !important;
        background: #fff;
        text-align: left !important;
    }

    body.customer-route-order-details .order-service-table > tbody > tr > td:first-child {
        grid-column: 1 / -1 !important;
        border-top: 0 !important;
        border-left: 0 !important;
    }

    body.customer-route-order-details .order-service-table > tbody > tr > td:nth-child(2) {
        border-left: 0 !important;
    }

    body.customer-route-order-details .order-service-table > tbody > tr > td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: #7b8881;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.07em;
        line-height: 1.3;
        text-transform: uppercase;
    }

    body.customer-route-order-details .order-service-table .order-service-primary-row {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    body.customer-route-order-details .order-service-table .order-service-primary-row > td {
        background: var(--detail-soft);
    }

    body.customer-route-order-details .order-service-table .order-service-primary-row > td:first-child {
        grid-column: 1 !important;
    }

    body.customer-route-order-details .order-service-table .order-service-primary-row > td:nth-child(2) {
        grid-column: 2 !important;
        border-top: 0 !important;
        border-left: 1px solid var(--detail-line) !important;
    }

    body.customer-route-order-details .order-service-table .order-service-primary-row > td:nth-child(n + 3) {
        display: none !important;
    }

    body.customer-route-order-details .summary-sub-total table {
        width: 100%;
    }

    body.customer-route-order-details .summary-sub-total tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    body.customer-route-order-details .summary-sub-total :is(th, td):nth-child(-n + 2) {
        display: none;
    }

    body.customer-route-order-details .order-assets-panel > .order-assets-tabs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.customer-route-order-details .order-assets-tabs li {
        width: auto !important;
        min-width: 0 !important;
        flex: none !important;
    }

    body.customer-route-order-details .order-assets-panel .single-img,
    body.customer-route-order-details .order-assets-panel .single-img > img {
        width: 100% !important;
        max-width: 100% !important;
        height: 160px !important;
        min-height: 160px !important;
    }

    body.customer-route-order-details .order-assets-panel .single-img > img {
        object-fit: contain !important;
    }
}

@media (max-width: 479.98px) {
    body.customer-route-order-details .order-overview-panel .order-date-column {
        display: block !important;
    }

    body.customer-route-order-details .order-assets-panel > .order-assets-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.customer-route-order-details .order-assets-tabs .order-tab {
        min-height: 42px;
        padding: 6px 4px;
        font-size: 9px;
        line-height: 1.25;
    }

    body.customer-route-order-details .order-assets-panel,
    body.customer-route-order-details .order-assets-panel *,
    body.customer-route-order-details .order-assets-panel *::before,
    body.customer-route-order-details .order-assets-panel *::after {
        box-sizing: border-box;
    }

    body.customer-route-order-details .order-assets-panel > .tab-content,
    body.customer-route-order-details .order-assets-panel .tab-pane,
    body.customer-route-order-details .order-assets-panel .conversation-wrapper,
    body.customer-route-order-details .order-assets-panel .single-conversation,
    body.customer-route-order-details .order-assets-panel .conversation-header,
    body.customer-route-order-details .order-assets-panel .conversation-content {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    body.customer-route-order-details .order-assets-panel .conversation-header {
        align-items: stretch !important;
    }

    body.customer-route-order-details .order-assets-panel .conversation-header .title-and-date,
    body.customer-route-order-details .order-assets-panel .filter-and-download,
    body.customer-route-order-details .order-assets-panel .filter-and-download > a,
    body.customer-route-order-details .order-assets-panel .filter-and-download .btn-hover {
        display: flex;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    body.customer-route-order-details .order-assets-panel .filter-and-download .btn-hover {
        align-items: center;
        justify-content: center;
    }

    body.customer-route-order-details .order-assets-panel .order-image-grid {
        --bs-gutter-x: 0;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.customer-route-order-details .order-assets-panel .order-image-grid > .order-image-item,
    body.customer-route-order-details .order-assets-panel .conversation-content > .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.customer-route-order-details .order-assets-panel .single-img,
    body.customer-route-order-details .order-assets-panel .single-img > img {
        width: 100% !important;
    }

    body.customer-route-order-details .order-service-table {
        padding: 10px !important;
    }

    body.customer-route-order-details .order-service-table > tbody {
        overflow: hidden;
        border: 1px solid var(--detail-line);
        border-radius: 10px;
        background: #fff;
    }

    body.customer-route-order-details .order-service-table > tbody > tr {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid var(--detail-line) !important;
        border-radius: 0 !important;
    }

    body.customer-route-order-details .order-service-table > tbody > tr:last-child {
        border-bottom: 0 !important;
    }

    body.customer-route-order-details .order-service-table > tbody > tr > td {
        min-height: 54px;
        position: relative !important;
        padding: 29px 10px 11px !important;
        line-height: 1.5 !important;
    }

    body.customer-route-order-details .order-service-table > tbody > tr > td::before {
        position: absolute;
        top: 9px;
        right: 10px;
        left: 10px;
        width: auto;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2 !important;
    }

    body.customer-route-order-details .order-service-table .order-service-primary-row {
        grid-template-columns: minmax(0, 1fr) 92px !important;
    }

    body.customer-route-order-details .order-service-table .order-service-primary-row > td:first-child {
        grid-column: 1 !important;
    }

    body.customer-route-order-details .order-service-table .order-service-primary-row > td:nth-child(2) {
        display: block !important;
        grid-column: 2 !important;
        border-top: 0 !important;
        border-left: 1px solid var(--detail-line) !important;
    }

    body.customer-route-order-details .order-service-table .order-specification-row > td:first-child {
        grid-column: 1 / -1 !important;
        min-height: 64px;
        border-left: 0 !important;
    }

    body.customer-route-order-details .order-service-table .order-specification-row > td:nth-child(2) {
        display: none !important;
    }

    body.customer-route-order-details .order-service-table .order-specification-row > td:nth-child(3) {
        grid-column: 1 !important;
        border-left: 0 !important;
    }

    body.customer-route-order-details .order-service-table .order-specification-row > td:nth-child(4) {
        grid-column: 2 !important;
    }
}

@media (max-width: 767.98px) {
    body.customer-route-order-details,
    body.customer-route-order-details .customer-shell,
    body.customer-route-order-details .customer-shell-body,
    body.customer-route-order-details .customer-stage,
    body.customer-route-order-details .customer-view-scroll,
    body.customer-route-order-details .customer-order-detail-page {
        max-width: 100%;
        overflow-x: clip;
    }

    body.customer-route-order-details .order-assets-panel {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    body.customer-route-order-details .order-assets-panel > ul.nav.nav-tabs.order-assets-tabs {
        display: grid !important;
        width: auto !important;
        max-width: none !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        margin: 0 12px !important;
        padding: 5px !important;
        overflow: hidden !important;
        flex-direction: initial !important;
    }

    body.customer-route-order-details .order-assets-panel > ul.nav.nav-tabs.order-assets-tabs > li {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        grid-column: auto !important;
    }

    body.customer-route-order-details .order-assets-panel > ul.nav.nav-tabs.order-assets-tabs > li > .order-tab {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 42px !important;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        padding: 6px !important;
        border-radius: 8px !important;
        box-sizing: border-box;
        white-space: normal !important;
    }

    body.customer-route-order-details .order-assets-panel > .tab-content,
    body.customer-route-order-details .order-assets-panel .tab-pane,
    body.customer-route-order-details .order-assets-panel .conversation-wrapper,
    body.customer-route-order-details .order-assets-panel .single-conversation,
    body.customer-route-order-details .order-assets-panel .conversation-header,
    body.customer-route-order-details .order-assets-panel .conversation-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    body.customer-route-order-details .order-assets-panel .conversation-header {
        overflow: hidden;
    }

    body.customer-route-order-details .order-assets-panel .conversation-header .title-and-date,
    body.customer-route-order-details .order-assets-panel .filter-and-download,
    body.customer-route-order-details .order-assets-panel .filter-and-download > a,
    body.customer-route-order-details .order-assets-panel .filter-and-download :is(button, .btn-hover) {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        box-sizing: border-box !important;
    }

    body.customer-route-order-details .order-assets-panel .filter-and-download > a {
        display: block !important;
    }

    body.customer-route-order-details .order-assets-panel .filter-and-download :is(button, .btn-hover) {
        justify-content: center !important;
    }

    body.customer-route-order-details .order-assets-panel .order-image-grid {
        --bs-gutter-x: 0;
        display: grid !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;
        margin: 0 !important;
    }

    body.customer-route-order-details .order-assets-panel .order-image-grid > .order-image-item {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        padding: 0 !important;
        flex: none !important;
        grid-column: auto !important;
    }

    body.customer-route-order-details .order-assets-panel .order-image-item .single-img {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 9;
    }

    body.customer-route-order-details .order-assets-panel .order-image-item .single-img > img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: contain !important;
    }
}

@media (max-width: 479.98px) {
    body.customer-route-order-details .order-assets-panel .order-image-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* ==================================================
   Full-site mobile usability pass
   Keep the workspace dock fixed, improve readability,
   and remove the non-essential footer from phone views.
================================================== */
@media (max-width: 767.98px) {
    :root {
        --customer-dock-height: 82px;
    }

    .customer-app {
        font-size: 14px;
        line-height: 1.5;
    }

    /* .customer-app .customer-view-scroll h1 {
        font-size: 25px !important;
        line-height: 1.25 !important;
    }

    .customer-app .customer-view-scroll h2 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    .customer-app .customer-view-scroll h3 {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    .customer-app .customer-view-scroll h4,
    .customer-app .customer-view-scroll h5 {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .customer-app .customer-view-scroll :is(p, li, dd, dt) {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .customer-app .customer-view-scroll :is(label, .form-label) {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .customer-app .customer-view-scroll :is(small, .small) {
        font-size: 11.5px !important;
        line-height: 1.45 !important;
    }

    .customer-app .customer-view-scroll :is(
        [class*="eyebrow"],
        [class*="kicker"],
        [class*="overline"]
    ) {
        font-size: 10px !important;
        line-height: 1.35 !important;
        letter-spacing: .08em;
    }

    .customer-app .customer-view-scroll :is(
        input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
        select,
        textarea,
        .form-control,
        .nice-select
    ) {
        min-height: 44px;
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .customer-app .customer-view-scroll :is(button, .btn, .btn-hover, input[type="button"], input[type="submit"]) {
        font-size: 12.5px !important;
        line-height: 1.25 !important;
    }

    .customer-app .customer-view-scroll table :is(th, td) {
        font-size: 12px !important;
        line-height: 1.45 !important;
    } */

    body.customer-app .header-area .main-conent-header .nav-right .add-balance-area,
    body.customer-app .header-area .main-conent-header .nav-right ul.header-icons li .notifications-area,
    body.customer-app .header-area .main-conent-header .nav-right ul.header-icons li .notification-area,
    body.customer-app .header-area .main-conent-header .nav-right .admin-area .customer-profile-trigger {
        width: 42px !important;
        max-width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    body.customer-app .customer-workspace-dock,
    body.customer-app .sidebar-wrapper {
        top: auto;
        bottom: 0;
        height: var(--customer-dock-height);
        padding: 6px;
    }

    body.customer-app .sidebar {
        height: 62px;
        border-radius: 16px;
    }

    body.customer-app .sidebar-menu-wrapper {
        display: grid;
        height: 62px;
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
        align-items: stretch;
        justify-content: stretch;
        gap: 3px;
        padding: 4px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    body.customer-app .sidebar-kicker,
    body.customer-app .sidebar-divider,
    body.customer-app .sidebar-new-badge {
        display: none !important;
    }

    body.customer-app .sidebar-nav-group,
    body.customer-app .side-menu-list,
    body.customer-app .sidebar-menu-wrapper ul.side-menu-list {
        display: contents !important;
    }

    body.customer-app .sidebar-menu-wrapper ul.side-menu-list > li {
        display: block;
        width: auto;
        min-width: 0;
        height: 54px;
    }

    body.customer-app .side-menu-list a,
    body.customer-app .sidebar-menu-wrapper ul li a {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 54px !important;
        min-height: 54px !important;
        padding: 5px 3px !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px !important;
        border-radius: 11px !important;
    }

    body.customer-app .side-menu-list i,
    body.customer-app .sidebar-menu-wrapper ul li a > i {
        width: 22px !important;
        height: 22px !important;
        flex: 0 0 22px !important;
        font-size: 16px !important;
    }

    body.customer-app .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper ul li h6 {
        /* display: block !important; */
        visibility: visible;
        width: 56px;
        max-width: 56px;
        max-height: 23px;
        overflow: hidden;
        font-size: 10px !important;
        font-weight: 400 !important;
        line-height: 1.08 !important;
        text-align: center;
        white-space: normal;
    }

    body.customer-app .sidebar-help-card {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 54px !important;
        min-height: 54px !important;
        margin-left: 0;
        padding: 5px !important;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
        border-radius: 11px !important;
    }

    body.customer-app .sidebar-help-card > i:last-child {
        display: none !important;
    }

    body.customer-app .sidebar-help-card > span:not(.sidebar-help-icon) {
        display: block !important;
        width: 100%;
        max-width: 56px;
        overflow: hidden;
        color: inherit;
        line-height: 1.08;
        text-align: center;
        white-space: nowrap;
    }

    body.customer-app .sidebar-help-card > span:not(.sidebar-help-icon) strong {
        display: block;
        overflow: hidden;
        font-size: 10.5px !important;
        font-weight: 600 !important;
        line-height: 1.08 !important;
        text-overflow: ellipsis;
    }

    body.customer-app .sidebar-help-card > span:not(.sidebar-help-icon) small {
        display: none !important;
    }

    body.customer-app .sidebar-help-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        font-size: 16px;
    }

    .customer-app .customer-stage,
    .customer-app .main-content,
    .customer-app .main-content.order-content,
    .customer-app .main-content.slide,
    .customer-app .main-content.order-content.slide {
        padding-bottom: calc(var(--customer-dock-height) + 12px);
    }

    .customer-app .main-content > .customer-footer,
    .customer-app .customer-footer {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    :root {
        --customer-dock-height: 126px;
    }

    body.customer-app .customer-workspace-dock,
    body.customer-app .sidebar-wrapper {
        height: var(--customer-dock-height);
    }

    body.customer-app .sidebar,
    body.customer-app .sidebar-menu-wrapper {
        height: 114px;
    }

    body.customer-app .sidebar-menu-wrapper {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        grid-auto-rows: 54px !important;
    }
}

/* ==================================================
   Shared table typography
   Mirrors the Dashboard > Recent orders hierarchy.
================================================== */
.customer-app .customer-view-scroll table,
.customer-app .customer-view-scroll :is(.eg-table, .order-table, .summary-table, .order-overview-table, .deposit-history-table, .transaction-records-table, .referral-users-table) {
    font-family: var(--font-work-sans);
}

.customer-app .customer-view-scroll table thead th,
.customer-app .customer-view-scroll table thead td,
.customer-app .customer-view-scroll :is(.eg-table, .order-table, .summary-table, .order-overview-table, .deposit-history-table, .transaction-records-table, .referral-users-table) thead th {
    font-family: var(--font-work-sans) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

.customer-app .customer-view-scroll table tbody td,
.customer-app .customer-view-scroll table tbody th,
.customer-app .customer-view-scroll :is(.eg-table, .order-table, .summary-table, .order-overview-table, .deposit-history-table, .transaction-records-table, .referral-users-table) tbody td {
    font-family: var(--font-work-sans) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

.customer-app .customer-view-scroll table tbody :is(a, button, .btn, .details-btn, .order-view-btn, .dashboard-order-id),
.customer-app .customer-view-scroll table tbody :is(.statu-btn, .status-btn, .status-badge, .order-status-chip, .badge),
.customer-app .customer-view-scroll table tbody :is(b, strong) {
    font-family: var(--font-work-sans) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

.customer-app .customer-view-scroll table tbody :is(small, .small) {
    font-family: var(--font-work-sans) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

.customer-app .customer-view-scroll :is(.summary-table, .price-table) :is(li, td, th, span, p) {
    font-family: var(--font-work-sans) !important;
}

.customer-app .customer-view-scroll .price-table > li,
.customer-app .customer-view-scroll .price-table > li > :is(span, strong, b) {
    font-size: 14px !important;
    line-height: 1.45 !important;
}

/* ==================================================
   Full customer-panel typography system
   Uses Dashboard and Recent orders as the source scale.
================================================== */
body.customer-app,
body.customer-app .customer-view-scroll {
    color: var(--text-color);
    font-family: var(--font-work-sans);
    font-size: 14px;
    line-height: 1.5;
}

body.customer-app .customer-view-scroll h1 {
    font-family: var(--font-mitr) !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 1.22 !important;
}

body.customer-app .customer-view-scroll h2 {
    font-family: var(--font-mitr) !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
}

body.customer-app .customer-view-scroll h3 {
    font-family: var(--font-mitr) !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.32 !important;
}

body.customer-app .customer-view-scroll h4 {
    font-family: var(--font-mitr) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.customer-app .customer-view-scroll h5 {
    font-family: var(--font-mitr) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

body.customer-app .customer-view-scroll h6 {
    font-family: var(--font-mitr) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

body.customer-app .customer-view-scroll :is(p, li, dd) {
    font-family: var(--font-work-sans) !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.55 !important;
}
body.customer-app .customer-view-scroll :is(li.option){
    line-height: 40px !important;
}
body.customer-app .customer-view-scroll :is(label, .form-label, dt) {
    font-family: var(--font-work-sans) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

body.customer-app .customer-view-scroll :is(small, .small, time) {
    font-family: var(--font-work-sans) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.customer-app .customer-view-scroll :is(strong, b) {
    font-weight: 500;
}

body.customer-app .customer-view-scroll :is(
    input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
    select,
    textarea,
    .form-control,
    .nice-select
) {
    font-family: var(--font-work-sans) !important;
    font-size: 14px !important;
    /* line-height: 1.45 !important; */
}

body.customer-app .customer-view-scroll :is(button, .btn, .btn-hover, input[type="button"], input[type="submit"]) {
    font-family: var(--font-work-sans) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body.customer-app .customer-view-scroll :is(
    [class*="eyebrow"],
    [class*="kicker"],
    [class*="overline"],
    [class$="-type-label"],
    [class$="-section-label"]
) {
    font-family: var(--font-work-sans) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.customer-app .customer-view-scroll :is(
    [class$="-subtitle"],
    [class$="-description"],
    [class$="-helper"],
    [class$="-information"]
) {
    font-family: var(--font-work-sans) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

body.customer-app .customer-view-scroll :is(
    [class$="-time"],
    [class$="-date"],
    [class$="-count"]
) {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

body.customer-app .customer-view-scroll :is(
    .statu-btn,
    .status-btn,
    .status-badge,
    .order-status-chip,
    .deposit-status,
    .support-status,
    .badge
) {
    font-family: var(--font-work-sans) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

body.customer-app .workspace-context strong {
    font-size: 18px !important;
    font-weight: 500 !important;
}

body.customer-app .workspace-context-label,
body.customer-app .sidebar-kicker {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.customer-app :is(.balance-content, .admin-desig) small {
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

body.customer-app .balance-content strong,
body.customer-app .admin-desig .username {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

body.customer-app .side-menu-list h6,
body.customer-app .sidebar-menu-wrapper ul li h6,
body.customer-app .sidebar-help-card strong {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

body.customer-app .sidebar-help-card small {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    color: #fff;
}

body.customer-app :is(.dropdown-item, .dropdown-menu a) {
    font-family: var(--font-work-sans) !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4 !important;
}

body.customer-app .notifacion-card .title {
    font-family: var(--font-work-sans) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

body.customer-app #depositPaymentModal .modal-title,
body.customer-app .modal-content .modal-title {
    font-family: var(--font-mitr) !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

body.customer-app #depositPaymentModal :is(p, li, dd),
body.customer-app .modal-content :is(p, li, dd) {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

body.customer-app #depositPaymentModal :is(label, .control-label, strong, .deposit-gateway-name),
body.customer-app .modal-content :is(label, .control-label) {
    font-size: 13px !important;
    line-height: 1.4 !important;
}

body.customer-app #depositPaymentModal :is(.form-control, input, select, textarea),
body.customer-app .modal-content :is(.form-control, input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
    font-size: 14px !important;
}

body.customer-app #depositPaymentModal :is(button, .btn),
body.customer-app .modal-content :is(button, .btn) {
    font-size: 14px !important;
    font-weight: 500 !important;
}

@media (max-width: 767.98px) {
    body.customer-app .customer-view-scroll h1 {
        font-size: 26px !important;
    }

    body.customer-app .customer-view-scroll h2 {
        font-size: 22px !important;
    }

    body.customer-app .customer-view-scroll h3 {
        font-size: 19px !important;
    }

    body.customer-app .customer-view-scroll :is(
        input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
        select,
        textarea,
        .form-control,
        .nice-select
    ),
    body.customer-app .modal-content :is(
        input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
        select,
        textarea,
        .form-control
    ) {
        font-size: 16px !important;
    }

    body.customer-app .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper ul li h6,
    body.customer-app .sidebar-help-card > span:not(.sidebar-help-icon) strong {
        font-size: 12px !important;
    }
    .customer-app .invoice-page .invoice-wrapper > div, .customer-app .invoice-page .invoice-wrapper > table{
        min-width: auto;
    }
}

/* Transactions: compact, overflow-safe phone ledger */
@media (max-width: 767.98px) {
    body.customer-app .transaction-ledger-panel {
        padding: 12px;
    }

    body.customer-app .transaction-records-table {
        width: 100% !important;
        min-width: 0 !important;
        margin-top: 10px;
    }

    body.customer-app .transaction-records-table tbody tr.transaction-empty-row {
        margin: 0;
    }

    body.customer-app .transaction-records-table td.transaction-empty-state {
        display: flex !important;
        width: 100% !important;
        min-height: 150px;
        height: auto;
        padding: 24px 16px !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column;
        gap: 0;
        text-align: center !important;
    }

    body.customer-app .transaction-records-table td.transaction-empty-state::before {
        content: none !important;
    }
}

@media (max-width: 479.98px) {
    body.customer-app .transaction-page-totals {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.customer-app .transaction-page-total {
        width: 100%;
        min-width: 0;
        padding: 8px;
    }

    body.customer-app .transaction-page-total span {
        min-width: 0;
        font-size: 13px !important;
    }
    .customer-app .customer-invoice-details .invoice-line-items .order-table{
        min-width: 0;
        border: unset;
    }
    .customer-app .invoice-records-table{
        min-width: 0;
        border: unset;
    }
    .customer-app .invoice-records-table tbody{
        min-width: 0;
        border: unset;
    }
    .customer-app .invoice-table-scroll{
        border: unset;
    }
    .customer-app .customer-invoice-details .invoice-line-items{
        border: unset;
    }
}

/* Invoice details: preserve line-item relationships on phones and tablets */
@media (max-width: 767.98px) {
    body.customer-app .customer-invoice-details .invoice-line-items {
        padding: 0 !important;
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    body.customer-app .customer-invoice-details .invoice-line-items .order-table {
        display: block;
        width: 100% !important;
        min-width: 0 !important;
        border: 0;
    }

    body.customer-app .customer-invoice-details .invoice-line-items .order-table tbody {
        display: grid;
        width: 100%;
        gap: 10px;
    }

    body.customer-app .customer-invoice-details .invoice-line-items .order-table tbody tr {
        width: 100%;
        margin: 0;
        overflow: hidden;
        border: 1px solid var(--invoice-line);
        border-radius: 12px;
        background: #fff;
    }

    body.customer-app .customer-invoice-details .invoice-line-items .order-table tbody tr.invoice-service-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: stretch;
        background: #f1f6f1;
    }

    body.customer-app .customer-invoice-details .invoice-line-items .order-table tbody tr.invoice-spec-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.customer-app .customer-invoice-details .invoice-line-items .order-table tbody tr.invoice-summary-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    body.customer-app .customer-invoice-details .invoice-line-items .order-table tbody tr > td {
        display: block;
        width: auto !important;
        min-height: 0;
        padding: 12px !important;
        border: 0;
        color: var(--invoice-ink) !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        text-align: left !important;
        background-color: transparent !important;
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-cell-empty {
        display: none !important;
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-service-name {
        font-weight: 500 !important;
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-service-quantity {
        min-width: 76px;
        border-left: 1px solid var(--invoice-line);
        font-weight: 500 !important;
        text-align: right !important;
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-service-quantity::before {
        content: "Images";
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-specification {
        grid-column: 1 / -1;
        border-bottom: 1px solid var(--invoice-line);
        font-weight: 500 !important;
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-unit-price {
        border-right: 1px solid var(--invoice-line);
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-line-amount {
        text-align: right !important;
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-unit-price::before {
        content: "Unit price";
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-line-amount::before {
        content: "Amount";
    }

    body.customer-app .customer-invoice-details .invoice-line-items :is(
        td.invoice-service-quantity,
        td.invoice-unit-price,
        td.invoice-line-amount
    )::before {
        display: block;
        margin-bottom: 4px;
        color: var(--invoice-muted);
        font-size: 11px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-summary-label,
    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-summary-value {
        padding: 11px 12px !important;
        font-weight: 500 !important;
    }

    body.customer-app .customer-invoice-details .invoice-line-items td.invoice-summary-value {
        min-width: 88px;
        text-align: right !important;
    }

    /* body.customer-app .customer-invoice-details .invoice-line-items tr.invoice-total-row {
        border-color: #13241d;
        background: #13241d !important;
    } */

    body.customer-app .customer-invoice-details .invoice-line-items tr.invoice-total-row > td {
        background: transparent !important;
        color: #fff !important;
        font-size: 16px !important;
    }
    .customer-app .referral-users-table{
        min-width: 0;
    }
}

/* Referral history: readable empty state on compact screens */
@media (max-width: 767.98px) {
    body.customer-app .referral-history-panel .referral-section-heading {
        align-items: center;
        flex-direction: row;
    }

    body.customer-app .referral-table-wrap {
        overflow: visible;
    }

    body.customer-app .referral-users-table {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.customer-app .referral-users-table tbody tr.referral-empty-row {
        margin: 0;
    }

    body.customer-app .referral-users-table td.referral-empty-state {
        display: flex !important;
        width: 100% !important;
        min-height: 168px;
        height: auto;
        padding: 26px 18px !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column;
        gap: 0;
        text-align: center !important;
    }

    body.customer-app .referral-users-table td.referral-empty-state::before {
        content: none !important;
    }

    body.customer-app .referral-users-table .referral-empty-state > span {
        display: inline-flex !important;
        flex: 0 0 44px;
    }

    body.customer-app .referral-users-table .referral-empty-state strong {
        width: auto;
        margin-top: 10px;
        font-size: 17px !important;
        text-align: center;
    }

body.customer-app .referral-users-table .referral-empty-state p {
        max-width: 260px;
        margin: 5px auto 0;
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: center;
    }
}

/* ==================================================
   Desktop command navigation prominence
   Keeps the compact mobile dock unchanged.
================================================== */
@media (min-width: 1200px) {
    :root {
        --customer-dock-height: 66px;
    }

    body.customer-app .customer-workspace-dock,
    body.customer-app .sidebar-wrapper {
        height: var(--customer-dock-height);
        padding: 7px 20px;
    }

    body.customer-app .sidebar {
        max-width: 1560px;
        height: 52px;
        border: 2px solid rgba(0, 111, 48, 0.18);
        background: #fff;
        box-shadow: 0 10px 28px rgba(0, 111, 48, 0.12);
    }

    body.customer-app .sidebar-menu-wrapper {
        height: 52px;
        gap: 7px;
        padding: 5px 7px;
    }

    body.customer-app .sidebar-kicker {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 13px !important;
    }

    body.customer-app .sidebar-nav-group,
    body.customer-app .side-menu-list,
    body.customer-app .sidebar-menu-wrapper ul.side-menu-list {
        gap: 4px !important;
    }

    body.customer-app .side-menu-list a,
    body.customer-app .sidebar-menu-wrapper ul li a {
        min-height: 40px;
        gap: 8px;
        padding: 8px 12px;
        border: 1px solid rgba(0, 111, 48, 0.08);
        border-radius: 11px;
        background: #f5f9f6;
        color: #31483e;
        transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
    }

    body.customer-app .side-menu-list i,
    body.customer-app .sidebar-menu-wrapper ul li a > i {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        font-size: 15px;
    }

    body.customer-app .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper ul li h6 {
        font-size: 15px !important;
        font-weight: 600 !important;
        letter-spacing: -0.01em;
    }

    body.customer-app .side-menu-list a:hover,
    body.customer-app .sidebar-menu-wrapper ul li a:hover {
        border-color: rgba(0, 111, 48, 0.35);
        background: #eaf4ed;
        color: var(--primary-color);
        box-shadow: 0 4px 12px rgba(0, 111, 48, 0.1);
    }

    body.customer-route-user-dashboard .side-menu-list a[href$="/dashboard"],
    body.customer-app .side-menu-list a.active,
    body.customer-route-ordercreate .side-menu-list a[href*="/order/create"],
    body.customer-route-ordermanualcreate .side-menu-list a[href*="/order/create"],
    body[class*="customer-route-order"]:not(.customer-route-ordercreate):not(.customer-route-ordermanualcreate) .side-menu-list a[href$="/order"],
    body[class*="customer-route-specification"] .side-menu-list a[href*="/template/list"],
    body.customer-route-invoice .side-menu-list a[href$="/invoice"],
    body.customer-route-user-transactions .side-menu-list a[href$="/transactions"],
    body.customer-route-settings .side-menu-list a[href$="/settings"] {
        border-color: var(--primary-color);
        background: var(--primary-color);
        color: #fff;
        box-shadow: 0 5px 14px rgba(0, 111, 48, 0.2);
    }

    body.customer-route-ordercreate .side-menu-list a[href$="/order"],
    body.customer-route-ordermanualcreate .side-menu-list a[href$="/order"] {
        border-color: rgba(0, 111, 48, 0.08);
        background: #f5f9f6;
        color: #31483e;
        box-shadow: none;
    }

    body.customer-app .sidebar-new-badge {
        min-height: 18px;
        padding: 2px 7px;
        font-size: 10px;
        font-weight: 600;
    }

    body.customer-app .sidebar-help-card {
        min-height: 40px;
        gap: 8px;
        padding: 5px 11px;
        border: 1px solid var(--primary-color);
        border-radius: 11px;
        background: var(--primary-color);
        box-shadow: 0 7px 18px rgba(0, 111, 48, 0.24);
    }

    body.customer-app .sidebar-help-card strong {
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    body.customer-app .sidebar-help-card small {
        font-size: 11px !important;
    }

    body.customer-app .header-area .main-conent-header .nav-right .add-balance-area {
        min-width: 188px;
        min-height: 50px;
        padding: 6px 10px;
        grid-template-columns: 34px minmax(88px, 1fr) 26px;
        border: 2px solid rgba(0, 111, 48, 0.28);
        background: #f2f8f4;
        box-shadow: 0 6px 16px rgba(0, 111, 48, 0.11);
    }

    body.customer-app .header-area .main-conent-header .nav-right .add-balance-area .balance-icon {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }

    body.customer-app .balance-content small {
        font-size: 12px !important;
    }

    body.customer-app .balance-content strong {
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    body.customer-app .balance-add {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }

    body.customer-app .header-area .main-conent-header .nav-right ul.header-icons li .notifications-area,
    body.customer-app .header-area .main-conent-header .nav-right ul.header-icons li .notification-area {
        position: relative;
        width: 46px;
        height: 46px;
        font-size: 18px;
        border: 2px solid rgba(0, 111, 48, 0.24);
        background: #f2f8f4;
        color: var(--primary-color);
        box-shadow: 0 5px 14px rgba(0, 111, 48, 0.1);
    }

    body.customer-app .header-area .main-conent-header .nav-right ul.header-icons li :is(.notifications-area, .notification-area) > span {
        position: absolute;
        top: -5px;
        right: -5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 19px;
        min-width: 19px;
        max-width: 24px;
        height: 19px;
        min-height: 19px;
        margin: 0;
        padding: 0 3px;
        border: 2px solid #fff;
        border-radius: 999px;
        background: var(--primary-color);
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
        box-sizing: border-box;
    }

    body.customer-app .header-area .main-conent-header .nav-right .admin-area .customer-profile-trigger {
        min-width: 158px;
        min-height: 50px;
        padding: 5px 9px;
        border: 2px solid rgba(0, 111, 48, 0.2);
        background: #f7faf8;
        box-shadow: 0 5px 14px rgba(0, 111, 48, 0.08);
    }

    body.customer-app .admin-desig small {
        font-size: 11px !important;
    }

    body.customer-app .admin-desig .username {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    body.customer-app .side-menu-list a,
    body.customer-app .sidebar-menu-wrapper ul li a {
        gap: 5px;
        padding-right: 7px;
        padding-left: 7px;
    }

    body.customer-app .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper ul li h6 {
        font-size: 13px !important;
    }

    body.customer-app .sidebar-help-card {
        padding-right: 8px;
        padding-left: 8px;
    }
}

/* ==================================================
   Clear mobile navigation and compact pagination
================================================== */
.mobile-nav-more {
    display: none;
}

.customer-pagination {
    width: 100%;
    overflow-x: auto;
    text-align: center;
    scrollbar-width: none;
}

.customer-pagination::-webkit-scrollbar {
    display: none;
}

.customer-pagination .pagination {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    :root {
        --customer-dock-height: 82px;
    }

    body.customer-app .customer-workspace-dock,
    body.customer-app .sidebar-wrapper {
        height: var(--customer-dock-height) !important;
        padding: 8px 10px 10px !important;
        overflow: visible !important;
    }

    body.customer-app .sidebar,
    body.customer-app .sidebar-menu-wrapper {
        height: 64px !important;
    }

    body.customer-app .sidebar {
        overflow: visible;
        border: 1px solid rgba(0, 111, 48, 0.14);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 -6px 24px rgba(28, 49, 39, 0.12);
    }

    body.customer-app .sidebar-menu-wrapper {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 3px !important;
        padding: 4px !important;
        overflow: visible;
    }

    body.customer-app .sidebar-nav-group--primary,
    body.customer-app .sidebar-nav-group--primary .side-menu-list {
        display: contents !important;
    }

    body.customer-app .sidebar-nav-group--manage,
    body.customer-app .sidebar-referral-card {
        display: none !important;
    }

    body.customer-app .sidebar-nav-group--primary .side-menu-list > li {
        width: auto;
        min-width: 0;
        height: 56px;
    }

    body.customer-app .sidebar-nav-group--primary .side-menu-list a,
    body.customer-app .sidebar-menu-wrapper .sidebar-nav-group--primary ul li a,
    body.customer-app .mobile-nav-more > summary {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 56px !important;
        min-height: 56px !important;
        padding: 5px 2px !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px !important;
        border: 0;
        border-radius: 13px !important;
        background: transparent;
        color: #607068;
        cursor: pointer;
        list-style: none;
    }

    body.customer-app .mobile-nav-more > summary::-webkit-details-marker {
        display: none;
    }

    body.customer-app .sidebar-nav-group--primary .side-menu-list i,
    body.customer-app .mobile-nav-more > summary i {
        display: inline-flex;
        width: 24px !important;
        height: 24px !important;
        flex: 0 0 24px !important;
        align-items: center;
        justify-content: center;
        font-size: 18px !important;
    }

    body.customer-app .sidebar-nav-group--primary .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper .sidebar-nav-group--primary ul li h6,
    body.customer-app .mobile-nav-more > summary span {
        display: block !important;
        visibility: visible !important;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        overflow: hidden;
        color: inherit;
        font-size: 10.5px !important;
        font-weight: 600 !important;
        line-height: 1.1 !important;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.customer-app .mobile-nav-more {
        position: relative;
        display: block;
        min-width: 0;
        height: 56px;
    }

    body.customer-app .mobile-nav-more[open] > summary,
    body.customer-route-invoice .mobile-nav-more > summary,
    body.customer-route-user-transactions .mobile-nav-more > summary,
    body.customer-route-settings .mobile-nav-more > summary,
    body.customer-route-referral .mobile-nav-more > summary,
    body.customer-route-partnerusers .mobile-nav-more > summary {
        background: var(--primary-color);
        color: #fff;
    }

    body.customer-app .mobile-nav-more-menu {
        position: fixed;
        right: 10px;
        bottom: calc(var(--customer-dock-height) + 8px);
        left: 10px;
        z-index: 1100;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        padding: 14px;
        border: 1px solid rgba(0, 111, 48, 0.14);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 16px 44px rgba(23, 36, 30, 0.22);
    }

    body.customer-app .mobile-nav-more-title {
        grid-column: 1 / -1;
        color: #17241e;
        font-size: 13px;
        font-weight: 700;
    }

    body.customer-app .mobile-nav-more-menu a {
        display: flex;
        min-width: 0;
        min-height: 46px;
        align-items: center;
        gap: 10px;
        padding: 9px 11px;
        border-radius: 12px;
        background: #f2f7f4;
        color: #31483e;
        font-size: 12px;
        font-weight: 600;
    }

    body.customer-app .mobile-nav-more-menu a i {
        display: inline-flex;
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: #e2eee6;
        color: var(--primary-color);
        font-size: 14px;
    }

    body.customer-app .mobile-nav-more-menu .mobile-referral-reward {
        display: inline-flex;
        min-width: 42px;
        height: 26px;
        margin-left: auto;
        padding: 0 8px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--primary-color);
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }

    body.customer-app .customer-stage,
    body.customer-app .main-content,
    body.customer-app .main-content.order-content,
    body.customer-app .main-content.slide,
    body.customer-app .main-content.order-content.slide {
        padding-bottom: calc(var(--customer-dock-height) + 12px);
    }

    .customer-pagination {
        padding: 6px 0;
        text-align: center;
    }

    .customer-pagination .pagination {
        justify-content: center;
    }

    .customer-pagination .page-link {
        display: inline-flex;
        min-width: 36px;
        min-height: 36px;
        padding: 6px 9px;
        align-items: center;
        justify-content: center;
        gap: 3px;
        border-radius: 10px !important;
        font-size: 12px;
    }

    .customer-pagination .page-link svg {
        width: 20px;
        height: 18px;
    }
}

@media (max-width: 380px) {
    body.customer-app .sidebar-nav-group--primary .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper .sidebar-nav-group--primary ul li h6,
    body.customer-app .mobile-nav-more > summary span {
        font-size: 9.5px !important;
    }

    body.customer-app .mobile-nav-more-menu {
        grid-template-columns: 1fr;
    }
}

/* ==================================================
   Reference desktop command navigation
   Matches Downloads/content/index.html at 992px and above.
   The existing mobile/tablet dock remains unchanged below 992px.
================================================== */
@media (min-width: 992px) {
    :root {
        --customer-dock-height: 103px;
    }

    body.customer-app .customer-workspace-dock,
    body.customer-app .sidebar-wrapper,
    body.customer-app .sidebar-wrapper.slide {
        position: absolute;
        top: var(--customer-header-height);
        right: 0;
        bottom: auto;
        left: 0;
        height: var(--customer-dock-height);
        padding: 12px 28px 0;
        overflow: visible;
        opacity: 1;
        transform: none;
    }

    body.customer-app .sidebar {
        width: 100%;
        max-width: 1548px;
        height: 80px;
        border: 1px solid #d8e4dd;
        border-radius: 20px;
        background: rgba(250, 252, 250, 0.98);
        box-shadow: 0 9px 22px rgba(24, 65, 42, 0.14);
        backdrop-filter: blur(14px);
    }

    body.customer-app .sidebar-menu-wrapper {
        display: grid;
        width: 100%;
        height: 79px;
        padding: 9px;
        grid-template-columns: 1.15fr 1.35fr 0.9fr 1fr 0.85fr 1.05fr 0.85fr 1.35fr;
        align-items: stretch;
        gap: 12px;
        overflow: visible;
    }

    body.customer-app .sidebar-nav-group,
    body.customer-app .side-menu-list,
    body.customer-app .sidebar-menu-wrapper ul.side-menu-list,
    body.customer-app .sidebar-menu-wrapper ul.side-menu-list > li {
        display: contents !important;
    }

    body.customer-app .sidebar-kicker,
    body.customer-app .sidebar-section-label,
    body.customer-app .sidebar-divider,
    body.customer-app .mobile-nav-more {
        display: none !important;
    }

    body.customer-app .side-menu-list a,
    body.customer-app .sidebar-menu-wrapper ul li a {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 61px !important;
        margin: 0;
        padding: 0 16px !important;
        align-items: center;
        justify-content: center;
        gap: 11px !important;
        border: 1px solid #b6d2c1;
        border-radius: 13px !important;
        background: linear-gradient(#fff, #f7faf8);
        box-shadow: 0 6px 0 #c9d6ce, 0 9px 16px rgba(0, 0, 0, 0.08);
        color: #17241e;
        white-space: nowrap;
        transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    }

    body.customer-app .side-menu-list a:hover,
    body.customer-app .sidebar-menu-wrapper ul li a:hover {
        border-color: #9fc6ad;
        background: linear-gradient(#fff, #f7faf8);
        color: #17241e;
        box-shadow: 0 6px 0 #c9d6ce, 0 11px 18px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    body.customer-app .side-menu-list i,
    body.customer-app .sidebar-menu-wrapper ul li a > i {
        display: inline-flex !important;
        width: 25px !important;
        height: 25px !important;
        flex: 0 0 25px !important;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        background: transparent;
        color: #08733f;
        font-size: 21px !important;
    }

    body.customer-app .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper ul li h6 {
        display: block !important;
        visibility: visible !important;
        width: auto;
        max-width: none;
        height: auto;
        margin: 0;
        overflow: visible;
        color: inherit;
        font-family: var(--font-work-sans);
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        letter-spacing: 0;
        text-align: left;
        white-space: nowrap;
    }

    body.customer-app[class*="customer-route-order"] .side-menu-list a[href*="/order/create"] {
        border-color: #b6d2c1;
        background: linear-gradient(#fff, #f7faf8);
        box-shadow: 0 6px 0 #c9d6ce, 0 9px 16px rgba(0, 0, 0, 0.08);
        color: #17241e;
    }

    body.customer-app[class*="customer-route-order"] .side-menu-list a[href*="/order/create"] i {
        color: #08733f;
    }

    body.customer-route-user-dashboard .side-menu-list a[href$="/dashboard"],
    body.customer-app .side-menu-list a.active,
    body.customer-route-ordercreate .side-menu-list a[href*="/order/create"],
    body.customer-route-ordermanualcreate .side-menu-list a[href*="/order/create"],
    body[class*="customer-route-order"]:not(.customer-route-ordercreate):not(.customer-route-ordermanualcreate) .side-menu-list a[href$="/order"],
    body[class*="customer-route-specification"] .side-menu-list a[href*="/template/list"],
    body.customer-route-invoice .side-menu-list a[href$="/invoice"],
    body.customer-route-user-transactions .side-menu-list a[href$="/transactions"],
    body.customer-route-settings .side-menu-list a[href$="/settings"],
    body.customer-route-partnerusers .side-menu-list a[href*="/partner/user/list"] {
        border-color: #08673b;
        background: linear-gradient(180deg, #0c9b55, #04723d);
        box-shadow: 0 6px 0 #044f2d, 0 11px 20px rgba(1, 99, 53, 0.24);
        color: #fff;
    }

    body.customer-route-user-dashboard .side-menu-list a[href$="/dashboard"] i,
    body.customer-app .side-menu-list a.active i,
    body.customer-route-ordercreate .side-menu-list a[href*="/order/create"] i,
    body.customer-route-ordermanualcreate .side-menu-list a[href*="/order/create"] i,
    body[class*="customer-route-order"]:not(.customer-route-ordercreate):not(.customer-route-ordermanualcreate) .side-menu-list a[href$="/order"] i,
    body[class*="customer-route-specification"] .side-menu-list a[href*="/template/list"] i,
    body.customer-route-invoice .side-menu-list a[href$="/invoice"] i,
    body.customer-route-user-transactions .side-menu-list a[href$="/transactions"] i,
    body.customer-route-settings .side-menu-list a[href$="/settings"] i,
    body.customer-route-partnerusers .side-menu-list a[href*="/partner/user/list"] i {
        color: #fff !important;
    }

    body.customer-route-user-dashboard .side-menu-list a[href$="/dashboard"]:hover,
    body.customer-app .side-menu-list a.active:hover,
    body.customer-route-ordercreate .side-menu-list a[href*="/order/create"]:hover,
    body.customer-route-ordermanualcreate .side-menu-list a[href*="/order/create"]:hover,
    body[class*="customer-route-order"]:not(.customer-route-ordercreate):not(.customer-route-ordermanualcreate) .side-menu-list a[href$="/order"]:hover,
    body[class*="customer-route-specification"] .side-menu-list a[href*="/template/list"]:hover,
    body.customer-route-invoice .side-menu-list a[href$="/invoice"]:hover,
    body.customer-route-user-transactions .side-menu-list a[href$="/transactions"]:hover,
    body.customer-route-settings .side-menu-list a[href$="/settings"]:hover,
    body.customer-route-partnerusers .side-menu-list a[href*="/partner/user/list"]:hover {
        border-color: #08673b;
        background: linear-gradient(180deg, #0c9b55, #04723d);
        box-shadow: 0 6px 0 #044f2d, 0 11px 20px rgba(1, 99, 53, 0.24);
        color: #fff;
    }

    body.customer-route-user-dashboard .side-menu-list a[href$="/dashboard"]:hover i,
    body.customer-app .side-menu-list a.active:hover i,
    body.customer-route-ordercreate .side-menu-list a[href*="/order/create"]:hover i,
    body.customer-route-ordermanualcreate .side-menu-list a[href*="/order/create"]:hover i,
    body[class*="customer-route-order"]:not(.customer-route-ordercreate):not(.customer-route-ordermanualcreate) .side-menu-list a[href$="/order"]:hover i,
    body[class*="customer-route-specification"] .side-menu-list a[href*="/template/list"]:hover i,
    body.customer-route-invoice .side-menu-list a[href$="/invoice"]:hover i,
    body.customer-route-user-transactions .side-menu-list a[href$="/transactions"]:hover i,
    body.customer-route-settings .side-menu-list a[href$="/settings"]:hover i,
    body.customer-route-partnerusers .side-menu-list a[href*="/partner/user/list"]:hover i {
        color: #fff !important;
    }

    body.customer-route-ordercreate .side-menu-list a[href$="/order"],
    body.customer-route-ordermanualcreate .side-menu-list a[href$="/order"] {
        border-color: #b6d2c1 !important;
        background: linear-gradient(#fff, #f7faf8) !important;
        box-shadow: 0 6px 0 #c9d6ce, 0 9px 16px rgba(0, 0, 0, 0.08) !important;
        color: #17241e !important;
    }

    body.customer-route-ordercreate .side-menu-list a[href$="/order"] i,
    body.customer-route-ordermanualcreate .side-menu-list a[href$="/order"] i {
        background: transparent !important;
        color: #08733f !important;
    }

    body.customer-route-ordercreate .side-menu-list a[href$="/order"] h6,
    body.customer-route-ordermanualcreate .side-menu-list a[href$="/order"] h6 {
        color: #17241e !important;
    }

    body.customer-app .sidebar-new-badge {
        display: inline-flex !important;
        min-height: 0;
        margin-left: 0;
        padding: 5px 10px;
        align-items: center;
        border-radius: 7px;
        background: #ffd394;
        color: #522b00;
        font-size: 11px !important;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    body.customer-app .side-menu-list a.active .sidebar-new-badge,
    body.customer-route-ordercreate .sidebar-new-badge,
    body.customer-route-ordermanualcreate .sidebar-new-badge {
        background: #ffd394;
        color: #522b00;
    }

    body.customer-app .sidebar-help-card,
    body.customer-route-referral .sidebar-referral-card {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 61px !important;
        margin: 0;
        padding: 0 16px !important;
        align-items: center;
        justify-content: flex-start;
        gap: 11px !important;
        overflow: hidden;
        border: 1px solid #08733f;
        border-radius: 13px !important;
        background: linear-gradient(180deg, #079a51, #056c3b);
        box-shadow: 0 6px 0 #04512d, 0 11px 20px rgba(1, 99, 53, 0.24);
        color: #fff;
        transition: transform 180ms ease;
    }

    body.customer-app .sidebar-help-card:hover {
        color: #fff;
        transform: translateY(-2px);
    }

    body.customer-app .sidebar-help-card::after {
        display: none;
    }

    body.customer-app .sidebar-help-icon {
        display: none !important;
    }

    body.customer-app .sidebar-help-card > span:not(.sidebar-help-icon) {
        display: flex !important;
        min-width: 0;
        flex: 1 1 auto;
        flex-direction: column;
        justify-content: center;
    }

    body.customer-app .sidebar-help-card strong {
        color: #fff;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.1 !important;
        white-space: nowrap;
    }

    body.customer-app .sidebar-help-card small {
        display: block !important;
        margin-top: 3px;
        color: #fff;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1.1 !important;
        white-space: nowrap;
    }

    body.customer-app .sidebar-help-card > i:last-child {
        display: inline-flex !important;
        width: 35px !important;
        height: 35px !important;
        margin-left: auto !important;
        flex: 0 0 35px !important;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.11);
        color: #fff;
        font-size: 17px !important;
    }

    body.customer-app .sidebar-help-card > .sidebar-referral-reward {
        display: inline-flex !important;
        width: 35px;
        min-width: 35px;
        height: 35px;
        margin-left: auto;
        padding: 0;
        flex: 0 0 35px !important;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.58);
        background: rgba(255, 255, 255, 0.94) !important;
        color: #08733f !important;
        font-family: var(--font-work-sans);
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }
}
@media (min-width: 1200px) and (max-width: 1349.98px) {
    :root {
        --customer-dock-height: 92px;
    }

    body.customer-app .customer-workspace-dock,
    body.customer-app .sidebar-wrapper,
    body.customer-app .sidebar-wrapper.slide {
        height: var(--customer-dock-height);
        padding: 10px 18px 0;
    }

    body.customer-app .sidebar {
        height: 72px;
    }

    body.customer-app .sidebar-menu-wrapper {
        display: grid;
        height: 71px;
        padding: 7px;
        grid-template-columns: 1.15fr 1.35fr 0.9fr 1fr 0.85fr 1.05fr 0.85fr 1.35fr;
        gap: 7px;
        overflow: hidden;
    }

    body.customer-app .sidebar-nav-group,
    body.customer-app .side-menu-list,
    body.customer-app .sidebar-menu-wrapper ul.side-menu-list,
    body.customer-app .sidebar-menu-wrapper ul.side-menu-list > li {
        display: contents !important;
    }

    body.customer-app .side-menu-list a,
    body.customer-app .sidebar-menu-wrapper ul li a {
        min-width: 0 !important;
        min-height: 55px !important;
        padding: 0 8px !important;
        gap: 6px !important;
    }

    body.customer-app .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper ul li h6,
    body.customer-app .sidebar-help-card strong {
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    body.customer-app .side-menu-list i,
    body.customer-app .sidebar-menu-wrapper ul li a > i,
    body.customer-app .sidebar-help-icon {
        width: 19px !important;
        height: 19px !important;
        flex: 0 0 19px !important;
        font-size: 17px !important;
    }

    body.customer-app .sidebar-new-badge {
        padding: 4px 7px;
        font-size: 9px !important;
    }

    body.customer-app .sidebar-help-card,
    body.customer-route-referral .sidebar-referral-card {
        min-width: 0 !important;
        min-height: 55px !important;
        padding: 0 9px !important;
        gap: 6px !important;
    }

    body.customer-app .sidebar-help-card small {
        font-size: 9px !important;
    }

    body.customer-app .sidebar-help-card > i:last-child {
        width: 29px !important;
        height: 29px !important;
        flex: 0 0 29px !important;
        font-size: 14px !important;
    }

    body.customer-app .sidebar-help-card > .sidebar-referral-reward {
        width: 29px;
        min-width: 29px;
        height: 29px;
        padding: 0;
        flex-basis: 29px !important;
        font-size: 9px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    :root {
        --customer-dock-height: 76px;
    }

    body.customer-app .customer-workspace-dock,
    body.customer-app .sidebar-wrapper,
    body.customer-app .sidebar-wrapper.slide {
        height: var(--customer-dock-height);
        padding: 8px 12px 0;
    }

    body.customer-app .sidebar {
        height: 68px;
        border-radius: 17px;
    }

    body.customer-app .sidebar-menu-wrapper {
        display: grid;
        height: 67px;
        padding: 6px;
        grid-template-columns: 1.15fr 1.35fr 0.9fr 1fr 0.85fr 1.05fr 0.85fr 1.35fr;
        gap: 5px;
        overflow: hidden;
    }

    body.customer-app .sidebar-nav-group,
    body.customer-app .side-menu-list,
    body.customer-app .sidebar-menu-wrapper ul.side-menu-list,
    body.customer-app .sidebar-menu-wrapper ul.side-menu-list > li {
        display: contents !important;
    }

    body.customer-app .side-menu-list a,
    body.customer-app .sidebar-menu-wrapper ul li a {
        min-width: 0 !important;
        min-height: 50px !important;
        padding: 0 5px !important;
        gap: 4px !important;
        border-radius: 10px !important;
    }

    body.customer-app .side-menu-list h6,
    body.customer-app .sidebar-menu-wrapper ul li h6,
    body.customer-app .sidebar-help-card strong {
        font-size: 11px !important;
        font-weight: 700 !important;
    }

    body.customer-app .side-menu-list i,
    body.customer-app .sidebar-menu-wrapper ul li a > i,
    body.customer-app .sidebar-help-icon {
        width: 17px !important;
        height: 17px !important;
        flex: 0 0 17px !important;
        font-size: 15px !important;
    }

    body.customer-app .sidebar-new-badge {
        padding: 3px 5px;
        font-size: 8px !important;
    }

    body.customer-app .sidebar-help-card,
    body.customer-route-referral .sidebar-referral-card {
        min-width: 0 !important;
        min-height: 50px !important;
        padding: 0 6px !important;
        gap: 4px !important;
        border-radius: 10px !important;
    }

    body.customer-app .sidebar-help-card small {
        margin-top: 2px;
        font-size: 8px !important;
    }

    body.customer-app .sidebar-help-card > i:last-child {
        width: 24px !important;
        height: 24px !important;
        flex: 0 0 24px !important;
        font-size: 12px !important;
    }

    body.customer-app .sidebar-help-card > .sidebar-referral-reward {
        width: 24px;
        min-width: 24px;
        height: 24px;
        padding: 0;
        flex-basis: 24px !important;
        font-size: 7px;
    }
}

@media (max-width: 991.98px) {
    body.customer-app .sidebar-referral-reward {
        display: none !important;
    }
}

/* Keep option artwork visible after selection across every specification flow. */
body.customer-app[class*="customer-route-specification"] :is(.select-wrap.selected, .select-wrap:has(input:checked)) :is(
    .service-card-img,
    .step-img,
    .step-template-card-media,
    .step-template-category-media,
    .step-template-size-media,
    .marketplace-complexity-media,
    .marketplace-channel-media,
    .marketplace-addon-media
) > img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

body.customer-app[class*="customer-route-specification"] .specification-media-fallback {
    display: inline-flex;
    width: 100%;
    height: 100%;
    padding: 6px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #34463d;
    font-family: var(--font-work-sans);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
}

body.customer-app[class*="customer-route-specification"] :is(.select-wrap.selected, .select-wrap:has(input:checked)) .specification-media-fallback {
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
}

/* Specification service/category cards match the Order Create service cards. */
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-card {
    display: grid !important;
    width: 100%;
    height: 100%;
    min-height: 110px !important;
    padding: 10px 12px !important;
    grid-template-columns: 110px minmax(0, 1fr) !important;
    align-items: center;
    gap: 13px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
    transform: none;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-card:hover {
    border-color: rgba(0, 111, 48, 0.4) !important;
    box-shadow: 0 7px 16px rgba(20, 35, 28, 0.06) !important;
    transform: translateY(-1px);
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-media {
    display: inline-flex !important;
    width: 110px !important;
    height: 110px !important;
    min-height: 110px !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 11px !important;
    background: #f2f4f3 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-media > img {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    padding: 4px !important;
    border: 0 !important;
    border-radius: 0;
    object-fit: contain !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-copy {
    display: flex;
    min-width: 0;
    min-height: 0;
    padding: 0 20px 0 0 !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: transparent !important;
    text-align: left;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-copy h6 {
    width: 100%;
    margin: 2px 0 3px !important;
    overflow: visible;
    color: #17241e !important;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.15;
    text-overflow: clip;
    overflow-wrap: normal;
    white-space: normal;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-check {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: auto;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 36, 30, 0.12);
    border-radius: 7px;
    background: #fff;
    color: transparent;
    font-size: 11px;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-option.selected .step-template-category-card,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-card:has(input:checked) {
    border-color: #006f30 !important;
    background: #f7f8f5 !important;
    box-shadow: 0 0 0 2px rgba(0, 111, 48, 0.1) !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-option.selected .step-template-category-media,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-card:has(input:checked) .step-template-category-media {
    background: #006f30 !important;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-option.selected .step-template-category-check,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-card:has(input:checked) .step-template-category-check {
    border-color: #006f30;
    background: #006f30;
    color: #fff;
}

body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-option.selected .specification-media-fallback,
body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-card:has(input:checked) .specification-media-fallback {
    color: #fff;
}

@media (max-width: 575.98px) {
    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-card {
        min-height: 82px !important;
        padding: 9px !important;
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-media {
        width: 58px !important;
        height: 58px !important;
        min-height: 58px !important;
    }

    body:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .step-template-category-copy h6 {
        font-size: 14px !important;
    }
}

/* Final cascade: complexity cards use the same vertical design as Order Create. */
body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-options, .step-template-complexity-options) > .row,
body.customer-app.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row,
body.customer-app:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area.two.step-template-complexity-options > .row {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-options, .step-template-complexity-options) .imageComplexityLabel {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-card, .step-template-complexity-card) {
    position: relative;
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    min-height: auto !important;
    padding: 18px 12px 10px !important;
    align-items: center;
    gap: 10px !important;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.1) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(23, 36, 30, 0.035) !important;
    text-align: center;
    transform: none;
}


body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-card, .step-template-complexity-card):hover {
    border-color: rgba(0, 111, 48, 0.28) !important;
    box-shadow: 0 8px 18px rgba(23, 36, 30, 0.07) !important;
    transform: translateY(-2px);
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-media, .step-template-card-media) {
    position: relative !important;
    display: flex !important;
    width: 110px !important;
    height: 110px !important;
    min-height: 110px !important;
    margin: 0px !important;
    padding: 8px !important;
    flex: 0 0 110px !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(23, 36, 30, 0.08) !important;
    border-radius: 11px !important;
    background: #f3f6f1 !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-media, .step-template-card-media) > img {
    display: block !important;
    width: 95px !important;
    max-width: 95px !important;
    height: 95px !important;
    max-height: 95px !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-index, .step-template-card-index),
body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) > small,
body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) > p {
    display: none !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) {
    display: block !important;
    width: 100%;
    min-height: 24px;
    padding: 0 !important;
    text-align: start !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-copy, .step-template-card-copy) h6 {
    margin: 0 0 4px !important;
    color: #1b2b23 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: start !important;
    white-space: normal !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-price, .step-template-card-price) {
    width: 100%;
    margin: 0 !important;
    color: #006f30 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-align: start !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-price, .step-template-card-price) small {
    color: #7a867f !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}

body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-check, .step-template-card-check) {
    top: 9px !important;
    right: 10px !important;
    bottom: auto !important;
    width: 19px !important;
    height: 19px !important;
    border-radius: 50% !important;
}

body.customer-app[class*="customer-route-specification"] :is(.imageComplexityLabel.selected, .imageComplexityLabel:has(input:checked)) :is(.marketplace-complexity-card, .step-template-complexity-card) {
    border-color: #006f30 !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 111, 48, 0.12) !important;
    transform: translateY(-2px);
}

body.customer-app[class*="customer-route-specification"] :is(.imageComplexityLabel.selected, .imageComplexityLabel:has(input:checked)) :is(.marketplace-complexity-card, .step-template-complexity-card)::after {
    background: #006f30;
}

body.customer-app[class*="customer-route-specification"] :is(.imageComplexityLabel.selected, .imageComplexityLabel:has(input:checked)) :is(.marketplace-complexity-media, .step-template-card-media) {
    border-color: #006f30 !important;
    background: #006f30 !important;
}

@media (max-width: 1399.98px) {
    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-options, .step-template-complexity-options) > .row,
    body.customer-app.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row,
    body.customer-app:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area.two.step-template-complexity-options > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991.98px) {
    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-options, .step-template-complexity-options) > .row,
    body.customer-app.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row,
    body.customer-app:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area.two.step-template-complexity-options > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575.98px) {
    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-options, .step-template-complexity-options) > .row,
    body.customer-app.customer-route-specificationmarketplace .marketplace-template-flow .service-area.two.marketplace-complexity-options > .row,
    body.customer-app:is(.customer-route-specificationstep, .customer-route-specificationedit) .step-template-flow .service-area.two.step-template-complexity-options > .row {
        grid-template-columns: 1fr !important;
    }

    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-card, .step-template-complexity-card) {
        min-height: 111px !important;
        padding: 14px 10px 9px !important;
    }

    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-media, .step-template-card-media) {
        width: 96px !important;
        height: 96px !important;
        min-height: 96px !important;
        flex-basis: 96px !important;
    }

    body.customer-app[class*="customer-route-specification"] :is(.marketplace-complexity-media, .step-template-card-media) > img {
        width: 82px !important;
        max-width: 82px !important;
        height: 82px !important;
        max-height: 82px !important;
    }
}

/* ==================================================
   Order Summary table alignment
   Label column left, amount column right, on one full-width grid
   so every row lines up instead of drifting toward the middle.
================================================== */
.customer-app .summary-table-wrapper .summary-table {
    table-layout: auto !important;
}

.customer-app .summary-table-wrapper .summary-table tr > td:first-child {
    width: auto !important;
    padding-right: 10px !important;
    text-align: left !important;
    white-space: normal !important;
}

.customer-app .summary-table-wrapper .summary-table tr > td:last-child {
    width: 1% !important;
    text-align: right !important;
    white-space: nowrap !important;
}

.customer-app .summary-table-wrapper .summary-table tr > td:last-child span {
    display: inline-block;
}

/* Drop the black total box on both the order-summary card and the final
   payment step: a labelled, highlighted row reads as a figure, not as a
   button the customer is meant to tap. The base theme styles this block with
   two absolutely-positioned 4px green bars (::before / ::after) and a round
   h3, so every one of those properties has to be unwound here. */
body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price,
body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price {
    position: relative;
    display: flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px 0 0 !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px;
    border: 0 !important;
    border-top: 2px solid rgba(23, 36, 30, 0.12) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price {
    margin: 0 14px 14px !important;
}

body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price {
    margin: 12px 0 0 !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price::before,
body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price::before {
    content: "Total" !important;
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: #5c6a62 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price::after,
body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price::after {
    content: none !important;
    display: none !important;
}

body[class*="customer-route-order"] .order-form-wrapper .variation-summary-card .total-price h3,
body[class*="customer-route-order"] .order-form-wrapper .payment-summary-panel .total-price h3 {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #006f30 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.1;
    white-space: nowrap;
}
