:root {
    --brand_qr_text_color: #000000;
    --brand_qr_bg_color: #3C3C3B;
    --brand_pdf_logo_width: 230px;
    --brand_email_logo_width: 230px;
    --brand_payment_logo_width: 230px;
    --brand_qr_logo_width: 230px;
    --brand_payment_desktop_bg_image_opacity: 54%;
    --brand_payment_first_line_font: Inter, sans-serif;
    --brand_payment_second_line_font: Inter, sans-serif;
    --brand_payment_desktop_heading_text_color: #fff;
    --brand_qr_top_panel_bg_color: #ffffff;
}

.printset_heading {
  font: var(--brand_payment_second_line_font);
  color: var(--brand_payment_desktop_heading_text_color);
}
.printset_sub-heading {
  font: var(--brand_payment_first_line_font);
  color: var(--brand_payment_desktop_heading_text_color);
}
.printset-body {
  position: relative;
  background-image: var(--brand_payment_desktop_bg_image);
  background-color: var(--brand_payment_desktop_bg_color);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.printset-body::before {
  background: #000;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  opacity: var(--brand_payment_desktop_bg_image_opacity);
}
@media (max-width: 768px) {
  .printset-body {
    background-image: none;
    background-color: var(--brand_payment_mobile_bg_color);
  }
  .printset-body::before{
    display: none;
  }
  .printset_body {
    background-color: #fff;
  }
  
}
.printset-body>* {
  position: relative;
}
.pltd-template-heading,
.printset_heading,
.printset_sub-heading {
    text-transform: unset;
}
.brand-pdf-logo {
    width: var(--brand_pdf_logo_width);
}
.brand-email-logo {
    width: var(--brand_email_logo_width);
}
.brand-payment-logo {
    width: var(--brand_payment_logo_width);
}
.brand-qr-logo {
    width: var(--brand_qr_logo_width);
}

.printset_tab-btn {
    background-color: transparent;
}

.user-main {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 20px 40px 20px;
    min-height: auto;
    background-image: linear-gradient(#0003, #0003), url('../images/printset_bkg_1500.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    color: #fff;
    flex: 1;
    width: 100%;
    height: 100%;
    /*color: #3C3C3B;*/
  }
  .qr-image-wrapper {
    background-color: #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 276px;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 24px;
    overflow: hidden;
  }
  .qr-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .qr-code-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    /*color: var(--brand_qr_text_color);*/
    color: var(--brand_payment_mobile_heading_text_color);
  }
  h1.qr-code-title {
    margin: 0;
}
  
  #brand_qr_first_line_Layer{
    /*color: var(--brand_qr_text_color);*/
    color: var(--brand_payment_mobile_heading_text_color);
    /*font: var(--brand_payment_first_line_font);*/
    font-family: Inter, sans-serif;
    display: block;
    margin-bottom: 4px;
    /*font-size: 14px;*/
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
  }
  @media (max-width: 767px) {
    span#brand_payment_first_line_Layer {
      color: var(--brand_payment_mobile_heading_text_color);
      margin-bottom: 4px;
    }
  }
  #brand_qr_second_line_Layer{
    text-transform: unset;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    
    font-weight: 700;
    /*color: var(--brand_qr_text_color);*/
    color: var(--brand_payment_mobile_heading_text_color);
    font-family: Inter, sans-serif;
    margin-bottom: 18px;
    display: block;
    /*font-size: 26px;*/
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
  @media (max-width: 767px) {
    #brand_payment_second_line_Layer {
      color: var(--brand_payment_mobile_heading_text_color);
      margin-bottom: 0;
    }
  }
  #brand_qr_description_Layer {
    font-size: 14px;
    /*color: var(--brand_qr_text_color);*/
    color: var(--brand_payment_mobile_heading_text_color);
    letter-spacing: -0.2px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    #brand_payment_sub_text_Layer {
      color: var(--brand_payment_mobile_heading_text_color);
      margin-bottom: 0px;
    }
  }
  .qr-code-thank-you {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    /*color: var(--brand_qr_text_color);*/
    color: var(--brand_payment_mobile_heading_text_color);
  }
  
  .mobile-br {
    display: none;
  }
  .dashboard-content {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    flex: 1;
  }
  .doshboard-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }

    .qr-code-wrapper {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      background-image: url(../images/FlatMobileMockup.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 390px;
      width: 390px;
      height: 780px;
      /*background-color: var(--brand_qr_bg_color);*/
      background-color: #fff;
      padding: 0px;
      justify-content: flex-start;
      padding-top: 18px;
      border-radius: 50px;
      overflow: hidden;
      transform: scale(0.9);
    }
    .qr-page-content {
      background-color: var(--brand_payment_mobile_bg_color);
    }
    .user-main {
      padding-bottom: 0;
    }

  .panel-body.qr-panel {
    padding-top: 0;
    padding-bottom: 0;
  }

  .invoice-content-wrap {
    text-align: unset;
    max-width: unset;
  }
  .invoice-content-wrap.description {
    width: 350px;
  }
  .invoice-content-right,
  .invoice-heading-right {
    grid-column-gap: 34px;
  }
  .primary-text {
    color: var(--dashboard--primary);
    letter-spacing: .2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-width: unset;
    text-align: left;
}
/*
.brand_left-block {
  width: 420px;
  max-width: 420px;
  min-width: 420px;
}
*/


.panel-body.pdf-template-panel-body {
  max-width: 650px; 
  margin: 0 auto;
}
.panel-body.pdf-template-panel-body .invoice-wrapper {
  transform: scale(0.8);
  transform-origin: center top;
}
.invoice-header {
  align-items: center;
} 

button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.qr-top-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand_top_panel_bg_color);
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.qr-page-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; 
  padding-top: 65px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  height: 100%;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
 }
 .template-panel .qr-page-content,
 .dashboard-content .qr-page-content {
  padding-top: 65px;
 }
