.adp_admin_edit {
  margin-bottom: 20px;
}
.qs-single-pricings .qsd-sp-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.qs-single-pricings h2,
.qs-single-pricings h3 {
  color: #1f2023;
  font-weight: 600;
}

.qs-single-pricings p,
.adqs-pricing-features li {
  color: #606c7d;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.adqs-pricing-features li {
  flex-basis: 30%;
}
.adqs-pricing-features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.adqs-pricing-features li > span:not(.adqs-pricing-feature-label) {
  vertical-align: middle;
}
.adqs-pricing-features li > span svg {
  width: 13.33px;
}
.adqs-pricing-features li > .adqs-pricing-feature-label {
  margin-left: 5px;
}
.adqs-pricing-features {
  margin-top: 20px;
}
.qsd-single-paymentStatus p {
  margin-bottom: 5px;
}
.qsd-paymentMethode-wrap > h2,
.qsd-single-paymentStatus h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px !important;
}
.qsd-single-paymentStatus h2 {
  margin-bottom: 10px !important;
}
.qsd-single-pricings-wrap {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.qsd-single-payment-choose {
  position: relative;
}
.qsd-pym-logo {
  background: #f3f7ff;
  border: 1px solid #d9e3ff;
  border-radius: 4px;
  padding: 13px 10px;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.qsd-pym-logo.adqs-free-paymnet{color: #0062ff;}
.qsd-single-payment-choose:hover .qsd-pym-logo {
  opacity: 0.7;
}
.qsd-spBankPymentForm {
  position: fixed;
  width: 400px;
  max-width: 90vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: auto;
}
.qsd-single-payment-choose.adqsp-active .qsd-spBankPymentForm {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.adqsp-pymBtnText {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.qsd-single-payment-choose.adqsp-active + .qsd-single-payment-choose {
  z-index: -9999;
}

/* Modal backdrop overlay */
.qsd-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.qsd-single-payment-choose.adqsp-active .qsd-modal-backdrop {
  opacity: 1;
  visibility: visible;
}
.adqsp-pym-actionLogin {
  padding: 10px 20px;
}
.adqsp-pym-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.adqsp-pym-close:hover {
  background: #f5f5f5;
  transform: scale(1.1);
}
.qsd-spBankPymentForm label {
  color: #1f2023;
  font-weight: 600;
  margin-bottom: 10px;
}
.qsd-single-payment-choose + .qsd-single-payment-choose {
  margin-top: 15px;
}

.adqsp-pym-totel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(126, 139, 160, 0.23);
}
.adqsp-pym-totel,
.adqsp-pym-bank-info,
.adqsp-pymBank-userInfos {
  padding-left: 20px;
  padding-right: 20px;
}
.adqsp-pym-action {
  padding-bottom: 20px;
}
.adqsp-pym-bank-info {
  margin-top: 20px;
  margin-bottom: 20px;
}
.adqsp-pym-totel span {
  font-size: 24px;
  color: #1f2023;
}
.adqsp-pym-totel strong {
  font-weight: 700;
  font-size: 24px;
  color: #1f2023;
}
.qsd-single-pricings-main {
  flex: 1 1 0%;
  flex-basis: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 35px;
  padding-bottom: 20px;
  border-radius: 4px;
}
.qsd-sp-right-sidebar {
  flex-basis: 500px;
  border: 1px solid #d8e3ff;
  padding: 26px 25px;
  padding-bottom: 30px;
}
.qsd-content-area .qsd-spBankPymentForm > h2 {
  background: #d0deff;
  box-shadow: 0px 20px 96px rgba(0, 0, 0, 0.12);
  border-radius: 3px 3px 0px 0px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 15px 10px;
  margin: 0;
}
.adqsp-pymBank-ui-trnId {
  margin-top: 20px;
}
.adqsp-pymBank-ui-editor .wp-editor-container,
.adqsp-pymBank-ui-trnId input,
.adqsp-pymBank-ui-trnId input:focus {
  border: 1px solid #d8e3ff !important;
  border-radius: 4px;
  outline: none !important;
}
.qsd-content-area .adqsp-pymBank-ui-trnId input {
  height: 45px;
  padding: 10px !important;
}
.adqsp-pym-action a {
  padding: 12px 32px;
  background: #2b69fa;
  border-radius: 4px;
  display: block;
  text-align: center;
  margin-top: 18px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff !important;
  transition: all 0.3s;
}
.adqsp-pym-action a:hover {
  opacity: 0.8;
}
/* Removed arrow pointer for centered modal */
.adqsp-pymBtnText {
  position: relative;
}
.adqsp-ajax-loading .qsd-loader-spinner {
  display: inline-block;
}
.adqsp-error-msg,
.adqsp-success-msg {
  color: rgb(255, 2, 2) !important;
  padding: 5px;
  margin-bottom: 10px;
}
.adqsp-success-msg {
  color: #008000 !important;
}
.adqsp-error-msg:not(.adqsp-error-active),
.adqsp-success-msg:not(.adqsp-success-active) {
  display: none;
}

/* Css Loder spinner */
.qsd-loader-spinner {
  border: 0.2em solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s loader_spinner linear infinite;
  width: 25px;
  height: 25px;
  display: none;
}
.adqsp-pymBankDefaultInfo {
  word-break: break-all;
}
.qsd-pym-paypal .adqsp-ajax-loading .qsd-loader-spinner {
  left: 45px;
  border: 0.2em solid #179bd7;
  border-bottom-color: transparent;
}
#paypal-button-container {
  margin-top: 30px;
}
.qsd-bankPymentFormOptions{
	overflow-y: auto;
}
.adqs-payment-currency-notice{margin-top: -10px;}
@keyframes loader_spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*=========== Responsive =============*/
@media (max-width: 768px) {
  .qsd-single-pricings-wrap {
    display: block;
  }
  .qsd-sp-right-sidebar {
    margin-top: 40px;
  }
  
  .qsd-spBankPymentForm {
    width: 95vw;
    max-height: 90vh;
    margin: 0;
  }
  
  .adqsp-pym-close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
