[aria-expanded="false"] .fa-chevron-circle-up,
[aria-expanded="true"] .fa-chevron-circle-down {
    display: none;
}
[aria-expanded="false"] .fa-angle-down,
[aria-expanded="true"] .fa-angle-right {
  display: none;
}

#activeSurvey,
#compiledSurvey {
  border-color: rgba(189, 187, 187, 0.827) !important;
  box-shadow: 5px 5px 8px 3px rgba(161, 161, 161, 0.252);
}

#activeSurvey > .card-header,
#compiledSurvey > .card-header {
  background-color: rgba(80, 121, 160, 0.341);
  border-bottom: 2px solid #04264c;
}

#tableSurvey > thead {
  background-color: rgba(126, 172, 214, 0.721);
}

.textCenter {
  text-align: center !important;
}
