.print-manifest h2, .print-manifest h3, .print-manifest h4, .print-manifest h5, .print-manifest p {
    font-family: "MetropolisBold", "Metropolis", "Helvetica Neue", Helvetica, Arial !important;
    color: #000 !important;
}
.print-manifest .label {
    page-break-after: always
}

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

.ship-label .label-image {
    padding: 20px;
    margin-top: 20px;
    border: dashed 3px black;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.label-image img {
    max-width: 100%;
}
.two-column {
    display: flex;
}

.two-column div:first-child {
    width: 50%;
}

.two-column h4 {
    color: #FF0099 !important;
}
.count {
    color: #000 !important;
    margin-top: 20px;
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

