.container-cartel-ws-6403 {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.container-cartel-ws-6403 .head-ws {
  background-color: white;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid rgb(231, 231, 231);
}

.container-cartel-ws-6403 .head-ws .image-icono-ws {
  width: 50px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.25rem;
}

.container-cartel-ws-6403 .head-ws .image-verification {
  width: 30px;
}

.container-cartel-ws-6403 .head-ws .title-ws {
  font-weight: 500;
  font-size: 1.15rem;
}

.container-cartel-ws-6403 .body-ws {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url('https://oran.gob.ar/wp-content/uploads/2025/01/background-whatsapp.webp'); /* Ruta de la imagen */
  padding: 0.75rem;
  gap: 0.5rem;
  height: 320px;
}

.container-cartel-ws-6403 .body-ws .hoy {
  align-self: center;
  padding: 0.25rem;
  color: rgb(63, 63, 63);
  font-weight: 500;
  font-size: 0.85rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.25rem;
}

.container-cartel-ws-6403 .body-ws .message {
  background-color: white;
  padding: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 0.5rem;
}

.container-cartel-ws-6403 .body-ws .message .saludo {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}

.container-cartel-ws-6403 .body-ws .message .message-body {
  font-size: 0.9rem;
  margin-bottom: 0.30rem;
}

.container-cartel-ws-6403 .body-ws .message .button-whatsapp {
  background-color: transparent;
  align-self: center;
  margin: 0 auto;
  padding: 0.25rem;
  color: #0a975e;
  box-shadow: none;
}

.container-cartel-ws-6403 .body-ws .send-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  position: sticky;
  margin-top: auto;
  bottom: 0;
}

.container-cartel-ws-6403 .body-ws .send-message .input-ws {
  border-radius: 100px;
  flex-grow: 1;
  height: 40px;
  color: gray;
  font-size: 0.9rem;
  border: none;
  padding: 0 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  min-width: 0;
}

.container-cartel-ws-6403 .body-ws .send-message .button-send {
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  background-color: #0a975e;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0.5rem;
  cursor: pointer;
}

.container-cartel-ws-6403 .body-ws .send-message .button-send:hover {
  background-color: #087046;
}

.container-cartel-ws-6403 .body-ws .send-message .button-send .icon-send {
  width: 25px;
  height: 25px;
  z-index: 1;
}

@media screen and (max-width: 1085px) {
  .container-cartel-ws-6403 {
    width: 100%;
    max-width: 350px;
  }
}



