

.dfx5-text-center {
  text-align: center;
}

body {
  /* background-color: rgb(253, 213, 218); */
}


textarea.DSfSP {
  max-height: 92px;
}



.section-chat, #section-chat{
  right: 27px;
}
.dfx5-formfield-input{
      box-shadow: none !important;
      padding: 13px 12px !important;
  }
@media (max-width: 500px) {
  #dfx5-form-container{
    max-width: 100%;
  }
  .section-chat, #section-chat{
      max-width: calc( 100vw - 19px )  !important;
      right: 10px !important;
      bottom: 13px !important;
  }
  
  .dfx5-formfield-div{
    max-width: 90%;
  }
  
  .dfx5-formfield-input{
      box-shadow: none !important;
      padding: 13px 12px !important;
  }

  button#chat-close-button {
    display: none !important;
  }
}



