.pt-4,
.py-4 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.table-container {
    max-width: 1200px;
    margin: auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.search-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.filter-input {
    width: 100%;
    padding: 12px 48px 12px 16px;
    border: 2px solid #ccc;
    border-radius: 30px;
    font-size: 16px;
}

.search-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
}

.table-scroll {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

thead {
    background: #34495e;
    color: #fff;
}

th,
td {
    padding: 16px 20px;
    text-align: left;
}

tbody tr:nth-child(even) {
    background-color: #f6f9fb;
}

tbody tr:hover {
    background-color: #dfe9f3;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    background-color: #3498db;
    color: white;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.download-btn:hover {
    background-color: #2980b9;
}

.download-btn i {
    margin-right: 8px;
}

.nav-document {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .ml-auto-byLee {
        margin-left: auto;
    }
}