.wagenerator-phone {
  width: 270px;
  height: 500px;
  border: 10px solid #1B1D1D;
  border-radius: 30px;
}

.wagenerator-notch {
  height: 25px;
  width: 90px;
  margin: -9px auto;
  border-radius: 13px;
  background-color: #1B1D1D;
}

.wagenerator-phone-noti-bar {
  width: 100%;
  margin: -16.5px 0;
  position: relative;
  z-index: -1;
  height: 17px;
  background-color:#054C44;
}

.wagenerator-phone-screen {
  height: 480px;
}

.wagenerator-phone-wa-contact {
  max-width: 100%;
  height: 50px;
  margin-top: 15px;
  background-color: #075E55;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 15px;
}

#wagenerator-phone-wa-contact-p {
  margin: 0;
  color: white;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

#wagenerator-wa-user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.wagenerator-wa-screen {
  position: relative;
  z-index: -2;
  width: 100%;
  height: calc(100% - 25px);
  margin: -30px 0;
  border-radius: 23px;
  background-color: #e5e5e5;
}

#wagenerator-send-btn {
  width: 40px;
  height: 40px;
  background-color: #075E55;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: 25px;
  right: 15px;
}

#wagenerator-message-input {
  width: 170px;
  max-width: 170px;
  min-height: 50px;
  height: auto;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  position: absolute;
  bottom: 25px;
  left: 15px;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  display: inline-block;
}