﻿.report-container {
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.clinic-logo {
    width: 80px;
    height: auto;
}

.clinic-details {
    flex-grow: 1;
    text-align: center;
}

    .clinic-details h2 {
        margin: 0;
    }

    .clinic-details p {
        margin: 2px 0;
        font-size: 14px;
        color: #000;
        text-align: center;
    }

.timestamp {
    text-align: right;
    font-size: 14px;
    color: #000;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

th, td {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
}

th {
    background: #f0f0f0;
}

footer {
    border-top: 1px solid #000;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #555;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #000;
}

footer p {
    color: #000
}
