#logo {
    display: block;
    height: 5rem;
    width: 18rem;
    background: url(/img/logo.svg) no-repeat left center;
    background-size: contain;
}

.icon {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
}

.receipt {
    position: relative;
    text-align: center;
}

.receipt pre {
    white-space: pre-wrap;
}

.btn-venipak,
.btn-venipak:visited {
    color: white;
    background-color: rgba(147, 57, 242, 1);
    border-color: rgba(147, 57, 242, 0.6);
}
.btn-venipak:hover,
.btn-venipak:focus,
.btn-venipak:active {
    color: white;
    background-color: rgba(147, 57, 242, 0.7);
}

.alert-venipak {
    --bs-alert-bg: rgba(147, 57, 242, 0.1);
}

@media screen and (max-width: 576px) {
    .h6 {
        font-size: 0.7rem !important;
    }
    .icon {
        width: 16px;
        height: 16px;
        margin-bottom: -1px;
    }
}

@media screen and (max-width: 767px) {
    .receipt {
        width: 100%;
        font-size: 0.8rem;
    }
    #logo_container {
        justify-content: center!important;
    }
}
