#content {
    background: #f8fafc;
    padding: 60px 0 90px;
}
.widget-plan {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(13, 27, 62, 0.06);
    border: 1px solid rgba(13, 27, 62, 0.04);
    padding: 40px;
}
.widget__title {
    color: #0d1b3e;
    font-weight: 800;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 25px;
}
.widget__title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #00a6a6;
    margin: 10px auto 0;
    border-radius: 2px;
}
.archive-table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    width: 100% !important;
    border: none !important;
}
.archive-table thead th {
    background-color: #0d1b3e !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 16px 20px !important;
    border: none !important;
}
.archive-table thead th:first-child {
    border-radius: 8px 0 0 8px;
}
.archive-table thead th:last-child {
    border-radius: 0 8px 8px 0;
}
.archive-table tbody tr {
    background-color: #ffffff !important;
    filter: drop-shadow(0px 4px 8px rgba(13, 27, 62, 0.05));
    border-radius: 8px;
    transition: all 0.25s ease;
}
.archive-table tbody tr:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0px 8px 16px rgba(13, 27, 62, 0.12));
    background-color: rgba(0, 166, 166, 0.01) !important;
}
.archive-table tbody td {
    padding: 16px 20px !important;
    border: none !important;
    vertical-align: middle !important;
    font-size: 0.95rem;
    color: #4b5563;
}
.archive-table tbody td:first-child {
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    color: #0d1b3e;
}
.archive-table tbody td:last-child {
    border-radius: 0 8px 8px 0;
}
/* Customizing DataTables elements to look modern */
.dt-search input {
    border: 1px solid rgba(13, 27, 62, 0.15) !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    outline: none !important;
    transition: all 0.3s;
    font-size: 0.9rem;
    background: #fafafa !important;
}
.dt-search input:focus {
    border-color: #00a6a6 !important;
    box-shadow: 0 0 0 3px rgba(0, 166, 166, 0.15) !important;
    background: #fff !important;
}
.dt-length select {
    border: 1px solid rgba(13, 27, 62, 0.15) !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    outline: none !important;
    background: #fff !important;
    font-size: 0.9rem;
}
.dt-paging .dt-paging-button {
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    transition: all 0.2s;
    padding: 6px 12px !important;
}
.dt-paging .dt-paging-button.current {
    background: #0d1b3e !important;
    color: #fff !important;
    border-color: #0d1b3e !important;
}
.dt-paging .dt-paging-button:hover:not(.current) {
    background: rgba(0, 166, 166, 0.1) !important;
    color: #00a6a6 !important;
    border-color: transparent !important;
}
