.capture_stripe_booking {
    cursor: pointer;
    margin-top: 0px;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #8224e3 !important;
    display: inline-block;
}
.capture_stripe_booking:hover {
    background-color: #6c1cb8 !important;
}
.booking_requested_status {
    font-weight: bold;
    color: #cc0000;
}
