.components-text-control__input:focus {
  border-color: #9a17ff !important;
  box-shadow: 0 0 0 0.5px #9a17ff !important;
  outline: 2px solid #0000 !important;
}

p.submit {
  margin: 0px !important;
  padding: 0px !important;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.dvpay-color {
  color: #9a17ff;
}

.dvpay-bg-color {
  background: #9a17ff;
  color: white;
}

.dvpay-secondary-color {
  background-color: rgba(156, 26, 255, 0.3);
}

.dvpay-primary-btn {
  background: #9a17ff;
  color: white;
  border-radius: 4px;
}

.dvpay-tertiary-btn:hover {
  background: rgba(156, 26, 255, 0.04);
}

.dvpay-primary-btn:hover {
  background-color: rgba(156, 26, 255, 0.3);
}

.dvpay-secondary-btn {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #9a17ff;
  color: #9a17ff;
}

.dvpay-danger-btn{
  background: red;
  color: white;
  border-radius: 4px;
}

.dvpay-danger-btn:hover{
  color: white !important;
}

.components-button:focus:not(:disabled) {
  box-shadow: 0 0 0 #9a17ff;
  /* outline: 3px solid #0000; */
  outline: 1px solid #9a17ff;
}

.components-checkbox-control__input[type="checkbox"]:checked {
  background: #9a17ff;
  border-color: #9a17ff !important;
}

.components-checkbox-control__input[type="checkbox"]:focus {
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff,
    0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #9a17ff;
  outline: 2px solid #0000;
  outline-offset: 2px;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img,
a:focus .plugin-icon {
  color: #9a17ff;
  box-shadow: none;
  outline: none;
}

.components-button:hover {
  color: #9a17ff;
  /* background-color: rgba(156,26,255,.3); */
}

.components-tab-panel__tabs-item:after {
  background: #9a17ff;
}

a {
  color: #9a17ff;
}

a:hover {
  color: #9a17ff;
}

/* [data-tab-info] {
  display: none;
} */

/* .active[data-tab-info] {
  display: block;
} */

.tabs {
  border-bottom: 1px solid grey;
}

.box-container {
  background: white;
  width: 70%;
  /* border: 1px solid grey; */
  box-shadow: 0 0 0 1px #ddd;
}

.box-container .box {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-container .box ul {
  width: 100%;
}

.box-container .box li {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 20px;
}

.border-bottom {
  /* border-bottom: 1px solid grey; */
  border-bottom: 1px solid transparent;
  /* to reserve space for the box-shadow */
  box-shadow: 0 1px 0 0 #ddd;
}

.grey {
  color: rgb(117, 117, 117);
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}


.flex-end
{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.p-20 {
  padding: 20px;
}

.p-10 {
  padding: 10px;
}

.loading {
  animation: edit-post__fade-in-animation 0.2s ease-out 0s;
  display: none;
  align-items: center;
  justify-content: center;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.loading-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  width: 50%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 10%;
  max-width: max-content;
  overflow: hidden;
  padding: 0px 20px;
}

.dowload-para-status-logo-container{
    width: 60px;
    padding: 10px;
}

.ipospaysLoading{
  animation: edit-post__fade-in-animation 0.2s ease-out 0s;
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
}

.lightbox {
  animation: edit-post__fade-in-animation 0.2s ease-out 0s;
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  width: 50%;
  border-radius: 8px;
  max-height: 100%;
  margin-top: 120px;
  /* max-height: 70%; */
  max-width: 600px;
  overflow: auto;
}

#edit-keys-button {
  display: none;
}

.delete-account-lightbox {
  animation: edit-post__fade-in-animation 0.2s ease-out 0s;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.delete-account-lightbox-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  width: 100%;
  border-radius: 8px;
  max-height: 70%;
  max-width: 400px;
  /* overflow-y: scroll; */
}

#edit-keys-button{
  display: none;
}

.delete-account-lightbox {
  animation: edit-post__fade-in-animation 0.2s ease-out 0s;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.delete-account-lightbox-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  width: 100%;
  border-radius: 8px;
  max-height: 70%;
  max-width: 400px;
  /* overflow-y: scroll; */
}


.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.card-container {
  display: flex;
  margin: 20px 0;
}

.card-left {
  width: 30%;
  padding: 20px;
}

.payment-method-container {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 80%;
}

.payment-method-image {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  /* width: 50px;
    height: 50px; */
}

@media only screen and (min-width: 1300px) {
  .container {
    padding: 10px 50px;
  }
}

@media only screen and (max-width: 600px) {
  .card-container {
    flex-direction: column;
  }

  .card-left {
    width: 90%;
  }

  .box-container {
    width: 100%;
  }

  .payment-method-image {
    display: none;
  }
}

.customize-section {
  transition: all 0.3s ease;
  overflow: hidden;
}

.handle {
  display: none;
  /* Initially hidden */
  cursor: grab;
  margin-right: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  /* Align dropdown menu to the left */
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 170%; /* Position above the icon */
  left: 400%;
  margin-left: -110px; /* Center the tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-icon {
  color: white;
  background-color: rgb(255, 72, 72);
  border-radius: 50%;
  padding: 2px 9px;
  cursor: pointer;
  margin-right: 5px;
}

.components-button:hover:not(:disabled, [aria-disabled="true"]),
.components-button[aria-expanded="true"] {
  color: #9a17ff;
}

/* Style for the slider track */
input[type="range"] {
  -webkit-appearance: none; /* Remove default styling */
  width: 100%; /* Adjust width as needed */
  height: 8px; /* Track height */
  background: lightgray; /* Track color */
  border-radius: 5px; /* Rounded corners */
  outline: none; /* Remove outline */
}

/* Style for the slider thumb (handle) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove default styling */
  appearance: none;
  width: 20px; /* Thumb width */
  height: 20px; /* Thumb height */
  background: #9a17ff; /* Thumb color */
  border-radius: 50%; /* Round thumb */
  cursor: pointer; /* Change cursor on hover */
}

/* For Firefox slider */
input[type="range"]::-moz-range-thumb {
  width: 20px; /* Thumb width */
  height: 20px; /* Thumb height */
  background: #9a17ff; /* Thumb color */
  border: none; /* Remove border */
  border-radius: 50%; /* Round thumb */
  cursor: pointer; /* Change cursor on hover */
}

/* For Internet Explorer and Edge */
input[type="range"]::-ms-thumb {
  width: 20px; /* Thumb width */
  height: 20px; /* Thumb height */
  background: #9a17ff; /* Thumb color */
  border-radius: 50%; /* Round thumb */
  cursor: pointer; /* Change cursor on hover */
}

/* Track styles for Firefox and IE/Edge */
input[type="range"]::-moz-range-track,
input[type="range"]::-ms-track {
  width: 100%;
  height: 8px;
  background: lightgray;
  border-radius: 5px;
}

.components-text-control__input:invalid {
  border: 1px solid red;
}

#emebbed_payment_error {
  display: none;
}

/* Custom WooCommerce Notices */
.custom-notice {
  padding: 12px 15px;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

.custom-notice.success {
  background-color: #dff0d8;
  border-left: 5px solid #4caf50;
  color: #3c763d;
}

.custom-notice.error {
  background-color: #f2dede;
  border-left: 5px solid #d9534f;
  color: #a94442;
}

.custom-notice.warning {
  background-color: #fcf8e3;
  border-left: 5px solid #ff9800;
  color: #8a6d3b;
}

.fs-14 {
  font-size: 14px !important;
}

.payment-method {
  display: none;
}

.payment-method-left {
  padding: 20px;
  width: 30%;
}

.payment-method-right {
  width: 70%;
}

/* Ensure loaders are visible */
.payment-method-loading {
  display: none; /* Hidden by default */
}

/* Common styles for loading animation */
.payment-method-left.is-loading .image,
.payment-method-left.is-loading h2,
.payment-method-left.is-loading p,
.payment-method-right.is-loading .image,
.payment-method-right.is-loading h2,
.payment-method-right.is-loading p {
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

/* Image size adjustments */
.payment-method-left.is-loading .image,
.payment-method-right.is-loading .image {
  height: 150px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Text placeholder sizes */
.payment-method-left.is-loading h2,
.payment-method-right.is-loading h2 {
  height: 30px;
  width: 50%;
}

.payment-method-left.is-loading p,
.payment-method-right.is-loading p {
  height: 20px;
  width: 75%;
}

/* Shimmer effect animation */
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

#ipospays_loading_logo {
  display: none;
  height: 235px;
}

#ipospays_loading_logo_live {
  display: none;
  height: 235px;
}

.w-20 {
  width: 15%;
}

#payment-method-loadind-container {
  display: none;
}

.display-none {
  display: none !important;
}

.refresh:hover::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  /* border-top-color: #9a17ff; */
  z-index: 10;
}

