.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: absolute;
  width: 345px;
  right: 0;
  top: 95%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  margin-right: -25px;
}
.qsd-single-payment-choose.adqsp-active .qsd-spBankPymentForm {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.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;
}
.adqsp-pym-actionLogin {
  padding: 10px 20px;
}
.adqsp-pym-close {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.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;
}
.qsd-spBankPymentForm:before {
  content: "";
  border: 20px solid transparent;
  border-bottom-color: #d0deff;
  position: absolute;
  top: -39px;
  border-left-width: 12px;
  border-right-width: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.adqsp-pymBtnText {
  position: relative;
}
.adqsp-ajax-loading .qsd-loader-spinner {
  display: inline-block;
}
.adqsp-error-msg,
.adqsp-success-msg {
  background: rgb(255, 2, 2);
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.adqsp-success-msg {
  background: #008000;
}
.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{
	max-height: 500px;
	overflow-y: auto;
}
@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;
  }
}
