.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
  font-size: 1.25em;
  vertical-align: middle;
}

.large-icon {
  font-size: 3em;
}

#go-to-top-button {
    display: none;
    position: fixed;
    padding: 0;
    bottom: 65px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f53e12;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    width: 50px;
    height: 50px;
  }

.sidebar-logo {
  vertical-align: top;
  height: 40px;
}