.refresh {
  position: relative;
  cursor: pointer;
  padding: 4px 8px;
}

.refresh:hover::after {
  content: "Refresh Account";
  position: absolute;
  bottom: 125%; /* Above the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(0 0 0 / 59%);
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
}

.refresh:hover {
  /* background: rgb(154 23 255 / 9%); */
  border-radius: 4px;
}

.delete:hover::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  /* border-top-color: #9a17ff; */
  z-index: 10;
}

.delete {
  position: relative;
  cursor: pointer;
  padding: 4px 8px;
}

.delete:hover::after {
  content: "Delete Account";
  position: absolute;
  bottom: 125%; /* Above the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(0 0 0 / 59%);
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
}

.delete:hover {
  background: rgba(255, 23, 23, 0.09);
  border-radius: 4px;
}

.tpn-text {
  display: block;
  background: lightgoldenrodyellow;
  padding: 5px 16px;
  font-weight: 500;
  color: black;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  border: 1px solid;
  width: 15px;
  height: 13px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding-bottom: 3px;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  border: 1px solid;
  width: 12px;
  height: 6px;
  text-align: center;
  line-height: 13px;
  font-weight: bold;
  font-size: 10px;
  padding-bottom: 6px;
}

.custom-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  white-space: normal; /* Allows multi-line text */
  width: 350px; /* Set width for wrapping text */
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  display: none;
  z-index: 1000;
  margin-bottom: 5px;
}