.qr-top-panel+.qr-page-content {
  padding-top: 45px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media (max-width: 767px) {
  .qr-top-panel+.qr-page-content,
  .qr-top-panel, .qr-page-content {
    border-radius: 0;
  }
  .qr-page-content {
    flex: 1;
  }
}
.qr-code-wrapper {
  background-image: none;
  overflow: visible;
  border-radius: 60px;
  width: 390px;
  height: 800px;
}
.qr-code-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -4px;
  width: 398px;
  height: 804px;
  background-image: url(../images/mobile_frame_rs.svg?v=2);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 398px;
}
@media (max-width: 767px) {
  .qr-code-wrapper {
    transform: none;
    width: 100%;
    height: auto;
    flex: 1;
    border-radius: 0;
  }
  .qr-code-wrapper::before {
    display: none;
  }
  .qr-top-panel {
    border-radius: 0;
  }
  .user-main:has(.qr-code-wrapper) {
    padding: 0;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    min-height: 106px;
  }
}
@media screen and (max-width: 479px) {
  .template-heading-block {
    /*
      padding-top: 65px;
      padding-bottom: 20px;
    */
  }
}
@media screen and (max-width: 479px) {
  .printset_heading-text {
      margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .tax-card-left {
      word-break: initial;
  }
}
.w-tab-link:not(.w--current) .active-check-block {
  display: none;
}
.template-panel-wrapper .card-tittle,
.tab-content-block .card-tittle {
  line-height: 1.2em;
  margin-bottom: 10px;
}
.printset-body {
  min-height: calc(100dvh - 120px);
  padding-bottom: 40px;
}
.printset_body:has(>.shop-not-active-panel) .printset-body {
  min-height: calc(100dvh - 120px - 30px);
}
@media screen and (max-width: 767px) {
  .printset_body .printset_sticky-block {
      background-color: transparent;
      padding-bottom: 0px;
      position: sticky;
      bottom: 0;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
  }
}
@media screen and (max-width: 479px) {
  .printset-body {
    min-height: calc(100dvh - 106px);
  }
  .printset_body:has(>.shop-not-active-panel) .printset-body {
    min-height: calc(100dvh - 106px - 30px);
  }
}
@media screen and (max-width: 991px) {
  .billing-heading-grid {
    grid-template-columns: minmax(24px, 24px) minmax(198px, 1fr) minmax(65px, 1fr) 1fr 1fr;
  }
  .billing-table-body {
    grid-template-columns: minmax(24px, 24px) minmax(198px, 1fr) minmax(65px, 1fr) 1fr 1fr;
  }
}
.printset_continue-btn,
.printset_submit-btn,
.printset_payment-btn {
  background-color: var(--brand_payment_continue_button_bg_color);
  color: var(--brand_payment_continue_button_text_color);
  font-size: 16px;
}

.powered-by-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  background: #FFF;

  position: absolute;
  bottom: 30px;
  right: 30px;
  padding-top: 1px;
}
.powered-by-text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.powered-by-logo {
  width: 110px;
  height: auto;
  display: block;
}

@media (max-width: 1400px) {
  .powered-by-badge {
    position: relative;
    top: 30px;
    margin-bottom: 20px;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .powered-by-badge {
    top: 30px;
    margin-bottom: 40px;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .printset-body.bottom-padding {
      padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .printset_btn-block {
    background-color: #f0f0f0;
  }
  .billed-info-block,
  .invoice-main-block {
    /*background: #f7f7f7;*/
  }
}
.payment-card-block,
.payment-billing-block {
  /*background: #f7f7f7;*/
}


#brand_qr_second_line_Layer,
#brand_qr_description_Layer {
  display: none;
}
#brand_qr_first_line_Layer {
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
.template-panel .qr-page-content, 
.dashboard-content .qr-page-content {
  padding-top: 54px;
}
#brand_qr_first_line_Layer {
  margin-bottom: 0px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.qr-image-wrapper {
  margin-top: 38px;
  margin-bottom: 38px;
}
.brand-qr-name {
  margin-top: 0;
  margin-bottom: 0;

  color: #272E35;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
}
#brand_qr_last_line_Layer {
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/*
.qr-code-wrapper {
  width: 430px;
  height: 882px;
}
.qr-code-wrapper::before {
  width: 438px;
  height: 886px;
  background-size: 438px;
}
.qr-top-panel {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
.qr-page-content {
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
*/

.unit-price-wrapper {
 background-color: #fff; 
}
.printset_tab-btn {
  background-color: #fff;
}
.printset_filling-card {
  background-color: #fff;
}