.otp-container {
    border-radius: 5px;
    max-width: 380px;
    margin: 0 auto;
}
.otp-header {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.otp-body {
    padding: 20px;
}
.otp-user-select {
    margin-bottom: 20px;
}
.otp-input-group {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.otp-input {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    text-align: center;
    font-size: 20px;
    margin: 0 5px;
}
.otp-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.otp-timer {
    font-size: 14px;
    color: #6c757d;
    text-align: center;
    margin-top: 10px;
}
#countdown {
    font-weight: bold;
    color: #dc3545;
}
