diff --git a/frontend-react/src/Chatbot.css b/frontend-react/src/Chatbot.css
deleted file mode 100644
index 24ade2dfd0d6f02d08781c32169d5a1a50e255f4..0000000000000000000000000000000000000000
--- a/frontend-react/src/Chatbot.css
+++ /dev/null
@@ -1,13 +0,0 @@
-.chat_window {
-    width: calc(100% - 20px);
-    max-width: 800px;
-    height: 500px;
-    border-radius: 10px;
-    margin: 30px auto;
-    left: 50%;
-    top: 30%;
-    transform: translateX(0%) translateY(0%);
-    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
-    background-color: #f8f8f8;
-    overflow: hidden;
-}
\ No newline at end of file