progress.bar {
  display: block;
  width: 100%;
  height: 7px;
  border: 0;
  background: #292931;
  border-radius: 5px;
}
progress.bar::-webkit-progress-bar { background: #292931; }
progress.bar::-webkit-progress-value { background: linear-gradient(90deg, #8b5cf6, #ec4899); }
progress.bar::-moz-progress-bar { background: linear-gradient(90deg, #8b5cf6, #ec4899); }
.options select {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  background: #0c0c0f;
  border: 1px solid #303038;
  border-radius: 10px;
  color: white;
  font: inherit;
  outline: 0;
}
.options select:focus { border-color: var(--violet); }
