﻿.e-otpinput {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}

    .e-otpinput:has(.e-otp-separator):not(:empty) {
        gap: 4px;
    }

    .e-otpinput .e-otp-input-field {
        min-width: 32px;
        min-height: 32px;
        text-align: center;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        border: none;
    }

        .e-otpinput .e-otp-input-fieldinput[type=password], .e-otpinput .e-otp-input-field[type=password] {
            font-size: 18px;
        }

        .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
            padding-bottom: 0;
        }

    .e-otpinput.e-outline .e-otp-input-field {
        border-radius: 2px;
    }

    .e-otpinput.e-underlined .e-otp-input-field {
        border-radius: 2px 2px 0 0;
    }

    .e-otpinput.e-filled .e-otp-input-field {
        border-radius: 2px 2px 0 0;
        padding: 0;
    }

    .e-otpinput .e-otp-separator {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .e-otpinput input[type=number]::-webkit-inner-spin-button,
    .e-otpinput [type=number]::-webkit-outer-spin-button {
        /* stylelint-disable property-no-vendor-prefix */
        -webkit-appearance: none;
        /* stylelint-enable property-no-vendor-prefix */
        margin: 0;
    }

    .e-otpinput input[type=number] {
        /* stylelint-disable property-no-vendor-prefix */
        -moz-appearance: textfield;
        /* stylelint-enable property-no-vendor-prefix */
    }

.e-small.e-otpinput,
.e-small .e-otpinput {
    gap: 8px;
}

    .e-small.e-otpinput:has(.e-otp-separator):not(:empty),
    .e-small .e-otpinput:has(.e-otp-separator):not(:empty) {
        gap: 4px;
    }

    .e-small.e-otpinput .e-otp-input-field,
    .e-small .e-otpinput .e-otp-input-field {
        min-width: 26px;
        min-height: 26px;
        font-size: 12px;
        line-height: 18px;
        padding: 0;
    }

        .e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-small.e-otpinput .e-otp-input-field[type=password],
        .e-small .e-otpinput .e-otp-input-fieldinput[type=password],
        .e-small .e-otpinput .e-otp-input-field[type=password] {
            font-size: 18px;
        }

        .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
        .e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
            padding-bottom: 0;
        }

    .e-small.e-otpinput .e-otp-separator,
    .e-small .e-otpinput .e-otp-separator {
        font-size: 12px;
        line-height: 18px;
    }

    .e-small.e-otpinput.e-filled .e-otp-input-field,
    .e-small .e-otpinput.e-filled .e-otp-input-field {
        padding: 0;
    }

.e-otpinput .e-otp-input-field {
    color: #201f1e;
    background: transparent;
}

.e-otpinput .e-otp-separator {
    color: #605e5c;
}

.e-otpinput.e-outline .e-otp-input-field {
    border: 1px solid #605e5c;
}

.e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
    border-bottom: 2px solid #605e5c;
}

    .e-otpinput.e-outline .e-otp-input-field:disabled, .e-otpinput.e-underlined .e-otp-input-field:disabled, .e-otpinput.e-filled .e-otp-input-field:disabled {
        border-color: #edebe9;
        color: #a19f9d;
        background: #f3f2f1;
    }

.e-otpinput.e-filled .e-otp-input-field {
    background: #faf9f8;
}

.e-otpinput.e-underlined .e-otp-input-field {
    background: transparent;
}

.e-otpinput.e-error.e-outline .e-otp-input-field,
.e-otpinput.e-error.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-underlined .e-otp-input-field,
.e-otpinput.e-error.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-error.e-filled .e-otp-input-field,
.e-otpinput.e-error.e-filled .e-otp-input-field.e-otp-input-focus {
    border-color: #d13438;
}

.e-otpinput.e-success.e-outline .e-otp-input-field,
.e-otpinput.e-success.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-underlined .e-otp-input-field,
.e-otpinput.e-success.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-success.e-filled .e-otp-input-field,
.e-otpinput.e-success.e-filled .e-otp-input-field.e-otp-input-focus {
    border-color: #0b6a0b;
}

