.content .main-content .tabular-wrapper {
  /* border: 1px solid red; */
  height: 100%;
  position: relative;
}

.content .main-content .tabular-wrapper .table-container {
  width: 100%;
  margin-bottom: 50px;
}

.content .main-content .tabular-wrapper .table-container table {
  width: 100%;
  border-collapse: collapse;
}

.content .main-content .tabular-wrapper .table-container thead {
  background: var(--base-color);
  color: #fff;
}

.content .main-content .tabular-wrapper .table-container th {
  padding: 8px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}

.content .main-content .tabular-wrapper .table-container tbody {
  background: #f2f2f2;
}

.content .main-content .tabular-wrapper .table-container tr:nth-child(even) {
  background: #fff;
}

.content .main-content .tabular-wrapper .table-container tbody tr:hover {
  background: #e1f1ba;
}

.content .main-content .tabular-wrapper .table-container td {
  padding: 10px;
  font-size: 13px;
  color: #333;
}

.content .main-content .tabular-wrapper .table-container td.aksi {
  display: flex;
  text-align: center;
  gap: 20px;
}

.content .main-content .tabular-wrapper .table-container td.aksi a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  font-size: 10px;
  transition: all 0.3s;
}

.content .main-content .tabular-wrapper .table-container td.aksi a:hover {
  transform: scale(1.2);
}

.content .main-content .tabular-wrapper .table-container td.aksi a.aksi-edit {
  background: var(--valid-color);
}

.content
  .main-content
  .tabular-wrapper
  .table-container
  td.aksi
  a.aksi-edit:hover {
  background: #62a3f8;
}

.content .main-content .tabular-wrapper .table-container td.aksi a.aksi-hapus {
  background: var(--invalid-color);
}

.content
  .main-content
  .tabular-wrapper
  .table-container
  td.aksi
  a.aksi-hapus:hover {
  background: #f75d60;
}

.content .main-content .tabular-wrapper .table-container td.aksi a span {
  font-size: 0.8rem;
  font-weight: normal;
}

/* .content .main-content .tabular-wrapper .table-container td.tulisan-angka {
  text-align: right;
  width: 100px;
  padding-right: 25px;
} */

.content .main-content .tabular-wrapper .table-footer {
  /* background: rgba(113, 99, 186, 255); */
  display: flex;
  justify-content: space-between;
}

.content .main-content .tabular-wrapper .table-footer .table-pages .halaman {
  display: flex;
  align-items: center;
}

.content .main-content .tabular-wrapper .table-footer .table-pages .halaman a {
  color: #333;
  background: #ebe9e9;
  text-decoration: none;
  font-size: 14px;
  padding: 5px;
  width: 2rem;
  text-align: center;
  transition: all 0.3s;
}

.content .main-content .tabular-wrapper .table-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.content
  .main-content
  .tabular-wrapper
  .table-footer
  .table-pages
  .halaman
  a.hal-aktif {
  color: var(--base-color);
  font-weight: bold;
  font-size: 16px;
}

.content .main-content .tabular-wrapper .table-footer .table-pages a:hover {
  background: #e1f1ba;
  cursor: pointer;
  font-weight: bold;
}

.content .main-content .tabular-wrapper .table-footer .tambah-item a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--valid-color);
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.content .main-content .tabular-wrapper .table-footer .tambah-item a:hover {
  transform: translateY(-6px) scale(1.1);
  background: #5794e4;
}

/* KASIR============================================================== */

.content .main-content .tabular-wrapper .invoice-barang {
  display: flex;
  justify-content: space-between;
}

.content .main-content .tabular-wrapper .invoice-barang .barang a,
.content .main-content .modal .modal-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.content .main-content .tabular-wrapper .invoice-barang .barang a:hover,
.content .main-content .modal .modal-body a:hover {
  transform: scale(1.2);
}

.content .main-content .tabular-wrapper .invoice-barang .barang a.aksi-edit,
.content .main-content .modal .modal-body a {
  background: var(--valid-color);
}

.content .main-content .tabular-wrapper .chart {
  min-height: 80px;
}

.content .main-content .tabular-wrapper .tabeltemp-container {
  width: 100%;
  margin-bottom: 0;
}
