/*
----------------------------------------------------------------

theme-framework.css
Gravity Forms Theme Framework & CSS API
For the Stripe Add-On
https://www.gravityforms.com

Theme dependencies:
- Gravity Forms Theme Reset: gravity-forms-theme-reset.css
- Gravity Forms Theme Foundation: gravity-forms-theme-foundation.css
- Gravity Forms Theme Foundation for the Stripe Add-On: theme-foundation.css

Gravity Forms is a Rocketgenius project
copyright 2008-2022 Rocketgenius Inc.
https://www.rocketgenius.com
this may not be re-distributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

.gform-theme--framework .gfield--type-stripe_creditcard .StripeElement--focus {

		/* Theme Framework CSS API Integration */
		--gform-theme-local-background-color: var(--gform-theme-control-background-color-focus);
		--gform-theme-local-border-color: var(--gform-theme-control-border-color-focus);
		--gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow-focus);
		--gform-theme-local-color: var(--gform-theme-control-color-focus);
	}

.gform-theme--framework .gfield--type-stripe_creditcard .StripeElement--invalid {

		/* Theme Framework CSS API Integration */
		--gform-theme-local-background-color: var(--gform-theme-control-background-color-error);
		--gform-theme-local-border-color: var(--gform-theme-control-border-color-error);
		--gform-theme-local-color: var(--gform-theme-control-color-error);
	}

/*# sourceMappingURL=theme-framework.css.map */
