html {
  overflow-y: scroll;
}


.banner {
  background: url(../aset/gambar/bg-web-activelearning-header.webp) no-repeat
    center center;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 25%;
  height: 80vh;
  color: white;
}

.banner-artikel {
  background: url(../aset/gambar/bg-web-activelearning-header.webp) no-repeat
    center center;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 25%;
  height: 80vh;
  color: white;
}

.divlayanan {
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.divlayanan:hover {
  border-color: white;
  border-radius: 15px;
}

.gbrtentang {
  width: 55%;
  padding-left: 10%;
  padding-right: 10%;
}

.artikeljudul {
  font-size: 21px;
  font-style: oblique;
}

.artikeljudul a {
  text-decoration: none;
  color: black;
}

.artikeljudul a:hover {
  text-decoration: underline;
}

.artikeltgl {
  font-size: 12px;
  color: #686868;
  font-style: italic;
}

.artikeltema {
  font-size: 14px;
  color: #686868;
}

.isiartikeltitik {
  text-overflow: ellipsis;
}

.isitruncate {
  width: 1000px;
}

.isitruncate p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
}

.divartikel {
  border-radius: 10px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.divartikel:hover {
  background-color: #c4dfe6;
}

.divjudul {
  border-radius: 30px;
  box-shadow: 0 12px 20px rgba(95, 95, 95, 0.075);

  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
}
.divjudul a {
  text-decoration: none;
  color: black;
}

.divjudul a:hover {
  text-decoration: underline;
}

.no-copy {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.inputc {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}



.tombolbaca {
  background-color: #013c64;
  text-decoration: none;
  color: white;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tombolbaca:hover {
  color: white;
  text-decoration: none;
  background-color: #0093af;
  transform: translateY(-5px);
  box-shadow: rgb(5, 53, 121) 0px 30px 20px -20px;
}

.tombolfoot {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: white;
  padding: 0 10px;
  margin: 0;
}

.tombolfoot:hover {
  color: white;
  border-bottom: 5px solid #add8e6;
  font-weight: bold;
}

.gambar_artikel {
  width: 40%;
}

.badge_artikel {
  position: relative;
  display: inline-block;
}

.badge_posisi {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cf3244;
  padding: 5px;
  padding-left: 10px;
  padding-right: 15px;
  color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
}

.fakaya {
  font-family: "Akaya Telivigala", sans-serif;
  font-size: 20px;
}

.fsegoe {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: inherit;
}

.gambarmasalah {
  border-radius: 30px;
  display: block;
  margin: auto;
  max-width: 250px;
}

#gambaralasan {
  margin: auto;
  height: 100px;
}
.animated_fade {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.animated_fade.show {
  opacity: 1;
  transform: translateY(0);
}

.colhp {
  margin-left: 7%;
  margin-right: 7%;
  padding: 4%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .colhp {
    padding: 5px;
    margin: 0;
  }

  .tabelhp {
    font-size: 8pt;
  }
}

.viewgagal {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  color: white;
  background-color: #001c46;
  height: 100vh;
}

.hidden {
  display: none;
}

.toggle-btn {
  cursor: pointer;
  text-decoration: underline;
}

.rotate {
  transition: transform 0.3s ease;
}

.rotate.rotate-180 {
  transform: rotate(90deg);
}

.libr {
  text-decoration: none;
  color: grey;
}
.libr a {
  text-decoration: none;
  color: #012861;
}
.libr a:hover {
  text-decoration: underline;
}

.bayangan {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.radius10 {
  border-radius: 10px;
}
.headklik {
  background: linear-gradient(135deg, #667eea 0%, #013c64 100%);
  color: white;
  height: 80vh;
}
.note {
  font-size: small;
  color: grey;
}


