/* Menu form switches and privacy controls. */

.menu-form-privacy-row {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  box-sizing: border-box;
}

.new-variation-privacy {
  font-size: 12px;
  font-weight: 600;
  color: var(--vk-paper-lift-button-text);
}

.menu-form-privacy-row {
  display: block;
  min-height: 0;
}

.new-variation-switch.vk-paper-toggle {
  width: auto;
  min-width: 178px;
  height: auto;
  min-height: var(--menu-panel-row-height);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: var(--vk-paper-control-radius);
  padding: 8px 12px;
}

.new-variation-switch.vk-paper-toggle::after {
  content: none;
}

.new-variation-switch .vk-paper-toggle__label {
  min-width: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.new-variation-switch.vk-paper-toggle.is-disabled,
.new-variation-switch.vk-paper-toggle:disabled {
  opacity: 1;
  cursor: default;
}
