﻿
#sidebar-menu .nav-item .nav-link {
    padding: 20px;
    font-size: 16px;
}

.navbar-brand-image {
    height: 2.5rem;
}

.dropdown-menu-notifications {
    --tblr-dropdown-min-width: 19rem !important;
}

.title-icon {
    margin-right: 5px;
}

span.underlined {
  position: relative;
  display: inline-block;
  white-space: nowrap; /* 'Fix' for larger phrases...? */
  text-shadow: 0 .05ex .05ex rgba(0,0,0,0.75); /* Optional but adds a bit more pop */
}
span.underlined:before {
  position: absolute;
  content: "";
  width: 105%;
  height: 0.75ex;
  border-top-width: 0.25ex; /* Width/weight */
  border-top-style: solid; /* Style */
  border-top-color: rgba(var(--tblr-yellow-rgb),var(--tblr-text-opacity)); /* Colour */
  border-radius: 50%;
  bottom: -0.6ex;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
