.column-user_actions {
    width: 60px;
}
body.change-list .object-tools li {
    display: inline-block !important;
}
td {
    display: table-cell !important;
}

/* Fix for django_admin_json_editor flex styles breaking tabular inline tables */
tr.form-row:not(.empty-form) {
    display: table-row !important;
}

.ui-timepicker-table td a, .ui-timepicker-table td span {
    display: inline !important;
    box-sizing: content-box !important;
}
.ui-timepicker-table ::after ::before {
    box-sizing: content-box !important;
}

/* Make jQuery UI datepicker month navigation visible under the custom admin theme. */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    background-image: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
    font-size: 0 !important;
    color: transparent !important;
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ui-datepicker .ui-datepicker-prev .ui-icon::before,
.ui-datepicker .ui-datepicker-next .ui-icon::before {
    color: #fff !important;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.ui-datepicker .ui-datepicker-prev .ui-icon::before {
    content: "‹";
}

.ui-datepicker .ui-datepicker-next .ui-icon::before {
    content: "›";
}

.ui-datepicker .brainstem-datepicker-title-action {
    cursor: pointer;
}

.ui-datepicker .brainstem-datepicker-month-action,
.ui-datepicker .brainstem-datepicker-year-action {
    border-radius: 3px;
    padding: 1px 3px;
}

.ui-datepicker .brainstem-datepicker-month-action:hover,
.ui-datepicker .brainstem-datepicker-year-action:hover,
.ui-datepicker .brainstem-datepicker-month-action:focus,
.ui-datepicker .brainstem-datepicker-year-action:focus {
    background: rgba(0, 0, 0, 0.08);
    outline: none;
}

.ui-datepicker .brainstem-month-year-chooser {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 6px;
}

.ui-datepicker .brainstem-month-year-table {
    margin: 0 !important;
    width: 100%;
}

.ui-datepicker .brainstem-month-year-table td {
    padding: 1px !important;
    text-align: center;
}

.ui-datepicker .brainstem-month-year-choice,
.ui-datepicker .brainstem-year-page {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.6;
    min-width: 42px;
    padding: 2px 6px;
}

.ui-datepicker .brainstem-month-year-choice:hover,
.ui-datepicker .brainstem-year-page:hover {
    border-color: #ccc;
    background: #f6f6f6;
}

.ui-datepicker .brainstem-month-year-choice.selected {
    background: #eee;
    border-color: #bbb;
    font-weight: 700;
}

.ui-datepicker .brainstem-month-year-choice:disabled,
.ui-datepicker .brainstem-year-page:disabled {
    cursor: default;
    opacity: 0.4;
}

.ui-datepicker .brainstem-year-chooser-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.ui-datepicker .brainstem-year-chooser-header span {
    color: #333;
    font-size: 12px;
    font-weight: 700;
}

.ui-datepicker .brainstem-year-page {
    font-size: 16px;
    min-width: 28px;
    padding: 0 4px;
}
.h3, h3 {
    font-size:  1rem !important;
    /* font-size: 1.75rem; */
}

p.approval-was {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-style: italic;
    background-color: #ffffde;
}

@media screen and (min-width: 960px) {
  p.approval-was {
    margin-left: 168px !important;
  }
}

/* Dashboard Statistics Bar Charts */
.dashboard-bar-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 150px;
    padding: 10px 15px 0 15px;
    margin-bottom: 15px;
    background-color: #f9fafb;
    border-radius: 6px;
    gap: 8px;
}

.dashboard-bar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.dashboard-bar-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 120px;
}

.dashboard-bar-fill {
    width: 70%;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
    position: relative;
    min-height: 4px;
}

.dashboard-bar-count {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.dashboard-bar-label {
    font-size: 11px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0 2px;
}

.dashboard-list-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    transition: background-color 0.2s ease;
}

.dashboard-list-row:hover {
    background-color: #f5f7fa;
}

