/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: Antoine Guerra
Author URI: https://antoineguerra.com
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

:root {
  font-size: 14px;
}

/* Rest of your CSS */

#react-chatbot {
  min-height: 100vh;
  max-height: 100vh;
  height: 100vh;
  
}