:root{
    --primary-color: #4B2B74;
    --error: #AA2419;
    --error-bg: #FFEDEF;
    --success: #319060;
    --success-bg: #B9E4CA;
    --success-border: #40AD75;
    --error-light-bg: #FFEDEF;
    --error-light: #FE5957;
    --warning-bg: #FFE9B2;
    --warning-color: #E59A2E;
    --title : #2C1946;
    --text: #27272C;
}

.pollOtpModal .otp-form {
    text-align: center;
}

.pollOtpModal label {
    color: var(--title);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px !important;
    font-size: 20px;
    display: block;
}

.pollOtpModal .otp-form input {
    border: 1px solid #999898 !important;
    padding: 5px 10px !important;
    width: 48px;
    height: 48px;
    border-radius: 6px !important;
    color: var(--title) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.pollOtpModal .otp-form input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

.timer-msg-btn p {
    color: #000000;
    font-size: 14px;
    margin-top: 5px;
}

span.invalid-otp-msg:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    content: "" !important;
    line-height: 24px;
    font-size: 16px;
    color: var(--error);
    inset-inline-start: 15px;
    padding-inline-end: 5px;
}

.pollOtpModal .modal-footer {
    text-align: center;
    border: 0;
}

.pollOtpModal .modal-footer button {
    min-width: 170px;
}

.poll-info-msg {
    padding: 10px 15px !important;
    color: var(--text);
    background-color: #e9f7ff;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  
}

.valid-otp-msg {
    color: #444444;
}

.invalid-otp-msg {
    color: var(--error);
    font-weight: bold;
    margin-bottom: 8px;
}

.timer b {
    color: #4B2B74;
    font-weight: 700;
}

.resend-otp-link {
    color: var(--text);
    text-decoration: underline !important;   
    text-decoration: none;
    font-weight: 500;
    margin-left: 3px;
    transition: color 0.3s;
}

.resend-otp-link:hover {
    color: var(--title);
    text-decoration: none !important;
}

.send-otp {
    width: 100%;
    margin-top: 24px;
}
.modal-header{
    text-align: right;
    border: 0;
    padding: 10px 0 0 0;
}
#pollOtpModal .close {
  background: transparent;
    border: 0;
    font-size: 30px;
    cursor: pointer;
    color: var(--title);
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}
@media (max-width: 499.9px) {
   .pollOtpModal .otp-form input {
        width: 30px;
        height: 30px;
        font-size: 12px !important;
}
.pinbox-inputs {
    gap: 10px;
}
}