﻿/* ==========================================================
   CiO Customer Facing Portal (CFP)
   Modern Stylesheet
   Cleaned formatting version.
   ========================================================== */

/* ===========================================
   CiO Public Portal Modern Theme
=========================================== */

:root {
    --cfp-primary: #2563eb;
    --cfp-success: #16a34a;
    --cfp-warning: #d97706;
    --cfp-bg: #f5f7fb;
    --cfp-card: #ffffff;
    --cfp-border: #e4e7ec;
    --cfp-radius: 12px;
    --cfp-shadow: 0 2px 6px rgba(0,0,0,.05);
    --cfp-spacing: 24px;
}

body {
    background: var(--cfp-bg);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #222;
}

.cfp-page {
    max-width: 1400px;
    margin: auto;
    padding: 40px 24px;
}

.cfp-content {
    background: white;
    border-radius: 16px;
    box-shadow: var(--cfp-shadow);
    padding: 32px;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
}

.footerlogoweb {
    display: none;
}

/*=====================================================
    Override Legacy Skeleton Container
======================================================*/
.container.account-review.cfp-page {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

    .container.account-review.cfp-page .sixteen.columns {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

/*=====================================================
  CFP Hero Header
======================================================*/

.cfp-header {
    display: grid !important;
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto;
    align-items: center !important;
    gap: 42px !important;
    padding: 38px 42px !important;
    margin: 0 0 36px !important;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

.cfp-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cfp-header-logo img {
        width: 100% !important;
        max-width: 210px !important;
        max-height: 110px;
        object-fit: contain;
    }


.cfp-header-content {
    min-width: 0;
}

.cfp-header-eyebrow {
    margin-bottom: 10px;
    color: var(--cfp-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cfp-header-description {
    max-width: 850px;
    margin-top: 18px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.75;
}

.cfp-header-payment img {
    max-width: 180px;
    max-height: 90px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .cfp-header {
        grid-template-columns: 1fr;
        gap: 24px !important;
        padding: 30px !important;
    }

    .cfp-header-logo {
        justify-content: flex-start;
    }

        .cfp-header-logo img {
            max-width: 180px !important;
        }

    .cfp-portal-title {
        font-size: 28px !important;
    }

    .cfp-header-payment {
        display: none;
    }
}


.cfp-header-payment {
    flex: 0 0 auto;
}

    .cfp-header-payment img {
        max-height: 80px;
    }

.cfp-header-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
}

    .cfp-header-title h1,
    .cfp-header-title h2,
    .cfp-header-title h3,
    .cfp-header-title p,
    .cfp-header-title span {
        font-size: 42px !important;
        font-weight: 300 !important;
        line-height: 1.18 !important;
        letter-spacing: -1px !important;
    }


.cfp-header-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .cfp-header-info h2 {
        margin: 0;
        font-size: 2rem;
        font-weight: 700;
        color: #1e293b;
    }

    .cfp-header-info p {
        margin-top: 10px;
        color: #64748b;
        line-height: 1.7;
    }



.cfp-portal-title,
.cfp-page-title > h1,
.cfp-page-title > h2,
.cfp-page-title > h3 {
    margin: 0 !important;
    color: #172554 !important;
    font: 700 34px/1.18 "Segoe UI", Arial, sans-serif !important;
    letter-spacing: -.8px !important;
    text-align: left !important;
}

.cfp-portal-subtitle {
    max-width: 800px;
    margin-top: 12px;
    color: #64748b;
    font-size: 17px;
    line-height: 1.7;
}

.cfp-page-title p,
.cfp-page-title span,
.cfp-page-title font {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font: inherit !important;
    text-align: left !important;
}

.cfp-page-message {
    max-width: 850px;
    margin-top: 18px;
    color: #475569;
    font-size: 16px;
    line-height: 1.75;
}

    .cfp-page-message p {
        margin: 0 !important;
    }

.cfp-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cfp-brand img {
        max-width: 220px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

/*=====================================================
    Modern Section Headers
======================================================*/

.cfp-card-header {
    display: flex !important;
    align-items: center !important;
    min-height: 58px !important;
    padding: 0 24px !important;
    margin: 0 0 20px 0 !important;
    background: #ffffff !important;
    background-image: none !important;
    color: #1e293b !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    border: 1px solid #e5e7eb !important;
    border-left: 5px solid #f59e0b !important;
    border-radius: 14px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.06) !important;
    text-shadow: none !important;
}

.clear {
    clear: both;
}

.marginBottom5 {
    height: 10px !important;
}

.marginBottom20 {
    height: 24px !important;
}

input[type=text],
input[type=password],
textarea,
select,
.payment-field,
.aspNetDisabled {
    width: 100%;
    border: 1px solid #d6dbe4;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    background: white;
    transition: .2s;
    box-sizing: border-box;
}

    input:focus,
    textarea:focus,
    select:focus {
        outline: none;
        border-color: var(--cfp-primary);
        box-shadow: 0 0 0 4px rgba(37,99,235,.12);
    }

/*=====================================================
    Modern Cards
======================================================*/

.cfp-card {
    background: white;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 6px 18px rgba(15,23,42,.05);
    transition: transform .2s, box-shadow .2s;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.cfp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

.cfp-card-body {
    padding-top: 20px;
}

@media(max-width:1000px) {

    .cfp-grid {
        grid-template-columns: 1fr;
    }
}

/*==========================================
    Card Content
==========================================*/

.cfp-card .four.columns.alpha {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 10px;
}

.cfp-card .four.columns.omega {
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 10px;
}

.cfp-card label,
.cfp-card span {
    color: #111827;
}

.cfp-card hr {
    border: none;
    border-top: 1px solid #edf2f7;
    margin: 18px 0;
}

/*=====================================================
    Appointment Cards
======================================================*/

.subpro {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

#taskone {
    font-size: 17px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
}

#tasktwo {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 8px;
}

#taskinoffice {
    color: #0f766e;
    font-weight: 600;
}

#dvschedulingapps input[type=submit],
#dvschedulingapps input[type=button] {
    margin-right: 10px;
    margin-bottom: 10px;
}

#dvschedulingapps:empty {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    color: #94a3b8;
    font-size: 18px;
}

/*=====================================================
    Project Status
======================================================*/

#dlProjectStatus {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.dvjobcolorstatus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    background: #eef2ff;
    color: #1e40af;
    border: 1px solid #c7d2fe;
    transition: .2s;
}

