/*Change cillapsible field background colow and fore colow when it is active. */
.cf7sg-collapsible .ui-state-active{
  background: #007fff;
  color: #fff;
}   