@media only screen and (max-width:460px) {
  .ttl-jurusan {
    font-size: 12px !important
  }
}

@media only screen and (min-width:460px) {}

.mrl-cs {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.nama-j {
  margin-top: 9px
}

.border-custom {
  border-bottom: 3px solid #dee2e6 !important;
  padding-top: 10px;
  padding-bottom: 10px
}

.ttl-jurusan {
  font-size: 20px !important
}

.pendaftar {
  margin-bottom: 0;
  margin-top: 5px
}

.form-group {
  margin-bottom: 20px
}

.preview {
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px
}

.preview img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px
}

.hidden {
  display: none
}

.fade-out {
  transition: opacity .5s ease-in-out;
  opacity: 0
}

.fade-in {
  transition: opacity .5s ease-in-out;
  opacity: 1
}

.hover-mask {
  position: relative
}

.hover-mask:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  transition: opacity .3s
}