/*
 * This software is the confidential and proprietary information of Autify Digital Ltd.
 * Unauthorized use, reproduction, or distribution of this software, in whole or in part, is strictly prohibited.
 * Copyright (c) 2020-2025 Autify Digital Ltd.
 * This work is protected under applicable copyright and intellectual property laws.
 * All rights reserved. Distribution and disclosure are permitted only in accordance with
 * the terms of a valid written agreement with Autify Digital Ltd.
 */
.payment_method_authipay_paymentjs_gateway p:first-child {
  margin-bottom: 10px;
}

.payment_box.payment_method_authipay_paymentjs_gateway iframe {
  height: 50px !important;
}

.wc_payment_method.payment_method_authipay_redirect_payment label img, 
.wc_payment_method.payment_method_authipay_paymentjs_gateway label img {
  padding-bottom: 15px;
}

.authipay-custom-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
}

#apple-pay-button {
  width: 300px;
  height: 40px;
  display: none;
  border-radius: 5px;
  margin-bottom: 10px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-color: black;
  background-size: 24%;
  background-repeat: no-repeat;
}