.tfs-collapsible-content-wrapper {
  -webkit-backface-visibility: hidden;
}

.group-appear,
.group-enter {
  opacity: 0.01;
  max-height: 0px;
  overflow: hidden;
}

.group-appear.group-appear-active,
.group-enter.group-enter-active {
  transition: opacity 0.3s ease-in, max-height 0.3s ease-in;
  opacity: 1;
  max-height: 500px;
}

.group-leave {
  opacity: 1;
  max-height: 500px;
  overflow: hidden;
}

.group-leave.group-leave-active {
  transition: opacity 0.3s ease-out, max-height 0.3s ease-out;
  opacity: 0.01;
  max-height: 0px;
}

.work-item-form-group .invalid .tfs-collapsible-text:after {
  font-family: "Bowtie";
  font-size: 14px;
  speak: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA02";
  font-weight: normal;
  font-style: normal;
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
  margin-left: 5px;
  font-size: inherit;
}
