  .disabled{
        pointer-events: none;
    opacity: 0.5;
  }
  .badge-light {
      background-color: #f8f9fa;
      color: #212529;
      border: 1px solid #ccc;
  }

  .filter-section {
      margin-bottom: 15px;
  }

  /* Màu sắc cho trạng thái vụ án */
  .status-investigating {
      background-color: #17a2b8;
      color: white;
  }

  /* Đang điều tra - Xanh info */
  .status-suspended {
      background-color: #ffc107;
      color: #212529;
  }

  /* Tạm đình chỉ - Vàng warning */
  .status-completed {
      background-color: #28a745;
      color: white;
  }

  /* Kết thúc điều tra - Xanh success */
  .status-transferred {
      background-color: #6f42c1;
      color: white;
  }

  /* Đã chuyển VKS - Tím */
  .status-closed {
      background-color: #6c757d;
      color: white;
  }

  .select2-container.select2-container--default .select2-selection--single,
  .select2-container.select2-container--default .select2-selection--multiple
  {
    min-height: 40px;
  }

  /* Đình chỉ - Xám secondary */

  /* Custom Pagination Styling */
  .pagination,
  .pagination-custom {
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding: 0;
  }

  .pagination .page-item {
      margin: 0 2px;
  }

  .pagination .page-link {
      color: #495057;
      background-color: #fff;
      border: 1px solid #dee2e6;
      padding: 0.5rem 0.75rem;
      border-radius: 0.25rem;
      font-size: 0.875rem;
      line-height: 1.25;
      transition: all 0.2s ease-in-out;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      height: 38px;
  }

  .pagination .page-link:hover {
      color: #007bff;
      background-color: #e9ecef;
      border-color: #dee2e6;
      transform: translateY(-1px);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .pagination .page-item.active .page-link {
      background-color: #007bff;
      border-color: #007bff;
      color: white;
      box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
      font-weight: 600;
  }

  .pagination .page-item.disabled .page-link {
      color: #6c757d;
      background-color: #fff;
      border-color: #dee2e6;
      opacity: 0.5;
      cursor: not-allowed;
  }

  .pagination .page-item.disabled .page-link:hover {
      transform: none;
      box-shadow: none;
      background-color: #fff;
  }

  /* Previous/Next buttons styling */
  .pagination .page-link[rel="prev"],
  .pagination .page-link[rel="next"],
  .pagination-custom .page-link[rel="prev"],
  .pagination-custom .page-link[rel="next"] {
      font-weight: 600;
      padding: 0.5rem 1rem;
      background-color: #f8f9fa;
      border-color: #dee2e6;
      display: flex;
      align-items: center;
      gap: 0.5rem;
  }

  .pagination .page-link[rel="prev"]:hover,
  .pagination .page-link[rel="next"]:hover,
  .pagination-custom .page-link[rel="prev"]:hover,
  .pagination-custom .page-link[rel="next"]:hover {
      background-color: #007bff;
      color: white;
      border-color: #007bff;
  }

  /* Icon styling */
  .pagination .page-link i,
  .pagination-custom .page-link i {
      font-size: 0.75rem;
  }

  /* Pagination container styling */
  .pagination-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 1rem;
      padding: 1rem 0;
      border-top: 1px solid #dee2e6;
      background-color: #f8f9fa;
      border-radius: 0 0 0.375rem 0.375rem;
  }

  /* Page info styling */
  .pagination-info {
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 0.875rem;
      color: #6c757d;
  }

  .pagination-info .badge {
      font-size: 0.75rem;
      padding: 0.25rem 0.5rem;
      background-color: #007bff;
      color: white;
  }

  /* Per page selector styling */
  .per-page-selector {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.875rem;
      color: #6c757d;
  }

  .per-page-selector select {
      padding: 0.25rem 0.5rem;
      border: 1px solid #dee2e6;
      border-radius: 0.25rem;
      font-size: 0.875rem;
      background-color: white;
  }

  /* Responsive pagination */
  @media (max-width: 768px) {
      .pagination-wrapper {
          flex-direction: column;
          gap: 1rem;
          text-align: center;
      }

      .pagination {
          justify-content: center;
          flex-wrap: wrap;
      }

      .pagination .page-link {
          padding: 0.375rem 0.5rem;
          font-size: 0.875rem;
          min-width: 35px;
          height: 35px;
      }

      .pagination-info {
          justify-content: center;
      }

      .per-page-selector {
          justify-content: center;
      }
  }

  /* Mobile specific - hide some page numbers */
  @media (max-width: 576px) {
      .pagination .page-item:not(.active):not(:first-child):not(:last-child):not([rel="prev"]):not([rel="next"]) {
          display: none;
      }
  }

  /* Dots styling */
  .pagination .page-item .page-link[aria-label="..."] {
      cursor: default;
      background-color: transparent;
      border: none;
      color: #6c757d;
  }

  .dataTables_info {
      font-size: 0.875rem;
      color: #6c757d;
      padding-top: 8px;
      font-weight: 500;
  }

  .per-page-selector {
      font-size: 0.875rem;
  }

  .per-page-selector select {
      border-radius: 0.25rem;
      border-color: #dee2e6;
      padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  }

  .per-page-selector label {
      font-weight: 500;
      color: #495057;
  }

  /* Card footer styling */
  .card-footer {
      background-color: #f8f9fa;
      border-top: 1px solid #dee2e6;
      padding: 1rem 1.25rem;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .pagination {
          flex-wrap: wrap;
      }

      .pagination .page-link {
          padding: 0.375rem 0.5rem;
          min-width: 35px;
          height: 35px;
          font-size: 0.8rem;
      }

      .dataTables_info {
          text-align: center;
          margin-bottom: 10px;
      }

      .per-page-selector {
          text-align: center;
          margin-bottom: 10px;
      }

      .dataTables_paginate {
          text-align: center !important;
      }
  }

  /* Animation for page transitions */
  .page-link {
      position: relative;
      overflow: hidden;
  }

  .page-link::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s;
  }

  .page-link:hover::before {
      left: 100%;
  }

  @media(max-width: 767px) {
      table {
          display: block;
          overflow: auto;
      }
  }