* {
  font-family: inherit;
  box-sizing: border-box;
}

.ccb-pdf-layout {
  min-height: 1122px;
}

.vue-html2pdf {
  height: 100%;
}
.vue-html2pdf .content-wrapper {
  height: 100%;
}
.vue-html2pdf * {
  font-family: "Eudoxus Sans";
}

.calc-container-wrapper .vue-html2pdf {
  display: none;
}

.ccb-pdf-tool-manager-preview {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
}
.ccb-pdf-tool-manager-preview {
  box-sizing: border-box;
}

.ccb-pdf-layout,
.ccb-pdf-layout-wrapper {
  width: 100%;
  height: 100%;
}
.ccb-pdf-layout.ccb-with-right-sidebar,
.ccb-pdf-layout-wrapper.ccb-with-right-sidebar {
  flex-direction: row-reverse;
}
.ccb-pdf-layout.ccb-pdf-layout-wrapper,
.ccb-pdf-layout-wrapper.ccb-pdf-layout-wrapper {
  background: #ffffff;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ccb-pdf-layout {
  display: flex;
}
.ccb-pdf-layout__items {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item {
  width: 100%;
  padding: 10px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item:last-child {
  display: flex;
  /* min-height: 100%; */
  height: 100%;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper {
  border: 1px solid transparent;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  cursor: pointer;
  transition: 200ms linear;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper:hover {
  border: 1px solid #1AB163;
  box-shadow: 0 0 4px 0 rgba(26, 177, 99, 0.44);
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-title {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-description {
  color: inherit;
  font-size: 8px;
  font-weight: 500;
  line-height: normal;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item {
  display: flex;
  column-gap: 5px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item-label {
  color: inherit;
  font-size: 8px;
  font-weight: 700;
  line-height: normal;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item-value {
  color: inherit;
  font-size: 8px;
  font-weight: 500;
  line-height: normal;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item.textarea, .ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item.message, .ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item.address {
  flex-direction: column;
  column-gap: unset;
  row-gap: 2px;
  margin-bottom: 5px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item.address {
  margin-bottom: 0;
  margin-top: 5px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary .pdf-total-summary-group-elements {
  display: flex;
  width: 100%;
  padding: 3px 0;
  justify-content: space-between;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary .pdf-total-summary-group-elements:last-child {
  border: none !important;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--header {
  height: 28px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--header span {
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--header-name {
  width: 70px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
  flex-wrap: wrap;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item span {
  word-break: break-word;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-name {
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  width: 125px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-name-extra {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin: 6px 0;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-name-extra .ccb-pdf-extra-wrap {
  display: flex;
  row-gap: 5px;
  column-gap: 5px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-unit {
  color: inherit;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  width: 90px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-total {
  color: inherit;
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  flex: 1;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .ccb-payment-info-images {
  display: flex;
  width: 100%;
  column-gap: 20px;
  padding: 10px;
  justify-content: flex-end;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .ccb-payment-info-images img {
  object-fit: contain;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box {
  width: 100%;
  display: flex;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-qr-code {
  max-width: 136px;
  width: 100%;
  display: flex;
  padding: 5px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-qr-code img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info .ccb-discount-off {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 9px;
  padding: 0 3px 1px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info span {
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info--payment, .ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info--totals {
  display: flex;
  flex-direction: column;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info--payment-item, .ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item-box .pdf-order-block-payment-info--totals-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  column-gap: 5px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block {
  align-items: center;
  justify-content: center;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 10px;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box--title {
  color: inherit;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box--description {
  color: inherit;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.top_text_block .ccb-pdf-item-title {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.order_id_and_date .ccb-pdf-item-info {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  row-gap: unset;
  column-gap: 20px;
}
.ccb-pdf-layout__sidebar {
  flex: 1;
  min-width: 220px;
  max-width: 220px;
  width: 100%;
  background: inherit;
}
.ccb-pdf-layout__sidebar .order_id_and_date .ccb-pdf-item-info {
  flex-direction: column !important;
  row-gap: 10px !important;
  column-gap: 0 !important;
}
.ccb-pdf-layout__sidebar .order_id_and_date .ccb-pdf-item-info .ccb-pdf-item-info--item {
  flex-direction: column !important;
  column-gap: 0 !important;
}
.ccb-pdf-layout__sidebar .brand_block .ccb-pdf-item-img {
  width: 100%;
  text-align: center;
}
.ccb-pdf-layout__sidebar .customer_block .ccb-pdf-item-info--item,
.ccb-pdf-layout__sidebar .company_block .ccb-pdf-item-info--item {
  flex-direction: column;
}
.ccb-pdf-layout__content {
  flex: 1;
}
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item:last-child {
  height: auto;
}
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .brand_block {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 0;
}
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .brand_block .ccb-pdf-item-text-box {
  margin-bottom: 0 !important;
}
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info,
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .company_block .ccb-pdf-item-info {
  flex-direction: row !important;
  column-gap: 15px !important;
  flex-wrap: wrap !important;
}
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info--item,
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .company_block .ccb-pdf-item-info--item {
  flex-direction: column;
}
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info--item.address,
.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .company_block .ccb-pdf-item-info--item.address {
  justify-content: flex-start;
  width: 100%;
  flex: 1;
  min-width: 100%;
  display: flex;
}
