/* _content/makonnect/Areas/App/Views/Settings/Index.cshtml.rz.scp.css */
#settings-main-content[b-jdrlr53los] {
    background-color: rgba(0,0,0,0.03);
}

[b-jdrlr53los] .settings-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-jdrlr53los] .settings-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem; 
}

[b-jdrlr53los] .settings-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 12px;
    color: black;
}

[b-jdrlr53los] .settings-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 24px;
}
/* _content/makonnect/Areas/Crm/Views/Customers/Index.cshtml.rz.scp.css */
#customer-main-content[b-c35mrn8jok] {
    background-color: rgba(0,0,0,0.03);
}

[b-c35mrn8jok] .customer-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-c35mrn8jok] .customer-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

    [b-c35mrn8jok] .customer-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }


    [b-c35mrn8jok] .customer-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
        color: black;
    }
/* _content/makonnect/Areas/Email/Views/Email/EmailDialog.cshtml.rz.scp.css */
 

/* To change font color and content background */
.e-richtexteditor .e-rte-content[b-fpd7zx0db4],
.e-richtexteditor .e-source-content[b-fpd7zx0db4] {
    margin-top: 0 !important;
}
/* _content/makonnect/Areas/Finance/Views/Accounts/Index.cshtml.rz.scp.css */
#accounts-main-content[b-jj8xr6djyx] {
    background-color: rgba(0,0,0,0.03);
}

[b-jj8xr6djyx] .accounts-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-jj8xr6djyx] .accounts-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

    [b-jj8xr6djyx] .accounts-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }


    [b-jj8xr6djyx] .accounts-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
        color: black;
    }

    [b-jj8xr6djyx] .accounts-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 24px;
    }

    [b-jj8xr6djyx] .accounts-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-jj8xr6djyx] {
        height: 100px;
    }

        [b-jj8xr6djyx] .accounts-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-jj8xr6djyx] {
            height: 100%;
        }


    [b-jj8xr6djyx] .accounts-details-content .e-tab.e-vertical-tab .e-content {
        padding-left: 1rem;
        height: 100%;
    }
    /* Hide Time Picker Icon */
    [b-jj8xr6djyx] .accounts-details-content span.e-input-group-icon.e-time-icon.e-icons{
        display:none
    }


    /*Justify Tab Items Between */
    [b-jj8xr6djyx] #deliveryTabs_tab_header_items {
        justify-content: space-between;
    }
/* _content/makonnect/Areas/Finance/Views/Accounts/Overview.cshtml.rz.scp.css */
.e-card[b-hsokdkcbdn] {
    background: linear-gradient(135deg, #5d54a4, #7c78b8);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
    font-family: 'Arial', sans-serif;
    width: 320px;
    height: 200px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.e-card-logo[b-hsokdkcbdn] {
    height: 40px;
    width: 40px;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
}

.e-card-bank-name[b-hsokdkcbdn] {
    height: 50px; 
}

.e-account-number[b-hsokdkcbdn] {
    font-size: 1em;
    letter-spacing: 1px;
    margin: 15px 0;
}

.e-card-name[b-hsokdkcbdn] {
    font-size: 0.9em;
    text-transform: uppercase;
}

.e-card-valid[b-hsokdkcbdn] {
    font-size: 0.8em;
    margin-top: 5px;
}
/* _content/makonnect/Areas/Finance/Views/FinancePlanning/Index.cshtml.rz.scp.css */
/* ─── Page Layout ─── */
.fp-page[b-z3alx982xt] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background:
        radial-gradient(circle at top left, rgba(14,165,233,0.08), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
    gap: 8px;
    padding-bottom: 4px;
}

/* ─── Toolbar ─── */
.fp-toolbar[b-z3alx982xt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148,163,184,0.18);
    border-radius: 14px;
    margin: 0 4px;
    gap: 12px;
    flex-shrink: 0;
    box-shadow: 0 10px 24px rgba(15,23,42,0.05);
}
.fp-toolbar-left[b-z3alx982xt] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.fp-toolbar-title[b-z3alx982xt] {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    color: #0f172a;
}
.fp-toolbar-center[b-z3alx982xt] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.fp-toolbar-right[b-z3alx982xt] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

/* Year Select */
.fp-year-select[b-z3alx982xt] {
    width: 84px;
    padding: 5px 10px;
    border: 1px solid rgba(148,163,184,0.3);
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    background: white;
    color: #1E293B;
}

/* Month Tabs */
.fp-tab-bar[b-z3alx982xt] {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding: 4px;
    scrollbar-width: none;
    background: rgba(255,255,255,0.62);
    border-radius: 12px;
    border: 1px solid rgba(148,163,184,0.16);
}
.fp-tab-bar[b-z3alx982xt]::-webkit-scrollbar { display: none; }
.fp-tab[b-z3alx982xt] {
    flex: 1;
    min-width: 54px;
    padding: 7px 6px;
    border: none;
    background: transparent;
    color: #636e72;
    font-size: 0.74rem;
    font-weight: 600;
    border-radius: 9px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.fp-tab:hover[b-z3alx982xt] { background: rgba(37,99,235,0.05); color: #2563EB; }
.fp-tab-active[b-z3alx982xt] {
    background: rgba(255,255,255,0.95) !important;
    color: #2563EB !important;
    box-shadow: 0 8px 18px rgba(37,99,235,0.14);
}
[b-z3alx982xt] .fp-tab-badge {
    font-size: 0.58rem;
    background: rgba(0,0,0,0.06);
    padding: 1px 6px;
    border-radius: 10px;
    color: #636e72;
}
.fp-tab-active[b-z3alx982xt]  .fp-tab-badge {
    background: rgba(37,99,235,0.15);
    color: #2563EB;
}

/* Buttons */
.fp-btn-add[b-z3alx982xt] {
    background: linear-gradient(135deg, #00b894, #00cec9);
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-size: 0.76rem;
    font-weight: 600;
    padding: 6px 12px;
    transition: all 0.2s;
}
.fp-btn-add:hover[b-z3alx982xt] { filter: brightness(1.1); color: #fff; transform: translateY(-1px); }
.fp-btn-secondary[b-z3alx982xt] {
    background: white;
    color: #636e72;
    border: 1px solid rgba(148,163,184,0.24);
    border-radius: 10px;
    font-size: 0.75rem;
    padding: 6px 12px;
    text-decoration: none;
}
.fp-btn-secondary:hover[b-z3alx982xt] { background: rgba(255,255,255,0.7); color: #1E293B; }
.fp-btn-chat-toggle[b-z3alx982xt] {
    background: white;
    color: #636e72;
    border: 1px solid rgba(37,99,235,0.2);
    border-radius: 10px;
    font-size: 0.75rem;
    padding: 6px 12px;
}
.fp-btn-chat-toggle:hover[b-z3alx982xt], .fp-btn-chat-toggle.active[b-z3alx982xt] {
    background: rgba(37,99,235,0.08);
    color: #2563EB;
    border-color: rgba(37,99,235,0.3);
}

/* ─── Content Grid ─── */
.fp-content[b-z3alx982xt] {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 12px;
    flex: 1;
    min-height: 0;
    padding: 0 4px;
    transition: grid-template-columns 0.3s ease;
}
.fp-content.fp-chat-collapsed[b-z3alx982xt] {
    grid-template-columns: 1fr 0px;
}
.fp-main-panel[b-z3alx982xt] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}
.fp-bank-cards-section[b-z3alx982xt] {
    flex-shrink: 0;
    margin-bottom: 12px;
}
.fp-explorer-section[b-z3alx982xt] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(148,163,184,0.16);
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(15,23,42,0.05);
}

/* ─── Chat Sidebar ─── */
.fp-chat-sidebar[b-z3alx982xt] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.3s ease;
}
.fp-chat-sidebar.fp-chat-hidden[b-z3alx982xt] {
    opacity: 0;
    pointer-events: none;
    width: 0;
    overflow: hidden;
}

/* ─── Summary Footer ─── */
.fp-summary-footer[b-z3alx982xt] {
    display: flex;
    gap: 24px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.9);
    border-radius: 16px;
    border: 1px solid rgba(148,163,184,0.16);
    margin-top: 12px;
    flex-shrink: 0;
    box-shadow: 0 14px 28px rgba(15,23,42,0.05);
}
.fp-summary-item[b-z3alx982xt] {
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.fp-summary-income[b-z3alx982xt] { color: #00b894; }
.fp-summary-expense[b-z3alx982xt] { color: #e17055; }
.fp-summary-net[b-z3alx982xt] { color: #2563EB; }

/* ─── Responsive ─── */
@media (min-width: 1600px) {
    .fp-content[b-z3alx982xt] {
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 12px;
        padding: 0 4px;
    }
    .fp-bank-cards-section[b-z3alx982xt] {
        margin-bottom: 10px;
    }
}
@media (max-width: 1520px) {
    .fp-content[b-z3alx982xt] {
        grid-template-columns: minmax(0, 1fr) 340px;
    }
    .fp-summary-footer[b-z3alx982xt] {
        gap: 18px;
    }
}
@media (max-width: 1360px) {
    .fp-toolbar[b-z3alx982xt] {
        flex-wrap: wrap;
    }
    .fp-toolbar-center[b-z3alx982xt] {
        order: 3;
        width: 100%;
    }
    .fp-toolbar-right[b-z3alx982xt] {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .fp-content[b-z3alx982xt] {
        grid-template-columns: minmax(0, 1fr) 312px;
    }
}
@media (max-width: 1200px) {
    .fp-content[b-z3alx982xt] {
        grid-template-columns: 1fr;
    }
    .fp-chat-sidebar[b-z3alx982xt] {
        position: fixed;
        top: 0;
        right: -400px;
        width: 380px;
        height: 100vh;
        z-index: 1050;
        background: white;
        box-shadow: -4px 0 30px rgba(0,0,0,0.15);
        transition: right 0.3s ease;
        padding: 8px;
    }
    .fp-chat-sidebar:not(.fp-chat-hidden)[b-z3alx982xt] {
        right: 0;
    }
    .fp-content.fp-chat-collapsed[b-z3alx982xt] {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 960px) {
    .fp-page[b-z3alx982xt] {
        gap: 6px;
    }
    .fp-toolbar[b-z3alx982xt] {
        padding: 10px 12px;
    }
    .fp-summary-footer[b-z3alx982xt] {
        flex-wrap: wrap;
        gap: 12px;
    }
}
@media (max-width: 768px) {
    .fp-toolbar[b-z3alx982xt] {
        flex-wrap: wrap;
        gap: 6px;
    }
    .fp-toolbar-center[b-z3alx982xt] { order: 3; width: 100%; }
    .fp-toolbar-right[b-z3alx982xt] { flex-wrap: wrap; }
    .fp-summary-footer[b-z3alx982xt] {
        flex-wrap: wrap;
        gap: 12px;
    }
    .fp-explorer-section[b-z3alx982xt] {
        border-radius: 16px;
    }
}
/* _content/makonnect/Areas/Finance/Views/FinancialOverview/Dashboard.cshtml.rz.scp.css */
.accounts-details-header[b-m7wmzg1dm6] {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.font-weight-bold[b-m7wmzg1dm6] {
    font-weight: 600;
}
 
/* _content/makonnect/Areas/Finance/Views/FinancialOverview/Index.cshtml.rz.scp.css */
#financial-overview-main-content[b-w3jfh7qma0] {
    background-color: rgba(0,0,0,0.03);
}

[b-w3jfh7qma0] .financial-dashboard-header, 
[b-w3jfh7qma0] .open-invoices-header,
[b-w3jfh7qma0] .payment-summary-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-w3jfh7qma0] .financial-dashboard-content,
[b-w3jfh7qma0] .open-invoices-content,
[b-w3jfh7qma0] .payment-summary-content {
    background-color: white; 
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

/* Dashboard card styles */
[b-w3jfh7qma0] .financial-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    overflow: hidden;
}

[b-w3jfh7qma0] .financial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

[b-w3jfh7qma0] .financial-card-receivable {
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
    color: white;
}

[b-w3jfh7qma0] .financial-card-payable {
    background: linear-gradient(135deg, #F44336 0%, #FF9800 100%);
    color: white;
}

[b-w3jfh7qma0] .financial-card-balance {
    background: linear-gradient(135deg, #2196F3 0%, #03A9F4 100%);
    color: white;
}

[b-w3jfh7qma0] .financial-card-cash {
    background: linear-gradient(135deg, #9C27B0 0%, #673AB7 100%);
    color: white;
}

[b-w3jfh7qma0] .financial-card-daily {
    background: linear-gradient(135deg, #FF5722 0%, #FF9800 100%);
    color: white;
}

[b-w3jfh7qma0] .financial-card-weekly {
    background: linear-gradient(135deg, #1976D2 0%, #42A5F5 100%);
    color: white;
}

[b-w3jfh7qma0] .financial-card-monthly {
    background: linear-gradient(135deg, #388E3C 0%, #66BB6A 100%);
    color: white;
}

[b-w3jfh7qma0] .card-icon {
    font-size: 2.5rem;
    opacity: 0.7;
}

[b-w3jfh7qma0] .card-title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Enhanced progress bar styling */
[b-w3jfh7qma0] .financial-progress {
    height: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-top: 0.5rem;
}

[b-w3jfh7qma0] .financial-progress-bar {
    height: 100%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Grid enhancements */
[b-w3jfh7qma0] .e-grid {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: none;
}

[b-w3jfh7qma0] .e-grid .e-headercell {
    background-color: #f8f9fa;
    font-weight: 600;
}

[b-w3jfh7qma0] .e-grid .e-row:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

[b-w3jfh7qma0] .invoice-link {
    color: #4361ee;
    text-decoration: none;
    font-weight: 500;
}

[b-w3jfh7qma0] .invoice-link:hover {
    text-decoration: underline;
}

/* Status badge styles */
[b-w3jfh7qma0] .badge {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

/* Payment timeline enhancements */
[b-w3jfh7qma0] .payment-item {
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
}

[b-w3jfh7qma0] .payment-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

[b-w3jfh7qma0] .animate-payment {
    opacity: 1;
    transform: translateY(0);
}

[b-w3jfh7qma0] .payment-icon .badge {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-w3jfh7qma0] .payment-icon i {
    font-size: 1.2rem;
}

/* Chart enhancements */
[b-w3jfh7qma0] .e-chart, [b-w3jfh7qma0] .e-accumulationchart {
    border-radius: 8px;
    overflow: hidden;
}

/* Filter button styling */
[b-w3jfh7qma0] .invoice-status-filters .btn {
    margin-right: 5px;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

[b-w3jfh7qma0] .invoice-status-filters .btn.active {
    font-weight: 500;
}

/* Consistent card styling */
[b-w3jfh7qma0] .card {
    border-radius: 8px;
    overflow: hidden;
}

/* Dashboard layout panel customization */
[b-w3jfh7qma0] .e-panel {
    border-radius: 10px;
    overflow: hidden;
}

[b-w3jfh7qma0] .e-panel-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 15px;
}

[b-w3jfh7qma0] .e-panel-content {
    padding: 15px;
}

/* Top customer styles */
[b-w3jfh7qma0] .top-customer-row {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 8px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[b-w3jfh7qma0] .top-customer-row:hover {
    background-color: #e9ecef;
}

[b-w3jfh7qma0] .customer-rank {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #4361ee;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
    margin-right: 10px;
}

/* Timeline styling */
[b-w3jfh7qma0] .timeline {
    position: relative;
    padding: 1rem;
    margin: 0 auto;
    max-width: 1200px;
}

[b-w3jfh7qma0] .timeline::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #ccc;
    left: 50%;
    transform: translateX(-50%);
}

[b-w3jfh7qma0] .timeline-item {
    position: relative;
    margin-bottom: 2rem;
}

[b-w3jfh7qma0] .timeline-content {
    position: relative;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 45%;
}

[b-w3jfh7qma0] .timeline-item:nth-child(odd) .timeline-content {
    margin-left: auto;
}

[b-w3jfh7qma0] .timeline-date {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

[b-w3jfh7qma0] .timeline-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

[b-w3jfh7qma0] .timeline-amount {
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    [b-w3jfh7qma0] .financial-card {
        margin-bottom: 15px;
    }
    
    [b-w3jfh7qma0] .payment-summary-content .row {
        margin-bottom: 15px;
    }
}
/* _content/makonnect/Areas/Finance/Views/Shared/_LongTermSalesStats.cshtml.rz.scp.css */
/* Period chart container */
.period-chart-container[b-hd6qnanvgv] {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px;
    height: 100%;
}

/* Currency mini data */
.currency-mini-data[b-hd6qnanvgv] {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    padding: 4px;
    min-width: 80px;
}

.currency-code[b-hd6qnanvgv] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
}

/* Period label */
.period-label[b-hd6qnanvgv] {
    font-weight: 600;
    font-size: 0.9rem;
}

/* Badge styling */
.badge[b-hd6qnanvgv] {
    padding: 0.25em 0.6em;
    font-weight: 600;
    font-size: 0.75rem;
}

/* Font sizes */
.fs-7[b-hd6qnanvgv] {
    font-size: 0.9rem;
}

.fs-8[b-hd6qnanvgv] {
    font-size: 0.8rem;
}
/* _content/makonnect/Areas/Finance/Views/Shared/_ShortTermSalesStats.cshtml.rz.scp.css */
/* Legend dots */
.legend-dot[b-vqm55x92b0] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Progress & Bar Colors */
.bg-primary-daily[b-vqm55x92b0],
.invoice-bar-daily[b-vqm55x92b0] {
    background-color: rgba(13, 110, 253, 1.0);
}

.bg-primary-weekly[b-vqm55x92b0],
.invoice-bar-weekly[b-vqm55x92b0] {
    background-color: rgba(13, 110, 253, 0.7);
}

.bg-primary-monthly[b-vqm55x92b0],
.invoice-bar-monthly[b-vqm55x92b0] {
    background-color: rgba(13, 110, 253, 0.4);
}

/* Invoice-specific colors */
.invoice-bar-daily[b-vqm55x92b0] {
    background-color: rgba(25, 135, 84, 1.0);
}

.invoice-bar-weekly[b-vqm55x92b0] {
    background-color: rgba(25, 135, 84, 0.7);
}

.invoice-bar-monthly[b-vqm55x92b0] {
    background-color: rgba(25, 135, 84, 0.4);
}

/* Badge variants */
.bg-danger-weekly[b-vqm55x92b0] {
    background-color: rgba(220, 53, 69, 0.7);
}

.bg-danger-monthly[b-vqm55x92b0] {
    background-color: rgba(220, 53, 69, 0.4);
}

.bg-info-weekly[b-vqm55x92b0] {
    background-color: rgba(13, 202, 240, 0.7);
}

.bg-info-monthly[b-vqm55x92b0] {
    background-color: rgba(13, 202, 240, 0.4);
}

/* Font size helper */
.fs-8[b-vqm55x92b0] {
    font-size: 0.8rem;
}

/* Text styling */
.text-center .fw-bold[b-vqm55x92b0] {
    font-size: 1.05rem;
}

/* Period columns layout */
.period-row[b-vqm55x92b0] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.period-column[b-vqm55x92b0] {
    width: 32%;
    min-width: 0;
}

/* Currency mini data */
.currency-mini-data[b-vqm55x92b0] {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    padding: 4px;
    min-width: 80px;
}

.currency-code[b-vqm55x92b0] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #666;
}

/* Responsive styling */
@media (max-width: 767.98px) {
    .period-column[b-vqm55x92b0] {
        width: 31%;
    }

    .text-center .fw-bold[b-vqm55x92b0] {
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .period-row[b-vqm55x92b0] {
        flex-direction: column;
    }

    .period-column[b-vqm55x92b0] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
/* _content/makonnect/Areas/Inventory/Views/BomManagement/Index.cshtml.rz.scp.css */
#bom-management-main-content[b-eiutjkfs3h] {
    background-color: rgba(0,0,0,0.03);
    overflow-x: hidden;
}

#bom-management-details-container[b-eiutjkfs3h] {
    overflow-y: hidden;
    overflow-x: hidden;
}

#bom-management-list-container[b-eiutjkfs3h] {
    overflow-y: hidden;
    overflow-x: hidden;
}

[b-eiutjkfs3h] .bom-management-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-eiutjkfs3h] .bom-management-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    [b-eiutjkfs3h] .bom-management-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }


    [b-eiutjkfs3h] .bom-management-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
        color: black;
    }

    [b-eiutjkfs3h] .bom-management-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 24px;
    }

    [b-eiutjkfs3h] .bom-management-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-eiutjkfs3h] {
        height: 100px;
    }

        [b-eiutjkfs3h] .bom-management-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-eiutjkfs3h] {
            height: 100%;
        }


    [b-eiutjkfs3h] .bom-management-details-content .e-tab.e-vertical-tab .e-content {
        height: 100%;
    }
    /* Hide Time Picker Icon */
    [b-eiutjkfs3h] .bom-management-details-content span.e-input-group-icon.e-time-icon.e-icons{
        display:none
    }
/* _content/makonnect/Areas/Inventory/Views/Items/Index.cshtml.rz.scp.css */
#item-main-content[b-o4j1xdg6mg] {
    background-color: rgba(0,0,0,0.03);
}

[b-o4j1xdg6mg] .item-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-o4j1xdg6mg] .item-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

    [b-o4j1xdg6mg] .item-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }


    [b-o4j1xdg6mg] .item-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
        color: black;
    }
/* _content/makonnect/Areas/Inventory/Views/ItemStock/Index.cshtml.rz.scp.css */
#item-stock-main-content[b-onfmsazq2k] {
    background-color: rgba(0,0,0,0.03);
}

[b-onfmsazq2k] .item-stock-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-onfmsazq2k] .item-stock-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

    [b-onfmsazq2k] .item-stock-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    } 
/* _content/makonnect/Areas/Inventory/Views/ItemStockMovements/Index.cshtml.rz.scp.css */
#item-stock-movements-main-content[b-81pflnv7yq] {
    background-color: rgba(0,0,0,0.03);
}

[b-81pflnv7yq] .stock-movements-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-81pflnv7yq] .stock-movements-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

    [b-81pflnv7yq] .stock-movements-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    } 
/* _content/makonnect/Areas/Production/Views/ActiveProduction/Index.cshtml.rz.scp.css */
#active-production-main-content[b-47nyvpx4q4] {
    background-color: rgba(0,0,0,0.03);
}

[b-47nyvpx4q4] .active-production-machines-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-47nyvpx4q4] .active-production-machines-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

    [b-47nyvpx4q4] .active-production-machines-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }

 
/* _content/makonnect/Areas/Production/Views/ProductionOrder/Index.cshtml.rz.scp.css */
#production-order-main-content[b-8rh3c73p0b] {
    background-color: rgba(0,0,0,0.03);
}

[b-8rh3c73p0b] .production-order-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

/* Compact Side Card Styles */
.side-card-compact[b-8rh3c73p0b] {
    transition: box-shadow 0.2s ease-in-out;
    background-color: #fff;
}

.side-card-compact:hover[b-8rh3c73p0b] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.side-card-header[b-8rh3c73p0b] {
    transition: background-color 0.2s ease-in-out;
}

.side-card-body[b-8rh3c73p0b] {
    background-color: #fff;
}

/* Metric Box Styles */
.metric-box[b-8rh3c73p0b] {
    padding: 0.15rem;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 4px;
}

/* Responsive adjustments for two-column layout */
@media (max-width: 767px) {
    /* Stack main columns on small screens */
    .row.g-3 > .col-md-7[b-8rh3c73p0b],
    .row.g-3 > .col-md-5[b-8rh3c73p0b] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Make side cards full width on mobile */
    .side-card-compact .col-md-6[b-8rh3c73p0b] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* _content/makonnect/Areas/Production/Views/ProductionOverview/Index.cshtml.rz.scp.css */
/* Production Overview - Professional Compact Design */

/* Machine Cards Grid */
[b-2otuukakla] .machine-card {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.75rem;
    transition: box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

[b-2otuukakla] .machine-card:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Machine Header - Compact */
[b-2otuukakla] .machine-header {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e9ecef;
}

[b-2otuukakla] .machine-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 0.25rem;
    color: #6c757d;
    font-size: 1rem;
    flex-shrink: 0;
    object-fit: cover;
}

/* Spinning Gear Animation for Active Machines */
[b-2otuukakla] .machine-icon.spinning {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #0d6efd;
}

[b-2otuukakla] .machine-icon.spinning i {
    animation: spin-b-2otuukakla 2s linear infinite;
}

@keyframes spin-b-2otuukakla {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

[b-2otuukakla] .machine-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

[b-2otuukakla] .badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    position: relative;
    overflow: hidden;
}

[b-2otuukakla] .badge-sm {
    font-size: 0.65rem;
    padding: 0.15rem 0.4rem;
}

/* Badge with Animated Stripes - Active */
[b-2otuukakla] .badge-striped-active {
    background: repeating-linear-gradient(
        45deg,
        #0d6efd,
        #0d6efd 8px,
        #2e7ef5 8px,
        #2e7ef5 16px
    );
    background-size: 22px 22px;
    animation: moveStripesActive-b-2otuukakla 0.8s linear infinite;
    font-weight: 600;
}

@keyframes moveStripesActive-b-2otuukakla {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 22px 22px;
    }
}

/* Badge with Animated Stripes - Blocked */
[b-2otuukakla] .badge-striped-blocked {
    background: repeating-linear-gradient(
        45deg,
        #ffc107,
        #ffc107 8px,
        #ffcd39 8px,
        #ffcd39 16px
    );
    background-size: 22px 22px;
    animation: moveStripesBlocked-b-2otuukakla 0.8s linear infinite;
    font-weight: 600;
    color: #212529 !important;
}

@keyframes moveStripesBlocked-b-2otuukakla {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 22px 22px;
    }
}

/* Stats Row - Compact Inline */
[b-2otuukakla] .stats-row {
    display: flex;
    gap: 1rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

[b-2otuukakla] .stat-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

[b-2otuukakla] .stat-label {
    color: #6c757d;
    font-weight: 500;
}

[b-2otuukakla] .stat-value {
    color: #212529;
    font-weight: 600;
}

/* Production Info - Compact Rows */
[b-2otuukakla] .production-info {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.8rem;
}

[b-2otuukakla] .info-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.4;
}

