.tab-context-menu {
  position: fixed;
  z-index: 1000;
  min-width: 210px;
  padding: 6px;
  border: 1px solid #3b3b3b;
  border-radius: 8px;
  background: #242424;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
}

.tab-context-menu[hidden] {
  display: none;
}

.tab-context-menu button {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #f0f0f0;
  text-align: left;
  font: inherit;
}

.tab-context-menu button:hover,
.tab-context-menu button:focus-visible {
  background: #353535;
  outline: none;
}

#dialogContent .actions > button.danger[data-delete-collection] {
  margin-top: 6px;
  border-top: 1px solid #3b3b3b;
  color: #ff7777;
}

.secret-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.secret-input > input {
  width: 100%;
  min-width: 0;
  padding-right: 38px !important;
}

.secret-toggle {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0.72;
  line-height: 1;
  cursor: pointer;
}

.secret-toggle:hover,
.secret-toggle:focus-visible {
  opacity: 1;
  background: transparent;
}

#updateButton[data-state="ready"] {
  font-weight: 700;
}

#updateButton:disabled {
  opacity: 0.65;
}