.custom-tooltip:hover::after {
  display: block;
}

#woocommerce_ipospays_settings.ipospays-disabled,
#woocommerce_ipospays_settings.ipospays-disabled:hover {
  pointer-events: none; /* Disable mouse interaction */
  opacity: 0.6; /* Optional: show it's disabled */
  cursor: not-allowed !important; /* No pointer cursor */
  box-shadow: none !important; /* Remove hover effects like shadows */
  background: #9a17ff; /* Optional: greyed out look */
  color: white;
}

.cancel-button {
  display: none;
}

.body-loading {
  display: none;
}

.delete-header {
  text-align: center;
  padding: 10px;
  border: none;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  font-weight: 500;
  background: #9a17ff;
  color: white;
}

#error-message-test-api-key {
  display: none;
}

#error-message-test-secret-key {
  display: none;
}

#error-message-test-tpn {
  display: none;
}

#error-message-live-api-key {
  display: none;
}

#error-message-live-secret-key {
  display: none;
}

#error-message-live-tpn {
  display: none;
}
#toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #323232;
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px 12px 20px;
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
  font-size: 14px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease, top 0.5s ease;
}

#toast.show {
  visibility: visible;
  opacity: 1;
  top: 40px;
}

#toast.success {
  background-color: #27ae60;
}

#toast.error {
  background-color: #e74c3c;
}

#toast .close-btn {
  margin-left: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background: none;
  color: #fff;
}

#toast .close-btn:hover {
  opacity: 0.8;
}

.components-button:hover:not(:disabled, [aria-disabled="true"]),
.components-button[aria-expanded="true"] {
  color: #9a17ff;
}

/* Style for the slider track */
input[type="range"] {
  -webkit-appearance: none; /* Remove default styling */
  width: 100%; /* Adjust width as needed */
  height: 8px; /* Track height */
  background: lightgray; /* Track color */
  border-radius: 5px; /* Rounded corners */
  outline: none; /* Remove outline */
}

/* Style for the slider thumb (handle) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove default styling */
  appearance: none;
  width: 20px; /* Thumb width */
  height: 20px; /* Thumb height */
  background: #9a17ff; /* Thumb color */
  border-radius: 50%; /* Round thumb */
  cursor: pointer; /* Change cursor on hover */
}

/* For Firefox slider */
input[type="range"]::-moz-range-thumb {
  width: 20px; /* Thumb width */
  height: 20px; /* Thumb height */
  background: #9a17ff; /* Thumb color */
  border: none; /* Remove border */
  border-radius: 50%; /* Round thumb */
  cursor: pointer; /* Change cursor on hover */
}

/* For Internet Explorer and Edge */
input[type="range"]::-ms-thumb {
  width: 20px; /* Thumb width */
  height: 20px; /* Thumb height */
  background: #9a17ff; /* Thumb color */
  border-radius: 50%; /* Round thumb */
  cursor: pointer; /* Change cursor on hover */
}

/* Track styles for Firefox and IE/Edge */
input[type="range"]::-moz-range-track,
input[type="range"]::-ms-track {
  width: 100%;
  height: 8px;
  background: lightgray;
  border-radius: 5px;
}

.components-text-control__input:invalid {
  border: 1px solid red;
}

#emebbed_payment_error{
display: none;
}

