﻿.otp-container {
    display: inline-flex;
    width: auto;
    gap: 10px;
    direction: ltr !important;
}

.otp-box {
    width: 48px;
    height: 52px;
    font-size: 22px;
    text-align: center !important;
    border-radius: 4px;
    transition: 0.15s ease;
}

.otp-box.invalid {
    border-color: red;
}

.baj-btn-otp, 
.baj-btn-otp:visited {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #AD9480;
    border: none;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none !important;
    text-align: center;
}

.baj-btn-otp:hover {
    background-color: #8C684A !important;
}

.baj-btn-otp[disabled],
.baj-btn-otp.disabled {
    background-color: #E2D9D2 !important;
    border-color: #E2D9D2 !important;
    color: #888888 !important; 
    opacity: 0.8;
}

.baj-btn-otp[disabled]:hover {
    background-color: #E2D9D2 !important;
    border-color: #E2D9D2 !important;
}