	input.otpNumber {
	    border-radius: 6px;
	    border: 1px solid #ccc;
	    padding: 6px;
	    width: 100%;
	    position: relative;
	    z-index: 999999;
	}

input.otpNumber[type=number]::-webkit-inner-spin-button, 
input.otpNumber[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

	#otp-field {
	    display: flex;
	    gap: 10px;
	    margin: 20px 0 10px;
	}

	.regenerate {
	    font-size: 14px;
	    text-decoration: underline;
		    outline: none;
    border: 0;
    background: transparent;
	}

	.modal .generate-otp {
	    margin: 0 !important;
	    color: #fff;
	}

.card-body.form-parent .generate-otp,.card-body.form-parent .submit-otp.popup-btn-1 {
	    background: #153cd7;
	    margin: 0 !important;
	}