:root {
  --primary: #050505;
  --bg: #fff;
}
* {
  margin: 10;
  padding: 10;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--bg);
  color: #050505;
}

.loader {
  width: 100px;
  position: absolute;
  top: 110px;
  left: 250px;
  z-index: -1;
  display: none;
}

@media print {
  .logout,
  .aksi,
  .tambah,
  .form-cari,
  .cetak {
    display: none;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 12px;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
  border: 1px solid black;
}

th {
  font-weight: bold;
  position: sticky;
  top: 0;
  background-color: rgb(123, 122, 125);
  text-align: center;
}

thead {
  background-color: #2506a0;
}

tbody tr:nth-of-type(even) {
  background-color: #f8f9fa;
}

.form-cari {
  border: 1px solid black;
  margin-right: 1050px;
  
}

.tambah {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1rem;
  color: #fff;
  background-color: #b6895b;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

/* Media Queries */

/* Laptop */
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}

/* Tablet */
@media (max-width: 758px) {
  html {
    font-size: 62.5%;
  }
}

/* Mobile Phone */
@media (max-width: 350px) {
  html {
    font-size: 55%;
  }
}

a {
  font-size: 16px; /* ubah angka ini sesuai dengan ukuran huruf yang diinginkan */
}
