.dataTables_wrapper {
  min-height: 500px;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  color: grey;
}

html body {
  background-color: #eeeeee;
}

body {
  padding: 10%;
  /* background-image: url('../../images/gambar.jpg');
	background-repeat: no-repeat;
	background-size: cover; */
}

#gambar {
  padding: 2% 5% 2%;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(bottom, #DDEEFA, #A8CCED);
  /* background-image: url('../../images/GEDUNG-SMP2.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  border-style: solid;
  border-color: #0087C0;
  border-width: 1px;
}

#gambar1 {
  padding: 3%;
  margin-bottom: 10px;
  background-image: url("../../images/PPDB ht banner 2024-2025.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

#warnabg {
  background-color:#0087C0; 
  color:white;
}

#warnatl {
  color: #0087C0;
}