﻿button.ai-working {
    opacity: 0.7;
    cursor: not-allowed;
}

button.ai-working::after {
    content: " ⏳";
}
.alog-range {
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 999px;
  background: #e5e7eb;
}

/* thumb */
.alog-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: currentColor;
  border: 0;
  margin-top: -6px;
}

.alog-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: currentColor;
  border: 0;
}
