.captcha__button {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.captcha__button:hover {
  color: #000;
  background-color: #eee;
  border-color: #eee;
}

.captcha__button:focus {
  color: #000;
  background-color: #eee;
  border-color: #eee;
  box-shadow: 0 0 0 0.25rem rgba(158, 158, 158, 0.5);
}

.captcha__button:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.captcha__image-reload {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.captcha__image {
  border-radius: 0.25rem;
}

.captcha__refresh {
  margin-left: 0.5rem;
  margin-top: 0!important;
}

.captcha__refresh::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-repeat' viewBox='0 0 16 16'%3E%3Cpath d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/%3E%3Cpath fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/%3E%3C/svg%3E");
}

.captcha__group {
  margin-bottom: 1rem;
}
