/* DroneHQ Notifications Pilot Selector v101 */
/* Scope: compact UI-only recipient selector for the Crawler Message composer. */

.dhq-notification-composer-v78 .dhq-pilot-selector-v101 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__button {
  appearance: none;
  border: 1px solid rgba(64, 177, 255, 0.45);
  border-radius: 999px;
  background: rgba(27, 83, 132, 0.72);
  color: #dff3ff;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  min-height: 24px;
  padding: 5px 11px;
  white-space: nowrap;
  cursor: pointer;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__button:hover,
.dhq-notification-composer-v78 .dhq-pilot-selector-v101__button:focus-visible {
  border-color: rgba(82, 196, 255, 0.82);
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.2);
  outline: none;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__menu {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 60;
  width: min(235px, calc(100vw - 40px));
  max-height: 238px;
  overflow: hidden;
  border: 1px solid rgba(53, 152, 229, 0.5);
  border-radius: 14px;
  background: rgba(4, 21, 40, 0.98);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  padding: 10px;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__head {
  display: grid;
  gap: 2px;
  padding: 1px 2px 8px;
  border-bottom: 1px solid rgba(52, 121, 184, 0.32);
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__head strong {
  color: #f8fbff;
  font-size: 0.76rem;
  line-height: 1.15;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__head span,
.dhq-notification-composer-v78 .dhq-pilot-selector-v101__empty,
.dhq-notification-composer-v78 .dhq-pilot-selector-v101__loading {
  color: #8fb2cf;
  font-size: 0.69rem;
  line-height: 1.25;
  margin: 0;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__list {
  display: grid;
  gap: 4px;
  max-height: 132px;
  overflow: auto;
  padding: 8px 0;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 5px 7px;
  border: 1px solid rgba(45, 113, 178, 0.42);
  border-radius: 10px;
  color: #eaf7ff;
  font-size: 0.74rem;
  line-height: 1.2;
  cursor: pointer;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__option:hover {
  background: rgba(16, 69, 111, 0.55);
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__option input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #38bdf8;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__clear {
  width: 100%;
  min-height: 28px;
  border: 1px solid rgba(64, 177, 255, 0.38);
  border-radius: 10px;
  background: rgba(18, 55, 98, 0.7);
  color: #94dfff;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
}

.dhq-notification-composer-v78 .dhq-pilot-selector-v101__clear:hover,
.dhq-notification-composer-v78 .dhq-pilot-selector-v101__clear:focus-visible {
  border-color: rgba(82, 196, 255, 0.74);
  outline: none;
}
