/* Satış Payı — “Seç” telebat ilə eyni */
#satispayi .anbar-label-row .anbar-open-picker-btn{
  width: auto;
  min-width: 0;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #c4b5fd;
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  color: #4c1d95;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.14), inset 0 1px 0 rgba(255,255,255,.85);
}
#satispayi .anbar-label-row .anbar-open-picker-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(124, 58, 237, 0.18), inset 0 1px 0 rgba(255,255,255,.9);
  filter: saturate(1.02);
}
