.logo-topbar {
  width: 1.5rem;
  margin-right: 0.5rem;
}

.video-container {
  height: 80vh;
}

.video-wrapper {
  height: 100%;
  width: 100%;
  border: 1px solid red;
}

.jumlah-layanan {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer-link {
  text-decoration: none;
  color: aliceblue;
}

@media screen and (max-width: 600px) {
  .topbar-small {
    display: flex !important;
    justify-content: space-between !important;
  }

  .uraian-wrapper {
    margin-top: 1rem;
  }

  details {
    margin-top: 1rem;
  }
}

#informasi {
  margin-top: 8rem;
}

#permohonan,
#daftar_permohonan {
  margin-top: 8rem;
}

.card-header {
  background-color: rgba(82, 1, 1, 0.9);
  color: #fff;
}

.level2 {
  font-size: 1.5rem;
}
.uraian-wrapper {
  display: flex;
  justify-content: space-between;
  height: 3rem;
  display: flex;
  align-items: center;
}
.uraian {
  margin-left: 2rem;

  /* word-wrap: break-word;*/
}

/* .link {
  position: absolute;
  right: 0;
  color: black;
} */

details > summary {
  list-style-type: none;
}
details > summary::before {
  content: "˃";
}

details[open] > summary::before {
  content: "˅";
}

details {
  border: 1px rgba(0, 0, 0, 0.336) solid;
  border-radius: 10px;
  margin-top: 0.5rem;
  padding: 0.5rem;
}

hr:not([size]) {
  height: 0.2rem;
  color: rgb(0, 0, 0);
}

.video-title-wrapper {
  /* border: 1px solid black; */
  background-color: rgba(252, 246, 246, 0.945);
  height: 4rem;
  padding: 0.5rem;
  overflow: hidden;
  border-radius: 5px;
}

.video-title-wrapper p {
  font-size: 1rem;
}

.serta-merta-container {
  height: 80vh;
}

.profil {
  margin-top: 8rem;
}

small.invalid-validation {
  color: rgb(255, 0, 0);
  font-size: 0.8rem;
  font-style: italic;
}

.dataTables_length {
  margin-bottom: 1rem;
}
