/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
label[for=id_captcha_1] {
  display: block;
}
.captcha-container {
  display: inline-block;
  width: auto;
  max-width: 450px;
  border: 2px solid rgb(0, 127, 173);
  border-radius: 8px;
  padding: 20px;
  margin: 15px 0;
  background: rgba(229, 229, 229, 0.39);
}

.captcha-visual {
  background: white;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  min-height: 60px;
}

.captcha-question {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.captcha-controls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 10px;
}
.captcha-controls .captcha-controls-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.captcha-controls .captcha-controls-row input[type=text] {
  width: 100%;
}
.captcha-controls .captcha-controls-row button {
  margin-right: 0.5em;
}
.captcha-controls .captcha-controls-row button:last-of-type {
  margin-right: 0;
}

.captcha-input {
  padding: 10px;
  font-size: 16px;
  border: 2px solid #CDCDCD;
  border-radius: 5px;
  width: 150px;
}

.captcha-input:focus {
  border-color: rgb(0, 127, 173);
  outline: none;
  box-shadow: 0 0 5px rgba(0, 127, 173, 0.5);
}

.captcha-refresh, .captcha-audio {
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: white;
}

.captcha-refresh {
  background: rgb(37, 64, 143);
}

.captcha-refresh:hover {
  background: rgb(37.2620833333, 64.4533333333, 144.0129166667);
}

.captcha-audio {
  background: #55814B;
}

.captcha-audio:hover {
  background: rgb(85.53125, 129.80625, 75.46875);
}

.captcha-audio-text {
  background: #E5E5E5;
  border-left: 4px solid #55814B;
  padding: 15px;
  border-radius: 5px;
  margin-top: 10px;
}

.captcha-help {
  margin-top: 10px;
}

.captcha-help small {
  color: #25282A;
  font-size: 14px;
  line-height: 1.4;
}

/* Visual elements */
.captcha-color-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px;
  border-radius: 50%;
  border: 2px solid #25282A;
}

.captcha-shape-item {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 3px;
  border: 2px solid #25282A;
}

.captcha-word-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.captcha-word-item {
  padding: 8px 12px;
  background: #E5E5E5;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  font-weight: 500;
}

.captcha-sequence {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
}

.captcha-sequence-item {
  padding: 10px 15px;
  background: #E5E5E5;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  min-width: 40px;
  text-align: center;
}

/*# sourceMappingURL=captcha.css.map */
