.inputEnum { /* stylelint-disable */
  // margin-top: 1.8rem;
  margin-top: -.3rem;


  .button.active{
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);

    &:first-of-type{
      box-shadow: inset -1px 1px 3px rgba(0,0,0,0.1);
    }

    &:last-of-type{
      box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
    }
  }

}

.enumLabel {
  margin-bottom: 0.4rem;
  font-weight: 500;
}

.button {
  height: 3.4rem;
  margin-top: .6rem;
  margin-bottom: 2.8rem;
  padding: 0 1.5rem 0.5rem 1.5rem;

  line-height: 3.2rem;
  border: 1px solid #E3E9F3;
  color: #333740;
  background-color: white;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  &:hover {
    z-index: 0 !important;
  }
}

.active {
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(315deg, #bc2a8d 0%, #8a3ab9 100%);
  font-family: Lato!important;
  font-weight: 800;
  color: white !important;
}
