.tabel-design-5 .table-container {
  padding: 20px;
  background: #ebedf0;
  box-shadow: 9px 9px 16px #bebebe, -9px -9px 16px #ffffff;
  overflow-x: auto;
}
.tabel-design-5 .table-container table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .tabel-design-5 .table-container table {
    width: auto;
  }
}
.tabel-design-5 .table-container table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}
.tabel-design-5 .table-container table th,
.tabel-design-5 .table-container table td {
  padding: 0.625em;
  text-align: center;
  min-width: 200px;
}
.tabel-design-5 .table-container table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .tabel-design-5 .table-container table {
    border: 0;
  }
  .tabel-design-5 .table-container table caption {
    font-size: 1.3em;
  }
  .tabel-design-5 .table-container table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .tabel-design-5 .table-container table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .tabel-design-5 .table-container table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .tabel-design-5 .table-container table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .tabel-design-5 .table-container table td:last-child {
    border-bottom: 0;
  }
}
.tabel-design-5 .fa-trash-alt {
  color: #f14040;
}
.tabel-design-5 .fa-edit {
  color: #6666e1;
}
.tabel-design-5 .fa-eye {
  color: #35e05a;
}
.tabel-design-5 .actions button {
  border: none !important;
  background: none;
  margin-left: 10px;
  color: #6b7280;
  font-size: 1.1rem;
  transition: 0.3s;
}
.tabel-design-5 .actions button:hover {
  color: #3b82f6;
  transform: scale(1.1);
}/*# sourceMappingURL=tableDesign5.css.map */