.bg-tripA {
  background-color: #e5f7ee;
}

.text-tripA {
  color: #3cc47c;
}

.alert-tripA {
  color: #fff;
  background-color: #3cc47c;
  border-color: #e5f7ee;
}

.btn-tripA {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(60, 164, 196, 1) 0%, rgba(60, 196, 124, 1) 100%);
  border-image: linear-gradient(90deg, rgba(60, 164, 196, 1) 0%, rgba(60, 196, 124, 1) 100%);
  box-shadow: none;
}

.badge-tripA {
  color: #fff;
  background-color: #3cc47c;
}

.icheck-tripA>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-tripA>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
  border-color: #3cc47c;
}

.icheck-tripA>input:first-child:checked+label::before,
.icheck-tripA>input:first-child:checked+input[type="hidden"]+label::before {
  background-color: #3cc47c;
  border-color: #3cc47c;
}