/* CSS Document */

.mini-search-chat {
  height: 50px;
  background: #1e1e2b;
  padding: 5px;
  display: block;
  width: 100%;
}

.mini-search-chat-field {
  border: 1px solid#2e2e42;
  border-radius: 5px;
  height: 35px;
  width: 100%;
  padding: 2px 23px 2px 30px;
  outline: 0;
  background-color: #2e2e42;
  color: aqua;
  font-weight: bold;
}

.clear-icon {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 12px;
  cursor: pointer;
  visibility: hidden;
}
