#printContent-A4 {
  height: 100%;
  padding: 0 12px;
  font-size: 12px;
}
#printContent-A4 .comp-name {
  text-align: center;
  padding-top: 24px;
  font-size: 14px !important;
  display: block;
}
#printContent-A4 .top-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
#printContent-A4 .top-view .bk-text {
  display: flex;
  justify-content: flex-start;
}
#printContent-A4 .table-view {
  border: 1px solid #E5E6EB;
  border-radius: 4px;
  height: calc(100% - 128px);
  overflow-y: auto;
}
#printContent-A4 .bk-text .view-label {
  padding: 0;
  font-size: 14px;
}
.table-view .table-row {
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid #E5E6EB;
  flex-wrap: wrap;
}
.table-view .table-row .row-item {
  width: 33.33%;
  border-right: 1px solid #E5E6EB;
  padding: 0 12px;
}
.table-view .table-row .row-item:first-of-type {
  padding-left: 0;
}
.table-view .table-row .row-item:last-of-type {
  padding-right: 0;
  border: none;
}
.table-view .table-row .row-item .bk-text {
  display: flex;
  align-items: center;
}
#printContent-A4 .content-view .content-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 32px;
  border-bottom: 1px solid #E5E6EB;
}
.content-view .content-header .item-view {
  width: 50%;
  border-bottom: 1px solid #E5E6EB;
  display: flex;
  justify-content: space-between;
}
.content-view .cash-header .item-view {
  width: 100%;
  border-bottom: 1px solid #E5E6EB;
  display: flex;
  justify-content: space-between;
}
.content-view .content-header .item-view .bk-view {
  line-height: 32px;
  border-left: 1px solid #E5E6EB;
  text-align: center;
}
.content-view .content-header .item-view:nth-of-type(1) .bk-view:first-of-type {
  border: none;
}
#printContent-A4 .content-view .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-container .item-view {
  width: 50%;
  border-bottom: 1px solid #E5E6EB;
  display: flex;
  justify-content: space-between;
}
.cash-container .item-view {
  width: 100%;
  border-bottom: 1px solid #E5E6EB;
  display: flex;
  justify-content: space-between;
}
.content-container .item-view .bk-text {
  line-height: 32px;
  border-left: 1px solid #E5E6EB;
  text-align: center;
}
.content-container .item-view:nth-of-type(2n + 1) .bk-text:first-of-type {
  border: none;
}
#printContent-A4 .table-view .pay-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#printContent-A4 .table-view .pay-info .bk-text {
  width: 25%;
  line-height: 32px;
  border-bottom: 1px solid #E5E6EB;
  border-left: 1px solid #E5E6EB;
  padding-left: 12px;
  border-radius: 0;
}
#printContent-A4 .footer-view {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#printContent-A4 .deduct-footer-view {
  padding: 0 12px;
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#printContent-A4 .deduct-footer-view .bk-text {
  width: 25%;
  line-height: 32px;
  height: 32px;
  
}
#printContent-A4 .deduct-footer-view .bk-text .view-label {
  line-height: 32px;
}
#printContent-A4 .footer-view .bk-text {
  width: 150px;
  height: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#printContent-A4 .item-header {
  display: flex;
  justify-content: flex-start;
}
#printContent-A4 .item-header .bk-view {
  border-left: 1px solid #E5E6EB;
  text-align: center;
  line-height: 32px;
}
#printContent-A4 .item-header .bk-view:first-of-type {
  border: none;
}
#printContent-A4 .item-header .bk-view:nth-of-type(2n + 1) {
  flex: 1;
}
#printContent-A4 .item-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #E5E6EB;
}
#printContent-A4 .item-content .item-view {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #E5E6EB;
}
#printContent-A4 .item-content .item-view:last-of-type {
  border: none;
}
#printContent-A4 .item-content .item-view .bk-text {
  line-height: 32px;
  text-align: center;
  border-left: 1px solid #E5E6EB;
}
#printContent-A4 .item-content .item-view .bk-text:first-of-type {
  padding-left: 12px;
  flex: 1;
}
#printContent-A4 .item-content .item-view .bk-text:last-of-type {
  width: 100px !important;
}
#printContent-A4 .item-content .item-view:nth-of-type(2n) .bk-text:last-of-type {
  width: 112px !important;
  padding-right: 12px;
}