html,
body {
    width: 100vw;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: "KlavikaWebBasic", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 100%;
}

.main-content {
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
    min-width: 80mm;
    width: 80mm;
    max-width: 80mm;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    min-height: 200px;
}

.receipt-account-information {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.25rem;
}

.receipt {
    padding-left: 5mm;
    padding-right: 5mm;
    max-width: 89%;
}

address {
    font-style: normal;
}

.receipt-company-logo {
    margin-bottom: 1rem;
    position: relative;
    width: 12rem;
}

.receipt-feedback {
    font-size: 0.875rem;
    font-style: normal;
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items: left;
    padding-left: 5mm;
    padding-right: 5mm;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: #00a7ce dashed 2px;
}

.rating {
    font-family: FontAwesome;
    font-size: 3em;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}


    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1.1em;
        color: #ffc600;
        cursor: pointer;
    }

        .rating > label::before {
            content: "";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

.receipt-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.receipt-hr {
    margin: 10px 0;
    border: 0.5px solid #ddd;
    width: 100%;
}

.font-small {
    font-size: 0.8em;
}

.font-very-small {
    font-size: 0.7em;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-start {
    align-self: flex-start;
}

.align-end {
    align-self: flex-end;
}

.full-width {
    width: 100%;
}

.width-80 {
    width: 80%;
}

.share-partners {
    margin-top: 5px;
    padding-left: 5mm;
    padding-right: 5mm;
}

.wallets {
    margin-top: 10px;
}

    .wallets > div {
        padding-left: 5mm;
        padding-right: 5mm;
    }

.ft-logo {
    margin-bottom: 1rem;
    position: relative;
    width: 12rem;
}

.fiscaliaztion {
    padding-left: 5mm;
    padding-right: 5mm;
}

.margin-5px {
    margin: 5px;
}

.receipt-content-head {
    /*display: flex;
    flex-direction: row;*/
    justify-content: space-between;
    font-size: 0.8em;
    margin: 3em 0;
}

.receipt-content-head p {
    text-align: center;
    display: block;
    margin: 3em 0;
}

.receipt-content-head a {
    color: black;
}

.receipt-content-notfound {
    justify-content: center;
    display: flex;
    margin: 20px 0;
}
