.whatsapp {
  background-image: url(/assets/media/images/whatsapp-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* media queries */
  /* /media queries */
}
.whatsapp__container {
  margin-block: 22px 40px;
  position: relative;
  z-index: 2;
}
.whatsapp__container:before, .whatsapp__container:after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  z-index: -1;
}
.whatsapp__container:before {
  background: linear-gradient(to bottom, #fff, transparent);
  top: 0;
}
.whatsapp__container:after {
  background: linear-gradient(to top, #fff, transparent);
  bottom: 0;
}
.whatsapp__date {
  background-color: #ced4da;
  font-size: 12px;
  line-height: 16.39px;
  font-weight: 600;
  padding: 3px 14px;
  border-radius: 8px;
  display: block;
  width: max-content;
  margin: 0 auto 22px auto;
}
.whatsapp__grid {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: auto auto;
  align-items: center;
  justify-items: center;
}
.whatsapp__msg {
  font-size: 11.2px;
  line-height: 15.3px;
}
.whatsapp__msg__wrapper {
  max-width: 196px;
  border-radius: 5.6px;
  box-shadow: 0px 0.7px 0.7px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 3.5px 7px;
}
.whatsapp__msg__wrapper:first-of-type {
  grid-column: 2;
}
.whatsapp__msg__wrapper:nth-of-type(2) {
  grid-column: 1/span 1;
}
.whatsapp__msg__wrapper:nth-of-type(2), .whatsapp__msg__wrapper:nth-of-type(4) {
  margin-block: 28.4px 27.6px;
}
.whatsapp__msg__wrapper--sent {
  background-color: #DCF7C5;
}
.whatsapp__msg__wrapper--taken {
  background-color: #F9F9F9;
}
.whatsapp__msg img {
  vertical-align: text-bottom;
}
.whatsapp__msg__time {
  font-size: 7.7px;
  line-height: 10.52px;
  letter-spacing: 0.35px;
  color: rgba(0, 0, 0, 0.2509803922);
}
.whatsapp__msg__detail {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2.7px;
  margin-top: 2.8px;
}
.whatsapp__user {
  font-size: 11.2px;
  line-height: 15.3px;
  letter-spacing: -0.21px;
}
.whatsapp__typing {
  width: fit-content;
  margin: 0px auto 32.8px auto;
  padding: 10.5px 14.7px;
  background-color: #F9F9F9;
  border-radius: 22.4px;
  border: 0.7px solid #000000;
  font-size: 12.6px;
  font-weight: 600;
  line-height: 17.21px;
  grid-row: 3;
  grid-column: 1/span 2;
}
.whatsapp__typing img {
  margin-left: 3.8px;
  vertical-align: middle;
}
.whatsapp__title {
  margin: 0px 0px 36px 0px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  grid-row: 4;
  grid-column: 1/span 2;
}
@media screen and (min-width: 1024px) {
  .whatsapp__container {
    margin-block: 122px 168px;
  }
  .whatsapp .container {
    padding-inline: 36px;
  }
  .whatsapp__date {
    margin-bottom: 97px;
  }
  .whatsapp__grid {
    grid-template-columns: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .whatsapp__msg {
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: -0.3px;
  }
  .whatsapp__msg__wrapper {
    border-radius: 8px;
    padding: 5px 10px;
    max-width: 250px;
  }
  .whatsapp__msg__wrapper:first-of-type {
    grid-column: 5/span 2;
    justify-self: start;
  }
  .whatsapp__msg__wrapper:nth-of-type(2) {
    margin-top: 0px;
    grid-column: 1/span 2;
    grid-row: 1;
    justify-self: end;
  }
  .whatsapp__msg__wrapper:nth-of-type(3) {
    grid-row: 3;
  }
  .whatsapp__msg__wrapper:nth-of-type(5) {
    grid-column: 3/span 2;
    grid-row: 4;
  }
  .whatsapp__msg__wrapper:nth-of-type(4) {
    grid-row: 3;
  }
  .whatsapp__msg img {
    width: 18px;
    height: 18px;
  }
  .whatsapp__msg__time {
    font-size: 11px;
    line-height: 15.03px;
    letter-spacing: 0.5px;
  }
  .whatsapp__msg__detail img {
    width: 16px;
    height: 16px;
  }
  .whatsapp__img:first-of-type {
    grid-column: 3/span 2;
    grid-row: 1;
  }
  .whatsapp__typing {
    grid-row: 2;
    grid-column: 1/span 6;
    font-size: 18px;
    line-height: 24.59px;
  }
  .whatsapp__title {
    grid-row: 3;
    grid-column: 2/span 4;
    font-size: 78px;
    line-height: 91px;
  }
  .whatsapp__img {
    width: 72px;
    height: 72px;
  }
  .whatsapp__img:last-of-type {
    grid-column: 5/span 2;
    justify-self: start;
  }
  .whatsapp__img:nth-of-type(2) {
    grid-column: 1/span 2;
    justify-self: end;
  }
  .whatsapp__typing .whatsapp__img {
    width: 24px;
    height: 17px;
    margin: 0px !important;
  }
  .whatsapp__msg__wrapper:nth-of-type(4), .whatsapp__msg__wrapper:nth-of-type(3), .whatsapp__title {
    margin-block: 0px 56px;
  }
  .whatsapp__img:nth-of-type(2), .whatsapp__img:last-of-type, .whatsapp__msg__wrapper:nth-of-type(5) {
    margin-top: 56px;
  }
  .whatsapp__user {
    font-size: 16px;
    line-height: 21.86px;
  }
  .whatsapp__msg__wrapper:nth-of-type(2), .whatsapp__img:first-of-type, .whatsapp__msg__wrapper:first-of-type {
    margin-bottom: 42px;
  }
}
/*# sourceMappingURL=whatsapp.min.css.map */
