<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sForm {
  margin: 0 0 10px 0;
  width: 260px;
  height: 30px;
}
#sForm .container-1{
  width: 260px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
#sForm .container-1 input#search{
  width: 220px;
  height: 30px;
  border: none;
  font-size: 13px;
  float: left;
  color: #eee;
  padding: 0 35px 0 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  -ms-transition: background .25s ease;
  -o-transition: background .25s ease;
  transition: background .25s ease;
}
#sForm .container-1 .icon{
  position: absolute;
  right:5px;
  top:4px;
  z-index: 1;
  color: #014488;
  font-size:20px;
}
#sForm .container-1 .icon:hover{
  cursor:pointer;
}
#sForm .container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: #014488;
}</pre></body></html>