/* put below your custom css code for VikAppointments */
.vaptimeline .timeline-error {
    font-weight: normal;
    color: #673f33;
    padding: 20px;
    border: 1px solid #673f33;
    margin-top: 25px;
    background: #f5e5dc;
}

.vap-checkout-bar {
    margin-top: 25px;
}
button.vapcheckoutbutton {
 font-weight: 400;
}
.vaptimeline .ratesgrid {
    padding: 0;
    width: 100%;
}
.vaptimelinewt {
    margin-top: 25px;
    width: 25%;
}
.vap-package-group-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}