/*
Theme Name: Denad.AI
Theme URI: https://denad.ai
Author: Samuel Lima
Author URI: https://samuellima.com.br
Description: Theme for Denad.AI
Template: betheme
Version: 1.6.2
*/

html {
  scroll-behavior: smooth !important;
}

.wpcf7 form .wpcf7-response-output{
	border-width: 1px;
    border-style: solid;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #e9ffeb;
    color: #167a1f;
}
.wpcf7 form.invalid .wpcf7-response-output{
	background: #fff4d5;
    color: #ebaa00;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background: #ffe7e7;
	color: #dc3232;
}