#powertranz-card-number{
    position: relative;
}
#powertranz-card-type{
    position: absolute;
    text-transform: uppercase;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
#powertranz-card-success{
    position: absolute;
    visibility: hidden;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    display: inline-block;    
    background-size: cover;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-name {
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-position: right .6180469716em center;
    background-size: 32px 20px;
}


#payment .payment_methods li .payment_box .wc-credit-card-form-card-installments {
    font-size: 1.5em;
    background-repeat: no-repeat;
    background-position: right .6180469716em center;
    background-size: 32px 20px;
}

.powertranz-processing {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    color: #1f2933;
    display: flex;
    gap: 16px;
    margin: 0 0 20px;
    padding: 18px 20px;
}

.powertranz-auth-notice {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #d9e2ec;
    border-left: 4px solid #005eb8;
    border-radius: 8px;
    color: #1f2933;
    display: flex;
    gap: 14px;
    margin: 0 0 18px;
    padding: 16px 18px;
}

.powertranz-auth-notice__icon {
    align-items: center;
    background: #e6f0fb;
    border-radius: 50%;
    color: #005eb8;
    display: flex;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}

.powertranz-auth-notice__content h3 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 5px;
}

.powertranz-auth-notice__content p {
    color: #52606d;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.powertranz-processing[hidden] {
    display: none;
}

.powertranz-processing__spinner {
    animation: powertranz-spin .8s linear infinite;
    border: 4px solid #d9e2ec;
    border-radius: 50%;
    border-top-color: #005eb8;
    flex: 0 0 auto;
    height: 34px;
    width: 34px;
}

.powertranz-processing__content h3 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 6px;
}

.powertranz-processing__content p {
    color: #52606d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.powertranz-payment-frame {
    border: 1px solid #d9e2ec;
    max-width: 100%;
}

.powertranz-checkout-processing {
    margin: 0 0 16px;
}

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