#wa-send-button {
  margin: 0 0 25px !important;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 30px;
  visibility: visible;
  transition: none !important;
  background-color: #32774d;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
#info-button {
  margin: 0 0 25px !important;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 3.5rem !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 30px;
  visibility: visible;
  transition: none !important;
  background-color: #e67817;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
  right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.profile-user-img img,
.header-profile-user {
  object-fit: cover;
}

.profile-user-img img {
  width: 10rem;
  height: 10rem;
}