.dashboard-list-label a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.dashboard-list-count {
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.dashboard-visual-row {
    display: block;
}

.dashboard-horizontal-label,
.dashboard-spark-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.dashboard-horizontal-label span,
.dashboard-spark-heading span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-horizontal-label strong,
.dashboard-spark-heading strong {
    flex: 0 0 auto;
    font-size: 13px;
}

.dashboard-horizontal-track {
    height: 8px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf0f5;
}

.dashboard-horizontal-fill {
    min-width: 2px;
    height: 100%;
    border-radius: 999px;
    transition: width 0.2s ease;
}

.dashboard-row-meta {
    margin-top: 5px;
    color: #777;
    font-size: 11px;
}

.dashboard-activity-toolbar {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.dashboard-activity-toggle {
    display: inline-flex;
    align-items: stretch;
    gap: 0;
    margin: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #8d8b9f;
}

.dashboard-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem !important;
    font-size: 11px;
    font-weight: 600;
    color: #8d8b9f;
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: inherit;
    min-width: 50px;
}

.dashboard-filter-btn:first-of-type {
    border-right: 1px solid #8d8b9f;
}

.dashboard-filter-btn.active {
    background: #5f4b8b !important;
    color: #fff !important;
}

.dashboard-filter-btn:not(.active):hover {
    background: rgba(95, 75, 139, 0.1);
}

.dashboard-filter-btn.active:hover {
    background: #4a3a6d !important;
}

.dashboard-activity-list.hide-self .dashboard-activity-row-self {
    display: none;
}

.dashboard-activity-scroll {
    max-height: 340px;
    overflow-y: auto;
    padding: 0 !important;
}

.dashboard-activity-row {
    position: relative;
    display: block;
    padding: 10px 76px 10px 16px;
    border-bottom: 1px solid #f4f4f4;
    min-height: 54px;
}

.dashboard-activity-row:last-child {
    border-bottom: 0;
}

.dashboard-activity-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.dashboard-activity-model {
    display: inline-block;
    flex: 0 0 auto;
    max-width: 145px;
    margin-right: 0;
    padding: 2px 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #eef0f4;
    color: #777;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.dashboard-activity-model-project,
.dashboard-activity-model-collection,
.dashboard-activity-model-cohort {
    background: #e8f1ff;
    color: #2563a8;
}

.dashboard-activity-model-subject,
.dashboard-activity-model-session {
    background: #edf7ed;
    color: #2e7d32;
}

.dashboard-activity-model-procedure,
.dashboard-activity-model-procedure-log {
    background: #fff1e6;
    color: #b45309;
}

.dashboard-activity-model-data-acquisition {
    background: #eef2ff;
    color: #4f46e5;
}

.dashboard-activity-model-behavior {
    background: #fce7f3;
    color: #be185d;
}

.dashboard-activity-model-manipulation {
    background: #f3e8ff;
    color: #7e22ce;
}

.dashboard-activity-model-subject-log {
    background: #e6fffb;
    color: #0f766e;
}

.dashboard-activity-details {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
}

.dashboard-activity-details strong {
    display: block;
    min-width: 0;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.dashboard-activity-project {
    display: block;
    overflow: hidden;
    color: #777;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-activity-icons {
    position: absolute;
    top: 12px;
    right: 24px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    color: #777;
    font-size: 13px;
}

.dashboard-activity-icons span[class*="icon"] {
    display: inline-block;
    width: 13px;
    color: inherit;
}

.dashboard-activity-icons .tooltip {
    position: static !important;
    display: inline-block !important;
    opacity: 1 !important;
    z-index: auto !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.dashboard-activity-icons .icon-clock,
.dashboard-activity-icons .icon-user {
    font-family: 'jet-icons' !important;
}

.dashboard-activity-user-self {
    color: #28a745 !important;
}

.dashboard-activity-user-other {
    color: #f59e0b !important;
}

.dashboard-metric-grid-wrap {
    padding: 10px !important;
}

.dashboard-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.dashboard-metric-tile {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-height: 58px;
    justify-content: center;
    padding: 9px 10px;
    border: 1px solid #edf0f5;
    border-radius: 6px;
    background: #f9fafb;
    color: #333;
    text-decoration: none;
}

.dashboard-metric-tile strong {
    font-size: 18px;
    line-height: 1;
}

.dashboard-metric-tile span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 11px;
}

.dashboard-spark-row {
    display: block;
}

.dashboard-spark-bars {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    height: 64px;
    margin-top: 8px;
    padding: 6px 0 0;
}

.dashboard-spark-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
}

.dashboard-spark-fill {
    width: 70%;
    min-height: 2px;
    border-radius: 4px 4px 0 0;
}

.dashboard-spark-item span {
    width: 100%;
    margin-top: 4px;
    overflow: hidden;
    color: #777;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-onboarding-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
}

body.dashboard .dashboard-item:has(.dashboard-onboarding-list) {
    overflow: visible !important;
}

body.dashboard .dashboard-item:has(.dashboard-onboarding-list) .dashboard-item-content {
    overflow: visible !important;
}

.dashboard-onboarding-header {
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px 6px;
}

.dashboard-onboarding-header > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.dashboard-onboarding-progress {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    margin-left: auto;
    flex: 0 0 auto;
}

.dashboard-onboarding-step {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px;
    padding: 6px 12px;
    border-bottom: 1px solid #f1f3f6;
    overflow: visible;
}

.dashboard-onboarding-step-group-start {
    border-top: 1px solid #eceff5;
}

.dashboard-onboarding-step:last-child {
    border-bottom: 0;
}

.dashboard-onboarding-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
    flex: 1 1 auto;
}

.dashboard-onboarding-group-pill {
    flex: 0 0 100%;
    border-radius: 999px;
    padding: 2px 8px;
    background: rgba(129, 34, 161, 0.1);
    color: var(--primary, #8122a1);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 1px;
    width: fit-content;
}

.dashboard-onboarding-number {
    flex: 0 0 auto;
    color: var(--primary, #8122a1);
    font-size: 12px;
    font-weight: 700;
}

.dashboard-onboarding-title {
    color: #263238;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-onboarding-help {
    flex: 0 0 auto;
    color: #98a2b3;
    font-size: 12px;
    position: relative;
    cursor: help;
}

.dashboard-onboarding-status,
.dashboard-onboarding-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    flex: 0 0 auto;
    margin-left: auto;
    text-decoration: none;
}

.dashboard-onboarding-status {
    background: #e8f7ee;
    color: #177245;
    font-size: 11px;
}

.dashboard-onboarding-step-completed {
    opacity: 0.85;
}

.dashboard-onboarding-completed {
    border-top: 1px solid #eceff5;
    overflow: visible;
}

.dashboard-onboarding-completed summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 12px;
    list-style: none;
    cursor: pointer;
    color: #475467;
    font-size: 12px;
    font-weight: 600;
    overflow: visible;
}

.dashboard-onboarding-completed summary::-webkit-details-marker {
    display: none;
}

.dashboard-onboarding-completed-count {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.dashboard-onboarding-completed-label--open {
    display: none;
}

.dashboard-onboarding-completed[open] .dashboard-onboarding-completed-label--closed {
    display: none;
}

.dashboard-onboarding-completed[open] .dashboard-onboarding-completed-label--open {
    display: inline;
}

.dashboard-onboarding-completed-list {
    padding-bottom: 2px;
    overflow: visible;
}

.dashboard-onboarding-action {
    border: 1px solid #d9deea;
    color: #516075;
    font-size: 10px;
}

.dashboard-onboarding-action:hover {
    border-color: #c5cee0;
    color: #273142;
}

/* Cache indicator in widget header */
.dashboard-cache-indicator {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    color: #b0bac9;
    font-size: 10px;
    vertical-align: middle;
    cursor: default;
    opacity: 0.7;
    transition: opacity 0.15s ease;
}

.dashboard-cache-indicator:hover {
    opacity: 1;
}

/* Approval badges */
.approval-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.approval-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    padding: 1px 6px;
    border-radius: 999px;
    background: #eef0f4;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    flex: 0 0 auto;
}

.approval-badge--active {
    background: #fee2e2;
    color: #b91c1c;
}

/* Bar chart widget list helpers */
.dashboard-li--flush {
    padding: 0 !important;
}

.dashboard-li--col-header {
    padding: 10px 10px 0 !important;
}

.dashboard-list-col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.dashboard-list-col-header > div {
    font-weight: 600;
    font-size: 12px;
    color: #667085;
}

/* Spark bar: ghost bar for zero-count months */
.dashboard-spark-fill--empty {
    opacity: 0.15;
    height: 100% !important;
}

/* Theme-specific colors for Private portal (Purple) */
body[data-theme="private"] .dashboard-bar-fill,
body[data-theme="private"] .dashboard-horizontal-fill,
body[data-theme="private"] .dashboard-spark-fill,
body[data-theme=""] .dashboard-bar-fill,
body[data-theme=""] .dashboard-horizontal-fill,
body[data-theme=""] .dashboard-spark-fill,
body:not([data-theme]) .dashboard-horizontal-fill,
body:not([data-theme]) .dashboard-spark-fill,
body:not([data-theme]) .dashboard-bar-fill {
    background: linear-gradient(180deg, #8122a1 0%, #a855f7 100%);
}

body[data-theme="private"] .dashboard-bar-item:hover .dashboard-bar-fill,
body[data-theme=""] .dashboard-bar-item:hover .dashboard-bar-fill,
body:not([data-theme]) .dashboard-bar-item:hover .dashboard-bar-fill {
    background: linear-gradient(180deg, #6b1a85 0%, #9333ea 100%);
    transform: translateY(-2px);
}

body[data-theme="private"] .dashboard-bar-count,
body[data-theme="private"] .dashboard-horizontal-label strong,
body[data-theme="private"] .dashboard-spark-heading strong,
body[data-theme="private"] .dashboard-metric-tile strong,
body[data-theme=""] .dashboard-bar-count,
body[data-theme=""] .dashboard-horizontal-label strong,
body[data-theme=""] .dashboard-spark-heading strong,
body[data-theme=""] .dashboard-metric-tile strong,
body:not([data-theme]) .dashboard-horizontal-label strong,
body:not([data-theme]) .dashboard-spark-heading strong,
body:not([data-theme]) .dashboard-metric-tile strong,
body:not([data-theme]) .dashboard-bar-count {
    color: #8122a1;
}

body[data-theme="private"] .dashboard-list-label a:hover,
body[data-theme="private"] .dashboard-horizontal-label:hover,
body[data-theme="private"] .dashboard-spark-heading:hover,
body[data-theme="private"] .dashboard-metric-tile:hover,
body[data-theme="private"] .dashboard-activity-details:hover,
body[data-theme=""] .dashboard-list-label a:hover,
body[data-theme=""] .dashboard-horizontal-label:hover,
body[data-theme=""] .dashboard-spark-heading:hover,
body[data-theme=""] .dashboard-metric-tile:hover,
body[data-theme=""] .dashboard-activity-details:hover,
body:not([data-theme]) .dashboard-horizontal-label:hover,
body:not([data-theme]) .dashboard-spark-heading:hover,
body:not([data-theme]) .dashboard-metric-tile:hover,
body:not([data-theme]) .dashboard-activity-details:hover,
body:not([data-theme]) .dashboard-list-label a:hover {
    color: #8122a1;
    text-decoration: underline;
}

/* Theme-specific colors for Public portal (Blue/Greenish - Teal) */
body[data-theme="public"] .dashboard-bar-fill,
body[data-theme="public"] .dashboard-horizontal-fill,
body[data-theme="public"] .dashboard-spark-fill,
body[data-theme*="api public"] .dashboard-horizontal-fill,
body[data-theme*="api public"] .dashboard-spark-fill,
body[data-theme*="api public"] .dashboard-bar-fill {
    background: linear-gradient(180deg, #19a1a9 0%, #21b1b9 100%);
}

body[data-theme="public"] .dashboard-bar-item:hover .dashboard-bar-fill,
body[data-theme*="api public"] .dashboard-bar-item:hover .dashboard-bar-fill {
    background: linear-gradient(180deg, #0f766e 0%, #21b1b9 100%);
    transform: translateY(-2px);
}

body[data-theme="public"] .dashboard-bar-count,
body[data-theme="public"] .dashboard-horizontal-label strong,
body[data-theme="public"] .dashboard-spark-heading strong,
body[data-theme="public"] .dashboard-metric-tile strong,
body[data-theme*="api public"] .dashboard-horizontal-label strong,
body[data-theme*="api public"] .dashboard-spark-heading strong,
body[data-theme*="api public"] .dashboard-metric-tile strong,
body[data-theme*="api public"] .dashboard-bar-count {
    color: #0d9488;
}

body[data-theme="public"] .dashboard-list-label a:hover,
body[data-theme="public"] .dashboard-horizontal-label:hover,
body[data-theme="public"] .dashboard-spark-heading:hover,
body[data-theme="public"] .dashboard-metric-tile:hover,
body[data-theme="public"] .dashboard-activity-details:hover,
body[data-theme*="api public"] .dashboard-horizontal-label:hover,
body[data-theme*="api public"] .dashboard-spark-heading:hover,
body[data-theme*="api public"] .dashboard-metric-tile:hover,
body[data-theme*="api public"] .dashboard-activity-details:hover,
body[data-theme*="api public"] .dashboard-list-label a:hover {
    color: #0d9488;
    text-decoration: underline;
}

/* Theme-specific colors for Super portal (Blue/Pink) */
body[data-theme="super"] .dashboard-bar-fill,
body[data-theme="super"] .dashboard-horizontal-fill,
body[data-theme="super"] .dashboard-spark-fill,
body[data-theme*="api super"] .dashboard-horizontal-fill,
body[data-theme*="api super"] .dashboard-spark-fill,
body[data-theme*="api super"] .dashboard-bar-fill {
    background: linear-gradient(180deg, #4c0e99 0%, #6d2cbd 100%);
}

body[data-theme="super"] .dashboard-bar-item:hover .dashboard-bar-fill,
body[data-theme*="api super"] .dashboard-bar-item:hover .dashboard-bar-fill {
    background: linear-gradient(180deg, #4c0e99 0%, #6d2cbd 100%);
    transform: translateY(-2px);
}

body[data-theme="super"] .dashboard-bar-count,
body[data-theme="super"] .dashboard-horizontal-label strong,
body[data-theme="super"] .dashboard-spark-heading strong,
body[data-theme="super"] .dashboard-metric-tile strong,
body[data-theme*="api super"] .dashboard-horizontal-label strong,
body[data-theme*="api super"] .dashboard-spark-heading strong,
body[data-theme*="api super"] .dashboard-metric-tile strong,
body[data-theme*="api super"] .dashboard-bar-count {
    color: #3b82f6;
}

body[data-theme="super"] .dashboard-list-label a:hover,
body[data-theme="super"] .dashboard-horizontal-label:hover,
body[data-theme="super"] .dashboard-spark-heading:hover,
body[data-theme="super"] .dashboard-metric-tile:hover,
body[data-theme="super"] .dashboard-activity-details:hover,
body[data-theme*="api super"] .dashboard-horizontal-label:hover,
body[data-theme*="api super"] .dashboard-spark-heading:hover,
body[data-theme*="api super"] .dashboard-metric-tile:hover,
body[data-theme*="api super"] .dashboard-activity-details:hover,
body[data-theme*="api super"] .dashboard-list-label a:hover {
    color: #3b82f6;
    text-decoration: underline;
}

/* Fix for custom .tooltip links being hidden by Bootstrap tooltip styles */
a.tooltip {
    opacity: 1 !important;
    display: inline !important;
    position: static !important;
    z-index: auto !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
    text-transform: inherit !important;
    letter-spacing: inherit !important;
}
