
pr-overflow-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
pr-overflow-toolbar #buttons {
  height: 3rem;
}
pr-overflow-toolbar #items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: unset;
  width: unset;
}
pr-overflow-toolbar #dropdown {
  position: relative;
  height: 3rem;
}
pr-overflow-toolbar #back-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none !important;
}
pr-overflow-toolbar pragma-icon-button {
  height: 3rem;
  width: 3rem;
}
pr-overflow-toolbar pragma-icon-button[aria-expanded=true] {
  background: var(--c-icon-active-bg);
}
pr-overflow-toolbar pragma-icon-button[aria-expanded=true] svg {
  fill: var(--c-icon-active);
}

#dropdownList li {
  cursor: default;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 3rem;
  border-bottom: 0.0625rem solid var(--c-border);
}
#dropdownList li:last-child {
  border-bottom: none;
}
#dropdownList li:hover {
  background: var(--c-hover);
  color: var(--c-text);
}
#dropdownList li[aria-selected=true] {
  background: var(--c-focus);
  color: var(--c-focus-text);
}