[b-2otuukakla] .info-row-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    line-height: 1.4;
    width: 100%;
}

[b-2otuukakla] .info-row-full {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    line-height: 1.4;
}

[b-2otuukakla] .info-label {
    color: #6c757d;
    font-weight: 500;
    min-width: 60px;
    flex-shrink: 0;
}

[b-2otuukakla] .info-value {
    color: #212529;
    flex: 1;
}

/* Order Link - Clickable with Black Text */
[b-2otuukakla] .order-link {
    color: #212529;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.15s ease;
}

[b-2otuukakla] .order-link:hover {
    color: #0d6efd;
}

[b-2otuukakla] .order-link i {
    font-size: 0.7rem;
    opacity: 0.5;
    color: #0d6efd;
    transition: all 0.15s ease;
}

[b-2otuukakla] .order-link:hover i {
    opacity: 1;
    transform: translateX(2px) translateY(-2px);
}

/* Block Reason - Compact */
[b-2otuukakla] .block-reason {
    padding: 0.35rem 0.5rem;
    background: #fff3cd;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    color: #856404;
    display: flex;
    align-items: center;
    margin-top: 0.35rem;
}

/* No Production State - Compact */
[b-2otuukakla] .no-production {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0.5rem;
    text-align: center;
    gap: 0.5rem;
}

[b-2otuukakla] .no-production i {
    font-size: 1.5rem;
}

/* Action Button - Compact */
[b-2otuukakla] .btn-sm {
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
}

/* Color Utilities */
[b-2otuukakla] .text-danger {
    color: #dc3545 !important;
}

[b-2otuukakla] .text-warning {
    color: #ffc107 !important;
}

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

/* Responsive Adjustments */
@media (max-width: 1399.98px) {
    [b-2otuukakla] .machine-card {
        padding: 0.65rem;
    }

    [b-2otuukakla] .machine-icon {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }

    [b-2otuukakla] .production-info {
        font-size: 0.75rem;
    }
}

@media (max-width: 991.98px) {
    [b-2otuukakla] .stats-row {
        font-size: 0.7rem;
        gap: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    [b-2otuukakla] .machine-card {
        padding: 0.6rem;
    }

    [b-2otuukakla] .production-info {
        font-size: 0.75rem;
    }

    [b-2otuukakla] .info-label {
        min-width: 55px;
    }

    [b-2otuukakla] .stats-row {
        flex-direction: column;
        gap: 0.25rem;
    }
}

/* Animation - Subtle */
@keyframes fadeIn-b-2otuukakla {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

[b-2otuukakla] .machine-card {
    animation: fadeIn-b-2otuukakla 0.2s ease-out;
}

/* Machine Image Section - Below Header */
[b-2otuukakla] .machine-image-section {
    display: flex;
    justify-content: center;
    align-items: center; 
}

[b-2otuukakla] .machine-image-large {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 8px;
}

/* Status Animations */
@keyframes status-blink-b-2otuukakla {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0.6;
    }
}

[b-2otuukakla] .status-icon-blink {
    animation: status-blink-b-2otuukakla 1.5s ease-in-out infinite;
}

@keyframes status-pulse-b-2otuukakla {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.8;
    }
}

[b-2otuukakla] .status-icon-pulse {
    animation: status-pulse-b-2otuukakla 2s ease-in-out infinite;
}

/* Block Reason Icon */
[b-2otuukakla] .block-reason-icon {
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.9;
}

[b-2otuukakla] .block-reason-icon:hover {
    transform: scale(1.2);
    opacity: 1;
}

/* Machine Edit Icon - Hover-only visibility */
[b-2otuukakla] .machine-edit-icon {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s;
    color: #6c757d;
}

[b-2otuukakla] .machine-card:hover .machine-edit-icon {
    visibility: visible;
    opacity: 1;
}

[b-2otuukakla] .machine-edit-icon:hover {
    color: #0d6efd;
    transform: scale(1.1);
}

/* Machine Status Info Icon */
[b-2otuukakla] .machine-status-info-icon {
    transition: transform 0.2s ease;
}

[b-2otuukakla] .machine-status-info-icon:hover {
    transform: scale(1.2);
    filter: brightness(1.2);
}

/* Machine Status Text */
[b-2otuukakla] .machine-status-text {
    font-size: 0.75rem;
}

/* Clickable Production Info Section */
[b-2otuukakla] .production-info.clickable-order-code {
    transition: background-color 0.2s ease, transform 0.1s ease;
    padding: 0.5rem;
    margin: -0.5rem;
    border-radius: 0.25rem;
}

[b-2otuukakla] .production-info.clickable-order-code:hover {
    background-color: #f8f9fa;
    transform: translateX(2px);
}

[b-2otuukakla] .production-info.clickable-order-code:active {
    transform: translateX(0px);
    background-color: #e9ecef;
}

/* Upcoming Productions Queue Styles */
[b-2otuukakla] .upcoming-productions {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

[b-2otuukakla] .queue-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    color: #495057;
    flex-shrink: 0;
}

[b-2otuukakla] .queue-list {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    max-height: 180px; /* CNC machines: ~3 items at ~60px each */
}

/* Warteliste: show 8 items */
[b-2otuukakla] .queue-list[data-queue-type="warteliste"] {
    max-height: 440px; /* ~8 items at ~60px each */
}

/* Custom scrollbar for queue list */
[b-2otuukakla] .queue-list::-webkit-scrollbar {
    width: 4px;
}

[b-2otuukakla] .queue-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

[b-2otuukakla] .queue-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 2px;
}

[b-2otuukakla] .queue-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

[b-2otuukakla] .queue-item {
    padding: 0.35rem 0.4rem;
    margin-bottom: 0.35rem;
    background-color: #f8f9fa;
    border-radius: 3px;
    border-left: 2px solid #dee2e6;
    transition: all 0.2s ease;
    font-size: 0.8rem;
}

[b-2otuukakla] .queue-item.clickable-order-code:hover {
    background-color: #e3f2fd;
    border-left-color: #0d6efd;
    border-left-width: 3px;
    transform: translateX(3px);
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.15);
}

[b-2otuukakla] .queue-item.clickable-order-code:active {
    transform: translateX(1px);
    background-color: #bbdefb;
}

[b-2otuukakla] .queue-item:last-child {
    margin-bottom: 0;
}

[b-2otuukakla] .queue-row-single {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 0.15rem;
    line-height: 1.3;
}

[b-2otuukakla] .queue-row-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6c757d;
    font-size: 0.75rem;
    line-height: 1.2;
}

/* === DRAG AND DROP STYLES === */

/* Queue item structure for drag-and-drop */
[b-2otuukakla] .queue-item {
    position: relative;
    display: flex;
    align-items: center; 
}

/* Queue item content wrapper */
[b-2otuukakla] .queue-item-content {
    flex: 1;
    min-width: 0; /* Allow text truncation */
}

/* Drag handle - show only on hover */
[b-2otuukakla] .drag-handle {
    opacity: 0;
    cursor: grab;
    color: #6c757d;
    border-radius: 3px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    user-select: none;
}

[b-2otuukakla] .queue-item:hover .drag-handle {
    opacity: 1;
}

[b-2otuukakla] .drag-handle:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #0d6efd;
}

[b-2otuukakla] .drag-handle:active {
    cursor: grabbing;
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
}

/* Dragging states (SortableJS classes) */
[b-2otuukakla] .queue-item-dragging {
    opacity: 0.5;
    background-color: #e3f2fd !important;
    border-left-color: #0d6efd !important;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    cursor: grabbing !important;
}

[b-2otuukakla] .queue-item-chosen {
    background-color: #e3f2fd !important;
    border-left-color: #0d6efd !important;
}

[b-2otuukakla] .queue-item-drag {
    background-color: white !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    border: 1px solid #0d6efd;
    border-left: 3px solid #0d6efd;
    cursor: grabbing !important;
}

/* Drop target indicator */
[b-2otuukakla] .sortable-ghost {
    background-color: #e3f2fd;
    border: 2px dashed #0d6efd;
    opacity: 0.4;
}

/* Confirmation tooltip */
[b-2otuukakla] .queue-reorder-confirmation-tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 2px solid #0d6efd;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 200px;
    animation: tooltipFadeIn-b-2otuukakla 0.2s ease;
}

@keyframes tooltipFadeIn-b-2otuukakla {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

[b-2otuukakla] .queue-reorder-confirmation-tooltip .confirmation-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

[b-2otuukakla] .queue-reorder-confirmation-tooltip .confirmation-text {
    font-size: 0.75rem;
    color: #495057;
    white-space: nowrap;
    font-weight: 500;
}

[b-2otuukakla] .queue-reorder-confirmation-tooltip .confirmation-buttons {
    display: flex;
    gap: 0.35rem;
}

[b-2otuukakla] .queue-reorder-confirmation-tooltip .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
    border: none;
}

[b-2otuukakla] .queue-reorder-confirmation-tooltip .btn:hover {
    transform: scale(1.1);
}

/* Update states */
[b-2otuukakla] .queue-item.updating {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

[b-2otuukakla] .queue-item.updating::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: 2px solid #0d6efd;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-2otuukakla 0.6s linear infinite;
}

@keyframes spin-b-2otuukakla {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

[b-2otuukakla] .queue-item.update-success {
    background-color: #d4edda !important;
    border-left-color: #28a745 !important;
    animation: successPulse-b-2otuukakla 0.5s ease;
}

@keyframes successPulse-b-2otuukakla {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

/* Prevent text selection during drag */
[b-2otuukakla] .queue-list[data-sortable-enabled="true"] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Clickable Order Code */
[b-2otuukakla] .clickable-order-code {
    transition: opacity 0.2s ease;
}

/* Only apply text decoration to inline order code spans, not container divs */
[b-2otuukakla] span.clickable-order-code {
    text-decoration: underline;
    text-decoration-style: dotted;
    font-size: 0.8rem;
}

[b-2otuukakla] span.clickable-order-code:hover {
    opacity: 0.8;
    text-decoration-style: solid;
}

/* Print Styles */
@media print {
    [b-2otuukakla] .machine-card {
        break-inside: avoid;
        page-break-inside: avoid;
        border: 1px solid #dee2e6;
    }

    [b-2otuukakla] .btn {
        display: none;
    }
}
/* _content/makonnect/Areas/Production/Views/ProductionPlan/Index.cshtml.rz.scp.css */
#manufacturing-plan-main-content[b-v2d11d5jac] {
    background-color: rgba(0,0,0,0.03);
}

[b-v2d11d5jac] .manufacturing-plan-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-v2d11d5jac] .manufacturing-plan-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

    [b-v2d11d5jac] .manufacturing-plan-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }


    [b-v2d11d5jac] .manufacturing-plan-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
        color: black;
    }

    [b-v2d11d5jac] .manufacturing-plan-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 24px;
    }

    [b-v2d11d5jac] .manufacturing-plan-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-v2d11d5jac] {
        height: 100px;
    }

        [b-v2d11d5jac] .manufacturing-plan-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-v2d11d5jac] {
            height: 100%;
        }


    [b-v2d11d5jac] .manufacturing-plan-details-content .e-tab.e-vertical-tab .e-content {
        height: 100%;
    }
    /* Hide Time Picker Icon */
    [b-v2d11d5jac] .manufacturing-plan-details-content span.e-input-group-icon.e-time-icon.e-icons{
        display:none
    }


    /*Justify Tab Items Between */
    [b-v2d11d5jac] #manufacturingPlanTabs_tab_header_items {
        justify-content: space-between;
    }
/* _content/makonnect/Areas/Production/Views/ProductionPlan/_ProductionPlanning.cshtml.rz.scp.css */
#production-planning-container[b-ch63o3obmh] {
    background-color: rgba(0, 0, 0, 0.03);
}
/* _content/makonnect/Areas/Production/Views/QAApproval/Index.cshtml.rz.scp.css */
#qa-approval-main-content[b-9zqbdhma7b] {
    background-color: rgba(0,0,0,0.03);
}

[b-9zqbdhma7b] .qa-approval-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-9zqbdhma7b] .qa-approval-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

    [b-9zqbdhma7b] .qa-approval-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }
/* _content/makonnect/Areas/Project/Views/Calendar/Index.cshtml.rz.scp.css */
/* ═══ Smart Calendar — Scoped Layout Styles ═══ */
/* NOTE: Only page-level layout classes go here.                */
/* Modal, chat, and Syncfusion overrides go in the unscoped     */
/* <style> block in Index.cshtml (partials don't get scope IDs) */

/* ─── Page ─── */
.sc-page[b-8pzuu2lyek] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 40%, #fef7ed 100%);
    position: relative;
}

/* ─── Toolbar ─── */
.sc-toolbar[b-8pzuu2lyek] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    margin: 4px 4px 6px;
    gap: 12px;
    flex-shrink: 0;
    z-index: 1;
}
.sc-toolbar-left[b-8pzuu2lyek] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.sc-toolbar-title[b-8pzuu2lyek] {
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    color: #1E293B;
}
.sc-toolbar-center[b-8pzuu2lyek] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center;
}
.sc-toolbar-right[b-8pzuu2lyek] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

/* ─── Glass Utility ─── */
.sc-glass[b-8pzuu2lyek] {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(16px) saturate(1.6);
    -webkit-backdrop-filter: blur(16px) saturate(1.6);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -1px 0 rgba(0, 0, 0, 0.03);
}

/* ─── Content Grid ─── */
.sc-content[b-8pzuu2lyek] {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 8px;
    flex: 1;
    min-height: 0;
    padding: 0 4px 4px;
    transition: grid-template-columns 0.3s ease;
    z-index: 1;
}
.sc-content.sc-chat-collapsed[b-8pzuu2lyek] {
    grid-template-columns: 1fr 0px;
}

/* ─── Main Panel ─── */
.sc-main-panel[b-8pzuu2lyek] {
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(20px) saturate(1.8);
    -webkit-backdrop-filter: blur(20px) saturate(1.8);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 1px 2px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    /* Syncfusion needs explicit positioning so height:100% resolves */
    position: relative;
}

/* ─── Chat Sidebar ─── */
.sc-chat-sidebar[b-8pzuu2lyek] {
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease;
}
.sc-content.sc-chat-collapsed .sc-chat-sidebar[b-8pzuu2lyek] {
    opacity: 0;
    pointer-events: none;
}

/* ─── Responsive ─── */
@media (max-width: 1200px) {
    .sc-content[b-8pzuu2lyek] { grid-template-columns: 1fr; }
    .sc-chat-sidebar[b-8pzuu2lyek] {
        position: fixed;
        top: 0;
        right: -400px;
        width: 380px;
        height: 100vh;
        z-index: 1050;
        border-radius: 16px 0 0 16px;
        box-shadow: -4px 0 30px rgba(0, 0, 0, 0.15);
        transition: right 0.3s ease;
    }
    .sc-chat-sidebar.sc-chat-open[b-8pzuu2lyek] { right: 0; }
}
@media (max-width: 768px) {
    .sc-toolbar[b-8pzuu2lyek] { flex-wrap: wrap; gap: 6px; }
    .sc-toolbar-center[b-8pzuu2lyek] { order: 3; width: 100%; justify-content: center; }
    .sc-view-switcher[b-8pzuu2lyek] { display: none; }
}
/* _content/makonnect/Areas/Project/Views/Project/Index.cshtml.rz.scp.css */
#project-main-content[b-ugvfhgpg9p] {
    background-color: rgba(0,0,0,0.03);
}

[b-ugvfhgpg9p] .project-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
    position: relative;
}

[b-ugvfhgpg9p] .project-details-content {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

    [b-ugvfhgpg9p] .project-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }


    [b-ugvfhgpg9p] .project-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
        color: black;
    }

    [b-ugvfhgpg9p] .project-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 24px;
    }

    [b-ugvfhgpg9p] .project-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-ugvfhgpg9p] {
        height: 100px;
    }

        [b-ugvfhgpg9p] .project-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-ugvfhgpg9p] {
            height: 100%;
        }


    [b-ugvfhgpg9p] .project-details-content .e-tab.e-vertical-tab .e-content {
        padding-left: 1rem;
        height: 100%;
    }
    /* Hide Time Picker Icon */
    [b-ugvfhgpg9p] .project-details-content span.e-input-group-icon.e-time-icon.e-icons{
        display:none
    }


    /*Justify Tab Items Between */
    [b-ugvfhgpg9p] #projectTabs_tab_header_items {
        justify-content: space-between;
    }
 
[b-ugvfhgpg9p] #projectTabs_tab_header_items {
    justify-content: space-between;
}

[b-ugvfhgpg9p] #projectTabs_tab_header_items .e-toolbar-item {
    width: 50%;
    text-align: center;
}

/* make unselected tabs less prominent */
[b-ugvfhgpg9p] #projectTabs_tab_header_items .e-tab-header .e-toolbar-item.e-active {
    background-color: var(--bs-light);
}

/* make text black */
[b-ugvfhgpg9p] #projectTabs_tab_header_items .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: var(--bs-dark);
}

[b-ugvfhgpg9p] #projectTabs_tab_header_items .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: black !important;
}

[b-ugvfhgpg9p] #projectTabs_tab_header_items .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
    align-items: center;
}
 
[b-ugvfhgpg9p]  .custom-multi-select-bg .e-dropdownbase  {
    background: transparent !important;
}

/* ============================================
   Project Card-Based Grid Styles
   ============================================ */

/* Hide the grid header (we use card layout) */
[b-ugvfhgpg9p] #projectsGrid .e-gridheader {
    display: none;
}

/* Remove default grid borders */
[b-ugvfhgpg9p] #projectsGrid .e-gridcontent {
    border: none;
}

[b-ugvfhgpg9p] #projectsGrid .e-gridcontent .e-content {
    background: transparent;
}

[b-ugvfhgpg9p] #projectsGrid .e-row {
    border: none;
    background: transparent;
}

[b-ugvfhgpg9p] #projectsGrid .e-row td {
    border: none;
    padding: 4px 8px;
    background: transparent;
}

/* Card wrapper - using CSS Grid for consistent column alignment */
[b-ugvfhgpg9p] .project-row-wrapper {
    display: grid;
    grid-template-columns: 10px 80px 1fr 150px;
    align-items: center;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    border-radius: 8px;
    padding: 12px 16px;
    padding-left: 8px;
    margin: 6px 0;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.04),
        0 2px 4px rgba(0, 0, 0, 0.06),
        0 4px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top-color: rgba(255, 255, 255, 0.5);
    transition: box-shadow 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    height: 88px;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

[b-ugvfhgpg9p] .project-row-wrapper:hover {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.06),
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 8px 16px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* Base status indicator - clean solid bar */
[b-ugvfhgpg9p] .project-status-indicator {
    width: 10px;
    height: 70%;
    min-height: 50px;
    background: var(--status-color, #dee2e6);
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

/* Completed status - constant solid green, no effects */
[b-ugvfhgpg9p] .project-status-indicator.status-completed {
    /* Just the solid bar, no animation */
}

/* In Progress status - traveling neon light effect */
[b-ugvfhgpg9p] .project-status-indicator.status-in-progress::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255, 255, 255, 0.7) 40%,
        rgba(255, 255, 255, 0.9) 50%,
        rgba(255, 255, 255, 0.7) 60%,
        transparent 100%
    );
    border-radius: 4px;
    animation: travelLight-b-ugvfhgpg9p 2.5s ease-in-out infinite;
}

/* Waiting status - slow signaling red pulse */
[b-ugvfhgpg9p] .project-status-indicator.status-waiting {
    animation: signalPulse-b-ugvfhgpg9p 2.5s ease-in-out infinite;
}

/* Traveling light moves bottom to top, then top to bottom */
@keyframes travelLight-b-ugvfhgpg9p {
    0% {
        top: 100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    45% {
        top: -50%;
        opacity: 1;
    }
    50% {
        top: -50%;
        opacity: 0;
    }
    55% {
        top: -50%;
        opacity: 1;
    }
    90% {
        top: 100%;
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

/* Signal pulse for Waiting - slow attention-grabbing fade */
@keyframes signalPulse-b-ugvfhgpg9p {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

/* Row elevated state (when dropdown is open) */
[b-ugvfhgpg9p] .project-row-card.project-row-elevated {
    z-index: 10;
    position: relative;
}

/* Project code column */
[b-ugvfhgpg9p] .project-row-code {
    font-weight: 600;
    font-size: 0.85rem;
    color: #6c757d;
    min-width: 80px;
    flex-shrink: 0;
}

/* Main content area */
[b-ugvfhgpg9p] .project-row-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}

[b-ugvfhgpg9p] .project-row-name {
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Meta info row */
[b-ugvfhgpg9p] .project-row-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.8rem;
    color: #6c757d;
    flex-wrap: wrap;
}

[b-ugvfhgpg9p] .project-row-preparer {
    display: flex;
    align-items: center;
    gap: 4px;
}

[b-ugvfhgpg9p] .project-row-type-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #e9ecef;
    color: #495057;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

[b-ugvfhgpg9p] .project-row-budget {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #198754;
    font-weight: 500;
}

/* Progress bar */
[b-ugvfhgpg9p] .project-row-progress {
    display: flex;
    align-items: center;
}

[b-ugvfhgpg9p] .project-progress-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

[b-ugvfhgpg9p] .project-progress-bar {
    width: 120px;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

[b-ugvfhgpg9p] .project-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #198754, #20c997);
    border-radius: 3px;
    transition: width 0.3s ease;
}

[b-ugvfhgpg9p] .project-progress-text {
    font-size: 0.75rem;
    color: #6c757d;
    white-space: nowrap;
}

[b-ugvfhgpg9p] .project-row-no-tasks {
    font-size: 0.75rem;
    color: #adb5bd;
    font-style: italic;
}

/* Right section */
[b-ugvfhgpg9p] .project-row-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
    min-width: 140px;
}

[b-ugvfhgpg9p] .project-row-due {
    font-size: 0.8rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-ugvfhgpg9p] .project-row-due.overdue {
    color: #dc3545;
    font-weight: 600;
}

[b-ugvfhgpg9p] .project-row-due.completed {
    color: #388E3C;
    font-weight: 600;
}

/* Status badge (read-only) */
[b-ugvfhgpg9p] .project-row-status {
    position: relative;
}

[b-ugvfhgpg9p] .project-row-status-badge {
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
}

/* Status dropdown */
[b-ugvfhgpg9p] .project-row-status-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
    overflow: hidden;
}

[b-ugvfhgpg9p] .project-row-status-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

[b-ugvfhgpg9p] .project-row-status-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-size: 0.85rem;
    color: #212529;
    transition: background 0.1s ease;
}

[b-ugvfhgpg9p] .project-row-status-item:hover {
    background: #f8f9fa;
}

[b-ugvfhgpg9p] .project-row-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Selection highlight override */
[b-ugvfhgpg9p] #projectsGrid .e-row.e-row-selected td,
[b-ugvfhgpg9p] #projectsGrid .e-row.e-row-selected .project-row-wrapper {
    background: transparent !important;
}

[b-ugvfhgpg9p] #projectsGrid .e-row.e-row-selected .project-row-wrapper {
    box-shadow: 0 0 0 2px #0d6efd, 0 4px 12px rgba(13, 110, 253, 0.2);
}

/* ============================================
   Filter Popup Styles
   ============================================ */

[b-ugvfhgpg9p] .project-filter-popup {
    position: absolute;
    top: 55px;
    right: 16px;
    width: 280px;
    background: white;
    border-radius: 12px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.07),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    overflow: hidden;
    animation: filterPopupIn-b-ugvfhgpg9p 0.2s ease-out;
}

@keyframes filterPopupIn-b-ugvfhgpg9p {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[b-ugvfhgpg9p] .project-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(to bottom, #f8f9fa, #f1f3f4);
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 0.9rem;
    color: #495057;
}

[b-ugvfhgpg9p] .project-filter-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

[b-ugvfhgpg9p] .project-filter-body .filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

[b-ugvfhgpg9p] .project-filter-body .filter-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-ugvfhgpg9p] .project-filter-body .form-select {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    font-size: 0.85rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-ugvfhgpg9p] .project-filter-body .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

[b-ugvfhgpg9p] .project-filter-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

[b-ugvfhgpg9p] .project-filter-footer .btn {
    border-radius: 6px;
    font-size: 0.8rem;
    padding: 6px 14px;
}

/* Filter button active state */
[b-ugvfhgpg9p] #filterBtn.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

/* Filter badge for active filters */
[b-ugvfhgpg9p] #filterBtn .filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 6px;
}

/* ==============================================
   Project Details 60/40 Split Layout
   ============================================== */

/* Modal Body: 60/40 flex layout (matching Task pattern) */
[b-ugvfhgpg9p] .project-modal-body {
    display: flex;
    width: 100%;
    gap: 0;
    position: relative;
    /* Compact height - no forced min-height, content determines size */
}

/* Left Panel: Project Form (60%) */
[b-ugvfhgpg9p] .project-modal-left-panel {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dee2e6;
    background-color: #fafbfc;
}

/* Form Header Bar — gradient matching chat header */
[b-ugvfhgpg9p] .project-modal-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
    height: 38px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 0.85rem;
    flex-shrink: 0;
    border-radius: 12px 12px 0 0;
}

[b-ugvfhgpg9p] .project-modal-form-header .fw-semibold {
    font-size: 0.85rem;
}

/* Header action buttons (Edit/Save/Cancel on gradient) */
[b-ugvfhgpg9p] .project-modal-form-header .project-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-ugvfhgpg9p] .project-modal-form-header .e-btn {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: white !important;
    font-size: 0.75rem;
    padding: 2px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
    height: 24px;
    line-height: 1;
}

[b-ugvfhgpg9p] .project-modal-form-header .e-btn:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

[b-ugvfhgpg9p] .project-modal-form-header .e-btn.e-success {
    background: rgba(40, 167, 69, 0.3) !important;
    border-color: rgba(40, 167, 69, 0.6) !important;
}

[b-ugvfhgpg9p] .project-modal-form-header .e-btn.e-success:hover {
    background: rgba(40, 167, 69, 0.5) !important;
}

/* Form Content - compact, no scroll */
[b-ugvfhgpg9p] .project-modal-form-content {
    padding: 16px;
}


