\ No newline at end of file
diff --git a/btc-UI/src/app/components/sidebar/sidebar.component.css b/btc-UI/src/app/components/sidebar/sidebar.component.css
index f4e1760..06a56af 100755
--- a/btc-UI/src/app/components/sidebar/sidebar.component.css
+++ b/btc-UI/src/app/components/sidebar/sidebar.component.css
@@ -517,3 +517,15 @@ h4{
font-weight:normal;
}
+.withdraw-balanace{
+
+ color: black;
+ background-color: #bdc3c7;
+ height: 4rem;
+ margin-bottom: 0.5rem;
+}
+
+strong{
+ padding-left: 2rem;
+ margin-top: 2rem;
+}
\ No newline at end of file
diff --git a/btc-UI/src/app/components/sidebar/sidebar.component.html b/btc-UI/src/app/components/sidebar/sidebar.component.html
index bd2704a..1b3839f 100755
--- a/btc-UI/src/app/components/sidebar/sidebar.component.html
+++ b/btc-UI/src/app/components/sidebar/sidebar.component.html
@@ -103,7 +103,7 @@
+
+
+ Balance: ₹{{ balance | number:'1.0-2' }}
+
+
+
+
+
+