
/* NOTIFICATION PAYMENT TICKET FINAL */
.notif-page{padding:24px;background:#eef5fb;min-height:100vh;color:#08213f}
.notif-hero{background:linear-gradient(135deg,#0b73f6 0%,#04b6a8 100%);color:#fff;border-radius:30px;padding:30px;margin-bottom:18px;box-shadow:0 22px 60px rgba(8,33,63,.16)}
.notif-hero span{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.17);border:1px solid rgba(255,255,255,.23);font-size:12px;font-weight:1000;letter-spacing:.04em}
.notif-hero h1{margin:12px 0 8px;font-size:34px;line-height:1.1;font-weight:1000;letter-spacing:-.04em}
.notif-hero p{max-width:900px;margin:0;color:rgba(255,255,255,.90);line-height:1.65;font-weight:760}
.notif-card{background:#fff;border:1px solid #d9e8f7;border-radius:24px;padding:20px;margin-bottom:18px;box-shadow:0 16px 38px rgba(12,43,93,.08)}
.notif-card h2{margin:0 0 16px;font-size:24px;font-weight:1000}
.notif-table-wrap{overflow:auto;border:1px solid #d9e8f7;border-radius:18px}
.notif-table{width:100%;border-collapse:collapse;min-width:900px}
.notif-table th,.notif-table td{padding:12px 14px;border-bottom:1px solid #edf2f7;text-align:left;vertical-align:top}
.notif-table th{background:#f8fbff;color:#415a77;font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:1000}
.notif-table td{font-size:14px;color:#173456;font-weight:700}
.notif-status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eaf5ff;color:#0b63ce;font-size:12px;font-weight:1000}
.notif-inline-form{display:grid;gap:8px;min-width:260px}
.notif-inline-form input{min-height:42px;border:1px solid #c9daf0;border-radius:12px;padding:0 12px;font-weight:800}
.notif-inline-form button{min-height:42px;border:0;border-radius:12px;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;font-weight:950;cursor:pointer}
.notif-empty,.notif-alert{padding:14px 16px;border-radius:16px;font-weight:800}
.notif-empty{background:#f8fbff;border:1px dashed #bfdbfe;color:#1e3a8a}
.notif-alert.success{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534;margin-bottom:14px}
.notif-alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;margin-bottom:14px}
.notif-table pre{white-space:pre-wrap;margin:10px 0 0;background:#f8fbff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;max-width:520px}
@media(max-width:760px){.notif-page{padding:14px}.notif-hero{border-radius:24px;padding:22px}.notif-hero h1{font-size:27px}.notif-card{border-radius:20px;padding:16px}.notif-table{min-width:760px}}

/* V10 - Traveloka style ticket notification, admin delivery, check-in, boarding */
.notif-hero-pro{display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;overflow:hidden;background:linear-gradient(135deg,#0874f8 0%,#0aa6c8 48%,#00b48d 100%)}
.notif-hero-pro:after{content:"✈";position:absolute;right:34px;top:18px;font-size:92px;opacity:.16;transform:rotate(-12deg)}
.notif-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 18px}
.notif-metric-grid>div{background:#fff;border:1px solid #d9e8f7;border-radius:22px;padding:18px;box-shadow:0 14px 38px rgba(12,43,93,.08);display:grid;gap:5px}
.notif-metric-grid span{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#eef7ff;font-size:20px}
.notif-metric-grid b{font-size:30px;line-height:1;color:#08213f;font-weight:1000}
.notif-metric-grid small{color:#60758f;font-weight:850}
.notif-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.notif-section-head h2{margin:5px 0 6px!important}
.notif-section-head p{margin:0;color:#60758f;font-weight:750;line-height:1.55;max-width:950px}
.notif-small-label{display:inline-flex;align-items:center;gap:6px;background:#eef7ff;border:1px solid #d7ebff;color:#075fc5;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:1000;letter-spacing:.04em}
.notif-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.notif-order-card{background:linear-gradient(180deg,#fff,#f9fcff);border:1px solid #d7e7f6;border-radius:24px;padding:18px;box-shadow:0 18px 42px rgba(12,43,93,.08);display:grid;gap:13px;min-width:0}
.notif-order-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.notif-code{display:inline-flex;background:#eaf5ff;color:#075fc5;border:1px solid #cfe6ff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:1000;margin-bottom:7px}
.notif-order-card h3{margin:0;font-size:19px;line-height:1.2;font-weight:1000;color:#08213f}
.notif-order-card p{margin:5px 0 0;color:#526985;font-weight:800;line-height:1.35}
.notif-price{font-size:18px;color:#009b72;font-weight:1000;white-space:nowrap}
.notif-meta-line{padding:12px 14px;border:1px dashed #cae2fb;background:#f7fbff;border-radius:16px;color:#3b5878;font-weight:800;line-height:1.45}
.notif-status-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.notif-status.ok{background:#dcfce7;color:#166534}
.notif-status.wait{background:#fff7ed;color:#c2410c}
.notif-status.bad{background:#fee2e2;color:#991b1b}
.notif-status.info{background:#eaf5ff;color:#075fc5}
.notif-pnr-box{background:linear-gradient(135deg,#08213f,#0f6fbf);color:#fff;border-radius:18px;padding:14px;box-shadow:0 15px 35px rgba(8,33,63,.18)}
.notif-pnr-box b{display:block;font-size:17px;margin-bottom:5px}
.notif-pnr-box small{display:block;color:rgba(255,255,255,.82);font-weight:800;line-height:1.45}
.notif-action-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.notif-send-form{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid #dcebf8;background:#f8fbff;border-radius:16px}
.notif-send-form label{display:inline-flex;align-items:center;gap:5px;color:#304b69;font-size:12px;font-weight:950}
.notif-send-form button,.notif-link-btn{min-height:40px;border:0;border-radius:13px;padding:0 14px;background:linear-gradient(135deg,#1688ff,#006be6);color:#fff!important;text-decoration:none;font-weight:1000;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,107,230,.18);cursor:pointer}
.notif-link-btn{background:#fff;color:#075fc5!important;border:1px solid #cfe6ff;box-shadow:none}
.notif-link-btn.primary{background:linear-gradient(135deg,#1688ff,#006be6);color:#fff!important;border:0;box-shadow:0 10px 22px rgba(0,107,230,.18)}
.notif-disabled-action{display:inline-flex;align-items:center;min-height:40px;border-radius:13px;padding:0 14px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;font-weight:1000}
.notif-cancel-form{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #e7eef7;padding-top:12px}
.notif-cancel-form input{flex:1 1 220px;min-height:40px;border:1px solid #c9daf0;border-radius:13px;padding:0 12px;font-weight:850}
.notif-cancel-form button{min-height:40px;border:0;border-radius:13px;background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;font-weight:1000;padding:0 13px;cursor:pointer}
.notif-inbox-list{display:grid;gap:12px}
.notif-inbox-card{display:flex;gap:12px;background:#fff;border:1px solid #dcebf8;border-radius:20px;padding:14px;box-shadow:0 10px 25px rgba(12,43,93,.05)}
.notif-inbox-icon{width:44px;height:44px;border-radius:16px;background:#eef7ff;display:grid;place-items:center;flex:0 0 auto;font-size:20px}
.notif-inbox-body{min-width:0;flex:1}.notif-inbox-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.notif-inbox-top b{font-size:16px;color:#08213f}.notif-inbox-body small{display:block;margin:5px 0 8px;color:#60758f;font-weight:800}.notif-inbox-body details summary{cursor:pointer;color:#075fc5;font-weight:1000}.notif-inbox-body pre{white-space:pre-wrap;margin:10px 0 0;background:#f8fbff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;max-width:100%;overflow:auto}
.traveloka-flow-mini{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.traveloka-flow-mini span{text-align:center;border-radius:999px;border:1px solid #dbeafe;background:#f8fbff;color:#64748b;padding:7px 8px;font-size:12px;font-weight:1000}.traveloka-flow-mini .done{background:#dcfce7;color:#166534;border-color:#bbf7d0}.traveloka-flow-mini .active{background:#dbeafe;color:#075fc5;border-color:#bfdbfe}
.buyer-ticket-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.buyer-ticket-card{border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#f5fbff)}
@media(max-width:1100px){.notif-order-grid,.buyer-ticket-grid{grid-template-columns:1fr}.notif-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.notif-metric-grid{grid-template-columns:1fr 1fr;gap:10px}.notif-metric-grid>div{padding:14px;border-radius:18px}.notif-section-head{display:grid}.notif-order-card{padding:14px;border-radius:20px}.notif-order-top{display:grid}.notif-price{font-size:16px}.notif-send-form,.notif-action-row,.notif-cancel-form{display:grid;grid-template-columns:1fr}.notif-send-form label{min-height:32px}.traveloka-flow-mini{grid-template-columns:1fr 1fr}.notif-inbox-card{border-radius:18px;padding:12px}.notif-inbox-top{display:grid}.notif-hero-pro:after{display:none}}
