/* Wasel Theme Colors (Matching Syncfusion #009444) */
:root {
  --theme-default: #009444;
  --theme-secondary: #f73164;
  --theme-deafult: #009444;
  /* Typo in some Cuba versions */
}

/* Sidebar Overrides for Wasel Theme */
.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-offset .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active,
.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-offset .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active .sidebar-link-text,
.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-offset .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg {
  color: var(--theme-default) !important;
  fill: var(--theme-default) !important;
}

.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-offset .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active:hover {
  color: var(--theme-default) !important;
}

/* Targeting the specific icon mentioned by user */
.sidebar-link.active .fa-thumbtack,
.sidebar-link.active i {
  color: var(--theme-default) !important;
}