/*
Theme name: noeindustrieat
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

div.gform_wrapper input[type="number"],
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type="number"] {
	-webkit-appearance: textfield !important;
	-moz-appearance: textfield !important;
	appearance: textfield !important;
}

div.gform_wrapper input[type="number"]::-webkit-inner-spin-button,
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type="number"]::-webkit-inner-spin-button,
div.gform_wrapper input[type="number"]::-webkit-outer-spin-button,
div.gform_wrapper.gravity-theme.gform-theme--no-framework input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	appearance: none !important;
	display: none !important;
	margin: 0 !important;
}