.cr-chat-input {
  .ant-input-affix-wrapper {
    border: none;
    box-shadow: 0px 0px 40px 0px rgba(112, 105, 89, 0.1);
    padding: 13px 20px;
  }
  input {
    font-family: "Public Sans";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
  }

  input::placeholder {
    color: #a3adb7;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
  }
}
