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

theme-foundation-admin.css
Gravity Forms Theme Foundation Admin Styles
For the Stripe Add-On
A Gravity Forms theme framework foundation responsible for
WordPress admin specific 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.

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

.gform-theme--foundation.gform_editor .gfield--type-stripe_creditcard .cc-details-container {
				position: relative;
			}

.gform-theme--foundation.gform_editor .gfield--type-stripe_creditcard input.cc-cardnumber {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22px' height='14px' viewBox='0 0 22 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Crect fill='%23DCDFE6' x='0' y='0' width='22' height='14' rx='2'%3E%3C/rect%3E%3Crect fill='%23B2B8C6' x='3' y='10' width='3' height='1'%3E%3C/rect%3E%3Crect fill='%23B2B8C6' x='7' y='10' width='3' height='1'%3E%3C/rect%3E%3Crect fill='%23B2B8C6' x='11' y='10' width='3' height='1'%3E%3C/rect%3E%3Crect fill='%23B2B8C6' x='15' y='10' width='3' height='1'%3E%3C/rect%3E%3Crect fill='%23FFFFFF' x='3' y='4' width='5' height='3'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); /* stylelint-disable-line function-url-quotes */
				background-position: var(--gf-ctrl-padding-x) 50%;
				background-repeat: no-repeat;
				background-size: auto 13px;
				padding-inline-start: 40px;
			}

html[dir="rtl"] .gform-theme--foundation.gform_editor .gfield--type-stripe_creditcard input.cc-cardnumber {
					background-position: calc(100% - var(--gf-ctrl-padding-x)) 50%;
				}

.gform-theme--foundation.gform_editor .gfield--type-stripe_creditcard .cc-placeholders {
				align-items: center;
				block-size: 100%;
				display: flex;
				flex-wrap: nowrap;
				gap: 6px;
				inset-block-start: 0;
				inset-inline-end: calc(var(--gf-ctrl-padding-x) * 2);
				position: absolute;
			}

.gform-theme--foundation.gform_editor .gfield--type-stripe_creditcard .cc-placeholders span {

					/* Styles */
					color: var(--gf-ctrl-placeholder-color);
					font-family: var(--gf-ctrl-placeholder-font-family);
					font-size: var(--gf-ctrl-placeholder-font-size);
					font-style: var(--gf-ctrl-placeholder-font-style);
					font-weight: var(--gf-ctrl-placeholder-font-weight);
					letter-spacing: var(--gf-ctrl-placeholder-letter-spacing);
					opacity: var(--gf-ctrl-placeholder-opacity);
				}

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