.cfp-section-description {
    color: #64748b;
    margin-top: 12px;
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 15px;
}

/*=====================================================
    Project Selector
======================================================*/

.cfp-project-selector {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    margin: 30px 0 !important;
    padding: 20px 24px !important;
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
}

.cfp-project-label {
    flex: 0 0 auto !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    white-space: nowrap !important;
}

.cfp-project-dropdown {
    flex: 1 1 auto !important;
    max-width: 450px !important;
}

    .cfp-project-dropdown select {
        width: 100% !important;
        height: 46px !important;
        border: 1px solid #d6dbe4 !important;
        border-radius: 10px !important;
        background: #fff !important;
        padding: 0 14px !important;
        font-size: 15px !important;
        box-sizing: border-box !important;
    }


/*=====================================================
    Customer Banner Alert
======================================================*/

.cfp-banner-alert {
    position: relative !important;
    display: block !important;
    padding: 22px 28px 22px 78px !important;
    margin: 0 0 32px 0 !important;
    min-height: 40px !important;
    border: none !important;
    border-radius: 16px !important;
    background-image: none !important;
    box-shadow: 0 10px 26px rgba(15,23,42,.12) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    transition: all .25s ease;
}

    .cfp-banner-alert::before {
        content: "!";
        position: absolute;
        top: 22px;
        left: 24px;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,.20);
        color: #ffffff;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
    }

    .cfp-banner-alert,
    .cfp-banner-alert * {
        font-family: "Segoe UI", Arial, sans-serif !important;
        color: #ffffff !important;
        text-align: left !important;
        line-height: 1.7 !important;
        text-shadow: none !important;
    }

        .cfp-banner-alert p {
            margin: 0 !important;
            padding: 0 !important;
        }

            .cfp-banner-alert p:empty {
                display: none !important;
            }

        .cfp-banner-alert span {
            font-size: 16px !important;
        }

        .cfp-banner-alert strong,
        .cfp-banner-alert b {
            font-weight: 700 !important;
        }

        .cfp-banner-alert u {
            text-decoration: underline !important;
            font-weight: 600 !important;
        }

        .cfp-banner-alert br {
            display: block;
            content: "";
            margin-top: 8px;
        }

@media (max-width:700px) {

    .cfp-banner-alert {
        padding: 20px !important;
    }

        .cfp-banner-alert::before {
            display: none;
        }
}

.cfp-brand {
    flex: 0 0 240px;
}

.cfp-header-info {
    flex: 1;
}

    .cfp-header-info h2 {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 18px;
    }

#dvscheduling,
#dvorderheader,
#dvappointments,
#dvactions,
#dvpayments,
#dvuploadedfiles,
#dvnotesandinformation {
    display: flex !important;
    align-items: center !important;
    height: 58px !important;
    padding: 0 24px !important;
    margin: 0 0 20px 0 !important;
    background: #fff !important;
    background-image: none !important;
    border: 1px solid #e5e7eb !important;
    border-left: 5px solid #f59e0b !important;
    border-radius: 14px !important;
    font: 700 20px "Segoe UI", Arial, sans-serif !important;
    color: #1e293b !important;
    text-shadow: none !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.06) !important;
}

