.tabel-design-4 {
  /* Toggle switch */
  /* Responsive */
}
.tabel-design-4 .table-container {
  max-width: 1000px;
  padding: 15px;
  background: #e5f0ff;
  box-shadow: 9px 9px 16px #bebebe, -9px -9px 16px #ffffff;
  overflow-x: auto;
}
.tabel-design-4 .table-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}
.tabel-design-4 .table-container table th {
  background: #1f2937;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  border-radius: 12px 12px 0 0;
  text-align: left;
}
.tabel-design-4 .table-container table td {
  background: #ebf4ff;
  border-radius: 12px;
  padding: 10px 15px;
  box-shadow: inset 5px 5px 10px #bebebe, inset -5px -5px 10px #ffffff;
  vertical-align: middle;
}
.tabel-design-4 .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.tabel-design-4 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tabel-design-4 .switch input:checked + .slider {
  background-color: #35e05a !important;
}
.tabel-design-4 .switch input:checked + .slider:before {
  transform: translateX(24px);
}
.tabel-design-4 .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.4s;
}
.tabel-design-4 .switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .tabel-design-4 .table-container table th,
  .tabel-design-4 .table-container table td {
    padding: 12px;
    font-size: 14px;
  }
  .tabel-design-4 .table-container table td .actions button {
    margin-left: 5px;
  }
}
.tabel-design-4 .fa-trash-alt {
  color: #f14040;
}
.tabel-design-4 .fa-edit {
  color: #6666e1;
}
.tabel-design-4 .fa-eye {
  color: #35e05a;
}
.tabel-design-4 .actions button {
  border: none !important;
  background: none;
  margin-left: 10px;
  color: #6b7280;
  font-size: 1.1rem;
  transition: 0.3s;
}
.tabel-design-4 .actions button:hover {
  color: #3b82f6;
  transform: scale(1.1);
}/*# sourceMappingURL=tableDesign4.css.map */