/* Right Panel: Chat (40%) */
[b-ugvfhgpg9p] .project-modal-right-panel {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
}

[b-ugvfhgpg9p] .project-modal-right-panel .project-chat-card {
    border: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Chat header in modal — match form header height */
[b-ugvfhgpg9p] .project-modal-right-panel .project-chat-header {
    height: 38px;
    padding: 0 14px;
    border-radius: 12px 12px 0 0;
    flex-shrink: 0;
}

[b-ugvfhgpg9p] .project-modal-right-panel .chat-messages-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 150px;
}

[b-ugvfhgpg9p] .project-modal-right-panel .chat-messages-container::-webkit-scrollbar {
    width: 6px;
}

[b-ugvfhgpg9p] .project-modal-right-panel .chat-messages-container::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}

[b-ugvfhgpg9p] .project-modal-right-panel .chat-messages-container::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

[b-ugvfhgpg9p] .project-modal-right-panel .chat-messages-container::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

[b-ugvfhgpg9p] .project-modal-right-panel .inline-chat-input-area {
    flex-shrink: 0;
}

/* ==============================================
   Form Section Cards (matching Task pattern)
   ============================================== */

.project-form-section[b-ugvfhgpg9p] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.project-form-section-label[b-ugvfhgpg9p] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f1f3;
}

.project-form-section-label i[b-ugvfhgpg9p] {
    font-size: 0.8rem;
    color: #667eea;
}

/* Description Section */
.project-description-section[b-ugvfhgpg9p] {
    margin-bottom: 0 !important;
}

/* Form field consistency */
[b-ugvfhgpg9p] .project-modal-left-panel .e-input-group,
[b-ugvfhgpg9p] .project-modal-left-panel .e-input-group.e-control-wrapper {
    border-radius: 6px !important;
}

[b-ugvfhgpg9p] .project-modal-left-panel .e-multi-select-wrapper {
    border-radius: 6px !important;
}

[b-ugvfhgpg9p] .project-modal-left-panel .e-ddl.e-input-group,
[b-ugvfhgpg9p] .project-modal-left-panel .e-date-wrapper.e-input-group {
    border-radius: 6px !important;
}

[b-ugvfhgpg9p] .project-modal-left-panel .e-richtexteditor {
    border-radius: 6px !important;
    overflow: hidden;
}

/* Row spacing inside sections */
.project-form-section .row > [class*="col-"][b-ugvfhgpg9p] {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

/* ==============================================
   Analytics Tab Layout (horizontal/full-width)
   ============================================== */

[b-ugvfhgpg9p] .project-analytics-tab-content {
    padding: 16px;
}

[b-ugvfhgpg9p] .project-analytics-gauges-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

[b-ugvfhgpg9p] .project-analytics-gauge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-ugvfhgpg9p] .project-analytics-stats-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

[b-ugvfhgpg9p] .project-analytics-stat-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 16px 24px;
    min-width: 180px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

[b-ugvfhgpg9p] .project-analytics-stat-card .stat-label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

[b-ugvfhgpg9p] .project-analytics-stat-card .stat-value {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
}

[b-ugvfhgpg9p] .project-analytics-stat-card .stat-icon {
    float: right;
    font-size: 1.5rem;
}

[b-ugvfhgpg9p] .project-analytics-stat-card .stat-icon.pending {
    color: #f79c02;
}

[b-ugvfhgpg9p] .project-analytics-stat-card .stat-icon.completed {
    color: #388E3C;
}

[b-ugvfhgpg9p] .project-analytics-stat-card .stat-icon.due {
    color: #dc3545;
}

/* ==============================================
   Responsive: Stack panels vertically on mobile
   ============================================== */

@@media (max-width: 992px) {
    [b-ugvfhgpg9p] .project-modal-body {
        flex-direction: column !important;
        position: static !important;
    }

    [b-ugvfhgpg9p] .project-modal-left-panel {
        flex: 0 0 auto !important;
        width: 100% !important;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    [b-ugvfhgpg9p] .project-modal-right-panel {
        position: static !important;
        width: 100% !important;
        flex: 0 0 auto !important;
        min-height: 350px;
    }
}
/* _content/makonnect/Areas/Project/Views/Project/_DetailsList.cshtml.rz.scp.css */

[b-c2nrk8r00p] #projectDetailsListTabs_tab_header_items {
    justify-content: space-between;
}
 
[b-c2nrk8r00p] #projectDetailsListTabs_tab_header_items .e-toolbar-item {
    width: 50%;
    text-align: center;
}

/* make unselected tabs less prominent */
[b-c2nrk8r00p] .e-tab-header .e-toolbar-item.e-active {
    background-color: var(--bs-light);
}

/* make text black */
[b-c2nrk8r00p] .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: var(--bs-dark);
}

[b-c2nrk8r00p] .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    color: black !important;
}

[b-c2nrk8r00p] .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
    align-items: center;
}
/* _content/makonnect/Areas/Project/Views/Task/Index.cshtml.rz.scp.css */
/* ==============================================
   Task Module Styles
   ============================================== */

#task-main-content[b-2xdwxsouae] {
    background-color: rgba(0,0,0,0.03);
}

[b-2xdwxsouae] .task-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
    position: relative;
}

/* ==============================================
   Task Detail Modal
   ============================================== */

/* Remove default dialog content padding */
[b-2xdwxsouae] .task-detail-modal .e-dlg-content {
    padding: 0 !important;
    overflow: hidden;
    height: calc(100% - 50px);
}

/* Modal Body: 60/40 flex layout */
[b-2xdwxsouae] .task-modal-body {
    display: flex;
    height: 100%;
    width: 100%;
    gap: 0;
}

/* Left Panel: Task Form (60%) */
[b-2xdwxsouae] .task-modal-left-panel {
    flex: 0 0 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dee2e6;
    overflow: hidden;
    background-color: #fafbfc;
}

/* Form Header Bar — gradient matching chat header */
[b-2xdwxsouae] .task-modal-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
    height: 38px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 0.85rem;
    flex-shrink: 0;
    border-radius: 12px 12px 0 0;
}

/* Chat header in modal — match form header height */
[b-2xdwxsouae] .task-modal-right-panel .project-chat-header {
    height: 38px;
    padding: 0 14px;
    border-radius: 12px 12px 0 0;
}

[b-2xdwxsouae] .task-modal-form-header .fw-semibold {
    font-size: 0.85rem;
}

/* Header badge for task code */
[b-2xdwxsouae] .task-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    backdrop-filter: blur(4px);
}

/* Header action buttons (Edit/Save/Cancel on gradient) */
[b-2xdwxsouae] .task-modal-form-header .task-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-2xdwxsouae] .task-modal-form-header .e-btn {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: white !important;
    font-size: 0.75rem;
    padding: 2px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
    height: 24px;
    line-height: 1;
}

[b-2xdwxsouae] .task-modal-form-header .e-btn:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

[b-2xdwxsouae] .task-modal-form-header .e-btn.e-success {
    background: rgba(40, 167, 69, 0.3) !important;
    border-color: rgba(40, 167, 69, 0.6) !important;
}

[b-2xdwxsouae] .task-modal-form-header .e-btn.e-success:hover {
    background: rgba(40, 167, 69, 0.5) !important;
}

/* Scrollable Form Content */
[b-2xdwxsouae] .task-modal-form-content {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    min-height: 0;
}

[b-2xdwxsouae] .task-modal-form-content::-webkit-scrollbar {
    width: 6px;
}

[b-2xdwxsouae] .task-modal-form-content::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}

[b-2xdwxsouae] .task-modal-form-content::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

[b-2xdwxsouae] .task-modal-form-content::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

/* Right Panel: Chat (40%) */
[b-2xdwxsouae] .task-modal-right-panel {
    flex: 0 0 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    overflow: hidden;
}

[b-2xdwxsouae] .task-modal-right-panel .task-chat-card {
    border: none;
    height: 100%;
}

[b-2xdwxsouae] .task-modal-right-panel .chat-messages-container {
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 0;
    margin-bottom: 50px;
}

[b-2xdwxsouae] .task-modal-right-panel .chat-messages-container::-webkit-scrollbar {
    width: 6px;
}

[b-2xdwxsouae] .task-modal-right-panel .chat-messages-container::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}

[b-2xdwxsouae] .task-modal-right-panel .chat-messages-container::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

[b-2xdwxsouae] .task-modal-right-panel .chat-messages-container::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

/* Multi-select Background Fix */
[b-2xdwxsouae] .custom-multi-select-bg .e-dropdownbase {
    background: transparent !important;
}

/* ==============================================
   Form Section Cards
   ============================================== */

.task-form-section[b-2xdwxsouae] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.task-form-section-label[b-2xdwxsouae] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f1f3;
}

.task-form-section-label i[b-2xdwxsouae] {
    font-size: 0.8rem;
    color: #667eea;
}

/* ==============================================
   Task Description Editor
   ============================================== */

.task-description-section[b-2xdwxsouae] {
    margin-bottom: 0 !important;
}

.task-description-editor[b-2xdwxsouae] {
    position: relative;
}

.task-description-editor .e-richtexteditor[b-2xdwxsouae] {
    position: absolute;
    inset: 0;
}

.task-description-editor .e-richtexteditor .e-rte-content[b-2xdwxsouae] {
    height: calc(100% - 36px) !important;
}

/* ==============================================
   Task Form Layout
   ============================================== */

/* Form field consistency */
.e-input-group[b-2xdwxsouae] {
    height: 32px;
    border-radius: 6px !important;
}

[b-2xdwxsouae] .task-modal-left-panel .e-input-group,
[b-2xdwxsouae] .task-modal-left-panel .e-input-group.e-control-wrapper {
    border-radius: 6px !important;
}

[b-2xdwxsouae] .task-modal-left-panel .e-multi-select-wrapper {
    border-radius: 6px !important;
}

[b-2xdwxsouae] .task-modal-left-panel .e-ddl.e-input-group,
[b-2xdwxsouae] .task-modal-left-panel .e-date-wrapper.e-input-group {
    border-radius: 6px !important;
}

[b-2xdwxsouae] .task-modal-left-panel .e-richtexteditor {
    border-radius: 6px !important;
    overflow: hidden;
}

/* Row spacing inside sections */
.task-form-section .row > [class*="col-"][b-2xdwxsouae] {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

/* ==============================================
   Chat Section inside Modal
   ============================================== */

[b-2xdwxsouae] .task-modal-right-panel .project-chat-header {
    flex-shrink: 0;
}

[b-2xdwxsouae] .task-modal-right-panel .inline-chat-input-area {
    flex-shrink: 0;
}

/* ==============================================
   Responsive: Stack panels vertically on mobile
   ============================================== */

@@media (max-width: 768px) {
    [b-2xdwxsouae] .task-detail-modal {
        width: 98vw !important;
        height: 95vh !important;
    }

    [b-2xdwxsouae] .task-modal-body {
        flex-direction: column !important;
    }

    [b-2xdwxsouae] .task-modal-left-panel {
        flex: 0 0 auto !important;
        min-height: 55vh;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    [b-2xdwxsouae] .task-modal-right-panel {
        flex: 0 0 auto !important;
        min-height: 35vh;
    }
}

/* ==============================================
   RTE Image dialog positioning (reuse from production modal)
   ============================================== */

[b-2xdwxsouae] .e-rte-img-dialog .e-tab-header .e-toolbar-item:first-child {
    display: none !important;
}

[b-2xdwxsouae] .e-rte-img-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-height: 80vh !important;
    z-index: 100001 !important;
}

/* ==============================================
   Task List — Card-Based Grid Styles
   ALL styles use ::deep because the row template
   HTML is generated dynamically by Syncfusion and
   doesn't carry the CSS isolation scope attribute.
   ============================================== */

/* Hide the column header — card layout doesn't use individual columns */
[b-2xdwxsouae] #tasksGrid .e-gridheader {
    display: none !important;
}

/* Remove grid borders and background for card look */
[b-2xdwxsouae] #tasksGrid .e-gridcontent {
    border: none !important;
    overflow: visible !important;
}

[b-2xdwxsouae] #tasksGrid .e-gridcontent .e-content {
    background: transparent !important;
    overflow: visible !important;
}

[b-2xdwxsouae] #tasksGrid .e-gridcontent .e-content table {
    border-collapse: separate;
    border-spacing: 0 6px;
}

[b-2xdwxsouae] #tasksGrid .e-row {
    background: transparent !important;
    border: none !important;
}

[b-2xdwxsouae] #tasksGrid .e-row td {
    border: none !important;
    padding: 0 4px !important;
    background: transparent !important;
}

[b-2xdwxsouae] #tasksGrid .e-row:hover td {
    background: transparent !important;
}

/* The card wrapper — CSS Grid for consistent column alignment */
[b-2xdwxsouae] .task-row-wrapper {
    display: grid;
    grid-template-columns: 10px 1fr 150px;
    align-items: center;
    background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
    border-radius: 8px;
    padding: 12px 16px;
    padding-left: 8px;
    margin: 6px 0;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.04),
        0 2px 4px rgba(0, 0, 0, 0.06),
        0 4px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top-color: rgba(255, 255, 255, 0.5);
    transition: box-shadow 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    height: 88px;
    gap: 12px;
    position: relative;
}

[b-2xdwxsouae] .task-row-wrapper:hover {
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.06),
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 8px 16px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* ==============================================
   Status Indicator — animated bar on the left
   ============================================== */

[b-2xdwxsouae] .task-status-indicator {
    width: 10px;
    height: 70%;
    min-height: 50px;
    background: var(--status-color, #dee2e6);
    border-radius: 4px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

/* Completed status — constant solid, no animation */
[b-2xdwxsouae] .task-status-indicator.status-completed {
    /* Just the solid bar */
}

/* In Progress status — traveling neon light effect */
[b-2xdwxsouae] .task-status-indicator.status-in-progress::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255, 255, 255, 0.7) 40%,
        rgba(255, 255, 255, 0.9) 50%,
        rgba(255, 255, 255, 0.7) 60%,
        transparent 100%
    );
    border-radius: 4px;
    animation: travelLight-b-2xdwxsouae 2.5s ease-in-out infinite;
}

/* Waiting status — slow signaling pulse */
[b-2xdwxsouae] .task-status-indicator.status-waiting {
    animation: signalPulse-b-2xdwxsouae 2.5s ease-in-out infinite;
}

/* Traveling light moves bottom to top, then top to bottom */
@keyframes travelLight-b-2xdwxsouae {
    0% {
        top: 100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    45% {
        top: -50%;
        opacity: 1;
    }
    50% {
        top: -50%;
        opacity: 0;
    }
    55% {
        top: -50%;
        opacity: 1;
    }
    90% {
        top: 100%;
        opacity: 1;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

/* Signal pulse for Waiting — slow attention-grabbing fade */
@keyframes signalPulse-b-2xdwxsouae {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

/* ==============================================
   Content Area
   ============================================== */

/* Content zone: code + name + meta */
[b-2xdwxsouae] .task-row-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
}

/* Task code — small muted label above name */
[b-2xdwxsouae] .task-row-code {
    font-size: 0.72rem;
    color: #adb5bd;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.2;
}

[b-2xdwxsouae] .task-row-name {
    font-weight: 600;
    font-size: 0.92rem;
    color: #212529;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-2xdwxsouae] .task-row-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.78rem;
    color: #868e96;
}

[b-2xdwxsouae] .task-row-meta i {
    font-size: 0.72rem;
    margin-right: 2px;
}

[b-2xdwxsouae] .task-row-preparer {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

[b-2xdwxsouae] .task-row-project {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #667eea;
    font-weight: 500;
}

/* ==============================================
   Priority Badge — absolute top-right of content
   ============================================== */

[b-2xdwxsouae] .task-row-priority-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.4;
}

/* ==============================================
   Right Zone: due date + status
   ============================================== */

[b-2xdwxsouae] .task-row-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
    min-width: 130px;
}

[b-2xdwxsouae] .task-row-due {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    color: #6c757d;
    white-space: nowrap;
}

[b-2xdwxsouae] .task-row-due i {
    font-size: 0.72rem;
}

[b-2xdwxsouae] .task-row-due.overdue {
    color: #dc3545;
    font-weight: 600;
}

[b-2xdwxsouae] .task-row-due.completed {
    color: #388E3C;
    font-weight: 600;
}

/* ==============================================
   Row Elevation & Selection
   ============================================== */

/* Elevate the row when its status dropdown is open */
[b-2xdwxsouae] #tasksGrid .task-row-card {
    position: relative;
}

[b-2xdwxsouae] #tasksGrid .task-row-card.task-row-elevated {
    z-index: 100;
}

/* Selection highlight override */
[b-2xdwxsouae] #tasksGrid .e-row.e-row-selected td,
[b-2xdwxsouae] #tasksGrid .e-row.e-row-selected .task-row-wrapper {
    background: transparent !important;
}

[b-2xdwxsouae] #tasksGrid .e-row.e-row-selected .task-row-wrapper {
    box-shadow: 0 0 0 2px #0d6efd, 0 4px 12px rgba(13, 110, 253, 0.2);
}

/* ==============================================
   Status Badge & Dropdown
   ============================================== */

[b-2xdwxsouae] .task-row-status {
    position: relative;
}

[b-2xdwxsouae] .task-row-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px 12px;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease;
    line-height: 1.4;
}

[b-2xdwxsouae] .task-row-status-badge:hover {
    filter: brightness(0.92);
    transform: scale(1.03);
}

/* Status dropdown */
[b-2xdwxsouae] .task-row-status-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 4px;
    z-index: 1000;
    min-width: 150px;
    display: none;
}

[b-2xdwxsouae] .task-row-status-dropdown.show {
    display: block;
    animation: fade-slide-in-b-2xdwxsouae 0.15s ease-out;
}

[b-2xdwxsouae] .task-row-status-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: none;
    background: none;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    color: #495057;
    transition: background 0.15s ease;
    text-align: left;
}

[b-2xdwxsouae] .task-row-status-item:hover {
    background: #f1f3f5;
}

[b-2xdwxsouae] .task-row-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

@keyframes fade-slide-in-b-2xdwxsouae {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==============================================
   Filter Popup Styles
   ============================================== */

[b-2xdwxsouae] .task-filter-popup {
    position: absolute;
    top: 55px;
    right: 16px;
    width: 280px;
    background: white;
    border-radius: 12px;
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.07),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    overflow: hidden;
    animation: filterPopupIn-b-2xdwxsouae 0.2s ease-out;
}

@keyframes filterPopupIn-b-2xdwxsouae {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[b-2xdwxsouae] .task-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(to bottom, #f8f9fa, #f1f3f4);
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 0.9rem;
    color: #495057;
}

[b-2xdwxsouae] .task-filter-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

[b-2xdwxsouae] .task-filter-body .filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

[b-2xdwxsouae] .task-filter-body .filter-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-2xdwxsouae] .task-filter-body .form-select {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    font-size: 0.85rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-2xdwxsouae] .task-filter-body .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

[b-2xdwxsouae] .task-filter-footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

[b-2xdwxsouae] .task-filter-footer .btn {
    border-radius: 6px;
    font-size: 0.8rem;
    padding: 6px 14px;
}

/* Filter button active state */
[b-2xdwxsouae] #taskFilterBtn.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

/* Filter badge for active filters */
[b-2xdwxsouae] #taskFilterBtn .filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 6px;
}
/* _content/makonnect/Areas/Purchase/Views/PurchaseOrders/Index.cshtml.rz.scp.css */
#purchase-order-main-content[b-j2nlpsh6a9] {
    background-color: rgba(0,0,0,0.03);
}

[b-j2nlpsh6a9] .purchase-order-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

[b-j2nlpsh6a9] .purchase-order-details-content {
    background-color: white;  
    height: 100%;
}

    [b-j2nlpsh6a9] .purchase-order-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }


    [b-j2nlpsh6a9] .purchase-order-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
        color: black;
    }

    [b-j2nlpsh6a9] .purchase-order-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 16px;
    }

    [b-j2nlpsh6a9] .purchase-order-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-j2nlpsh6a9] {
        height: 100px;
    }

        [b-j2nlpsh6a9] .purchase-order-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-j2nlpsh6a9] {
            height: 100%;
        }


    [b-j2nlpsh6a9] .purchase-order-details-content .e-tab.e-vertical-tab .e-content { 
        height: 100%;
    }
    /* Hide Time Picker Icon */
    [b-j2nlpsh6a9] .purchase-order-details-content span.e-input-group-icon.e-time-icon.e-icons{
        display:none
    }


    /*Justify Tab Items Between */
    [b-j2nlpsh6a9] #purchaseOrderTabs_tab_header_items {
        justify-content: space-between;
    }

[b-j2nlpsh6a9] .approve-shift-left {
    transform: translateX(-100%);
}

/* ==============================================
   Quote Notes Tab – 3-Column Inline Chat
   ============================================== */

[b-j2nlpsh6a9] .quote-notes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 400px;
}

/* Column base — each column is its own card */
[b-j2nlpsh6a9] .quote-notes-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

[b-j2nlpsh6a9] .quote-chat-column {
    flex: 1 1 38%;
}

[b-j2nlpsh6a9] .quote-history-column {
    flex: 1 1 34%;
}

[b-j2nlpsh6a9] .quote-status-column {
    flex: 1 1 28%;
}

/* Column headers */
[b-j2nlpsh6a9] .quote-notes-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

[b-j2nlpsh6a9] .quote-notes-column-header h6 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-j2nlpsh6a9] .quote-notes-column-header .quote-msg-count {
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 400;
}

/* ---- Chat Messages Area ---- */
[b-j2nlpsh6a9] .quote-chat-messages-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
    background: #fafbfc;
}

[b-j2nlpsh6a9] .quote-chat-messages-container::-webkit-scrollbar {
    width: 5px;
}

[b-j2nlpsh6a9] .quote-chat-messages-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-j2nlpsh6a9] .quote-chat-messages-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-j2nlpsh6a9] .quote-chat-messages-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual message */
[b-j2nlpsh6a9] .quote-chat-message {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 88%;
}

[b-j2nlpsh6a9] .quote-chat-message.sent {
    align-self: flex-end;
    flex-direction: row-reverse;
}

[b-j2nlpsh6a9] .quote-chat-message.received {
    align-self: flex-start;
}

/* Avatar */
[b-j2nlpsh6a9] .quote-chat-message-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-j2nlpsh6a9] .quote-chat-message-avatar span {
    color: white;
    font-size: 10px;
    font-weight: 600;
}

/* Message content */
[b-j2nlpsh6a9] .quote-chat-message-content {
    display: flex;
    flex-direction: column;
}

[b-j2nlpsh6a9] .quote-chat-message.sent .quote-chat-message-content {
    align-items: flex-end;
}

/* Sender & time header */
[b-j2nlpsh6a9] .quote-chat-message-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

[b-j2nlpsh6a9] .quote-chat-message-sender {
    font-size: 11px;
    font-weight: 500;
    color: #495057;
    padding-left: 4px;
}

[b-j2nlpsh6a9] .quote-chat-message-time {
    font-size: 11px;
    color: #adb5bd;
    padding: 0 4px;
}

/* Bubble */
[b-j2nlpsh6a9] .quote-chat-message-bubble {
    padding: 9px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
    max-width: 100%;
}

[b-j2nlpsh6a9] .quote-chat-message.received .quote-chat-message-bubble {
    background: #ffffff;
    color: #212529;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 4px;
}

[b-j2nlpsh6a9] .quote-chat-message.sent .quote-chat-message-bubble {
    background: #e3f2fd;
    color: #212529;
    border-bottom-right-radius: 4px;
}

[b-j2nlpsh6a9] .quote-chat-message-bubble img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
}

/* Empty state */
[b-j2nlpsh6a9] .quote-chat-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    padding: 40px 20px;
}

[b-j2nlpsh6a9] .quote-chat-empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
}

[b-j2nlpsh6a9] .quote-chat-empty-state span {
    font-size: 13px;
}

/* ---- Chat Input Area ---- */
[b-j2nlpsh6a9] .quote-chat-input-area {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

[b-j2nlpsh6a9] .quote-chat-formatting-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

[b-j2nlpsh6a9] .quote-chat-toolbar-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

[b-j2nlpsh6a9] .quote-chat-toolbar-btn:hover {
    background: #e9ecef;
    color: #495057;
}

[b-j2nlpsh6a9] .quote-chat-toolbar-divider {
    width: 1px;
    height: 20px;
    background: #dee2e6;
    margin: 0 4px;
}

[b-j2nlpsh6a9] .quote-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

[b-j2nlpsh6a9] .quote-chat-textarea {
    flex: 1;
    min-height: 36px;
    max-height: 120px;
    resize: none;
    border-radius: 20px;
    padding: 7px 14px;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    background: #fff;
}

[b-j2nlpsh6a9] .quote-chat-textarea:focus {
    border-color: #90a4ae;
    box-shadow: 0 0 0 3px rgba(144, 164, 174, 0.15);
}

[b-j2nlpsh6a9] .quote-chat-send-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #495057;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    font-size: 0.9rem;
}

[b-j2nlpsh6a9] .quote-chat-send-btn:hover {
    background: #343a40;
    transform: scale(1.08);
}

[b-j2nlpsh6a9] .quote-chat-send-btn:active {
    transform: scale(0.95);
}

/* Emoji picker */
[b-j2nlpsh6a9] .quote-emoji-picker-container {
    position: relative;
}

[b-j2nlpsh6a9] .quote-emoji-picker-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    z-index: 1000;
    width: 260px;
    max-height: 180px;
    overflow-y: auto;
}

[b-j2nlpsh6a9] .quote-emoji-picker-dropdown.show {
    display: block;
    animation: quoteFadeIn 0.15s ease-out;
}

[b-j2nlpsh6a9] .quote-emoji-picker-dropdown .quote-emoji-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

[b-j2nlpsh6a9] .quote-emoji-picker-dropdown .quote-emoji-item:hover {
    background: #f0f0f0;
}

@@keyframes quoteFadeIn {
    from[b-j2nlpsh6a9] { opacity: 0; transform: translateY(4px); }
    to[b-j2nlpsh6a9]   { opacity: 1; transform: translateY(0); }
}

/* ---- History Column ---- */
[b-j2nlpsh6a9] .quote-history-container {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}

[b-j2nlpsh6a9] .quote-history-container::-webkit-scrollbar {
    width: 5px;
}

