.start-chat-mobile {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 4;
}
.start-chat-mobile .slide-up-enter-active, .start-chat-mobile .slide-up-leave-active {
  transition: all 0.5s ease;
}
.start-chat-mobile .slide-up-enter, .start-chat-mobile .slide-up-leave-to {
  transform: translateY(100%);
  opacity: 0;
}
.start-chat-mobile__button {
  display: flex;
  margin-top: 20px;
}
.start-chat-mobile__button__agency {
  box-shadow: 0 4px 7px 4px rgba(0, 0, 0, 0.2);
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
  border: 0;
  margin-right: 10px;
  cursor: pointer;
  background-color: white;
  width: 180px;
}
.start-chat-mobile__button .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.start-chat-mobile__button .icon-wrapper i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.start-chat-mobile__button .bg-whatsapp {
  background: #28a745;
}
.start-chat-mobile__button .bg-comments {
  background: #0197F6;
}
.start-chat-mobile__button .bg-chat {
  background: #FF725E;
}
