/*    */

/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}
/* Power Virtual Agent styles ends */

/* Fix to avoid issues with input field text at 90% zoom level */
@media screen and (min-width:1400px) {
  input, select {
    font-size: 13px !important; 
  }
}
/* Fix to avoid issues with input field text at 90% zoom level ends */