/* init body */
html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.header,
.footer {
    background: silver;
}

.content {
    flex: 1;
    overflow: auto;
}

/* end init body */

.header-size {
    padding: 0;
    background-color: #000000;
}

.footer-barcode {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000000;
}

.img-barcode-header {
    width: 25%;
    height: auto;
    object-fit: cover;
}

.img-barcode-footer {
    width: 8%;
    height: auto;
    object-fit: cover;
}

.download-erha {
    display: inline-flex;
    text-align: justify;
    position: absolute;
    padding: 30px 15px;
    color: #ffffff;
}

.img-barcode {
    width: 10%;
    height: auto;
    object-fit: cover;
}

.img-barcode-header {
    width: 25%;
    height: auto;
    object-fit: cover;
}

.margin-footer {
    margin-left: auto;
    padding-right: 10rem;
}

.not_tv {
    display: block !important;
}

.tv {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-size {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .img-barcode-footer {
        width: 18%;
    }

    .download-erha {
        font-size: 33px;
        padding: 19px 15px;
    }

    .registrasi {
        font-size: 30px;
    }

    .img-barcode-header {
        width: 50%;
    }

    .img-barcode {
        width: 20%;
    }
    .tv {
        display: block !important;
    }

    .not_tv {
        display: none !important;
    }
}