* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background: #E9ECEF !important;
    font-weight: 500;
}
.modal {
    padding-left: 0px !important;
}
img {
    max-width: 100%;
}

.receipt-container {
    margin: 20px auto;
    /*padding: 0 38px !important;*/
    position: relative;
    background: #fff;
    box-shadow: 0 2.4px 2.4px 0px rgba(31, 22, 22, 0.1);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    font-size: 9px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5 !important;
    color: #212529 !important;
}
.receipt-header {
    text-align: center;
    padding: 10px 20px;
}
.receipt-header .receipt-logo strong {
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}
/*.receipt-header .receipt-address {
    margin: 5px 0;
}*/
.receipt-body {
    padding: 10px 38px;
}
    .receipt-body .cashier-name {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        /*margin-bottom: 5px;*/
        margin-bottom: 20px;
    }
.receipt-body .cashier-name span:last-child {
    text-transform: capitalize;
}
.receipt-body .receipt-details > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.receipt-body .reciept-amounts > div,
.receipt-body .reciept-extra-details > div,
.receipt-body .receipt-details > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.receipt-body .receipt-items {
    margin: 25px 0;
}
.receipt-body .reciept-amounts  {
}
#taxes {
    margin-bottom:20px;
}
.reciept-extra-details {
    margin-bottom: 40px;
}
.reciept-url {
    text-align: center;
    word-break: break-all;
    padding: 0 20px;
    margin-bottom: 25px;
}
.receipt-footer {
    text-align: center;
}
.receipt-footer p {
    padding: 20px 0 0;
    margin:0;
    font-size: 15px;
    font-size:10px;
}

.receipt-body .receipt-items .receipt-item-inner {
    margin-bottom: 14px;
}
.receipt-body .receipt-items .receipt-item-inner .receipt-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.receipt-body .receipt-items .receipt-item-inner .receipt-item-bottom {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    flex-direction: column;
}

#logoImage {
    width: 150px;
    height: 50px;
    object-fit: contain;
    margin-top: 20px;
    margin-bottom: 10px;
}
.receipt-body label{
    margin:0px !important;
}

@media (min-width: 992px) {
    .main-padding {
    padding-right: 55px;
    padding-left: 55px;
}
}
.customer-info {
    padding:0 38px;
    padding-bottom:15px;
}
.thumbsupdown {
    background: #3da6b4;
    padding: 12px;
    margin: 0 0 15px;
}
    .thumbsupdown h4{
        text-align:center;
        color:#fff;
        font-size:15px;
    }
    .thumbsupdown .img-section {
        display: flex;
        justify-content: space-around;
    }
.info-d {
    display: flex;
    justify-content: space-between;
}
.info-d p {
    margin:0 0 3px;
}
    .info-d p:first-child {
        font-weight:500 !important;
    }
.customer-info h2{
    font-size:15px;
    text-align:center;
}