table > thead > tr > th{
	background-color: #80ACA1 !important;
	color: white;
}

.table-hover > tbody > tr:hover > * {
  --falcon-table-accent-bg: #2C7563;
  color: white;
}

a {

  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

.link-success {

}

.link-success:hover, .link-success:focus {
  color: white;
}

.btn{
  background-color: #80ACA1;
  border-color: #80ACA1;
}

.btn:hover{
  background-color: #2C7563;
  border-color: #2C7563;
}

.text-success {
  color: #80ACA1 !important;
}

.bg-success {
  background-color: #2C7563 !important;
}

.bg-soft-success, .fc-timegrid .event-bg-soft-success {
  background-color: #80ACA1 !important;
  color: white;
}

div.col-6:nth-child(2) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1), div.col-6:nth-child(2) > div:nth-child(1) > p:nth-child(2) > a:nth-child(2){
  color: #2C7563;
}