.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    max-width: 30em !important;
    color: var(--bs-white) !important;
    background-color: #004176ff !important;
}

#user_access_token::after {
  content: " ...";
}