Appointment canceled

Sorry to hear that you have requested for cancel the appointment.
We have sent an email notification for cancel appointment. So please click on the button to cancel the appointment.
keyboard_arrow_up
document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".simcal-event").forEach(function (el) { const title = el.getAttribute("title"); if (title) { el.textContent = title; // Ganti titik jadi judul el.style.fontSize = "10px"; el.style.whiteSpace = "nowrap"; el.style.overflow = "hidden"; el.style.textOverflow = "ellipsis"; el.style.display = "block"; el.style.textAlign = "center"; el.style.marginTop = "4px"; } }); });