
input[type=search] { -webkit-appearance: none; }
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

input[type="search"] {
    -webkit-appearance: searchfield !important; /* WAJIB untuk iOS */
    appearance: searchfield !important;
 
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
 
    width: 100%;
    color: #ffffff;
 
    /* optional, if needed */
    padding: 4px 0;
}