.button {
  background-color: #D85230;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 0px 10px 10px 0px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 42px;
  transition: all 1.4s;
  position: fixed;
  top: 128px;
  z-index: 999;
}



.button:hover {
  color: #ffffff;
  max-width: 300px;
}

.icon {
  font-size: 26px;
  margin-right: 10px;
  padding: 0px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text {
  white-space: nowrap;
  padding-right: 15px;
}
