body {
    font-family: Arial, Helvetica, sans-serif;
}
.a4-container {
    max-width: 794px;
}
.form-heading {
    padding: 0;
}
#toggleFormBtn {
    cursor: pointer;
}
.form-container {
    max-width: 794px;
    height: auto;
}
.form-floating > label {
    top: -2px !important;
}
.delete-btn {
    position: absolute;
    right: 0;
    top: -2px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    line-height: 100%;
}
.delete-btn > .del-btn {
    font-size: .4rem;
    padding: .25rem .3rem;
}
.delete-btn > .form-check {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.delete-btn > .form-check > label {
    font-size: .825rem;
    font-weight: 600;
    margin-top: 4px;
}
.delete-btn > .form-check > .no-of-copies {
    width: 90px;
    height: 18px;
    font-size: .7rem;
    margin-top: 2px;
}
.label-container {
    width: 794px;
    height: 794px;
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
}
.print-btn {
    margin: .25rem .125rem;
}
#printableArea {
    width: 794px;
    height: auto;
}
.label-wrapper {
    width: 794px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.label-single {
    width: 397px;
    height: 561px;
    background-color: #F9F4E1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
}
.label-single-inner {
    width: 561px;
    height: 397px;
    transform: rotate(90deg);
    white-space: nowrap;
    margin: 0;
    position: absolute;
    top: 82px;
    left: -82px;
    border: 1px solid #fff;
}
.label-single-content {
    width: 100%;
    height: 100%;
    padding: 24px 12px 12px;
    display: flex;
    flex-direction: column;
}
.label-type,
.footer {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    color: #fff;
    font-size: 20px;
}


.product-name-model,
.manufacturer-name-size,
.price-warranty,
.functions,
.accessories-other-year,
.number-product-used {
    display: flex;
    gap: 5px;
    line-height: 100%;
    margin-top: 3px;
    width: 519px;
}
.product-name-model > .name,
.manufacturer-name-size > .name,
.number-product-used > .product {
    border-bottom: 2px solid #000;
    width: 316px;
    display: flex;
}
.product-name-model > .model,
.manufacturer-name-size > .size,
.number-product-used > .used {
    border-bottom: 2px solid #000;
    width: 198px;
    display: flex;
}
.manufacturer-name-size > .size {
    flex-direction: column;
}
.product-name-model > .name > .label,
.product-name-model > .model > .label,
.manufacturer-name-size > .name > .label,
.manufacturer-name-size > .size > .label,
.number-product-used > .product > .label,
.number-product-used > .used > .label,
.functions > .label {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: fit-content;
    margin-left: 8px;
}
.product-name-model > .model > .label,
.manufacturer-name-size > .size > .label {
    justify-content: flex-start;
    margin-left: 0;
}
.product-name-model > .name > .value,
.product-name-model > .model > .value,
.manufacturer-name-size > .name > .value,
.manufacturer-name-size > .size > .value,
.number-product-used > .product > .value,
.number-product-used > .used > .value {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: -webkit-fill-available;
    margin-bottom: 1px;
}
.product-name-model > .name > .value {
    line-height: 81%;
}
.product-name-model > .model > .value,
.manufacturer-name-size > .size > .value {
    font-size: 22px;
}
.manufacturer-name-size > .size > .value {
    justify-content: flex-start;
    font-size: 12px;
    font-style: normal;
    margin-top: 2px;
}
.price-warranty {
    border-bottom: 2px solid #000;
    width: 519px;
}
.price-warranty > .price {
    width: 411px;
    display: flex;
    flex-direction: column;
}
.price-warranty > .price > .including-tax {
    display: flex;
    border-bottom: 2px dotted #000;
}
.price-warranty > .price > .including-tax > .value {
    font-size: 5.5rem;
    font-weight: bolder;
    font-style: italic;
    font-family: system-ui, sans-serif;
    letter-spacing: -4px;
    line-height: 68%;
    display: flex;
    justify-content: center;
    width: 96%;
    margin-left: 10px;
    margin-bottom: 6px;
}
.price-warranty > .price > .including-tax > .label {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
}
.price-warranty > .price > .including-tax > .label > .bracket-first,
.price-warranty > .price > .including-tax > .label > .bracket-last {
    transform: rotate(90deg);
    width: 4px;
    margin-left: 5px;
    margin-bottom: -4px;
}
.price-warranty > .price > .including-tax > .label > .bracket-last {
    margin-top: -6px;
    margin-bottom: 0;
}
.price-warranty > .price > .excluding-tax {
    display: flex;
    justify-content: center;
    font-size: 2.75rem;
    font-family: system-ui, sans-serif;
    font-weight: 600;
    font-style: italic;
    line-height: 110%;
    letter-spacing: -2px;
    color: #000;
}
.price-warranty > .warranty {
    width: 103px;
    display: flex;
    flex-direction: column;
}
.price-warranty > .warranty > .label-type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    height: 54px;
    border: 2px solid #000;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.price-warranty > .warranty > .period {
    display: flex;
    flex-direction: column;
    width: 99px;
    height: auto;
    border: 2px solid #000;
    margin: 2px 0;
}
.price-warranty > .warranty > .period > .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.price-warranty > .warranty > .period > .value {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.accessories-other-year {
    width: 519px;
}
.accessories-other-year > .label {
    display: flex;
    gap: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    background-color: #000;
    padding: 6px 6px 4px;
    color: #fff;
    font-size: 14px;
}
.accessories-other-year > .options-other-year {
    display: flex;
    flex-direction: column;
    width: 494px;
    justify-content: center;
}
.accessories-other-year > .options-other-year > .options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.accessories-other-year > .options-other-year > .options > .option {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
.accessories-other-year > .options-other-year > .options > .option > .check-input {
    width: 1em;
    height: 1em;
    margin-top: -2px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 0;
}
.accessories-other-year > .options-other-year > .options > .option > img {
    width: 1em;
    height: 1em;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.accessories-other-year > .options-other-year > .other-year {
    display: flex;
    gap: 5px;
    margin-top: 4px;
}
.accessories-other-year > .options-other-year > .other-year > .other {
    display: flex;
    justify-content: space-between;
    width: 260px;
    font-size: 13px;
    font-weight: 600;
}
.accessories-other-year > .options-other-year > .other-year > .year {
    display: flex;
    width: 210px;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 2px solid #000;
}
.accessories-other-year > .options-other-year > .other-year > .year > .label {
    margin-left: 8px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accessories-other-year > .options-other-year > .other-year > .year > .value {
    display: flex;
    justify-content: center;
    font-style: italic;
    font-family: system-ui, sans-serif;
    width: -webkit-fill-available;
}
.number-product-used > .product {
    width: 234px;
}
.number-product-used > .used {
    width: 261px;
}
.number-product-used > .product > .value,
.number-product-used > .used > .value {
    font-size: 15px;
    font-family: system-ui, sans-serif;
    line-height: 110%;
}
.functions {
    justify-content: flex-start;
    align-items: center;
    width: 519px;
}
.functions > .label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
}
.functions > .label > .back-slash {
    font-size: 20px;
    font-weight: 500;
    transform: rotate(41deg);
    margin-left: 4px;
    margin-right: -6px;
}
.functions > .value {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
}
.functions > .value > .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
}
.functions > .value > .item > .number {
    display: flex;
    width: fit-content;
    margin-left: 2px;
}
.functions > .value > .item > .fn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    font-size: 13px;
    font-weight: 600;
}
.footer {
    height: 26px;
    border-top: 1px solid #000;
    border-bottom: 0px;
    margin-top: 3px;
}
