/* line 5, /var/www/sacyt_prochile3.0/app/assets/stylesheets/requests.scss */
.captcha-puzzle-track {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 44px;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-top: 6px;
  touch-action: none;
}

/* line 17, /var/www/sacyt_prochile3.0/app/assets/stylesheets/requests.scss */
.captcha-puzzle-slot {
  position: absolute;
  top: 2px;
  width: 40px;
  height: 38px;
  background-color: #d0d7de;
  border: 2px dashed #adb5bd;
  border-radius: 6px;
  box-sizing: border-box;
}

/* line 28, /var/www/sacyt_prochile3.0/app/assets/stylesheets/requests.scss */
.captcha-puzzle-piece {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 38px;
  background-color: #28a745;
  border-radius: 6px;
  cursor: grab;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
/* line 40, /var/www/sacyt_prochile3.0/app/assets/stylesheets/requests.scss */
.captcha-puzzle-piece::after {
  content: '\2194';
  display: block;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
}
/* line 49, /var/www/sacyt_prochile3.0/app/assets/stylesheets/requests.scss */
.captcha-puzzle-piece.dragging {
  cursor: grabbing;
  transition: none;
}
/* line 54, /var/www/sacyt_prochile3.0/app/assets/stylesheets/requests.scss */
.captcha-puzzle-piece.solved {
  background-color: #157347;
  cursor: default;
}
/* line 58, /var/www/sacyt_prochile3.0/app/assets/stylesheets/requests.scss */
.captcha-puzzle-piece.solved::after {
  content: '\2713';
}
