.srfm-form-container.srfm-bg-image {
	background-image: var(--srfm-bg-image);
	background-position: var(--srfm-bg-position);
	background-attachment: var(--srfm-bg-attachment);
	background-repeat: var(--srfm-bg-repeat);
	background-size: var(--srfm-bg-size);
}

.srfm-form-container.srfm-bg-gradient {
	background: var(--srfm-bg-gradient);
}

.srfm-form-container.srfm-overlay-image::before {
	background-image: var(--srfm-bg-overlay-image);
	background-position: var(--srfm-bg-overlay-position);
	background-attachment: var(--srfm-bg-overlay-attachment);
	background-repeat: var(--srfm-bg-overlay-repeat);
	background-size: var(--srfm-bg-overlay-size);
	mix-blend-mode: var(--srfm-bg-overlay-blend-mode);
	background-color: unset;
}

.srfm-form-container.srfm-overlay-color::before {
	background-color: var(--srfm-bg-overlay-color);
}

.srfm-form-container.srfm-overlay-gradient::before {
	background: var(--srfm-bg-overlay-gradient);
}

.srfm-form-container .srfm-custom-wp-paragraph {
	width: 100% !important;
	margin: 0 !important;
	margin-bottom: 1.2em !important;
	padding: 0 .3em !important;
}

.srfm-form-container .srfm-form-title {
	padding: .3em;
	margin-top: 0;
	margin-bottom: 1em;
}

.srfm-form-container .srfm-instant-form-wrn-ctn {
	display: flex;
	align-items: flex-start;
	border: 1px solid #fbbf24;
	border-radius: .75em;
	background-color: #fff;
	padding: .75em;
	margin-bottom: 1.2em;
	font-size: 20px !important;
}

.srfm-form-container .srfm-instant-form-wrn-ctn .srfm-svg-container {
	max-width: 36px;
	width: 100%;
	height: 20px;
	flex: none;
}

.srfm-form-container .srfm-instant-form-wrn-ctn .srfm-wrn-text-ctn {
	display: flex;
	flex-direction: column;
	gap: .25em;
}

.srfm-form-container .srfm-instant-form-wrn-ctn .srfm-wrn-description {
	font-size: .8em;
	color: #b45309;
	line-height: 24px;
}

.srfm-form-container .srfm-instant-form-wrn-ctn .srfm-wrn-link {
	font-weight: 600;
	color: #b45309;
	line-height: 16px;
	text-decoration: none;
	width: fit-content;
	padding: 4px 0 4px 0;
}

.srfm-form-container .srfm-form .srfm-captcha-container, .srfm-form-container .srfm-password-protected-form .srfm-captcha-container {
	width: 100%;
}

.srfm-form-container .srfm-form .srfm-captcha-container .h-captcha, .srfm-form-container .srfm-password-protected-form .srfm-captcha-container .h-captcha {
	height: 78px;
}

.srfm-form-container .srfm-form .srfm-validation-error, .srfm-form-container .srfm-password-protected-form .srfm-validation-error {
	line-height: var(--srfm-error-line-height);
	color: var(--srfm-error-color);
	font-size: var(--srfm-error-font-size);
	font-weight: var(--srfm-error-font-weight);
	margin: var(--srfm-input-field-margin-top) 0 0;
}

.srfm-form-container .srfm-form .uagb-block, .srfm-form-container .srfm-password-protected-form .uagb-block {
	margin-bottom: 1em;
	width: 100%;
}

.srfm-form-container .srfm-form .srfm-required, .srfm-form-container .srfm-password-protected-form .srfm-required {
	color: #dc2626;
}

.srfm-form-container .srfm-form .srfm-submit-button .srfm-loader.srfm-active, .srfm-form-container .srfm-password-protected-form .srfm-submit-button .srfm-loader.srfm-active {
	display: block;
}

.srfm-form-container .srfm-form .paypal-button-sibling.paypal-method-active, .srfm-form-container .srfm-password-protected-form .paypal-button-sibling.paypal-method-active {
	display: none !important;
}

