.vfrc-chat--session-time,
.vfrc-chat--status {
  display: none;
}

.vfrc-timestamp {
  color: transparent;
}

.vfrc-chat-input textarea {
  background-image: none;
}
.vfrc-chat-input textarea::-moz-placeholder {
  color: transparent;
}
.vfrc-chat-input textarea::placeholder {
  color: transparent;
}

.vfrc-prompt button.vfrc-button--primary,
footer button.vfrc-button--primary {
  position: relative;
  color: transparent !important;
}
.vfrc-prompt button.vfrc-button--primary::after,
footer button.vfrc-button--primary::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  color: #ffffff;
}
.vfrc-prompt button.vfrc-button--primary[label=Annuleren]::after,
footer button.vfrc-button--primary[label=Annuleren]::after {
  color: rgba(0, 0, 0, 0.9);
}

.vfrc-chat-input textarea:-moz-placeholder-shown {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='250px'><text x='15' y='25' fill='silver' font-family='verdana' font-size='15'>Bericht...</text></svg>");
  background-repeat: no-repeat;
}

.vfrc-chat-input textarea:placeholder-shown {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='250px'><text x='15' y='25' fill='silver' font-family='verdana' font-size='15'>Bericht...</text></svg>");
  background-repeat: no-repeat;
}

.vfrc-prompt button.vfrc-button--primary::after,
footer button.vfrc-button--primary::after {
  content: "Een nieuw gesprek starten";
}
.vfrc-prompt button.vfrc-button--primary[label="Gesprek beëindigen"]::after,
footer button.vfrc-button--primary[label="Gesprek beëindigen"]::after {
  content: "Gesprek beëindigen";
}
.vfrc-prompt button.vfrc-button--primary[label=Annuleren]::after,
footer button.vfrc-button--primary[label=Annuleren]::after {
  content: "Annuleren";
  color: rgba(0, 0, 0, 0.9);
}
