.Zebra_ClearInput {
  position: absolute;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1px 7px 0;
  font-size: 16px;
  color: #666 !important;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none !important;
  background: #FFF;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 26px;
}
.Zebra_ClearInput:hover, .Zebra_ClearInput:focus {
  border-color: #dedede;
  box-shadow: 0 0 5px #dedede;
  background: #F0f0f0;
  color: #000 !important;
  opacity: 1;
  outline: 0 !important;
}