.tb-wrapper{padding:40px 16px 60px;max-width:960px;margin:0 auto}.tb-header{margin-bottom:28px}.tb-kicker{font-size:34px;font-weight:800;color:#1f3a8a;line-height:1.2;margin:0 0 10px;letter-spacing:-.3px}.tb-subtitle{font-size:18px;font-weight:500;color:#475569;line-height:1.5;margin:0 0 14px}.tb-form{display:flex;flex-direction:column;gap:20px}.tb-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000a}.tb-card__title{font-size:18px;font-weight:700;color:#1f3a8a;margin:0 0 18px}.tb-trips-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.tb-trip-item{display:flex;align-items:center;gap:12px;padding:16px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:10px;transition:border-color .15s,box-shadow .15s}.tb-trip-item:hover{border-color:#c7d2fe;box-shadow:0 2px 8px #1f3a8a0f}.tb-trip-item--new{background:#f1f5fb;border:1px dashed #1F3A8A}.tb-trip-label{flex-shrink:0;min-width:70px;padding:8px 12px;background:#eef2ff;border-radius:6px;font-size:14px;font-weight:700;color:#1f3a8a;text-align:center}.tb-trip-fields{display:grid;grid-template-columns:1.2fr 1.2fr 1fr .7fr;gap:12px;align-items:end;margin-bottom:20px}.tb-roundtrip{padding-top:12px;border-top:1px solid #E5E7EB}.tb-checkbox{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.tb-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.tb-checkbox__mark{flex-shrink:0;width:20px;height:20px;border:2px solid #D1D5DB;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.tb-checkbox input:checked+.tb-checkbox__mark{background:#1f3a8a;border-color:#1f3a8a}.tb-checkbox input:checked+.tb-checkbox__mark:after{content:"";display:block;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(-1px)}.tb-checkbox input:focus-visible+.tb-checkbox__mark{outline:3px solid rgba(31,58,138,.25);outline-offset:2px}.tb-checkbox__label{font-size:15px;font-weight:600;color:#1f2937}.tb-return-date{margin-top:16px;max-width:240px}.tb-trip-delete{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fef2f2;border:1px solid #FCA5A5;border-radius:6px;cursor:pointer;color:#dc2626;transition:background .15s,border-color .15s}.tb-trip-delete:hover{background:#fee2e2;border-color:#dc2626}.tb-trip-delete svg{width:16px;height:16px}.tb-fields-row{display:grid;gap:18px;margin-bottom:18px}.tb-fields-row:last-child{margin-bottom:0}.tb-fields-row--2{grid-template-columns:repeat(2,1fr)}.tb-field{display:flex;flex-direction:column;gap:6px}.tb-field:not(:last-child){margin-bottom:0}.tb-label{font-size:14px;font-weight:500;color:#1f2937}.tb-label--required:after{content:"*";color:#dc2626;margin-left:4px}.tb-input{padding:11px 14px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;color:#111827;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit;width:100%;box-sizing:border-box}.tb-input:focus{border-color:#1f3a8a;box-shadow:0 0 0 3px #1f3a8a1f}.tb-input::placeholder{color:#9ca3af}.tb-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%231F3A8A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}.tb-date{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2' stroke='%236B7280' stroke-width='2' fill='none'/%3E%3Cline x1='16' y1='2' x2='16' y2='6' stroke='%236B7280' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='8' y1='2' x2='8' y2='6' stroke='%236B7280' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='3' y1='10' x2='21' y2='10' stroke='%236B7280' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:38px;cursor:pointer}.tb-trip-actions{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-top:1px solid #E5E7EB;margin-top:16px}.tb-btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #D1D5DB;border-radius:8px;cursor:pointer;color:#374151;transition:background .15s,border-color .15s,color .15s}.tb-btn-icon:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.tb-btn-icon:disabled{opacity:.5;cursor:not-allowed}.tb-btn-icon svg{width:20px;height:20px}.tb-btn-add{background:#eef2ff;border-color:#c7d2fe;color:#1f3a8a}.tb-btn-add:hover:not(:disabled){background:#e0e7ff;border-color:#a5b4fc}.tb-btn-remove{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.tb-btn-remove:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.tb-contact-field{max-width:400px}.tb-error{margin:0;padding:12px 14px;background:#fef2f2;border:1px solid #FCA5A5;border-radius:8px;font-size:14px;font-weight:600;color:#b91c1c}.tb-submit-row{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-top:8px}.tb-submit-btn{background:linear-gradient(135deg,#2e5c9e,#1f3a8a);border:none;border-radius:8px;padding:14px 36px;cursor:pointer;min-width:180px;height:52px;font-size:16px;font-weight:700;color:#fff;letter-spacing:.3px;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 12px #1f3a8a40}.tb-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #1f3a8a52}.tb-submit-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.tb-empty-state{text-align:center;padding:40px 24px;color:#6b7280}.tb-empty-state__icon{margin-bottom:12px;color:#9ca3af}.tb-empty-state__text{font-size:14px;margin:0}.tb-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0f172a8c;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:24px}.tb-modal-overlay--visible{opacity:1;visibility:visible}.tb-modal{background:#fff;border-radius:16px;padding:40px 36px 32px;max-width:480px;width:100%;text-align:center;box-shadow:0 20px 60px #0003;transform:translateY(16px);transition:transform .3s ease}.tb-modal-overlay--visible .tb-modal{transform:translateY(0)}.tb-modal__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.tb-modal__icon svg{width:32px;height:32px}.tb-modal__title{font-size:22px;font-weight:800;color:#1f3a8a;margin:0 0 12px;line-height:1.3}.tb-modal__desc{font-size:15px;color:#475569;line-height:1.7;margin:0 0 28px}.tb-modal__desc strong{color:#1f3a8a;font-weight:700}.tb-modal__btn{display:inline-block;padding:12px 40px;background:linear-gradient(135deg,#2e5c9e,#1f3a8a);border:none;border-radius:8px;font-size:15px;font-weight:700;color:#fff;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px #1f3a8a40;font-family:inherit;letter-spacing:.2px}.tb-modal__btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1f3a8a52}.tb-modal__btn:focus-visible{outline:3px solid rgba(31,58,138,.25);outline-offset:2px}@media(max-width:768px){.tb-kicker{font-size:26px}.tb-subtitle{font-size:16px}.tb-card{padding:18px}.tb-card__title{font-size:16px;margin-bottom:14px}.tb-fields-row--2{grid-template-columns:1fr;gap:14px}.tb-trip-fields{grid-template-columns:1fr;gap:12px}.tb-return-date{max-width:100%}.tb-submit-row{flex-direction:column;align-items:stretch;gap:14px}.tb-submit-btn{width:100%;min-width:0}.tb-contact-field{max-width:100%}}@media(max-width:480px){.tb-wrapper{padding:24px 16px 40px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/train-booking.css.map */
