body {
  overflow-x: hidden;
}

p {
  color: #314158;
}

.main-banner {
  padding: 125px 0 75px;
}

label.required::after {
  content: " *";
  color: #dc3545;
  font-weight: bold;
}

.content-naskah img[style] {
  max-width: 100% !important;
  height: auto !important;
}

.content-naskah img {
  max-width: 100%;
  max-height: 600px;
  object-fit: contain;
  height: auto;
  display: block;
}

.content-naskah figure {
  max-width: 100%;
}

.content-naskah iframe,
.content-naskah video {
  max-width: 100%;
}

.ql-editor img {
  max-width: 100%;
  height: auto;
}

.ts-wrapper + select,
select.ts-hidden-accessible {
  display: none !important;
}

.avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1 / 1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dee2e6;
}

.avatar-lg {
  width: 180px;
  height: 240px;
  flex-shrink: 0;
}

.avatar-lg img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 3 / 4;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #dee2e6;
}
