@import '_content/Flora.UI/Flora.UI.qpb3c1zdm2.bundle.scp.css';

/* /Pages/Fleet/FleetPage.razor.rz.scp.css */
.fleet-expense-toolbar[b-50vhirtadl] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

/* Keep the legacy native inputs out of the layout while the Flora range picker owns the dates. */
.fleet-expense-toolbar > div:first-child[b-50vhirtadl] {
    display: none;
}

.fleet-expense-toolbar__search[b-50vhirtadl] {
    flex: 1 1 220px;
    min-width: 180px;
}

.fleet-expense-toolbar > .flora-btn[b-50vhirtadl] {
    flex: 0 0 auto;
    margin-left: auto;
}

@media (max-width: 720px) {
    .fleet-expense-toolbar > .flora-date-range[b-50vhirtadl] {
        flex: 1 1 260px;
    }

    .fleet-expense-toolbar__search[b-50vhirtadl] {
        flex: 1 1 100%;
        order: 3;
    }

    .fleet-expense-toolbar > .flora-btn[b-50vhirtadl] {
        margin-left: 0;
    }
}
/* /Pages/Loads/Index.razor.rz.scp.css */
.loads-summary[b-f23i4m38k5] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    justify-content: center;
    align-content: center;
}

.loads-summary-heading[b-f23i4m38k5] {
    display: flex;
    min-width: 50px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding-right: 9px;
    border-right: 1px solid var(--flora-border, #d8dee9);
}

.loads-summary-kicker[b-f23i4m38k5] {
    color: var(--flora-text-hi, #172033);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.loads-summary-count[b-f23i4m38k5] {
    color: var(--flora-text-dim, #748096);
    font-size: 9px;
}

.loads-summary-metrics[b-f23i4m38k5] {
    display: flex;
    
    gap: 50px;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
}

.loads-summary-metric[b-f23i4m38k5] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1px;
}

    .loads-summary-metric span[b-f23i4m38k5] {
        overflow: hidden;
        color: var(--flora-text-dim, #748096);
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .035em;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .loads-summary-metric strong[b-f23i4m38k5] {
        overflow: hidden;
        color: var(--flora-text, #334155);
        font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
        font-size: 13px;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.loads-summary-metric-emphasis strong[b-f23i4m38k5] {
    color: var(--flora-text-hi, #172033);
}

.loads-docs-cell[b-f23i4m38k5] { white-space: nowrap; }
.load-doc-icon[b-f23i4m38k5] {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    border: 1px solid currentColor;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .12s, background .12s;
}
.load-doc-icon:hover[b-f23i4m38k5] { transform: translateY(-1px); background: currentColor; color: #fff; }
.load-doc-icon-bol[b-f23i4m38k5] { color: #2563eb; }
.load-doc-icon-pod[b-f23i4m38k5] { color: #16a34a; }
.load-doc-icon-ratecon[b-f23i4m38k5] { color: #7c3aed; }
.load-doc-icon-other[b-f23i4m38k5] { color: var(--flora-text-dim, #748096); }

@media (max-width: 1100px) {
    .loads-summary-heading[b-f23i4m38k5] { display: none; }
    .loads-summary-metrics[b-f23i4m38k5] { gap: 7px; }
}

@media (max-width: 700px) {
    .loads-summary-metrics[b-f23i4m38k5] {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 7px 12px;
    }

    .loads-summary-metric[b-f23i4m38k5] { flex: 0 1 auto; }
}
/* /Pages/Loads/LoadNewPage.razor.rz.scp.css */
.load-doc-upload[b-qz3tx8u98w] {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.load-doc-dropzone[b-qz3tx8u98w] {
    position: relative;
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    border: 1px dashed var(--flora-border, #d8dee9);
    border-radius: 9px;
    color: var(--flora-text-dim, #748096);
    font-size: 11px;
    transition: border-color .15s, background .15s;
}

.load-doc-dropzone:hover[b-qz3tx8u98w] {
    border-color: var(--flora-accent, #f97316);
    background: color-mix(in srgb, var(--flora-accent, #f97316) 5%, transparent);
}

.load-doc-dropzone input[b-qz3tx8u98w] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.load-doc-pending[b-qz3tx8u98w] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.load-doc-pending-item[b-qz3tx8u98w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 6px;
    background: var(--flora-surface-2, #f7f9fc);
    color: var(--flora-text-dim, #748096);
    font-size: 11px;
}

.load-doc-pending-item span[b-qz3tx8u98w] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.load-doc-pending-item b[b-qz3tx8u98w] { color: var(--flora-text-hi, #172033); }
.load-doc-remove[b-qz3tx8u98w] {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: var(--flora-text-dim, #748096);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}
.load-doc-remove:hover[b-qz3tx8u98w] { color: var(--flora-danger, #ef4444); }
/* /Pages/Statistics/OrgStatsPage.razor.rz.scp.css */
.org-stats-grid[b-8y3vk5lfr3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.org-stats-tile[b-8y3vk5lfr3] {
    border: 1px solid var(--flora-border);
    border-radius: 8px;
    padding: 8px 10px;
    background: var(--flora-surface-2);
}

.org-stats-tile__title[b-8y3vk5lfr3] {
    font-size: 11px;
    font-weight: 600;
    color: var(--flora-text-hi);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
