.whatsapp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../../assets/images/renders/whatsapp_background.png');
  height: 100dvh;
  z-index: 100;
}

.whatsapp__navbar {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #015c53;
}

.whatsapp__title {
  color: white;
  font-weight: 700;
}

.whatsapp__icon {
  height: 20px;
}
.whatsapp__icon--send{
  height: 40px;
}
.whatsapp__profile-pic {
  height: 35px;
}
.form-whatsapp{
  height: 85%;

  align-content: end;
}
.form-whatsapp__inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-whatsapp__input {
  width: 100%;
  padding: 14px 8px;
  font-size: 16px;
  border-radius: 6px;
  background: white;
}

.form-whatsapp__input>input {
  width: 100%;
  font-size: inherit;
}

.form-whatsapp__checkbox {
  color: #838383;
  padding: 14px 8px;
  font-size: 12px;
  border-radius: 6px;
  background-color: #efefef;
}
.form-whatsapp__submit{
  width: 100%;
  padding: 10px;
  color: black;
  font-weight: 400;
  font-size: 16px;
  border-radius: 50px;
  background-color: white;
}