/* ===== chat input smaller ===== */
.chat-input{
  padding:7px !important;
  gap:6px !important;
  align-items:center !important;
}

.chat-input textarea{
  height:34px !important;
  min-height:34px !important;
  max-height:64px !important;
  padding:6px 10px !important;
  border-radius:13px !important;
  font-size:13px !important;
  line-height:1.3 !important;
}

.chat-input .btn{
  min-height:34px !important;
  padding:7px 10px !important;
  border-radius:12px !important;
  font-size:13px !important;
}

.plus-img-btn{
  width:38px !important;
  height:34px !important;
  border-radius:12px !important;
  font-size:20px !important;
  box-shadow:0 6px 14px rgba(124,58,237,.10) !important;
}

@media (max-width:760px){
  .chat-input{
    padding:7px !important;
    gap:6px !important;
  }

  .chat-input textarea{
    height:34px !important;
    min-height:34px !important;
    max-height:64px !important;
    padding:6px 10px !important;
    font-size:13px !important;
    line-height:1.3 !important;
    border-radius:13px !important;
  }

  .chat-input .btn{
    min-height:34px !important;
    padding:7px 10px !important;
    font-size:13px !important;
    border-radius:12px !important;
  }

  .plus-img-btn{
    width:38px !important;
    height:34px !important;
    border-radius:12px !important;
    font-size:20px !important;
  }
}