.cfp-page-title p:empty,
.cfp-page-message p:empty,
.cfp-header-description p:empty,
.cfp-banner-alert p:empty {
    display: none !important;
}

/*=====================================================
    Form Labels
======================================================*/

.cfp-field-label {
    display: block !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
}

/*=====================================================
    Payment Summary
======================================================*/

#dvpaymentinformation .cfp-summary-value input[type=text] {
    width: 100%;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    cursor: default;
}

    #dvpaymentinformation .cfp-summary-value input[type=text]:focus {
        outline: none !important;
        box-shadow: none !important;
    }

#dvpaymentinformation label {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

/*=====================================================
    Activity Timeline
======================================================*/

.cfp-note-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 22px;
    box-shadow: 0 4px 14px rgba(15,23,42,.05);
    transition: .20s;
}

.cfp-note-header {
    display: flex;
    align-items: center;
    gap: 18px;
}


.cfp-note-layout {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.cfp-note-avatar {
    flex: 0 0 56px;
}

    .cfp-note-avatar img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        object-fit: cover;
    }

.cfp-note-meta {
    flex: 1;
    min-width: 0;
}

.cfp-note-author {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.cfp-note-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 14px;
}

    .cfp-note-date i {
        color: var(--cfp-primary);
    }

.cfp-note-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eff6ff;
    color: var(--cfp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.cfp-note-body {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
}

.cfp-note-text {
    display: block;
    color: #334155 !important;
    font-size: 15px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-break: break-word;
}


.cfp-note-footer {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #e2e8f0;
    color: #64748b;
    font-size: 14px;
}

    .cfp-note-footer a {
        color: var(--cfp-primary);
        font-weight: 600;
        text-decoration: none;
    }


.cfp-file-link {
    text-decoration: none;
}


    .cfp-file-link i {
        font-size: 42px;
    }


.cfp-file-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-file-pdf {
    color: #DC2626;
}

.fa-file-word {
    color: #2563EB;
}

.fa-file-excel {
    color: #15803D;
}

.fa-file-powerpoint {
    color: #EA580C;
}

.fa-file-image {
    color: #7C3AED;
}

.fa-file-archive {
    color: #92400E;
}

.fa-file {
    color: #64748B;
}

@media (max-width:768px) {

    .cfp-note-header {
        align-items: flex-start;
    }

    .cfp-note-icon {
        display: none;
    }
}


.cfp-note-content {
    flex: 1;
}

    .cfp-note-content strong {
        color: #1e293b;
        font-size: 16px;
    }

    .cfp-note-content .comment {
        color: #475569;
        font-size: 15px;
    }

    .cfp-note-content img {
        vertical-align: middle;
        margin-right: 8px;
    }

.cfp-card hr,
.cfp-note-card hr {
    border: none;
    border-top: 1px solid #edf2f7;
    margin: 20px 0;
}

/*==========================================
  Project Summary
==========================================*/

.cfp-project-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    margin: 0 0 36px;
    padding: 28px 32px;
    background: linear-gradient(180deg,#ffffff,#f8fafc);
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(15,23,42,.05);
}

.cfp-project-summary-left {
    flex: 1;
}

.cfp-project-summary-title {
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.cfp-project-summary-subtitle {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

.cfp-project-summary-right {
    width: 420px;
    flex-shrink: 0;
}

    .cfp-project-summary-right select {
        width: 100%;
        height: 48px;
    }

@media (max-width:900px) {

    .cfp-project-summary {
        flex-direction: column;
        align-items: stretch;
    }

    .cfp-project-summary-right {
        width: 100%;
    }
}

/*=====================================================
    Standard Section Introduction
======================================================*/

.cfp-section-intro {
    position: relative;
    margin-bottom: 34px;
    padding-bottom: 22px;
    border-bottom: 1px solid #edf2f7;
}

.cfp-section-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.8px;
    line-height: 1.15;
    color: #172554;
}

    .cfp-section-title::after {
        content: "";
        display: block;
        width: 70px;
        height: 4px;
        margin-top: 14px;
        border-radius: 999px;
        background: var(--cfp-primary);
    }

.cfp-section-text {
    max-width: 820px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.85;
    color: #64748b;
}

/*=====================================================
    Appointment Cards
======================================================*/

.cfp-appointment-card {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 26px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(15,23,42,.05);
    transition: all .20s ease;
}

.cfp-appointment-avatar {
    flex: 0 0 72px;
}

.cfp-appointment-content {
    flex: 1;
    min-width: 0;
}

.cfp-appointment-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.cfp-appointment-subtitle {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 12px;
}

.cfp-appointment-office {
    color: #0f766e;
    font-weight: 600;
    line-height: 1.6;
}

.cfp-detail-list {
    display: flex;
    flex-direction: column;
}

.cfp-detail-row {
    display: grid;
    grid-template-columns: minmax(160px, 38%) 1fr;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid #edf2f7;
}

    .cfp-detail-row:last-child {
        border-bottom: 0;
    }

.cfp-detail-label {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}

.cfp-detail-value {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.6;
}

@media (max-width: 650px) {
    .cfp-detail-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/*------------------------------------
    Appointment Task
------------------------------------*/

.cfp-task-item {
    margin-bottom: 18px;
}

    .cfp-task-item:last-child {
        margin-bottom: 0;
    }

.cfp-task-name {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.cfp-task-person {
    font-size: 15px;
    color: #475569;
    margin-bottom: 4px;
}

.cfp-task-time {
    display: inline-block;
    padding: 4px 10px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 600;
}


/*=====================================================
    Financial Summary
======================================================*/

.cfp-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.cfp-summary-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
}

.cfp-summary-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 10px;
}

.cfp-summary-value {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.cfp-summary-help {
    margin-top: 10px;
    font-size: 14px;
    color: #64748b;
}

/*=====================================================
    Document Center
======================================================*/

.cfp-document-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
    gap: 22px;
    margin-top: 12px;
}


.cfp-document-previewer {
    margin-bottom: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(15,23,42,.05);
}

.cfp-document-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}

.cfp-document-toolbar-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.cfp-document-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .cfp-document-toolbar-actions img {
        width: 18px;
        height: 18px;
        cursor: pointer;
        opacity: .75;
        transition: .2s;
    }

.cfp-file-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 26px 22px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    transition: all .18s ease;
    position: relative;
    min-height: 240px;
}