[b-j2nlpsh6a9] .quote-history-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-j2nlpsh6a9] .quote-history-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
}

[b-j2nlpsh6a9] .quote-history-item:last-child {
    border-bottom: none;
}

[b-j2nlpsh6a9] .quote-history-item .quote-history-user {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

[b-j2nlpsh6a9] .quote-history-item .quote-history-time {
    font-size: 11px;
    color: #adb5bd;
}

[b-j2nlpsh6a9] .quote-history-item .quote-history-detail {
    font-size: 13px;
    color: #495057;
    margin-top: 4px;
    line-height: 1.4;
}

[b-j2nlpsh6a9] .quote-history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 13px;
    padding: 40px 20px;
}

/* ---- Status Column ---- */
[b-j2nlpsh6a9] .quote-status-container {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

[b-j2nlpsh6a9] .quote-status-section {
    margin-bottom: 18px;
}

[b-j2nlpsh6a9] .quote-status-section-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

[b-j2nlpsh6a9] .quote-status-section .e-checkbox-wrapper {
    padding: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fafbfc;
}

/* ---- Responsive ---- */
@@media (max-width: 768px) {
    [b-j2nlpsh6a9] .quote-notes-container {
        flex-direction: column;
        min-height: auto;
        gap: 8px;
    }

    [b-j2nlpsh6a9] .quote-chat-column,
    [b-j2nlpsh6a9] .quote-history-column,
    [b-j2nlpsh6a9] .quote-status-column {
        flex: 1 1 auto;
    }

    [b-j2nlpsh6a9] .quote-chat-messages-container {
        max-height: 300px;
    }

    [b-j2nlpsh6a9] .quote-history-container {
        max-height: 250px;
    }
}
/* _content/makonnect/Areas/Purchase/Views/PurchaseOrders/_FilePool.cshtml.rz.scp.css */
.upload-area[b-gmxjzq1frs] {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-area:hover[b-gmxjzq1frs] {
    border-color: #007bff;
    background-color: rgba(0,123,255,0.1);
}

.upload-area i[b-gmxjzq1frs] {
    font-size: 2rem;
    color: #666;
}

.upload-area.drag-over[b-gmxjzq1frs] {
    border-color: #28a745;
    background-color: rgba(40,167,69,0.1);
}

.upload-area.uploading[b-gmxjzq1frs] {
    pointer-events: none;
    opacity: 0.7;
    position: relative;
}

.upload-area.uploading[b-gmxjzq1frs]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #007bff 0%, #28a745 50%, #007bff 100%);
    background-size: 200% 100%;
    animation: loading-b-gmxjzq1frs 1.5s infinite;
}

@keyframes loading-b-gmxjzq1frs {
     0% { background-position: 200% 0; }
     100% { background-position: -200% 0; }
 }

.disabled-overlay[b-gmxjzq1frs] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    z-index: 1000;
}

.upload-area small[b-gmxjzq1frs] {
    display: block;
    margin-top: 8px;
    font-size: 0.8rem;
}

.document-type-select[b-gmxjzq1frs] {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
/* _content/makonnect/Areas/Purchase/Views/PurchaseOrders/__Documents.cshtml.rz.scp.css */
.drop-area[b-fbhxhnnrpl] {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    max-width: 500px;
}

.drop-icon[b-fbhxhnnrpl] {
    font-size: 2em;
    color: #666;
    margin-bottom: 10px;
}

.drop-text[b-fbhxhnnrpl] {
    color: #666;
    margin: 0;
}

#documentMetadata .text-muted[b-fbhxhnnrpl] {
    font-size: 0.75rem;
}

#documentMetadata .metadata-details[b-fbhxhnnrpl] {
    position: relative;
}

#documentMetadata .upload-info[b-fbhxhnnrpl],
#documentMetadata .approval-info[b-fbhxhnnrpl] {
    min-width: 280px;
}

#documentMetadata #documentActions[b-fbhxhnnrpl] {
    position: absolute;
    right: 0;
}

#documentMetadata .label[b-fbhxhnnrpl] {
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

#documentMetadata .info-value[b-fbhxhnnrpl] {
    font-size: 0.75rem;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.document-warning-text[b-fbhxhnnrpl] {
    background-color: #111111;
    color: #faca30;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
}

.metadata-info[b-fbhxhnnrpl] {
    padding: 0.5rem;
}

.metadata-row[b-fbhxhnnrpl] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    font-size: 0.775rem;
}

.metadata-label[b-fbhxhnnrpl] {
    min-width: 120px;
    color: #6c757d;
    margin-right: 0.5rem;
}

.metadata-value[b-fbhxhnnrpl] {
    flex: 1;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.metadata-date[b-fbhxhnnrpl] {
    color: #6c757d;
    font-size: 0.8rem;
    white-space: nowrap;
}

.metadata-date[b-fbhxhnnrpl]::before {
    content: "-";
    margin-right: 0.5rem;
}

.document-actions[b-fbhxhnnrpl] {
    height: 100%;
    align-items: center;
}

.action-button[b-fbhxhnnrpl] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
}

.action-button i[b-fbhxhnnrpl] {
    font-size: 1rem;
}

.approve-shift-left[b-fbhxhnnrpl] {
    transform: translateX(-100%);
}

@media (max-width: 768px) {
    .metadata-row[b-fbhxhnnrpl] {
        margin-bottom: 0.75rem;
    }

    .metadata-label[b-fbhxhnnrpl] {
        min-width: 100px;
    }

    .document-actions[b-fbhxhnnrpl] {
        margin-top: 0.5rem;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .metadata-value[b-fbhxhnnrpl] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .metadata-date[b-fbhxhnnrpl]::before {
        content: "";
        margin-right: 0;
    }
}
/* _content/makonnect/Areas/Purchase/Views/PurchaseQuotes/Index.cshtml.rz.scp.css */
/* Purchase Quotes specific styles */

#purchase-quote-main-content[b-jr9hele8my] {
    background-color: rgba(0,0,0,0.03);
}

[b-jr9hele8my] .purchase-quote-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

/* ── Animated gradient mesh background ── */
[b-jr9hele8my] .purchase-quote-details-content {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #faf8ff 50%, #fff8f5 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

[b-jr9hele8my] .purchase-quote-details-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102,126,234,0.04) 0%,
        rgba(118,75,162,0.03) 25%,
        rgba(255,140,0,0.02) 50%,
        rgba(102,126,234,0.04) 100%);
    background-size: 400% 400%;
    animation: gradient-shift-b-jr9hele8my 8s ease infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes gradient-shift-b-jr9hele8my {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    [b-jr9hele8my] .purchase-quote-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }

/* ── Frosted glass tab header panel with static neon border ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    padding: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Static uniform neon border */
[b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(110, 100, 200, 0.35);
    z-index: -2;
}

/* Frosted glass fill — neon peeks through the 2px gap */
[b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
    content: '';
    position: absolute;
    inset: 2px 0 2px 2px;
    border-radius: 14px 0 0 14px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
}

/* ── Tab text base styling ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px;
    color: black;
}

[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 28px;
}

/* ── Tab item sizing & transitions ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-jr9hele8my] {
    height: 100px;
    border-radius: 12px 0 0 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}

[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-jr9hele8my] {
    height: 100%;
}

/* ── Sliding gradient pill with glow pulse ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 0 0 12px;
    width: calc(100% - 8px) !important;
    left: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5),
                0 0 40px rgba(118, 75, 162, 0.15);
    transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: glow-pulse-b-jr9hele8my 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes glow-pulse-b-jr9hele8my {
    0%, 100% { box-shadow: 0 4px 15px rgba(102,126,234,0.5), 0 0 40px rgba(118,75,162,0.15); }
    50% { box-shadow: 0 4px 20px rgba(102,126,234,0.65), 0 0 50px rgba(118,75,162,0.2); }
}

/* ── Prevent black outline flash on ALL tab items during switching ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item {
    outline: none !important;
    border: none !important;
}

/* ── Active tab — neon traveling border ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
    border-radius: 12px 0 0 12px;
    background: transparent !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    overflow: hidden !important;
}

/* Traveling neon beam around active tab */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: -50% !important;
    border: none !important;
    border-radius: 0 !important;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 55%,
        rgba(102,126,234,0.9) 72%,
        rgba(118,75,162,0.95) 83%,
        rgba(240,147,251,0.8) 92%,
        transparent 100%
    ) !important;
    background-color: transparent !important;
    z-index: 1;
    opacity: 0.7;
    animation: active-tab-neon-travel-b-jr9hele8my 4s linear infinite !important;
    transition: none !important;
}

/* Inner fill for active tab — neon peeks through the 2px gap */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: 2px !important;
    border: none !important;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    overflow: hidden !important;
    color: transparent !important;
}

/* Elevate tab content above the neon layers */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    position: relative;
    z-index: 3;
    background: transparent !important;
}

@keyframes active-tab-neon-travel-b-jr9hele8my {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ── Active tab dark accent text/icon ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #1e0a4a !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease, font-weight 0.3s ease;
}

[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
    color: #1e0a4a !important;
    transition: color 0.3s ease;
}

/* ── Hover micro-interactions on non-active tabs ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background: rgba(102, 126, 234, 0.08);
    border-radius: 10px 0 0 10px;
    transform: scale(1.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Tab content area — fixed height so all tabs are equal ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-content {
    height: 450px;
    position: relative;
    z-index: 1;
    overflow-y: auto;
}

/* ── Individual tab panels — fill and scroll within ── */
[b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-content > .e-item {
    height: 100%;
    overflow-y: auto;
}

/* ── External tab content panels — equal fixed height ── */
[b-jr9hele8my] #purchaseQuoteInformationTab,
[b-jr9hele8my] #purchaseQuoteArticlesTab,
[b-jr9hele8my] #purchaseQuoteDocumentsTab,
[b-jr9hele8my] #purchaseQuoteNotesTab {
    height: 450px;
    overflow-y: auto;
}

/* ── Information tab — prevent horizontal scroll, fit content ── */
[b-jr9hele8my] #purchaseQuoteInformationTab {
    overflow-x: hidden;
}

/* ── Edit mode — shrink tab content to fit buttons without enlarging panel ── */
[b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) .e-tab.e-vertical-tab .e-content {
    height: 400px;
}

[b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteInformationTab,
[b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteArticlesTab,
[b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteDocumentsTab,
[b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteNotesTab {
    height: 400px;
}

[b-jr9hele8my] .purchase-quote-details-content .w-100.d-flex.justify-content-end.mt-3 {
    margin-top: 0.5rem !important;
}

/* Hide Time Picker Icon */
[b-jr9hele8my] .purchase-quote-details-content span.e-input-group-icon.e-time-icon.e-icons {
    display: none;
}

/* Justify Tab Items Between */
[b-jr9hele8my] #purchaseQuoteTabs_tab_header_items {
    justify-content: space-between;
}

/* ── Content depth transition (scale + fade) ── */
@keyframes tab-content-enter-b-jr9hele8my {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

[b-jr9hele8my] .tab-content-animate-in {
    animation: tab-content-enter-b-jr9hele8my 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ==============================================
   Quote Notes Tab – 3-Column Inline Chat
   ============================================== */

[b-jr9hele8my] .quote-notes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
}

/* Column base — each column is its own card */
[b-jr9hele8my] .quote-notes-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

[b-jr9hele8my] .quote-chat-column {
    flex: 1 1 38%;
}

[b-jr9hele8my] .quote-history-column {
    flex: 1 1 34%;
}

[b-jr9hele8my] .quote-status-column {
    flex: 1 1 28%;
}

/* Column headers */
[b-jr9hele8my] .quote-notes-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

[b-jr9hele8my] .quote-notes-column-header h6 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-jr9hele8my] .quote-notes-column-header .quote-msg-count {
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 400;
}

/* ---- Chat Messages Area ---- */
[b-jr9hele8my] .quote-chat-messages-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
    background: #fafbfc;
}

[b-jr9hele8my] .quote-chat-messages-container::-webkit-scrollbar {
    width: 5px;
}

[b-jr9hele8my] .quote-chat-messages-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-jr9hele8my] .quote-chat-messages-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-jr9hele8my] .quote-chat-messages-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual message */
[b-jr9hele8my] .quote-chat-message {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 88%;
}

[b-jr9hele8my] .quote-chat-message.sent {
    align-self: flex-end;
    flex-direction: row-reverse;
}

[b-jr9hele8my] .quote-chat-message.received {
    align-self: flex-start;
}

/* Avatar */
[b-jr9hele8my] .quote-chat-message-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-jr9hele8my] .quote-chat-message-avatar span {
    color: white;
    font-size: 10px;
    font-weight: 600;
}

/* Message content */
[b-jr9hele8my] .quote-chat-message-content {
    display: flex;
    flex-direction: column;
}

[b-jr9hele8my] .quote-chat-message.sent .quote-chat-message-content {
    align-items: flex-end;
}

/* Sender & time header */
[b-jr9hele8my] .quote-chat-message-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

[b-jr9hele8my] .quote-chat-message-sender {
    font-size: 11px;
    font-weight: 500;
    color: #495057;
    padding-left: 4px;
}

[b-jr9hele8my] .quote-chat-message-time {
    font-size: 11px;
    color: #adb5bd;
    padding: 0 4px;
}

/* Bubble */
[b-jr9hele8my] .quote-chat-message-bubble {
    padding: 9px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
    max-width: 100%;
}

[b-jr9hele8my] .quote-chat-message.received .quote-chat-message-bubble {
    background: #ffffff;
    color: #212529;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 4px;
}

[b-jr9hele8my] .quote-chat-message.sent .quote-chat-message-bubble {
    background: #e3f2fd;
    color: #212529;
    border-bottom-right-radius: 4px;
}

[b-jr9hele8my] .quote-chat-message-bubble img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
}

/* Empty state */
[b-jr9hele8my] .quote-chat-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    padding: 40px 20px;
}

[b-jr9hele8my] .quote-chat-empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
}

[b-jr9hele8my] .quote-chat-empty-state span {
    font-size: 13px;
}

/* ---- Chat Input Area ---- */
[b-jr9hele8my] .quote-chat-input-area {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

[b-jr9hele8my] .quote-chat-formatting-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

[b-jr9hele8my] .quote-chat-toolbar-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

[b-jr9hele8my] .quote-chat-toolbar-btn:hover {
    background: #e9ecef;
    color: #495057;
}

[b-jr9hele8my] .quote-chat-toolbar-divider {
    width: 1px;
    height: 20px;
    background: #dee2e6;
    margin: 0 4px;
}

[b-jr9hele8my] .quote-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

[b-jr9hele8my] .quote-chat-textarea {
    flex: 1;
    min-height: 36px;
    max-height: 120px;
    resize: none;
    border-radius: 20px;
    padding: 7px 14px;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    background: #fff;
}

[b-jr9hele8my] .quote-chat-textarea:focus {
    border-color: #90a4ae;
    box-shadow: 0 0 0 3px rgba(144, 164, 174, 0.15);
}

[b-jr9hele8my] .quote-chat-send-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #495057;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    font-size: 0.9rem;
}

[b-jr9hele8my] .quote-chat-send-btn:hover {
    background: #343a40;
    transform: scale(1.08);
}

[b-jr9hele8my] .quote-chat-send-btn:active {
    transform: scale(0.95);
}

/* Emoji picker */
[b-jr9hele8my] .quote-emoji-picker-container {
    position: relative;
}

[b-jr9hele8my] .quote-emoji-picker-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    z-index: 1000;
    width: 260px;
    max-height: 180px;
    overflow-y: auto;
}

[b-jr9hele8my] .quote-emoji-picker-dropdown.show {
    display: block;
    animation: quoteFadeIn 0.15s ease-out;
}

[b-jr9hele8my] .quote-emoji-picker-dropdown .quote-emoji-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

[b-jr9hele8my] .quote-emoji-picker-dropdown .quote-emoji-item:hover {
    background: #f0f0f0;
}

@@keyframes quoteFadeIn {
    from[b-jr9hele8my] { opacity: 0; transform: translateY(4px); }
    to[b-jr9hele8my]   { opacity: 1; transform: translateY(0); }
}

/* ---- History Column ---- */
[b-jr9hele8my] .quote-history-container {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}

[b-jr9hele8my] .quote-history-container::-webkit-scrollbar {
    width: 5px;
}

[b-jr9hele8my] .quote-history-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-jr9hele8my] .quote-history-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
}

[b-jr9hele8my] .quote-history-item:last-child {
    border-bottom: none;
}

[b-jr9hele8my] .quote-history-item .quote-history-user {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

[b-jr9hele8my] .quote-history-item .quote-history-time {
    font-size: 11px;
    color: #adb5bd;
}

[b-jr9hele8my] .quote-history-item .quote-history-detail {
    font-size: 13px;
    color: #495057;
    margin-top: 4px;
    line-height: 1.4;
}

[b-jr9hele8my] .quote-history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 13px;
    padding: 40px 20px;
}

/* ---- Status Column ---- */
[b-jr9hele8my] .quote-status-container {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

[b-jr9hele8my] .quote-status-section {
    margin-bottom: 18px;
}

[b-jr9hele8my] .quote-status-section-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

[b-jr9hele8my] .quote-status-section .e-checkbox-wrapper {
    padding: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fafbfc;
}

/* ---- Responsive ---- */
@@media (max-width: 768px) {
    [b-jr9hele8my] .quote-notes-container {
        flex-direction: column;
        min-height: auto;
        gap: 8px;
    }

    [b-jr9hele8my] .quote-chat-column,
    [b-jr9hele8my] .quote-history-column,
    [b-jr9hele8my] .quote-status-column {
        flex: 1 1 auto;
    }

    [b-jr9hele8my] .quote-chat-messages-container {
        max-height: 300px;
    }

    [b-jr9hele8my] .quote-history-container {
        max-height: 250px;
    }
}

/* ---- Responsive: compact view for 13" laptops (<=900px height) ---- */
@@media (max-height: 900px) {
    [b-jr9hele8my] .purchase-quote-details-header {
        height: 40px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 6px;
        border-radius: 12px 0 0 12px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 10px 0 0 10px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 22px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-jr9hele8my] {
        height: 75px;
        border-radius: 10px 0 0 10px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 10px 0 0 10px;
        width: calc(100% - 6px) !important;
        left: 6px !important;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 10px 0 0 10px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 8px 0 0 8px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-content {
        height: 340px;
    }

    [b-jr9hele8my] #purchaseQuoteInformationTab,
    [b-jr9hele8my] #purchaseQuoteArticlesTab,
    [b-jr9hele8my] #purchaseQuoteDocumentsTab,
    [b-jr9hele8my] #purchaseQuoteNotesTab {
        height: 340px;
    }

    [b-jr9hele8my] .quote-notes-container {
        gap: 8px;
    }

    [b-jr9hele8my] .quote-chat-messages-container {
        padding: 10px;
    }

    [b-jr9hele8my] .quote-chat-message-bubble {
        padding: 7px 10px;
    }

    [b-jr9hele8my] .quote-chat-textarea {
        min-height: 32px;
    }

    [b-jr9hele8my] .quote-chat-send-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    /* Edit mode at <=900px */
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) .e-tab.e-vertical-tab .e-content,
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteInformationTab,
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteArticlesTab,
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteDocumentsTab,
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteNotesTab {
        height: 295px;
    }
}

/* ---- Responsive: compact view for 10" tablets (<=768px height) ---- */
@@media (max-height: 768px) {
    [b-jr9hele8my] .purchase-quote-details-header {
        height: 36px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 4px;
        border-radius: 10px 0 0 10px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 8px 0 0 8px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 11px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 18px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-jr9hele8my] {
        height: 60px;
        border-radius: 8px 0 0 8px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 8px 0 0 8px;
        width: calc(100% - 4px) !important;
        left: 4px !important;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 8px 0 0 8px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 6px 0 0 6px;
    }

    [b-jr9hele8my] .purchase-quote-details-content .e-tab.e-vertical-tab .e-content {
        height: 270px;
    }

    [b-jr9hele8my] #purchaseQuoteInformationTab,
    [b-jr9hele8my] #purchaseQuoteArticlesTab,
    [b-jr9hele8my] #purchaseQuoteDocumentsTab,
    [b-jr9hele8my] #purchaseQuoteNotesTab {
        height: 270px;
    }

    [b-jr9hele8my] .quote-notes-container {
        gap: 6px;
    }

    [b-jr9hele8my] .quote-chat-messages-container {
        padding: 8px;
    }

    [b-jr9hele8my] .quote-chat-message-bubble {
        padding: 6px 8px;
        font-size: 12px;
    }

    [b-jr9hele8my] .quote-chat-textarea {
        min-height: 28px;
    }

    [b-jr9hele8my] .quote-chat-send-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    /* Edit mode at <=768px */
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) .e-tab.e-vertical-tab .e-content,
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteInformationTab,
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteArticlesTab,
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteDocumentsTab,
    [b-jr9hele8my] .purchase-quote-details-content:has(#savePurchaseQuoteBtn) #purchaseQuoteNotesTab {
        height: 225px;
    }
}
/* _content/makonnect/Areas/Purchase/Views/PurchaseReturns/Index.cshtml.rz.scp.css */
#purchase-return-main-content[b-4d28tznn62] {
    background-color: rgba(0,0,0,0.03);
}

[b-4d28tznn62] .purchase-return-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

/* ── Animated gradient mesh background ── */
[b-4d28tznn62] .purchase-return-details-content {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #faf8ff 50%, #fff8f5 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

[b-4d28tznn62] .purchase-return-details-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102,126,234,0.04) 0%,
        rgba(118,75,162,0.03) 25%,
        rgba(255,140,0,0.02) 50%,
        rgba(102,126,234,0.04) 100%);
    background-size: 400% 400%;
    animation: gradient-shift-b-4d28tznn62 8s ease infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes gradient-shift-b-4d28tznn62 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    [b-4d28tznn62] .purchase-return-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }

/* ── Frosted glass tab header panel with static neon border ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    padding: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Static uniform neon border */
[b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(110, 100, 200, 0.35);
    z-index: -2;
}

/* Frosted glass fill — neon peeks through the 2px gap */
[b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
    content: '';
    position: absolute;
    inset: 2px 0 2px 2px;
    border-radius: 14px 0 0 14px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
}

/* ── Tab text base styling ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px;
    color: black;
}

[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 28px;
}

/* ── Tab item sizing & transitions ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-4d28tznn62] {
    height: 100px;
    border-radius: 12px 0 0 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}

[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-4d28tznn62] {
    height: 100%;
}

/* ── Sliding gradient pill with glow pulse ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 0 0 12px;
    width: calc(100% - 8px) !important;
    left: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5),
                0 0 40px rgba(118, 75, 162, 0.15);
    transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: glow-pulse-b-4d28tznn62 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes glow-pulse-b-4d28tznn62 {
    0%, 100% { box-shadow: 0 4px 15px rgba(102,126,234,0.5), 0 0 40px rgba(118,75,162,0.15); }
    50% { box-shadow: 0 4px 20px rgba(102,126,234,0.65), 0 0 50px rgba(118,75,162,0.2); }
}

/* ── Prevent black outline flash on ALL tab items during switching ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item {
    outline: none !important;
    border: none !important;
}

/* ── Active tab — neon traveling border ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
    border-radius: 12px 0 0 12px;
    background: transparent !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    overflow: hidden !important;
}

/* Traveling neon beam around active tab */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: -50% !important;
    border: none !important;
    border-radius: 0 !important;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 55%,
        rgba(102,126,234,0.9) 72%,
        rgba(118,75,162,0.95) 83%,
        rgba(240,147,251,0.8) 92%,
        transparent 100%
    ) !important;
    background-color: transparent !important;
    z-index: 1;
    opacity: 0.7;
    animation: active-tab-neon-travel-b-4d28tznn62 4s linear infinite !important;
    transition: none !important;
}

/* Inner fill for active tab — neon peeks through the 2px gap */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: 2px !important;
    border: none !important;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    overflow: hidden !important;
    color: transparent !important;
}

/* Elevate tab content above the neon layers */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    position: relative;
    z-index: 3;
    background: transparent !important;
}

@keyframes active-tab-neon-travel-b-4d28tznn62 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ── Active tab dark accent text/icon ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #1e0a4a !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease, font-weight 0.3s ease;
}

[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
    color: #1e0a4a !important;
    transition: color 0.3s ease;
}

/* ── Hover micro-interactions on non-active tabs ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background: rgba(102, 126, 234, 0.08);
    border-radius: 10px 0 0 10px;
    transform: scale(1.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Tab content area — fixed height so all tabs are equal ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-content {
    height: 450px;
    position: relative;
    z-index: 1;
    overflow-y: auto;
}

/* ── Individual tab panels — fill and scroll within ── */
[b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-content > .e-item {
    height: 100%;
    overflow-y: auto;
}

/* ── External tab content panels — equal fixed height ── */
[b-4d28tznn62] #purchaseReturnInformationTab,
[b-4d28tznn62] #purchaseReturnArticlesTab,
[b-4d28tznn62] #purchaseReturnDocumentsTab,
[b-4d28tznn62] #purchaseReturnNotesTab {
    height: 450px;
    overflow-y: auto;
}

/* ── Information tab — prevent horizontal scroll, fit content ── */
[b-4d28tznn62] #purchaseReturnInformationTab {
    overflow-x: hidden;
}

/* ── Edit mode — shrink tab content to fit buttons without enlarging panel ── */
[b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) .e-tab.e-vertical-tab .e-content {
    height: 400px;
}

