{"id":11460,"date":"2026-05-03T19:16:38","date_gmt":"2026-05-03T18:16:38","guid":{"rendered":"https:\/\/coastalgaming.be\/coastlan\/?page_id=11460"},"modified":"2026-05-03T19:16:45","modified_gmt":"2026-05-03T18:16:45","slug":"coastlanseatmap","status":"publish","type":"page","link":"https:\/\/coastalgaming.be\/coastlan\/coastlanseatmap\/","title":{"rendered":"CoastlanSeatmap"},"content":{"rendered":"<div class=\"cl-sm-frontend\" style=\"display: flex; align-items: flex-start; gap: 30px; width: 100%;\"><style>\n        :root { --cl-sm-teal: #0a2e36; --cl-sm-dark: #061d22; --cl-sm-gold: #d4af37; --cl-sm-text: #eee; --cl-sm-vip: #d4af37; --cl-sm-normal: #4a90d9; --cl-sm-free: #28a745; }\n        .cl-sm-wrap { font-family: system-ui, sans-serif; color: var(--cl-sm-text); }\n\n        .cl-sm-arena { background: var(--cl-sm-dark); border-radius: 12px; border: 1px solid #1a3a42; padding: 25px; margin: 20px 0; overflow-x: auto; }\n        .cl-sm-arena-title { color: var(--cl-sm-gold); text-transform: uppercase; letter-spacing: 1px; font-size: 18px; margin-bottom: 20px; text-align: center; }\n\n        .cl-sm-section-label { text-align: center; font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; margin: 20px 0 10px 0; padding: 8px; border-radius: 4px; }\n        .cl-sm-section-label.vip { color: var(--cl-sm-vip); background: rgba(212,175,55,0.1); border: 1px solid rgba(212,175,55,0.2); }\n        .cl-sm-section-label.normal { color: var(--cl-sm-normal); background: rgba(74,144,217,0.1); border: 1px solid rgba(74,144,217,0.2); }\n\n        .cl-sm-table { display: flex; gap: 8px; margin: 8px auto; width: fit-content; }\n        .cl-sm-row-label-cell { min-width: 32px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; border-radius: 4px; }\n        .cl-sm-row-label-cell.vip { color: #fff; background: #d4af37; }\n        .cl-sm-row-label-cell.normal { color: #fff; background: #4a90d9; }\n\n        .cl-sm-seat {\n            width: 42px; height: 42px; border-radius: 4px;\n            display: flex; align-items: center; justify-content: center;\n            font-size: 10px; font-weight: 600; cursor: pointer; transition: all 0.2s;\n            position: relative; border: 1px solid transparent; text-align: center;\n            overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 2px;\n        }\n        .cl-sm-seat.vip { background: rgba(212,175,55,0.15); border-color: rgba(212,175,55,0.3); color: var(--cl-sm-vip); }\n        .cl-sm-seat.normal { background: rgba(74,144,217,0.1); border-color: rgba(74,144,217,0.2); color: var(--cl-sm-normal); }\n        .cl-sm-seat.claimed { background: rgba(212,175,55,0.25); border-color: var(--cl-sm-gold); color: #fff; }\n        .cl-sm-seat.claimed.no-clan { background: rgba(128,128,128,0.25); border-color: #808080; color: #ccc; }\n        .cl-sm-seat.claimed:hover { background: rgba(212,175,55,0.4); transform: scale(1.1); box-shadow: 0 0 12px rgba(212,175,55,0.3); z-index: 2; }\n        .cl-sm-seat.claimed.no-clan:hover { background: rgba(128,128,128,0.4); box-shadow: 0 0 12px rgba(128,128,128,0.3); }\n        .cl-sm-seat.highlighted { transform: scale(1.15); box-shadow: 0 0 16px rgba(212,175,55,0.8); border-color: #fff !important; z-index: 10; background: rgba(212,175,55,0.5) !important; }\n        .cl-sm-seat.highlighted.no-clan { box-shadow: 0 0 16px rgba(200,200,200,0.8) !important; background: rgba(180,180,180,0.5) !important; }\n        .cl-sm-seat.free { opacity: 0.6; }\n        .cl-sm-seat.free:hover { opacity: 1; background: rgba(40,167,69,0.2); border-color: var(--cl-sm-free); }\n        .cl-sm-seat.free::after {\n            content: \"VRIJ\"; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%);\n            background: var(--cl-sm-free); color: #fff; font-size: 8px; font-weight: 700; padding: 2px 4px;\n            border-radius: 2px; opacity: 0; transition: opacity 0.2s; white-space: nowrap; pointer-events: none;\n        }\n        .cl-sm-seat.free:hover::after { opacity: 1; }\n\n        .cl-sm-frontend { display: flex; gap: 25px; align-items: flex-start; }\n        .cl-sm-clan-sidebar {\n            min-width: 200px; max-width: 260px; flex-shrink: 0;\n            background: var(--cl-sm-dark); border-radius: 12px; border: 1px solid #1a3a42; padding: 15px;\n        }\n        .cl-sm-clan-sidebar h3 {\n            color: var(--cl-sm-gold); font-size: 13px; text-transform: uppercase; letter-spacing: 1px;\n            margin: 0 0 12px 0; padding-bottom: 8px; border-bottom: 2px solid var(--cl-sm-gold);\n        }\n        .cl-sm-clan-item {\n            padding: 8px 10px; margin-bottom: 6px; border-radius: 6px; cursor: pointer;\n            transition: all 0.2s; border: 1px solid transparent; display: flex; justify-content: space-between; align-items: center;\n        }\n        .cl-sm-clan-item:hover { background: rgba(212,175,55,0.1); border-color: rgba(212,175,55,0.3); }\n        .cl-sm-clan-item.active { background: rgba(212,175,55,0.15); border-color: var(--cl-sm-gold); }\n        .cl-sm-clan-item .clan-name { color: #fff; font-size: 12px; font-weight: 600; }\n        .cl-sm-clan-item .clan-count {\n            background: rgba(212,175,55,0.2); color: var(--cl-sm-gold); font-size: 10px;\n            font-weight: 700; padding: 2px 6px; border-radius: 10px;\n        }\n        .cl-sm-clan-item.no-clan .clan-name { color: #888; }\n        .cl-sm-clan-item.no-clan .clan-count { background: rgba(128,128,128,0.2); color: #888; }\n        .cl-sm-clan-color {\n            width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-right: 8px; flex-shrink: 0;\n        }\n\n        .cl-sm-seatmap-area { flex: 1; min-width: 0; }\n        .cl-sm-seat .seat-label { font-size: 9px; color: #888; pointer-events: none; }\n        .cl-sm-seat .player-name { font-size: 9px; pointer-events: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; }\n\n        .cl-sm-legend { display: flex; justify-content: center; gap: 20px; margin: 15px 0; flex-wrap: wrap; }\n        .cl-sm-legend-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #aaa; }\n        .cl-sm-legend-dot { width: 14px; height: 14px; border-radius: 3px; }\n        .cl-sm-legend-dot.vip { background: rgba(212,175,55,0.3); border: 1px solid var(--cl-sm-gold); }\n        .cl-sm-legend-dot.normal { background: rgba(74,144,217,0.2); border: 1px solid var(--cl-sm-normal); }\n        .cl-sm-legend-dot.free { background: rgba(40,167,69,0.2); border: 1px solid var(--cl-sm-free); }\n\n        .cl-sm-request-form { background: var(--cl-sm-dark); border-radius: 12px; border: 1px solid #1a3a42; padding: 25px; margin: 20px 0; }\n        .cl-sm-request-form h3 { color: var(--cl-sm-gold); text-transform: uppercase; letter-spacing: 1px; font-size: 14px; margin-bottom: 15px; }\n        .cl-sm-field { margin-bottom: 12px; }\n        .cl-sm-field label { display: block; font-size: 11px; text-transform: uppercase; color: #aaa; margin-bottom: 4px; font-weight: 600; }\n        .cl-sm-field select, .cl-sm-field input[type=\"text\"] { width: 100%; padding: 8px 10px; background: #111; border: 1px solid #444; border-radius: 6px; color: #fff; font-size: 12px; }\n        .cl-sm-field select:focus, .cl-sm-field input:focus { outline: none; border-color: var(--cl-sm-gold); }\n.cl-sm-seat-request-row { \n    display: flex; \n    flex-direction: column; \/* Alles onder elkaar *\/\n    gap: 10px; \n    position: relative; \n    margin-bottom: 20px; \/* Ruimte tussen verschillende spelers *\/\n    padding: 10px;\n    background: rgba(255,255,255,0.03); \/* Optioneel: lichte achtergrond per rij *\/\n    border-radius: 8px;\n}\n        .cl-sm-seat-request-row select { width: 100%; margin: 0; }\n        .cl-sm-seat-request-row .remove-seat-row { background: #dc3545; color: #fff; border: none; border-radius: 4px; width: 24px; height: 24px; cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; grid-column: 2; grid-row: 1 \/ span 4; align-self: center; }\n        .cl-sm-btn { padding: 10px 20px; border-radius: 6px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border: none; transition: 0.2s; }\n        .cl-sm-btn-primary { background: var(--cl-sm-gold); color: #000; }\n        .cl-sm-btn-primary:hover { background: #e5c048; transform: translateY(-1px); }\n        .cl-sm-btn-secondary { background: #333; color: #ccc; }\n        .cl-sm-btn-secondary:hover { background: #444; }\n        .cl-sm-btn-small { padding: 6px 12px; font-size: 10px; }\n        .cl-sm-btn-add { background: #28a745; color: #fff; }\n        .cl-sm-btn-add:hover { background: #2ebd52; }\n        .cl-sm-message { margin-top: 10px; font-size: 12px; padding: 8px 12px; border-radius: 4px; }\n        .cl-sm-message.success { background: rgba(40,167,69,0.1); border: 1px solid #28a745; color: #28a745; }\n        .cl-sm-message.error { background: rgba(220,53,69,0.1); border: 1px solid #dc3545; color: #dc3545; }\n\n        .cl-sm-admin-wrap { background: #1a2a30; color: #fff; padding: 20px; border-radius: 10px; border: 1px solid #2a4a52; }\n        .cl-sm-admin-section { margin-bottom: 25px; }\n        .cl-sm-admin-section h2 { color: #d4af37; font-size: 16px; margin: 0 0 12px 0; padding-bottom: 8px; border-bottom: 2px solid #d4af37; }\n\n        .cl-sm-admin-table-wrapper { overflow-x: auto; margin: 10px 0; }\n        .cl-sm-admin-table { border-collapse: separate; border-spacing: 3px; }\n        .cl-sm-admin-table th { background: #0a2e36; color: #d4af37; font-size: 11px; padding: 8px 4px; text-align: center; border-radius: 4px; position: sticky; left: 0; z-index: 2; white-space: nowrap; }\n        .cl-sm-admin-table th.corner { min-width: 50px; }\n\n        .cl-sm-admin-row-header {\n            background: #0a2e36; color: #fff; font-weight: 700; font-size: 13px;\n            padding: 6px 8px; text-align: center; border-radius: 4px; white-space: nowrap;\n            position: sticky; left: 0; z-index: 1; min-width: 50px;\n        }\n        .cl-sm-admin-row-header.vip { background: #d4af37; color: #000; }\n        .cl-sm-admin-row-header.normal { background: #4a90d9; color: #fff; }\n\n        .cl-sm-admin-cell {\n            width: 44px; height: 36px; border-radius: 4px; display: flex; align-items: center;\n            justify-content: center; font-size: 10px; cursor: pointer; transition: all 0.15s;\n            border: 2px solid transparent; background: #0d1f24; color: #888; font-weight: 600;\n            text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;\n            position: relative;\n        }\n        .cl-sm-admin-cell:hover { border-color: #fff; transform: scale(1.1); z-index: 3; }\n        .cl-sm-admin-cell.occupied { background: rgba(212,175,55,0.3); border-color: #d4af37; color: #fff; }\n        .cl-sm-admin-cell.selected { background: #fff !important; color: #000 !important; border-color: #d4af37 !important; box-shadow: 0 0 12px rgba(212,175,55,0.6); transform: scale(1.15); z-index: 5; }\n        .cl-sm-admin-cell.selected::after { content: \"\"; position: absolute; top: -4px; right: -4px; width: 10px; height: 10px; background: #d4af37; border-radius: 50%; }\n        .cl-sm-admin-cell .cell-label { font-size: 8px; line-height: 1.1; pointer-events: none; }\n        .cl-sm-admin-cell .seat-num { font-size: 9px; color: #666; pointer-events: none; }\n\n        .cl-sm-admin-toolbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 20px; padding: 12px; background: #0a2e36; border-radius: 8px; }\n        .cl-sm-admin-toolbar .status-text { color: #ccc; font-size: 13px; }\n        .cl-sm-admin-toolbar .status-text strong { color: #28a745; }\n\n        .cl-sm-add-row-box { background: #0a2e36; padding: 20px; border-radius: 8px; margin-bottom: 20px; border: 1px solid rgba(212,175,55,0.2); }\n        .cl-sm-add-row-box summary { cursor: pointer; color: #d4af37; font-weight: bold; font-size: 14px; text-transform: uppercase; }\n        .cl-sm-add-row-box .form-table th { color: #fff; }\n\n        .cl-sm-admin-assign-panel {\n            display: none; background: #0a2e36; border: 2px solid #d4af37; border-radius: 10px;\n            padding: 16px; margin: 12px 0; animation: clSmSlideDown 0.2s ease;\n        }\n        .cl-sm-admin-assign-panel.active { display: block; }\n        .cl-sm-admin-assign-panel h4 { color: #d4af37; margin: 0 0 12px 0; font-size: 14px; }\n        .cl-sm-admin-assign-panel .field { margin-bottom: 10px; }\n        .cl-sm-admin-assign-panel .field label { display: block; font-size: 11px; color: #aaa; margin-bottom: 4px; text-transform: uppercase; }\n        .cl-sm-admin-assign-panel .field select { width: 100%; padding: 8px; background: #111; border: 1px solid #444; border-radius: 4px; color: #fff; font-size: 13px; }\n        .cl-sm-admin-assign-panel .btn-row { display: flex; gap: 8px; margin-top: 12px; }\n\n        @keyframes clSmSlideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }\n\n        .cl-sm-request-card { background: #0d1f24; border-radius: 8px; border: 1px solid #333; padding: 15px; margin-bottom: 10px; }\n        .cl-sm-request-card.pending { border-left: 4px solid #d4af37; }\n        .cl-sm-request-card.approved { border-left: 4px solid #28a745; }\n        .cl-sm-request-card.rejected { border-left: 4px solid #dc3545; }\n        .cl-sm-request-seats { display: flex; flex-wrap: wrap; gap: 4px; margin: 8px 0; }\n        .cl-sm-request-seat-tag { background: rgba(212,175,55,0.15); border: 1px solid rgba(212,175,55,0.3); color: #d4af37; padding: 2px 8px; border-radius: 4px; font-size: 11px; }\n\n        @media (max-width: 900px) { .cl-sm-seat { width: 34px; height: 34px; font-size: 8px; } .cl-sm-frontend { flex-direction: column; } .cl-sm-clan-sidebar { max-width: 100%; min-width: auto; } }\n        @media (max-width: 600px) { .cl-sm-seat { width: 28px; height: 28px; font-size: 7px; } .cl-sm-arena { padding: 15px; } }\n    <\/style><div class=\"cl-sm-frontend\" style=\"display: flex; align-items: flex-start; gap: 20px;\"><div class=\"cl-sm-clan-sidebar\" style=\"flex: 0 0 18%; min-width: 200px; margin-top: 20px;\"><h3>Clans (0)<\/h3><\/div><div class=\"cl-sm-seatmap-area\"><div class=\"cl-sm-arena\" style=\"position:relative; padding-top:60px; padding-bottom:80px;\"><div style=\"position:absolute; top:25px; left:25px; color:var(--cl-sm-gold); font-weight:bold; font-size:14px;\">COMPODESK<\/div><div style=\"position:absolute; bottom:25px; left:10px; color:var(--cl-sm-gold); font-weight:bold; font-size:14px; line-height:1.2;\">KEUKEN<br>BAR<\/div><div style=\"position:absolute; bottom:25px; left:110px; color:var(--cl-sm-gold); font-weight:bold; font-size:14px;\">INKOM<\/div><div class=\"cl-sm-arena-title\">Seatmap<\/div><div class=\"cl-sm-legend\"><div class=\"cl-sm-legend-item\"><div class=\"cl-sm-legend-dot vip\"><\/div>VIP<\/div><div class=\"cl-sm-legend-item\"><div class=\"cl-sm-legend-dot normal\"><\/div>Normaal<\/div><div class=\"cl-sm-legend-item\"><div class=\"cl-sm-legend-dot free\"><\/div>Vrij<\/div><\/div><div class=\"cl-sm-section-label vip\">VIP Tickets<\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:45px;\"><div class=\"cl-sm-row-label-cell vip\">A<\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A16\" data-row=\"156\" data-num=\"16\" title=\"A16 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A15\" data-row=\"156\" data-num=\"15\" title=\"A15 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A14\" data-row=\"156\" data-num=\"14\" title=\"A14 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A13\" data-row=\"156\" data-num=\"13\" title=\"A13 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A12\" data-row=\"156\" data-num=\"12\" title=\"A12 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A11\" data-row=\"156\" data-num=\"11\" title=\"A11 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A10\" data-row=\"156\" data-num=\"10\" title=\"A10 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A9\" data-row=\"156\" data-num=\"9\" title=\"A9 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A8\" data-row=\"156\" data-num=\"8\" title=\"A8 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A7\" data-row=\"156\" data-num=\"7\" title=\"A7 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A6\" data-row=\"156\" data-num=\"6\" title=\"A6 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A5\" data-row=\"156\" data-num=\"5\" title=\"A5 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A4\" data-row=\"156\" data-num=\"4\" title=\"A4 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A3\" data-row=\"156\" data-num=\"3\" title=\"A3 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A2\" data-row=\"156\" data-num=\"2\" title=\"A2 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"A1\" data-row=\"156\" data-num=\"1\" title=\"A1 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:15px;\"><div class=\"cl-sm-row-label-cell vip\">B<\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B16\" data-row=\"157\" data-num=\"16\" title=\"B16 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B15\" data-row=\"157\" data-num=\"15\" title=\"B15 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B14\" data-row=\"157\" data-num=\"14\" title=\"B14 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B13\" data-row=\"157\" data-num=\"13\" title=\"B13 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B12\" data-row=\"157\" data-num=\"12\" title=\"B12 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B11\" data-row=\"157\" data-num=\"11\" title=\"B11 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B10\" data-row=\"157\" data-num=\"10\" title=\"B10 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B9\" data-row=\"157\" data-num=\"9\" title=\"B9 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B8\" data-row=\"157\" data-num=\"8\" title=\"B8 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B7\" data-row=\"157\" data-num=\"7\" title=\"B7 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B6\" data-row=\"157\" data-num=\"6\" title=\"B6 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B5\" data-row=\"157\" data-num=\"5\" title=\"B5 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B4\" data-row=\"157\" data-num=\"4\" title=\"B4 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B3\" data-row=\"157\" data-num=\"3\" title=\"B3 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B2\" data-row=\"157\" data-num=\"2\" title=\"B2 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat vip free\" data-seat=\"B1\" data-row=\"157\" data-num=\"1\" title=\"B1 - Vrij\" style=\"width: 63px;\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-section-label normal\">Normal Tickets<\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:45px;\"><div class=\"cl-sm-row-label-cell normal\">C<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C20\" data-row=\"158\" data-num=\"20\" title=\"C20 - Vrij\"><span class=\"seat-label\">20<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C19\" data-row=\"158\" data-num=\"19\" title=\"C19 - Vrij\"><span class=\"seat-label\">19<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C18\" data-row=\"158\" data-num=\"18\" title=\"C18 - Vrij\"><span class=\"seat-label\">18<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C17\" data-row=\"158\" data-num=\"17\" title=\"C17 - Vrij\"><span class=\"seat-label\">17<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C16\" data-row=\"158\" data-num=\"16\" title=\"C16 - Vrij\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C15\" data-row=\"158\" data-num=\"15\" title=\"C15 - Vrij\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C14\" data-row=\"158\" data-num=\"14\" title=\"C14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C13\" data-row=\"158\" data-num=\"13\" title=\"C13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C12\" data-row=\"158\" data-num=\"12\" title=\"C12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C11\" data-row=\"158\" data-num=\"11\" title=\"C11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C10\" data-row=\"158\" data-num=\"10\" title=\"C10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C9\" data-row=\"158\" data-num=\"9\" title=\"C9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C8\" data-row=\"158\" data-num=\"8\" title=\"C8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C7\" data-row=\"158\" data-num=\"7\" title=\"C7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C6\" data-row=\"158\" data-num=\"6\" title=\"C6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C5\" data-row=\"158\" data-num=\"5\" title=\"C5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C4\" data-row=\"158\" data-num=\"4\" title=\"C4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C3\" data-row=\"158\" data-num=\"3\" title=\"C3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C2\" data-row=\"158\" data-num=\"2\" title=\"C2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"C1\" data-row=\"158\" data-num=\"1\" title=\"C1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:10px;\"><div class=\"cl-sm-row-label-cell normal\">D<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D20\" data-row=\"146\" data-num=\"20\" title=\"D20 - Vrij\"><span class=\"seat-label\">20<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D19\" data-row=\"146\" data-num=\"19\" title=\"D19 - Vrij\"><span class=\"seat-label\">19<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D18\" data-row=\"146\" data-num=\"18\" title=\"D18 - Vrij\"><span class=\"seat-label\">18<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D17\" data-row=\"146\" data-num=\"17\" title=\"D17 - Vrij\"><span class=\"seat-label\">17<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D16\" data-row=\"146\" data-num=\"16\" title=\"D16 - Vrij\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D15\" data-row=\"146\" data-num=\"15\" title=\"D15 - Vrij\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D14\" data-row=\"146\" data-num=\"14\" title=\"D14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D13\" data-row=\"146\" data-num=\"13\" title=\"D13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D12\" data-row=\"146\" data-num=\"12\" title=\"D12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D11\" data-row=\"146\" data-num=\"11\" title=\"D11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D10\" data-row=\"146\" data-num=\"10\" title=\"D10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D9\" data-row=\"146\" data-num=\"9\" title=\"D9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D8\" data-row=\"146\" data-num=\"8\" title=\"D8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D7\" data-row=\"146\" data-num=\"7\" title=\"D7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D6\" data-row=\"146\" data-num=\"6\" title=\"D6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D5\" data-row=\"146\" data-num=\"5\" title=\"D5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D4\" data-row=\"146\" data-num=\"4\" title=\"D4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D3\" data-row=\"146\" data-num=\"3\" title=\"D3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D2\" data-row=\"146\" data-num=\"2\" title=\"D2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"D1\" data-row=\"146\" data-num=\"1\" title=\"D1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:45px;\"><div class=\"cl-sm-row-label-cell normal\">E<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E20\" data-row=\"5\" data-num=\"20\" title=\"E20 - Vrij\"><span class=\"seat-label\">20<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E19\" data-row=\"5\" data-num=\"19\" title=\"E19 - Vrij\"><span class=\"seat-label\">19<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E18\" data-row=\"5\" data-num=\"18\" title=\"E18 - Vrij\"><span class=\"seat-label\">18<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E17\" data-row=\"5\" data-num=\"17\" title=\"E17 - Vrij\"><span class=\"seat-label\">17<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E16\" data-row=\"5\" data-num=\"16\" title=\"E16 - Vrij\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E15\" data-row=\"5\" data-num=\"15\" title=\"E15 - Vrij\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E14\" data-row=\"5\" data-num=\"14\" title=\"E14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E13\" data-row=\"5\" data-num=\"13\" title=\"E13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E12\" data-row=\"5\" data-num=\"12\" title=\"E12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E11\" data-row=\"5\" data-num=\"11\" title=\"E11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E10\" data-row=\"5\" data-num=\"10\" title=\"E10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E9\" data-row=\"5\" data-num=\"9\" title=\"E9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E8\" data-row=\"5\" data-num=\"8\" title=\"E8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E7\" data-row=\"5\" data-num=\"7\" title=\"E7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E6\" data-row=\"5\" data-num=\"6\" title=\"E6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E5\" data-row=\"5\" data-num=\"5\" title=\"E5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E4\" data-row=\"5\" data-num=\"4\" title=\"E4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E3\" data-row=\"5\" data-num=\"3\" title=\"E3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E2\" data-row=\"5\" data-num=\"2\" title=\"E2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"E1\" data-row=\"5\" data-num=\"1\" title=\"E1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:10px;\"><div class=\"cl-sm-row-label-cell normal\">F<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F20\" data-row=\"6\" data-num=\"20\" title=\"F20 - Vrij\"><span class=\"seat-label\">20<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F19\" data-row=\"6\" data-num=\"19\" title=\"F19 - Vrij\"><span class=\"seat-label\">19<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F18\" data-row=\"6\" data-num=\"18\" title=\"F18 - Vrij\"><span class=\"seat-label\">18<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F17\" data-row=\"6\" data-num=\"17\" title=\"F17 - Vrij\"><span class=\"seat-label\">17<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F16\" data-row=\"6\" data-num=\"16\" title=\"F16 - Vrij\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F15\" data-row=\"6\" data-num=\"15\" title=\"F15 - Vrij\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F14\" data-row=\"6\" data-num=\"14\" title=\"F14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F13\" data-row=\"6\" data-num=\"13\" title=\"F13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F12\" data-row=\"6\" data-num=\"12\" title=\"F12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F11\" data-row=\"6\" data-num=\"11\" title=\"F11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F10\" data-row=\"6\" data-num=\"10\" title=\"F10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F9\" data-row=\"6\" data-num=\"9\" title=\"F9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F8\" data-row=\"6\" data-num=\"8\" title=\"F8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F7\" data-row=\"6\" data-num=\"7\" title=\"F7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F6\" data-row=\"6\" data-num=\"6\" title=\"F6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F5\" data-row=\"6\" data-num=\"5\" title=\"F5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F4\" data-row=\"6\" data-num=\"4\" title=\"F4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F3\" data-row=\"6\" data-num=\"3\" title=\"F3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F2\" data-row=\"6\" data-num=\"2\" title=\"F2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"F1\" data-row=\"6\" data-num=\"1\" title=\"F1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:45px;\"><div class=\"cl-sm-row-label-cell normal\">G<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G20\" data-row=\"7\" data-num=\"20\" title=\"G20 - Vrij\"><span class=\"seat-label\">20<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G19\" data-row=\"7\" data-num=\"19\" title=\"G19 - Vrij\"><span class=\"seat-label\">19<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G18\" data-row=\"7\" data-num=\"18\" title=\"G18 - Vrij\"><span class=\"seat-label\">18<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G17\" data-row=\"7\" data-num=\"17\" title=\"G17 - Vrij\"><span class=\"seat-label\">17<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G16\" data-row=\"7\" data-num=\"16\" title=\"G16 - Vrij\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G15\" data-row=\"7\" data-num=\"15\" title=\"G15 - Vrij\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G14\" data-row=\"7\" data-num=\"14\" title=\"G14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G13\" data-row=\"7\" data-num=\"13\" title=\"G13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G12\" data-row=\"7\" data-num=\"12\" title=\"G12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G11\" data-row=\"7\" data-num=\"11\" title=\"G11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G10\" data-row=\"7\" data-num=\"10\" title=\"G10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G9\" data-row=\"7\" data-num=\"9\" title=\"G9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G8\" data-row=\"7\" data-num=\"8\" title=\"G8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G7\" data-row=\"7\" data-num=\"7\" title=\"G7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G6\" data-row=\"7\" data-num=\"6\" title=\"G6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G5\" data-row=\"7\" data-num=\"5\" title=\"G5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G4\" data-row=\"7\" data-num=\"4\" title=\"G4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G3\" data-row=\"7\" data-num=\"3\" title=\"G3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G2\" data-row=\"7\" data-num=\"2\" title=\"G2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"G1\" data-row=\"7\" data-num=\"1\" title=\"G1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:10px;\"><div class=\"cl-sm-row-label-cell normal\">H<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H16\" data-row=\"150\" data-num=\"16\" title=\"H16 - Vrij\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H15\" data-row=\"150\" data-num=\"15\" title=\"H15 - Vrij\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H14\" data-row=\"150\" data-num=\"14\" title=\"H14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H13\" data-row=\"150\" data-num=\"13\" title=\"H13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H12\" data-row=\"150\" data-num=\"12\" title=\"H12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H11\" data-row=\"150\" data-num=\"11\" title=\"H11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H10\" data-row=\"150\" data-num=\"10\" title=\"H10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H9\" data-row=\"150\" data-num=\"9\" title=\"H9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H8\" data-row=\"150\" data-num=\"8\" title=\"H8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H7\" data-row=\"150\" data-num=\"7\" title=\"H7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H6\" data-row=\"150\" data-num=\"6\" title=\"H6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H5\" data-row=\"150\" data-num=\"5\" title=\"H5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H4\" data-row=\"150\" data-num=\"4\" title=\"H4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H3\" data-row=\"150\" data-num=\"3\" title=\"H3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H2\" data-row=\"150\" data-num=\"2\" title=\"H2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"H1\" data-row=\"150\" data-num=\"1\" title=\"H1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:45px;\"><div class=\"cl-sm-row-label-cell normal\">I<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I16\" data-row=\"151\" data-num=\"16\" title=\"I16 - Vrij\"><span class=\"seat-label\">16<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I15\" data-row=\"151\" data-num=\"15\" title=\"I15 - Vrij\"><span class=\"seat-label\">15<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I14\" data-row=\"151\" data-num=\"14\" title=\"I14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I13\" data-row=\"151\" data-num=\"13\" title=\"I13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I12\" data-row=\"151\" data-num=\"12\" title=\"I12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I11\" data-row=\"151\" data-num=\"11\" title=\"I11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I10\" data-row=\"151\" data-num=\"10\" title=\"I10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I9\" data-row=\"151\" data-num=\"9\" title=\"I9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I8\" data-row=\"151\" data-num=\"8\" title=\"I8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I7\" data-row=\"151\" data-num=\"7\" title=\"I7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I6\" data-row=\"151\" data-num=\"6\" title=\"I6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I5\" data-row=\"151\" data-num=\"5\" title=\"I5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I4\" data-row=\"151\" data-num=\"4\" title=\"I4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I3\" data-row=\"151\" data-num=\"3\" title=\"I3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I2\" data-row=\"151\" data-num=\"2\" title=\"I2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"I1\" data-row=\"151\" data-num=\"1\" title=\"I1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:10px;\"><div class=\"cl-sm-row-label-cell normal\">J<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J14\" data-row=\"152\" data-num=\"14\" title=\"J14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J13\" data-row=\"152\" data-num=\"13\" title=\"J13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J12\" data-row=\"152\" data-num=\"12\" title=\"J12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J11\" data-row=\"152\" data-num=\"11\" title=\"J11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J10\" data-row=\"152\" data-num=\"10\" title=\"J10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J9\" data-row=\"152\" data-num=\"9\" title=\"J9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J8\" data-row=\"152\" data-num=\"8\" title=\"J8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J7\" data-row=\"152\" data-num=\"7\" title=\"J7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J6\" data-row=\"152\" data-num=\"6\" title=\"J6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J5\" data-row=\"152\" data-num=\"5\" title=\"J5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J4\" data-row=\"152\" data-num=\"4\" title=\"J4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J3\" data-row=\"152\" data-num=\"3\" title=\"J3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J2\" data-row=\"152\" data-num=\"2\" title=\"J2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"J1\" data-row=\"152\" data-num=\"1\" title=\"J1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:45px;\"><div class=\"cl-sm-row-label-cell normal\">K<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K14\" data-row=\"153\" data-num=\"14\" title=\"K14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K13\" data-row=\"153\" data-num=\"13\" title=\"K13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K12\" data-row=\"153\" data-num=\"12\" title=\"K12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K11\" data-row=\"153\" data-num=\"11\" title=\"K11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K10\" data-row=\"153\" data-num=\"10\" title=\"K10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K9\" data-row=\"153\" data-num=\"9\" title=\"K9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K8\" data-row=\"153\" data-num=\"8\" title=\"K8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K7\" data-row=\"153\" data-num=\"7\" title=\"K7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K6\" data-row=\"153\" data-num=\"6\" title=\"K6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K5\" data-row=\"153\" data-num=\"5\" title=\"K5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K4\" data-row=\"153\" data-num=\"4\" title=\"K4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K3\" data-row=\"153\" data-num=\"3\" title=\"K3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K2\" data-row=\"153\" data-num=\"2\" title=\"K2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"K1\" data-row=\"153\" data-num=\"1\" title=\"K1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><div class=\"cl-sm-table\" style=\"justify-content:flex-end; width:100%; margin-bottom:10px;\"><div class=\"cl-sm-row-label-cell normal\">L<\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L14\" data-row=\"154\" data-num=\"14\" title=\"L14 - Vrij\"><span class=\"seat-label\">14<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L13\" data-row=\"154\" data-num=\"13\" title=\"L13 - Vrij\"><span class=\"seat-label\">13<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L12\" data-row=\"154\" data-num=\"12\" title=\"L12 - Vrij\"><span class=\"seat-label\">12<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L11\" data-row=\"154\" data-num=\"11\" title=\"L11 - Vrij\"><span class=\"seat-label\">11<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L10\" data-row=\"154\" data-num=\"10\" title=\"L10 - Vrij\"><span class=\"seat-label\">10<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L9\" data-row=\"154\" data-num=\"9\" title=\"L9 - Vrij\"><span class=\"seat-label\">9<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L8\" data-row=\"154\" data-num=\"8\" title=\"L8 - Vrij\"><span class=\"seat-label\">8<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L7\" data-row=\"154\" data-num=\"7\" title=\"L7 - Vrij\"><span class=\"seat-label\">7<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L6\" data-row=\"154\" data-num=\"6\" title=\"L6 - Vrij\"><span class=\"seat-label\">6<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L5\" data-row=\"154\" data-num=\"5\" title=\"L5 - Vrij\"><span class=\"seat-label\">5<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L4\" data-row=\"154\" data-num=\"4\" title=\"L4 - Vrij\"><span class=\"seat-label\">4<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L3\" data-row=\"154\" data-num=\"3\" title=\"L3 - Vrij\"><span class=\"seat-label\">3<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L2\" data-row=\"154\" data-num=\"2\" title=\"L2 - Vrij\"><span class=\"seat-label\">2<\/span><\/div><div class=\"cl-sm-seat normal free\" data-seat=\"L1\" data-row=\"154\" data-num=\"1\" title=\"L1 - Vrij\"><span class=\"seat-label\">1<\/span><\/div><\/div><\/div><\/div><div class=\"cl-sm-request-form\" id=\"clSeatRequestForm\"><h3>Seat Aanvraag Indienen<\/h3><p style=\"color:#888; font-size:13px;\">Je moet ingelogd zijn om een seat aan te vragen. <a href=\"https:\/\/coastalgaming.be\/coastlan\/wp-login.php?redirect_to=https%3A%2F%2Fcoastalgaming.be%2Fcoastlan%2Fcoastlanseatmap%2F\" style=\"color:var(--cl-sm-gold);\">Inloggen<\/a><\/p><\/div><div class=\"cl-t-modal-overlay\" id=\"clSmFreeSeatModal\" style=\"display:none;\"><div class=\"cl-t-modal\"><span class=\"cl-t-modal-close\" onclick=\"clSmCloseSeatModal()\">\u00d7<\/span><div class=\"cl-t-modal-header\"><h2 id=\"clSmSeatModalTitle\"><\/h2><\/div><div class=\"cl-t-modal-body\" id=\"clSmSeatModalBody\"><\/div><div class=\"cl-t-modal-footer\" id=\"clSmSeatModalFooter\"><\/div><\/div><\/div>    <script>\n    var clSmLayoutId = 1;\n    var clSmNonce = 'bc8ec25039';\n    var clSmRows = [{\"id\":\"156\",\"letter\":\"A\",\"type\":\"vip\",\"capacity\":\"16\"},{\"id\":\"157\",\"letter\":\"B\",\"type\":\"vip\",\"capacity\":\"16\"},{\"id\":\"158\",\"letter\":\"C\",\"type\":\"normal\",\"capacity\":\"20\"},{\"id\":\"146\",\"letter\":\"D\",\"type\":\"normal\",\"capacity\":\"20\"},{\"id\":\"5\",\"letter\":\"E\",\"type\":\"normal\",\"capacity\":\"20\"},{\"id\":\"6\",\"letter\":\"F\",\"type\":\"normal\",\"capacity\":\"20\"},{\"id\":\"7\",\"letter\":\"G\",\"type\":\"normal\",\"capacity\":\"20\"},{\"id\":\"150\",\"letter\":\"H\",\"type\":\"normal\",\"capacity\":\"16\"},{\"id\":\"151\",\"letter\":\"I\",\"type\":\"normal\",\"capacity\":\"16\"},{\"id\":\"152\",\"letter\":\"J\",\"type\":\"normal\",\"capacity\":\"14\"},{\"id\":\"153\",\"letter\":\"K\",\"type\":\"normal\",\"capacity\":\"14\"},{\"id\":\"154\",\"letter\":\"L\",\"type\":\"normal\",\"capacity\":\"14\"}];\n    var clSmRequestCount = 0;\n\n    function clSmHighlightClan(clanKey) {\n        document.querySelectorAll('.cl-sm-seat.claimed').forEach(function(seat) {\n            if (seat.getAttribute('data-clan') === clanKey) {\n                seat.classList.add('highlighted');\n            } else {\n                seat.style.opacity = '0.3';\n            }\n        });\n        document.querySelectorAll('.cl-sm-clan-item').forEach(function(item) {\n            if (item.getAttribute('data-clan') === clanKey) {\n                item.classList.add('active');\n            }\n        });\n    }\n\n    function clSmUnhighlightAll() {\n        document.querySelectorAll('.cl-sm-seat.claimed').forEach(function(seat) {\n            seat.classList.remove('highlighted');\n            seat.style.opacity = '';\n        });\n        document.querySelectorAll('.cl-sm-clan-item').forEach(function(item) {\n            item.classList.remove('active');\n        });\n    }\n\n    document.querySelectorAll('.cl-sm-seat.free').forEach(function(seat) {\n        seat.addEventListener('click', function() {\n            if (!false) {\n                window.location.href = 'https:\/\/coastalgaming.be\/coastlan\/wp-login.php?redirect_to=https%3A%2F%2Fcoastalgaming.be%2Fcoastlan%2Fcoastlanseatmap%2F';\n                return;\n            }\n            var label = this.getAttribute('data-seat');\n            var rowId = this.getAttribute('data-row');\n            var num = this.getAttribute('data-num');\n            document.getElementById('clSmSeatModalTitle').textContent = 'Seat ' + label + ' aanvragen';\n            document.getElementById('clSmSeatModalBody').innerHTML =\n                '<div class=\"cl-sm-field\"><label>Speler<\/label>' +\n                '<select id=\"clSmModalUser\"><option value=\"\">-- Kies speler --<\/option><\/select><\/div>' +\n                '<input type=\"hidden\" id=\"clSmModalRowId\" value=\"' + rowId + '\">' +\n                '<input type=\"hidden\" id=\"clSmModalNum\" value=\"' + num + '\">' +\n                '<input type=\"hidden\" id=\"clSmModalSeatLabel\" value=\"' + label + '\">';\n            document.getElementById('clSmSeatModalFooter').innerHTML =\n                '<button class=\"cl-t-btn cl-t-btn-secondary\" onclick=\"clSmCloseSeatModal()\">Annuleren<\/button>' +\n                '<button class=\"cl-t-btn cl-t-btn-primary\" onclick=\"clSmSubmitSeatModal()\">Aanvragen<\/button>';\n            document.getElementById('clSmFreeSeatModal').classList.add('active');\n            clSmLoadUsersForModal();\n        });\n    });\n\n    function clSmCloseSeatModal() {\n        document.getElementById('clSmFreeSeatModal').classList.remove('active');\n    }\n\n    function clSmLoadUsersForModal() {\n        fetch('https:\/\/coastalgaming.be\/coastlan\/wp-admin\/admin-ajax.php?action=cl_sm_get_available_players')\n            .then(r => r.json())\n            .then(data => {\n                var sel = document.getElementById('clSmModalUser');\n                if (data.success && data.data) {\n                    data.data.forEach(function(u) {\n                        var opt = document.createElement('option');\n                        opt.value = u.ID;\n                        opt.textContent = u.display_name;\n                        sel.appendChild(opt);\n                    });\n                }\n            });\n    }\n\n    function clSmSubmitSeatModal() {\n        var userId = document.getElementById('clSmModalUser').value;\n        if (!userId) { alert('Selecteer een speler.'); return; }\n\n        var formData = new FormData();\n        formData.append('action', 'cl_sm_submit_request');\n        formData.append('layout_id', clSmLayoutId);\n        formData.append('security', clSmNonce);\n        formData.append('seats', JSON.stringify([{user_id: userId, row_id: document.getElementById('clSmModalRowId').value, seat_num: document.getElementById('clSmModalNum').value}]));\n        formData.append('clan_id', document.getElementById('clSmRequestClan') ? document.getElementById('clSmRequestClan').value : '');\n\n        fetch('https:\/\/coastalgaming.be\/coastlan\/wp-admin\/admin-ajax.php', { method: 'POST', body: formData })\n            .then(r => r.json())\n            .then(data => {\n                if (data.success) {\n                    alert('Aanvraag succesvol ingediend!');\n                    clSmCloseSeatModal();\n                    location.reload();\n                } else {\n                    alert(data.data || 'Er ging iets fout.');\n                }\n            });\n    }\n\n    function clSmAddRequestRow() {\n        clSmRequestCount++;\n        var container = document.getElementById('clSmSeatRequestRows');\n        var html = '<div class=\\\"cl-sm-seat-request-row\\\"><select class=\\\"cl-sm-req-player\\\" id=\\\"clSmReqPlayer___INDEX__\\\" name=\\\"player___INDEX__\\\"><option value=\\\"\\\">-- Speler --<\/option><\/select><select class=\\\"cl-sm-req-row\\\" name=\\\"row___INDEX__\\\" onchange=\\\"clSmUpdateSeatOptions(this)\\\"><option value=\\\"\\\">-- Rij --<\/option><option value=\\\"156\\\" data-cap=\\\"16\\\" data-letter=\\\"A\\\">A (VIP, 16 plaatsen)<\/option><option value=\\\"157\\\" data-cap=\\\"16\\\" data-letter=\\\"B\\\">B (VIP, 16 plaatsen)<\/option><option value=\\\"158\\\" data-cap=\\\"20\\\" data-letter=\\\"C\\\">C (Normaal, 20 plaatsen)<\/option><option value=\\\"146\\\" data-cap=\\\"20\\\" data-letter=\\\"D\\\">D (Normaal, 20 plaatsen)<\/option><option value=\\\"5\\\" data-cap=\\\"20\\\" data-letter=\\\"E\\\">E (Normaal, 20 plaatsen)<\/option><option value=\\\"6\\\" data-cap=\\\"20\\\" data-letter=\\\"F\\\">F (Normaal, 20 plaatsen)<\/option><option value=\\\"7\\\" data-cap=\\\"20\\\" data-letter=\\\"G\\\">G (Normaal, 20 plaatsen)<\/option><option value=\\\"150\\\" data-cap=\\\"16\\\" data-letter=\\\"H\\\">H (Normaal, 16 plaatsen)<\/option><option value=\\\"151\\\" data-cap=\\\"16\\\" data-letter=\\\"I\\\">I (Normaal, 16 plaatsen)<\/option><option value=\\\"152\\\" data-cap=\\\"14\\\" data-letter=\\\"J\\\">J (Normaal, 14 plaatsen)<\/option><option value=\\\"153\\\" data-cap=\\\"14\\\" data-letter=\\\"K\\\">K (Normaal, 14 plaatsen)<\/option><option value=\\\"154\\\" data-cap=\\\"14\\\" data-letter=\\\"L\\\">L (Normaal, 14 plaatsen)<\/option><\/select><select class=\\\"cl-sm-req-seat\\\" name=\\\"seat___INDEX__\\\"><option value=\\\"\\\">-- Seat # --<\/option><\/select><button type=\\\"button\\\" class=\\\"remove-seat-row\\\" onclick=\\\"clSmRemoveRow(this)\\\">\u00d7<\/button><\/div>';\n        html = html.replace(\/__INDEX__\/g, clSmRequestCount);\n        container.insertAdjacentHTML('beforeend', html);\n        clSmLoadPlayersForRow(clSmRequestCount);\n    }\n\n    function clSmLoadPlayersForRow(idx) {\n        var sel = document.getElementById('clSmReqPlayer_' + idx);\n        if (!sel) return;\n        fetch('https:\/\/coastalgaming.be\/coastlan\/wp-admin\/admin-ajax.php?action=cl_sm_get_available_players')\n            .then(r => r.json())\n            .then(data => {\n                if (data.success && data.data) {\n                    data.data.forEach(function(u) {\n                        var opt = document.createElement('option');\n                        opt.value = u.ID;\n                        opt.textContent = u.display_name;\n                        sel.appendChild(opt);\n                    });\n                }\n            });\n    }\n\n    function clSmLoadClans() {\n        fetch('https:\/\/coastalgaming.be\/coastlan\/wp-admin\/admin-ajax.php?action=cl_sm_get_user_clans')\n            .then(r => r.json())\n            .then(data => {\n                var sel = document.getElementById('clSmRequestClan');\n                if (sel && data.success && data.data) {\n                    data.data.forEach(function(c) {\n                        var opt = document.createElement('option');\n                        opt.value = c.id;\n                        opt.textContent = c.name;\n                        sel.appendChild(opt);\n                    });\n                }\n            });\n    }\n\n    function clSmRemoveRow(btn) {\n        btn.parentElement.remove();\n    }\n\n    function clSmUpdateSeatOptions(sel) {\n        var seatSel = sel.parentElement.querySelector('.cl-sm-req-seat');\n        if (!seatSel) return;\n        var cap = parseInt(sel.options[sel.selectedIndex].getAttribute('data-cap')) || 0;\n        seatSel.innerHTML = '<option value=\"\">-- Seat # --<\/option>';\n        for (var i = 1; i <= cap; i++) {\n            seatSel.innerHTML += '<option value=\"' + i + '\">' + i + '<\/option>';\n        }\n    }\n\n    var form = document.getElementById('clSeatRequestFormInner');\n    if (form) {\n        form.addEventListener('submit', function(e) {\n            e.preventDefault();\n            var rows = document.querySelectorAll('#clSmSeatRequestRows .cl-sm-seat-request-row');\n            var seats = [];\n            rows.forEach(function(row) {\n                var uid = row.querySelector('.cl-sm-req-player').value;\n                var rid = row.querySelector('.cl-sm-req-row').value;\n                var snum = row.querySelector('.cl-sm-req-seat').value;\n                if (uid && rid && snum) {\n                    seats.push({user_id: uid, row_id: rid, seat_num: snum});\n                }\n            });\n\n            if (seats.length === 0) {\n                document.getElementById('clSmRequestMessage').innerHTML = '<div class=\"cl-sm-message error\">Selecteer minstens 1 speler + seat.<\/div>';\n                return;\n            }\n\n            var formData = new FormData();\n            formData.append('action', 'cl_sm_submit_request');\n            formData.append('layout_id', clSmLayoutId);\n            formData.append('security', clSmNonce);\n            formData.append('seats', JSON.stringify(seats));\n            var clan = document.getElementById('clSmRequestClan');\n            if (clan && clan.value) formData.append('clan_id', clan.value);\n\n            fetch('https:\/\/coastalgaming.be\/coastlan\/wp-admin\/admin-ajax.php', { method: 'POST', body: formData })\n                .then(r => r.json())\n                .then(data => {\n                    var msgEl = document.getElementById('clSmRequestMessage');\n                    if (data.success) {\n                        msgEl.innerHTML = '<div class=\"cl-sm-message success\">Aanvraag succesvol ingediend!<\/div>';\n                        setTimeout(function() { location.reload(); }, 1500);\n                    } else {\n                        msgEl.innerHTML = '<div class=\"cl-sm-message error\">' + (data.data || 'Er ging iets fout.') + '<\/div>';\n                    }\n                });\n        });\n    }\n\n    clSmLoadPlayersForRow(0);\n    clSmLoadClans();\n\n    var modal = document.getElementById('clSmFreeSeatModal');\n    if (modal) {\n        modal.addEventListener('click', function(e) {\n            if (e.target === this) clSmCloseSeatModal();\n        });\n    }\n    <\/script>\n    <\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-11460","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/coastalgaming.be\/coastlan\/wp-json\/wp\/v2\/pages\/11460","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coastalgaming.be\/coastlan\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/coastalgaming.be\/coastlan\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/coastalgaming.be\/coastlan\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/coastalgaming.be\/coastlan\/wp-json\/wp\/v2\/comments?post=11460"}],"version-history":[{"count":1,"href":"https:\/\/coastalgaming.be\/coastlan\/wp-json\/wp\/v2\/pages\/11460\/revisions"}],"predecessor-version":[{"id":11462,"href":"https:\/\/coastalgaming.be\/coastlan\/wp-json\/wp\/v2\/pages\/11460\/revisions\/11462"}],"wp:attachment":[{"href":"https:\/\/coastalgaming.be\/coastlan\/wp-json\/wp\/v2\/media?parent=11460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}