diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Components/HxSidebarDoc/HxSidebar_Documentation.razor b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Components/HxSidebarDoc/HxSidebar_Documentation.razor
index 8b1ac4b0b..e72885905 100644
--- a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Components/HxSidebarDoc/HxSidebar_Documentation.razor
+++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Components/HxSidebarDoc/HxSidebar_Documentation.razor
@@ -70,21 +70,33 @@
Color of the items icons.
+
+ Border radius of the items.
+
Color of the items on hover.
Color of the items icon on hover.
-
- Border radius of the items.
-
Background color of the items on hover.
Background opacity of the items on hover.
+
+ Color of the active item.
+
+
+ Color of the active item icon.
+
+
+ Background opacity of the active item.
+
+
+ Background opacity of the active item.
+
Margin of the items.
diff --git a/Havit.Blazor.Components.Web.Bootstrap/Navigation/HxSidebar.razor b/Havit.Blazor.Components.Web.Bootstrap/Navigation/HxSidebar.razor
index 76b64a326..8e3c51c49 100644
--- a/Havit.Blazor.Components.Web.Bootstrap/Navigation/HxSidebar.razor
+++ b/Havit.Blazor.Components.Web.Bootstrap/Navigation/HxSidebar.razor
@@ -5,12 +5,12 @@
@if (HeaderTemplate is not null)
{
-