.booking__item--customer-form.booking__item--error{border:none !important}.booking__item--customer-form.booking__item--error [data-error]{position:relative}.booking__item--customer-form.booking__item--error [data-error]:after{content:attr(data-error);position:absolute;bottom:0;left:0;right:0;margin:0 auto;max-width:max-content;color:var(--booking-item-border)}.customer-form{display:flex;flex-direction:column;gap:20px}.customer-form .customer-form__header{font-size:16px;font-weight:600;line-height:20px}.customer-form .customer-form__row{display:flex;gap:20px;flex-wrap:wrap}.customer-form .customer-form__input-group{display:flex;flex-direction:column;gap:8px;flex:1}.customer-form .customer-form__input-label{font-size:13px;font-weight:600;line-height:15.6px}.customer-form input,.customer-form textarea{padding:15.5px 20px;border-radius:5px;border:1px solid #D5E5FB;font-size:14px;font-weight:400;line-height:16.94px;color:var(--black);resize:none}