.ld-booking-form input,
.ld-booking-form textarea {
    width:100%;
    padding:10px;
    margin-bottom:10px;
}

.bar-switch {
    background: #fff;
    border-radius: 999px;
    padding: 4px;
    display: flex;
}

.bar-switch input {
    display: none;
}

.switch-btn {
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 999px;
    color: #000;
    user-select: none;
}

.bar-switch input:checked + .switch-btn {
    background: #015d75;
    color: #fff;
}