.card-prosedur {
  /* Lampiran - Image */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 8px;
  width: auto;
  background: #fefefe;
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.card-prosedur-cms {
  /* Lampiran - Image */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 8px;
  width: auto;
  background: #fefefe;
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.card-prosedur-text {
  font-family: "Nacelle";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 135%;
  color: #694f24;
}

.nice-select {
  width: 100%;
  margin-bottom: 0.5 rem;
}

.form-group {
  margin-bottom: 0;
}

.btn-kirim {
  /* Button */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  gap: 8px;
  background: #fefefe;
  border: 2px solid #38ab3a;
  /* button */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), inset 0px 1px 4px rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  /* Inside auto layout */
  flex: none;
  order: 2;
  flex-grow: 0;
}

/*# sourceMappingURL=prosedur.css.map */
