.card-regulasi {
  /* File */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #fefefe;
  /* Neutral/Gray 20 */
  border: 1px solid #f3f3f3;
  /* Small Card */
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 1;
}

.card-regulasi > .col-1 {
  /* Label */
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 396px;
  height: 120px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}

.card-regulasi-button {
  /* Button */
  box-sizing: border-box;
  /* Auto layout */
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  line-height: 150%;
  background: #fefefe;
  color: #38ab3a;
  /* Neutral/Gray 40 */
  border: 2px solid #dadada;
  border-radius: 12px;
  /* Inside auto layout */
}

.card-regulasi1-button {
  /* Button */
  box-sizing: border-box;
  /* Auto layout */
  display: inline-block;
  padding: 10px;
  font-size: 10px;
  line-height: 150%;
  background: #fefefe;
  color: #38ab3a;
  /* Neutral/Gray 40 */
  border: 2px solid #dadada;
  border-radius: 12px;
  /* Inside auto layout */
}


.card-icon {
  /* Image */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: right;
  padding: 15px;
  gap: 8px;
  width: 80px;
  height: 80px;
  background: #f9f9f9;
  border: 0.666667px solid #f3f3f3;
  border-radius: 10.6667px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.regulasi-input-search {
  /* Search bar */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 14px;
  gap: 8px;
  width: 240px;
  height: 44px;
  background: #fefefe;
  border: 1px solid #f3f3f3;
  border-radius: 12px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

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