[b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnInformationTab,
[b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnArticlesTab,
[b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnDocumentsTab,
[b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnNotesTab {
    height: 400px;
}

[b-4d28tznn62] .purchase-return-details-content .w-100.d-flex.justify-content-end.mt-3 {
    margin-top: 0.5rem !important;
}

/* Hide Time Picker Icon */
[b-4d28tznn62] .purchase-return-details-content span.e-input-group-icon.e-time-icon.e-icons {
    display: none;
}

/* Justify Tab Items Between */
[b-4d28tznn62] #purchaseReturnTabs_tab_header_items {
    justify-content: space-between;
}

/* ── Content depth transition (scale + fade) ── */
@keyframes tab-content-enter-b-4d28tznn62 {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

[b-4d28tznn62] .tab-content-animate-in {
    animation: tab-content-enter-b-4d28tznn62 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ==============================================
   Quote Notes Tab – 3-Column Inline Chat
   ============================================== */

[b-4d28tznn62] .quote-notes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
}

/* Column base — each column is its own card */
[b-4d28tznn62] .quote-notes-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

[b-4d28tznn62] .quote-chat-column {
    flex: 1 1 38%;
}

[b-4d28tznn62] .quote-history-column {
    flex: 1 1 34%;
}

[b-4d28tznn62] .quote-status-column {
    flex: 1 1 28%;
}

/* Column headers */
[b-4d28tznn62] .quote-notes-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

[b-4d28tznn62] .quote-notes-column-header h6 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-4d28tznn62] .quote-notes-column-header .quote-msg-count {
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 400;
}

/* ---- Chat Messages Area ---- */
[b-4d28tznn62] .quote-chat-messages-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
    background: #fafbfc;
}

[b-4d28tznn62] .quote-chat-messages-container::-webkit-scrollbar {
    width: 5px;
}

[b-4d28tznn62] .quote-chat-messages-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-4d28tznn62] .quote-chat-messages-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-4d28tznn62] .quote-chat-messages-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual message */
[b-4d28tznn62] .quote-chat-message {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 88%;
}

[b-4d28tznn62] .quote-chat-message.sent {
    align-self: flex-end;
    flex-direction: row-reverse;
}

[b-4d28tznn62] .quote-chat-message.received {
    align-self: flex-start;
}

/* Avatar */
[b-4d28tznn62] .quote-chat-message-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-4d28tznn62] .quote-chat-message-avatar span {
    color: white;
    font-size: 10px;
    font-weight: 600;
}

/* Message content */
[b-4d28tznn62] .quote-chat-message-content {
    display: flex;
    flex-direction: column;
}

[b-4d28tznn62] .quote-chat-message.sent .quote-chat-message-content {
    align-items: flex-end;
}

/* Sender & time header */
[b-4d28tznn62] .quote-chat-message-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

[b-4d28tznn62] .quote-chat-message-sender {
    font-size: 11px;
    font-weight: 500;
    color: #495057;
    padding-left: 4px;
}

[b-4d28tznn62] .quote-chat-message-time {
    font-size: 11px;
    color: #adb5bd;
    padding: 0 4px;
}

/* Bubble */
[b-4d28tznn62] .quote-chat-message-bubble {
    padding: 9px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
    max-width: 100%;
}

[b-4d28tznn62] .quote-chat-message.received .quote-chat-message-bubble {
    background: #ffffff;
    color: #212529;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 4px;
}

[b-4d28tznn62] .quote-chat-message.sent .quote-chat-message-bubble {
    background: #e3f2fd;
    color: #212529;
    border-bottom-right-radius: 4px;
}

[b-4d28tznn62] .quote-chat-message-bubble img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
}

/* Empty state */
[b-4d28tznn62] .quote-chat-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    padding: 40px 20px;
}

[b-4d28tznn62] .quote-chat-empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
}

[b-4d28tznn62] .quote-chat-empty-state span {
    font-size: 13px;
}

/* ---- Chat Input Area ---- */
[b-4d28tznn62] .quote-chat-input-area {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

[b-4d28tznn62] .quote-chat-formatting-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

[b-4d28tznn62] .quote-chat-toolbar-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

[b-4d28tznn62] .quote-chat-toolbar-btn:hover {
    background: #e9ecef;
    color: #495057;
}

[b-4d28tznn62] .quote-chat-toolbar-divider {
    width: 1px;
    height: 20px;
    background: #dee2e6;
    margin: 0 4px;
}

[b-4d28tznn62] .quote-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

[b-4d28tznn62] .quote-chat-textarea {
    flex: 1;
    min-height: 36px;
    max-height: 120px;
    resize: none;
    border-radius: 20px;
    padding: 7px 14px;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    background: #fff;
}

[b-4d28tznn62] .quote-chat-textarea:focus {
    border-color: #90a4ae;
    box-shadow: 0 0 0 3px rgba(144, 164, 174, 0.15);
}

[b-4d28tznn62] .quote-chat-send-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #495057;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    font-size: 0.9rem;
}

[b-4d28tznn62] .quote-chat-send-btn:hover {
    background: #343a40;
    transform: scale(1.08);
}

[b-4d28tznn62] .quote-chat-send-btn:active {
    transform: scale(0.95);
}

/* Emoji picker */
[b-4d28tznn62] .quote-emoji-picker-container {
    position: relative;
}

[b-4d28tznn62] .quote-emoji-picker-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    z-index: 1000;
    width: 260px;
    max-height: 180px;
    overflow-y: auto;
}

[b-4d28tznn62] .quote-emoji-picker-dropdown.show {
    display: block;
    animation: quoteFadeIn 0.15s ease-out;
}

[b-4d28tznn62] .quote-emoji-picker-dropdown .quote-emoji-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

[b-4d28tznn62] .quote-emoji-picker-dropdown .quote-emoji-item:hover {
    background: #f0f0f0;
}

@@keyframes quoteFadeIn {
    from[b-4d28tznn62] { opacity: 0; transform: translateY(4px); }
    to[b-4d28tznn62]   { opacity: 1; transform: translateY(0); }
}

/* ---- History Column ---- */
[b-4d28tznn62] .quote-history-container {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}

[b-4d28tznn62] .quote-history-container::-webkit-scrollbar {
    width: 5px;
}

[b-4d28tznn62] .quote-history-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-4d28tznn62] .quote-history-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
}

[b-4d28tznn62] .quote-history-item:last-child {
    border-bottom: none;
}

[b-4d28tznn62] .quote-history-item .quote-history-user {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

[b-4d28tznn62] .quote-history-item .quote-history-time {
    font-size: 11px;
    color: #adb5bd;
}

[b-4d28tznn62] .quote-history-item .quote-history-detail {
    font-size: 13px;
    color: #495057;
    margin-top: 4px;
    line-height: 1.4;
}

[b-4d28tznn62] .quote-history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 13px;
    padding: 40px 20px;
}

/* ---- Status Column ---- */
[b-4d28tznn62] .quote-status-container {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

[b-4d28tznn62] .quote-status-section {
    margin-bottom: 18px;
}

[b-4d28tznn62] .quote-status-section-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

[b-4d28tznn62] .quote-status-section .e-checkbox-wrapper {
    padding: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fafbfc;
}

/* ---- Responsive ---- */
@@media (max-width: 768px) {
    [b-4d28tznn62] .quote-notes-container {
        flex-direction: column;
        min-height: auto;
        gap: 8px;
    }

    [b-4d28tznn62] .quote-chat-column,
    [b-4d28tznn62] .quote-history-column,
    [b-4d28tznn62] .quote-status-column {
        flex: 1 1 auto;
    }

    [b-4d28tznn62] .quote-chat-messages-container {
        max-height: 300px;
    }

    [b-4d28tznn62] .quote-history-container {
        max-height: 250px;
    }
}

/* ---- Responsive: compact view for 13" laptops (≤900px height) ---- */
@@media (max-height: 900px) {
    [b-4d28tznn62] .purchase-return-details-header {
        height: 40px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 6px;
        border-radius: 12px 0 0 12px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 10px 0 0 10px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 22px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-4d28tznn62] {
        height: 75px;
        border-radius: 10px 0 0 10px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 10px 0 0 10px;
        width: calc(100% - 6px) !important;
        left: 6px !important;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 10px 0 0 10px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 8px 0 0 8px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-content {
        height: 340px;
    }

    [b-4d28tznn62] #purchaseReturnInformationTab,
    [b-4d28tznn62] #purchaseReturnArticlesTab,
    [b-4d28tznn62] #purchaseReturnDocumentsTab,
    [b-4d28tznn62] #purchaseReturnNotesTab {
        height: 340px;
    }

    [b-4d28tznn62] .quote-notes-container {
        gap: 8px;
    }

    [b-4d28tznn62] .quote-chat-messages-container {
        padding: 10px;
    }

    [b-4d28tznn62] .quote-chat-message-bubble {
        padding: 7px 10px;
    }

    [b-4d28tznn62] .quote-chat-textarea {
        min-height: 32px;
    }

    [b-4d28tznn62] .quote-chat-send-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    /* Edit mode at ≤900px */
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) .e-tab.e-vertical-tab .e-content,
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnInformationTab,
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnArticlesTab,
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnDocumentsTab,
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnNotesTab {
        height: 295px;
    }
}

/* ---- Responsive: compact view for 10" tablets (≤768px height) ---- */
@@media (max-height: 768px) {
    [b-4d28tznn62] .purchase-return-details-header {
        height: 36px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 4px;
        border-radius: 10px 0 0 10px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 8px 0 0 8px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 11px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 18px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-4d28tznn62] {
        height: 60px;
        border-radius: 8px 0 0 8px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 8px 0 0 8px;
        width: calc(100% - 4px) !important;
        left: 4px !important;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 8px 0 0 8px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 6px 0 0 6px;
    }

    [b-4d28tznn62] .purchase-return-details-content .e-tab.e-vertical-tab .e-content {
        height: 270px;
    }

    [b-4d28tznn62] #purchaseReturnInformationTab,
    [b-4d28tznn62] #purchaseReturnArticlesTab,
    [b-4d28tznn62] #purchaseReturnDocumentsTab,
    [b-4d28tznn62] #purchaseReturnNotesTab {
        height: 270px;
    }

    [b-4d28tznn62] .quote-notes-container {
        gap: 6px;
    }

    [b-4d28tznn62] .quote-chat-messages-container {
        padding: 8px;
    }

    [b-4d28tznn62] .quote-chat-message-bubble {
        padding: 6px 8px;
        font-size: 12px;
    }

    [b-4d28tznn62] .quote-chat-textarea {
        min-height: 28px;
    }

    [b-4d28tznn62] .quote-chat-send-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    /* Edit mode at ≤768px */
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) .e-tab.e-vertical-tab .e-content,
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnInformationTab,
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnArticlesTab,
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnDocumentsTab,
    [b-4d28tznn62] .purchase-return-details-content:has(#saveReturnBtn) #purchaseReturnNotesTab {
        height: 225px;
    }
}
/* _content/makonnect/Areas/Purchase/Views/ServiceOrders/Index.cshtml.rz.scp.css */
#service-order-main-content[b-5s3pjqsj0x] {
    background-color: rgba(0,0,0,0.03);
}

[b-5s3pjqsj0x] .service-order-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

@@media (max-height: 900px) {
    [b-5s3pjqsj0x] .service-order-details-header {
        height: 40px;
    }
}

@@media (max-height: 768px) {
    [b-5s3pjqsj0x] .service-order-details-header {
        height: 36px;
    }
}
/* _content/makonnect/Areas/Purchase/Views/SupplierPurchaseOrders/Index.cshtml.rz.scp.css */
#supplier-purchase-order-main-content[b-9zc5fn1wu9] {
    background-color: rgba(0,0,0,0.03);
}

[b-9zc5fn1wu9] .supplier-purchase-order-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

@@media (max-height: 900px) {
    [b-9zc5fn1wu9] .supplier-purchase-order-details-header {
        height: 40px;
    }
}

@@media (max-height: 768px) {
    [b-9zc5fn1wu9] .supplier-purchase-order-details-header {
        height: 36px;
    }
}
/* _content/makonnect/Areas/Sales/Views/Deliveries/Index.cshtml.rz.scp.css */
#delivery-main-content[b-0qlauyrtny] {
    background-color: rgba(0,0,0,0.03);
}

[b-0qlauyrtny] .delivery-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

/* ── Animated gradient mesh background ── */
[b-0qlauyrtny] .delivery-details-content {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #faf8ff 50%, #fff8f5 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

[b-0qlauyrtny] .delivery-details-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102,126,234,0.04) 0%,
        rgba(118,75,162,0.03) 25%,
        rgba(255,140,0,0.02) 50%,
        rgba(102,126,234,0.04) 100%);
    background-size: 400% 400%;
    animation: gradient-shift-b-0qlauyrtny 8s ease infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes gradient-shift-b-0qlauyrtny {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    [b-0qlauyrtny] .delivery-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }

/* ── Frosted glass tab header panel with static neon border ── */
[b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    padding: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Static uniform neon border */
[b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(110, 100, 200, 0.35);
    z-index: -2;
}

/* Frosted glass fill — neon peeks through the 2px gap */
[b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
    content: '';
    position: absolute;
    inset: 2px 0 2px 2px;
    border-radius: 14px 0 0 14px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
}

/* ── Tab text base styling ── */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px;
    color: black;
}

[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 28px;
}

/* ── Tab item sizing & transitions ── */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-0qlauyrtny] {
    height: 100px;
    border-radius: 12px 0 0 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}

[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-0qlauyrtny] {
    height: 100%;
}

/* ── Sliding gradient pill with glow pulse ── */
[b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 0 0 12px;
    width: calc(100% - 8px) !important;
    left: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5),
                0 0 40px rgba(118, 75, 162, 0.15);
    transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: glow-pulse-b-0qlauyrtny 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes glow-pulse-b-0qlauyrtny {
    0%, 100% { box-shadow: 0 4px 15px rgba(102,126,234,0.5), 0 0 40px rgba(118,75,162,0.15); }
    50% { box-shadow: 0 4px 20px rgba(102,126,234,0.65), 0 0 50px rgba(118,75,162,0.2); }
}

/* ── Prevent black outline flash on ALL tab items during switching ── */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item {
    outline: none !important;
    border: none !important;
}

/* ── Active tab — neon traveling border ── */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
    border-radius: 12px 0 0 12px;
    background: transparent !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    overflow: hidden !important;
}

/* Traveling neon beam around active tab */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: -50% !important;
    border: none !important;
    border-radius: 0 !important;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 55%,
        rgba(102,126,234,0.9) 72%,
        rgba(118,75,162,0.95) 83%,
        rgba(240,147,251,0.8) 92%,
        transparent 100%
    ) !important;
    background-color: transparent !important;
    z-index: 1;
    opacity: 0.7;
    animation: active-tab-neon-travel-b-0qlauyrtny 4s linear infinite !important;
    transition: none !important;
}

/* Inner fill for active tab — neon peeks through the 2px gap */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: 2px !important;
    border: none !important;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    overflow: hidden !important;
    color: transparent !important;
}

/* Elevate tab content above the neon layers */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    position: relative;
    z-index: 3;
    background: transparent !important;
}

@keyframes active-tab-neon-travel-b-0qlauyrtny {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ── Active tab dark accent text/icon ── */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #1e0a4a !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease, font-weight 0.3s ease;
}

[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
    color: #1e0a4a !important;
    transition: color 0.3s ease;
}

/* ── Hover micro-interactions on non-active tabs ── */
[b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background: rgba(102, 126, 234, 0.08);
    border-radius: 10px 0 0 10px;
    transform: scale(1.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Tab content area — fixed height so all tabs are equal ── */
[b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-content {
    height: 450px;
    position: relative;
    z-index: 1;
    overflow-y: auto;
}

/* ── Individual tab panels — fill and scroll within ── */
[b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-content > .e-item {
    height: 100%;
    overflow-y: auto;
}

/* ── External tab content panels — equal fixed height ── */
[b-0qlauyrtny] #deliveryInformationTab,
[b-0qlauyrtny] #deliveryArticlesTab,
[b-0qlauyrtny] #deliveryDocumentsTab,
[b-0qlauyrtny] #deliveryNotesTab {
    height: 450px;
    overflow-y: auto;
}

/* ── Information tab — prevent horizontal scroll, fit content ── */
[b-0qlauyrtny] #deliveryInformationTab {
    overflow-x: hidden;
}

/* ── Edit mode — shrink tab content to fit buttons without enlarging panel ── */
[b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) .e-tab.e-vertical-tab .e-content {
    height: 400px;
}

[b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryInformationTab,
[b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryArticlesTab,
[b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryDocumentsTab,
[b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryNotesTab {
    height: 400px;
}

[b-0qlauyrtny] .delivery-details-content .w-100.d-flex.justify-content-end.mt-3 {
    margin-top: 0.5rem !important;
}

/* Hide Time Picker Icon */
[b-0qlauyrtny] .delivery-details-content span.e-input-group-icon.e-time-icon.e-icons {
    display: none;
}

/* Justify Tab Items Between */
[b-0qlauyrtny] #deliveryTabs_tab_header_items {
    justify-content: space-between;
}

/* ── Content depth transition (scale + fade) ── */
@keyframes tab-content-enter-b-0qlauyrtny {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

[b-0qlauyrtny] .tab-content-animate-in {
    animation: tab-content-enter-b-0qlauyrtny 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ==============================================
   Quote Notes Tab – 3-Column Inline Chat
   ============================================== */

[b-0qlauyrtny] .quote-notes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
}

/* Column base — each column is its own card */
[b-0qlauyrtny] .quote-notes-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

[b-0qlauyrtny] .quote-chat-column {
    flex: 1 1 38%;
}

[b-0qlauyrtny] .quote-history-column {
    flex: 1 1 34%;
}

[b-0qlauyrtny] .quote-status-column {
    flex: 1 1 28%;
}

/* Column headers */
[b-0qlauyrtny] .quote-notes-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

[b-0qlauyrtny] .quote-notes-column-header h6 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-0qlauyrtny] .quote-notes-column-header .quote-msg-count {
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 400;
}

/* ---- Chat Messages Area ---- */
[b-0qlauyrtny] .quote-chat-messages-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
    background: #fafbfc;
}

[b-0qlauyrtny] .quote-chat-messages-container::-webkit-scrollbar {
    width: 5px;
}

[b-0qlauyrtny] .quote-chat-messages-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-0qlauyrtny] .quote-chat-messages-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-0qlauyrtny] .quote-chat-messages-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual message */
[b-0qlauyrtny] .quote-chat-message {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 88%;
}

[b-0qlauyrtny] .quote-chat-message.sent {
    align-self: flex-end;
    flex-direction: row-reverse;
}

[b-0qlauyrtny] .quote-chat-message.received {
    align-self: flex-start;
}

/* Avatar */
[b-0qlauyrtny] .quote-chat-message-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-0qlauyrtny] .quote-chat-message-avatar span {
    color: white;
    font-size: 10px;
    font-weight: 600;
}

/* Message content */
[b-0qlauyrtny] .quote-chat-message-content {
    display: flex;
    flex-direction: column;
}

[b-0qlauyrtny] .quote-chat-message.sent .quote-chat-message-content {
    align-items: flex-end;
}

/* Sender & time header */
[b-0qlauyrtny] .quote-chat-message-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

[b-0qlauyrtny] .quote-chat-message-sender {
    font-size: 11px;
    font-weight: 500;
    color: #495057;
    padding-left: 4px;
}

[b-0qlauyrtny] .quote-chat-message-time {
    font-size: 11px;
    color: #adb5bd;
    padding: 0 4px;
}

/* Bubble */
[b-0qlauyrtny] .quote-chat-message-bubble {
    padding: 9px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
    max-width: 100%;
}

[b-0qlauyrtny] .quote-chat-message.received .quote-chat-message-bubble {
    background: #ffffff;
    color: #212529;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 4px;
}

[b-0qlauyrtny] .quote-chat-message.sent .quote-chat-message-bubble {
    background: #e3f2fd;
    color: #212529;
    border-bottom-right-radius: 4px;
}

[b-0qlauyrtny] .quote-chat-message-bubble img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
}

/* Empty state */
[b-0qlauyrtny] .quote-chat-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    padding: 40px 20px;
}

[b-0qlauyrtny] .quote-chat-empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
}

[b-0qlauyrtny] .quote-chat-empty-state span {
    font-size: 13px;
}

/* ---- Chat Input Area ---- */
[b-0qlauyrtny] .quote-chat-input-area {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

[b-0qlauyrtny] .quote-chat-formatting-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

[b-0qlauyrtny] .quote-chat-toolbar-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

[b-0qlauyrtny] .quote-chat-toolbar-btn:hover {
    background: #e9ecef;
    color: #495057;
}

[b-0qlauyrtny] .quote-chat-toolbar-divider {
    width: 1px;
    height: 20px;
    background: #dee2e6;
    margin: 0 4px;
}

[b-0qlauyrtny] .quote-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

[b-0qlauyrtny] .quote-chat-textarea {
    flex: 1;
    min-height: 36px;
    max-height: 120px;
    resize: none;
    border-radius: 20px;
    padding: 7px 14px;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    background: #fff;
}

[b-0qlauyrtny] .quote-chat-textarea:focus {
    border-color: #90a4ae;
    box-shadow: 0 0 0 3px rgba(144, 164, 174, 0.15);
}

[b-0qlauyrtny] .quote-chat-send-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #495057;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    font-size: 0.9rem;
}

[b-0qlauyrtny] .quote-chat-send-btn:hover {
    background: #343a40;
    transform: scale(1.08);
}

[b-0qlauyrtny] .quote-chat-send-btn:active {
    transform: scale(0.95);
}

/* Emoji picker */
[b-0qlauyrtny] .quote-emoji-picker-container {
    position: relative;
}

[b-0qlauyrtny] .quote-emoji-picker-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    z-index: 1000;
    width: 260px;
    max-height: 180px;
    overflow-y: auto;
}

[b-0qlauyrtny] .quote-emoji-picker-dropdown.show {
    display: block;
    animation: quoteFadeIn 0.15s ease-out;
}

[b-0qlauyrtny] .quote-emoji-picker-dropdown .quote-emoji-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

[b-0qlauyrtny] .quote-emoji-picker-dropdown .quote-emoji-item:hover {
    background: #f0f0f0;
}

@@keyframes quoteFadeIn {
    from[b-0qlauyrtny] { opacity: 0; transform: translateY(4px); }
    to[b-0qlauyrtny]   { opacity: 1; transform: translateY(0); }
}

/* ---- History Column ---- */
[b-0qlauyrtny] .quote-history-container {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}

[b-0qlauyrtny] .quote-history-container::-webkit-scrollbar {
    width: 5px;
}

[b-0qlauyrtny] .quote-history-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-0qlauyrtny] .quote-history-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
}

[b-0qlauyrtny] .quote-history-item:last-child {
    border-bottom: none;
}

[b-0qlauyrtny] .quote-history-item .quote-history-user {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

[b-0qlauyrtny] .quote-history-item .quote-history-time {
    font-size: 11px;
    color: #adb5bd;
}

[b-0qlauyrtny] .quote-history-item .quote-history-detail {
    font-size: 13px;
    color: #495057;
    margin-top: 4px;
    line-height: 1.4;
}

[b-0qlauyrtny] .quote-history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 13px;
    padding: 40px 20px;
}

/* ---- Status Column ---- */
[b-0qlauyrtny] .quote-status-container {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

[b-0qlauyrtny] .quote-status-section {
    margin-bottom: 18px;
}

[b-0qlauyrtny] .quote-status-section-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

[b-0qlauyrtny] .quote-status-section .e-checkbox-wrapper {
    padding: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fafbfc;
}

/* ---- Responsive ---- */
@@media (max-width: 768px) {
    [b-0qlauyrtny] .quote-notes-container {
        flex-direction: column;
        min-height: auto;
        gap: 8px;
    }

    [b-0qlauyrtny] .quote-chat-column,
    [b-0qlauyrtny] .quote-history-column,
    [b-0qlauyrtny] .quote-status-column {
        flex: 1 1 auto;
    }

    [b-0qlauyrtny] .quote-chat-messages-container {
        max-height: 300px;
    }

    [b-0qlauyrtny] .quote-history-container {
        max-height: 250px;
    }
}

/* ---- Responsive: compact view for 13" laptops (≤900px height) ---- */
@@media (max-height: 900px) {
    [b-0qlauyrtny] .delivery-details-header {
        height: 40px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 6px;
        border-radius: 12px 0 0 12px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 10px 0 0 10px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 22px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-0qlauyrtny] {
        height: 75px;
        border-radius: 10px 0 0 10px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 10px 0 0 10px;
        width: calc(100% - 6px) !important;
        left: 6px !important;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 10px 0 0 10px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 8px 0 0 8px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-content {
        height: 340px;
    }

    [b-0qlauyrtny] #deliveryInformationTab,
    [b-0qlauyrtny] #deliveryArticlesTab,
    [b-0qlauyrtny] #deliveryDocumentsTab,
    [b-0qlauyrtny] #deliveryNotesTab {
        height: 340px;
    }

    [b-0qlauyrtny] .quote-notes-container {
        gap: 8px;
    }

    [b-0qlauyrtny] .quote-chat-messages-container {
        padding: 10px;
    }

    [b-0qlauyrtny] .quote-chat-message-bubble {
        padding: 7px 10px;
    }

    [b-0qlauyrtny] .quote-chat-textarea {
        min-height: 32px;
    }

    [b-0qlauyrtny] .quote-chat-send-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    /* Edit mode at ≤900px */
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) .e-tab.e-vertical-tab .e-content,
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryInformationTab,
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryArticlesTab,
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryDocumentsTab,
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryNotesTab {
        height: 295px;
    }
}

/* ---- Responsive: compact view for 10" tablets (≤768px height) ---- */
@@media (max-height: 768px) {
    [b-0qlauyrtny] .delivery-details-header {
        height: 36px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 4px;
        border-radius: 10px 0 0 10px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 8px 0 0 8px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 11px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 18px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-0qlauyrtny] {
        height: 60px;
        border-radius: 8px 0 0 8px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 8px 0 0 8px;
        width: calc(100% - 4px) !important;
        left: 4px !important;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 8px 0 0 8px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 6px 0 0 6px;
    }

    [b-0qlauyrtny] .delivery-details-content .e-tab.e-vertical-tab .e-content {
        height: 270px;
    }

    [b-0qlauyrtny] #deliveryInformationTab,
    [b-0qlauyrtny] #deliveryArticlesTab,
    [b-0qlauyrtny] #deliveryDocumentsTab,
    [b-0qlauyrtny] #deliveryNotesTab {
        height: 270px;
    }

    [b-0qlauyrtny] .quote-notes-container {
        gap: 6px;
    }

    [b-0qlauyrtny] .quote-chat-messages-container {
        padding: 8px;
    }

    [b-0qlauyrtny] .quote-chat-message-bubble {
        padding: 6px 8px;
        font-size: 12px;
    }

    [b-0qlauyrtny] .quote-chat-textarea {
        min-height: 28px;
    }

    [b-0qlauyrtny] .quote-chat-send-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    /* Edit mode at ≤768px */
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) .e-tab.e-vertical-tab .e-content,
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryInformationTab,
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryArticlesTab,
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryDocumentsTab,
    [b-0qlauyrtny] .delivery-details-content:has(#saveDeliveryBtn) #deliveryNotesTab {
        height: 225px;
    }
}
/* _content/makonnect/Areas/Sales/Views/Invoices/Index.cshtml.rz.scp.css */
#invoice-main-content[b-109xbj5mds] {
    background-color: rgba(0,0,0,0.03);
}

