.smooth-hide {
  transition: height 0.5s ease, opacity 0.5s ease;
}

.smooth-hide.hide {
  height: 0px !important;
}

.t-input__own-answer-wrapper span {
    opacity: 0.5;
}

.no-text {
    display: none;
}

.no-text.show-red-text {
    display: block !important;
}