.report-container {
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.report-title {
    font-size: 24px;
    font-weight: bold;.report-container {
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.report-title {
    font-size: 24px;
    font-weight: bold;
}

.report-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.date-range-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.report-table-container {
    overflow-x: auto;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.report-table th,
.report-table td {
    padding: 8px 12px;
    text-align: right;
    border: 1px solid #ddd;
}

.report-table td:first-child {
    text-align: left;
    font-weight: normal;
}

.section-header {
    background-color: #333;
    color: white;
    font-weight: bold;
}

.activity-type-header {
    background-color: #f0f0f0;
    font-weight: bold;
}

.section-header td,
.activity-type-header td {
    text-align: left !important;
}

button {
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

input[type="month"] {
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
}

.report-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.date-range-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.report-table-container {
    overflow-x: auto;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.report-table th,
.report-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.report-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.report-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.report-table tr:hover {
    background-color: #f0f0f0;
}

button {
    padding: 8px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

input[type="month"] {
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
}