.sidebar-item[data-selected='true'],
.feedback-button {
  background-color: #00348f !important;
}

.feedback-container {
  position: fixed;
  top: 40%;
  right: -40px;
  transform: rotate(-90deg);
  z-index: 10000;
}

.feedback-button {
  border: none;
  color: #fff;
  cursor: pointer;
  font-family:
    Gantari, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  padding: 0.2rem 0.9rem;
}

.feedback-button:hover {
  background-color: #00225c;
}

button[title='Hide addons [A]'] {
  display: none;
}
