
.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
  }
  


a:hover, a:visited, a:link, a:active {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


#clearButton {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #ff4c4c;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  z-index: 1;
}

#clearButton:hover {
  background-color: #ff0000;
}
