diff --git a/assets/icons/icon-gift-opened.svg b/assets/icons/icon-gift-opened.svg
new file mode 100644
index 00000000..acdd2eb6
--- /dev/null
+++ b/assets/icons/icon-gift-opened.svg
@@ -0,0 +1 @@
+
diff --git a/assets/style/style.css b/assets/style/style.css
index b669fb36..4ae39fa5 100644
--- a/assets/style/style.css
+++ b/assets/style/style.css
@@ -2733,6 +2733,20 @@ a {
margin-bottom: 6px;
}
+.giftIcons svg {
+ height:16px;
+ fill:#7A7387;
+ position:relative;
+ top:-4px;
+}
+
+.giftIconsClosed svg {
+ height:16px;
+ fill:#9621FF;
+ position:relative;
+ top:-2px;
+}
+
.textboxTransparency {
background-color: rgba(255, 255, 255, 15%);
color: #fff;
diff --git a/scripts/dashboard/Dashboard.vue b/scripts/dashboard/Dashboard.vue
index e5ea8c23..28165402 100644
--- a/scripts/dashboard/Dashboard.vue
+++ b/scripts/dashboard/Dashboard.vue
@@ -662,17 +662,83 @@ defineExpose({
>
-
-
-
+
+
+
+
+
+