.text-chill {

  color: #07c7fc!important;
}

.panel-chill {
  border-color: #07c7fc!important;
}
.panel-chill > .panel-heading {
  color: #fff;
  background-color: #07c7fc;
  border-color: #07c7fc;
}
.panel-chill> .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #07c7fc;
}
.panel-chill > .panel-heading .badge {
  color: #07c7fc;
  background-color: #fff;
}
.panel-chill > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #07c7fc;
}

.btn-chill { 
  /*color: #E179E0 !important;*/ 
  color: #fff !important; 
  background-color: #07c7fc; 
  border-color: #07c7fc; 
} 

.btn-chill:hover, 
.btn-chill:focus, 
.btn-chill:active, 
.btn-chill.active, 
.open .dropdown-toggle.btn-chill { 
  color: #ffffff; 
  background-color: #07c7fc; 
  border-color: #000; 
} 
 


 .bg-chill {
  color: #fff;
  background-color: #07c7fc;

}