.tabel-design-6 .table-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 0 auto;
  max-width: 1400px;
}
.tabel-design-6 .table-container .img-avt {
  height: 30px;
  width: 30px;
}
.tabel-design-6 .table-header {
  padding: 20px;
  background: #f1f5ff;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.tabel-design-6 .table-header .table-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4361ee;
  margin: 0;
}
.tabel-design-6 .table-header .table-actions {
  display: flex;
  gap: 10px;
}
.tabel-design-6 .search-box {
  position: relative;
}
.tabel-design-6 .search-box input {
  padding-left: 40px;
  border-radius: 50px;
  border: 1px solid #dee2e6;
}
.tabel-design-6 .search-box i {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #6c757d;
}
.tabel-design-6 .btn-primary {
  background-color: #4361ee;
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
}
.tabel-design-6 .btn-primary:hover {
  background-color: #3f37c9;
}
.tabel-design-6 .btn-outline {
  color: #4361ee;
  border: 1px solid #4361ee;
  border-radius: 50px;
  padding: 8px 20px;
}
.tabel-design-6 .btn-outline:hover {
  background-color: #4361ee;
  color: white;
}
.tabel-design-6 .table-responsive {
  overflow-x: auto;
}
.tabel-design-6 .custom-table {
  width: 100%;
  margin-bottom: 0;
}
.tabel-design-6 .custom-table thead th {
  background-color: #f1f5ff;
  color: #4361ee;
  font-weight: 600;
  padding: 16px;
  border-top: none;
  border-bottom: 2px solid #dee2e6;
}
.tabel-design-6 .custom-table tbody td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}
.tabel-design-6 .custom-table tbody tr:last-child td {
  border-bottom: none;
}
.tabel-design-6 .custom-table tbody tr:hover {
  background-color: #f8f9ff;
}
.tabel-design-6 .checkbox-cell {
  width: 40px;
}
.tabel-design-6 .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #dee2e6;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
}
.tabel-design-6 .form-check-input:checked {
  background-color: #4361ee;
  border-color: #4361ee;
}
.tabel-design-6 .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.25);
}
.tabel-design-6 .status-badge {
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
}
.tabel-design-6 .status-badge.status-active {
  background-color: #e6f7ee;
  color: #00a85a;
}
.tabel-design-6 .status-badge.status-pending {
  background-color: #fff4e6;
  color: #f90;
}
.tabel-design-6 .status-badge.status-inactive {
  background-color: #f2f2f2;
  color: #666;
}
.tabel-design-6 .action-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  transition: all 0.2s;
}
.tabel-design-6 .action-btn:hover {
  background-color: #4361ee;
  color: white;
  transform: scale(1.1);
}
.tabel-design-6 .pagination-container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #dee2e6;
}
.tabel-design-6 .pagination-container .pagination-info {
  color: #6c757d;
  font-size: 0.9rem;
}
.tabel-design-6 .pagination .page-item .page-link {
  color: #4361ee;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
}
.tabel-design-6 .pagination .page-item.active .page-link {
  background-color: #4361ee;
  color: white;
}
.tabel-design-6 .pagination .page-item.active .page-link:hover {
  background-color: #4361ee !important;
}
.tabel-design-6 .pagination .page-item:hover .page-link {
  background-color: #f1f5ff;
}
@media (max-width: 768px) {
  .tabel-design-6 .table-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .tabel-design-6 .table-actions {
    width: 100%;
    flex-direction: column;
  }
  .tabel-design-6 .search-box {
    width: 100%;
  }
  .tabel-design-6 .btn-group {
    width: 100%;
    display: flex;
  }
  .tabel-design-6 .btn-group .btn {
    flex: 1;
  }
  .tabel-design-6 .pagination-container {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .tabel-design-6 body {
    padding: 10px;
  }
  .tabel-design-6 .table-title {
    font-size: 1.3rem;
  }
  .tabel-design-6 .custom-table thead th,
  .tabel-design-6 .custom-table tbody td {
    padding: 12px 10px;
  }
  .tabel-design-6 .status-badge {
    padding: 4px 8px;
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=tableDesign6.css.map */