.headingIcon {
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    background: #fd683e;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
}
.orderInfo-table td {
    padding: 8px 0;
}
.orderInfo-table td:nth-child(even) {
    color: #000;
}
.statusbox {
    display: inline-block;
    color: #2c902a;
    background: rgba(104,227,101,0.2);
    padding: 6px 12px;
    text-transform: capitalize;
    border-radius: 100px;
    font-size: 12px;
}
.order-price-breakdown td:first-child {
    background-color: #e5e7eb;
}
.order-price-breakdown td {
   width: 50%;
}
.order-information td:first-child{
    color: #000;
    font-weight: bold;
}
.date-range-filter input.form-control{
    border: 0.0625rem solid #e2e2e2;
    padding: .3rem 0.5rem;
    color: #715d5d;
    border-radius: 0.3125rem;
    height: auto;
    min-width: 140px;
    line-height: 1.5;
    margin: 0;
}