*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navbar */
nav{
  font-family: 'Poppins', sans-serif;
}

.navbar-brand img{
  width: 50px;
}

.nav-item a{
  color: #65069F;
}

.nav-item a:hover{
  color: #65069F;
}

.navbar-nav .active{
  border-bottom: 2px solid #65069F;
  color: #65069F !important;
}

.nav-item .dropdown-toggle{
  color: #65069F !important;
}

/* tombol */
.main-tombol{
  display: flex;
  margin-top : 5rem;
  justify-content: center;
  gap: 25px;
}

.main-tombol-2{
  display: flex;
  justify-content: center;
  gap: 15px;
}

.main-tombol button{
  width: 150px;
  height: 30px;
  background-color: #FFF;
  color: #65069F;
  border: 3px solid #65069F;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}

.main-tombol-2 button{
  width: 150px;
  height: 30px;
  background-color: #FFF;
  color: #65069F;
  border: 3px solid #65069F;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}

table{
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

td{
  color: #65069F;
}

.form-select{
  font-family: 'Poppins', sans-serif;
  border: 1px solid #9c9c9c;
}

.form-select:focus {
  border-color: #65069F;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 3, 219, 0.694);
}

/* pagination */
.main-pagi{
  display: flex;
  justify-content: center;
}

/* footer */
footer{
  background-color: #65069F;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  margin-top: 40px;
}

.img-footer{
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 40px;
}

.txt-footer p{
  font-size: 17px;
}

.txt-footer h4{
  font-size: 16px;
}

.img-footer img{
  width: 40px;
}


@media (min-width: 360px) and (max-width: 768px) {
  table{
    font-size: 8px;
  }
  .page-item a{
    font-size: 9px;
  }
  .txt-footer p{
    font-size: 15px;
  }
  .txt-footer h4{
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-tombol button{
    font-size: 13px;
    border: 2px solid #65069F;
  }
  .main-tombol-2 button{
    font-size: 13px;
    border: 2px solid #65069F;
  }
  table{
    font-size: 13px;
  }
  .page-item a{
    font-size: 13px;
  }
}
@media (min-width: 1200px) {}