.hide-print {
    display: none !important;
}

.qty-print {
    font-size: 1.5rem;
}

.show-print {
    display: block !important
}

.show-print .btn {
    color: #fff !important;
    border-radius: 8px;
}

.btn-nextday {
    color: #1f2d3d;
    background-color: #d45500;
    border-color: #d45500;
    box-shadow: none;
}

.wrapper {
    font-size: 14px;
    padding: 15px;
    margin: 15px;
    border: solid 2px #000;
    min-height: calc(100vh - 40px);
    position: relative;
}

.wrapper__page {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.wrapper__page>span {
    font-weight: bold;
}

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

hr {
    border-color: #333;
}

input[type="checkbox"] {
    pointer-events: none;
}

.border-1 {
    border: solid 1px !important;
}

.border-3 {
    border: solid 3px !important;
}

.bbot-1 {
    border-bottom: solid 1px;
}

.bbot-3 {
    border-bottom: solid 3px;
}

.bleft-1 {
    border-left: solid 1px;
}

.bbot-dashed-1 {
    border-bottom: dashed 1px;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.relative-20 {
    position: relative;
    top: -20px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-40 {
    padding-left: 40px;
}

.logo {
    padding-top: 0;
    vertical-align: top;
}

.logo .logo__img {
    margin-left: 20px;
}

.logo .logo__img--white {
    margin: auto;
    display: block;
}

.title.title--rounded {
    border-radius: 15px;
    background-color: #fff;
    text-align-last: center;
    padding: 15px;
}

.title.title--rounded>h5 {
    margin-bottom: 0;
}

/* bg */
.bg--blue {
    background-color: #2D668D;
}

.bg--gray {
    background-color: #ddd;
}

/* end bg */

/* btn */
.btn.btn--black {
    background-color: #000;
    color: #fff;
}

.btn.btn--print {
    position: fixed;
    top: 5px;
    right: 5px;
    border-radius: 0;
    width: 130px;
    z-index: 1;
}

.btn.btn--print>img {
    margin-right: 10px;
}

/* end btn */

/* table */
.table th,
.table td {
    padding: 2px 5px;
}

.table--blue thead>tr>th {
    background-color: #2D668D;
    color: #fff;
}

.line--bottom-right {
    background: linear-gradient(#000, #000) bottom right/calc(100% - 30px) 1px no-repeat;
    margin-bottom: 10px;
}

.line--bottom {
    display: inline-block;
    width: 98%;
    background: linear-gradient(#000, #000) bottom/100% 1px no-repeat;
}

.line--bottom-full {
    background: linear-gradient(#000, #000) bottom/100% 1px no-repeat;
    margin-bottom: 5px;
}

/* end table */

/* page with footer */
.page--with-footer {
    min-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
}

.page__footer {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* end page with footer */

/* label lot */
.label-lot .label-lot__table .table__title {
    font-size: 10em;
    text-align: center;
}

.label-lot .label-lot__table .table__sub-title {
    font-size: 6em;
    text-align: center;
}

.label-lot .label-lot__table tr:not(.table--no-border) {
    border-bottom: solid 2px #eee;
}

/* end label lot */

/* page size */
.page-size.page-size--label {
    max-width: 800px;
    margin: 15px auto;
}

/* end page size */

/* form-pendaftaran */

.form-pendaftaran .form-pendaftaran__table>thead>tr>th,
.form-pendaftaran .form-pendaftaran__table>tbody>tr>td {
    border: solid 1px #000;
}

table th.table--no-border,
table td.table--no-border {
    border: none;
}

table td.table--no-border-left {
    border-left: none;
}

table td.table--no-border-right {
    border-right: none;
}

.form-pendaftaran__list .table.table-bordered>thead>tr>th {
    background-color: #eee;
}

.form-pendaftaran__list {
    padding-left: 15px;
}

.form-pendaftaran__list>h6 {
    margin-bottom: 0;
    margin-left: -15px;
    font-weight: bold;
}

.form-pendaftaran__list>li {
    padding-left: 15px;
    text-align: justify;
}

.form-pendaftaran__list.form-pendaftaran__list--parentheses {
    list-style: none;
    counter-reset: list;
}

.form-pendaftaran__list.form-pendaftaran__list--parentheses>li {
    position: relative
}

.form-pendaftaran__list.form-pendaftaran__list--parentheses>li:before {
    position: absolute;
    top: 0;
    left: -15px;
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}

.form-pendaftaran__list.form-pendaftaran__list--parentheses>li>ul {
    list-style: none;
    padding-left: 15px;
}

.form-pendaftaran__list.form-pendaftaran__list--parentheses>li>ul>li {
    position: relative;
    padding-left: 15px;
}

.form-pendaftaran__list.form-pendaftaran__list--parentheses>li>ul>li:before {
    position: absolute;
    top: 0;
    left: -15px;
    content: "-";
}

/* end form-pendaftaran */

@media print {
    .page-size {
        -webkit-print-color-adjust: exact !important;
    }

    .page-size.page-size--a6 {
        min-height: 105mm;
        width: 148mm;
    }

    .page-size.page-size--a5 {
        min-height: 148mm;
        width: 210mm;
    }

    .page-size.page-size--a4 {
        width: 210mm;
        min-height: 297mm;
    }

    .page-size.page-size--label {
        max-width: 800px;
    }

    .wrapper {
        margin: 0 -15px;
    }

    .btn.btn--print {
        display: none;
    }

    table,
    th,
    td {
        border: 1px solid black;
    }

    table th.table--no-border,
    table td.table--no-border {
        border: none;
        border-color: transparent !important;
    }
}
