input:-internal-autofill-selected {
    background-color: transparent !important;
}
.example-field-2 {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.example-field-2 input {
    box-sizing: border-box;
    width: 100%;
    background: #E7E1DD;
    -webkit-appearance: none;
}
    
.example-field-2 input[type="text"] {
	position: absolute;
    z-index: 0;
}
    
.example-field-2 input[type="date"] {
	opacity: 0;
    position: relative;
    z-index: 1;
}
    
.example-field-2 input[type="date"]._is-visible {
	opacity: 1;
}
textarea {
    background-color: transparent;
    border-bottom: 1px solid #37473C;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
}