/* Custom WooCommerce Notices */
.custom-notice {
  padding: 12px 15px;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

.custom-notice.success {
  background-color: #dff0d8;
  border-left: 5px solid #4caf50;
  color: #3c763d;
}

.custom-notice.error {
  background-color: #f2dede;
  border-left: 5px solid #d9534f;
  color: #a94442;
}

.custom-notice.warning {
  background-color: #fcf8e3;
  border-left: 5px solid #ff9800;
  color: #8a6d3b;
}

.fs-14{
 font-size: 14px !important;
}

.payment-method {
  display: none;
}

.payment-method-left {
  padding: 20px;
  width: 30%;
}

.payment-method-right {
  width: 70%;
}

/* Ensure loaders are visible */
.payment-method-loading {
  display: none; /* Hidden by default */
}

/* Common styles for loading animation */
.payment-method-left.is-loading .image,
.payment-method-left.is-loading h2,
.payment-method-left.is-loading p,
.payment-method-right.is-loading .image,
.payment-method-right.is-loading h2,
.payment-method-right.is-loading p {
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

/* Image size adjustments */
.payment-method-left.is-loading .image,
.payment-method-right.is-loading .image {
  height: 150px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Text placeholder sizes */
.payment-method-left.is-loading h2,
.payment-method-right.is-loading h2 {
  height: 30px;
  width: 50%;
}

.payment-method-left.is-loading p,
.payment-method-right.is-loading p {
  height: 20px;
  width: 75%;
}

/* Shimmer effect animation */
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

#ipospays_loading_logo{
  display: none;
  height: 235px;
}

#ipospays_loading_logo_live{
  display: none;
  height: 235px;
}

.w-20{
  width: 15%;
}

#payment-method-loadind-container{
  display: none;
}

.display-none{
  display: none !important;
}

.refresh:hover::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  /* border-top-color: #9a17ff; */
  z-index: 10;
}

.refresh {
  position: relative;
  cursor: pointer;
  padding: 4px 8px;
}

.refresh:hover::after {
  content: "Refresh Account";
  position: absolute;
  bottom: 125%; /* Above the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(0 0 0 / 59%);
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
}


.refresh:hover{
  background: rgb(154 23 255 / 9%);
  border-radius: 4px;
}



.delete:hover::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  /* border-top-color: #9a17ff; */
  z-index: 10;
}

.delete {
  position: relative;
  cursor: pointer;
  padding: 4px 8px;
}

.delete:hover::after {
  content: "Delete Account";
  position: absolute;
  bottom: 125%; /* Above the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(0 0 0 / 59%);
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
}


.delete:hover{
  background: rgba(255, 23, 23, 0.09);
  border-radius: 4px;
}

.tpn-text{
  display: block;
  background: lightgoldenrodyellow;
  padding: 5px 16px;
  font-weight: 500;
  color: black;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  border: 1px solid;
  width: 15px;
  height: 13px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding-bottom: 3px;
}


.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  border: 1px solid;
  width: 12px;
  height: 6px;
  text-align: center;
  line-height: 13px;
  font-weight: bold;
  font-size: 10px;
  padding-bottom: 6px;
}

.custom-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  white-space: normal; /* Allows multi-line text */
  width: 350px; /* Set width for wrapping text */
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  display: none;
  z-index: 1000;
  margin-bottom: 5px;
}

.custom-tooltip:hover::after {
  display: block;
}


#woocommerce_ipospays_settings.ipospays-disabled,
#woocommerce_ipospays_settings.ipospays-disabled:hover {
  pointer-events: none;        /* Disable mouse interaction */
  opacity: 0.6;                /* Optional: show it's disabled */
  cursor: not-allowed !important;  /* No pointer cursor */
  box-shadow: none !important; /* Remove hover effects like shadows */
  background: #9a17ff;            /* Optional: greyed out look */
  color: white;
}

.cancel-button {
  display: none;
}


.body-loading{
  display: none;
}


.delete-header{
  text-align: center;
  padding: 10px;
  border: none;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  font-weight: 500;
  background: #9a17ff;
  color: white;
}

/* #apple-pay-sevices{
  display: none;
} */

body.woocommerce_page_wc-settings #wpbody-content{
  background-color: transparent !important;
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.error-border{
  border: 1px solid red !important;
}

#apple-merchant-id{
  color: black;
  cursor: not-allowed;
}

#google-merchant-id{
  color: black;
}

#google-merchant-id:disabled{
  cursor: not-allowed;
}

.classic-notice-text {
  display: block;
  background: lightgoldenrodyellow;
  padding: 5px 16px;
  /* font-weight: 500; */
  color: black;
}