.toast-container{position:fixed;top:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:99999;pointer-events:none}.toast{pointer-events:auto;padding:12px 16px;border-radius:8px;background:var(--vz-toast-info, #1f2933);color:#fff;font-size:14px;box-shadow:0 8px 20px #00000026}.toast--error{background:var(--vz-toast-error, #b91c1c)}.toast--info{background:var(--vz-toast-info, #1f2933)}.toast--success{background:var(--vz-toast-success, #15803d)}.login-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0f172a}.login-header{display:flex;justify-content:center;padding:28px 16px 10px}.login-logo{height:72px;width:auto;display:block;object-fit:contain}.login-card{width:min(520px,92vw);margin:0 auto;background:#036;border-radius:28px;padding:34px 38px;box-shadow:0 28px 70px #0f172a38}.login-title{margin:0;text-align:center;font-size:34px;font-weight:500;letter-spacing:.2px;color:#fff}.login-subtitle{margin:10px 0 0;text-align:center;font-size:13px;color:#ffffffbf}.login-form{margin-top:22px;display:flex;flex-direction:column;gap:14px}.login-label{font-size:13px;font-weight:600;color:#fff;margin-top:6px}.login-field{position:relative;display:flex;align-items:center;background:#fff;border-radius:12px;padding:10px 14px;box-shadow:inset 0 0 0 1px #0f172a0f}.login-field input{border:none;outline:none;flex:1;font-size:14px;color:#0f172a;background:transparent;padding-right:40px}.login-field input::placeholder{color:#0f172a73}.login-icon-right{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;line-height:0;color:#9cf;pointer-events:none}.login-icon-right svg{width:18px;height:18px;display:block}.login-icon-button{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:10px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#9cf;padding:0;line-height:0}.login-icon-button svg{width:18px;height:18px;display:block}.login-icon-button:hover{background:#0f172a0f}.login-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:6px}.login-remember{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px}.login-remember input{width:14px;height:14px}.login-remember input[type=checkbox]{accent-color:#ffffff}.login-remember-label{cursor:pointer}.login-link{color:#9cf;font-size:13px;text-decoration:none}.login-link:hover{text-decoration:underline}.login-submit{margin-top:14px;width:100%;padding:12px 16px;background:#00bfff;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer}.login-submit:disabled{opacity:.65;cursor:not-allowed}button:disabled{cursor:not-allowed}.login-footer{margin-top:auto;background:#369;color:#fffffff2}.login-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;font-size:12px}.login-footer-links{display:flex;align-items:center;gap:18px;white-space:nowrap}.login-footer a{color:#fffffff2;text-decoration:none}.login-footer a:hover{text-decoration:underline}@media (max-width: 640px){.login-footer-inner{flex-direction:column;align-items:center;text-align:center}.login-footer-links{justify-content:center;flex-wrap:wrap}.login-card{padding:28px 22px}}@media (max-width: 480px){.login-header{padding:14px 16px 6px}.login-logo{height:40px}.login-card{width:min(480px,94vw);padding:20px 16px;border-radius:20px}.login-title{font-size:22px}.login-subtitle{font-size:12px;margin-top:6px}.login-form{gap:10px;margin-top:16px}.login-field{padding:8px 12px}.login-field input{font-size:16px}.login-submit{padding:10px 16px;margin-top:10px}.login-page{display:flex;flex-direction:column;min-height:100svh}.login-card{margin-bottom:1.5rem}.login-footer{margin-top:auto}.login-footer-inner{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;padding:6px 12px;gap:3px 10px;font-size:10px}.login-footer-links{gap:8px;font-size:10px;flex-wrap:wrap;justify-content:center}}.vz-strength{margin-top:10px}.vz-strength__segments{display:flex;gap:10px}.vz-strength__seg{height:6px;flex:1;border-radius:999px;background:#ffffff59}.vz-strength__seg.is-on.is-weak{background:#ff4d4f}.vz-strength__seg.is-on.is-medium{background:#f6c343}.vz-strength__seg.is-on.is-strong{background:#22c55e}.vz-strength__label{color:#fff;font-size:13px;font-weight:600;margin-top:8px}.vz-inline-error{color:#fff;font-size:13px;margin-top:6px}.vz-otp-row{display:flex;justify-content:center;gap:12px;margin-top:8px;margin-bottom:8px;flex-wrap:nowrap}.vz-otp-digit{width:48px;height:56px;border-radius:14px;border:1px solid #d1d5db;font-size:24px;text-align:center;font-weight:700;color:#111827;background-color:#fff}@media (max-width: 480px){.vz-otp-row{gap:6px}.vz-otp-digit{width:40px;height:48px;border-radius:10px;font-size:20px}}:root{--vz-bg: #f6f7fb;--vz-card: #ffffff;--vz-text: #0f172a;--vz-muted: #64748b;--vz-text-secondary: #475569;--vz-muted-strong: #334155;--vz-border: #e2e8f0;--vz-danger: #b91c1c;--vz-danger-bg: #fef2f2;--vz-danger-border: #fecaca;--vz-success: #15803d;--vz-success-bg: #f0fdf4;--vz-success-border: #86efac;--vz-warning: #b45309;--vz-warning-bg: #fffbeb;--vz-warning-border: #fde68a;--vz-info: #0369a1;--vz-info-bg: #f0f9ff;--vz-info-border: #bae6fd;--vz-bg-subtle: #f8fafc;--vz-bg-disabled: #f1f5f9;--vz-hover: #eef2ff;--vz-focus: #94a3b8;--vz-disabled-text: #94a3b8;--vz-toast-info: #1f2933;--vz-toast-success: #15803d;--vz-toast-error: #b91c1c;--vz-table-head-bg: var(--dark);--vz-table-head-text: #ffffff;--vz-table-row-border: #e2e8f0;--vz-shadow: 0 10px 20px rgba(2, 6, 23, .08);--accent: #00BFFF;--footer: #336699;--dark: #003366;--vz-primary: var(--dark);--vz-primary-active: var(--accent)}*{box-sizing:border-box}body{margin:0;background:var(--vz-bg);color:var(--vz-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}#root{min-width:0}.vz-shell{min-height:100vh;display:flex;flex-direction:column}.vz-shell__header{height:64px;display:flex;align-items:center;justify-content:space-between;min-width:0;padding:0 20px;background:#fff;border-bottom:1px solid var(--vz-border);box-shadow:0 1px #0000000a;position:sticky;top:0;z-index:100}.vz-brand{display:flex;align-items:center;gap:12px}.vz-brand__logo{height:48px;width:auto;display:block;flex-shrink:0;object-fit:contain}.vz-brand__text{line-height:1.1}.vz-brand__title{font-weight:700;font-size:12px;letter-spacing:.02em}.vz-brand__subtitle{font-size:10px;opacity:.75}.vz-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:max-content}.vz-text-btn{height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--vz-border);background:#fff;cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap}.vz-shell__body{flex:1;display:grid;grid-template-columns:220px 1fr;gap:20px;padding:20px}.vz-shell__sidebar{padding:24px 1rem 0;display:flex;flex-direction:column;gap:12px;position:sticky;top:84px;align-self:start}.vz-nav-pill{width:100%;text-align:left;padding:10px 14px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--vz-muted-strong);cursor:pointer;font-weight:600;transition:all .15s ease;display:flex;align-items:center;gap:8px}.vz-nav-pill:hover{background:var(--vz-hover);color:var(--vz-primary)}.vz-nav-pill--active{background:var(--vz-primary);border-color:var(--vz-primary);color:#fff;box-shadow:inset 3px 0 0 var(--vz-primary-active)}.vz-nav-pill--active:hover{background:#004080;border-color:#004080;color:#fff}.vz-sidebar__section-title{margin:0 0 4px;padding-left:6px;font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--vz-muted)}.vz-nav-back{text-align:left;font-size:13px;color:var(--vz-muted);padding-left:0}.vz-shell__content{width:100%;min-width:0}.vz-shell__footer{height:44px;display:flex;align-items:center;padding:0 20px;background:var(--footer);color:#fff;font-size:12px}.vz-page{padding:24px}.vz-card{background:var(--vz-card);border:1px solid var(--vz-border);border-radius:14px;box-shadow:0 2px 8px #0206170f;padding:18px}.vz-h1{margin:0 0 8px;font-size:24px;font-weight:700;letter-spacing:-.3px;line-height:1.2}.vz-h2{margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.3}.vz-muted{color:var(--vz-muted)}.vz-error{color:var(--vz-danger);padding:10px 0}.vz-text-danger{color:var(--vz-danger)}.vz-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.vz-topbar__left{display:flex;align-items:center;gap:10px}.vz-title{font-size:16px;font-weight:700;line-height:1.3}.vz-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.vz-field{display:flex;flex-direction:column;gap:6px;min-width:280px}.vz-label{font-size:12px;font-weight:500;color:var(--vz-muted);display:block;margin-bottom:6px}.vz-input{padding:10px 12px;border:1px solid var(--vz-border);border-radius:10px;outline:none;width:100%;box-sizing:border-box;display:block}.vz-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #00bfff2e}.vz-btn{padding:10px 14px;border:1px solid var(--vz-border);background:#fff;border-radius:10px;cursor:pointer;font-weight:600}.vz-btn:disabled{opacity:.6;cursor:not-allowed}.vz-btn--primary{border-color:var(--accent);background:var(--accent);color:var(--vz-primary);border-radius:999px}.vz-btn--ghost{background:transparent;border-color:transparent}.vz-btn--small,.vz-btn--sm{padding:8px 10px;border-radius:9px}.vz-btn--secondary{background:#fff;color:var(--vz-text)}.vz-actions{margin-top:12px;display:flex;gap:10px}.vz-table{width:100%;border-collapse:collapse;margin-top:8px}.vz-table th,.vz-table td{border-top:1px solid var(--vz-table-row-border);padding:12px;text-align:left;vertical-align:middle}.vz-table thead th{border-top:none;font-size:12px;color:var(--vz-muted)}.vz-th,.vz-td{border-top:1px solid var(--vz-table-row-border);padding:12px;text-align:left;vertical-align:middle}.vz-th{border-top:none;font-size:12px;color:var(--vz-muted)}.vz-td--mono{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.vz-table--compact th,.vz-table--compact td,.vz-table--compact .vz-th,.vz-table--compact .vz-td{padding:8px 10px}.vz-table--actions td:last-child,.vz-table--actions .vz-td:last-child{white-space:nowrap}.vz-table tbody tr:hover td,.vz-table tbody tr:hover .vz-td{background:#f8fafc}.vz-table__cell--center{text-align:center}.vz-table__empty{text-align:center;padding:2rem;color:var(--vz-muted)}.vz-table__pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem}.vz-table__page-label{font-size:13px;color:var(--vz-muted)}.vz-table__title{font-weight:700;font-size:16px}.vz-table__toolbar{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--vz-border)}.vz-table__toolbar-form{flex:1}.vz-table__toolbar-title{padding:12px 18px 8px}.vz-table__toolbar-title--between{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid var(--vz-border)}.vz-table__input-date{min-width:160px}.vz-empty{padding:18px 10px;color:var(--vz-muted);text-align:center}td.vz-empty{text-align:center}.vz-actions-cell{display:flex;gap:8px;flex-wrap:wrap}.vz-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.vz-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid var(--vz-border);font-weight:600}.vz-badge--active{background:#ecfdf5;border-color:#a7f3d0}.vz-badge--inactive{background:#f1f5f9;border-color:#cbd5e1}.vz-badge--pending_activation{background:#fffbeb;border-color:#fde68a}.vz-badge--nuevo{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.vz-badge--en_proceso{background:#f5f3ff;border-color:#ddd6fe;color:#6d28d9}.vz-badge--pendiente_aprobacion{background:#fffbeb;border-color:#fde68a;color:#92400e}.vz-badge--cambio_solicitado{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.vz-badge--cerrado{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.vz-badge--cancelado{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.vz-badge--negado{background:#fef2f2;border-color:#fecaca;color:#991b1b}.vz-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206178c;display:flex;align-items:center;justify-content:center;padding:18px;z-index:50}.vz-modal{width:min(520px,96vw);background:var(--vz-card);border:1px solid var(--vz-border);border-radius:14px;box-shadow:var(--vz-shadow);overflow:hidden}.vz-modal__header,.vz-modal__footer{padding:14px 16px;border-bottom:1px solid var(--vz-border);display:flex;align-items:center;justify-content:space-between}.vz-modal__footer{border-bottom:none;border-top:1px solid var(--vz-border);justify-content:flex-end;gap:10px}.vz-modal__title{font-weight:700}.vz-modal__body{padding:16px}.vz-drawer{position:fixed;right:0;top:0;height:100%;width:min(520px,96vw);background:var(--vz-card);border-left:1px solid var(--vz-border);box-shadow:var(--vz-shadow);display:flex;flex-direction:column}.vz-drawer__header{padding:14px 16px;border-bottom:1px solid var(--vz-border);display:flex;align-items:center;justify-content:space-between}.vz-drawer__title{font-weight:700}.vz-drawer__body{padding:16px;overflow:auto;flex:1}.vz-drawer__footer{padding:14px 16px;border-top:1px solid var(--vz-border);display:flex;justify-content:flex-end;gap:10px}.vz-grid{display:grid;grid-template-columns:1fr;gap:14px}.vz-field-error{color:var(--vz-danger);font-size:12px;margin-top:4px}.vz-user-menu{position:relative}.vz-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:180px;background:#fff;border:1px solid var(--vz-border);border-radius:12px;box-shadow:var(--vz-shadow);padding:6px;z-index:50}.vz-dropdown__item{width:100%;text-align:left;padding:10px;border-radius:10px;border:none;background:transparent;cursor:pointer;font-weight:600}.vz-dropdown__item:hover{background:#f1f5f9}.vz-bulk-help{background:#fff;border:1px solid var(--vz-border);border-radius:14px;margin-bottom:16px;overflow:hidden;box-shadow:0 12px 26px #0f172a0f}.vz-bulk-help__summary{padding:0;list-style:none;cursor:pointer}.vz-bulk-help__summary::-webkit-details-marker{display:none}.vz-bulk-help__head{padding:12px 14px;background:#f8fafc;border-bottom:1px solid transparent;display:flex;align-items:center;justify-content:space-between;gap:12px}.vz-bulk-help__left{display:flex;align-items:center;gap:10px;min-width:0}.vz-bulk-help__title{margin:0;font-size:14px;font-weight:700;color:var(--vz-text)}.vz-bulk-help__hint{font-size:12px;font-weight:600;color:var(--vz-muted)}.vz-bulk-help__chev{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border:1px solid var(--vz-border);border-radius:999px;background:#fff;font-size:14px;line-height:1;transition:transform .12s ease,background .12s ease;transform:rotate(0)}.vz-bulk-help[open] .vz-bulk-help__chev{transform:rotate(90deg)}.vz-bulk-help__head:hover{background:#f1f5f9}.vz-bulk-help[open] .vz-bulk-help__head{border-bottom-color:var(--vz-border)}.vz-bulk-help__body{padding:12px 14px 14px;background:#fff}.vz-bulk-help__text{margin:10px 0 8px;color:var(--vz-muted);font-size:13px}.vz-bulk-help__code{display:inline-block;padding:6px 10px;border-radius:10px;border:1px solid var(--vz-border);background:#fff;font-size:12px}.vz-bulk-help__list{margin:10px 0 0;padding-left:18px;color:var(--vz-text);font-size:13px}.vz-link-btn{background:none;border:none;font:inherit;font-weight:600;color:#2563eb;cursor:pointer;padding:0;text-decoration:none}.vz-link-btn:hover{text-decoration:underline}.vz-topbar__right{display:flex;align-items:center;gap:10px}.vz-required{color:var(--vz-danger);margin-left:2px}.vz-footer-actions{display:flex;align-items:center;gap:10px}.vz-input--error{border-color:var(--vz-danger)}.vz-row--selected td{background:#eff6ff}.vz-page--with-panel{position:relative}.vz-split{display:flex;gap:16px;align-items:flex-start}.vz-split__main{flex:1;min-width:0}.vz-split__panel{width:min(420px,40vw);flex-shrink:0;position:sticky;top:16px}.vz-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.vz-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px 4px 10px;border-radius:999px;background:#dbeafe;border:1px solid #93c5fd;font-size:12px;font-weight:600}.vz-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;border-radius:50%;background:#93c5fd;cursor:pointer;font-size:12px;line-height:1}.vz-chip__remove:hover{background:#60a5fa}.vz-client-list{max-height:200px;overflow-y:auto;border:1px solid var(--vz-border);border-radius:10px;padding:4px 0}.vz-client-list__item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:13px}.vz-client-list__item:hover{background:#f8fafc}.vz-content-area{margin-top:8px}.vz-content-area--compressed{margin-right:540px}.vz-empty-state{padding:32px 16px;text-align:center;color:var(--vz-muted);font-size:14px}.vz-card--clickable{cursor:pointer;transition:border-color .12s}.vz-card--clickable:hover{border-color:#94a3b8}.vz-card--selected{border-color:var(--vz-primary)!important;background:#eff6ff}.vz-card__main{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vz-card__name{font-weight:600;font-size:15px}.vz-card__meta{font-size:13px;color:var(--vz-muted)}.vz-icon{font-size:18px;line-height:1}.vz-card__actions{display:flex;gap:8px;margin-top:10px}.vz-breadcrumb{display:flex;align-items:center;gap:6px}.vz-breadcrumb__sep{color:var(--vz-muted)}.vz-btn--danger{border-color:var(--vz-danger);color:var(--vz-danger)}.vz-btn--danger:hover{background:#fef2f2}.vz-btn--danger.vz-btn--primary-danger{background:var(--vz-danger);color:#fff}.vz-search-wrapper{position:relative}.vz-search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;background:#fff;border:1px solid var(--vz-border);border-radius:10px;box-shadow:var(--vz-shadow);max-height:200px;overflow-y:auto}.vz-search-results__item{padding:8px 12px;cursor:pointer;font-size:13px}.vz-search-results__item:hover{background:#f8fafc}.vz-field-hint{font-size:12px;color:var(--vz-muted);line-height:1.4}.vz-inline-error{font-size:12px;color:var(--vz-danger);margin:4px 0 0;line-height:1.4}.vz-icon-inline{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.vz-destination-dropdown{max-height:260px;overflow-y:auto}.vz-destination-item{padding:9px 12px;font-size:14px;display:flex;align-items:center;gap:8px}.vz-date-picker{position:relative;width:100%}.vz-date-picker__trigger{border:1px solid var(--vz-border);border-radius:10px;padding:10px 12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:#fff;min-height:42px;-webkit-user-select:none;user-select:none;transition:border-color .12s;width:100%}.vz-date-picker__trigger--open{border-color:var(--accent)}.vz-date-picker__trigger--error{border-color:var(--vz-danger)}.vz-date-picker__trigger--disabled{background:var(--vz-bg-disabled);cursor:default}.vz-date-picker__text{font-size:14px;color:var(--vz-text);font-weight:500}.vz-date-picker__text--placeholder{color:var(--vz-disabled-text);font-weight:400}.vz-date-picker__icon{color:var(--vz-muted)}.vz-date-picker__icon--open{color:var(--accent)}.vz-date-picker__popup{z-index:9999;background:#fff;border:1px solid var(--vz-border);border-radius:14px;box-shadow:0 16px 40px #02061724;padding:1.25rem 1.5rem;min-width:580px}.vz-date-picker__popup-inner{display:flex;align-items:center;gap:1.5rem}.vz-date-picker__month{flex:1}.vz-date-picker__month-title{text-align:center;margin-bottom:.75rem;font-size:16px}.vz-date-picker__month-year{color:var(--vz-muted);font-weight:400}.vz-date-picker__weekdays,.vz-date-picker__week{display:grid;grid-template-columns:repeat(7,1fr)}.vz-date-picker__weekdays{margin-bottom:4px}.vz-date-picker__weekday{text-align:center;font-size:11px;color:var(--vz-muted);font-weight:600;padding:2px 0}.vz-date-picker__day-slot{height:36px;display:flex;align-items:center;justify-content:center}.vz-date-picker__day{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;font-size:13px;transition:background-color 80ms;-webkit-user-select:none;user-select:none}.vz-date-picker__day--selected{background:var(--accent);color:#fff;font-weight:700}.vz-date-picker__day--hovered{background:var(--vz-info-bg)}.vz-date-picker__day--in-range{color:var(--vz-info);font-weight:600}.vz-date-picker__day--past{color:#cbd5e1;cursor:default;pointer-events:none}.vz-date-picker__nav{background:none;border:none;cursor:pointer;font-size:22px;color:var(--vz-muted);padding:4px 8px;border-radius:6px;line-height:1}.vz-date-picker__divider{width:1px;background:var(--vz-border);align-self:stretch;margin:0 .5rem}.vz-select-travelers__table-wrap{overflow-x:auto}.vz-select-travelers__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:13px}.vz-select-travelers__pagination .vz-btn{font-size:12px}.vz-select-travelers__add-btn{min-width:92px}.vz-select-travelers__section{margin-bottom:1.5rem}.vz-select-travelers__heading{font-size:14px;font-weight:600;margin:0 0 .75rem;color:var(--vz-muted)}.vz-select-travelers__empty{color:var(--vz-muted);font-size:13px;text-align:center}.vz-select-travelers__chips{display:flex;flex-wrap:wrap;gap:.5rem}.vz-select-travelers__chip{display:inline-flex;align-items:center;gap:.4rem;background:#f0f4ff;border:1px solid #c7d4f7;border-radius:20px;padding:.25rem .75rem;font-size:13px}.vz-select-travelers__chip-remove{background:none;border:none;cursor:pointer;color:#6b7280;padding:0;line-height:1}.vz-select-travelers__cta{padding-top:1rem;text-align:center}.vz-select-travelers__cta .vz-btn{min-width:200px}.vz-table .vz-inline-error{margin-top:0}.vz-section-header,.vz-search-form{margin-bottom:1.5rem}.vz-search-row{display:flex;gap:.5rem;align-items:flex-start}.vz-search-row__field{flex:1;min-width:0}.vz-search-row .vz-btn{flex-shrink:0}.vz-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.vz-page-header__title{margin:0}.vz-page-header__meta{margin:.25rem 0 0;font-size:13px}.vz-stepper{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.vz-stepper__connector{width:80px;height:2px;margin:0 4px 20px;background:#e5e7eb}.vz-stepper__connector--done{background:#0e3a5f}.vz-stepper__item{display:flex;flex-direction:column;align-items:center;gap:6px}.vz-stepper__circle{width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;background:#9ca3af}.vz-stepper__circle--done{background:#0e3a5f}.vz-stepper__circle--active{background:var(--accent)}.vz-stepper__label{font-size:12px;color:#9ca3af}.vz-stepper__label--done{color:#0e3a5f}.vz-stepper__label--active{color:var(--accent);font-weight:600}.vz-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0006;z-index:900}.vz-dialog-backdrop--strong{background:#00000080;z-index:1000}.vz-dialog-card{width:90%;max-width:400px;padding:1.5rem}.vz-dialog-card--lg{max-width:480px;padding:2rem}.vz-dialog-title{margin-bottom:1rem}.vz-dialog-text{margin-bottom:1.5rem}.vz-dialog-actions{display:flex;justify-content:flex-end;gap:1rem}.vz-card--section{margin-bottom:1.5rem;padding:1.5rem}.vz-readonly-grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}.vz-readonly-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.vz-readonly-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.vz-readonly-grid--3wide{grid-template-columns:2fr 1fr 1fr}.vz-field--third{max-width:33%}.vz-input--readonly{background:#f9fafb}.vz-radio-group,.vz-checkbox-group{display:flex;gap:1.5rem}.vz-radio-group{padding-top:.5rem}.vz-inline-option{display:flex;align-items:center;gap:.4rem;cursor:pointer}.vz-inline-option--disabled{cursor:default}.vz-divider-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--vz-border, #e5e7eb);padding-top:1rem}.vz-divider-actions--end{justify-content:flex-end}.vz-btn--pill{min-width:120px;border-radius:999px}.vz-btn--pill-wide{min-width:160px}.vz-btn--pill-xl{min-width:180px}.vz-btn--pill-2xl{min-width:200px}.vz-btn--subtle{border-color:#cbd5e1;color:var(--vz-text)}.vz-btn--danger-ghost{color:var(--vz-danger)}.vz-btn--danger-ghost:disabled{color:#9ca3af}.vz-center-note{text-align:center;margin-bottom:1.5rem}.vz-center-note--spaced{margin:2rem 0}.vz-priority-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.vz-priority-label{font-weight:600}.vz-select--auto{width:auto}.vz-summary-row{display:flex;align-items:center;margin-bottom:.5rem;border:1px solid var(--vz-border, #e5e7eb);border-radius:8px;overflow:hidden}.vz-summary-badge{min-width:160px;padding:.75rem 1rem;font-size:14px;font-weight:600;background:#cdf4ff;color:#0e3a5f}.vz-summary-badge--wide{min-width:180px}.vz-summary-badge--editing{background:#0e3a5f;color:#fff}.vz-summary-text{flex:1;padding:.75rem 1rem;font-size:13px}.vz-banner-info{margin-bottom:1.25rem;position:relative;padding:.875rem 1rem .875rem 2.75rem;border:1px solid #bfdbfe;border-left:4px solid var(--vz-info);border-radius:10px;background:#f0f9ff;color:#0f3b63;font-size:13px}.vz-banner-info:before{content:"i";position:absolute;left:.95rem;top:50%;width:1.1rem;height:1.1rem;border-radius:999px;transform:translateY(-50%);background:#0369a11f;color:var(--vz-info);display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700}@keyframes vz-spin{to{transform:rotate(360deg)}}.vz-spinner{width:20px;height:20px;border:2px solid var(--vz-border);border-top-color:var(--accent);border-radius:50%;animation:vz-spin .7s linear infinite;display:inline-block;flex-shrink:0}.vz-spinner--sm{width:14px;height:14px;border-width:1.5px}.vz-spinner--lg{width:32px;height:32px;border-width:3px}.vz-loading-state{padding:3rem;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--vz-muted)}.vz-service-form{margin-bottom:1rem;padding:1.5rem}.vz-service-form--editing{background:#0e3a5f;color:#fff}.vz-service-form--readonly{opacity:.7}.vz-service-form--overflow{overflow:visible}.vz-service-form--editing .vz-input,.vz-service-form--editing .vz-date-picker__trigger{background:#fff;color:#0f172a;border-color:var(--accent)}.vz-service-grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}.vz-service-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.vz-service-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.vz-service-grid--3wide{grid-template-columns:2fr 1fr 1fr}.vz-service-label{color:inherit}.vz-service-label--start{align-self:flex-start}.vz-service-counter{display:flex;flex-direction:column;align-items:center}.vz-service-counter__controls,.vz-service-time-range,.vz-service-editor__actions{display:flex;align-items:center}.vz-service-counter__controls{gap:.5rem;margin-top:12px}.vz-service-counter__btn{padding:0 .75rem;color:var(--accent)}.vz-service-counter__input{width:52px;text-align:center}.vz-service-options{display:flex;gap:1.5rem;margin-bottom:1rem}.vz-service-options--stack{flex-direction:column;gap:.4rem;width:100%;padding-top:.25rem}.vz-service-option{display:flex;align-items:center;gap:.4rem;cursor:pointer;color:inherit}.vz-service-option--disabled{cursor:default}.vz-service-textarea{width:100%;min-height:100px;box-sizing:border-box;resize:none}.vz-service-charcount{margin:2px 0 0;font-size:12px;text-align:right;color:var(--vz-muted)}.vz-service-charcount--editing{color:#cbd5e1}.vz-service-empty{padding:2rem;text-align:center}.vz-service-readonly{display:flex;gap:1.5rem;align-items:flex-start}.vz-service-readonly__tabs{display:flex;flex-direction:column;gap:8px;min-width:200px;flex-shrink:0}.vz-service-readonly__tab{border:none;border-radius:6px;padding:10px 14px;text-align:left;cursor:pointer;font-size:13px;color:#fff;background:var(--dark);opacity:.75}.vz-service-readonly__tab--active{background:var(--accent);opacity:1;font-weight:600}.vz-service-readonly__content{flex:1;min-width:0}.vz-service-editor__typebar{margin-bottom:1rem;padding:1rem 1.5rem}.vz-service-editor__typebar--editing{background:#0e3a5f;color:#fff}.vz-service-editor__controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.vz-service-editor__label{font-weight:500}.vz-service-editor__actions{justify-content:center;gap:1rem;margin-bottom:1.5rem;text-align:center}.vz-service-editor__add{border-radius:999px;min-width:160px;border-color:var(--accent);color:var(--accent)}.vz-service-editor__add:disabled{border-color:#cbd5e1;color:#94a3b8;opacity:.65;cursor:not-allowed}.vz-service-editor__list{margin:1.5rem 0 2rem}.vz-service-editor__row{display:flex;align-items:center;margin-bottom:.5rem;border:1px solid var(--vz-border, #e5e7eb);border-radius:8px;overflow:hidden}.vz-service-editor__row-badge{min-width:160px;padding:.75rem 1rem;font-size:14px;font-weight:600;background:#cdf4ff;color:#0e3a5f}.vz-service-editor__row-badge--editing{background:#0e3a5f;color:#fff}.vz-service-editor__row-summary{flex:1;padding:.75rem 1rem;font-size:13px}.vz-service-editor__row-actions{display:flex;gap:.25rem;padding:0 .75rem}.vz-service-editor__icon-btn{padding:.35rem .5rem;line-height:1;color:var(--vz-muted)}.vz-service-editor__icon-btn:disabled{color:#d1d5db}.vz-hist-layout{display:flex;gap:12px;align-items:flex-start;min-width:0}.vz-hist-minibar{display:flex;flex-direction:column;gap:8px;padding-top:4px;flex-shrink:0;min-width:0}.vz-hist-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;min-width:0}.vz-hist-filters{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.vz-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.vz-filter-bar__item{flex:1 1 150px;min-width:150px}.vz-filter-bar__item--wide{flex:2 1 180px;min-width:180px}.vz-hist-input-wrap{position:relative;display:flex;align-items:center;min-width:0}.vz-hist-input-icon{position:absolute;left:10px;color:var(--vz-muted);display:flex;align-items:center;pointer-events:none}.vz-hist-input{padding-left:32px!important}.vz-hist-csv-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid var(--vz-border);background:#fff;cursor:pointer;color:#16a34a;flex-shrink:0;transition:background .15s}.vz-hist-csv-btn:hover{background:#f0fdf4}.vz-hist-csv-btn:disabled{opacity:.5;cursor:not-allowed}.vz-eye-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:none;background:var(--accent);color:#fff;cursor:pointer;transition:background .15s;flex-shrink:0}.vz-eye-btn:hover{background:#009fd6}.vz-hist-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:16px}.vz-hist-page-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--vz-border);background:#fff;cursor:pointer;font-size:18px;line-height:1;color:var(--vz-text);transition:background .15s}.vz-hist-page-btn:hover:not(:disabled){background:#f1f5f9}.vz-hist-page-btn:disabled{opacity:.4;cursor:not-allowed}.vz-input-no-spin::-webkit-outer-spin-button,.vz-input-no-spin::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vz-input-no-spin{-moz-appearance:textfield}.vz-home-org{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:start;position:relative}.vz-home-org__card-title{font-size:17px;font-weight:700;color:var(--vz-text);margin:0 0 16px}.vz-home-org__viajes{min-width:0}.vz-home-org__lista{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:7px}.vz-home-org__fila{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;background:#f8fafc;border:1px solid var(--vz-border);cursor:pointer;transition:background .15s}.vz-home-org__fila:hover{background:#eef2ff}.vz-home-org__fila--en-gestion{background:var(--accent);border-color:var(--accent);color:#fff}.vz-home-org__fila--en-gestion:hover{background:#00a8e0}.vz-home-org__fila-icon{width:32px;height:32px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vz-home-org__fila:not(.vz-home-org__fila--en-gestion) .vz-home-org__fila-icon{background:var(--accent);color:#fff}.vz-home-org__fila-texto{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.vz-home-org__fila-titulo{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vz-home-org__fila-subtitulo{font-size:12px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vz-home-org__fila-chevron{font-size:20px;opacity:.6;flex-shrink:0}.vz-home-org__paginacion{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:8px}.vz-home-org__pag-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--vz-border);background:#fff;cursor:pointer;font-size:18px;line-height:1;color:var(--vz-text);transition:background .15s}.vz-home-org__pag-btn:hover:not(:disabled){background:#f1f5f9}.vz-home-org__pag-btn:disabled{opacity:.4;cursor:not-allowed}.vz-home-org__pag-label{font-size:13px;color:var(--vz-muted)}.vz-home-org__estado{padding:24px 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.vz-home-org__tips{position:sticky;top:84px}.vz-home-org__tip-categoria{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.vz-home-org__tip-cat-label{font-weight:700;font-size:15px}.vz-home-org__tip-cat-icon{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center}.vz-home-org__tip-lista{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:10px}.vz-home-org__tip-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;color:var(--vz-text)}.vz-home-org__tip-check{color:var(--accent);font-size:14px;flex-shrink:0;margin-top:1px}.vz-home-org__tip-dots{display:flex;justify-content:center;gap:8px}.vz-home-org__tip-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--accent);background:transparent;cursor:pointer;padding:0;transition:background .15s}.vz-home-org__tip-dot--active{background:var(--accent)}.vz-home-org__fab{position:fixed;bottom:72px;right:28px;width:52px;height:52px;border-radius:50%;border:none;background:var(--accent);color:#fff;cursor:grab;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00bfff66;transition:background .15s,box-shadow .15s;z-index:200;-webkit-user-select:none;user-select:none;touch-action:none}.vz-home-org__fab:active{cursor:grabbing}.vz-home-org__fab:hover{background:#00a8e0;box-shadow:0 6px 18px #00bfff80}.vz-ticket-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.vz-ticket-tabs__select{display:none}@media (max-width: 480px){.vz-shell{overflow-x:hidden}html,body,#root{max-width:100%;overflow-x:hidden}.vz-shell__body{grid-template-columns:1fr;padding:12px;gap:0;width:100%;max-width:100vw;min-width:0;overflow-x:hidden}.vz-shell__sidebar{position:static;padding:8px 0 4px;flex-direction:row;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none}.vz-shell__sidebar::-webkit-scrollbar{display:none}.vz-sidebar__section-title{display:none}.vz-nav-pill{width:auto;flex:0 0 auto;white-space:nowrap;justify-content:center;font-size:12px;padding:8px 10px}.vz-shell__header{padding:0 12px;gap:8px;width:100%;max-width:100vw;overflow:visible}.vz-brand{min-width:0;flex:0 1 auto}.vz-brand__logo{height:34px}.vz-header-actions{gap:6px;min-width:0;flex:1 1 auto;justify-content:flex-end;overflow:visible}.vz-user-menu{min-width:0;flex:0 1 auto}.vz-text-btn{padding:0 10px;font-size:13px;max-width:150px;min-width:0;overflow:visible}.vz-dropdown--notif{position:fixed!important;top:64px;left:8px!important;right:8px!important;min-width:unset!important;max-width:unset;max-height:60vh;overflow-y:auto}.vz-shell__footer{height:auto;padding:10px 12px;font-size:11px;display:block;text-align:center}.vz-field{min-width:0;width:100%}input[type=date].vz-input,input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:100%;text-align:left}.vz-page{padding:12px;width:100%;max-width:100%;min-width:0}.vz-card{padding:14px;border-radius:12px;max-width:100%;min-width:0}.vz-h1{font-size:20px}.vz-ticket-type-grid,.vz-readonly-grid--3,.vz-readonly-grid--2,.vz-readonly-grid--3wide{grid-template-columns:1fr}.vz-field--third{max-width:100%}.vz-page-header{flex-wrap:wrap;gap:8px}.vz-stepper__connector{width:50px}.vz-summary-row{flex-direction:column}.vz-summary-badge,.vz-summary-badge--wide{min-width:unset;width:100%}.vz-service-readonly{flex-direction:column}.vz-service-readonly__tabs{flex-direction:row;flex-wrap:wrap;min-width:unset;width:100%}.vz-service-grid--3,.vz-service-grid--2,.vz-service-grid--3wide{grid-template-columns:1fr}.vz-service-editor__row{flex-direction:column}.vz-service-editor__row-badge{min-width:unset;width:100%}.vz-service-editor__row-actions{align-self:stretch;justify-content:flex-end;padding:.25rem .5rem .5rem}.vz-service-editor__icon-btn{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.vz-service-editor__actions{display:block}.vz-service-editor__add{width:100%;min-width:unset}.vz-service-editor__row-summary{width:100%;word-break:break-word;overflow-wrap:anywhere}.vz-ticket-historial{overflow-x:unset}.vz-ticket-historial table{display:block}.vz-ticket-historial thead{display:none}.vz-ticket-historial tbody{display:block}.vz-ticket-historial tbody tr{display:block;border:1px solid var(--vz-border, #e5e7eb);border-radius:6px;margin-bottom:.75rem;padding:.6rem .75rem}.vz-ticket-historial td{display:block;padding:.1rem 0;font-size:13px;border:none;white-space:normal}.vz-ticket-historial td:nth-child(1):before{content:"Fecha: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-ticket-historial td:nth-child(2):before{content:"Por: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-ticket-historial td:nth-child(3):before{content:"Acción: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-ticket-historial td:nth-child(4):before{content:"Descripción: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-ticket-historial td:nth-child(5):before{content:"Enlace: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-quotation-table{overflow-x:unset}.vz-quotation-table table{display:block}.vz-quotation-table thead{display:none}.vz-quotation-table tbody{display:block}.vz-quotation-table tbody tr{display:block;border:1px solid var(--vz-border, #e5e7eb);border-radius:6px;margin-bottom:.75rem;padding:.6rem .75rem}.vz-quotation-table td{display:block;padding:.1rem 0;font-size:13px;border:none;white-space:normal}.vz-quotation-table td:nth-child(1):before{content:"Servicio: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-quotation-table td:nth-child(2):before{content:"Descripción: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-quotation-table td:nth-child(3):before{content:"Costo: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-quotation-table td:nth-child(4):before{content:"Notas: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-chat-box{height:calc(100vh - 130px)}.vz-ticket-header-row{flex-wrap:wrap}.vz-ticket-tabs{display:none!important}.vz-ticket-tabs__select{display:block;width:100%;font-size:16px;padding:.5rem .75rem;border:1px solid var(--vz-border, #e5e7eb);border-radius:6px;background:#fff;color:var(--vz-text);margin-bottom:.75rem}.vz-ticket-meta{flex-direction:column;gap:2px}.vz-ticket-tab-content{padding:.75rem!important}.vz-cotiz-file-row{flex-direction:column;align-items:flex-start!important}.vz-cotiz-file-row>span{width:100%;overflow-wrap:break-word;word-break:break-all}.vz-card.vz-service-form{padding:.75rem;margin-bottom:1rem}.vz-page{overflow-x:hidden}.vz-hist-layout{flex-direction:column;align-items:stretch;width:100%;max-width:100%}.vz-hist-minibar{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;padding-top:0}.vz-hist-minibar .vz-nav-pill{width:100%;min-width:0;white-space:normal;text-align:center;line-height:1.25;min-height:44px}.vz-hist-section-header{flex-wrap:wrap;align-items:flex-start}.vz-hist-section-header .vz-link-btn{max-width:100%;white-space:normal;text-align:left}.vz-hist-filters{flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center;width:100%;min-width:0}.vz-filter-bar__item--wide{flex:0 0 100%;min-width:unset;max-width:100%}.vz-filter-bar__item:not(.vz-filter-bar__item--wide){flex:1 1 0;min-width:0}.vz-hist-csv-btn{flex:0 0 auto}.vz-hist-table{overflow-x:unset;width:100%;max-width:100%}.vz-hist-table table{display:block;width:100%;max-width:100%}.vz-hist-table thead{display:none}.vz-hist-table tbody{display:block;width:100%}.vz-hist-table tbody tr{display:block;width:100%;max-width:100%;border:1px solid var(--vz-border, #e5e7eb);border-radius:6px;margin-bottom:.75rem;padding:.6rem .75rem}.vz-hist-table td{display:block;padding:.1rem 0;font-size:13px;border:none;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.vz-hist-table .vz-link-btn{max-width:100%;overflow-wrap:anywhere}.vz-hist-table td:nth-child(1):before{content:"Ticket: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-hist-table td:nth-child(2):before{content:"Creación: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-hist-table td:nth-child(3):before{content:"Actualización: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-hist-table td:nth-child(4):before{content:"Usuario: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-hist-table td:nth-child(5):before{content:"Servicios: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-hist-table td:nth-child(6):before{content:"Destino: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-hist-table td:nth-child(7):before{content:"Estatus: ";font-weight:600;font-size:11px;color:var(--vz-muted)}.vz-hist-table td:nth-child(8){padding-top:.4rem}.vz-home-org{grid-template-columns:1fr;gap:12px}.vz-home-org__tips{position:static}.vz-destination-dropdown{max-height:180px;width:calc(100vw - 32px)!important;left:16px!important}.vz-destination-item{padding:11px 14px!important;font-size:15px!important}.vz-date-picker__popup{left:50%!important;right:auto!important;transform:translate(-50%);min-width:unset!important;width:min(320px,calc(100vw - 32px));padding:.75rem .5rem}.vz-date-picker__popup-inner{gap:4px}.vz-date-picker__popup-inner>:nth-child(3),.vz-date-picker__popup-inner>:nth-child(4){display:none}.vz-date-picker__month-title{font-size:14px;margin-bottom:.5rem}.vz-date-picker__day-slot{height:34px}.vz-date-picker__day{width:32px;height:32px;font-size:12px}.vz-date-picker__nav{font-size:20px;padding:4px 6px}.vz-input{font-size:16px}.vz-divider-actions--end{justify-content:center}.vz-divider-actions:not(.vz-divider-actions--end){flex-direction:column;gap:10px}.vz-divider-actions:not(.vz-divider-actions--end) .vz-btn{width:100%;justify-content:center}.vz-divider-actions{margin-top:1.25rem}.vz-inline-error{margin-top:8px;margin-bottom:4px}.vz-service-options{flex-direction:column;gap:.5rem}.vz-service-counter{align-items:flex-start;width:100%}.vz-service-counter__controls{align-self:center;gap:.75rem;margin-top:8px}.vz-service-counter__btn{min-width:44px;min-height:44px;font-size:22px;display:flex;align-items:center;justify-content:center}.vz-service-counter__input{width:64px;font-size:16px}.vz-service-time-range{width:100%;gap:.5rem}.vz-service-time-range select{flex:1;font-size:16px}.vz-search-row{flex-direction:column}.vz-search-row__field,.vz-search-row__field .vz-input{width:100%}.vz-search-row .vz-btn{width:100%;justify-content:center}.vz-select-travelers__table-wrap--tickets th:nth-child(2),.vz-select-travelers__table-wrap--tickets td:nth-child(2),.vz-select-travelers__table-wrap--tickets th:nth-child(4),.vz-select-travelers__table-wrap--tickets td:nth-child(4){display:none}.vz-select-travelers__table-wrap:not(.vz-select-travelers__table-wrap--tickets) th:nth-child(3),.vz-select-travelers__table-wrap:not(.vz-select-travelers__table-wrap--tickets) td:nth-child(3){display:none}.vz-actions--perfil{flex-direction:column}.vz-actions--perfil .vz-btn{width:100%;justify-content:center}.vz-select-travelers__cta .vz-btn{min-width:unset;width:100%}.vz-table__pagination{gap:8px;font-size:13px}}
