<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.textInput{
	font-size: 2vh;
	font-family: "Poppins-Regular";
	font-weight: normal;
	-webkit-appearance: none !important;
    border: 0 !important;
	outline: none;
	text-align: center;
	color: rgb(4, 70, 187);
	background: transparent;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(4, 70, 187);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(4, 70, 187);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(4, 70, 187);
}</pre></body></html>