/**
 * This CSS file was auto-generated via PostCSS
 *
 * Contributors should avoid editing this file, but instead edit the associated
 * src/resources/postcss/ file. For more information, check out our engineering
 * docs on how we handle CSS in our engineering docs.
 *
 * @see: https://the-events-calendar.github.io/products-engineering/docs/code-standards/css/
 */

/**
 * Event Tickets - Admin Styles for Stripe Gateway Webhooks.
 *
 * @since 5.3.0
 */
#tribe-field-tickets-commerce-stripe-webhooks-value input {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
#tribe-field-tickets-commerce-stripe-webhooks-value .tribe-field-tickets-commerce-stripe-webhooks-copy {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		line-height: 24px;
		margin-left: -2px;
		padding-left: 6px;
		padding-right: 6px;
	}
#tribe-field-tickets-commerce-stripe-webhooks-value .tribe-field-tickets-commerce-stripe-webhooks-copy span {
			line-height: 24px;
		}
#tribe-field-tickets-commerce-stripe-webhooks-signing-key .dashicons.dashicons-update {
			animation: rotate 1s infinite;
		}
#tribe-field-tickets-commerce-stripe-webhooks-signing-key .dashicons.dashicons-no {
			color: var(--tec-color-icon-error);
		}
#tribe-field-tickets-commerce-stripe-webhooks-signing-key .dashicons.dashicons-yes {
			color: #50b078;
		}
@keyframes rotate {
		100% {
			transform: rotate(360deg);
		}
	}
