
.ccb-tab-content * {
	box-sizing: border-box;
	font-family: inherit;
}

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

.vue-html2pdf, .vue-html2pdf .content-wrapper {
	height: 100%;
}

.vue-html2pdf * {
	font-family: Eudoxus Sans;
}

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

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

.ccb-pdf-layout, .ccb-pdf-layout-wrapper {
	height: 100%;
	width: 100%;
}

.ccb-pdf-layout-wrapper.ccb-with-right-sidebar, .ccb-pdf-layout.ccb-with-right-sidebar {
	flex-direction: row-reverse;
}

.ccb-pdf-layout-wrapper.ccb-pdf-layout-wrapper, .ccb-pdf-layout.ccb-pdf-layout-wrapper {
	background: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
}

.ccb-pdf-layout {
	display: flex;
}

.ccb-pdf-layout__items {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item {
	padding: 10px;
	width: 100%;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item.order_block {
	font-size: 10px;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item:last-child {
	display: flex;
	height: 100%;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper {
	border: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	row-gap: 10px;
	transition: .2s linear;
	width: 100%;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper:hover {
	border: 1px solid #1ab163;
	box-shadow: 0 0 4px 0 rgba(26, 177, 99, .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 {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	row-gap: 5px;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .ccb-pdf-item-info--item {
	column-gap: 5px;
	display: flex;
}

.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.address, .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.textarea {
	column-gap: unset;
	flex-direction: column;
	margin-bottom: 5px;
	row-gap: 2px;
}

.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;
	justify-content: space-between;
	padding: 3px 0;
	width: 100%;
}

.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 {
	align-items: center;
	display: flex;
	font-size: 10px;
	height: 28px;
	justify-content: space-between;
	padding: 0 10px;
	width: 100%;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--header span {
	color: inherit;
	font-size: inherit;
	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 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .pdf-total-summary--body-item {
	column-gap: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 10px;
}

.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: inherit;
	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 {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	margin: 6px 0;
	row-gap: 6px;
}

.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 {
	column-gap: 5px;
	display: flex;
	row-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: inherit;
	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;
	flex: 1;
	font-size: inherit;
	font-weight: 700;
	line-height: 14px;
	text-align: right;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper .pdf-total-summary--body-items .ccb-payment-info-images {
	column-gap: 20px;
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	width: 100%;
}

.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 {
	display: flex;
	width: 100%;
}

.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 {
	display: flex;
	max-width: 136px;
	padding: 5px;
	width: 100%;
}

.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 {
	height: 80px;
	object-fit: contain;
	width: 80px;
}

.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 {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
}

.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 {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 9px;
	justify-content: center;
	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: inherit;
	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 {
	column-gap: 5px;
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	width: 100%;
}

.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 {
	height: 50px;
	object-fit: cover;
	width: 50px;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	row-gap: 6px;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box--title {
	color: inherit;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
	text-align: center;
}

.ccb-pdf-layout__items .ccb-pdf-layout__item--wrapper.brand_block .ccb-pdf-item-text-box--description {
	color: inherit;
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.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 {
	column-gap: 20px;
	display: flex;
	flex-direction: row;
	margin-top: 0;
	row-gap: unset;
}

.ccb-pdf-layout__sidebar {
	background: inherit;
	flex: 1;
	max-width: 220px;
	min-width: 220px;
	width: 100%;
}

.ccb-pdf-layout__sidebar .order_id_and_date .ccb-pdf-item-info {
	column-gap: 0 !important;
	flex-direction: column !important;
	row-gap: 10px !important;
}

.ccb-pdf-layout__sidebar .order_id_and_date .ccb-pdf-item-info .ccb-pdf-item-info--item {
	column-gap: 0 !important;
	flex-direction: column !important;
}

.ccb-pdf-layout__sidebar .brand_block .ccb-pdf-item-img {
	text-align: center;
	width: 100%;
}

.ccb-pdf-layout__sidebar .company_block .ccb-pdf-item-info--item, .ccb-pdf-layout__sidebar .customer_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 {
	align-items: center;
	column-gap: 20px;
	flex-direction: row;
	justify-content: flex-start;
	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 .company_block .ccb-pdf-item-info, .ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info {
	column-gap: 15px !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}

.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .company_block .ccb-pdf-item-info--item, .ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info--item {
	flex-direction: column;
}

.ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .company_block .ccb-pdf-item-info--item.address, .ccb-pdf-layout__content .ccb-pdf-layout__items .ccb-pdf-layout__item .customer_block .ccb-pdf-item-info--item.address {
	display: flex;
	flex: 1;
	justify-content: flex-start;
	min-width: 100%;
	width: 100%;
}
