.msr-ai-key-status {
  justify-self: start;
  padding: 4px 9px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.msr-ai-key-status.is-configured {
  border-color: #6fd79c;
  background: #163e32;
  color: #9af1bd;
}

.msr-ai-key-status.is-empty {
  border-color: rgba(255, 255, 255, .18);
  background: #102436;
  color: #9dafbb;
}

.msr-ai-validation {
  color: #7de4d6 !important;
}

.msr-ai-keys-form button:disabled {
  cursor: wait;
  opacity: .55;
}
