/* replace title text above the box */
.en.ticketForm #cc .FormElement__formLabelvertical{
  font-size: 0;
  line-height: normal;
}
.en.ticketForm #cc .FormElement__formLabelvertical::before{
  font-size: 1rem;
  content: "Secondary Contact Emails";
  line-height: 2.5rem;
  vertical-align: middle;
}
.en.ticketForm #cc .FormElement__alertTooltip{
  top: 2px;
}
/* replace hover text inside the box */
.en.ticketForm #cc input[data-id="cc_input"]::placeholder {
  color: transparent;
}
.en.ticketForm #cc input[data-id="cc_input"]::-webkit-input-placeholder { color: transparent; }
.en.ticketForm #cc input[data-id="cc_input"]::-moz-placeholder { color: transparent; opacity: 1; }
.en.ticketForm #cc input[data-id="cc_input"]:-ms-input-placeholder { color: transparent; }
.en.ticketForm #cc .Input__positionRel {
  position: relative;
}
.en.ticketForm #cc .Input__positionRel::before {
  content: "Add additional emails to be CC'd on this ticket";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 0.9rem;
  pointer-events: none;
  white-space: nowrap;
}
.en.ticketForm #cc .Input__positionRel:focus-within::before {
  display: none;
}
