/** booking list **/

.booking-status.status-completed {
    background: #c8e6c9;
    color: #256029;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: 600;
}
.booking-status.status-failed {
    background: #ffcdd2;
    color: #b71c1c;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: 600;
}

/** booking dettails admin page **/

.wanderbook-admin-booking-details .postbox {
    margin-bottom: 20px;
    border: 1px solid #ccd0d4;
    background: #fff;
}
.wanderbook-admin-booking-details .postbox h2 {
    padding: 10px;
    margin: 0;
    background: #f6f7f7;
    border-bottom: 1px solid #ccd0d4;
    font-size: 16px;
}
.wanderbook-admin-booking-details .postbox .inside {
    padding: 15px;
}
.wanderbook-admin-booking-details .form-table th {
    width: 220px;
    text-align: left;
}

/** back btn admin **/
.wanderbook-back-btn .dashicons {
    vertical-align: middle;
    margin-right: 4px;
    font-size: 16px;
    line-height: 1;
}
