/* ----------Main Body------------------ */
img.status {
    background-color: transparent;
}
.border-bottom-none td {
    border-bottom: none !important;
}

.otp-field {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.otp-field input {
    font-size: 16px;
    padding: 2px !important;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 1px solid #dedede;
    font-weight: normal;
    outline: none;
}

@media (min-width: 768px) {
    .otp-field input {
        width: 50px;
    }
}
.otp-field input:focus {
    border: 1px solid #cf0f14;
    box-shadow: 0 0 1px 1px #cf0f14;
}
.disabled {
    opacity: 0.5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.resend-otp-disabled {
    cursor: not-allowed !important;
    color: gray !important;
}
