﻿.custom-grid-view .export-button {
    background-color: #003a66;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.custom-grid-view .export-button:hover {
    background-color: #0056b3;
}

.custom-grid-view .grid-actions {
    text-align: right;
    margin-bottom: 10px;
}

.grid-table {
    width: 100%;
    border-collapse: collapse;
}

.grid-table th,
.grid-table td {
    padding: 8px;
    border: 1px solid #ccc;
    text-align: center;
}

.grid-table thead th, tfoot {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center;
}
