
/* CSS Untuk Halaman Login */
.buttonLogin {
  padding: 10px 22px;
  border: 1px solid white;
  background: #4fb24d;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  margin-top: 5%;
  cursor: pointer;
  border-radius: 10px;
}

.buttonLogin:hover {
  opacity: 0.8;
}
.buttonLogin:focus{
  border: 3px solid #555;
}

.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

.frame2 {
  width: 90%;
  margin: 40px auto;
  text-align: left;
}

.custom-btn {
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  border: 2px solid #50D5D5;
  font-family: 'Lato', sans-serif;
  margin-top: -20px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.btn-6 {
  background: #0094dc;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #0094dc;
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-6:hover{
  color: #0094dc;
  background: transparent;
}
.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  background: #0094dc;
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:hover:before {
  width: 100%;
}
.btn-6 span:hover:after {
  width: 100%;
}

.custom-btn2 {
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  border: 2px solid #50D5D5;
  font-family: 'Lato', sans-serif;
  margin-top: -20px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.btn-7 {
  background: #0094dc;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #0094dc;
}
.btn-7:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-7:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-7:hover{
  color: #0094dc;
  background: transparent;
}
.btn-7:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-7:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  background: #0094dc;
}
.btn-7 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-7 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-7 span:hover:before {
  width: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}


.container1 {
  height: 250px;
  width: 27%;
  margin-top: 50px;
  border-radius: 15px;
  position: relative;
  border: 1px solid #e9ecef;
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 13px #888888;
}

.textProcess {
  font-family: 'Ubuntu', sans-serif;
  padding : 0px 0px 0px 10%;
}

.backgroundnya {
  background: url('../images/bglogin.png');
  background-attachment: fixed;
}

.textAtas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 10%;
  font-family: 'Ubuntu', sans-serif;
  color: #555a5f;
}

.textBoxLogin {
  width: 80%;
  padding : 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-color: gray;
  border-radius: 8px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  font-family: 'Ubuntu', sans-serif;
}

.textPPDB {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
  font-size: 25px;
  color: #555a5f;
  font-family: 'Ubuntu', sans-serif;
}

/* CSS Untuk Halaman Register */

.textBoxRegister {
  width: 80%;
  padding : 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  flex-wrap: wrap;

  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1%;
  font-family: 'Ubuntu', sans-serif;
}

.containerRegister {
  height: 400px;
  width: 30%;
  margin-top: 2%;
  border-radius: 5px;
  position: relative;
  border: 1px solid #e9ecef;
  background-color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 13px #888888;
  flex: auto;
}

.textAtasRegister {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 7%;
  font-family: 'Ubuntu', sans-serif;
  color: #555a5f;
}

.buttonRegister {
  padding: 10px 36px;
  border: 1px solid white;
  background: #3490dc;
  color: white;
  font-size: 16px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-top: 5%;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}

.buttonRegister:hover {
  opacity: 0.8;
}
.buttonRegister:focus{
  border: 1 px solid #ADD8E6;
}

/* Page Home [ Setelah Login ] */

.headernya {
  width : 100%;
  height : 70px;
  flex-direction: row;
  background: #50D5D5;
  color: white;
  font-size: 16px;
}

.content {
  padding:20px;
}

body {
  font-family: Arial;
  margin: 0;
}

.logo {
    display: block;
    padding: 5px 50px;
    width:60px;
    height: 60px;
}

.tulisDashboard {
  color: white;
  font-size: 20px;
  padding : 2px;
  font-family: 'Ubuntu', sans-serif;
}

.dropbtn {
    align-items: flex-end;
    background-color: #50D5D5;
    color: white;
    padding: 16px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    padding: 22px 1px 2px;
    margin-left: : 200px;
    font-family: 'Ubuntu', sans-serif;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #50D5D5;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

.buttonTambah {
  padding: 10px 36px;
  border: 1px solid white;
  background: #50D5D5;
  color: white;
  font-size: 16px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  margin-top: 5%;
  cursor: pointer;
}

.buttonTambah:hover {
  opacity: 0.8;
}
.buttonTambah:focus{
  border: 1px solid #555;
}

.footernya {
    width: 100%;
    line-height: 25px;
    background: white;
    color: gray;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
}

.a {
  color: #50D5D5;
  text-decoration: none;
  background-color: transparent;
}

.a:hover {
  color: #3490dc;
  transition: 1s;
}

.a::after {
  transition: 1s;
}

.textIT {
  position: absolute;
  left: auto;
  right: 0;
  margin-right: 40px;
  font-family: 'Ubuntu', sans-serif;
}

.a1 {
  color: white;
  text-decoration: none;
  background-color: transparent;
}

.a1:hover {
  color: white;
  transition: 1s;
}

.a1::after {
  transition: 1s;
}

.tambahnya {
  display: block;
  padding: 5px 50px;
  margin-left: auto;
  margin-right: auto;
  width: 261px;
  height: 48px;
  margin-top: 50px;
}

.tambahnya:hover {
  transition: 1s;
}

/* Halaman Step 1 */

.kotakBase {
  width: 90%;
  height: 570px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 20px;
}

.kotakBase1 {
  width: 90%;
  height: 1050px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 20px;
}

.kotakBase2 {
  width: 90%;
  height: 900px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 20px;
}

.kotakBase {
  width: 90%;
  height: 570px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 20px;
}

.kotakHeader {
  width: 70px;
  height: 20px;
  background-color: #50D5D5;
  border-radius: 20px;
}

.siswaIconIjo {
  width: 45px;
  height: 45px;
  padding: 20px 1px 1px 50px;
  margin-right: auto;
}

.textHeadBox {
  font-family: 'Ubuntu', sans-serif;
  color: gray;
  text-align: center;
}

.siswaBaruIcon {
  width: 183px;
  height: 183px;
}

.unitIcon {
  width: 143px;
  height: 143px;
}

.tulisanTextBox {
  font-size: 16px;
  color : gray;
  text-align:left;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
}

.textBoxStep4 {
  margin-top: -150px;
  width : 30%;
  height : 40px;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
}

.tombolBawah {
  position: absolute;
    top:0;
    right:0

}


.tulisanDalamTabel {
  font-size: 16px;
  color : gray;
  text-align:left;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
}

.tulisanDalamTabel1 {
  font-size: 20px;
  color : black;
  font-weight: bold;
  text-align:left;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
}

.buttonKembali {
  display: inline-block;
  border-radius: 4px;
  background-color: red;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding : 10px;
  width: 70%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: 'Ubuntu', sans-serif;
}

.buttonKembali span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonKembali span:after {
  content: '\ 00AB';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.5s;
}

.buttonKembali:hover span {
  padding-left: 20px;
}

.buttonKembali:hover span:after {
  opacity: 1;
  left: 0;
}

.buttonSelanjutnya {
  display: inline-block;
  border-radius: 4px;
  background-color: #4CAF50;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding : 10px;
  width: 60%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: 'Ubuntu', sans-serif;
}

.buttonSelanjutnya span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonSelanjutnya span:after {
  content: '\ 00AB';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonSelanjutnya:hover span {
  padding-right: 25px;
}

.buttonSelanjutnya:hover span:after {
  opacity: 1;
  left: 0;
}

.buttonSelanjutnya2 {
  display: inline-block;
  border-radius: 4px;
  background-color: #4CAF50;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding : 10px;
  width: 30%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: 'Ubuntu', sans-serif;
}

.buttonSelanjutnya2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonSelanjutnya2 span:after {
  content: '\ 00AB';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonSelanjutnya2:hover span {
  padding-right: 25px;
}

.buttonSelanjutnya2:hover span:after {
  opacity: 1;
  left: 0;
}

.buttonSelanjutnya3 {
  display: inline-block;
  border-radius: 4px;
  background-color: red;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding : 10px;
  width: 30%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: 'Ubuntu', sans-serif;
}

.buttonSelanjutnya3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonSelanjutnya3 span:after {
  content: '\ 00AB';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonSelanjutnya3:hover span {
  padding-right: 25px;
}

.buttonSelanjutnya3:hover span:after {
  opacity: 1;
  left: 0;
}




::placeholder {
  color: #bfbdbb;
  opacity: 1
}

.buttonLogout {
  width: 100%;
  height : 40px;
  font-family: 'Ubuntu', sans-serif;
  color : gray;
  font-size: 18px;
  padding-top: 13px;
  background-color: #f9f9f9;
  border : none;
  cursor: pointer;
}

.tableSiswa {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  width: 95%;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
}

#toggle{
    position: absolute;
    top: 59%;
    right: 55px;
    transform: translateY(-100%);
    width: 30px;
    height: 30px;
    background: url('../images/show.png');
    background-size: cover;
    cursor: pointer;
}
#toggle.hide{
    background: url('../images/hide.png');
    background-size: cover;
}

#toggle1{
    position: absolute;
    top: 73%;
    right: 55px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url('../images/show.png');
    background-size: cover;
    cursor: pointer;
}
#toggle1.hide{
    background: url('../images/hide.png');
    background-size: cover;
}
