/* شرکت نارون — narvancms.ir */
:root {
  --highlight-color: #027bbc;
  --highlight-color-light: #027bbc;
  --highlight-color-dark: #0e7490;
  --highlight-color-rgb: 2, 123, 188;
}

/* جلوگیری از انتخاب و هایلایت متن در پورتال idx2 */
html[data-cms-project="idx2"] body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

html[data-cms-project="idx2"] input,
html[data-cms-project="idx2"] textarea,
html[data-cms-project="idx2"] select,
html[data-cms-project="idx2"] [contenteditable="true"],
html[data-cms-project="idx2"] .app-allow-select,
html[data-cms-project="idx2"] .app-allow-select * {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default;
}

html[data-cms-project="idx2"] ::selection {
  background: transparent;
  color: inherit;
}

html[data-cms-project="idx2"] ::-moz-selection {
  background: transparent;
  color: inherit;
}
