.sp-inputcode[data-v-06ce0415] .inputcode__wrapper {
    font-size: var(--font-p-md-size-bp-sm);
    line-height: var(--font-p-md-line-height-bp-sm);
    letter-spacing: var(--font-p-md-spacing-bp-sm);
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #CCCFD4;
    background-color: #fff;
    color: #343c4b;
    max-width: 100%;
    outline: 0;
    border-radius: 5px;
    box-shadow: inset 0 1px rgba(81, 89, 106, .05);
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    padding-inline: 0;
    display: flex;
    justify-content: center;
    width: 100%
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper::-webkit-input-placeholder {
    color: rgb(var(--rgb-gray-07))
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper::-moz-placeholder {
    color: rgb(var(--rgb-gray-07))
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:-ms-input-placeholder {
    color: rgb(var(--rgb-gray-07))
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:-moz-placeholder {
    color: rgb(var(--rgb-gray-07))
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:-webkit-autofill {
    box-shadow: inset 0 2px rgba(81, 89, 106, .05), 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #343C4B
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:-webkit-autofill:focus {
    box-shadow: 0 0 6px rgba(80, 169, 170, .3), inset 0 2px rgba(81, 89, 106, .05), 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #343C4B
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper::selection {
    background: #c0dee8
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper::-moz-selection {
    background: #c0dee8
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:focus {
    border-color: #4298b4;
    box-shadow: 0 0 6px rgba(80, 169, 170, .3), inset 0 1px rgba(81, 89, 106, .05)
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:hover {
    border-color: #4298b4
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:disabled {
    pointer-events: none;
    opacity: .5;
    border-color: #dddfe2;
    color: #51596a
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:invalid:not(.ignore--validation) {
    border-color: #f25e62 !important
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:invalid:not(.ignore--validation):hover {
    border-color: #cd4f53
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:invalid:not(.ignore--validation):not(:focus) {
    box-shadow: inset 0 1px rgba(81, 89, 106, .05) !important
}

.sp-inputcode[data-v-06ce0415] .inputcode__wrapper:invalid:not(.ignore--validation):focus {
    box-shadow: 0 0 6px rgba(220, 105, 80, .3), inset 0 1px rgba(81, 89, 106, .05) !important
}

.sp-inputcode[data-v-06ce0415] input {
    font-family: Oxygen Mono, monospace;
    border: none;
    border-radius: unset;
    box-shadow: none;
    padding: 0;
    text-align: center;
    max-width: 63px;
    min-width: 0;
    height: 30px
}

.sp-inputcode[data-v-06ce0415] input:focus {
    box-shadow: none;
    border-color: transparent
}

@media (min-width: 1200px) {
    .sp-inputcode[data-v-06ce0415] .inputcode__wrapper {
        font-size: var(--font-p-md-size-bp-lg);
        line-height: var(--font-p-md-line-height-bp-lg);
        padding: 15px 25px;
        height: 60px
    }
}