/**
 * Frontend (checkout) styles for Fauran Pay with JazzCash for WooCommerce.
 */

.jazzcash-wc-payment-icon {
	max-height: 24px;
	vertical-align: middle;
	margin-left: 4px;
}

#jazzcash-wc-redirect-form {
	text-align: center;
}

#jazzcash-wc-redirect-form #jazzcash-wc-submit {
	display: none;
}

.jazzcash-wc-redirect-spinner {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 12px auto;
	border: 3px solid rgba(0, 0, 0, 0.15);
	border-top-color: #c4151c;
	border-radius: 50%;
	animation: jazzcash-wc-spin 0.8s linear infinite;
}

@keyframes jazzcash-wc-spin {
	to {
		transform: rotate(360deg);
	}
}
