/*
  CAPTCHA / CHALLENGER
*/

[id^=challenger],
.challenger {
    position: relative;
}

[id^=challenger] img.c-text {
    margin: 0 5px 8px 0;
    border: 1px solid #eee;
}

[id^=challenger] img.c-refresh {
    margin-right: 5px;
    width: 23px;
    position: absolute;
    left: 252px;
    top: 15px;
}

[id^=challenger] img.c-refresh:hover {
    cursor: pointer;
}

[id^=challenger] a.c-help {
    position: absolute;
    left: 252px;
    top: 48px;
}

[id^=challenger] span.c-old-ie {
    display: none;
    margin-bottom: 5px;
}

[id^=challenger] input.c-input {
    border: 1px solid #bbb;
    border-radius: 1px;
    position: relative;
    display: block;
    float: right;
    padding: 10px;
    width: 100%;
    background: transparent;
    color: #333;
    font-family: Arial, sans-serif;
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 15px;
}

[id^=challenger] input.c-pin-input {
    border: 1px solid #bbb;
    border-radius: 1px;
    position: relative;
    display: block;
    padding: 10px;
    width: 300px;
    background: transparent;
    color: #333;
    font-family: Arial, sans-serif;
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 15px;
}

[id^=challenger] .pin-verifyphone-input {
    width: 200px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

[id^=challenger] .pin-send-txt {
    border: none;
}

[id^=challenger] .pin-modifyPhone-txt {
    display: inline-block;
    color: blue;
    cursor: pointer;
}

[id^=challenger] .pin-resend-btn,
[id^=challenger] .pin-send-btn {
    display: inline-block;
    border: 1px solid #CCC;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

[id^=challenger] .pin-disabled {
    background: grey;
    color: white;
}

[id^=challenger] .pin-enabled {
    background: red;
    color: white;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}

[id^=challenger] .smshelp-txt,
[id^=challenger] .phonehelp-txt {
    font-size: smaller;
}

[id^=challenger] .phone-value {
    display: inline-block;
}

[id^=challenger] .pin-input-help {
    font-size: smaller;
    color: #686868;
    font-family: Arial, sans-serif;
    margin-bottom: 5pt;
}

/* Honeypot input classes have hash like names to make it more difficult to find a pattern */
[id^=challenger] .honeypot-field-w8i4k3l {
    appearance: none;
    background-color: transparent;
    border-color: #828282;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    width: 25px;
    height: 25px;
    margin-right: 10pt;
    display: inline-grid;
    position: relative;
    place-content: center;
    outline: none;
}

[id^=challenger] .honeypot-field-w8i4k3l:hover {
    background-color: #FB9A9A;
}

[id^=challenger] .honeypot-field-w8i4k3l:focus {
    background-color: #FB9A9A;
}

[id^=challenger] .honeypot-field-w8i4k3l:checked {
    border-color: #FB9A9A;
    background-color: #BF0000;
}

[id^=challenger] .honeypot-field-w8i4k3l:checked:after {
    content: "✓";
    font-size: 20px;
    color: white;
}

[id^=challenger] .honeypot-label-r7i2o5k {
    font-family: Arial, sans-serif;
}

[id^=challenger] .honeypot-field-b2e4r52 {
    appearance: none;
    display: none;
    visibility: hidden;
}

[id^=challenger] .honeypot-label-s9o2p4k {
    display: none;
    visibility: hidden;
}

[id^=challenger] .honeypot-field-j3b1u7p {
    width: 0;
    height: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
}

[id^=challenger] .honeypot-label-v7g2l1j {
    width: 0;
    height: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
}

[id^=challenger] .honeypot-field-t0z1m4u {
    position: fixed;
    height: 10px;
    width: 10px;
    right: 0px;
    top: 50px;
    visibility: hidden;
    transform: translateX(150%);
}

[id^=challenger] .honeypot-label-7i2f9w {
    position: fixed;
    height: 10px;
    width: 10px;
    right: 0px;
    top: 50px;
    visibility: hidden;
    transform: translateX(150%);
}

/* Standard honeypot classes */

[id^=challenger] .honeypot-div {
    margin-top: 4px;
    margin-bottom: 4px;
}

[id^=challenger] .honeypot-div-security-check {
    font-family: Arial, sans-serif;
    margin-bottom: 16pt;
}

[id^=challenger] .honeypot-div-inputs {
    display: flex;
    align-items: center;
    margin-bottom: 8pt;
}

[id^=challenger] .honeypot-check-required {
    color: #DF0101;
    display: none;
    font-family: Arial, sans-serif;
    margin-bottom: 8pt;
}

[id^=challenger] .honeypot-explanation {
    color: #686868;
    font-family: Arial, sans-serif;
}

[id^=challenger] img.c-refresh.viber {
    left: 320px;
    top: 25px;
    margin-left: 5px;
}

[id^=challenger] img.c-refresh:focus, [id^=challenger] input.c-pin-input:focus, [id^=challenger] input.c-input:focus, [id^=challenger] .pin-text:focus,
[id^=challenger] .phone-value:focus, [id^=challenger] .pin-modifyPhone-txt:focus, [id^=challenger] .pin-input-help:focus, [id^=challenger] .c-pin-input:focus,
[id^=challenger] .smshelp-txt:focus, [id^=challenger] .pin-resend-btn:focus, [id^=challenger] .pin-send-btn:focus, [id^=challenger] .pin-verifyphone-input:focus,
[id^=challenger] .pin-verifyphone-txt:focus{
    outline-color: #BF0000;
    outline-style: solid;
}
