﻿/* Receipt Style */

.receipt-section {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}

.receipt {
    border: 2px solid #ddd;
    padding: 1rem;
}

.divider {
    height: 0;
    width: 100%;
    border-bottom: 2px solid #ddd;
    margin: 0.5rem 0;
}

.receipt span {
    /*width: 100%;*/
    display: block;
}

.receipt span:nth-child(2) {
    width: 100%;
    margin: 0 5px;
}

.nowrap {
    white-space: nowrap;
}

.items,
.extras {
    margin: 1rem 0;
}

.item {
    border-bottom: 1px solid #ddd;
    background-color: #e4f4db;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.extra {
    border-bottom: 1px solid #ddd;
    background-color: none;
    padding: 1rem;
    font-size: 1.6rem;
}

.item-extra {
    padding-left: 20px !important;
}

.text-small {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.text-medium {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.text-large {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.text-larger {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#btn-send-receipt {
    position: absolute;
    bottom: 16px;
    left: 0;
}

#deliveryStatusText {
    font-size: 26px;
    font-weight: bold;
    text-align: center
}