<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.search-boxs {
  padding: 15px;
  background: #546e7a;
  position: relative;
}
.search-boxs input[type="text"] {
  font-size: 14px;
  width: 100%;
  height: 30px;
  letter-spacing: 1px;
  padding: 0 50px 0 15px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px 0 #263238;
  -webkit-box-shadow: 0 0 4px 0 #263238;
  box-shadow: 0 0 4px 0 #263238;
}
.search-boxs button[type="submit"] {
  color: #757575;
  font-size: 16px;
  width: 40px;
  height: 30px;
  border: none;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  background: #e0e0e0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.search-boxs .off-left{
  position: absolute;
  left: -9999em;
}</pre></body></html>