.tpfw-payment-error,
.tpfw-number-error,
.tpfw-expiry-error,
.tpfw_payment_sepa_error,
.tpfw-cvc-error,
.tpfw_payment_ideal_error {
	padding-top: 3px;
	font-weight: 500;
	color: #f00;
}

.tpfw_payment_test_description,
.tpfw-test-description {
	font-size: 0.9em;
	clear: both;
}

#tpfw-payment-button-container {
	text-align: center;
}

.tpfw-payment-elements-form {
	display: none;
	margin-bottom: 0.5em;
}

.tpfw-payment-info {
	margin-bottom: 10px;
}

.payment_method_tpfw_payment .wc-saved-payment-methods {
	display: none;
}

.payment-method-disabled {
	opacity: 0.2;
	cursor: not-allowed;
}

.tpfw-payment-button-popup-enabled{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
	display: block;
}

.tpfw-payment-button-popup-enabled .tpfw-payment-button-popup-content {
    background-color: #fff;
    position: fixed;
    top: 35%;
    left: 0%;
    right: 0%;
    z-index: 9999;
    max-width: 400px;
	width: 80%;
    height: 200px;
    padding-top: 50px;
    border-radius: 20px;
    margin: 0px auto;
}

.tpfw-payment-button-popup-enabled .tpfw-payment-button-popup-shadow {
	background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9998;
}

.tpfw-payment-button-popup-close {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    padding: 10px;
}