.zendesk-close-button {
  position: fixed;
  bottom: 73px;
  z-index: 999999;
  background-color: #ed3037;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex
;
  align-items: center;
  justify-content: center;
  transition: all 0.3sease;
  left: 77px;
}

.zendesk-close-button:hover {
  background-color: #c5252b;
  transform: scale(1.1);
}

.zendesk-close-button:focus {
  outline: none;
}

.zendesk-close-button.hidden {
  display: none;
}

#launcher.hidden {
  display: none !important;
}
