
.receipt-header {
    text-align: center;
}
.receipt-section {
    margin-bottom: 20px;
}
.receipt-section h3 {
    border-top: 1px solid #0f76b13b;
    padding-top: 10px;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #0d6efd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
}
.receipt-details table {
    width: 100%;
    border-collapse: collapse;
}
.receipt-details th,
.receipt-details td {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    color: #dadada;
}

.receipt-details th:last-child, .receipt-details tr td:last-child{
    text-align: right;
}

.receipt-details tr:last-child th{
    color: #f00;
}

.payment-receipt{
    max-width: 500px;
    padding: 30px 25px!important;
    border: 1px solid #76767630;
    border-radius: 15px;
    background: #040404;
    /*background: #060606;*/
}

.payment-receipt .booking-confirmation{
    font-weight: 600;
}

.payment-receipt .booking-confirmation strong{
    padding: 5px 7px;
    border-radius: 5px;
    border: 1px solid #ff1a1a;
    color: #ff1a1a;
}

.payment-receipt .customer-info, .payment-receipt .booking-details, .payment-receipt p{
    font-size: 18px;
    font-weight: 400;
    color: #a2a2a2;
}

.payment-receipt .customer-info span, .payment-receipt .booking-details span{
    font-weight: 600;
    color: #b7b7b7;
}

.payment-receipt h4{
    text-align: center;
}

#btn-Convert-Html2Image{
    cursor: pointer;
    border: 1px solid #f00;
    background: #f00;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}
