#top-fund-here,
[href="#plan-split"],
[title="Asset Allocation"],
#widget_profile,
#widget_goals,
#widget_insights,
#widget_tasks,
#dash-nav a[href="/notification"],
[title="Goals"],
#dash-nav a[href="/tasks"],
#dash-nav a[href="/profile"],
.view-fin-x-ray,
.page-masthead .row.text-right,
[title="User Guide"] {
  display: none !important;
}

a[href="/notification"],
a[href="/goals"],
a[href="/tasks"],
a[href="/profile"] {
  pointer-events: none;
  cursor: default;
}

.sortable > * {
  width: calc(100% / 3) !important;
}

@media (max-width: 992px) {
  .sortable > * {
    width: calc(100%) !important;
  }
}

@media (min-width: 768px) {
  .flex-1 {
    flex: 1;
  }
}

.add-account-policy {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
