'2026-09-11' && false) {
selectedDate = 'Sun 1 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sun 1 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-01' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
1
'2026-09-11' && true) {
selectedDate = 'Mon 2 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Mon 2 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-02' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
2
'2026-09-11' && true) {
selectedDate = 'Tue 3 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Tue 3 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-03' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
3
'2026-09-11' && true) {
selectedDate = 'Wed 4 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Wed 4 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-04' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
4
'2026-09-11' && true) {
selectedDate = 'Thu 5 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Thu 5 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-05' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
5
'2026-09-11' && true) {
selectedDate = 'Fri 6 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Fri 6 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-06' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
6
'2026-09-11' && false) {
selectedDate = 'Sat 7 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sat 7 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-07' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
7
'2026-09-11' && false) {
selectedDate = 'Sun 8 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sun 8 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-08' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
8
'2026-09-11' && true) {
selectedDate = 'Mon 9 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Mon 9 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-09' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
9
'2026-09-11' && true) {
selectedDate = 'Tue 10 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Tue 10 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-10' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
10
'2026-09-11' && true) {
selectedDate = 'Wed 11 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Wed 11 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-11' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
11
'2026-09-11' && true) {
selectedDate = 'Thu 12 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Thu 12 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-12' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
12
'2026-09-11' && true) {
selectedDate = 'Fri 13 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Fri 13 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-13' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
13
'2026-09-11' && false) {
selectedDate = 'Sat 14 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sat 14 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-14' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
14
'2026-09-11' && false) {
selectedDate = 'Sun 15 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sun 15 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-15' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
15
'2026-09-11' && true) {
selectedDate = 'Mon 16 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Mon 16 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-16' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
16
'2026-09-11' && true) {
selectedDate = 'Tue 17 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Tue 17 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-17' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
17
'2026-09-11' && true) {
selectedDate = 'Wed 18 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Wed 18 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-18' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
18
'2026-09-11' && true) {
selectedDate = 'Thu 19 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Thu 19 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-19' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
19
'2026-09-11' && true) {
selectedDate = 'Fri 20 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Fri 20 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-20' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
20
'2026-09-11' && false) {
selectedDate = 'Sat 21 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sat 21 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-21' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
21
'2026-09-11' && false) {
selectedDate = 'Sun 22 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sun 22 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-22' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
22
'2026-09-11' && true) {
selectedDate = 'Mon 23 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Mon 23 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-23' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
23
'2026-09-11' && true) {
selectedDate = 'Tue 24 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Tue 24 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-24' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
24
'2026-09-11' && true) {
selectedDate = 'Wed 25 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Wed 25 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-25' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
25
'2026-09-11' && true) {
selectedDate = 'Thu 26 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Thu 26 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-26' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
26
'2026-09-11' && true) {
selectedDate = 'Fri 27 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Fri 27 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-27' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
27
'2026-09-11' && false) {
selectedDate = 'Sat 28 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sat 28 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-28' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
28
'2026-09-11' && false) {
selectedDate = 'Sun 29 November 2026';
times = JSON.parse('[]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Sun 29 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-29' < '2026-09-11' || true)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
29
'2026-09-11' && true) {
selectedDate = 'Mon 30 November 2026';
times = JSON.parse('["10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM"]');
showTimes = times.length > 0;
} else {
showTimes = false;
}
"
class="relative px-3 py-2 rounded-md border border-gray-300 transition"
:class="selectedDate === 'Mon 30 November 2026'
? 'bg-indigoBrand text-white font-semibold'
: ('2026-11-30' < '2026-09-11' || false)
? 'bg-gray-200 text-gray-400 cursor-not-allowed'
: 'bg-cyan-100 text-gray-700 cursor-pointer hover:bg-indigoBrand hover:text-white'">
30