.cfp-file-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.cfp-file-details {
    width: 100%;
    flex: 1;
}


.cfp-file-name {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.45;
    margin-bottom: 12px;
    word-break: break-word;
}

.cfp-file-date {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

    .cfp-file-date strong {
        color: #334155;
        margin-left: 6px;
    }

.cfp-file-actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
}

@media (max-width:768px) {

    .cfp-file-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .cfp-file-actions {
        align-self: flex-end;
    }

    .cfp-document-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

/*=====================================================
    Project Timeline
======================================================*/

.cfp-status-card .cfp-card-body {
    padding-top: 28px;
}

.cfp-status-timeline {
    margin-top: 30px;
    padding: 28px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow-x: auto;
}

#dlProjectStatus {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
}

.cfp-status-step {
    position: relative;
    width: 180px;
    text-align: center;
    padding: 0 10px;
}

    .cfp-status-step::after {
        content: "";
        position: absolute;
        top: 18px;
        left: 58%;
        width: 84%;
        height: 2px;
        background: #CBD5E1;
        z-index: 1;
    }

    .cfp-status-step:last-child::after {
        display: none;
    }

.cfp-status-marker {
    position: relative;
    z-index: 2;
    width: 36px;
    height: 36px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 4px 10px rgba(15,23,42,.12);
}

.cfp-status-label {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    line-height: 1.5;
}

/*=====================================================
    Customer Actions
======================================================*/

.cfp-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(340px,1fr));
    gap: 28px;
}

.cfp-action-panel {
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    transition: .20s;
}

.cfp-action-icon {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 14px;
    background: #eff6ff;
    color: var(--cfp-primary);
    font-size: 22px;
}

.cfp-action-title {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.cfp-action-description {
    margin: 0 0 22px 68px;
    color: #64748b;
    line-height: 1.7;
    font-size: 15px;
}

.cfp-action-panel select {
    width: 100%;
}

.cfp-action-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

@media (max-width:768px) {

    .cfp-actions-grid {
        grid-template-columns: 1fr;
    }

    .cfp-action-description {
        margin-left: 0;
    }
}

/*=====================================================
    Detail Sections
======================================================*/

.cfp-section-intro + .cfp-detail-list {
    margin-top: 8px;
}

.cfp-detail-list {
    border-top: 1px solid #edf2f7;
    padding-top: 6px;
}

.cfp-detail-row:first-child {
    padding-top: 22px;
}

/*=====================================================
    Delete Button
======================================================*/

.cfp-delete-button {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #94a3b8;
    text-decoration: none;
    transition: all .18s ease;
}

    .cfp-delete-button:hover {
        background: #fef2f2;
        color: #dc2626;
        transform: scale(1.08);
    }

    .cfp-delete-button i {
        font-size: 16px;
    }
