/*
OLD COLOR: #4a7f8a;
NEW COLOR: #00929f;
 */
.btn-opacity-ais {
  color: white;
  background-color: #00929f;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}

.btn-opacity-ais:hover {
  color: #00929f;
  background-color: white;
  border: 2px solid #00929f;
}

.btn-opacity-ais-light {
  color: #00929f;
  background-color: #bbd6dc;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}

.btn-opacity-ais-light:hover {
  color: #00929f;
  background-color: white;
  border: 2px solid #bbd6dc;
}


.btn-opacity-ais-red {
  color: white;
  background-color: #a33939;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}

.btn-opacity-ais-red:hover {
  color: #a33939;
  background-color: white;
  border: 2px solid #a33939;
}

.btn-opacity-ais-red-light {
  color: #a33939;
  background-color: #bbd6dc;
  border: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}

.btn-opacity-ais-red-light:hover {
  color: #a33939;
  background-color: white;
  border: 2px solid #bbd6dc;
}

