.toolbar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: var(--ui-height);
  width: 100vw;
}

.logout {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--ui-height) / 2);
  z-index: 799 !important;
  margin: 0;
  padding: 8px 10px 8px 5px;
  background-color: var(--color-details-3);
  box-shadow: 0px 0px 20px 0px var(--shadow-55);
  height: var(--ui-height);
  border-radius: 0 0 10px 0;
}

.logout__icon {
  color: var(--color-details-2);
  transform: scaleX(-1);
}

.logout__icon:hover,
.logout__icon:focus {
  outline: none;
  color: var(--color-details-1);
  cursor: pointer;
}

.logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-details-3);
  box-shadow: 0px 0px 20px 0px var(--shadow-55);
  height: var(--ui-height);
  user-select: none;
  border-radius: 0 0 0 10px;
}

.logo .mms-ns {
  height: 100%;
}
