@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/VinLookup.razor.rz.scp.css */
.vin-result-card[b-o60y9qi1au] {
    cursor: pointer;
    transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.vin-result-card:hover[b-o60y9qi1au] {
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15) !important;
    transform: translateY(-3px);
    border-left-color: #0b5ed7 !important;
}

.vin-result-card:focus[b-o60y9qi1au] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.vin-spec-row:nth-child(even)[b-o60y9qi1au] {
    background-color: #fafbfc;
}

.vin-spec-row span:first-child[b-o60y9qi1au] {
    color: #212529 !important;
}

.vin-spec-row span:last-child[b-o60y9qi1au] {
    font-weight: 700 !important;
}

/* Colored left-border accents for each detail card */
.vin-card-blue[b-o60y9qi1au]   { border-left: 4px solid #0d6efd !important; }
.vin-card-green[b-o60y9qi1au]  { border-left: 4px solid #198754 !important; }
.vin-card-orange[b-o60y9qi1au] { border-left: 4px solid #fd7e14 !important; }
.vin-card-cyan[b-o60y9qi1au]   { border-left: 4px solid #0dcaf0 !important; }
.vin-card-purple[b-o60y9qi1au] { border-left: 4px solid #6f42c1 !important; }

/* Strip colored borders in print — same scope as above, so equal specificity; source order wins */
@media print {
    .vin-card-blue[b-o60y9qi1au],
    .vin-card-green[b-o60y9qi1au],
    .vin-card-orange[b-o60y9qi1au],
    .vin-card-cyan[b-o60y9qi1au],
    .vin-card-purple[b-o60y9qi1au] {
        border-left: none !important;
    }
}
/* /Shared/DateRangePicker.razor.rz.scp.css */
/* ── Wrapper ────────────────────────────────────────────────────────────── */
.drp-wrapper[b-2ao7yot8j4] {
    position: relative;
    display: inline-block;
}

/* ── Trigger button ─────────────────────────────────────────────────────── */
.drp-trigger[b-2ao7yot8j4] {
    white-space: nowrap;
    min-width: 180px;
    text-align: left;
}

/* ── Dropdown panel ─────────────────────────────────────────────────────── */
.drp-panel[b-2ao7yot8j4] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    display: flex;
    gap: 0;
    min-width: 480px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

/* ── Preset list ────────────────────────────────────────────────────────── */
.drp-presets[b-2ao7yot8j4] {
    display: flex;
    flex-direction: column;
    padding: 1rem .75rem;
    border-right: 1px solid #dee2e6;
    min-width: 130px;
    gap: .25rem;
}

.drp-preset-btn[b-2ao7yot8j4] {
    background: none;
    border: none;
    text-align: left;
    padding: .35rem .5rem;
    border-radius: .35rem;
    font-size: .875rem;
    cursor: pointer;
    color: #212529;
    transition: background .15s;
}

    .drp-preset-btn:hover[b-2ao7yot8j4] {
        background: #f0f4ff;
    }

    .drp-preset-btn.active[b-2ao7yot8j4] {
        background: #e7efff;
        font-weight: 600;
        color: #0d6efd;
    }

.drp-reset[b-2ao7yot8j4] {
    margin-top: auto;
    color: #0d6efd !important;
    font-weight: 500;
}

/* ── Calendar ───────────────────────────────────────────────────────────── */
.drp-calendar[b-2ao7yot8j4] {
    padding: 1rem;
    flex: 1;
}

.drp-month-nav[b-2ao7yot8j4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.drp-month-label[b-2ao7yot8j4] {
    font-weight: 600;
    font-size: .9rem;
}

/* ── Grid ───────────────────────────────────────────────────────────────── */
.drp-grid[b-2ao7yot8j4] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.drp-dow[b-2ao7yot8j4] {
    text-align: center;
    font-size: .75rem;
    color: #6c757d;
    padding-bottom: .4rem;
    font-weight: 500;
}

/* ── Day cells ──────────────────────────────────────────────────────────── */
.drp-day[b-2ao7yot8j4] {
    width: 100%;
    aspect-ratio: 1;
    border: none;
    background: none;
    border-radius: 50%;
    font-size: .82rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background .12s, color .12s;
}

    .drp-day:hover:not(:disabled):not(.drp-day-endpoint)[b-2ao7yot8j4] {
        background: #e9ecef;
    }

    .drp-day:disabled[b-2ao7yot8j4] {
        cursor: default;
    }

.drp-day-empty[b-2ao7yot8j4] {
    pointer-events: none;
}

/* In-range highlight — uses pseudo element behind the circle */
.drp-day-inrange[b-2ao7yot8j4] {
    background: #ddeaff !important;
    border-radius: 0;
    color: #1a3c6e;
}

/* Start/end caps */
.drp-day-endpoint[b-2ao7yot8j4] {
    background: #0d6efd !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-weight: 600;
    z-index: 2;
}

/* Bridge: fill gap between endpoint circle and in-range strip */
.drp-day-start[b-2ao7yot8j4] {
    border-radius: 50% 0 0 50%;
}

.drp-day-end[b-2ao7yot8j4] {
    border-radius: 0 50% 50% 0;
}

/* When start == end (single day), keep full circle */
.drp-day-start.drp-day-end[b-2ao7yot8j4] {
    border-radius: 50% !important;
}

/* Today marker */
.drp-day-today[b-2ao7yot8j4] {
    color: #0d6efd;
    font-weight: 600;
}

/* ── Month / Year picker grids ──────────────────────────────────────────── */
.drp-pick-grid[b-2ao7yot8j4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: .25rem 0;
}

.drp-pick-cell[b-2ao7yot8j4] {
    border: none;
    background: none;
    border-radius: .35rem;
    padding: .45rem .25rem;
    font-size: .85rem;
    cursor: pointer;
    text-align: center;
    transition: background .12s, color .12s;
}

    .drp-pick-cell:hover[b-2ao7yot8j4] {
        background: #e9ecef;
    }

    .drp-pick-cell.drp-pick-active[b-2ao7yot8j4] {
        background: #0d6efd;
        color: #fff;
        font-weight: 600;
    }

/* Make month label clickable */
.drp-month-label[b-2ao7yot8j4] {
    font-weight: 600;
    font-size: .9rem;
    color: #212529 !important;
    text-decoration: none !important;
}
/* /Shared/PaginatedTable.razor.rz.scp.css */
@media (max-width: 640px) {
    .pagination-controls[b-8xqpsdqe8g] {
        flex-direction: column;
    }

    .paging-buttons[b-8xqpsdqe8g] {
        width: 100%;
    }

    .search-controls[b-8xqpsdqe8g] {
        width: 100%;
    }
}
