.webchat-link {
  margin: 0 !important;
}

.button {
  min-height: 20px;
  min-width: 20px;
  border-radius: 100%;
  background-color: #003C44;
  color: white;
  border: 4px solid #003C44;
  align-items: center;
}
.button:hover {
  cursor: pointer;
  background-color: #002C33;
  border: 4px solid #002C33;
}
.button .icon {
  margin: 10px 15px;
}
.button .icon i {
  color: white;
}

@media (max-width: 767px) {
  .button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}