html.fi,
html.fi body {
    font-family: "Sarabun", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

html.fi {
    --bpmc-primary: #1448a9;
    --bpmc-secondary: #00266e;
    --bpmc-text: #192a3d;
    --bpmc-background: #ffffff;
    --bpmc-border: rgba(25, 42, 61, 0.14);
    --bpmc-muted: #536477;
    --bpmc-soft: rgba(20, 72, 169, 0.08);
    --admin-sidebar-menu-indent-adjust: 7px;
    --admin-sidebar-menu-inline-padding: calc(8px - var(--admin-sidebar-menu-indent-adjust));
    --admin-sidebar-group-gap-adjust: 20px;
    --admin-sidebar-group-gap: calc(28px - var(--admin-sidebar-group-gap-adjust));
}

html.fi:not(.dark) body {
    background: var(--bpmc-background);
    color: var(--bpmc-text);
}

html.fi :where(h1, h2, h3, h4, h5, h6, .heading-text) {
    font-size: 18px;
    font-weight: 700;
}

html.fi .fi-btn.fi-color-primary .fi-btn-icon,
html.fi .fi-btn.fi-color-primary .fi-icon,
html.fi .fi-btn.fi-color-primary svg {
    color: #ffffff !important;
}

html.fi .fi-btn.bpmc-action-group-button,
html.fi .fi-btn.bpmc-action-group-button .fi-icon,
html.fi .fi-btn.bpmc-action-group-button svg {
    color: #ffffff !important;
}

html.fi .fi-btn.bpmc-action-group-button svg,
html.fi .fi-btn.bpmc-action-group-button svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

html.fi .bpmc-sidebar-close-button {
    display: none;
}

html.fi .bpmc-connect-sections {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

html.fi .bpmc-mail-settings-sections {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 1023.98px) {
    html.fi .fi-sidebar {
        inset-inline-start: auto !important;
        inset-inline-end: 0 !important;
    }

    html.fi .fi-sidebar:not(.fi-sidebar-open) {
        transform: translateX(100%) !important;
        translate: 100% 0 !important;
    }

    html.fi .fi-sidebar.fi-sidebar-open {
        transform: translateX(0) !important;
        translate: 0 0 !important;
    }

    html.fi .fi-main-ctn {
        min-width: 0 !important;
        width: 100% !important;
    }

    html.fi .fi-topbar {
        flex-direction: row-reverse !important;
        position: relative !important;
    }

    html.fi .fi-main {
        max-width: 100% !important;
        min-width: 0 !important;
    }

    html.fi .fi-sidebar-header {
        justify-content: flex-start !important;
    }

    html.fi .bpmc-sidebar-close-button {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 999px;
        cursor: pointer;
        display: flex !important;
        flex: 0 0 32px;
        height: 32px;
        justify-content: center;
        margin-inline-start: auto;
        padding: 0;
        width: 32px;
    }

    html.fi .bpmc-sidebar-close-button img {
        display: block;
        height: 27.2px;
        width: 27.2px;
    }
}

@media (max-width: 1023.98px) {
    html.fi {
        --admin-mobile-header-menu-button-size: 52px;
        --admin-mobile-header-menu-icon-size: 31.2px;
        --admin-mobile-header-search-width: min(70%, calc(100% - 128px));
    }

    html.fi .fi-topbar-end {
        flex: 1 1 auto !important;
        justify-content: flex-start !important;
        margin-inline-start: 0 !important;
        margin-inline-end: auto !important;
        min-width: 0 !important;
    }

    html.fi .fi-topbar-end .fi-user-menu {
        order: -2 !important;
    }

    html.fi .fi-topbar-end > [wire\:name="Filament\\Livewire\\DatabaseNotifications"] {
        order: -1 !important;
    }

    html.fi .fi-topbar-end .fi-topbar-database-notifications-btn {
        order: -1 !important;
    }

    html.fi .fi-topbar-end .fi-global-search-ctn {
        flex: 0 1 var(--admin-mobile-header-search-width) !important;
        left: 50% !important;
        max-width: var(--admin-mobile-header-search-width) !important;
        min-width: 0 !important;
        position: absolute !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: var(--admin-mobile-header-search-width) !important;
        z-index: 2 !important;
    }

    html.fi .fi-topbar-end .fi-global-search,
    html.fi .fi-topbar-end .fi-global-search-field,
    html.fi .fi-topbar-end .fi-input-wrp {
        min-width: 0 !important;
        width: 100% !important;
    }

    html.fi .fi-topbar-end > :not(.fi-global-search-ctn) {
        position: relative !important;
        z-index: 3 !important;
    }

    html.fi .fi-topbar-open-sidebar-btn,
    html.fi .fi-topbar-close-sidebar-btn,
    html.fi .fi-layout-sidebar-toggle-btn {
        flex: 0 0 var(--admin-mobile-header-menu-button-size) !important;
        height: var(--admin-mobile-header-menu-button-size) !important;
        margin: 0 !important;
        min-height: var(--admin-mobile-header-menu-button-size) !important;
        min-width: var(--admin-mobile-header-menu-button-size) !important;
        position: relative !important;
        width: var(--admin-mobile-header-menu-button-size) !important;
        z-index: 3 !important;
    }

    html.fi .fi-topbar-open-sidebar-btn .fi-icon,
    html.fi .fi-topbar-close-sidebar-btn .fi-icon,
    html.fi .fi-layout-sidebar-toggle-btn .fi-icon,
    html.fi .fi-topbar-open-sidebar-btn svg,
    html.fi .fi-topbar-close-sidebar-btn svg,
    html.fi .fi-layout-sidebar-toggle-btn svg {
        height: var(--admin-mobile-header-menu-icon-size) !important;
        min-height: var(--admin-mobile-header-menu-icon-size) !important;
        min-width: var(--admin-mobile-header-menu-icon-size) !important;
        width: var(--admin-mobile-header-menu-icon-size) !important;
    }
}

@media (min-width: 640px) and (max-width: 1023.98px) {
    html.fi .fi-topbar-open-sidebar-btn {
        transform: translateX(1px) !important;
    }
}

@media (max-width: 639.98px) {
    html.fi .fi-topbar-open-sidebar-btn {
        transform: translateX(11px) !important;
    }
}

@media (min-width: 1024px) {
    html.fi {
        --admin-sidebar-content-gap: 15px;
        --admin-sidebar-menu-inline-padding: 12px;
        --sidebar-width: 15rem !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-layout {
        flex-direction: row !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-sidebar {
        inset-inline-start: 0 !important;
        inset-inline-end: auto !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-topbar {
        flex-direction: row !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-topbar-start {
        margin-inline-start: 0 !important;
        margin-inline-end: 1.5rem !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-topbar-end {
        margin-inline-start: auto !important;
        margin-inline-end: 0 !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation).fi-body-has-sidebar-collapsible-on-desktop .fi-sidebar:not(.fi-sidebar-open) {
        transform: translateX(0) !important;
        translate: 0 0 !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-sidebar {
        background: #ffffff !important;
        box-shadow:
            1px 0 0 var(--bpmc-border),
            12px 0 28px -22px rgba(0, 38, 110, 0.36) !important;
        margin-inline-start: 0 !important;
        margin-inline-end: var(--admin-sidebar-content-gap) !important;
    }

    html.fi.dark .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-sidebar {
        background: rgb(17, 24, 39) !important;
        box-shadow:
            1px 0 0 rgba(255, 255, 255, 0.08),
            12px 0 28px -22px rgba(0, 0, 0, 0.65) !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-main-ctn {
        min-width: 0 !important;
        width: calc(100% - var(--collapsed-sidebar-width) - var(--admin-sidebar-content-gap)) !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-main-ctn.fi-main-ctn-sidebar-open {
        width: calc(100% - var(--sidebar-width) - var(--admin-sidebar-content-gap)) !important;
    }

    html.fi .fi-body-has-navigation:not(.fi-body-has-top-navigation) .fi-main {
        margin-inline-start: auto !important;
        margin-inline-end: 0 !important;
        padding-inline-start: 0 !important;
        padding-inline-end: 15px !important;
    }

    html.fi .fi-sidebar.fi-sidebar-open .fi-sidebar-nav {
        padding-inline-start: 0 !important;
    }

    html.fi .fi-sidebar.fi-sidebar-open .fi-sidebar-nav-groups {
        margin-inline-start: 0 !important;
        row-gap: var(--admin-sidebar-group-gap) !important;
    }

    html.fi .fi-main,
    html.fi .fi-ta,
    html.fi .fi-ta-ctn,
    html.fi .fi-ta-main {
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

html.fi .fi-sidebar.fi-sidebar-open .fi-sidebar-group-btn {
    gap: 5px !important;
    justify-content: flex-start !important;
    padding-inline-start: var(--admin-sidebar-menu-inline-padding) !important;
    padding-inline-end: var(--admin-sidebar-menu-inline-padding) !important;
}

html.fi .fi-sidebar.fi-sidebar-open .fi-sidebar-group-label {
    flex: 0 0 var(--admin-sidebar-group-label-width, auto) !important;
    font-weight: 700 !important;
}

html.fi:not(.dark) .fi-sidebar.fi-sidebar-open .fi-sidebar-group-label {
    color: #192a3d !important;
}

html.fi .fi-sidebar.fi-sidebar-open .fi-sidebar-group-collapse-btn {
    flex: 0 0 auto !important;
    margin-inline-start: 0 !important;
}

html.fi .fi-sidebar.fi-sidebar-open .fi-sidebar-item-btn {
    gap: 5px !important;
    justify-content: flex-start !important;
    padding-inline-start: var(--admin-sidebar-menu-inline-padding) !important;
    padding-inline-end: var(--admin-sidebar-menu-inline-padding) !important;
}

html.fi .fi-ta-header-cell-status,
html.fi .project-status-cell,
html.fi .quotation-status-cell,
html.fi .invoice-status-cell,
html.fi .receipt-status-cell {
    width: 1% !important;
    max-width: max-content !important;
    white-space: nowrap !important;
}

html.fi .project-status-cell .fi-ta-col,
html.fi .quotation-status-cell .fi-ta-col,
html.fi .invoice-status-cell .fi-ta-col,
html.fi .receipt-status-cell .fi-ta-col {
    display: inline-flex !important;
    width: max-content !important;
    min-width: 0 !important;
}

html.fi .project-status-select.fi-ta-select,
html.fi .quotation-status-select.fi-ta-select,
html.fi .invoice-status-select.fi-ta-select,
html.fi .receipt-status-select.fi-ta-select {
    display: inline-block !important;
    width: max-content !important;
    min-width: 0 !important;
}

html.fi .project-status-select .fi-input-wrp,
html.fi .quotation-status-select .fi-input-wrp,
html.fi .invoice-status-select .fi-input-wrp,
html.fi .receipt-status-select .fi-input-wrp {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
}

html.fi .project-status-select .fi-input-wrp > .project-status-select-input,
html.fi .quotation-status-select .fi-input-wrp > .quotation-status-select-input,
html.fi .invoice-status-select .fi-input-wrp > .invoice-status-select-input,
html.fi .receipt-status-select .fi-input-wrp > .receipt-status-select-input {
    display: inline-block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    field-sizing: content;
}

html.fi .bpmc-document-compact-section {
    --bpmc-document-column-gap: 5px;
    --bpmc-document-row-gap: 8px;
}

html.fi .bpmc-document-compact-section .fi-section-content.fi-sc-has-gap,
html.fi .bpmc-document-compact-section .fi-sc-has-gap,
html.fi .bpmc-document-compact-section .fi-in-repeatable,
html.fi .bpmc-document-compact-section .fi-in-repeatable-item {
    column-gap: var(--bpmc-document-column-gap) !important;
    row-gap: var(--bpmc-document-row-gap) !important;
}

html.fi .bpmc-document-compact-section .fi-in-entry {
    row-gap: 2px !important;
}

html.fi .bpmc-document-compact-section .fi-in-entry-label-ctn,
html.fi .bpmc-document-compact-section .fi-in-entry-content-ctn,
html.fi .bpmc-document-compact-section .fi-in-text-affixed,
html.fi .bpmc-document-compact-section .fi-in-text-affix {
    column-gap: var(--bpmc-document-column-gap) !important;
}

html.fi .bpmc-document-compact-section .fi-in-entry-label {
    font-size: 13px !important;
    line-height: 1.25 !important;
}

html.fi .bpmc-document-compact-section .fi-in-text,
html.fi .bpmc-document-compact-section .fi-in-placeholder {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

html.fi .bpmc-language-panel {
    max-width: 42rem;
}

html.fi .bpmc-language-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

html.fi .bpmc-language-pill {
    border-radius: 999px !important;
    font-weight: 600 !important;
    min-height: 42px !important;
    min-width: 88px !important;
    padding-inline: 20px !important;
}

html.fi .bpmc-language-pill.is-selected {
    background: #f0fdf4 !important;
    border-color: #16a34a !important;
    box-shadow:
        0 0 0 2px rgba(22, 163, 74, 0.2),
        0 8px 18px -16px rgba(22, 101, 52, 0.6) !important;
    color: #166534 !important;
    font-weight: 700 !important;
}

html.fi.dark .bpmc-language-pill.is-selected {
    background: rgba(22, 163, 74, 0.16) !important;
    border-color: #22c55e !important;
    color: #dcfce7 !important;
}

html.fi .employee-phone-trigger {
    font-weight: 700 !important;
    text-decoration: none !important;
}

html.fi .employee-phone-modal {
    border-radius: 28px !important;
    overflow: hidden !important;
}

html.fi .employee-phone-modal .fi-modal-content {
    padding: 0 !important;
}

html.fi .employee-phone-actions {
    background:
        radial-gradient(circle at 50% 8%, rgba(20, 72, 169, 0.12), transparent 24%),
        radial-gradient(circle at 82% 92%, rgba(0, 38, 110, 0.1), transparent 28%),
        #ffffff;
    display: grid;
    gap: 26px;
    padding: 26px 34px 32px;
}

html.fi.dark .employee-phone-actions {
    background:
        radial-gradient(circle at 50% 8%, rgba(20, 72, 169, 0.24), transparent 24%),
        radial-gradient(circle at 82% 92%, rgba(0, 38, 110, 0.18), transparent 28%),
        rgb(17, 24, 39);
}

html.fi .employee-phone-actions__hero-icon {
    align-items: center;
    background: var(--bpmc-soft);
    border-radius: 999px;
    color: var(--bpmc-primary);
    display: flex;
    height: 88px;
    justify-content: center;
    justify-self: center;
    width: 88px;
}

html.fi .employee-phone-actions__hero-icon svg {
    height: 46px;
    width: 46px;
}

html.fi .employee-phone-actions__header {
    display: grid;
    gap: 8px;
    text-align: center;
}

html.fi .employee-phone-actions__header h2 {
    color: var(--bpmc-text);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
}

html.fi.dark .employee-phone-actions__header h2 {
    color: #f9fafb;
}

html.fi .employee-phone-actions__header p {
    color: var(--bpmc-muted);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

html.fi.dark .employee-phone-actions__header p {
    color: #cbd5e1;
}

html.fi .employee-phone-actions__profile {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--bpmc-border);
    border-radius: 24px;
    box-shadow:
        0 18px 42px -32px rgba(0, 38, 110, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    display: grid;
    gap: 16px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 18px;
}

html.fi.dark .employee-phone-actions__profile {
    background: rgba(31, 41, 55, 0.92);
    border-color: rgba(148, 163, 184, 0.25);
}

html.fi .employee-phone-actions__avatar {
    align-items: center;
    background: var(--bpmc-soft);
    border-radius: 999px;
    color: var(--bpmc-primary);
    display: flex;
    flex: 0 0 76px;
    font-size: 28px;
    font-weight: 800;
    height: 76px;
    justify-content: center;
    width: 76px;
}

html.fi .employee-phone-actions__identity {
    min-width: 0;
}

html.fi .employee-phone-actions__name {
    color: var(--bpmc-text);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

html.fi.dark .employee-phone-actions__name {
    color: #f9fafb;
}

html.fi .employee-phone-actions__number {
    color: var(--bpmc-text);
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
}

html.fi.dark .employee-phone-actions__number {
    color: #f9fafb;
}

html.fi .employee-phone-actions__quick-copy {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--bpmc-border);
    border-radius: 999px;
    box-shadow: 0 14px 26px -22px rgba(0, 38, 110, 0.48);
    color: var(--bpmc-secondary);
    cursor: pointer;
    display: flex;
    height: 52px;
    justify-content: center;
    width: 52px;
}

html.fi.dark .employee-phone-actions__quick-copy {
    background: rgb(17, 24, 39);
    border-color: rgba(148, 163, 184, 0.28);
    color: #e5e7eb;
}

html.fi .employee-phone-actions__quick-copy svg {
    height: 26px;
    width: 26px;
}

html.fi .employee-phone-actions__list {
    display: grid;
    gap: 16px;
}

html.fi .employee-phone-actions__item {
    align-items: center;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 16px 34px -28px rgba(0, 38, 110, 0.6);
    color: var(--bpmc-text);
    cursor: pointer;
    display: grid;
    font-family: inherit;
    gap: 18px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 84px;
    padding: 18px 22px;
    text-align: start;
    text-decoration: none;
    transition:
        box-shadow 150ms ease,
        transform 150ms ease;
    width: 100%;
}

html.fi .employee-phone-actions__item:hover {
    box-shadow: 0 16px 34px -22px rgba(0, 38, 110, 0.7);
    transform: translateY(-1px);
}

html.fi.dark .employee-phone-actions__item {
    color: #f9fafb;
}

html.fi .employee-phone-actions__item--call {
    background: linear-gradient(135deg, #22c55e, #059669);
    color: #ffffff;
}

html.fi .employee-phone-actions__item--copy {
    background: #ffffff;
    color: var(--bpmc-text);
}

html.fi.dark .employee-phone-actions__item--copy {
    background: rgb(31, 41, 55);
    color: #f9fafb;
}

html.fi .employee-phone-actions__item--share {
    background: var(--bpmc-soft);
    color: var(--bpmc-primary);
}

html.fi.dark .employee-phone-actions__item--share {
    background: rgba(29, 78, 216, 0.18);
    color: #93c5fd;
}

html.fi .employee-phone-actions__icon {
    align-items: center;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

html.fi .employee-phone-actions__icon svg {
    height: 34px;
    width: 24px;
}

html.fi .employee-phone-actions__icon svg,
html.fi .employee-phone-actions__chevron svg {
    width: 34px;
}

html.fi .employee-phone-actions__label {
    font-size: 20px;
    font-weight: 800;
}

html.fi .employee-phone-actions__chevron {
    align-items: center;
    display: flex;
    opacity: 0.9;
}

html.fi .employee-phone-actions__chevron svg {
    height: 26px;
}

html.fi .employee-phone-actions__privacy {
    align-items: center;
    color: var(--bpmc-muted);
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1.4;
    text-align: center;
}

html.fi.dark .employee-phone-actions__privacy {
    color: #cbd5e1;
}

html.fi .employee-phone-actions__privacy svg {
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
}

html.fi .bpmc-qa-page {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

html.fi .bpmc-qa-tabs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

html.fi .bpmc-qa-tab {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--bpmc-border);
    border-radius: 8px;
    color: var(--bpmc-muted);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    min-height: 36px;
    padding: 7px 12px;
}

html.fi .bpmc-qa-tab--active {
    background: var(--bpmc-soft);
    border-color: rgba(20, 72, 169, 0.28);
    color: var(--bpmc-primary);
}

html.fi .bpmc-qa-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

html.fi .bpmc-qa-summary-card,
html.fi .bpmc-qa-panel {
    background: #ffffff;
    border: 1px solid var(--bpmc-border);
    border-radius: 8px;
    box-shadow: 0 16px 36px -32px rgba(0, 38, 110, 0.52);
}

html.fi .bpmc-qa-summary-card {
    border-top: 3px solid #64748b;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 126px;
    padding: 16px 18px;
}

html.fi .bpmc-qa-summary-card--info {
    border-top-color: #2563eb;
}

html.fi .bpmc-qa-summary-card--success {
    border-top-color: #16a34a;
}

html.fi .bpmc-qa-summary-card--warning {
    border-top-color: #d97706;
}

html.fi .bpmc-qa-summary-card--danger {
    border-top-color: #dc2626;
}

html.fi .bpmc-qa-summary-card__label {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

html.fi .bpmc-qa-summary-card__value {
    color: var(--bpmc-text);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.1;
}

html.fi .bpmc-qa-summary-card__helper {
    color: var(--bpmc-muted);
    font-size: 13px;
    line-height: 1.35;
}

html.fi .bpmc-qa-panel {
    overflow: hidden;
}

html.fi .bpmc-qa-panel--filters {
    padding: 16px;
}

html.fi .bpmc-qa-filters {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

html.fi .bpmc-qa-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

html.fi .bpmc-qa-field__label {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
}

html.fi .bpmc-qa-field__control {
    background: #ffffff;
    border: 1px solid var(--bpmc-border);
    border-radius: 8px;
    color: var(--bpmc-text);
    font: inherit;
    min-height: 40px;
    min-width: 0;
    padding: 8px 11px;
    width: 100%;
}

html.fi .bpmc-qa-check-field {
    align-items: center;
    color: var(--bpmc-text);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    min-height: 40px;
}

html.fi .bpmc-qa-check-field__input {
    height: 16px;
    width: 16px;
}

html.fi .bpmc-qa-panel__header {
    align-items: center;
    border-bottom: 1px solid var(--bpmc-border);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 15px 18px;
}

html.fi .bpmc-qa-panel__title {
    color: var(--bpmc-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

html.fi .bpmc-qa-panel__meta {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

html.fi .bpmc-qa-table-scroll {
    overflow-x: auto;
}

html.fi .bpmc-qa-table {
    border-collapse: separate;
    border-spacing: 0;
    color: var(--bpmc-text);
    font-size: 14px;
    min-width: 980px;
    table-layout: auto;
    width: 100%;
}

html.fi .bpmc-qa-table--batches {
    min-width: 860px;
}

html.fi .bpmc-qa-table th,
html.fi .bpmc-qa-table td {
    border-bottom: 1px solid rgba(25, 42, 61, 0.1);
    padding: 11px 14px;
    text-align: start;
    vertical-align: middle;
}

html.fi .bpmc-qa-table th {
    background: #f8fafc;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    position: sticky;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}

html.fi .bpmc-qa-table tbody tr:last-child td {
    border-bottom: 0;
}

html.fi .bpmc-qa-table tbody tr:hover td {
    background: rgba(20, 72, 169, 0.04);
}

html.fi .bpmc-qa-table__primary {
    color: var(--bpmc-text);
    font-weight: 800;
    min-width: 150px;
}

html.fi .bpmc-qa-table__number {
    font-variant-numeric: tabular-nums;
    text-align: end !important;
    white-space: nowrap;
}

html.fi .bpmc-qa-table__number--danger {
    color: #dc2626;
    font-weight: 800;
}

html.fi .bpmc-qa-table__total {
    color: var(--bpmc-text);
    font-weight: 800;
}

html.fi .bpmc-qa-table__empty {
    color: var(--bpmc-muted);
    padding: 28px 14px !important;
    text-align: center !important;
}

html.fi .bpmc-qa-badge {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    min-height: 26px;
    padding: 5px 9px;
    white-space: nowrap;
}

html.fi .bpmc-qa-badge--neutral {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #475569;
}

html.fi .bpmc-qa-badge--info {
    background: #dbeafe;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

html.fi .bpmc-qa-badge--success {
    background: #dcfce7;
    border-color: #bbf7d0;
    color: #15803d;
}

html.fi .bpmc-qa-badge--warning {
    background: #fef3c7;
    border-color: #fde68a;
    color: #92400e;
}

html.fi .bpmc-qa-badge--danger {
    background: #fee2e2;
    border-color: #fecaca;
    color: #b91c1c;
}

html.fi.dark .bpmc-qa-tab,
html.fi.dark .bpmc-qa-summary-card,
html.fi.dark .bpmc-qa-panel,
html.fi.dark .bpmc-qa-field__control {
    background: rgb(17, 24, 39);
    border-color: rgba(148, 163, 184, 0.2);
}

html.fi.dark .bpmc-qa-tab--active {
    background: rgba(37, 99, 235, 0.2);
    border-color: rgba(96, 165, 250, 0.35);
    color: #93c5fd;
}

html.fi.dark .bpmc-qa-summary-card__value,
html.fi.dark .bpmc-qa-panel__title,
html.fi.dark .bpmc-qa-table,
html.fi.dark .bpmc-qa-table__primary,
html.fi.dark .bpmc-qa-table__total,
html.fi.dark .bpmc-qa-field__control,
html.fi.dark .bpmc-qa-check-field {
    color: #f8fafc;
}

html.fi.dark .bpmc-qa-summary-card__label,
html.fi.dark .bpmc-qa-summary-card__helper,
html.fi.dark .bpmc-qa-field__label,
html.fi.dark .bpmc-qa-panel__meta,
html.fi.dark .bpmc-qa-table__empty {
    color: #cbd5e1;
}

html.fi.dark .bpmc-qa-table th {
    background: rgb(15, 23, 42);
    border-bottom-color: rgba(148, 163, 184, 0.18);
    color: #cbd5e1;
}

html.fi.dark .bpmc-qa-table td {
    border-bottom-color: rgba(148, 163, 184, 0.14);
}

html.fi.dark .bpmc-qa-table tbody tr:hover td {
    background: rgba(59, 130, 246, 0.08);
}

html.fi .bpmc-schedules-page {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

html.fi .bpmc-schedules-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

html.fi .bpmc-schedules-section__header {
    align-items: flex-end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

html.fi .bpmc-schedules-section__title-group {
    display: grid;
    gap: 5px;
    min-width: 0;
}

html.fi .bpmc-schedules-section__title {
    color: var(--bpmc-text);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

html.fi .bpmc-schedules-section__description {
    color: var(--bpmc-muted);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    max-width: 760px;
}

html.fi .bpmc-schedules-section__chips {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

html.fi .bpmc-schedules-chip {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    min-height: 32px;
    padding: 7px 11px;
    white-space: nowrap;
}

html.fi .bpmc-schedules-chip--success {
    background: #dcfce7;
    border-color: #bbf7d0;
    color: #15803d;
}

html.fi .bpmc-schedules-chip--info {
    background: #dbeafe;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

html.fi .bpmc-schedules-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

html.fi .bpmc-schedules-card,
html.fi .bpmc-schedules-table-panel {
    background: #ffffff;
    border: 1px solid var(--bpmc-border);
    border-radius: 8px;
    box-shadow: 0 16px 36px -32px rgba(0, 38, 110, 0.52);
}

html.fi .bpmc-schedules-card {
    border-top: 3px solid #64748b;
    display: grid;
    gap: 8px;
    min-height: 124px;
    padding: 16px 18px;
}

html.fi .bpmc-schedules-card--1 {
    border-top-color: #2563eb;
}

html.fi .bpmc-schedules-card--2 {
    border-top-color: #16a34a;
}

html.fi .bpmc-schedules-card--3 {
    border-top-color: #0891b2;
}

html.fi .bpmc-schedules-card--4 {
    border-top-color: #d97706;
}

html.fi .bpmc-schedules-card--5 {
    border-top-color: #dc2626;
}

html.fi .bpmc-schedules-card__label {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

html.fi .bpmc-schedules-card__value {
    color: var(--bpmc-text);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.05;
}

html.fi .bpmc-schedules-card__helper {
    color: var(--bpmc-muted);
    font-size: 13px;
    line-height: 1.35;
}

html.fi .bpmc-schedules-table-panel {
    overflow: hidden;
}

html.fi .bpmc-schedules-table-panel__header {
    align-items: center;
    border-bottom: 1px solid var(--bpmc-border);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 15px 18px;
}

html.fi .bpmc-schedules-table-panel__title {
    color: var(--bpmc-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

html.fi .bpmc-schedules-table-panel__meta {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

html.fi .bpmc-schedules-table {
    overflow-x: auto;
}

html.fi .bpmc-schedules-table .fi-ta {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html.fi .bpmc-schedules-table .fi-ta-header-toolbar {
    padding: 12px 16px !important;
}

html.fi .bpmc-schedules-table .fi-ta-table {
    min-width: 980px;
}

html.fi .bpmc-schedules-table--tow-trucks .fi-ta-table {
    min-width: 760px;
}

html.fi .bpmc-schedules-table .fi-ta-header-cell,
html.fi .bpmc-schedules-table .fi-ta-cell {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

html.fi .bpmc-schedules-table .fi-ta-header-cell {
    background: #f8fafc !important;
}

html.fi .bpmc-schedules-table .fi-ta-header-cell-label {
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

html.fi .bpmc-schedules-table .fi-ta-text,
html.fi .bpmc-schedules-table .fi-ta-text-item-label {
    color: var(--bpmc-text);
    font-size: 14px;
}

html.fi .bpmc-schedules-table .fi-badge {
    border-radius: 999px !important;
    font-weight: 800 !important;
}

html.fi .bpmc-schedules-table .fi-ta-pagination,
html.fi .bpmc-schedules-table .fi-ta-footer {
    padding: 12px 16px !important;
}

html.fi.dark .bpmc-schedules-card,
html.fi.dark .bpmc-schedules-table-panel {
    background: rgb(17, 24, 39);
    border-color: rgba(148, 163, 184, 0.2);
}

html.fi.dark .bpmc-schedules-section__title,
html.fi.dark .bpmc-schedules-card__value,
html.fi.dark .bpmc-schedules-table-panel__title,
html.fi.dark .bpmc-schedules-table .fi-ta-text,
html.fi.dark .bpmc-schedules-table .fi-ta-text-item-label {
    color: #f8fafc;
}

html.fi.dark .bpmc-schedules-section__description,
html.fi.dark .bpmc-schedules-card__label,
html.fi.dark .bpmc-schedules-card__helper,
html.fi.dark .bpmc-schedules-table-panel__meta {
    color: #cbd5e1;
}

html.fi.dark .bpmc-schedules-table .fi-ta-header-cell {
    background: rgb(15, 23, 42) !important;
}

html.fi.dark .bpmc-schedules-table .fi-ta-header-cell-label {
    color: #cbd5e1 !important;
}

html.fi .bpmc-worklogs-page {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

html.fi .bpmc-worklogs-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

html.fi .bpmc-worklogs-section__header {
    align-items: flex-end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

html.fi .bpmc-worklogs-section__title-group {
    display: grid;
    gap: 5px;
    min-width: 0;
}

html.fi .bpmc-worklogs-section__title {
    color: var(--bpmc-text);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

html.fi .bpmc-worklogs-section__description {
    color: var(--bpmc-muted);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    max-width: 820px;
}

html.fi .bpmc-worklogs-section__chips {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

html.fi .bpmc-worklogs-chip {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    min-height: 32px;
    padding: 7px 11px;
    white-space: nowrap;
}

html.fi .bpmc-worklogs-chip--success {
    background: #dcfce7;
    border-color: #bbf7d0;
    color: #15803d;
}

html.fi .bpmc-worklogs-chip--info {
    background: #dbeafe;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

html.fi .bpmc-worklogs-chip--warning {
    background: #fef3c7;
    border-color: #fde68a;
    color: #92400e;
}

html.fi .bpmc-worklogs-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

html.fi .bpmc-worklogs-card,
html.fi .bpmc-worklogs-table-panel {
    background: #ffffff;
    border: 1px solid var(--bpmc-border);
    border-radius: 8px;
    box-shadow: 0 16px 36px -32px rgba(0, 38, 110, 0.52);
}

html.fi .bpmc-worklogs-card {
    border-top: 3px solid #64748b;
    display: grid;
    gap: 8px;
    min-height: 124px;
    padding: 16px 18px;
}

html.fi .bpmc-worklogs-card--1 {
    border-top-color: #2563eb;
}

html.fi .bpmc-worklogs-card--2 {
    border-top-color: #16a34a;
}

html.fi .bpmc-worklogs-card--3 {
    border-top-color: #0891b2;
}

html.fi .bpmc-worklogs-card--4 {
    border-top-color: #d97706;
}

html.fi .bpmc-worklogs-card--5 {
    border-top-color: #dc2626;
}

html.fi .bpmc-worklogs-card__label {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

html.fi .bpmc-worklogs-card__value {
    color: var(--bpmc-text);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.05;
}

html.fi .bpmc-worklogs-card__helper {
    color: var(--bpmc-muted);
    font-size: 13px;
    line-height: 1.35;
}

html.fi .bpmc-worklogs-table-panel {
    overflow: hidden;
}

html.fi .bpmc-worklogs-table-panel__header {
    align-items: center;
    border-bottom: 1px solid var(--bpmc-border);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 15px 18px;
}

html.fi .bpmc-worklogs-table-panel__title {
    color: var(--bpmc-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

html.fi .bpmc-worklogs-table-panel__meta {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

html.fi .bpmc-worklogs-table {
    overflow-x: auto;
}

html.fi .bpmc-worklogs-table .fi-ta {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html.fi .bpmc-worklogs-table .fi-ta-header-toolbar {
    padding: 12px 16px !important;
}

html.fi .bpmc-worklogs-table .fi-ta-table {
    min-width: 1080px;
}

html.fi .bpmc-worklogs-table .fi-ta-header-cell,
html.fi .bpmc-worklogs-table .fi-ta-cell {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

html.fi .bpmc-worklogs-table .fi-ta-header-cell {
    background: #f8fafc !important;
}

html.fi .bpmc-worklogs-table .fi-ta-header-cell-label {
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

html.fi .bpmc-worklogs-table .fi-ta-text,
html.fi .bpmc-worklogs-table .fi-ta-text-item-label {
    color: var(--bpmc-text);
    font-size: 14px;
}

html.fi .bpmc-worklogs-table .fi-badge {
    border-radius: 999px !important;
    font-weight: 800 !important;
}

html.fi .bpmc-worklogs-table .fi-ta-pagination,
html.fi .bpmc-worklogs-table .fi-ta-footer {
    padding: 12px 16px !important;
}

html.fi.dark .bpmc-worklogs-card,
html.fi.dark .bpmc-worklogs-table-panel {
    background: rgb(17, 24, 39);
    border-color: rgba(148, 163, 184, 0.2);
}

html.fi.dark .bpmc-worklogs-section__title,
html.fi.dark .bpmc-worklogs-card__value,
html.fi.dark .bpmc-worklogs-table-panel__title,
html.fi.dark .bpmc-worklogs-table .fi-ta-text,
html.fi.dark .bpmc-worklogs-table .fi-ta-text-item-label {
    color: #f8fafc;
}

html.fi.dark .bpmc-worklogs-section__description,
html.fi.dark .bpmc-worklogs-card__label,
html.fi.dark .bpmc-worklogs-card__helper,
html.fi.dark .bpmc-worklogs-table-panel__meta {
    color: #cbd5e1;
}

html.fi.dark .bpmc-worklogs-table .fi-ta-header-cell {
    background: rgb(15, 23, 42) !important;
}

html.fi.dark .bpmc-worklogs-table .fi-ta-header-cell-label {
    color: #cbd5e1 !important;
}

html.fi .bpmc-pnl-page .fi-page-content {
    gap: 18px;
}

html.fi .bpmc-pnl-page .fi-header-subheading {
    color: var(--bpmc-muted);
    font-size: 14px;
    line-height: 1.45;
    max-width: 820px;
}

html.fi .bpmc-pnl-page .bpmc-pnl-filter-panel,
html.fi .bpmc-pnl-page .fi-wi-chart .fi-section,
html.fi .bpmc-pnl-page .fi-wi-table .fi-ta {
    background: #ffffff;
    border: 1px solid var(--bpmc-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 36px -32px rgba(0, 38, 110, 0.52) !important;
    overflow: hidden;
}

html.fi .bpmc-pnl-page .bpmc-pnl-filter-panel .fi-section-header,
html.fi .bpmc-pnl-page .fi-wi-chart .fi-section-header,
html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-header {
    border-bottom: 1px solid var(--bpmc-border);
    padding: 15px 18px !important;
}

html.fi .bpmc-pnl-page .bpmc-pnl-filter-panel .fi-section-content {
    padding: 18px !important;
}

html.fi .bpmc-pnl-page .bpmc-pnl-filter-panel .fi-section-header-heading,
html.fi .bpmc-pnl-page .fi-wi-chart .fi-section-header-heading,
html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-header-heading {
    color: var(--bpmc-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

html.fi .bpmc-pnl-page .fi-wi-chart .fi-section-header-description,
html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-header-description {
    color: var(--bpmc-muted);
    font-size: 13px;
    line-height: 1.4;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview {
    display: block;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat {
    background: #ffffff;
    border: 1px solid var(--bpmc-border) !important;
    border-radius: 8px !important;
    border-top: 3px solid #2563eb !important;
    box-shadow: 0 16px 36px -32px rgba(0, 38, 110, 0.52) !important;
    min-height: 126px;
    padding: 16px 18px !important;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat:nth-child(4n + 1) {
    border-top-color: #16a34a !important;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat:nth-child(4n + 2) {
    border-top-color: #d97706 !important;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat:nth-child(4n + 3) {
    border-top-color: #0891b2 !important;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat:nth-child(4n + 4) {
    border-top-color: #2563eb !important;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat-label-ctn {
    color: var(--bpmc-muted);
    gap: 8px;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat-label {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat-value {
    color: var(--bpmc-text);
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
}

html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat-description {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

html.fi .bpmc-pnl-page .fi-wi-chart-canvas-ctn {
    padding: 18px !important;
}

html.fi .bpmc-pnl-page .fi-wi-chart canvas {
    max-height: 300px !important;
}

html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-header-toolbar {
    padding: 12px 16px !important;
}

html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-table {
    min-width: 1120px;
}

html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-header-cell,
html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-cell {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-header-cell {
    background: #f8fafc !important;
}

html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-header-cell-label {
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-text,
html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-text-item-label {
    color: var(--bpmc-text);
    font-size: 14px;
}

html.fi .bpmc-pnl-page .fi-wi-table .fi-badge {
    border-radius: 999px !important;
    font-weight: 800 !important;
}

html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-pagination,
html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-footer {
    padding: 12px 16px !important;
}

html.fi.dark .bpmc-pnl-page .bpmc-pnl-filter-panel,
html.fi.dark .bpmc-pnl-page .fi-wi-chart .fi-section,
html.fi.dark .bpmc-pnl-page .fi-wi-table .fi-ta,
html.fi.dark .bpmc-pnl-page .fi-wi-stats-overview-stat {
    background: rgb(17, 24, 39);
    border-color: rgba(148, 163, 184, 0.2) !important;
}

html.fi.dark .bpmc-pnl-page .fi-header-subheading,
html.fi.dark .bpmc-pnl-page .fi-wi-chart .fi-section-header-description,
html.fi.dark .bpmc-pnl-page .fi-wi-table .fi-ta-header-description,
html.fi.dark .bpmc-pnl-page .fi-wi-stats-overview-stat-label,
html.fi.dark .bpmc-pnl-page .fi-wi-stats-overview-stat-label-ctn {
    color: #cbd5e1;
}

html.fi.dark .bpmc-pnl-page .bpmc-pnl-filter-panel .fi-section-header-heading,
html.fi.dark .bpmc-pnl-page .fi-wi-chart .fi-section-header-heading,
html.fi.dark .bpmc-pnl-page .fi-wi-table .fi-ta-header-heading,
html.fi.dark .bpmc-pnl-page .fi-wi-stats-overview-stat-value,
html.fi.dark .bpmc-pnl-page .fi-wi-table .fi-ta-text,
html.fi.dark .bpmc-pnl-page .fi-wi-table .fi-ta-text-item-label {
    color: #f8fafc;
}

html.fi.dark .bpmc-pnl-page .fi-wi-table .fi-ta-header-cell {
    background: rgb(15, 23, 42) !important;
}

html.fi.dark .bpmc-pnl-page .fi-wi-table .fi-ta-header-cell-label {
    color: #cbd5e1 !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-page-content {
    gap: 18px;
}

html.fi .bpmc-tow-truck-trips-page .fi-header-actions-ctn .fi-btn {
    border-radius: 8px !important;
    box-shadow: 0 16px 30px -24px rgba(0, 38, 110, 0.6);
    min-height: 40px;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview {
    display: block;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat {
    background: #ffffff;
    border: 1px solid var(--bpmc-border) !important;
    border-radius: 8px !important;
    border-top: 3px solid #2563eb !important;
    box-shadow: 0 16px 36px -32px rgba(0, 38, 110, 0.52) !important;
    min-height: 126px;
    padding: 16px 18px !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat:nth-child(4n + 1) {
    border-top-color: #2563eb !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat:nth-child(4n + 2) {
    border-top-color: #16a34a !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat:nth-child(4n + 3) {
    border-top-color: #d97706 !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat:nth-child(4n + 4) {
    border-top-color: #dc2626 !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat-label-ctn {
    color: var(--bpmc-muted);
    gap: 8px;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat-label {
    color: var(--bpmc-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat-value {
    color: var(--bpmc-text);
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
}

html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat-description {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta {
    background: #ffffff;
    border: 1px solid var(--bpmc-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 36px -32px rgba(0, 38, 110, 0.52) !important;
    overflow: hidden;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-header-toolbar {
    padding: 12px 16px !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-table {
    min-width: 1180px;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-header-cell,
html.fi .bpmc-tow-truck-trips-page .fi-ta-cell {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-header-cell {
    background: #f8fafc !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-header-cell-label {
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-text,
html.fi .bpmc-tow-truck-trips-page .fi-ta-text-item-label {
    color: var(--bpmc-text);
    font-size: 14px;
}

html.fi .bpmc-tow-truck-trips-page .fi-badge {
    border-radius: 999px !important;
    font-weight: 800 !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-actions .fi-btn {
    border-radius: 8px !important;
    min-height: 34px;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-empty-state {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: 52px 18px !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-empty-state-content {
    gap: 12px;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-empty-state-icon-bg {
    background: var(--bpmc-soft) !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-empty-state-icon-bg .fi-icon,
html.fi .bpmc-tow-truck-trips-page .fi-ta-empty-state-icon-bg svg {
    color: var(--bpmc-primary) !important;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-empty-state-heading {
    color: var(--bpmc-text);
    font-size: 17px;
    font-weight: 900;
}

html.fi .bpmc-tow-truck-trips-page .fi-ta-pagination,
html.fi .bpmc-tow-truck-trips-page .fi-ta-footer {
    padding: 12px 16px !important;
}

html.fi.dark .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat,
html.fi.dark .bpmc-tow-truck-trips-page .fi-ta {
    background: rgb(17, 24, 39);
    border-color: rgba(148, 163, 184, 0.2) !important;
}

html.fi.dark .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat-label,
html.fi.dark .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat-label-ctn {
    color: #cbd5e1;
}

html.fi.dark .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat-value,
html.fi.dark .bpmc-tow-truck-trips-page .fi-ta-text,
html.fi.dark .bpmc-tow-truck-trips-page .fi-ta-text-item-label,
html.fi.dark .bpmc-tow-truck-trips-page .fi-ta-empty-state-heading {
    color: #f8fafc;
}

html.fi.dark .bpmc-tow-truck-trips-page .fi-ta-header-cell,
html.fi.dark .bpmc-tow-truck-trips-page .fi-ta-empty-state {
    background: rgb(15, 23, 42) !important;
}

html.fi.dark .bpmc-tow-truck-trips-page .fi-ta-header-cell-label {
    color: #cbd5e1 !important;
}

@media (max-width: 520px) {
    html.fi .bpmc-pnl-page .fi-page-content {
        gap: 16px;
    }

    html.fi .bpmc-pnl-page .fi-wi-stats-overview-stat-value {
        font-size: 23px;
    }

    html.fi .bpmc-pnl-page .bpmc-pnl-filter-panel .fi-section-header,
    html.fi .bpmc-pnl-page .fi-wi-chart .fi-section-header,
    html.fi .bpmc-pnl-page .fi-wi-table .fi-ta-header {
        padding: 14px !important;
    }

    html.fi .bpmc-pnl-page .bpmc-pnl-filter-panel .fi-section-content,
    html.fi .bpmc-pnl-page .fi-wi-chart-canvas-ctn {
        padding: 14px !important;
    }

    html.fi .bpmc-tow-truck-trips-page .fi-page-content {
        gap: 16px;
    }

    html.fi .bpmc-tow-truck-trips-page .fi-wi-stats-overview-stat-value {
        font-size: 23px;
    }

    html.fi .bpmc-tow-truck-trips-page .fi-ta-header-toolbar,
    html.fi .bpmc-tow-truck-trips-page .fi-ta-pagination,
    html.fi .bpmc-tow-truck-trips-page .fi-ta-footer {
        padding: 12px 14px !important;
    }

    html.fi .bpmc-tow-truck-trips-page .fi-ta-empty-state {
        padding: 42px 14px !important;
    }

    html.fi .bpmc-worklogs-page {
        gap: 18px;
    }

    html.fi .bpmc-worklogs-section__header {
        align-items: flex-start;
        flex-direction: column;
    }

    html.fi .bpmc-worklogs-section__chips {
        justify-content: flex-start;
    }

    html.fi .bpmc-worklogs-summary-grid {
        grid-template-columns: 1fr;
    }

    html.fi .bpmc-worklogs-table-panel__header {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px;
    }

    html.fi .bpmc-schedules-page {
        gap: 22px;
    }

    html.fi .bpmc-schedules-section__header {
        align-items: flex-start;
        flex-direction: column;
    }

    html.fi .bpmc-schedules-section__chips {
        justify-content: flex-start;
    }

    html.fi .bpmc-schedules-summary-grid {
        grid-template-columns: 1fr;
    }

    html.fi .bpmc-schedules-table-panel__header {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px;
    }

    html.fi .bpmc-qa-page {
        gap: 16px;
    }

    html.fi .bpmc-qa-summary-grid {
        grid-template-columns: 1fr;
    }

    html.fi .bpmc-qa-panel--filters,
    html.fi .bpmc-qa-panel__header {
        padding: 14px;
    }

    html.fi .bpmc-qa-filters {
        grid-template-columns: 1fr;
    }

    html.fi .bpmc-qa-table {
        font-size: 13px;
    }

    html.fi .bpmc-qa-table th,
    html.fi .bpmc-qa-table td {
        padding: 10px 12px;
    }

    html.fi .employee-phone-actions {
        gap: 20px;
        padding: 22px 18px 26px;
    }

    html.fi .employee-phone-actions__hero-icon {
        height: 72px;
        width: 72px;
    }

    html.fi .employee-phone-actions__hero-icon svg {
        height: 38px;
        width: 38px;
    }

    html.fi .employee-phone-actions__header h2 {
        font-size: 22px;
    }

    html.fi .employee-phone-actions__header p {
        font-size: 16px;
    }

    html.fi .employee-phone-actions__avatar {
        flex-basis: 58px;
        font-size: 22px;
        height: 58px;
        width: 58px;
    }

    html.fi .employee-phone-actions__profile {
        gap: 12px;
        padding: 14px;
    }

    html.fi .employee-phone-actions__name,
    html.fi .employee-phone-actions__number,
    html.fi .employee-phone-actions__label {
        font-size: 17px;
    }

    html.fi .employee-phone-actions__quick-copy {
        height: 44px;
        width: 44px;
    }

    html.fi .employee-phone-actions__item {
        min-height: 70px;
        padding: 14px 16px;
    }

    html.fi .employee-phone-actions__icon,
    html.fi .employee-phone-actions__chevron {
        height: 32px;
        width: 32px;
    }

    html.fi .employee-phone-actions__icon svg,
    html.fi .employee-phone-actions__chevron svg {
        height: 28px;
        width: 28px;
    }
}

/* quotation-highlight-sections */
html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section,
html.fi .bpmc-quotation-highlight-section.fi-section {
    --bpmc-quotation-section-accent: #0f766e;
    --bpmc-quotation-section-accent-rgb: 15, 118, 110;
    --bpmc-quotation-section-icon-color: #ffffff;
    --bpmc-quotation-section-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='6' fill='black'/%3E%3C/svg%3E");
    --bpmc-quotation-section-soft: rgba(var(--bpmc-quotation-section-accent-rgb), 0.08);

    border: 1px solid rgba(var(--bpmc-quotation-section-accent-rgb), 0.22) !important;
    border-inline-start: 5px solid var(--bpmc-quotation-section-accent) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 28px rgba(var(--bpmc-quotation-section-accent-rgb), 0.08) !important;
    overflow: hidden;
}

html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header,
html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-header {
    align-items: center;
    background: var(--bpmc-quotation-section-soft) !important;
    border-bottom: 1px solid rgba(var(--bpmc-quotation-section-accent-rgb), 0.16) !important;
    min-height: 56px;
    padding: 14px 18px 14px 64px !important;
    position: relative;
}

html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header::before,
html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-header::before {
    align-items: center;
    background: var(--bpmc-quotation-section-accent);
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(var(--bpmc-quotation-section-accent-rgb), 0.13);
    content: "";
    display: block;
    height: 34px;
    inset-inline-start: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
}

html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header::after,
html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-header::after {
    background: var(--bpmc-quotation-section-icon-color);
    content: "";
    height: 20px;
    inset-inline-start: 25px;
    mask-image: var(--bpmc-quotation-section-icon-mask);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    -webkit-mask-image: var(--bpmc-quotation-section-icon-mask);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header .fi-section-header-heading,
html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-header .fi-section-header-heading {
    color: var(--bpmc-quotation-section-accent) !important;
    font-size: 1.16rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
}

html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-content-ctn,
html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-content-ctn {
    background: linear-gradient(180deg, rgba(var(--bpmc-quotation-section-accent-rgb), 0.035), rgba(255, 255, 255, 0) 82px) !important;
}

html.fi .bpmc-quotation-section-customer,
html.fi .bpmc-quotation-section-customer > .fi-section {
    --bpmc-quotation-section-accent: #0f766e;
    --bpmc-quotation-section-accent-rgb: 15, 118, 110;
    --bpmc-quotation-section-icon-color: #dff8ef;
    --bpmc-quotation-section-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='6' fill='black'/%3E%3C/svg%3E");
}

html.fi .bpmc-quotation-section-project,
html.fi .bpmc-quotation-section-project > .fi-section {
    --bpmc-quotation-section-accent: #0e7490;
    --bpmc-quotation-section-accent-rgb: 14, 116, 144;
    --bpmc-quotation-section-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7Zm0 10.25A3.25 3.25 0 1 1 12 5.75a3.25 3.25 0 0 1 0 6.5Z'/%3E%3C/svg%3E");
}

html.fi .bpmc-quotation-section-items,
html.fi .bpmc-quotation-section-items > .fi-section {
    --bpmc-quotation-section-accent: #b45309;
    --bpmc-quotation-section-accent-rgb: 180, 83, 9;
    --bpmc-quotation-section-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.25C4 4.56 4.56 4 5.25 4h1.5C7.44 4 8 4.56 8 5.25v1.5C8 7.44 7.44 8 6.75 8h-1.5C4.56 8 4 7.44 4 6.75v-1.5ZM10 5h10v3H10V5ZM4 11.25C4 10.56 4.56 10 5.25 10h1.5C7.44 10 8 10.56 8 11.25v1.5C8 13.44 7.44 14 6.75 14h-1.5C4.56 14 4 13.44 4 12.75v-1.5ZM10 11h10v3H10v-3ZM4 17.25C4 16.56 4.56 16 5.25 16h1.5C7.44 16 8 16.56 8 17.25v1.5C8 19.44 7.44 20 6.75 20h-1.5C4.56 20 4 19.44 4 18.75v-1.5ZM10 17h10v3H10v-3Z'/%3E%3C/svg%3E");
}

html.fi .bpmc-quotation-section-terms,
html.fi .bpmc-quotation-section-terms > .fi-section {
    --bpmc-quotation-section-accent: #be123c;
    --bpmc-quotation-section-accent-rgb: 190, 18, 60;
    --bpmc-quotation-section-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 2h8a2 2 0 0 1 2 2v1h1a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h1V4a2 2 0 0 1 2-2Zm0 3h8V4H8v1Zm8.73 6.68a1.1 1.1 0 0 0-1.56-1.56l-4.05 4.05-1.8-1.8a1.1 1.1 0 1 0-1.56 1.56l2.58 2.58c.43.43 1.13.43 1.56 0l4.83-4.83Z'/%3E%3C/svg%3E");
}

html.fi.dark .bpmc-quotation-highlight-section.fi-sc-section > .fi-section,
html.fi.dark .bpmc-quotation-highlight-section.fi-section {
    border-color: rgba(var(--bpmc-quotation-section-accent-rgb), 0.35) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
}

html.fi.dark .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header,
html.fi.dark .bpmc-quotation-highlight-section.fi-section > .fi-section-header {
    background: rgba(var(--bpmc-quotation-section-accent-rgb), 0.15) !important;
    border-bottom-color: rgba(var(--bpmc-quotation-section-accent-rgb), 0.28) !important;
}

html.fi.dark .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header .fi-section-header-heading,
html.fi.dark .bpmc-quotation-highlight-section.fi-section > .fi-section-header .fi-section-header-heading {
    color: #ffffff !important;
}

html.fi.dark .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-content-ctn,
html.fi.dark .bpmc-quotation-highlight-section.fi-section > .fi-section-content-ctn {
    background: linear-gradient(180deg, rgba(var(--bpmc-quotation-section-accent-rgb), 0.12), rgba(0, 0, 0, 0) 82px) !important;
}

@media (max-width: 640px) {
    html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header,
    html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-header {
        min-height: 52px;
        padding: 12px 14px 12px 56px !important;
    }

    html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header::before,
    html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-header::before {
        height: 30px;
        inset-inline-start: 16px;
        width: 30px;
    }

    html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header::after,
    html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-header::after {
        height: 18px;
        inset-inline-start: 22px;
        width: 18px;
    }

    html.fi .bpmc-quotation-highlight-section.fi-sc-section > .fi-section > .fi-section-header .fi-section-header-heading,
    html.fi .bpmc-quotation-highlight-section.fi-section > .fi-section-header .fi-section-header-heading {
        font-size: 1.05rem !important;
    }
}
