
.openChatBtn {
      background-color: #ffffff;
      padding: 16px 20px;
      border-radius:25px;
      border: none;
      font-weight: 500;
      font-size: 14px;
      cursor: pointer;
      opacity: 0.8;
      position: fixed;
      bottom: 23px;
      right: 28px;
      width: 200px;
   }
   .openChat {
      max-width: 300px;
      display: none;
      position: fixed;
      bottom: 0;
      right: 15px;
      /* border:1px solid #ccc; */
      /* border: 3px solid #ff08086b; */
      z-index: 9;
   }
/*   form {
      max-width: 300px;
      padding: 10px;
      background-color: white;
   }*/
   /* form textarea {
      width: 100%;
      font-size: 18px;
      padding: 15px;
      margin: 5px 0 22px 0;
      border: none;
      font-weight: 500;
      background: #d5e7ff;
      color: rgb(0, 0, 0);
      resize: none;
      min-height: 200px;
   }
   form textarea:focus {
      background-color: rgb(219, 255, 252);
      outline: none;
   } */
   /* form .btn {
      
      color: white;
      padding: 5px 5px;
      font-weight: bold;
      border: none;
      cursor: pointer;
      width: 80%;
      margin: 5px 0;
      opacity: 0.6;
   }
   form .btn:hover, .openChatBtn:hover {
      opacity: 1;
   } */
