diff --git a/src/components/OrgSettings/General/OrgUpdate/OrgUpdate.module.css b/src/components/OrgSettings/General/OrgUpdate/OrgUpdate.module.css
deleted file mode 100644
index fca7ac5e5b..0000000000
--- a/src/components/OrgSettings/General/OrgUpdate/OrgUpdate.module.css
+++ /dev/null
@@ -1,13 +0,0 @@
-.message {
-  height: 420px;
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  flex-direction: column;
-}
-
-.icon {
-  transform: scale(1.5);
-  color: var(--bs-danger);
-  margin-bottom: 1rem;
-}
diff --git a/src/components/OrgSettings/General/OrgUpdate/OrgUpdate.tsx b/src/components/OrgSettings/General/OrgUpdate/OrgUpdate.tsx
index 6e0be28a56..483f2c99da 100644
--- a/src/components/OrgSettings/General/OrgUpdate/OrgUpdate.tsx
+++ b/src/components/OrgSettings/General/OrgUpdate/OrgUpdate.tsx
@@ -12,7 +12,7 @@ import Loader from 'components/Loader/Loader';
 import { Col, Form, Row } from 'react-bootstrap';
 import convertToBase64 from 'utils/convertToBase64';
 import { errorHandler } from 'utils/errorHandler';
-import styles from './OrgUpdate.module.css';
+import styles from '../../../../style/app.module.css';
 import type {
   InterfaceQueryOrganizationsListObject,
   InterfaceAddress,
diff --git a/src/style/app.module.css b/src/style/app.module.css
index 82e790ba5e..36f9701d0c 100644
--- a/src/style/app.module.css
+++ b/src/style/app.module.css
@@ -8943,3 +8943,18 @@ button[data-testid='createPostBtn'] {
   width: 65vw;
   height: 0px !important;
 }
+
+/* OrgUpdate.tsx */
+.message {
+  height: 420px;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  flex-direction: column;
+}
+
+.icon {
+  transform: scale(1.5);
+  color: var(--bs-danger);
+  margin-bottom: 1rem;
+}