.e-otpinput.e-warning.e-outline .e-otp-input-field,
.e-otpinput.e-warning.e-outline .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-underlined .e-otp-input-field,
.e-otpinput.e-warning.e-underlined .e-otp-input-field.e-otp-input-focus, .e-otpinput.e-warning.e-filled .e-otp-input-field,
.e-otpinput.e-warning.e-filled .e-otp-input-field.e-otp-input-focus {
    border-color: #ca5010;
}

.e-bigger.e-otpinput,
.e-bigger .e-otpinput {
    gap: 16px;
}

    .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty),
    .e-bigger .e-otpinput:has(.e-otp-separator):not(:empty) {
        gap: 6px;
    }

    .e-bigger.e-otpinput .e-otp-input-field,
    .e-bigger .e-otpinput .e-otp-input-field {
        min-width: 40px;
        min-height: 40px;
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }

        .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password], .e-bigger.e-otpinput .e-otp-input-field[type=password],
        .e-bigger .e-otpinput .e-otp-input-fieldinput[type=password],
        .e-bigger .e-otpinput .e-otp-input-field[type=password] {
            font-size: 20px;
        }

        .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
        .e-bigger .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
            padding-bottom: 0;
        }

    .e-bigger.e-otpinput .e-otp-separator,
    .e-bigger .e-otpinput .e-otp-separator {
        font-size: 16px;
        line-height: 24px;
    }

    .e-bigger.e-otpinput.e-filled .e-otp-input-field,
    .e-bigger .e-otpinput.e-filled .e-otp-input-field {
        padding: 0;
    }

.e-bigger.e-small.e-otpinput,
.e-bigger.e-small .e-otpinput,
.e-bigger .e-small.e-otpinput,
.e-small .e-bigger.e-otpinput {
    gap: 12px;
}

    .e-bigger.e-small.e-otpinput:has(.e-otp-separator):not(:empty),
    .e-bigger.e-small .e-otpinput:has(.e-otp-separator):not(:empty),
    .e-bigger .e-small.e-otpinput:has(.e-otp-separator):not(:empty),
    .e-small .e-bigger.e-otpinput:has(.e-otp-separator):not(:empty) {
        gap: 6px;
    }

    .e-bigger.e-small.e-otpinput .e-otp-input-field,
    .e-bigger.e-small .e-otpinput .e-otp-input-field,
    .e-bigger .e-small.e-otpinput .e-otp-input-field,
    .e-small .e-bigger.e-otpinput .e-otp-input-field {
        min-width: 36px;
        min-height: 36px;
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }

        .e-bigger.e-small.e-otpinput .e-otp-input-fieldinput[type=password], .e-bigger.e-small.e-otpinput .e-otp-input-field[type=password],
        .e-bigger.e-small .e-otpinput .e-otp-input-fieldinput[type=password],
        .e-bigger.e-small .e-otpinput .e-otp-input-field[type=password],
        .e-bigger .e-small.e-otpinput .e-otp-input-fieldinput[type=password],
        .e-bigger .e-small.e-otpinput .e-otp-input-field[type=password],
        .e-small .e-bigger.e-otpinput .e-otp-input-fieldinput[type=password],
        .e-small .e-bigger.e-otpinput .e-otp-input-field[type=password] {
            font-size: 20px;
        }

        .e-bigger.e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
        .e-bigger.e-small .e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
        .e-bigger .e-small.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus,
        .e-small .e-bigger.e-otpinput .e-otp-input-field.e-input.e-otp-input-focus:focus {
            padding-bottom: 0;
        }

    .e-bigger.e-small.e-otpinput .e-otp-separator,
    .e-bigger.e-small .e-otpinput .e-otp-separator,
    .e-bigger .e-small.e-otpinput .e-otp-separator,
    .e-small .e-bigger.e-otpinput .e-otp-separator {
        font-size: 14px;
        line-height: 22px;
    }

    .e-bigger.e-small.e-otpinput.e-filled .e-otp-input-field,
    .e-bigger.e-small .e-otpinput.e-filled .e-otp-input-field,
    .e-bigger .e-small.e-otpinput.e-filled .e-otp-input-field,
    .e-small .e-bigger.e-otpinput.e-filled .e-otp-input-field {
        padding: 0;
    }