[b-109xbj5mds] .invoice-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}
 

/* ── Animated gradient mesh background ── */
[b-109xbj5mds] .invoice-details-content {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #faf8ff 50%, #fff8f5 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

[b-109xbj5mds] .invoice-details-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102,126,234,0.04) 0%,
        rgba(118,75,162,0.03) 25%,
        rgba(255,140,0,0.02) 50%,
        rgba(102,126,234,0.04) 100%);
    background-size: 400% 400%;
    animation: gradient-shift-b-109xbj5mds 8s ease infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes gradient-shift-b-109xbj5mds {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    [b-109xbj5mds] .invoice-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }

/* ── Frosted glass tab header panel with static neon border ── */
[b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    padding: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Static uniform neon border */
[b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(110, 100, 200, 0.35);
    z-index: -2;
}

/* Frosted glass fill — neon peeks through the 2px gap */
[b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
    content: '';
    position: absolute;
    inset: 2px 0 2px 2px;
    border-radius: 14px 0 0 14px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
}

/* ── Tab text base styling ── */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px;
    color: black;
}

[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 28px;
}

/* ── Tab item sizing & transitions ── */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-109xbj5mds] {
    height: 100px;
    border-radius: 12px 0 0 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}

[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-109xbj5mds] {
    height: 100%;
}

/* ── Sliding gradient pill with glow pulse ── */
[b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 0 0 12px;
    width: calc(100% - 8px) !important;
    left: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5),
                0 0 40px rgba(118, 75, 162, 0.15);
    transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: glow-pulse-b-109xbj5mds 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes glow-pulse-b-109xbj5mds {
    0%, 100% { box-shadow: 0 4px 15px rgba(102,126,234,0.5), 0 0 40px rgba(118,75,162,0.15); }
    50% { box-shadow: 0 4px 20px rgba(102,126,234,0.65), 0 0 50px rgba(118,75,162,0.2); }
}

/* ── Prevent black outline flash on ALL tab items during switching ── */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item {
    outline: none !important;
    border: none !important;
}

/* ── Active tab — neon traveling border ── */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
    border-radius: 12px 0 0 12px;
    background: transparent !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    overflow: hidden !important;
}

/* Traveling neon beam around active tab */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: -50% !important;
    border: none !important;
    border-radius: 0 !important;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 55%,
        rgba(102,126,234,0.9) 72%,
        rgba(118,75,162,0.95) 83%,
        rgba(240,147,251,0.8) 92%,
        transparent 100%
    ) !important;
    background-color: transparent !important;
    z-index: 1;
    opacity: 0.7;
    animation: active-tab-neon-travel-b-109xbj5mds 4s linear infinite !important;
    transition: none !important;
}

/* Inner fill for active tab — neon peeks through the 2px gap */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: 2px !important;
    border: none !important;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    overflow: hidden !important;
    color: transparent !important;
}

/* Elevate tab content above the neon layers */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    position: relative;
    z-index: 3;
    background: transparent !important;
}

@keyframes active-tab-neon-travel-b-109xbj5mds {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ── Active tab dark accent text/icon ── */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #1e0a4a !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease, font-weight 0.3s ease;
}

[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
    color: #1e0a4a !important;
    transition: color 0.3s ease;
}

/* ── Hover micro-interactions on non-active tabs ── */
[b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background: rgba(102, 126, 234, 0.08);
    border-radius: 10px 0 0 10px;
    transform: scale(1.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Tab content area — fixed height so all tabs are equal ── */
[b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-content {
    height: 450px;
    position: relative;
    z-index: 1;
    overflow-y: auto;
}

/* ── Individual tab panels — fill and scroll within ── */
[b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-content > .e-item {
    height: 100%;
    overflow-y: auto;
}

/* ── External tab content panels — equal fixed height ── */
[b-109xbj5mds] #invoiceInformationTab,
[b-109xbj5mds] #invoiceArticlesTab,
[b-109xbj5mds] #invoiceDocumentsTab,
[b-109xbj5mds] #invoiceNotesTab {
    height: 450px;
    overflow-y: auto;
}

/* ── Information tab — prevent horizontal scroll, fit content ── */
[b-109xbj5mds] #invoiceInformationTab {
    overflow-x: hidden;
}

/* ── Edit mode — shrink tab content to fit buttons without enlarging panel ── */
[b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) .e-tab.e-vertical-tab .e-content {
    height: 400px;
}

[b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceInformationTab,
[b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceArticlesTab,
[b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceDocumentsTab,
[b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceNotesTab {
    height: 400px;
}

[b-109xbj5mds] .invoice-details-content .w-100.d-flex.justify-content-end.mt-3 {
    margin-top: 0.5rem !important;
}

/* Hide Time Picker Icon */
[b-109xbj5mds] .invoice-details-content span.e-input-group-icon.e-time-icon.e-icons {
    display: none;
}

/* Justify Tab Items Between */
[b-109xbj5mds] #invoiceTabs_tab_header_items {
    justify-content: space-between;
}

/* ── Content depth transition (scale + fade) ── */
@keyframes tab-content-enter-b-109xbj5mds {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

[b-109xbj5mds] .tab-content-animate-in {
    animation: tab-content-enter-b-109xbj5mds 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ==============================================
   Quote Notes Tab – 3-Column Inline Chat
   ============================================== */

[b-109xbj5mds] .quote-notes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
}

/* Column base — each column is its own card */
[b-109xbj5mds] .quote-notes-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

[b-109xbj5mds] .quote-chat-column {
    flex: 1 1 38%;
}

[b-109xbj5mds] .quote-history-column {
    flex: 1 1 34%;
}

[b-109xbj5mds] .quote-status-column {
    flex: 1 1 28%;
}

/* Column headers */
[b-109xbj5mds] .quote-notes-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

[b-109xbj5mds] .quote-notes-column-header h6 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-109xbj5mds] .quote-notes-column-header .quote-msg-count {
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 400;
}

/* ---- Chat Messages Area ---- */
[b-109xbj5mds] .quote-chat-messages-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
    background: #fafbfc;
}

[b-109xbj5mds] .quote-chat-messages-container::-webkit-scrollbar {
    width: 5px;
}

[b-109xbj5mds] .quote-chat-messages-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-109xbj5mds] .quote-chat-messages-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-109xbj5mds] .quote-chat-messages-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual message */
[b-109xbj5mds] .quote-chat-message {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 88%;
}

[b-109xbj5mds] .quote-chat-message.sent {
    align-self: flex-end;
    flex-direction: row-reverse;
}

[b-109xbj5mds] .quote-chat-message.received {
    align-self: flex-start;
}

/* Avatar */
[b-109xbj5mds] .quote-chat-message-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-109xbj5mds] .quote-chat-message-avatar span {
    color: white;
    font-size: 10px;
    font-weight: 600;
}

/* Message content */
[b-109xbj5mds] .quote-chat-message-content {
    display: flex;
    flex-direction: column;
}

[b-109xbj5mds] .quote-chat-message.sent .quote-chat-message-content {
    align-items: flex-end;
}

/* Sender & time header */
[b-109xbj5mds] .quote-chat-message-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

[b-109xbj5mds] .quote-chat-message-sender {
    font-size: 11px;
    font-weight: 500;
    color: #495057;
    padding-left: 4px;
}

[b-109xbj5mds] .quote-chat-message-time {
    font-size: 11px;
    color: #adb5bd;
    padding: 0 4px;
}

/* Bubble */
[b-109xbj5mds] .quote-chat-message-bubble {
    padding: 9px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
    max-width: 100%;
}

[b-109xbj5mds] .quote-chat-message.received .quote-chat-message-bubble {
    background: #ffffff;
    color: #212529;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 4px;
}

[b-109xbj5mds] .quote-chat-message.sent .quote-chat-message-bubble {
    background: #e3f2fd;
    color: #212529;
    border-bottom-right-radius: 4px;
}

[b-109xbj5mds] .quote-chat-message-bubble img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
}

/* Empty state */
[b-109xbj5mds] .quote-chat-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    padding: 40px 20px;
}

[b-109xbj5mds] .quote-chat-empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
}

[b-109xbj5mds] .quote-chat-empty-state span {
    font-size: 13px;
}

/* ---- Chat Input Area ---- */
[b-109xbj5mds] .quote-chat-input-area {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

[b-109xbj5mds] .quote-chat-formatting-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

[b-109xbj5mds] .quote-chat-toolbar-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

[b-109xbj5mds] .quote-chat-toolbar-btn:hover {
    background: #e9ecef;
    color: #495057;
}

[b-109xbj5mds] .quote-chat-toolbar-divider {
    width: 1px;
    height: 20px;
    background: #dee2e6;
    margin: 0 4px;
}

[b-109xbj5mds] .quote-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

[b-109xbj5mds] .quote-chat-textarea {
    flex: 1;
    min-height: 36px;
    max-height: 120px;
    resize: none;
    border-radius: 20px;
    padding: 7px 14px;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    background: #fff;
}

[b-109xbj5mds] .quote-chat-textarea:focus {
    border-color: #90a4ae;
    box-shadow: 0 0 0 3px rgba(144, 164, 174, 0.15);
}

[b-109xbj5mds] .quote-chat-send-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #495057;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    font-size: 0.9rem;
}

[b-109xbj5mds] .quote-chat-send-btn:hover {
    background: #343a40;
    transform: scale(1.08);
}

[b-109xbj5mds] .quote-chat-send-btn:active {
    transform: scale(0.95);
}

/* Emoji picker */
[b-109xbj5mds] .quote-emoji-picker-container {
    position: relative;
}

[b-109xbj5mds] .quote-emoji-picker-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    z-index: 1000;
    width: 260px;
    max-height: 180px;
    overflow-y: auto;
}

[b-109xbj5mds] .quote-emoji-picker-dropdown.show {
    display: block;
    animation: quoteFadeIn 0.15s ease-out;
}

[b-109xbj5mds] .quote-emoji-picker-dropdown .quote-emoji-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

[b-109xbj5mds] .quote-emoji-picker-dropdown .quote-emoji-item:hover {
    background: #f0f0f0;
}

@@keyframes quoteFadeIn {
    from[b-109xbj5mds] { opacity: 0; transform: translateY(4px); }
    to[b-109xbj5mds]   { opacity: 1; transform: translateY(0); }
}

/* ---- History Column ---- */
[b-109xbj5mds] .quote-history-container {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}

[b-109xbj5mds] .quote-history-container::-webkit-scrollbar {
    width: 5px;
}

[b-109xbj5mds] .quote-history-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-109xbj5mds] .quote-history-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
}

[b-109xbj5mds] .quote-history-item:last-child {
    border-bottom: none;
}

[b-109xbj5mds] .quote-history-item .quote-history-user {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

[b-109xbj5mds] .quote-history-item .quote-history-time {
    font-size: 11px;
    color: #adb5bd;
}

[b-109xbj5mds] .quote-history-item .quote-history-detail {
    font-size: 13px;
    color: #495057;
    margin-top: 4px;
    line-height: 1.4;
}

[b-109xbj5mds] .quote-history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 13px;
    padding: 40px 20px;
}

/* ---- Status Column ---- */
[b-109xbj5mds] .quote-status-container {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

[b-109xbj5mds] .quote-status-section {
    margin-bottom: 18px;
}

[b-109xbj5mds] .quote-status-section-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

[b-109xbj5mds] .quote-status-section .e-checkbox-wrapper {
    padding: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fafbfc;
}

/* ---- Responsive ---- */
@@media (max-width: 768px) {
    [b-109xbj5mds] .quote-notes-container {
        flex-direction: column;
        min-height: auto;
        gap: 8px;
    }

    [b-109xbj5mds] .quote-chat-column,
    [b-109xbj5mds] .quote-history-column,
    [b-109xbj5mds] .quote-status-column {
        flex: 1 1 auto;
    }

    [b-109xbj5mds] .quote-chat-messages-container {
        max-height: 300px;
    }

    [b-109xbj5mds] .quote-history-container {
        max-height: 250px;
    }
}

/* ---- Responsive: compact view for 13" laptops (≤900px height) ---- */
@@media (max-height: 900px) {
    [b-109xbj5mds] .invoice-details-header {
        height: 40px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 6px;
        border-radius: 12px 0 0 12px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 10px 0 0 10px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 22px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-109xbj5mds] {
        height: 75px;
        border-radius: 10px 0 0 10px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 10px 0 0 10px;
        width: calc(100% - 6px) !important;
        left: 6px !important;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 10px 0 0 10px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 8px 0 0 8px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-content {
        height: 340px;
    }

    [b-109xbj5mds] #invoiceInformationTab,
    [b-109xbj5mds] #invoiceArticlesTab,
    [b-109xbj5mds] #invoiceDocumentsTab,
    [b-109xbj5mds] #invoiceNotesTab {
        height: 340px;
    }

    [b-109xbj5mds] .quote-notes-container {
        gap: 8px;
    }

    [b-109xbj5mds] .quote-chat-messages-container {
        padding: 10px;
    }

    [b-109xbj5mds] .quote-chat-message-bubble {
        padding: 7px 10px;
    }

    [b-109xbj5mds] .quote-chat-textarea {
        min-height: 32px;
    }

    [b-109xbj5mds] .quote-chat-send-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    /* Edit mode at ≤900px */
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) .e-tab.e-vertical-tab .e-content,
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceInformationTab,
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceArticlesTab,
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceDocumentsTab,
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceNotesTab {
        height: 295px;
    }
}

/* ---- Responsive: compact view for 10" tablets (≤768px height) ---- */
@@media (max-height: 768px) {
    [b-109xbj5mds] .invoice-details-header {
        height: 36px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 4px;
        border-radius: 10px 0 0 10px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 8px 0 0 8px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 11px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 18px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-109xbj5mds] {
        height: 60px;
        border-radius: 8px 0 0 8px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 8px 0 0 8px;
        width: calc(100% - 4px) !important;
        left: 4px !important;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 8px 0 0 8px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 6px 0 0 6px;
    }

    [b-109xbj5mds] .invoice-details-content .e-tab.e-vertical-tab .e-content {
        height: 270px;
    }

    [b-109xbj5mds] #invoiceInformationTab,
    [b-109xbj5mds] #invoiceArticlesTab,
    [b-109xbj5mds] #invoiceDocumentsTab,
    [b-109xbj5mds] #invoiceNotesTab {
        height: 270px;
    }

    [b-109xbj5mds] .quote-notes-container {
        gap: 6px;
    }

    [b-109xbj5mds] .quote-chat-messages-container {
        padding: 8px;
    }

    [b-109xbj5mds] .quote-chat-message-bubble {
        padding: 6px 8px;
        font-size: 12px;
    }

    [b-109xbj5mds] .quote-chat-textarea {
        min-height: 28px;
    }

    [b-109xbj5mds] .quote-chat-send-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    /* Edit mode at ≤768px */
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) .e-tab.e-vertical-tab .e-content,
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceInformationTab,
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceArticlesTab,
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceDocumentsTab,
    [b-109xbj5mds] .invoice-details-content:has(#saveInvoiceBtn) #invoiceNotesTab {
        height: 225px;
    }
}
/* _content/makonnect/Areas/Sales/Views/Orders/Index.cshtml.rz.scp.css */
#order-main-content[b-grc8ks43aq] {
    background-color: rgba(0,0,0,0.03);
}

[b-grc8ks43aq] .order-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

/* ── Animated gradient mesh background ── */
[b-grc8ks43aq] .order-details-content {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #faf8ff 50%, #fff8f5 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

[b-grc8ks43aq] .order-details-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102,126,234,0.04) 0%,
        rgba(118,75,162,0.03) 25%,
        rgba(255,140,0,0.02) 50%,
        rgba(102,126,234,0.04) 100%);
    background-size: 400% 400%;
    animation: gradient-shift-b-grc8ks43aq 8s ease infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes gradient-shift-b-grc8ks43aq {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    [b-grc8ks43aq] .order-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }

/* ── Frosted glass tab header panel with static neon border ── */
[b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    padding: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Static uniform neon border */
[b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(110, 100, 200, 0.35);
    z-index: -2;
}

/* Frosted glass fill — neon peeks through the 2px gap */
[b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
    content: '';
    position: absolute;
    inset: 2px 0 2px 2px;
    border-radius: 14px 0 0 14px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
}

/* ── Tab text base styling ── */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px;
    color: black;
}

[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 28px;
}

/* ── Tab item sizing & transitions ── */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-grc8ks43aq] {
    height: 100px;
    border-radius: 12px 0 0 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}

[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-grc8ks43aq] {
    height: 100%;
}

/* ── Sliding gradient pill with glow pulse ── */
[b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 0 0 12px;
    width: calc(100% - 8px) !important;
    left: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5),
                0 0 40px rgba(118, 75, 162, 0.15);
    transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: glow-pulse-b-grc8ks43aq 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes glow-pulse-b-grc8ks43aq {
    0%, 100% { box-shadow: 0 4px 15px rgba(102,126,234,0.5), 0 0 40px rgba(118,75,162,0.15); }
    50% { box-shadow: 0 4px 20px rgba(102,126,234,0.65), 0 0 50px rgba(118,75,162,0.2); }
}

/* ── Prevent black outline flash on ALL tab items during switching ── */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item {
    outline: none !important;
    border: none !important;
}

/* ── Active tab — neon traveling border ── */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
    border-radius: 12px 0 0 12px;
    background: transparent !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    overflow: hidden !important;
}

/* Traveling neon beam around active tab */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: -50% !important;
    border: none !important;
    border-radius: 0 !important;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 55%,
        rgba(102,126,234,0.9) 72%,
        rgba(118,75,162,0.95) 83%,
        rgba(240,147,251,0.8) 92%,
        transparent 100%
    ) !important;
    background-color: transparent !important;
    z-index: 1;
    opacity: 0.7;
    animation: active-tab-neon-travel-b-grc8ks43aq 4s linear infinite !important;
    transition: none !important;
}

/* Inner fill for active tab — neon peeks through the 2px gap */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: 2px !important;
    border: none !important;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    overflow: hidden !important;
    color: transparent !important;
}

/* Elevate tab content above the neon layers */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    position: relative;
    z-index: 3;
    background: transparent !important;
}

@keyframes active-tab-neon-travel-b-grc8ks43aq {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ── Active tab dark accent text/icon ── */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #1e0a4a !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease, font-weight 0.3s ease;
}

[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
    color: #1e0a4a !important;
    transition: color 0.3s ease;
}

/* ── Hover micro-interactions on non-active tabs ── */
[b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background: rgba(102, 126, 234, 0.08);
    border-radius: 10px 0 0 10px;
    transform: scale(1.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Tab content area — fixed height so all tabs are equal ── */
[b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-content {
    height: 450px;
    position: relative;
    z-index: 1;
    overflow-y: auto;
}

/* ── Individual tab panels — fill and scroll within ── */
[b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-content > .e-item {
    height: 100%;
    overflow-y: auto;
}

/* ── External tab content panels — equal fixed height ── */
[b-grc8ks43aq] #orderInformationTab,
[b-grc8ks43aq] #orderArticlesTab,
[b-grc8ks43aq] #orderDocumentsTab,
[b-grc8ks43aq] #orderNotesTab {
    height: 450px;
    overflow-y: auto;
}

/* ── Information tab — prevent horizontal scroll, fit content ── */
[b-grc8ks43aq] #orderInformationTab {
    overflow-x: hidden;
}

/* ── Edit mode — shrink tab content to fit buttons without enlarging panel ── */
[b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) .e-tab.e-vertical-tab .e-content {
    height: 400px;
}

[b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderInformationTab,
[b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderArticlesTab,
[b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderDocumentsTab,
[b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderNotesTab {
    height: 400px;
}

[b-grc8ks43aq] .order-details-content .w-100.d-flex.justify-content-end.mt-3 {
    margin-top: 0.5rem !important;
}

/* Hide Time Picker Icon */
[b-grc8ks43aq] .order-details-content span.e-input-group-icon.e-time-icon.e-icons {
    display: none;
}

/* Justify Tab Items Between */
[b-grc8ks43aq] #orderTabs_tab_header_items {
    justify-content: space-between;
}

/* ── Content depth transition (scale + fade) ── */
@keyframes tab-content-enter-b-grc8ks43aq {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

[b-grc8ks43aq] .tab-content-animate-in {
    animation: tab-content-enter-b-grc8ks43aq 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ==============================================
   Quote Notes Tab – 3-Column Inline Chat
   ============================================== */

[b-grc8ks43aq] .quote-notes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
}

/* Column base — each column is its own card */
[b-grc8ks43aq] .quote-notes-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

[b-grc8ks43aq] .quote-chat-column {
    flex: 1 1 38%;
}

[b-grc8ks43aq] .quote-history-column {
    flex: 1 1 34%;
}

[b-grc8ks43aq] .quote-status-column {
    flex: 1 1 28%;
}

/* Column headers */
[b-grc8ks43aq] .quote-notes-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

[b-grc8ks43aq] .quote-notes-column-header h6 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-grc8ks43aq] .quote-notes-column-header .quote-msg-count {
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 400;
}

/* ---- Chat Messages Area ---- */
[b-grc8ks43aq] .quote-chat-messages-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
    background: #fafbfc;
}

[b-grc8ks43aq] .quote-chat-messages-container::-webkit-scrollbar {
    width: 5px;
}

[b-grc8ks43aq] .quote-chat-messages-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-grc8ks43aq] .quote-chat-messages-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-grc8ks43aq] .quote-chat-messages-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual message */
[b-grc8ks43aq] .quote-chat-message {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 88%;
}

[b-grc8ks43aq] .quote-chat-message.sent {
    align-self: flex-end;
    flex-direction: row-reverse;
}

[b-grc8ks43aq] .quote-chat-message.received {
    align-self: flex-start;
}

/* Avatar */
[b-grc8ks43aq] .quote-chat-message-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-grc8ks43aq] .quote-chat-message-avatar span {
    color: white;
    font-size: 10px;
    font-weight: 600;
}

/* Message content */
[b-grc8ks43aq] .quote-chat-message-content {
    display: flex;
    flex-direction: column;
}

[b-grc8ks43aq] .quote-chat-message.sent .quote-chat-message-content {
    align-items: flex-end;
}

/* Sender & time header */
[b-grc8ks43aq] .quote-chat-message-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

[b-grc8ks43aq] .quote-chat-message-sender {
    font-size: 11px;
    font-weight: 500;
    color: #495057;
    padding-left: 4px;
}

[b-grc8ks43aq] .quote-chat-message-time {
    font-size: 11px;
    color: #adb5bd;
    padding: 0 4px;
}

/* Bubble */
[b-grc8ks43aq] .quote-chat-message-bubble {
    padding: 9px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
    max-width: 100%;
}

[b-grc8ks43aq] .quote-chat-message.received .quote-chat-message-bubble {
    background: #ffffff;
    color: #212529;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 4px;
}

[b-grc8ks43aq] .quote-chat-message.sent .quote-chat-message-bubble {
    background: #e3f2fd;
    color: #212529;
    border-bottom-right-radius: 4px;
}

[b-grc8ks43aq] .quote-chat-message-bubble img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
}

/* Empty state */
[b-grc8ks43aq] .quote-chat-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    padding: 40px 20px;
}

[b-grc8ks43aq] .quote-chat-empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
}

[b-grc8ks43aq] .quote-chat-empty-state span {
    font-size: 13px;
}

/* ---- Chat Input Area ---- */
[b-grc8ks43aq] .quote-chat-input-area {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

[b-grc8ks43aq] .quote-chat-formatting-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

[b-grc8ks43aq] .quote-chat-toolbar-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

[b-grc8ks43aq] .quote-chat-toolbar-btn:hover {
    background: #e9ecef;
    color: #495057;
}

[b-grc8ks43aq] .quote-chat-toolbar-divider {
    width: 1px;
    height: 20px;
    background: #dee2e6;
    margin: 0 4px;
}

[b-grc8ks43aq] .quote-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

[b-grc8ks43aq] .quote-chat-textarea {
    flex: 1;
    min-height: 36px;
    max-height: 120px;
    resize: none;
    border-radius: 20px;
    padding: 7px 14px;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    background: #fff;
}

[b-grc8ks43aq] .quote-chat-textarea:focus {
    border-color: #90a4ae;
    box-shadow: 0 0 0 3px rgba(144, 164, 174, 0.15);
}

[b-grc8ks43aq] .quote-chat-send-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #495057;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    font-size: 0.9rem;
}

[b-grc8ks43aq] .quote-chat-send-btn:hover {
    background: #343a40;
    transform: scale(1.08);
}

[b-grc8ks43aq] .quote-chat-send-btn:active {
    transform: scale(0.95);
}

/* Emoji picker */
[b-grc8ks43aq] .quote-emoji-picker-container {
    position: relative;
}

[b-grc8ks43aq] .quote-emoji-picker-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    z-index: 1000;
    width: 260px;
    max-height: 180px;
    overflow-y: auto;
}

[b-grc8ks43aq] .quote-emoji-picker-dropdown.show {
    display: block;
    animation: quoteFadeIn 0.15s ease-out;
}

[b-grc8ks43aq] .quote-emoji-picker-dropdown .quote-emoji-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

[b-grc8ks43aq] .quote-emoji-picker-dropdown .quote-emoji-item:hover {
    background: #f0f0f0;
}

@@keyframes quoteFadeIn {
    from[b-grc8ks43aq] { opacity: 0; transform: translateY(4px); }
    to[b-grc8ks43aq]   { opacity: 1; transform: translateY(0); }
}

/* ---- History Column ---- */
[b-grc8ks43aq] .quote-history-container {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}

