.store-wrapper {
  --store-primary-code: var(--store-primary-code-theme, 26, 49, 153);
  --store-secondary-code: var(--store-secondary-code-theme, 26, 49, 153);
  --store-sidebar-width: 140px;
  --store-sidebar-bg: #fff;
  --store-sidebar-radius: 4px;
  --store-sidebar-text-gray: #939393;
  --store-sidebar-border-color: #D0D0D0;
  display: flex;
  position: relative;
  max-width: 100%;
}
.store-sidebar {
  padding: 10px;
  width: var(--store-sidebar-width);
  background-color: var(--store-sidebar-bg);
  height: 100vh;
  font-size: 14px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12), 0px 15px 35px 0px rgba(103, 110, 118, 0.08);
  position: sticky;
  top: 0;
}
.store-sidebar-account {
  text-align: center;
  background: rgba(var(--store-primary-code), 0.1);
  border-radius: var(--store-sidebar-radius);
}
.store-sidebar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.store-sidebar-menu li {
  padding: 5px 0;
}
.store-sidebar-menu li.menu-item a {
  color: var(--store-sidebar-text-gray);
  font-size: 1.2rem;
  padding: 16px;
  border-radius: var(--store-sidebar-radius);
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.store-sidebar-menu li .btn.btn-theme {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
}
.store-sidebar-menu li.menu-item a:hover,
.store-sidebar-menu li.menu-item a.active {
  color: #252525;
  background-color: rgba(var(--store-secondary-code),0.3);
}
.store-sidebar-menu li a i {
  font-size: 24px;
}
.store-sidebar-menu li a span {
  line-height: normal;
  text-align: center;
}
.store-content {
  flex: 1;
}
.store-navigation {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--store-sidebar-border-color);
}
.store-navigation .heading {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  font-family: var(--font-family);
}
.store-header-item {
  gap: 12px;
}
.store-header-item .btn-noti {
  display: flex;
  gap: 8px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
.store-header-item .btn-noti .icon {
  position: relative;
}
.store-header-item .btn-noti .icon .noti-count {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  background: rgba(var(--store-primary-code), 1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 100%;
}
.store-header-item .btn.btn-theme {
  font-size: 16px;
  text-transform: none;
  padding: 8px 14px;
}
.store-link .copy-able {
  position: relative;
}
.store-link .copy-able input {
  padding-right: 36px;
}
.store-link .copy-able .button {
  position: absolute;
  top: 50%;
  right: -20px;
  padding: 3px 20px;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  color: #fff;
  cursor: pointer;
  border-radius: var(--store-sidebar-radius);
}
.store-link-result {
  padding: 10px;
  background-color: rgba(var(--store-primary-code), 0.1);
  border-radius: var(--store-sidebar-radius);
}

.store-wrapper [class*=label-] {
  height: 20px;
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 4px;
}
.store-wrapper .label-1 {
  background: rgba(243,116,6,.1);
  color: #ef7733;
}
.store-wrapper .label-2 {
  background: rgba(21,90,169,.1);
  color: #242933;
}
.store-wrapper .label-3 {
  background-color: #a6a6a6;
  color: #fff;
}


.notification-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.notification-card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--store-sidebar-border-color);
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
.notification-card.unread {
  background: rgba(var(--store-secondary-code), 0.3);
  border-color: rgba(var(--store-secondary-code), 0.3);
}
.notification-dot {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: rgba(var(--store-primary-code), 1);
}
.notification-body {
  flex: 1;
}
.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.notification-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.notification-time {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  color: var(--store-sidebar-text-gray);
}
.notification-card.unread .notification-time {
  color: rgb(var(--store-primary-code));
}
.notification-excerpt p{
  margin: 0;
}
.notification-content {
  font-size: 14px;
}
.notification-content p {
  margin: 0;
}
.notification-actions {
  display: flex;
  gap: 10px;
  font-size: 12px;
}
.btn-view {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background: rgba(var(--store-primary-code), 1);
  border: 1px solid rgba(var(--store-primary-code), 1);
  color: #fff;
  white-space: nowrap;
  height: max-content
}
.btn-mark-read {
  color: var(--store-sidebar-text-gray);
  background-color: transparent;
  border:0;
  font-size: 16px;
}
.btn-mark-read:hover {
  color: rgb(var(--store-primary-code));
}
.btn-mark-read.read {
  border-color: #9e9e9e;
  color: #9e9e9e;
  cursor: default;
}


@media(max-width: 991px) {
  .store-wrapper {
    --store-sidebar-width: 100px;
  }
  .store-sidebar {
    min-height: 100vh;
    height: max-content;
    font-size: 14px;
  }
  .store-wrapper .store-navigation {
    padding: 10px;
  }
  .store-wrapper .store-navigation .heading {
    font-size: 18px;
  }
  .store-wrapper .group {
    padding: 10px;
  }
  .store-wrapper .group .heading {
    font-size: 16px;
  }
  .store-sidebar-menu li.menu-item a span {
    font-size: 12px;
  }
}

@media(max-width: 820px) {
  #td-outer-wrap:has(.store-wrapper) {
    overflow: unset;
  }
}

@media(max-width: 767px) {
  .store-wrapper {
    --store-sidebar-width: 100px;
  }
  .store-sidebar {
    padding: 10px;
    font-size: 14px;
    height: 100%;
  }
  .store-wrapper .store-navigation {
    flex-direction: column;
  }
  .store-wrapper .store-navigation .store-header-item {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
  }
  .store-sidebar-menu li.menu-item a {
    font-size: 12px;
    padding: 10px 4px;
  }
  .store-sidebar-menu li a i {
    font-size: 16px;
  }
  .store-header-item .btn.btn-theme {
    font-size: 12px;
    padding: 6px 12px;
  }
  .store-header-item svg {
    width: 16px;
  }
  .store-header-item {
    gap: 8px;
  }
  .store-header-item .btn-noti {
    gap: 4px;
    font-size: 14px;
  }
  .store-header-item .btn-noti .icon .noti-count {
    font-size: 10px;
    width: 14px;
    height: 14px;
  }
  .notification-card {
    padding: 10px;
  }
  .notification-time {
    font-size: 10px;
  }
  .btn-mark-read {
    font-size: 14px;
  }
  .btn-view {
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 14px;
  }

}

@media(max-width: 500px) {
  .store-wrapper {
    --store-sidebar-width: 80px;
  }
  .store-sidebar {
    padding: 5px;
    font-size: 10px;
  }
  .store-sidebar-menu li .btn.btn-theme {
    font-size: 12px;
  }
  .store-sidebar-menu li.menu-item a {
    font-size: 10px;
    padding: 10px 4px;
  }
  .store-sidebar-menu li a i {
    font-size: 14px;
  }
  .store-header-item .btn-noti span {
    display: none;
  }
  .notification-card {
    gap: 4px;
  }
  .notification-dot {
    width: 4px;
    height: 4px;
    margin-top: 10px;
  }
  .notification-title {
    font-size: 14px;
  }
  .btn-mark-read {
    font-size: 12px;
  }
  .notification-excerpt p,
  .notification-content {
    font-size: 12px;
  }
  .btn-view {
    font-size: 8px;
    padding: 8px;
  }
  .store-wrapper .user-profile {
    margin-top: 0;
  }

}