.payment-cards__tokens {
-webkit-transition: opacity 450ms ease;
transition: opacity 450ms ease;
}
.payment-cards__tokens.loading {
opacity: .5;
pointer-events: none;
}
.payment-cards__field label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 10px 5px;
}
.payment-cards__field label input {
margin-right: 5px;
}
.payment-cards__field label img {
float: none;
max-height: 25px;
width: auto;
margin-right: 5px;
}
.payment-cards__field a.remove {
margin-left: 10px;
}
.cardlink_payment_gateway_woocommerce_modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .7);
z-index: 10000000000000;
}
.cardlink_payment_gateway_woocommerce_modal_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
}
.cardlink_payment_gateway_woocommerce_modal_wrapper iframe {
max-width: 1280px;
width: 100%;
margin: 0 auto;
height: 90vh;
background: #fff!important;
}
form#add_payment_method ul.woocommerce-PaymentMethods li.payment_method_cardlink_payment_gateway_woocommerce label img,
ul.wc_payment_methods li.wc_payment_method.payment_method_cardlink_payment_gateway_woocommerce label img {
max-width: 100%;
max-height: 35px!important;
float: none!important;
margin-top: 5px;
margin-left: 30px;
}.kvs-scrollfill {
--fill-pct: 0%;
--fill-color: #000000;
--base-color: #8a8a8a;
display: inline-block;
color: var(--base-color);
background-image: linear-gradient(
to right,
var(--fill-color) 0%,
var(--fill-color) var(--fill-pct),
var(--base-color) var(--fill-pct),
var(--base-color) 100%
);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
transition: background-image 0.06s linear;
}
.kvs-scrollfill[data-direction="rl"] {
background-image: linear-gradient(
to left,
var(--fill-color) 0%,
var(--fill-color) var(--fill-pct),
var(--base-color) var(--fill-pct),
var(--base-color) 100%
);
} .kvs-scrollfill--seq {
background-image: none !important;
-webkit-text-fill-color: initial;
color: var(--base-color);
white-space: pre-wrap;
}
.kvs-scrollfill--seq .kvs-unit {
display: inline;
color: var(--base-color);
text-decoration: inherit;
transition: color 0.08s linear;
}