.freshdesk-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120000;
}
.freshdesk-buttons button {
  vertical-align: bottom;
  height: 47px;
  padding: 2px 14px 2px 14px;
  background-color: #00aff0;
  border: 0px solid white;
  cursor: pointer;
  color: white;
  text-align: center;
  font-family: 'Lato', sans-serif;
  border-radius: 18px 18px 18px 0;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  /* Push the loading spinner up slightly so it spins around the center */

}
.freshdesk-buttons button img {
  height: 21px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.freshdesk-buttons button i {
  margin-bottom: 2px;
  padding-bottom: 0px;
}
.freshdesk-buttons button span {
  margin-left: 4px;
}
.freshdesk-buttons button:hover {
  transition-duration: 0.4s;
  background-color: #00aff0;
  box-shadow: 4px 4px 0px 0px #0055a5;
  margin-bottom: 5px;
}
.freshdesk-buttons button:active {
  transition-duration: 0.1s;
  background-color: #0055a5;
  box-shadow: 0px 0px 0px #00aff0;
  margin-bottom: 0px;
}
#fc_frame {
  bottom: 60px !important;
}
/* The following fixes an issue where clicking the freshchat widget momentarily causes a scrollbar to appear */

#fc_frame,
#fc_frame.fc-widget-small {
  position: fixed;
}
