/* Prettier Default Form Styles */
.dcgd_desc {
	margin-bottom: 16px;
}
.et_pb_dcgd_gravity_divi_module .gform_wrapper input[type='text'],
.et_pb_dcgd_gravity_divi_module .gform_wrapper input[type='email'],
.et_pb_dcgd_gravity_divi_module .gform_wrapper input[type='url'],
.et_pb_dcgd_gravity_divi_module .gform_wrapper input[type='password'],
.et_pb_dcgd_gravity_divi_module .gform_wrapper input[type='search'],
.et_pb_dcgd_gravity_divi_module .gform_wrapper input[type='number'],
.et_pb_dcgd_gravity_divi_module .gform_wrapper input,
.et_pb_dcgd_gravity_divi_module .gform_wrapper select,
.et_pb_dcgd_gravity_divi_module .gform_wrapper textarea {
	width: 100%;
	padding: 16px !important;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #6b6b6b;
	background-color: #eee;
	font-size: 14px;
}

/* Module Selection Button */
li.et_fb_dcgd_gravity_divi_module {
	background-color: #ff009c !important;
	color: #fff !important;
}
li.et_fb_dcgd_gravity_divi_module:hover {
	background-color: #ec0090 !important;
	color: rgba(255, 255, 255, 0.9) !important;
}

/* Hide Form Icon Option in Module Settings */
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(11),
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(12),
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(13),
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(14),
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(15),
div[data-name="fontsformelements"] .et-fb-form__group:nth-child(3),
div[data-name="fontsformelements"] .et-fb-form__group:nth-child(4),
div[data-name="fontsformelements"] .et-fb-form__group:nth-child(5) {
	background-color: red;
	display: none;
}

/* Form Preview Message */
.dcgd_form_preview_msg {
	background: #3d2c72;
	text-align: center;
	color: #fff !important;
	padding: 30px;
	margin: 30px 0;
	border-radius: 30px;
}
.dcgd_form_preview_msg h2,
.dcgd_form_preview_msg a {
	color: #fff !important;
	font-weight: bold;
}
.dcgd_form_preview_msg img {
	width: 150px !important;
	margin: 30px auto 0;
	display: block;
}
