.adqs-container {
  width: 1140px;
  max-width: 100%;
}

/* Table Syle */
.qsd-table table td,
.qsd-table table th {
  border: 1.5px solid #d8e3ff;
  text-align: left;
  padding: 8px;
}
.qsd-text-center {
  text-align: center !important;
}
.qsd-text-medium-bold {
  font-weight: 600 !important;
}
.qsd-table table td {
  padding: 14px 20px 14px 20px;
}
.qsd-table table {
  margin-top: 38px;
  border-collapse: collapse;
  width: 100%;
}
.qsd-table table tbody > tr:nth-child(odd) > th {
  background-color: #f6f9ff;
}
.qsd-table table tbody > tr:nth-child(odd) > td,
.qsd-table table tbody tr:hover > td {
  background-color: inherit;
}
.qsd-table table tbody > tr th {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
}
.qsd-table table tbody > tr th {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 20px;
  font-weight: 600;
  color: #1f2023;
}
.qsd-table table tbody > tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #1f2023;
}
.qsd-table table tbody > tr.qsd-amount-discount td {
  color: #eb5757;
}
.adp_admin_edit_btn {
  padding: 2px 10px;
  font-size: 13px;
  color: #fff !important;
  background: #2b69fa;
}

.adqs-pricing-choose-price {
    margin-top: 30px;
    padding: 17px 54px;
    width: 100%;
    border-radius: 4px;
    background: #d8e4ff;
    transition: all 0.3s ease-in-out;
    display: block;
}
.adqs-pricing-choose-price.order-completed {
  background: #008000 !important;
}
.adqs-pricing-choose-price.order-created {
  background: #6c757d !important;
}
.adqs-pricing-choose-price.order-pending {
  background: #ffb74d !important;
}
.adqs-pricing-choose-price.order-expired {
  background: #eb5757 !important;
}
.adqs-pricing-choose-price.order-failed,
.adqs-pricing-choose-price.order-cancelled,
.adqs-pricing-choose-price.order-refunded {
  background: #ff0000 !important;
}
.adqs-pricing-choose-price[class*="order-"] .adqs-btn-content-wrap {
  color: #fff !important;
}
.adqs-orderText.order-completed {
  color: #008000 !important;
}
.adqs-orderText.order-created {
  color: #6c757d !important;
}
.adqs-orderText.order-pending {
  color: #ffb74d !important;
}
.adqs-orderText.order-expired {
  color: #eb5757 !important;
}
.adqs-orderText.order-failed,
.adqs-orderText.order-cancelled,
.adqs-orderText.order-refunded {
  color: #ff0000 !important;
}
.qsd-user-order-status .adqs-pricing-choose-price {
  margin-top: 0;
  margin-bottom: 25px;
}

.adqsp-order-heading {
  text-align: center;
  margin-bottom: 30px;
}
.adqsp-order-heading h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0;
}
.adqsp-order-heading p {
  font-size: 14px;
  color: #606c7d;
  line-height: 21px;
  margin-top: 9px;
}
.adqsp-order-listInfo,
.adqsp-order-bank_details {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d8e3ff;
  padding: 30px;
  padding-bottom: 8px;
  border-bottom: 0;
}
.adqsp-order-bank_details {
  display: block;
}
.adqsp-order-boxInfo {
  border: 1px solid #d8e3ff;
  padding: 30px;
  padding-bottom: 13px;
}
.adqsp-order-listInfo ul li {
  font-size: 18px;
  line-height: 28px;
  color: #606c7d;
  font-weight: 400;
  margin-top: 8px;
}
.adqsp-order-listInfo ul li .adqs-primary-color {
  color: #2b69fa;
  font-weight: 600;
}
.adqs-pricing-plan-type{color: #2b69fa;}
.adqsp-order-boxInfo > h2,
.adqsp-order-bank_details > h2 {
  font-size: 20px;
  line-height: 24px;
  color: #1f2023;
  margin-bottom: 20px;
}
.adqsp-order-bank_details > h2 {
  margin-bottom: 5px;
}
.adqsp-order-boxInfo .qsd-table table {
  margin-top: 0;
}