[b-grc8ks43aq] .quote-history-container::-webkit-scrollbar {
    width: 5px;
}

[b-grc8ks43aq] .quote-history-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-grc8ks43aq] .quote-history-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
}

[b-grc8ks43aq] .quote-history-item:last-child {
    border-bottom: none;
}

[b-grc8ks43aq] .quote-history-item .quote-history-user {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

[b-grc8ks43aq] .quote-history-item .quote-history-time {
    font-size: 11px;
    color: #adb5bd;
}

[b-grc8ks43aq] .quote-history-item .quote-history-detail {
    font-size: 13px;
    color: #495057;
    margin-top: 4px;
    line-height: 1.4;
}

[b-grc8ks43aq] .quote-history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 13px;
    padding: 40px 20px;
}

/* ---- Status Column ---- */
[b-grc8ks43aq] .quote-status-container {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

[b-grc8ks43aq] .quote-status-section {
    margin-bottom: 18px;
}

[b-grc8ks43aq] .quote-status-section-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

[b-grc8ks43aq] .quote-status-section .e-checkbox-wrapper {
    padding: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fafbfc;
}

/* ---- Responsive ---- */
@@media (max-width: 768px) {
    [b-grc8ks43aq] .quote-notes-container {
        flex-direction: column;
        min-height: auto;
        gap: 8px;
    }

    [b-grc8ks43aq] .quote-chat-column,
    [b-grc8ks43aq] .quote-history-column,
    [b-grc8ks43aq] .quote-status-column {
        flex: 1 1 auto;
    }

    [b-grc8ks43aq] .quote-chat-messages-container {
        max-height: 300px;
    }

    [b-grc8ks43aq] .quote-history-container {
        max-height: 250px;
    }
}

/* ---- Responsive: compact view for 13" laptops (≤900px height) ---- */
@@media (max-height: 900px) {
    [b-grc8ks43aq] .order-details-header {
        height: 40px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 6px;
        border-radius: 12px 0 0 12px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 10px 0 0 10px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 22px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-grc8ks43aq] {
        height: 75px;
        border-radius: 10px 0 0 10px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 10px 0 0 10px;
        width: calc(100% - 6px) !important;
        left: 6px !important;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 10px 0 0 10px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 8px 0 0 8px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-content {
        height: 340px;
    }

    [b-grc8ks43aq] #orderInformationTab,
    [b-grc8ks43aq] #orderArticlesTab,
    [b-grc8ks43aq] #orderDocumentsTab,
    [b-grc8ks43aq] #orderNotesTab {
        height: 340px;
    }

    [b-grc8ks43aq] .quote-notes-container {
        gap: 8px;
    }

    [b-grc8ks43aq] .quote-chat-messages-container {
        padding: 10px;
    }

    [b-grc8ks43aq] .quote-chat-message-bubble {
        padding: 7px 10px;
    }

    [b-grc8ks43aq] .quote-chat-textarea {
        min-height: 32px;
    }

    [b-grc8ks43aq] .quote-chat-send-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    /* Edit mode at ≤900px */
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) .e-tab.e-vertical-tab .e-content,
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderInformationTab,
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderArticlesTab,
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderDocumentsTab,
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderNotesTab {
        height: 295px;
    }
}

/* ---- Responsive: compact view for 10" tablets (≤768px height) ---- */
@@media (max-height: 768px) {
    [b-grc8ks43aq] .order-details-header {
        height: 36px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 4px;
        border-radius: 10px 0 0 10px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 8px 0 0 8px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 11px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 18px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-grc8ks43aq] {
        height: 60px;
        border-radius: 8px 0 0 8px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 8px 0 0 8px;
        width: calc(100% - 4px) !important;
        left: 4px !important;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 8px 0 0 8px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 6px 0 0 6px;
    }

    [b-grc8ks43aq] .order-details-content .e-tab.e-vertical-tab .e-content {
        height: 270px;
    }

    [b-grc8ks43aq] #orderInformationTab,
    [b-grc8ks43aq] #orderArticlesTab,
    [b-grc8ks43aq] #orderDocumentsTab,
    [b-grc8ks43aq] #orderNotesTab {
        height: 270px;
    }

    [b-grc8ks43aq] .quote-notes-container {
        gap: 6px;
    }

    [b-grc8ks43aq] .quote-chat-messages-container {
        padding: 8px;
    }

    [b-grc8ks43aq] .quote-chat-message-bubble {
        padding: 6px 8px;
        font-size: 12px;
    }

    [b-grc8ks43aq] .quote-chat-textarea {
        min-height: 28px;
    }

    [b-grc8ks43aq] .quote-chat-send-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    /* Edit mode at ≤768px */
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) .e-tab.e-vertical-tab .e-content,
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderInformationTab,
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderArticlesTab,
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderDocumentsTab,
    [b-grc8ks43aq] .order-details-content:has(#saveOrderBtn) #orderNotesTab {
        height: 225px;
    }
}
/* _content/makonnect/Areas/Sales/Views/Quotes/Index.cshtml.rz.scp.css */
#quote-main-content[b-kom1864hgl] {
    background-color: rgba(0,0,0,0.03);
}

[b-kom1864hgl] .quote-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

/* ---- Responsive header heights ---- */
@@media (max-height: 900px) {
    [b-kom1864hgl] .quote-details-header {
        height: 40px;
    }
}

@@media (max-height: 768px) {
    [b-kom1864hgl] .quote-details-header {
        height: 36px;
    }
}
/* _content/makonnect/Areas/Sales/Views/Returns/Index.cshtml.rz.scp.css */
#return-main-content[b-ktmgrtrg3q] {
    background-color: rgba(0,0,0,0.03);
}

[b-ktmgrtrg3q] .return-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

/* ── Animated gradient mesh background ── */
[b-ktmgrtrg3q] .return-details-content {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #faf8ff 50%, #fff8f5 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

[b-ktmgrtrg3q] .return-details-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102,126,234,0.04) 0%,
        rgba(118,75,162,0.03) 25%,
        rgba(255,140,0,0.02) 50%,
        rgba(102,126,234,0.04) 100%);
    background-size: 400% 400%;
    animation: gradient-shift-b-ktmgrtrg3q 8s ease infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes gradient-shift-b-ktmgrtrg3q {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    [b-ktmgrtrg3q] .return-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }

/* ── Frosted glass tab header panel with static neon border ── */
[b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    padding: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Static uniform neon border */
[b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(110, 100, 200, 0.35);
    z-index: -2;
}

/* Frosted glass fill — neon peeks through the 2px gap */
[b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
    content: '';
    position: absolute;
    inset: 2px 0 2px 2px;
    border-radius: 14px 0 0 14px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
}

/* ── Tab text base styling ── */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px;
    color: black;
}

[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 28px;
}

/* ── Tab item sizing & transitions ── */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-ktmgrtrg3q] {
    height: 100px;
    border-radius: 12px 0 0 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}

[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-ktmgrtrg3q] {
    height: 100%;
}

/* ── Sliding gradient pill with glow pulse ── */
[b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 0 0 12px;
    width: calc(100% - 8px) !important;
    left: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5),
                0 0 40px rgba(118, 75, 162, 0.15);
    transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: glow-pulse-b-ktmgrtrg3q 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes glow-pulse-b-ktmgrtrg3q {
    0%, 100% { box-shadow: 0 4px 15px rgba(102,126,234,0.5), 0 0 40px rgba(118,75,162,0.15); }
    50% { box-shadow: 0 4px 20px rgba(102,126,234,0.65), 0 0 50px rgba(118,75,162,0.2); }
}

/* ── Prevent black outline flash on ALL tab items during switching ── */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item {
    outline: none !important;
    border: none !important;
}

/* ── Active tab — neon traveling border ── */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
    border-radius: 12px 0 0 12px;
    background: transparent !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    overflow: hidden !important;
}

/* Traveling neon beam around active tab */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: -50% !important;
    border: none !important;
    border-radius: 0 !important;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 55%,
        rgba(102,126,234,0.9) 72%,
        rgba(118,75,162,0.95) 83%,
        rgba(240,147,251,0.8) 92%,
        transparent 100%
    ) !important;
    background-color: transparent !important;
    z-index: 1;
    opacity: 0.7;
    animation: active-tab-neon-travel-b-ktmgrtrg3q 4s linear infinite !important;
    transition: none !important;
}

/* Inner fill for active tab — neon peeks through the 2px gap */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: 2px !important;
    border: none !important;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    overflow: hidden !important;
    color: transparent !important;
}

/* Elevate tab content above the neon layers */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    position: relative;
    z-index: 3;
    background: transparent !important;
}

@keyframes active-tab-neon-travel-b-ktmgrtrg3q {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ── Active tab dark accent text/icon ── */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #1e0a4a !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease, font-weight 0.3s ease;
}

[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
    color: #1e0a4a !important;
    transition: color 0.3s ease;
}

/* ── Hover micro-interactions on non-active tabs ── */
[b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background: rgba(102, 126, 234, 0.08);
    border-radius: 10px 0 0 10px;
    transform: scale(1.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Tab content area — fixed height so all tabs are equal ── */
[b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-content {
    height: 450px;
    position: relative;
    z-index: 1;
    overflow-y: auto;
}

/* ── Individual tab panels — fill and scroll within ── */
[b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-content > .e-item {
    height: 100%;
    overflow-y: auto;
}

/* ── External tab content panels — equal fixed height ── */
[b-ktmgrtrg3q] #returnInformationTab,
[b-ktmgrtrg3q] #returnArticlesTab,
[b-ktmgrtrg3q] #returnDocumentsTab,
[b-ktmgrtrg3q] #returnNotesTab {
    height: 450px;
    overflow-y: auto;
}

/* ── Information tab — prevent horizontal scroll, fit content ── */
[b-ktmgrtrg3q] #returnInformationTab {
    overflow-x: hidden;
}

/* ── Edit mode — shrink tab content to fit buttons without enlarging panel ── */
[b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) .e-tab.e-vertical-tab .e-content {
    height: 400px;
}

[b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnInformationTab,
[b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnArticlesTab,
[b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnDocumentsTab,
[b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnNotesTab {
    height: 400px;
}

[b-ktmgrtrg3q] .return-details-content .w-100.d-flex.justify-content-end.mt-3 {
    margin-top: 0.5rem !important;
}

/* Hide Time Picker Icon */
[b-ktmgrtrg3q] .return-details-content span.e-input-group-icon.e-time-icon.e-icons {
    display: none;
}

/* Justify Tab Items Between */
[b-ktmgrtrg3q] #returnTabs_tab_header_items {
    justify-content: space-between;
}

/* ── Content depth transition (scale + fade) ── */
@keyframes tab-content-enter-b-ktmgrtrg3q {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

[b-ktmgrtrg3q] .tab-content-animate-in {
    animation: tab-content-enter-b-ktmgrtrg3q 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ==============================================
   Quote Notes Tab – 3-Column Inline Chat
   ============================================== */

[b-ktmgrtrg3q] .quote-notes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
}

/* Column base — each column is its own card */
[b-ktmgrtrg3q] .quote-notes-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

[b-ktmgrtrg3q] .quote-chat-column {
    flex: 1 1 38%;
}

[b-ktmgrtrg3q] .quote-history-column {
    flex: 1 1 34%;
}

[b-ktmgrtrg3q] .quote-status-column {
    flex: 1 1 28%;
}

/* Column headers */
[b-ktmgrtrg3q] .quote-notes-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

[b-ktmgrtrg3q] .quote-notes-column-header h6 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-ktmgrtrg3q] .quote-notes-column-header .quote-msg-count {
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 400;
}

/* ---- Chat Messages Area ---- */
[b-ktmgrtrg3q] .quote-chat-messages-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
    background: #fafbfc;
}

[b-ktmgrtrg3q] .quote-chat-messages-container::-webkit-scrollbar {
    width: 5px;
}

[b-ktmgrtrg3q] .quote-chat-messages-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-ktmgrtrg3q] .quote-chat-messages-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-ktmgrtrg3q] .quote-chat-messages-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual message */
[b-ktmgrtrg3q] .quote-chat-message {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 88%;
}

[b-ktmgrtrg3q] .quote-chat-message.sent {
    align-self: flex-end;
    flex-direction: row-reverse;
}

[b-ktmgrtrg3q] .quote-chat-message.received {
    align-self: flex-start;
}

/* Avatar */
[b-ktmgrtrg3q] .quote-chat-message-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-ktmgrtrg3q] .quote-chat-message-avatar span {
    color: white;
    font-size: 10px;
    font-weight: 600;
}

/* Message content */
[b-ktmgrtrg3q] .quote-chat-message-content {
    display: flex;
    flex-direction: column;
}

[b-ktmgrtrg3q] .quote-chat-message.sent .quote-chat-message-content {
    align-items: flex-end;
}

/* Sender & time header */
[b-ktmgrtrg3q] .quote-chat-message-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

[b-ktmgrtrg3q] .quote-chat-message-sender {
    font-size: 11px;
    font-weight: 500;
    color: #495057;
    padding-left: 4px;
}

[b-ktmgrtrg3q] .quote-chat-message-time {
    font-size: 11px;
    color: #adb5bd;
    padding: 0 4px;
}

/* Bubble */
[b-ktmgrtrg3q] .quote-chat-message-bubble {
    padding: 9px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
    max-width: 100%;
}

[b-ktmgrtrg3q] .quote-chat-message.received .quote-chat-message-bubble {
    background: #ffffff;
    color: #212529;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 4px;
}

[b-ktmgrtrg3q] .quote-chat-message.sent .quote-chat-message-bubble {
    background: #e3f2fd;
    color: #212529;
    border-bottom-right-radius: 4px;
}

[b-ktmgrtrg3q] .quote-chat-message-bubble img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
}

/* Empty state */
[b-ktmgrtrg3q] .quote-chat-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    padding: 40px 20px;
}

[b-ktmgrtrg3q] .quote-chat-empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
}

[b-ktmgrtrg3q] .quote-chat-empty-state span {
    font-size: 13px;
}

/* ---- Chat Input Area ---- */
[b-ktmgrtrg3q] .quote-chat-input-area {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

[b-ktmgrtrg3q] .quote-chat-formatting-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

[b-ktmgrtrg3q] .quote-chat-toolbar-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

[b-ktmgrtrg3q] .quote-chat-toolbar-btn:hover {
    background: #e9ecef;
    color: #495057;
}

[b-ktmgrtrg3q] .quote-chat-toolbar-divider {
    width: 1px;
    height: 20px;
    background: #dee2e6;
    margin: 0 4px;
}

[b-ktmgrtrg3q] .quote-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

[b-ktmgrtrg3q] .quote-chat-textarea {
    flex: 1;
    min-height: 36px;
    max-height: 120px;
    resize: none;
    border-radius: 20px;
    padding: 7px 14px;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    background: #fff;
}

[b-ktmgrtrg3q] .quote-chat-textarea:focus {
    border-color: #90a4ae;
    box-shadow: 0 0 0 3px rgba(144, 164, 174, 0.15);
}

[b-ktmgrtrg3q] .quote-chat-send-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #495057;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    font-size: 0.9rem;
}

[b-ktmgrtrg3q] .quote-chat-send-btn:hover {
    background: #343a40;
    transform: scale(1.08);
}

[b-ktmgrtrg3q] .quote-chat-send-btn:active {
    transform: scale(0.95);
}

/* Emoji picker */
[b-ktmgrtrg3q] .quote-emoji-picker-container {
    position: relative;
}

[b-ktmgrtrg3q] .quote-emoji-picker-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    z-index: 1000;
    width: 260px;
    max-height: 180px;
    overflow-y: auto;
}

[b-ktmgrtrg3q] .quote-emoji-picker-dropdown.show {
    display: block;
    animation: quoteFadeIn 0.15s ease-out;
}

[b-ktmgrtrg3q] .quote-emoji-picker-dropdown .quote-emoji-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

[b-ktmgrtrg3q] .quote-emoji-picker-dropdown .quote-emoji-item:hover {
    background: #f0f0f0;
}

@@keyframes quoteFadeIn {
    from[b-ktmgrtrg3q] { opacity: 0; transform: translateY(4px); }
    to[b-ktmgrtrg3q]   { opacity: 1; transform: translateY(0); }
}

/* ---- History Column ---- */
[b-ktmgrtrg3q] .quote-history-container {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}

[b-ktmgrtrg3q] .quote-history-container::-webkit-scrollbar {
    width: 5px;
}

[b-ktmgrtrg3q] .quote-history-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-ktmgrtrg3q] .quote-history-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
}

[b-ktmgrtrg3q] .quote-history-item:last-child {
    border-bottom: none;
}

[b-ktmgrtrg3q] .quote-history-item .quote-history-user {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

[b-ktmgrtrg3q] .quote-history-item .quote-history-time {
    font-size: 11px;
    color: #adb5bd;
}

[b-ktmgrtrg3q] .quote-history-item .quote-history-detail {
    font-size: 13px;
    color: #495057;
    margin-top: 4px;
    line-height: 1.4;
}

[b-ktmgrtrg3q] .quote-history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 13px;
    padding: 40px 20px;
}

/* ---- Status Column ---- */
[b-ktmgrtrg3q] .quote-status-container {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

[b-ktmgrtrg3q] .quote-status-section {
    margin-bottom: 18px;
}

[b-ktmgrtrg3q] .quote-status-section-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

[b-ktmgrtrg3q] .quote-status-section .e-checkbox-wrapper {
    padding: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fafbfc;
}

/* ---- Responsive ---- */
@@media (max-width: 768px) {
    [b-ktmgrtrg3q] .quote-notes-container {
        flex-direction: column;
        min-height: auto;
        gap: 8px;
    }

    [b-ktmgrtrg3q] .quote-chat-column,
    [b-ktmgrtrg3q] .quote-history-column,
    [b-ktmgrtrg3q] .quote-status-column {
        flex: 1 1 auto;
    }

    [b-ktmgrtrg3q] .quote-chat-messages-container {
        max-height: 300px;
    }

    [b-ktmgrtrg3q] .quote-history-container {
        max-height: 250px;
    }
}

/* ---- Responsive: compact view for 13" laptops (≤900px height) ---- */
@@media (max-height: 900px) {
    [b-ktmgrtrg3q] .return-details-header {
        height: 40px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 6px;
        border-radius: 12px 0 0 12px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 10px 0 0 10px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 22px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-ktmgrtrg3q] {
        height: 75px;
        border-radius: 10px 0 0 10px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 10px 0 0 10px;
        width: calc(100% - 6px) !important;
        left: 6px !important;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 10px 0 0 10px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 8px 0 0 8px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-content {
        height: 340px;
    }

    [b-ktmgrtrg3q] #returnInformationTab,
    [b-ktmgrtrg3q] #returnArticlesTab,
    [b-ktmgrtrg3q] #returnDocumentsTab,
    [b-ktmgrtrg3q] #returnNotesTab {
        height: 340px;
    }

    [b-ktmgrtrg3q] .quote-notes-container {
        gap: 8px;
    }

    [b-ktmgrtrg3q] .quote-chat-messages-container {
        padding: 10px;
    }

    [b-ktmgrtrg3q] .quote-chat-message-bubble {
        padding: 7px 10px;
    }

    [b-ktmgrtrg3q] .quote-chat-textarea {
        min-height: 32px;
    }

    [b-ktmgrtrg3q] .quote-chat-send-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    /* Edit mode at ≤900px */
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) .e-tab.e-vertical-tab .e-content,
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnInformationTab,
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnArticlesTab,
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnDocumentsTab,
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnNotesTab {
        height: 295px;
    }
}

/* ---- Responsive: compact view for 10" tablets (≤768px height) ---- */
@@media (max-height: 768px) {
    [b-ktmgrtrg3q] .return-details-header {
        height: 36px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 4px;
        border-radius: 10px 0 0 10px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 8px 0 0 8px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 11px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 18px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-ktmgrtrg3q] {
        height: 60px;
        border-radius: 8px 0 0 8px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 8px 0 0 8px;
        width: calc(100% - 4px) !important;
        left: 4px !important;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 8px 0 0 8px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 6px 0 0 6px;
    }

    [b-ktmgrtrg3q] .return-details-content .e-tab.e-vertical-tab .e-content {
        height: 270px;
    }

    [b-ktmgrtrg3q] #returnInformationTab,
    [b-ktmgrtrg3q] #returnArticlesTab,
    [b-ktmgrtrg3q] #returnDocumentsTab,
    [b-ktmgrtrg3q] #returnNotesTab {
        height: 270px;
    }

    [b-ktmgrtrg3q] .quote-notes-container {
        gap: 6px;
    }

    [b-ktmgrtrg3q] .quote-chat-messages-container {
        padding: 8px;
    }

    [b-ktmgrtrg3q] .quote-chat-message-bubble {
        padding: 6px 8px;
        font-size: 12px;
    }

    [b-ktmgrtrg3q] .quote-chat-textarea {
        min-height: 28px;
    }

    [b-ktmgrtrg3q] .quote-chat-send-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    /* Edit mode at ≤768px */
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) .e-tab.e-vertical-tab .e-content,
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnInformationTab,
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnArticlesTab,
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnDocumentsTab,
    [b-ktmgrtrg3q] .return-details-content:has(#saveReturnBtn) #returnNotesTab {
        height: 225px;
    }
}
/* _content/makonnect/Areas/Sales/Views/ServiceExchanges/Index.cshtml.rz.scp.css */
#service-exchange-main-content[b-ge0kpjzej7] {
    background-color: rgba(0,0,0,0.03);
}

[b-ge0kpjzej7] .service-exchange-details-header {
    height: 50px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.03);
}

/* ── Animated gradient mesh background ── */
[b-ge0kpjzej7] .service-exchange-details-content {
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #faf8ff 50%, #fff8f5 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}

[b-ge0kpjzej7] .service-exchange-details-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(102,126,234,0.04) 0%,
        rgba(118,75,162,0.03) 25%,
        rgba(255,140,0,0.02) 50%,
        rgba(102,126,234,0.04) 100%);
    background-size: 400% 400%;
    animation: gradient-shift-b-ge0kpjzej7 8s ease infinite;
    border-radius: inherit;
    z-index: 0;
    pointer-events: none;
}

@keyframes gradient-shift-b-ge0kpjzej7 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    [b-ge0kpjzej7] .service-exchange-details-content.invisible {
        opacity: 0;
        pointer-events: none;
        height: 0px;
    }

/* ── Frosted glass tab header panel with static neon border ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
    background: transparent;
    border: none;
    border-right: none;
    border-radius: 16px 0 0 16px;
    padding: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Static uniform neon border */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(110, 100, 200, 0.35);
    z-index: -2;
}

/* Frosted glass fill — neon peeks through the 2px gap */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
    content: '';
    position: absolute;
    inset: 2px 0 2px 2px;
    border-radius: 14px 0 0 14px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
}

/* ── Tab text base styling ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 14px;
    color: black;
}

[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
    font-size: 28px;
}

/* ── Tab item sizing & transitions ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-ge0kpjzej7] {
    height: 100px;
    border-radius: 12px 0 0 12px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    position: relative;
}

[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap,
.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap[b-ge0kpjzej7] {
    height: 100%;
}

/* ── Sliding gradient pill with glow pulse ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px 0 0 12px;
    width: calc(100% - 8px) !important;
    left: 8px !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5),
                0 0 40px rgba(118, 75, 162, 0.15);
    transition: top 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: glow-pulse-b-ge0kpjzej7 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes glow-pulse-b-ge0kpjzej7 {
    0%, 100% { box-shadow: 0 4px 15px rgba(102,126,234,0.5), 0 0 40px rgba(118,75,162,0.15); }
    50% { box-shadow: 0 4px 20px rgba(102,126,234,0.65), 0 0 50px rgba(118,75,162,0.2); }
}

/* ── Prevent black outline flash on ALL tab items during switching ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item {
    outline: none !important;
    border: none !important;
}

/* ── Active tab — neon traveling border ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
    border: none !important;
    border-radius: 12px 0 0 12px;
    background: transparent !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    overflow: hidden !important;
}

/* Traveling neon beam around active tab */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: -50% !important;
    border: none !important;
    border-radius: 0 !important;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 55%,
        rgba(102,126,234,0.9) 72%,
        rgba(118,75,162,0.95) 83%,
        rgba(240,147,251,0.8) 92%,
        transparent 100%
    ) !important;
    background-color: transparent !important;
    z-index: 1;
    opacity: 0.7;
    animation: active-tab-neon-travel-b-ge0kpjzej7 4s linear infinite !important;
    transition: none !important;
}

/* Inner fill for active tab — neon peeks through the 2px gap */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    inset: 2px !important;
    border: none !important;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    overflow: hidden !important;
    color: transparent !important;
}

/* Elevate tab content above the neon layers */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    position: relative;
    z-index: 3;
    background: transparent !important;
}

@keyframes active-tab-neon-travel-b-ge0kpjzej7 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ── Active tab dark accent text/icon ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #1e0a4a !important;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease, font-weight 0.3s ease;
}

[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before {
    color: #1e0a4a !important;
    transition: color 0.3s ease;
}

/* ── Hover micro-interactions on non-active tabs ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background: rgba(102, 126, 234, 0.08);
    border-radius: 10px 0 0 10px;
    transform: scale(1.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Tab content area — fixed height so all tabs are equal ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-content {
    height: 450px;
    position: relative;
    z-index: 1;
    overflow-y: auto;
}

/* ── Individual tab panels — fill and scroll within ── */
[b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-content > .e-item {
    height: 100%;
    overflow-y: auto;
}

/* ── External tab content panels — equal fixed height ── */
[b-ge0kpjzej7] #serviceExchangeInformationTab,
[b-ge0kpjzej7] #serviceExchangeArticlesTab,
[b-ge0kpjzej7] #serviceExchangeDocumentsTab,
[b-ge0kpjzej7] #serviceExchangeNotesTab {
    height: 450px;
    overflow-y: auto;
}

/* ── Information tab — prevent horizontal scroll, fit content ── */
[b-ge0kpjzej7] #serviceExchangeInformationTab {
    overflow-x: hidden;
}

/* ── Edit mode — shrink tab content to fit buttons without enlarging panel ── */
[b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) .e-tab.e-vertical-tab .e-content {
    height: 400px;
}

