.table-container {
    background-color: #020c1b;
    padding: 1rem;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 10px;
    box-shadow: 0 0 0px rgba(102, 252, 241, 0.05);
    flex: 1;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid #3e3e3e;
    border-radius: 6px;
    overflow: hidden;
}

table thead {
    background-color: #020c1b;
}

table td {
    font-size: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #333;
    color: #ffffff;
}

table tbody tr:last-child td {
    border-bottom: 3px solid #3e3e3e;
}

table thead th {
    border-bottom: 3px solid #3e3e3e !important;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: none;
    padding: 0.75rem;
    color: #ffffff;
    font-size: 0.8rem;
}

table th {
    font-size: 0.8rem;
    padding: 0.75rem;
    border: 1px solid #333;
    color: #ffffff;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background-color: #1e2a38;
    color: #fff;
    border: 1px solid #333;
}

table tbody tr:nth-child(odd) {
    background-color: #1b2533;
}

table tbody tr:nth-child(even) {
    background-color: #020c1b;
}

table tbody tr:hover {
    background-color: #3a4c6a;
}

.timestamp-style {
    color: #0ae45e;
    font-style: italic;
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    font-weight: bold;
    float: right;
}

table th select {
    margin-top: 0.5rem;
    padding: 0.35rem 0.5rem;
    border-radius: 5px;
    background-color: #1e2a38;
    color: #ffffff;
    border: 1px solid #444;
    font-size: 0.75rem;
    outline: none;
    cursor: pointer;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
}

table th select:hover,
table th select:focus {
    border-color: #0ae45e;
}

table th {
    vertical-align: top;
}

.dataTables_filter {
    display: none !important;
}

.two-rows-alternate {
    border: 3px solid #3e3e3e;
    border-radius: 6px;
    overflow: hidden;
}

.two-rows-alternate tbody tr:nth-child(4n-3),
.two-rows-alternate tbody tr:nth-child(4n-2) {
    background-color: #1b2533;
}

.two-rows-alternate tbody tr:nth-child(4n-1),
.two-rows-alternate tbody tr:nth-child(4n) {
    background-color: #020c1b;
}

.two-rows-alternate tbody tr:hover {
    background-color: #3a4c6a;
}

.two-rows-alternate td {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.two-rows-alternate tbody tr:nth-child(even) td {
    border-bottom: 3px solid #3e3e3e;
}

.two-rows-alternate tbody tr:first-child td {
    border-top: 2px solid #3e3e3e;
}

.four-rows-alternate {
    border: 3px solid #3e3e3e;
    border-radius: 6px;
    overflow: hidden;
}

.four-rows-alternate tbody tr:nth-child(8n-7),
.four-rows-alternate tbody tr:nth-child(8n-6),
.four-rows-alternate tbody tr:nth-child(8n-5),
.four-rows-alternate tbody tr:nth-child(8n-4) {
    background-color: #1b2533;
}

.four-rows-alternate tbody tr:nth-child(8n-3),
.four-rows-alternate tbody tr:nth-child(8n-2),
.four-rows-alternate tbody tr:nth-child(8n-1),
.four-rows-alternate tbody tr:nth-child(8n) {
    background-color: #020c1b;
}

.four-rows-alternate tbody tr:hover {
    background-color: #3a4c6a;
}

.four-rows-alternate td {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.four-rows-alternate tbody tr:nth-child(4n) td {
    border-bottom: 3px solid #3e3e3e;
}

.four-rows-alternate tbody tr:first-child td {
    border-top: 2px solid #3e3e3e;
}