
    textarea {
      width: 100%;
      height: 60px;
      padding: 10px;
      margin-bottom: 10px;
        font-size: 16px;  
    }
    .actions {
      margin-top: 10px;
    }
  
  #messages li {
    background-color:#f4f4f4; /* اینجا رنگ کادر رو تغییر بده */
    border: 1px soli #ccc;
    padding: 10px;
    margin: 8px 0;
    border-radius: 6px;
    list-style: none;
  }


.reply-btn {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 14px;
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
}

.message-box {
  background-color: white;
  border: 1px  #ccc;
  padding: 12px;
  margin: 10px 0;
  border-radius: 6px;
}

.reply-wrapper {
  margin-top: 8px;
  padding-right: 10px;
}

