diff --git a/static/css/style.css b/static/css/style.css
index 5361c41..3312423 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -97,4 +97,14 @@ tr.htmx-swapping td {
100% {
transform: scale(0.9);
}
-}
\ No newline at end of file
+}
+
+.loading-indicator{
+ display:none;
+}
+.htmx-request .loading-indicator{
+ display:flex;
+}
+.htmx-request.loading-indicator{
+ display:flex;
+}
diff --git a/templates/calendar.html b/templates/calendar.html
index 921610b..8305020 100644
--- a/templates/calendar.html
+++ b/templates/calendar.html
@@ -45,7 +45,8 @@