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

admin.css
Gravity Forms Administration Styles
For the Stripe Add-On
https://www.gravityforms.com

Gravity Forms is a Rocketgenius project
copyright 2008-2025 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.

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

#deauth_scope {
	display: none;
	margin-top: 18px;
}

.gform_stripe_deauth_button {
	margin-top: 0.5em !important;
}

#gform_stripe_deauth_button {
	background: #9e0b0f;
	border: 1px solid #9e0b0f;
	box-shadow: inset 0 2px 5px -3px rgba(173, 12, 17, 0.5);
	color: #fff;
	text-shadow: none;
}

.gform_stripe_auth_button img {
	display: block;
}

.connected_to_stripe_text {
	margin-top: -16px !important;
	padding-top: 1em;
}

.gf_settings_description {
	margin-left: 24px;
	margin-top: 1px;
	padding-right: 4px;
}

.stripe-webhooks-instructions li {
	list-style: decimal;
}

#gaddon-setting-row-connected_to .alert_red {
	margin-top: -7px;
	padding: 2px 0 6px 12px;
}

#trialPeriod {
	text-align: center;
	width: 4rem;
}

#gform_setting_trialPeriod .gform-settings-input__container--invalid input {
	flex: none;
}

.gform-stripe--disabled label.inline, .gform-stripe--disabled #field_multiple_payment_methods_description {
		opacity: 0.6;
	}

.gform-compact-view .stripe-payment-element-container {
		display: none !important;
	}

.gform-compact-view .gform_stripe_card_error {
		display: none;
	}

/* Added to fix a display problem between Stripe 5.8 and versions of Gravity Forms prior to 2.9. Can eventually be removed. */

.gform-admin .gform_wrapper.gravity-theme .gform_stripe_card_error {
	font-size: 0.875rem;
}

/* Added to fix a display problem between Stripe 5.8 and versions of Gravity Forms prior to 2.9. Can eventually be removed. */

.gform-admin .editor-sidebar .gform-text.gform-alert__message .gform_stripe_card_error {
	font-size: 0.875rem;
}

/*# sourceMappingURL=admin-deprecated.css.map */
