30 + <div className="fixed bottom-0 pt-4 pb-8 px-[25px] w-full max-w-screen-sm bg-gray-100"> 31 + <Button 32 + buttonType={ 33 + isFormValid && !isPostRegistVotePending ? 'primary' : 'disabled' 34 + } 35 + size="large" 36 + variant="solid" 37 + onClick...