.hidden {
  display: none;
}

a.selected {
  border-bottom-color: #1B48A9;
  color: #1B48A9 !important;
}

#sidebar > .inner > .alt {
  padding: 1.22em;
  display: inline-flex;
  align-content: center;
}

#logo span.logo {
  font-family: "Roboto Slab", serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #3d4449;
  margin-left: 10px;
  margin-top: 5px;
}

#menu > ul > li {
  border-top: 0;
  margin: 0;
  padding: 0;
}

#menu > ul > li > ul {
  margin: 0 0 1.5em 0;
}

.star-rating {
  position: relative;
  font-size: 1.5rem; /* Adjust size as needed */
  display: inline-block;
}

.stars {
  position: relative;
  color: #e0e0e0; /* Color for empty stars */
}

.stars .filled {
  position: absolute;
  top: -3px;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: gold; /* Color for filled stars */
}

.filled {
  display: inline-block;
}

#footer .copyright {
  text-align: center; }

#footer .legal {
  color: rgba(159, 163, 166);
  font-size: 0.8em;
  text-align: center; }
  #footer .legal a {
    color: inherit; }

#footer .disclaimer {
  color: rgba(159, 163, 166, 0.7);
  font-size: 0.8em;
  text-align: justify;
  text-justify: inter-word;
}