﻿.confirmation-container {
    text-align: center;
    padding: 3rem 1rem;
    background-color: #f0f4f8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .confirmation-container h2 {
        color: #28a745; /* Bootstrap success green */
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .confirmation-container p.lead {
        font-size: 1.25rem;
        color: #555;
        margin-bottom: 2rem;
    }

.card {
    border: none;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #007bff;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-body {
    padding: 1.5rem;
}

.table th {
    width: 50%;
    text-align: left;
    color: #333;
}

.table td {
    text-align: right;
    font-weight: 500;
    color: #444;
}
