/*Invoice System PDF Start */
.invoice-system {
    position: relative;
    padding: 48px 0 0 0;
}
.invoice-system-logo-image {
    display: block;
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
}
.invoice-system-guest button {
    display: none;
}

.invoice-system-pdf {
    display: none;
}
.invoice-system__info-title {
    display: none;
}
.invoice-system-guest__list {
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateX(0);
    padding: 0;
    border: none;
}

.invoice-system-info__title,
.invoice-system-info__value {
    margin: 0;
}
.invoice-system-info__title,
.invoice-system-info__value,
.invoice-system-guest__list p,
.invoice-system-guest__list li {
    font-size: 14px;
}
.invoice-system-tbl {
    border: none;
    margin-top: 4px;
    margin-bottom: 4px;
}
.invoice-system-tbl th {
    padding: 6px 4px;
    font-size: 13px;
    line-height: 1.2;
}
.invoice-system-tbl td {
    padding: 6px 4px;
    font-size: 13px;
    line-height: 1.2;
}
.invoice-system-tbl td button {
    margin: 0 0 2px 0;
}
.invoice-system-tbl tr:last-child td button {
    margin: 0;
}

.invoice-system-tbl tr td:last-child {
    padding: 0;
}


.invoice-system-tbl tr:nth-of-type(even) {
    background-color: white;
}
.invoice-system-tbl tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}
.invoice-system-cancel {
    border: none;
    margin-bottom: -20px
}
.invoice-system-cancel th {
    background-color: white;
}
.invoice-system-cancel__title {
    text-align: center;
    font-size: 20px !important;
}
.invoice-system-content {
    margin-top: 8px;
    margin-bottom: 8px;
}
.invoice-system-content p {
    font-size: 14px;
}
.invoice-system-tbl__blue-btn button {
    padding: 2px 8px;
    width: 100%;
    margin: 0 auto;
}
.invoice-system-tbl .invoice-system-tbl__center > button {
    font-size: 12px !important;
    padding: 4px 16px 8px 16px;
}
.invoice-system-tbl__min8 {
    min-width: 192px;
}
.invoice-system-bottom {
    row-gap: 16px;
}
.invoice-system-bottom__prev-stamp {
    padding: 0;
    background-color: transparent;
    text-align: left;
    text-decoration: underline;
    font-size: 20px;
}
.invoice-system-bottom__stamp-img {
    margin: 0;
    width: 320px;
}
.invoice-system-bottom__stamp-img-div {
    page-break-inside: avoid;
    break-inside: avoid;
    padding-top: 4px;
}
.invoice-system-bottom__stamp-img-div:first-child {
    margin-top: 0;
}
.invoice-system-info__img {
    width: 320px;
}

.invoice-system-info__person__item {
    display: flex;
    gap: 16px;
}
.invoice-system-info {
    margin-top: 32px;
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.invoice-system-info .invoice-system-info__person__item{
    font-size: 14px
}

.break-before {
    page-break-before: always;
    break-before: page;
}

.break-after {
    page-break-before: always;
    break-before: page;
}

.invoice-system-bottom__stamp-img-wrap {
    display: inline-grid;
    grid-template-columns: auto auto;
    place-content: baseline;
    gap:30px;
}
.invoice-system-cancel-policy table {
    border: none;
}
.invoice-system-cancel-policy table th,
.invoice-system-cancel-policy table td {
    font-size: 14px;
    line-height: 1.35;
    padding: 6px 7px;
}
.invoice-system-cancel-policy table:nth-child(2) {
    page-break-before: always;
}
.invoice-system-tbl {
    border:none;
    margin-top: 8px;
}
.invoice-system-text-center {
    text-align: center !important;
}
.invoice-system-tbl__min65 {
    min-width: 104px;
}
.invoice-system-bottom__center {
    break-inside: avoid;
}
.invoice-system-bottom__center p {
    font-size: 14px;
}
.invoice-system__title {
    font-size: 24px;
}
.invoice-system-logo-image {
    width: 160px
}
.invoice-system-payment-box__body__inner__items-btns,
.invoice-system-payment-box__body__inner__items-btns button {
    padding: 0;
}
.invoice-system-payment-box__body__inner__items-btns {
    margin-bottom: 2px;

}
.invoice-system-payment-box__title__items p,
.invoice-system-payment-box__body__inner__items p{
    font-size: 13px;
    padding: 6px 4px;
    line-height: 1.2;

}
.invoice-system-payment-box__title__items p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.invoice-system-payment-box__body__inner__items-btns button {
    font-size: 12px;
    line-height: 1.2;
    padding:4px 16px;
}
.invoice-system-payment-box__body {
    border:none;
}
.invoice-system-tbl__green.invoice-system-payment-box__title,
.invoice-system-payment-box__body__inner {
    grid-template-columns: 60% 1fr;
    @media screen and (max-width: 768px) {
        display: grid;
    }
}
.invoice-system-payment-box__body__inner {
    margin-right: 8px;
}
.invoice-system-payment-box__title__items,
.invoice-system-payment-box__body__inner__items {
    grid-template-columns: 29% 21% 21% 29%;
}
