.background-brand-primary-dark {
  background-color: #00768F !important;
}

.form-card-item {
  background-color: #009cbd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.card-body {
  padding: 1.5rem;
}

/*# sourceMappingURL=ds_style.css.map */
