.otp-fake-input {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-fake-input .otp-content {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    padding-bottom: 1px;
}

.otp-fake-input.otpdesigner__focus__ {
    border: 1px solid #006600;
}

.realInput {
    /* display:none; */
    position: absolute !important;
    z-index: -2000 !important;
}

textarea {
    width: 10% !important;
}