@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
    font-family: "Poppins", sans-serif;
}

.font-roboto {
    font-family: "Roboto", sans-serif !important;
}

.text-title {
    color: #062767;
}

#heading {
    min-height: 80vh;
}

nav button#toggle-nav-menu {
    z-index: 9999 !important;
}

.menu ul {
    transition: left 0.5s ease-in-out;
}

.bg-visi::after {
    content: "";
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/bg-visi.png");
    background-size: 40%;
    background-repeat: repeat;
    background-position: 85% 30px;
    background-attachment: fixed;
}

input.datatable-input {
    width: 100% !important;
    min-width: 50px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    color: #5c5c5c !important;
    font-size: 14px;
}

.datatable-top {
    display: flex !important;
    justify-content: end !important;
}

.datatable-top select.datatable-selector {
    width: 60px !important;
    border: 1px solid #e8e8e8 !important;
    color: #8a8a8a !important;
    font-size: 14px;
}

#pagination-table thead tr th,
#pagination-table-5 thead tr th,
#pagination-table-100 thead tr th {
    height: 50px !important;
    background: white !important;
    font-size: 14px !important;
}

#pagination-table tbody tr td,
#pagination-table-5 tbody tr td,
#pagination-table-100 tbody tr td {
    font-size: 14px !important;
    color: #494949 !important;
    border: 1px 0 0 1px solid rgb(232, 232, 232) !important;
}

#pagination-table tbody tr:nth-child(odd),
#pagination-table-5 tbody tr:nth-child(odd),
#pagination-table-100 tbody tr:nth-child(odd) {
    background-color: #ebedf3;
    /* Warna latar belakang untuk baris ganjil */
}

#pagination-table tbody tr:nth-child(even),
#pagination-table-5 tbody tr:nth-child(even),
#pagination-table-100 tbody tr:nth-child(even) {
    background-color: #ffffff;
    /* Warna latar belakang untuk baris genap */
}

/* #main-header {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  background-color: #111;
  color: white;
  padding: 1rem;
  z-index: 10;
  transition: transform 0.4s ease-in-out; 
  transform: translateY(0%); 
}

#main-header.header-hidden {
  transform: translateY(-100%); 
}

.page-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f0f0;
  font-size: 2rem;
}

.page-section:nth-child(even) {
  background-color: #ddd;
} */

@media (max-width: 768px) {
    .menu ul.inactive {
        left: -999px;
    }

    .menu ul.active {
        left: 0;
    }
}
