    
table {
    width: 100%;

}

.table thead th {
    background-color: #f8f9fa;
    color: #6c757d;
    font-weight: normal;
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
}


.table tbody td {
    padding: 16px;
    border: none;
    border-bottom: 1px solid #dee2e6;
    color: #333;
    font-size: 13px;
    vertical-align: middle;
}

/* Hover effect */



.filter-section {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.filter-button {
    padding: 8px 16px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: white;
    color: #666;
    font-size: 13px;
    cursor: pointer;
}

.filter-button:hover {
    background: #f8f9fa;
}

.lable-status {
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-color.success {
    width: 8px;
    height: 8px;
    background: #28a745;
    border-radius: 50%;
}

.status-name {
    font-size: 13px;
    color: #28a745;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate {
    margin-top: 0;
    padding-top: 0 !important;
}


.dataTables_wrapper .row:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    background-color: transparent !important;
    box-shadow: none !important;
}


.dataTables_length {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dataTables_length label {
    display: contents !important;
}

.dataTables_length select {
    appearance: none;
    -webkit-appearance: none;
    padding: 4px 20px 4px 8px;
    border: none;
    font-size: 14px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' d='M4.646 6.146a.5.5 0 0 1 .708 0L8 8.793l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") no-repeat right 2px center;
    min-width: 45px;
    cursor: pointer;
    border: 1px solid #fff !important;
}

.dataTables_length select:hover {
    border-color: #999;
}

.dataTables_length select:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.dataTables_info {
    font-size: 14px;
    color: #666;
    display: flex;
    padding-top: 0 !important ;
    align-items: center;
}

/* Style cho phân trang */
.dataTables_paginate {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dataTables_paginate .paginate_button.current {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: transparent !important;
    border: none !important;
    font-size: 14px;
     
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
    color: #666;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
}


.table a {
    color: #0d6efd;
    text-decoration: none;
}

.table a:hover {
    text-decoration: underline;
}


.export-button {
    padding: 8px 16px;
    background: #6366f1;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.export-button:hover {
    background: #4f46e5;
}

.dataTables_wrapper {
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate span {
    display: none !important;
}


.dataTables_wrapper .dataTables_paginate {
    gap: 12px;
}


.dataTables_wrapper .dataTables_paginate .previous,
.dataTables_wrapper .dataTables_paginate .next {
    color: #666 !important;
    font-size: 18px;
    padding: 4px;
    cursor: pointer;
}

.dataTables_scrollBody .table .table-bordered .dataTable.no-footer thead .table-header {
    display: none !important;
}


.btn-infomation {
    cursor: pointer;
    color: #0d6efd;
    text-align: center;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 4px;
}

.btn-infomation i {
    font-size: 20px;
    color: white;
}

.btn-infomation:hover,
.btn-infomation:hover i {
    background-color: white;
    color: var(--primary-color);

}


