/* line 1, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object {
  margin-bottom: 10px;
  background-color: white;
  margin-right: -15px;
  margin-left: -15px;
}
/* line 7, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object .send-comment-button {
  border-radius: 0;
}
/* line 11, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object .comment-counter-finished {
  padding: 10px 15px;
}
/* line 15, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object .oval-row {
  padding: 0 15px;
  font-size: 14px;
  color: #94769A;
}
/* line 20, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object .oval-row .oval {
  height: 60px;
  width: 60px;
  background-color: rgba(148, 118, 154, 0.1);
  border-radius: 50%;
}
/* line 26, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object .oval-row .oval svg {
  width: 20px;
  height: 20px;
}
/* line 30, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object .oval-row .oval svg path {
  fill: #94769A;
}
/* line 38, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object .info-row .what-then {
  font-size: 14px;
  color: #cccccc;
}
/* line 43, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
#comments-js-object .info-row .prepare-results {
  font-size: 18px;
}

/* line 50, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
button .fa-angle-down {
  transition: transform .2s linear;
}
/* line 55, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
button.rotate .fa-angle-down {
  transform: rotate(180deg);
}

/* line 61, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
.fade-enter-active, .fade-leave-active {
  transition: opacity .2s;
}

/* line 65, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* line 69, /usr/share/nginx/e-consultation/app/assets/stylesheets/consultations/comments.scss */
.show-results {
  color: #94769A;
  border-bottom: 1px solid #94769A;
  cursor: pointer;
}
