/* Единый вид нативных выпадающих списков во всех пользовательских разделах. */
#app select:not([multiple]):not([hidden]):not([aria-hidden="true"]):not([data-crm-public-select]) {
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23315DFF' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right .85rem center !important;
  background-size: 1rem 1rem !important;
}

html.dark #app select:not([multiple]):not([hidden]):not([aria-hidden="true"]):not([data-crm-public-select]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239CC6FF' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
}

/* У этих элементов стрелка уже нарисована отдельным видимым контролом. */
#app .crm-select-field > select:not([multiple]):not([hidden]):not([aria-hidden="true"]):not([data-crm-public-select]),
#app .crm-sally__select-field > select:not([multiple]):not([hidden]):not([aria-hidden="true"]):not([data-crm-public-select]),
#app .crm-dashboard-funnel-select > select:not([multiple]):not([hidden]):not([aria-hidden="true"]):not([data-crm-public-select]) {
  background-image: none !important;
}

#app select:not([multiple]):not([hidden]):not([aria-hidden="true"]):not([data-crm-public-select]):focus-visible {
  outline: 0;
  border-color: #315dff;
  box-shadow: 0 0 0 3px rgba(49, 93, 255, .14);
}

#app select:not([multiple]):not([hidden]):not([aria-hidden="true"]):not([data-crm-public-select]):disabled {
  cursor: not-allowed;
  opacity: .68;
}
