body {
  background: url(../assets/images/whatsapp_background.png) 50% 50% / cover;
  height: 100dvh;
}
.whatsapp__navbar {
  align-items: center;
  background-color: #015c53;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 14px;
}
.whatsapp__navbar .arrow__back {
  height: 17px;
  width: 21px;
}
.whatsapp__navbar .whatsapp__logo {
  width: 40px;
}
.whatsapp__navbar .whatsapp__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.whatsapp__navbar .whatsapp__verified {
  width: 16px;
}
.whatsapp__navbar .whatsapp__phone {
  width: 20px;
}
.whatsapp__navbar .whatsapp__dots {
  width: 5px;
}
.whatsapp__form {
  align-items: end;
  display: flex;
  height: calc(100vh - 120px);
  justify-content: center;
}
.whatsapp__form form {
  margin: 0 auto;
  width: 90%;
}
.whatsapp__form .input-style input {
  background-color: #fcfcfc;
  border: 0;
  border-radius: 6px;
  font-family: 'system-ui';
  font-size: 16px;
  margin: 30px 0;
  padding: 14px 8px;
  width: 100%;
}
.whatsapp__form .submits .checkbox {
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 6px;
  display: flex;
  margin-top: 40px;
  padding: 14px 8px;
}
.whatsapp__form .submits .checkbox input {
  cursor: pointer;
}
.whatsapp__form .submits .checkbox span {
  color: grey;
  font-size: 12px;
  margin-left: 6px;
}
.whatsapp__form .submits .checkbox a {
  color: inherit;
}
/* .whatsapp__form .submits .submit input {
    background-color: #008f39;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 30px;
    padding: 14px 0;
    text-transform: uppercase;
    width: 100%;
  } */
footer {
  margin-top: 40px;
}
footer input {
  background-color: #f0f0f0;
  border: 0;
}
.whatsapp__footer {
  background-color: #fcfcfc;
  border-radius: 24px;
  color: #000000;
  height: 48px;
  font-weight: 400;
  width: 100%;
}
.whatsapp__footer img {
  width: 18px;
}

.whatsapp__audio input {
  background: none;
  transform: translateY(3px);
  width: 46px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}
