.form-section {
  padding-top: 2rem;
  position: relative;
}

label.required:after {
  content: " *";
  color: #e12c2c;
}

.section-links {
  a {
    color: #595959;

    i {
      display: none;
    }
  }

  a:hover {
    color: #191919 !important;

    i {
      display: inline;
    }
  }
}

.vich-image {
  background: $light;
  img {
    max-height: 240px;
  }
}

.autocomplete-menu {
  mark {
    background: #d1e7f8;
  }
}