/* Generating Color Pack*/
.color-highlight {
  color: #7DB1B1 !important;
}

.bg-highlight {
  background-color: #7DB1B1 !important;
  color: #FFF !important;
}

.border-highlight {
  border-color: #7DB1B1 !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1) !important;
}

.gradient-menu {
  background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

/*Input Fields*/
.input-style .input-style-1-active {
  color: #A0CECB !important;
}

.input-style input:focus, .input-style textarea:focus, .input-style select:focus {
  border-color: #A0CECB;
}

/*Interest Page*/
.interest-check input:checked ~ label {
  background-color: #7DB1B1 !important;
}
