diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less
index afa3ee2e..2e4d4a06 100644
--- a/modules/core/client/less/mt.less
+++ b/modules/core/client/less/mt.less
@@ -44,6 +44,23 @@ body {
font-size: 18px;
}
+.header-red-dot {
+ position: absolute;
+ width: 10px;
+ height: 10px;
+ top: 12px;
+ left: 35px;
+ border-radius: 50%;
+ border: solid 1px #fff;
+
+ &.bg-msg {
+ background-color: @btn-info-bg !important;
+ }
+ &.bg-hnr {
+ background-color: @btn-danger-bg;
+ }
+}
+
.user-header-dropdown-toggle {
.img {
position: relative;
diff --git a/modules/core/client/views/header.client.view.html b/modules/core/client/views/header.client.view.html
index 4cf006d6..9a6e4358 100644
--- a/modules/core/client/views/header.client.view.html
+++ b/modules/core/client/views/header.client.view.html
@@ -34,6 +34,7 @@
+