input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), textarea, select {
    border: 1px solid rgb(255 255 255 / 30%) !important;
}

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus, textarea:focus {
    border-color: #fff !important;
}

input.eapps-google-maps-bar-search-input::placeholder {
    color: #ffffff80 !important;
    font-weight: 300;
}

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), textarea, select{color:#fff;}

.eapps-google-maps-bar-search-buttons-search svg, .eapps-google-maps-bar-search-buttons-clear svg{fill:#fff!important;}
.eapps-google-maps-bar-search-location svg{fill:#028b55!important;}