.srfm-form-container .srfm-form .srfm-paypal-button-container[data-submit-button-sibling=true]:not(.paypal-method-active), .srfm-form-container .srfm-password-protected-form .srfm-paypal-button-container[data-submit-button-sibling=true]:not(.paypal-method-active) {
	display: none !important;
}

.srfm-form-container .srfm-success-box.srfm-active {
	display: flex;
	white-space: pre-wrap;
}

.srfm-form-container .srfm-display-none {
	display: none;
}

.srfm-form-container .srfm-loading-block {
	position: relative;
	opacity: .5;
	pointer-events: none;
}

.srfm-form-container .srfm-loading-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
	z-index: 9999;
}

.srfm-form-container .srfm-loading-block::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #3498db;
	border-radius: 50%;
	animation: srfm-spin 1s linear infinite;
	z-index: 10000;
}

.srfm-form-container .srfm-payment-field-wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--srfm-column-gap-between-blocks);
	margin-top: var(--srfm-column-gap-between-blocks);
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-variable-amount-display {
	display: flex;
	flex-direction: column;
	gap: calc(var(--srfm-column-gap-between-blocks) / 2);
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-variable-amount-display .srfm-payment-amount-wrapper {
	display: flex;
	justify-content: space-between;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-test-mode-notice {
	background-color: #fcf3d5;
	border-radius: 8px;
	padding: 12px;
	color: #8a7946;
	font-size: var(--srfm-description-font-size);
	font-weight: var(--srfm-description-font-weight);
	line-height: var(--srfm-description-line-height);
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion {
	display: flex;
	flex-direction: column;
	gap: calc(var(--srfm-column-gap-between-blocks) / 2);
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item {
	border: 1px solid rgba(30, 30, 30, .2509803922);
	border-radius: 6px;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item .srfm-accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	cursor: pointer;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item .srfm-accordion-header .srfm-payment-input-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item .srfm-accordion-content {
	display: none;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item.srfm-payment-active .srfm-accordion-content {
	display: block;
	padding: 0 16px 16px 16px;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item .srfm-payment-method-radio {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	border: 1.25px solid rgba(30, 30, 30, .5019607843);
	background-color: transparent;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item .srfm-payment-method-radio:checked {
	border: 5px solid #0c78fb;
	background-color: transparent;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item .srfm-payment-method-radio:focus {
	outline: 2px solid rgba(12, 120, 251, .2509803922);
	outline-offset: 2px;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion .srfm-accordion-item .srfm-paypal-placeholder-message {
	font-size: 14px;
	font-family: inherit;
	line-height: 20px;
	color: rgba(30, 30, 30, .6509803922);
	font-weight: 400;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion.srfm-single-payment-method .srfm-accordion-item[data-method=stripe] .srfm-accordion-header {
	display: none;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion.srfm-single-payment-method .srfm-payment-active .srfm-accordion-content {
	padding: 16px 16px 16px 16px;
}

.srfm-form-container .srfm-payment-field-wrapper .srfm-payment-methods-accordion.srfm-single-payment-method .srfm-payment-method-radio {
	display: none;
}

.srfm-form-container .srfm-paypal-button-container {
	position: relative;
	z-index: 1;
}

.srfm-form-container .srfm-paypal-button-container.srfm-paypal-loading {
	pointer-events: none;
}

.srfm-form-container .srfm-paypal-button-container.srfm-paypal-loading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .8);
	z-index: 999;
	border-radius: 4px;
}

.srfm-form-container .srfm-paypal-button-container.srfm-paypal-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #0c78fb;
	border-radius: 50%;
	animation: srfm-spin 1s linear infinite;
	z-index: 1000;
}

.brx-body .srfm-form-container .grecaptcha-badge {
	visibility: revert !important;
	width: 256px;
	height: 60px;
	display: block;
	transition: right .3s;
	position: fixed;
	bottom: 14px;
	right: -186px;
	box-shadow: gray 0 0 5px;
	border-radius: 2px;
	overflow: hidden;
}

.brx-body .srfm-form-container .grecaptcha-badge:hover {
	right: 0;
}

.wp-theme-kadence .srfm-form-container {
	height: auto;
}