[b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeInformationTab,
[b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeArticlesTab,
[b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeDocumentsTab,
[b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeNotesTab {
    height: 400px;
}

[b-ge0kpjzej7] .service-exchange-details-content .w-100.d-flex.justify-content-end.mt-3 {
    margin-top: 0.5rem !important;
}

/* Hide Time Picker Icon */
[b-ge0kpjzej7] .service-exchange-details-content span.e-input-group-icon.e-time-icon.e-icons {
    display: none;
}

/* Justify Tab Items Between */
[b-ge0kpjzej7] #serviceExchangeTabs_tab_header_items {
    justify-content: space-between;
}

/* ── Content depth transition (scale + fade) ── */
@keyframes tab-content-enter-b-ge0kpjzej7 {
    from {
        opacity: 0;
        transform: scale(0.98) translateY(6px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

[b-ge0kpjzej7] .tab-content-animate-in {
    animation: tab-content-enter-b-ge0kpjzej7 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* ==============================================
   Quote Notes Tab – 3-Column Inline Chat
   ============================================== */

[b-ge0kpjzej7] .quote-notes-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    height: 100%;
}

/* Column base — each column is its own card */
[b-ge0kpjzej7] .quote-notes-column {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

[b-ge0kpjzej7] .quote-chat-column {
    flex: 1 1 38%;
}

[b-ge0kpjzej7] .quote-history-column {
    flex: 1 1 34%;
}

[b-ge0kpjzej7] .quote-status-column {
    flex: 1 1 28%;
}

/* Column headers */
[b-ge0kpjzej7] .quote-notes-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 10px 10px 0 0;
    flex-shrink: 0;
}

[b-ge0kpjzej7] .quote-notes-column-header h6 {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-ge0kpjzej7] .quote-notes-column-header .quote-msg-count {
    font-size: 0.72rem;
    color: #6c757d;
    font-weight: 400;
}

/* ---- Chat Messages Area ---- */
[b-ge0kpjzej7] .quote-chat-messages-container {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px;
    background: #fafbfc;
}

[b-ge0kpjzej7] .quote-chat-messages-container::-webkit-scrollbar {
    width: 5px;
}

[b-ge0kpjzej7] .quote-chat-messages-container::-webkit-scrollbar-track {
    background: transparent;
}

[b-ge0kpjzej7] .quote-chat-messages-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-ge0kpjzej7] .quote-chat-messages-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual message */
[b-ge0kpjzej7] .quote-chat-message {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 88%;
}

[b-ge0kpjzej7] .quote-chat-message.sent {
    align-self: flex-end;
    flex-direction: row-reverse;
}

[b-ge0kpjzej7] .quote-chat-message.received {
    align-self: flex-start;
}

/* Avatar */
[b-ge0kpjzej7] .quote-chat-message-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-ge0kpjzej7] .quote-chat-message-avatar span {
    color: white;
    font-size: 10px;
    font-weight: 600;
}

/* Message content */
[b-ge0kpjzej7] .quote-chat-message-content {
    display: flex;
    flex-direction: column;
}

[b-ge0kpjzej7] .quote-chat-message.sent .quote-chat-message-content {
    align-items: flex-end;
}

/* Sender & time header */
[b-ge0kpjzej7] .quote-chat-message-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

[b-ge0kpjzej7] .quote-chat-message-sender {
    font-size: 11px;
    font-weight: 500;
    color: #495057;
    padding-left: 4px;
}

[b-ge0kpjzej7] .quote-chat-message-time {
    font-size: 11px;
    color: #adb5bd;
    padding: 0 4px;
}

/* Bubble */
[b-ge0kpjzej7] .quote-chat-message-bubble {
    padding: 9px 14px;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.45;
    word-wrap: break-word;
    max-width: 100%;
}

[b-ge0kpjzej7] .quote-chat-message.received .quote-chat-message-bubble {
    background: #ffffff;
    color: #212529;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 4px;
}

[b-ge0kpjzej7] .quote-chat-message.sent .quote-chat-message-bubble {
    background: #e3f2fd;
    color: #212529;
    border-bottom-right-radius: 4px;
}

[b-ge0kpjzej7] .quote-chat-message-bubble img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 4px;
    cursor: pointer;
}

/* Empty state */
[b-ge0kpjzej7] .quote-chat-empty-state {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    padding: 40px 20px;
}

[b-ge0kpjzej7] .quote-chat-empty-state i {
    font-size: 40px;
    margin-bottom: 10px;
}

[b-ge0kpjzej7] .quote-chat-empty-state span {
    font-size: 13px;
}

/* ---- Chat Input Area ---- */
[b-ge0kpjzej7] .quote-chat-input-area {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

[b-ge0kpjzej7] .quote-chat-formatting-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

[b-ge0kpjzej7] .quote-chat-toolbar-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.85rem;
    transition: all 0.15s ease;
}

[b-ge0kpjzej7] .quote-chat-toolbar-btn:hover {
    background: #e9ecef;
    color: #495057;
}

[b-ge0kpjzej7] .quote-chat-toolbar-divider {
    width: 1px;
    height: 20px;
    background: #dee2e6;
    margin: 0 4px;
}

[b-ge0kpjzej7] .quote-chat-input-row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

[b-ge0kpjzej7] .quote-chat-textarea {
    flex: 1;
    min-height: 36px;
    max-height: 120px;
    resize: none;
    border-radius: 20px;
    padding: 7px 14px;
    border: 1px solid #dee2e6;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    background: #fff;
}

[b-ge0kpjzej7] .quote-chat-textarea:focus {
    border-color: #90a4ae;
    box-shadow: 0 0 0 3px rgba(144, 164, 174, 0.15);
}

[b-ge0kpjzej7] .quote-chat-send-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #495057;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    font-size: 0.9rem;
}

[b-ge0kpjzej7] .quote-chat-send-btn:hover {
    background: #343a40;
    transform: scale(1.08);
}

[b-ge0kpjzej7] .quote-chat-send-btn:active {
    transform: scale(0.95);
}

/* Emoji picker */
[b-ge0kpjzej7] .quote-emoji-picker-container {
    position: relative;
}

[b-ge0kpjzej7] .quote-emoji-picker-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: none;
    z-index: 1000;
    width: 260px;
    max-height: 180px;
    overflow-y: auto;
}

[b-ge0kpjzej7] .quote-emoji-picker-dropdown.show {
    display: block;
    animation: quoteFadeIn 0.15s ease-out;
}

[b-ge0kpjzej7] .quote-emoji-picker-dropdown .quote-emoji-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 1.15rem;
    transition: background 0.15s ease;
}

[b-ge0kpjzej7] .quote-emoji-picker-dropdown .quote-emoji-item:hover {
    background: #f0f0f0;
}

@@keyframes quoteFadeIn {
    from[b-ge0kpjzej7] { opacity: 0; transform: translateY(4px); }
    to[b-ge0kpjzej7]   { opacity: 1; transform: translateY(0); }
}

/* ---- History Column ---- */
[b-ge0kpjzej7] .quote-history-container {
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}

[b-ge0kpjzej7] .quote-history-container::-webkit-scrollbar {
    width: 5px;
}

[b-ge0kpjzej7] .quote-history-container::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

[b-ge0kpjzej7] .quote-history-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1f3;
}

[b-ge0kpjzej7] .quote-history-item:last-child {
    border-bottom: none;
}

[b-ge0kpjzej7] .quote-history-item .quote-history-user {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

[b-ge0kpjzej7] .quote-history-item .quote-history-time {
    font-size: 11px;
    color: #adb5bd;
}

[b-ge0kpjzej7] .quote-history-item .quote-history-detail {
    font-size: 13px;
    color: #495057;
    margin-top: 4px;
    line-height: 1.4;
}

[b-ge0kpjzej7] .quote-history-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 13px;
    padding: 40px 20px;
}

/* ---- Status Column ---- */
[b-ge0kpjzej7] .quote-status-container {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
}

[b-ge0kpjzej7] .quote-status-section {
    margin-bottom: 18px;
}

[b-ge0kpjzej7] .quote-status-section-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

[b-ge0kpjzej7] .quote-status-section .e-checkbox-wrapper {
    padding: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #fafbfc;
}

/* ---- Responsive ---- */
@@media (max-width: 768px) {
    [b-ge0kpjzej7] .quote-notes-container {
        flex-direction: column;
        min-height: auto;
        gap: 8px;
    }

    [b-ge0kpjzej7] .quote-chat-column,
    [b-ge0kpjzej7] .quote-history-column,
    [b-ge0kpjzej7] .quote-status-column {
        flex: 1 1 auto;
    }

    [b-ge0kpjzej7] .quote-chat-messages-container {
        max-height: 300px;
    }

    [b-ge0kpjzej7] .quote-history-container {
        max-height: 250px;
    }
}

/* ---- Responsive: compact view for 13" laptops (<=900px height) ---- */
@@media (max-height: 900px) {
    [b-ge0kpjzej7] .service-exchange-details-header {
        height: 40px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 6px;
        border-radius: 12px 0 0 12px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 10px 0 0 10px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 12px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 22px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-ge0kpjzej7] {
        height: 75px;
        border-radius: 10px 0 0 10px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 10px 0 0 10px;
        width: calc(100% - 6px) !important;
        left: 6px !important;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 10px 0 0 10px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 8px 0 0 8px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-content {
        height: 340px;
    }

    [b-ge0kpjzej7] #serviceExchangeInformationTab,
    [b-ge0kpjzej7] #serviceExchangeArticlesTab,
    [b-ge0kpjzej7] #serviceExchangeDocumentsTab,
    [b-ge0kpjzej7] #serviceExchangeNotesTab {
        height: 340px;
    }

    [b-ge0kpjzej7] .quote-notes-container {
        gap: 8px;
    }

    [b-ge0kpjzej7] .quote-chat-messages-container {
        padding: 10px;
    }

    [b-ge0kpjzej7] .quote-chat-message-bubble {
        padding: 7px 10px;
    }

    [b-ge0kpjzej7] .quote-chat-textarea {
        min-height: 32px;
    }

    [b-ge0kpjzej7] .quote-chat-send-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    /* Edit mode at <=900px */
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) .e-tab.e-vertical-tab .e-content,
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeInformationTab,
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeArticlesTab,
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeDocumentsTab,
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeNotesTab {
        height: 295px;
    }
}

/* ---- Responsive: compact view for 10" tablets (<=768px height) ---- */
@@media (max-height: 768px) {
    [b-ge0kpjzej7] .service-exchange-details-header {
        height: 36px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical {
        padding: 4px;
        border-radius: 10px 0 0 10px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header.e-vertical::after {
        border-radius: 8px 0 0 8px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-size: 11px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before {
        font-size: 18px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-itop,
    .e-tab .e-tab-header .e-toolbar-item.e-ibottom[b-ge0kpjzej7] {
        height: 60px;
        border-radius: 8px 0 0 8px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-tab-header .e-indicator {
        border-radius: 8px 0 0 8px;
        width: calc(100% - 4px) !important;
        left: 4px !important;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active {
        border-radius: 8px 0 0 8px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab .e-tab-header .e-toolbar-item.e-active::after {
        border-radius: 6px 0 0 6px;
    }

    [b-ge0kpjzej7] .service-exchange-details-content .e-tab.e-vertical-tab .e-content {
        height: 270px;
    }

    [b-ge0kpjzej7] #serviceExchangeInformationTab,
    [b-ge0kpjzej7] #serviceExchangeArticlesTab,
    [b-ge0kpjzej7] #serviceExchangeDocumentsTab,
    [b-ge0kpjzej7] #serviceExchangeNotesTab {
        height: 270px;
    }

    [b-ge0kpjzej7] .quote-notes-container {
        gap: 6px;
    }

    [b-ge0kpjzej7] .quote-chat-messages-container {
        padding: 8px;
    }

    [b-ge0kpjzej7] .quote-chat-message-bubble {
        padding: 6px 8px;
        font-size: 12px;
    }

    [b-ge0kpjzej7] .quote-chat-textarea {
        min-height: 28px;
    }

    [b-ge0kpjzej7] .quote-chat-send-btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    /* Edit mode at <=768px */
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) .e-tab.e-vertical-tab .e-content,
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeInformationTab,
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeArticlesTab,
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeDocumentsTab,
    [b-ge0kpjzej7] .service-exchange-details-content:has(#saveServiceBtn) #serviceExchangeNotesTab {
        height: 225px;
    }
}
/* _content/makonnect/Views/Shared/_Layout.cshtml.rz.scp.css */
*[b-t2rojwat29] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

html[b-t2rojwat29] {
    height: 100%;
}

body[b-t2rojwat29] {
    min-height: 100%;
    background-color: #F5F5F5;
    background-color: aliceblue !important; 
}


.navbar[b-t2rojwat29] {
    background: #11101D;
    max-height: 50px;
}
 


.home-section[b-t2rojwat29] {
    position: sticky;
    width: calc(100% - 225px);
    left: 225px;
    transition: all 0.5s ease;
    z-index: 101; /* Above sidebar (100) so navbar dropdowns aren't trapped */
}


.sidebar[data-expand="true"] ~ .home-section[b-t2rojwat29] {
    width: calc(100% - 78px);
    left: 78px;
}

.home-section .home-content[b-t2rojwat29] {
    width: 100%;
    transition: all 0.5s ease;
    height: calc(100vh - 75px);
    animation: contentFadeIn-b-t2rojwat29 0.3s ease-out;
}

@keyframes contentFadeIn-b-t2rojwat29 {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}



.offcanvas-start[b-t2rojwat29] {
    width: 40vw !important;
    min-width: 600px;
}
/* _content/makonnect/Views/Shared/_Navbar.cshtml.rz.scp.css */
/* Navbar styles */
.navbar[b-0fxo5p3xht] {
    background-color: #11101d;
    padding: 0.25rem 0;
    position: relative;
    z-index: 1045;
    overflow: visible;
}

/* Dropdown common styles */
.dropdown[b-0fxo5p3xht] {
    display: inline-block;
    margin-left: 10px;
    padding: 2px;
}

/* Default styling for all dropdowns */
.dropdown-menu[b-0fxo5p3xht] {
    min-width: 240px;
    background-color: white;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 2055;
}

#userDropdownMenu[b-0fxo5p3xht] {
    z-index: 2060 !important;
}

/* Default styling for dropdown items */
.dropdown-item[b-0fxo5p3xht] {
    padding: 0.5rem 1rem;
    color: #212529;
}

.dropdown-item:hover[b-0fxo5p3xht] {
    background-color: #f8f9fa;
    color: #16181b;
}

/* Dark theme overrides for specific dropdowns (exclude notification and user menu) */
.dropdown-menu.bg-dark[b-0fxo5p3xht] {
    background-color: #1a1a2e !important;
    border-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu.bg-dark .dropdown-item[b-0fxo5p3xht] {
    color: rgba(255, 255, 255, 0.85);
}

.dropdown-menu.bg-dark .dropdown-item:hover[b-0fxo5p3xht] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.dropdown-item i[b-0fxo5p3xht] {
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.dropdown-divider[b-0fxo5p3xht] {
    border-color: rgba(255, 255, 255, 0.1);
}

/* Language dialog styles */
.language-item[b-0fxo5p3xht] {
    padding: 0.75rem 1rem;
    transition: background-color 0.2s;
}

.language-item:hover[b-0fxo5p3xht] {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.language-item i[b-0fxo5p3xht] {
    font-size: 1.2rem;
}

.language-item span[b-0fxo5p3xht] {
    font-size: 1rem;
}

/* Hide dropdown toggle arrow */
.dropdown-toggle[b-0fxo5p3xht]::after {
    display: none;
}

/* User profile dropdown specific styles */
#userDropdown[b-0fxo5p3xht] {
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

#userDropdown:hover[b-0fxo5p3xht] {
    border-color: rgba(255, 255, 255, 0.2);
}

/* Profile section styling */
.dropdown-menu .border-bottom[b-0fxo5p3xht] {
    border-bottom-color: #eee !important;
}

/* Make dropdown items more compact for profile menu */
.dropdown-menu .dropdown-item[b-0fxo5p3xht] {
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.dropdown-menu .dropdown-item:hover[b-0fxo5p3xht] {
    border-left-color: #0d6efd;
}

/* Danger action (logout) styling */
.dropdown-item.text-danger:hover[b-0fxo5p3xht] {
    background-color: #fbe9e7;
}

/* Company logo container */
.company-logo-container[b-0fxo5p3xht] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}

.company-logo[b-0fxo5p3xht] {
    max-height: 32px;
    max-width: 140px;
    object-fit: contain;
}

/* Notification items */
#notification-dropdown-menu[b-0fxo5p3xht] {
    background-color: white;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #212529;
    z-index: 2058 !important;
}

/* Default state for all notification items within the container */
#notification-items-container .dropdown-item[b-0fxo5p3xht] {
    padding: 0.75rem 1rem;
    color: #212529;
    transition: background-color 0.2s ease, opacity 0.2s ease, border-left-color 0.2s ease;
    border-left: 3px solid transparent;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
}

/* Unread notifications styling */
#notification-items-container .dropdown-item.notification-unread[b-0fxo5p3xht] {
    background-color: #e7f3ff !important;
    border-left-color: #0d6efd;
    font-weight: 500;
    opacity: 1;
}

/* Read notifications styling */
#notification-items-container .dropdown-item:not(.notification-unread)[b-0fxo5p3xht] {
    background-color: #ffffff;
    opacity: 0.85;
}

/* Hover effect for unread notifications */
#notification-items-container .dropdown-item.notification-unread:hover[b-0fxo5p3xht],
#notification-items-container .dropdown-item.notification-unread:focus[b-0fxo5p3xht] {
    background-color: #d0eaff !important;
    color: #16181b;
    opacity: 1;
}

/* Hover effect for read notifications */
#notification-items-container .dropdown-item:not(.notification-unread):hover[b-0fxo5p3xht],
#notification-items-container .dropdown-item:not(.notification-unread):focus[b-0fxo5p3xht] {
    background-color: #f8f9fa;
    color: #16181b;
    opacity: 1;
}

/* Styles for notification dropdown items -- this comment and related old rules are effectively replaced by the above */
.dropdown-item.border-bottom-custom[b-0fxo5p3xht] {
    border-bottom: 1px solid #eeeeee;
    /* Tiny grayish line */
}

#notification-items-container .dropdown-item:last-child.border-bottom-custom[b-0fxo5p3xht] {
    border-bottom: none;
}

#mark-all-as-read-link[b-0fxo5p3xht] {
    font-size: 0.75rem;
    /* Make text smaller */
    color: #6c757d;
    /* Grayish color (Bootstrap's text-muted color) */
}

/* Media queries for responsive design */
@media (max-width: 992px) {
    .company-logo[b-0fxo5p3xht] {
        max-height: 28px;
        max-width: 120px;
    }

    .navbar[b-0fxo5p3xht] {
        padding: 0.25rem 0.5rem;
    }
}

/* Modal styling fixes */
.modal-backdrop[b-0fxo5p3xht] {
    z-index: 0;
}

.modal[b-0fxo5p3xht] {
    z-index: 1051;
}

/* Ensure language items are clickable */
.language-item[b-0fxo5p3xht] {
    pointer-events: auto !important;
    cursor: pointer;
}

/* Space-efficient styling for modal content */
.modal-content[b-0fxo5p3xht] {
    border-radius: 0.5rem;
    overflow: hidden;
}
/* _content/makonnect/Views/Shared/_Sidebar.cshtml.rz.scp.css */
/*.sidebar {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 225px;*/
/*    background: #11101D;*/
/*    z-index: 100;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.sidebar[data-expand="true"] {*/
/*    width: 78px;*/
/*}*/
/* */
/*.sidebar .logo-details {*/
/*    height: 60px;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/


/*.sidebar .logo-details .logo_image {*/
/*    height: 35px;*/
/*    width: 35px;*/
/*    min-width: 35px;*/
/*    text-align: center;*/
/*    line-height: 50px;*/
/*    border-radius: 50%;*/
/*    background: #1d1b31;*/
/*    transition: all 0.5s ease;*/
/*    cursor: pointer;*/
/*}*/

/*.sidebar .logo-details .logo_name {*/
/*    color: #fff;*/
/*    font-size: 22px;*/
/*    font-weight: 400;*/
/*    line-height: 50px;*/
/*    margin-left: 10px;*/
/*    transition: 0.3s ease;*/
/*    transition-delay: 0.1s;*/
/*}*/

/*.sidebar[data-expand="true"] .logo-details .logo_name {*/
/*    opacity: 0;*/
/*    transition-delay: 0.1s;*/
/*    pointer-events: none;*/
/*    display: none;*/
/*}*/


/*.sidebar .nav-links {*/
/*    height: 100%;*/
/*    padding: 30px 0 150px 0;*/
/*    overflow: auto;*/
/*}*/

/*.sidebar[data-expand="true"] .nav-links {*/
/*    overflow: visible;*/
/*}*/

/*.sidebar .nav-links::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*.sidebar .nav-links li {*/
/*    position: relative;*/
/*    list-style: none;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.sidebar .nav-links li:hover {*/
/*    background-color: #1d1b31;*/
/*}*/

/*.sidebar .nav-links .icon-link {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

/*.sidebar[data-expand="true"] .nav-links .icon-link {*/
/*    display: block;*/
/*}*/

/*.sidebar .nav-links li i {*/
/*    height: 50px;*/
/*    min-width: 50px;*/
/*    text-align: center;*/
/*    line-height: 50px;*/
/*    color: lightblue; */
/*    transition: all 0.3s ease;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 16px;*/
/*}*/
/*!**/
/*on sidebar collapes, min-width 50 to 78px*/
/* *!*/
/*.sidebar[data-expand="true"] .nav-links li i {*/
/*    min-width: 78px; */
/*}*/
/* */

/*.sidebar .nav-links li.showMenu i.arrow {*/
/*    transform: rotate(90deg); */
/*    transform-origin: center;*/
/*    */
/*}*/

/*.sidebar .nav-links li i.arrow {*/
/*    display: flex;*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/

/*.sidebar[data-expand="true"] .nav-links li i.arrow {*/
/*    display: none;*/
/*}*/

/*.sidebar .nav-links .icon-link.selected {*/
/*    border-left: 4px solid #ff8c00;*/
/*}*/

/*.sidebar .nav-links .icon-link.selected a {*/
/*    margin-left: -4px;*/
/*}*/


/*.sidebar[data-expand="true"] .nav-links i.arrow {*/
/*    display: none;*/
/*}*/

/*.sidebar .nav-links li a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    text-decoration: none;*/
/*}*/

/*.sidebar .nav-links li a .link_name {*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    color: white;*/
/*}*/

/*.sidebar[data-expand="true"] .nav-links li a .link_name {*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    transition: 0.3s ease;*/
/*}*/

/*.sidebar .nav-links li .sub-menu {*/
/*    padding: 6px 6px 14px 50px;*/
/*    margin-top: -10px;*/
/*    background-color: #1d1b31;*/
/*    display: none;*/
/*}*/

/*.sidebar .nav-links li.showMenu .sub-menu {*/
/*    display: block;*/
/*}*/

/*.sidebar .nav-links li .sub-menu a {*/
/*    color: #fff;*/
/*    font-size: 15px;*/
/*    padding: 5px 0;*/
/*    white-space: nowrap;*/
/*    opacity: 0.6;*/
/*    transition: all 0.3s ease*/
/*}*/

/*.sidebar .nav-links li .sub-menu a.selected {*/
/*    opacity: 1;*/
/*}*/

/*.sidebar .nav-links li .sub-menu a:hover {*/
/*    opacity: 1;*/
/*}*/

/*.sidebar[data-expand="true"] .nav-links li .sub-menu {*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    top: -10px;*/
/*    margin-top: 0;*/
/*    padding: 10px 20px;*/
/*    border-radius: 0 6px 6px 0;*/
/*    opacity: 0;*/
/*    display: block;*/
/*    pointer-events: none;*/
/*    transition: 0s;*/
/*}*/

/*.sidebar[data-expand="true"] .nav-links li:hover .sub-menu {*/
/*    top: 0;*/
/*    opacity: 1;*/
/*    pointer-events: auto;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.sidebar .nav-links li .sub-menu .link_name {*/
/*    display: none;*/
/*}*/

/*.sidebar[data-expand="true"] .nav-links li .sub-menu .link_name {*/
/*    display: none;*/
/*}*/

/*.sidebar[data-expand="true"] .nav-links li .sub-menu .link_name {*/
/*    font-size: 18px;*/
/*    opacity: 1;*/
/*    display: block;*/
/*}*/
/* */

/*.sidebar .nav-links li:hover .sub-menu.blank {*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.sidebar .profile-details {*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    width: 225px;*/
/*    display: flex; */
/*    background: #1d1b31;*/
/*    transition: all 0.5s ease;*/
/*}*/
/* */

/*.sidebar[data-expand="true"] .profile-details {*/
/*    width: 78px;*/
/*    background: none;*/
/*}*/

/*.sidebar .profile-details .profile-content {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.sidebar .profile-details img {*/
/*    height: 52px;*/
/*    width: 52px;*/
/*    object-fit: cover;*/
/*    border-radius: 16px;*/
/*    margin: 0 14px 0 12px;*/
/*    background: #1d1b31;*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.sidebar[data-expand="true"] .profile-details img {*/
/*    padding: 10px;*/
/*}*/

/*.sidebar .profile-details .profile_name,*/
/*.sidebar .profile-details .job {*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    white-space: nowrap;*/
/*    transition: all 0.5s ease;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    */
/*}*/
/* */
/*.sidebar[data-expand="true"] .profile-details .profile_name {*/
/*    display: none;*/
/*}*/

/*.sidebar .profile-details .job {*/
/*    font-size: 12px;*/
/*}*/

/*.iconDiv .p1[data-count]:after {*/
/*    position: absolute;*/
/*    right: 10%;*/
/*    top: 10%;*/
/*    content: attr(data-count);*/
/*    font-size: 40%;*/
/*    padding: .2em;*/
/*    border-radius: 50%;*/
/*    line-height: 1em;*/
/*    color: white;*/
/*    background: rgba(255,0,0,.85);*/
/*    text-align: center;*/
/*    min-width: 1.3em;*/
/*}*/
