/* Option 3: DataTables styles - Orange (#FF9800) */
#tableContainer-option3 {
    overflow-x: auto;
    position: relative;
}

#tableContainer-option3 .dataTables_scroll {
    overflow-x: auto;
}

#tableContainer-option3 .dataTables_scrollHead {
    overflow-x: auto;
    overflow-y: hidden;
}

#tableContainer-option3 .dataTables_scrollHead table {
    margin-bottom: 0 !important;
}

#tableContainer-option3 .dataTables_scrollBody {
    overflow-x: auto;
    overflow-y: auto;
}

#tableContainer-option3 .dataTables_scrollHeadInner {
    width: 100% !important;
}

#tableContainer-option3 .dataTables_scrollHeadInner table {
    width: 100% !important;
}

#tableContainer-option3 table {
    width: 100% !important;
}

#tableContainer-option3 .dataTables_wrapper {
    font-size: 13px;
}

#tableContainer-option3 thead th {
    background-color: #FF9800 !important;
    color: white !important;
    font-weight: 600;
    padding: 12px 8px;
    border-right: 1px solid rgba(255,255,255,0.2);
    position: sticky;
    top: 0;
    z-index: 10;
}

#tableContainer-option3 thead th.filters-row {
    background-color: #F57C00 !important;
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 10;
}

#tableContainer-option3 tbody tr {
    border-bottom: 1px solid #eee;
}

#tableContainer-option3 tbody tr:hover {
    background-color: #FFF3E0 !important;
}

#tableContainer-option3 tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

#tableContainer-option3 tbody tr:nth-child(even):hover {
    background-color: #FFF3E0 !important;
}

#tableContainer-option3 td {
    padding: 10px 8px;
    border-right: 1px solid #eee;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tableContainer-option3 .dataTables_filter {
    margin-bottom: 15px;
}

#tableContainer-option3 .dataTables_filter input {
    border: 2px solid #FF9800;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
}

#tableContainer-option3 .dataTables_length {
    margin-bottom: 15px;
}

#tableContainer-option3 .dataTables_length select {
    border: 2px solid #FF9800;
    border-radius: 4px;
    padding: 6px;
    font-size: 14px;
}

#tableContainer-option3 .dataTables_paginate {
    margin-top: 15px;
}

#tableContainer-option3 .dataTables_paginate .paginate_button {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    margin: 0 2px;
    cursor: pointer;
}

#tableContainer-option3 .dataTables_paginate .paginate_button:hover {
    background: #FF9800 !important;
    color: white !important;
    border-color: #FF9800;
}

#tableContainer-option3 .dataTables_paginate .paginate_button.current {
    background: #FF9800 !important;
    color: white !important;
    border-color: #FF9800;
}

#tableContainer-option3 .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

