/* _content/Quirco.Taraskul.Crs.Web/Components/BookingSteps/DataVerification/DataVerificationStep.razor.rz.scp.css */
.progress-list[b-75des5sfcs] {
    padding: 0 2rem;
}

.verification-step-card[b-75des5sfcs] {
    display: flex;
    align-items: flex-start;
    padding: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
}

.verification-step-card:hover[b-75des5sfcs] {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.verification-step-card-icon[b-75des5sfcs] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    font-size: 20px;
}

.verification-step-card-content[b-75des5sfcs]{
    overflow: hidden;
}

.status-label[b-75des5sfcs] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-warning[b-75des5sfcs] {
    background-color: #fff7ed;
    color: #ea580c;
}

.status-error[b-75des5sfcs] {
    background-color: #fcebeb;
    color: var(--bs-danger);
}

.status-pending[b-75des5sfcs] {
    background: #edf4ff;
    color: var(--bs-primary);
}

.status-skipped[b-75des5sfcs] {
    background: #edf4ff;
    color: var(--bs-secondary);
}

.status-complete[b-75des5sfcs] {
    background: #f0fdf4;
    color: var(--bs-success);
}

.step-vertical-icon i[b-75des5sfcs]{
    font-size: 40px;
}

.step-vertical-content[b-75des5sfcs] {
    padding-top: 0.5rem;
}
