.grunion-field-label.name {
  color: #ffffff;
}

.grunion-field-label.email {
  color: #ffffff;
}

.grunion-field-label.textarea {
  color: #ffffff;
}

.grunion-field-label.url {
  color: #ffffff;
}

.checkout-columns > div:nth-of-type(1) {
  background-color: #ffffff;
}

.checkout-columns > div:nth-of-type(2) {
  background-color: #ffffff;
}

.woocommerce-error {
  color: #ff0000;
  /* Change  text color */
  border-color: #ff0000;
  /* Change border color */
}

.woocommerce-message {
  color: #00ff0c;
  /* Change  text color */
  border-color: #00ff0c;
  /* Change border color */
}

.tooltip {
  position: relative;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#nf-form-1-cont.nf-form-cont {
  color: #ffffff;
  background-color: #9e9e9e;
}