﻿.code-box {
    padding: 80px;
    text-align: center;
    background-color: #f2f2f2;
}

.otp {
    text-align: center;
    letter-spacing: 10px;
}

.resend {
    display: none;
}

.confirmCode {
    background-color: #ccc; /* رنگ پس‌زمینه پیش‌فرض */
    cursor: not-allowed; /* نشانگر پیش‌فرض */
}

    .confirmCode.active {
        background-color: #007bff; /* رنگ پس‌زمینه وقتی active است */
        color: white; /* رنگ متن وقتی active است */
        cursor: pointer; /* تغییر نشانگر به حالت قابل کلیک */
    }