
.v-delete_qution {
    margin: 20px 0 50px 32px;
}

.v-delete_qution ul {
    list-style: disc;
    line-height: 32px;
}

.v-delete_qution ul li {
    font-size: 14px;
    color: rgba(20, 20, 20, 1);
    font-weight: 400;
}

.v-otp-box {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background-color: rgba(20, 20, 20, 0.06);
}

.v-password-wrapper {
    position: relative;
}

.v-password-toggle {
    position: absolute;
    top: 70%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    z-index: 2;
}
@media (max-width : 425px){
    .v-otp-box {
        width: 38px;
        height: 38px;
        border-radius: 4px;
        background-color: rgba(20, 20, 20, 0.06);
    }
}