.smartlogin-opt-field__otp {
    letter-spacing: 8px;
    width: 100%;
    text-align: center;
}

.smartlogin-opt-field__otp::placeholder {
    letter-spacing: 0;
}

.kamangir-smart-login-otp__resend {
    background: none;
    border: none;
    margin: 15px 0;
    text-align: center;
    cursor: pointer;
    display: block;
}

#kamangir-smart-login-otp {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.sp-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    z-index: 9999999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.display-none-class {
    display: none !important;
}

.desply-block-class {
    display: block !important;
}

.alert-success {
    border-right-color: #00a32a !important;
    transition: background-color 0.5s ease;
}

.alert-error {
    border-left-color: #d63638 !important;
    transition: background-color 0.5s ease;
}

.blur-form {
    filter: blur(1px);
}

@keyframes countdown {
    from {
        stroke-dasharray: 100, 100;
    }
    to {
        stroke-dasharray: 0, 100;
    }
}

.loader-circle {
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
}

.loader-circle circle {
    fill: none;
    stroke: #007bff;
    stroke-width: 5;
    stroke-dasharray: 100, 100;
    animation: countdown 10s linear infinite;
}

#otp-form #otp {
    text-align: center !important;
}

#otp-form #otp::placeholder {
    text-align: center !important;
}