/* Header text */
#nucaptcha-widget .nucaptcha-header {
  margin-block-start: 30px;
}

/* Container for icon buttons */
#nucaptcha-widget .icon-buttons {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-block: 8px;
}

/* Icon button */
#nucaptcha-widget a.cmd {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Help icon button */
#nucaptcha-widget .show-help {
  background-position-x: 5px;
  background-position-y: 5px;
  padding: 5px;
  margin: -5px;
  background-image: url("");
  width: 16px;
  height: 16px;
  color: transparent;
}

/* Audio Icon button */
#nucaptcha-widget .player-mode.toggle {
  background-position-x: 5px;
  background-position-y: 7px;
  padding: 5px;
  margin: -5px;
  background-image: url("");
  width: 16px;
  height: 16px;
  color: transparent;
}

/* Text icon button */
#nucaptcha-widget .player-mode.toggle-checked {
  background-position-x: 5px;
  background-position-y: 6px;
  padding: 5px;
  margin: -5px;
  background-image: url("");
  width: 16px;
  height: 16px;
  color: transparent;
}

/* Refresh icon button */
#nucaptcha-widget .new-challenge {
  background-position-x: 5px;
  background-position-y: 6px;
  padding: 5px;
  margin: -5px;
  background-image: url("");
  width: 16px;
  height: 16px;
  color: transparent;
}

/* Play icon */
#nucaptcha-widget .icon-play {
  background-image: url("");
  width: 21px;
  height: 21px;
}

/* Pause icon */
#nucaptcha-widget .icon-pause {
  background-image: url("");
  width: 21px;
  height: 21px;
}

/* Rewind icon */
#nucaptcha-widget .icon-rewind {
  background-image: url("");
  width: 13px;
  height: 12px;
}

#nucaptcha-audio-rewind-btn {
  background-position: 3.5px;
  margin: -3.5px;
  padding: 3.5px;
  margin-right: 3.5px;
  color: transparent;
}

#nucaptcha-audio-play-btn {
  background-position: 3.5px;
  margin: -3.5px;
  padding: 3.5px;
  margin-right: 16.5px;
  color: transparent;
}

canvas {
  width: 100%;
  height: 100%;
}

/* Media container */
#nucaptcha-widget .media-container {
  margin: 0 auto;
  border: 1px solid #8d8d8d;
  background-color: white;
  height: 64px;
}

/* Audio element */
#nucaptcha-widget audio.nucaptcha-media {
  display: none;
}

/* Directions label. Copied from .wf-field__label */
#nucaptcha-widget .directions-verbose-label {
  font-size: 0.875rem;
  color: #5e5e5e;
  padding-right: 0.9375rem;
  padding-bottom: 0.25rem;
  line-height: 1.14;
  display: inline-block;
}

/* Preserve correct margin for the last field */
/* #nucaptcha-widget .wf-field.last {
  margin: 40px 0px !important;
} */

.help-panel .pnr-outer-box h1,
h2 {
  color: #181616 !important;
}

.help-panel .pnr-outer-box {
  outline: none !important;
}

.help-panel button:hover {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
  border-color: currentColor !important;
  border-color: initial !important;
  border: none !important;


}
/* .captcha-help {
  margin: 12px;
}

.captcha-help .question {
  font-weight: bold;
  margin-block-end: 0.25em;
}

.captcha-help ul {
  padding-left: 1.2em;
}

.captcha-help ul > li > span {
  position: relative;
  left: -6px;
} */

#media-container,
#nucaptcha-audio-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}



.last {
  padding: 35px 0px 0px 0px;
  height: auto !important;
  height: initial !important;
  display: flex;
}

.last #nucaptcha-answer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  border: none;
  border-bottom: 1px solid #403C3A;
  width: 100%;
  mix-blend-mode: normal;
  flex: none;
  order: 1;
  background: #FFFFFF;
  align-self: stretch;
  flex-grow: 0;
  box-shadow: none;
  margin-bottom: 16px;
}



.last label {
  position: absolute;
  height: 22px;
  font-family: 'Wells Fargo Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #181616;
}

.last input {
  box-sizing: border-box;
  font-size: 16px;
  font-family: Wells Fargo Sans;
  color: var(--pnr-neutral100);
  -webkit-appearance: none;
  border-radius: 0;
}

.last :focus-visible {
  outline: none;
}

.lifted {
  transform: translateY(-20px);
  transition: transform 0.2s ease-in-out;
  font-size: 14px !important;
}
.captchafeedbackmessage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    width: 22rem;
    height: auto !important;
    background: #FAF2F8;
    border: 1px solid #B52892;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    margin-top: 24px;
}


.captchafeedbackmessage div{
    background-color: #FAF2F8;
}

.captchafeedbackmessage .pnr-feedback--icon{
    background: #FAF2F8 !important;
}

.captchafeedbackmessage .pnr-feedback--messages{
    height: auto;
    font-family: 'Wells Fargo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #181616;
}

@media only screen and (max-width: 390px) {
    .captchafeedbackmessage {
        width: 18rem;
    }
  }
